You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.13.0-SNAPSHOT-260119102414
|
||||
Lib version: 1.13.0-SNAPSHOT-260119124334
|
||||
|
||||
@@ -4872,9 +4872,9 @@ class InitBookerProfileResponse extends $pb.GeneratedMessage {
|
||||
void clearSiteID() => $_clearField(2);
|
||||
}
|
||||
|
||||
/// CheckAppointmentModifiable
|
||||
class CheckAppointmentModifiableRequest extends $pb.GeneratedMessage {
|
||||
factory CheckAppointmentModifiableRequest({
|
||||
/// CheckAppointmentEditable
|
||||
class CheckAppointmentEditableRequest extends $pb.GeneratedMessage {
|
||||
factory CheckAppointmentEditableRequest({
|
||||
$3.RequestProjectHeader? header,
|
||||
$core.String? appointmentID,
|
||||
$core.String? actorID,
|
||||
@@ -4886,12 +4886,12 @@ class CheckAppointmentModifiableRequest extends $pb.GeneratedMessage {
|
||||
return result;
|
||||
}
|
||||
|
||||
CheckAppointmentModifiableRequest._();
|
||||
CheckAppointmentEditableRequest._();
|
||||
|
||||
factory CheckAppointmentModifiableRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CheckAppointmentModifiableRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory CheckAppointmentEditableRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CheckAppointmentEditableRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CheckAppointmentModifiableRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CheckAppointmentEditableRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOS(3, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
@@ -4899,21 +4899,21 @@ class CheckAppointmentModifiableRequest extends $pb.GeneratedMessage {
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CheckAppointmentModifiableRequest clone() => CheckAppointmentModifiableRequest()..mergeFromMessage(this);
|
||||
CheckAppointmentEditableRequest clone() => CheckAppointmentEditableRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CheckAppointmentModifiableRequest copyWith(void Function(CheckAppointmentModifiableRequest) updates) => super.copyWith((message) => updates(message as CheckAppointmentModifiableRequest)) as CheckAppointmentModifiableRequest;
|
||||
CheckAppointmentEditableRequest copyWith(void Function(CheckAppointmentEditableRequest) updates) => super.copyWith((message) => updates(message as CheckAppointmentEditableRequest)) as CheckAppointmentEditableRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CheckAppointmentModifiableRequest create() => CheckAppointmentModifiableRequest._();
|
||||
static CheckAppointmentEditableRequest create() => CheckAppointmentEditableRequest._();
|
||||
@$core.override
|
||||
CheckAppointmentModifiableRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<CheckAppointmentModifiableRequest> createRepeated() => $pb.PbList<CheckAppointmentModifiableRequest>();
|
||||
CheckAppointmentEditableRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<CheckAppointmentEditableRequest> createRepeated() => $pb.PbList<CheckAppointmentEditableRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CheckAppointmentModifiableRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CheckAppointmentModifiableRequest>(create);
|
||||
static CheckAppointmentModifiableRequest? _defaultInstance;
|
||||
static CheckAppointmentEditableRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CheckAppointmentEditableRequest>(create);
|
||||
static CheckAppointmentEditableRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader get header => $_getN(0);
|
||||
@@ -4947,8 +4947,8 @@ class CheckAppointmentModifiableRequest extends $pb.GeneratedMessage {
|
||||
void clearActorID() => $_clearField(3);
|
||||
}
|
||||
|
||||
class CheckAppointmentModifiableResponse extends $pb.GeneratedMessage {
|
||||
factory CheckAppointmentModifiableResponse({
|
||||
class CheckAppointmentEditableResponse extends $pb.GeneratedMessage {
|
||||
factory CheckAppointmentEditableResponse({
|
||||
$core.bool? isModifiable,
|
||||
$3.ResponseHeader? header,
|
||||
}) {
|
||||
@@ -4958,33 +4958,33 @@ class CheckAppointmentModifiableResponse extends $pb.GeneratedMessage {
|
||||
return result;
|
||||
}
|
||||
|
||||
CheckAppointmentModifiableResponse._();
|
||||
CheckAppointmentEditableResponse._();
|
||||
|
||||
factory CheckAppointmentModifiableResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CheckAppointmentModifiableResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory CheckAppointmentEditableResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CheckAppointmentEditableResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CheckAppointmentModifiableResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CheckAppointmentEditableResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOB(1, _omitFieldNames ? '' : 'IsModifiable', protoName: 'IsModifiable')
|
||||
..aOM<$3.ResponseHeader>(2, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseHeader.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CheckAppointmentModifiableResponse clone() => CheckAppointmentModifiableResponse()..mergeFromMessage(this);
|
||||
CheckAppointmentEditableResponse clone() => CheckAppointmentEditableResponse()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CheckAppointmentModifiableResponse copyWith(void Function(CheckAppointmentModifiableResponse) updates) => super.copyWith((message) => updates(message as CheckAppointmentModifiableResponse)) as CheckAppointmentModifiableResponse;
|
||||
CheckAppointmentEditableResponse copyWith(void Function(CheckAppointmentEditableResponse) updates) => super.copyWith((message) => updates(message as CheckAppointmentEditableResponse)) as CheckAppointmentEditableResponse;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CheckAppointmentModifiableResponse create() => CheckAppointmentModifiableResponse._();
|
||||
static CheckAppointmentEditableResponse create() => CheckAppointmentEditableResponse._();
|
||||
@$core.override
|
||||
CheckAppointmentModifiableResponse createEmptyInstance() => create();
|
||||
static $pb.PbList<CheckAppointmentModifiableResponse> createRepeated() => $pb.PbList<CheckAppointmentModifiableResponse>();
|
||||
CheckAppointmentEditableResponse createEmptyInstance() => create();
|
||||
static $pb.PbList<CheckAppointmentEditableResponse> createRepeated() => $pb.PbList<CheckAppointmentEditableResponse>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CheckAppointmentModifiableResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CheckAppointmentModifiableResponse>(create);
|
||||
static CheckAppointmentModifiableResponse? _defaultInstance;
|
||||
static CheckAppointmentEditableResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CheckAppointmentEditableResponse>(create);
|
||||
static CheckAppointmentEditableResponse? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool get isModifiable => $_getBF(0);
|
||||
|
||||
@@ -172,8 +172,8 @@ class SiteServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$getMyBookingContext, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.CheckAppointmentModifiableResponse> checkAppointmentModifiable($0.CheckAppointmentModifiableRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$checkAppointmentModifiable, request, options: options);
|
||||
$grpc.ResponseFuture<$0.CheckAppointmentEditableResponse> checkAppointmentEditable($0.CheckAppointmentEditableRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$checkAppointmentEditable, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.ListSettingsResponse> listSettings($0.ListSettingsRequest request, {$grpc.CallOptions? options,}) {
|
||||
@@ -322,10 +322,10 @@ class SiteServiceClient extends $grpc.Client {
|
||||
'/api.SiteService/GetMyBookingContext',
|
||||
($0.GetMyBookingContextRequest value) => value.writeToBuffer(),
|
||||
$0.GetMyBookingContextResponse.fromBuffer);
|
||||
static final _$checkAppointmentModifiable = $grpc.ClientMethod<$0.CheckAppointmentModifiableRequest, $0.CheckAppointmentModifiableResponse>(
|
||||
'/api.SiteService/CheckAppointmentModifiable',
|
||||
($0.CheckAppointmentModifiableRequest value) => value.writeToBuffer(),
|
||||
$0.CheckAppointmentModifiableResponse.fromBuffer);
|
||||
static final _$checkAppointmentEditable = $grpc.ClientMethod<$0.CheckAppointmentEditableRequest, $0.CheckAppointmentEditableResponse>(
|
||||
'/api.SiteService/CheckAppointmentEditable',
|
||||
($0.CheckAppointmentEditableRequest value) => value.writeToBuffer(),
|
||||
$0.CheckAppointmentEditableResponse.fromBuffer);
|
||||
static final _$listSettings = $grpc.ClientMethod<$0.ListSettingsRequest, $0.ListSettingsResponse>(
|
||||
'/api.SiteService/ListSettings',
|
||||
($0.ListSettingsRequest value) => value.writeToBuffer(),
|
||||
@@ -582,13 +582,13 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.GetMyBookingContextRequest.fromBuffer(value),
|
||||
($0.GetMyBookingContextResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.CheckAppointmentModifiableRequest, $0.CheckAppointmentModifiableResponse>(
|
||||
'CheckAppointmentModifiable',
|
||||
checkAppointmentModifiable_Pre,
|
||||
$addMethod($grpc.ServiceMethod<$0.CheckAppointmentEditableRequest, $0.CheckAppointmentEditableResponse>(
|
||||
'CheckAppointmentEditable',
|
||||
checkAppointmentEditable_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.CheckAppointmentModifiableRequest.fromBuffer(value),
|
||||
($0.CheckAppointmentModifiableResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $0.CheckAppointmentEditableRequest.fromBuffer(value),
|
||||
($0.CheckAppointmentEditableResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ListSettingsRequest, $0.ListSettingsResponse>(
|
||||
'ListSettings',
|
||||
listSettings_Pre,
|
||||
@@ -808,11 +808,11 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.GetMyBookingContextResponse> getMyBookingContext($grpc.ServiceCall call, $0.GetMyBookingContextRequest request);
|
||||
|
||||
$async.Future<$0.CheckAppointmentModifiableResponse> checkAppointmentModifiable_Pre($grpc.ServiceCall $call, $async.Future<$0.CheckAppointmentModifiableRequest> $request) async {
|
||||
return checkAppointmentModifiable($call, await $request);
|
||||
$async.Future<$0.CheckAppointmentEditableResponse> checkAppointmentEditable_Pre($grpc.ServiceCall $call, $async.Future<$0.CheckAppointmentEditableRequest> $request) async {
|
||||
return checkAppointmentEditable($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.CheckAppointmentModifiableResponse> checkAppointmentModifiable($grpc.ServiceCall call, $0.CheckAppointmentModifiableRequest request);
|
||||
$async.Future<$0.CheckAppointmentEditableResponse> checkAppointmentEditable($grpc.ServiceCall call, $0.CheckAppointmentEditableRequest request);
|
||||
|
||||
$async.Future<$0.ListSettingsResponse> listSettings_Pre($grpc.ServiceCall $call, $async.Future<$0.ListSettingsRequest> $request) async {
|
||||
return listSettings($call, await $request);
|
||||
|
||||
@@ -1285,9 +1285,9 @@ final $typed_data.Uint8List initBookerProfileResponseDescriptor = $convert.base6
|
||||
'ChlJbml0Qm9va2VyUHJvZmlsZVJlc3BvbnNlEiYKDk9yZ2FuaXNhdGlvbklEGAEgASgJUg5Pcm'
|
||||
'dhbmlzYXRpb25JRBIWCgZTaXRlSUQYAiABKAlSBlNpdGVJRA==');
|
||||
|
||||
@$core.Deprecated('Use checkAppointmentModifiableRequestDescriptor instead')
|
||||
const CheckAppointmentModifiableRequest$json = {
|
||||
'1': 'CheckAppointmentModifiableRequest',
|
||||
@$core.Deprecated('Use checkAppointmentEditableRequestDescriptor instead')
|
||||
const CheckAppointmentEditableRequest$json = {
|
||||
'1': 'CheckAppointmentEditableRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '10': 'AppointmentID'},
|
||||
@@ -1296,25 +1296,25 @@ const CheckAppointmentModifiableRequest$json = {
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CheckAppointmentModifiableRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List checkAppointmentModifiableRequestDescriptor = $convert.base64Decode(
|
||||
'CiFDaGVja0FwcG9pbnRtZW50TW9kaWZpYWJsZVJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYX'
|
||||
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEiQKDUFwcG9pbnRtZW50'
|
||||
'SUQYAiABKAlSDUFwcG9pbnRtZW50SUQSGAoHQWN0b3JJRBgDIAEoCVIHQWN0b3JJRDoekkEbCh'
|
||||
'nSAQZIZWFkZXLSAQ1BcHBvaW50bWVudElE');
|
||||
/// Descriptor for `CheckAppointmentEditableRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List checkAppointmentEditableRequestDescriptor = $convert.base64Decode(
|
||||
'Ch9DaGVja0FwcG9pbnRtZW50RWRpdGFibGVSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS'
|
||||
'5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIkCg1BcHBvaW50bWVudElE'
|
||||
'GAIgASgJUg1BcHBvaW50bWVudElEEhgKB0FjdG9ySUQYAyABKAlSB0FjdG9ySUQ6HpJBGwoZ0g'
|
||||
'EGSGVhZGVy0gENQXBwb2ludG1lbnRJRA==');
|
||||
|
||||
@$core.Deprecated('Use checkAppointmentModifiableResponseDescriptor instead')
|
||||
const CheckAppointmentModifiableResponse$json = {
|
||||
'1': 'CheckAppointmentModifiableResponse',
|
||||
@$core.Deprecated('Use checkAppointmentEditableResponseDescriptor instead')
|
||||
const CheckAppointmentEditableResponse$json = {
|
||||
'1': 'CheckAppointmentEditableResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 2, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
|
||||
{'1': 'IsModifiable', '3': 1, '4': 1, '5': 8, '10': 'IsModifiable'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `CheckAppointmentModifiableResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List checkAppointmentModifiableResponseDescriptor = $convert.base64Decode(
|
||||
'CiJDaGVja0FwcG9pbnRtZW50TW9kaWZpYWJsZVJlc3BvbnNlEisKBkhlYWRlchgCIAEoCzITLm'
|
||||
'FwaS5SZXNwb25zZUhlYWRlclIGSGVhZGVyEiIKDElzTW9kaWZpYWJsZRgBIAEoCFIMSXNNb2Rp'
|
||||
'ZmlhYmxl');
|
||||
/// Descriptor for `CheckAppointmentEditableResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List checkAppointmentEditableResponseDescriptor = $convert.base64Decode(
|
||||
'CiBDaGVja0FwcG9pbnRtZW50RWRpdGFibGVSZXNwb25zZRIrCgZIZWFkZXIYAiABKAsyEy5hcG'
|
||||
'kuUmVzcG9uc2VIZWFkZXJSBkhlYWRlchIiCgxJc01vZGlmaWFibGUYASABKAhSDElzTW9kaWZp'
|
||||
'YWJsZQ==');
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.13.0-SNAPSHOT-260119102414
|
||||
version: 1.13.0-SNAPSHOT-260119124334
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user