You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -608,8 +608,8 @@ class AppointmentCanceledResponse extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
/// Event Payload
|
||||
class AppointmentDateModificationPayload extends $pb.GeneratedMessage {
|
||||
factory AppointmentDateModificationPayload({
|
||||
class AppointmentDateUpdatedPayload extends $pb.GeneratedMessage {
|
||||
factory AppointmentDateUpdatedPayload({
|
||||
$1.Slot? slot,
|
||||
}) {
|
||||
final result = create();
|
||||
@@ -617,32 +617,32 @@ class AppointmentDateModificationPayload extends $pb.GeneratedMessage {
|
||||
return result;
|
||||
}
|
||||
|
||||
AppointmentDateModificationPayload._();
|
||||
AppointmentDateUpdatedPayload._();
|
||||
|
||||
factory AppointmentDateModificationPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory AppointmentDateModificationPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory AppointmentDateUpdatedPayload.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory AppointmentDateUpdatedPayload.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateModificationPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$1.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $1.Slot.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
AppointmentDateModificationPayload clone() => AppointmentDateModificationPayload()..mergeFromMessage(this);
|
||||
AppointmentDateUpdatedPayload clone() => AppointmentDateUpdatedPayload()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
AppointmentDateModificationPayload copyWith(void Function(AppointmentDateModificationPayload) updates) => super.copyWith((message) => updates(message as AppointmentDateModificationPayload)) as AppointmentDateModificationPayload;
|
||||
AppointmentDateUpdatedPayload copyWith(void Function(AppointmentDateUpdatedPayload) updates) => super.copyWith((message) => updates(message as AppointmentDateUpdatedPayload)) as AppointmentDateUpdatedPayload;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentDateModificationPayload create() => AppointmentDateModificationPayload._();
|
||||
static AppointmentDateUpdatedPayload create() => AppointmentDateUpdatedPayload._();
|
||||
@$core.override
|
||||
AppointmentDateModificationPayload createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentDateModificationPayload> createRepeated() => $pb.PbList<AppointmentDateModificationPayload>();
|
||||
AppointmentDateUpdatedPayload createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentDateUpdatedPayload> createRepeated() => $pb.PbList<AppointmentDateUpdatedPayload>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentDateModificationPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateModificationPayload>(create);
|
||||
static AppointmentDateModificationPayload? _defaultInstance;
|
||||
static AppointmentDateUpdatedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateUpdatedPayload>(create);
|
||||
static AppointmentDateUpdatedPayload? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$1.Slot get slot => $_getN(0);
|
||||
@@ -657,11 +657,11 @@ class AppointmentDateModificationPayload extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
/// Event message
|
||||
class AppointmentDateModificationEvent extends $pb.GeneratedMessage {
|
||||
factory AppointmentDateModificationEvent({
|
||||
class AppointmentDateUpdatedEvent extends $pb.GeneratedMessage {
|
||||
factory AppointmentDateUpdatedEvent({
|
||||
$2.EventHeader? header,
|
||||
$2.EntityID? iD,
|
||||
AppointmentDateModificationPayload? payload,
|
||||
AppointmentDateUpdatedPayload? payload,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -670,34 +670,34 @@ class AppointmentDateModificationEvent extends $pb.GeneratedMessage {
|
||||
return result;
|
||||
}
|
||||
|
||||
AppointmentDateModificationEvent._();
|
||||
AppointmentDateUpdatedEvent._();
|
||||
|
||||
factory AppointmentDateModificationEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory AppointmentDateModificationEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory AppointmentDateUpdatedEvent.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory AppointmentDateUpdatedEvent.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateModificationEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$2.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.EventHeader.create)
|
||||
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
|
||||
..aOM<AppointmentDateModificationPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentDateModificationPayload.create)
|
||||
..aOM<AppointmentDateUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentDateUpdatedPayload.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
AppointmentDateModificationEvent clone() => AppointmentDateModificationEvent()..mergeFromMessage(this);
|
||||
AppointmentDateUpdatedEvent clone() => AppointmentDateUpdatedEvent()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
AppointmentDateModificationEvent copyWith(void Function(AppointmentDateModificationEvent) updates) => super.copyWith((message) => updates(message as AppointmentDateModificationEvent)) as AppointmentDateModificationEvent;
|
||||
AppointmentDateUpdatedEvent copyWith(void Function(AppointmentDateUpdatedEvent) updates) => super.copyWith((message) => updates(message as AppointmentDateUpdatedEvent)) as AppointmentDateUpdatedEvent;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentDateModificationEvent create() => AppointmentDateModificationEvent._();
|
||||
static AppointmentDateUpdatedEvent create() => AppointmentDateUpdatedEvent._();
|
||||
@$core.override
|
||||
AppointmentDateModificationEvent createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentDateModificationEvent> createRepeated() => $pb.PbList<AppointmentDateModificationEvent>();
|
||||
AppointmentDateUpdatedEvent createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentDateUpdatedEvent> createRepeated() => $pb.PbList<AppointmentDateUpdatedEvent>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentDateModificationEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateModificationEvent>(create);
|
||||
static AppointmentDateModificationEvent? _defaultInstance;
|
||||
static AppointmentDateUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateUpdatedEvent>(create);
|
||||
static AppointmentDateUpdatedEvent? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$2.EventHeader get header => $_getN(0);
|
||||
@@ -722,23 +722,23 @@ class AppointmentDateModificationEvent extends $pb.GeneratedMessage {
|
||||
$2.EntityID ensureID() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
AppointmentDateModificationPayload get payload => $_getN(2);
|
||||
AppointmentDateUpdatedPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(AppointmentDateModificationPayload value) => $_setField(3, value);
|
||||
set payload(AppointmentDateUpdatedPayload value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPayload() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
AppointmentDateModificationPayload ensurePayload() => $_ensure(2);
|
||||
AppointmentDateUpdatedPayload ensurePayload() => $_ensure(2);
|
||||
}
|
||||
|
||||
/// API Request
|
||||
class AppointmentDateModificationRequest extends $pb.GeneratedMessage {
|
||||
factory AppointmentDateModificationRequest({
|
||||
class AppointmentDateUpdatedRequest extends $pb.GeneratedMessage {
|
||||
factory AppointmentDateUpdatedRequest({
|
||||
$2.RequestSiteHeader? header,
|
||||
$2.EntityID? iD,
|
||||
AppointmentDateModificationPayload? payload,
|
||||
AppointmentDateUpdatedPayload? payload,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -747,34 +747,34 @@ class AppointmentDateModificationRequest extends $pb.GeneratedMessage {
|
||||
return result;
|
||||
}
|
||||
|
||||
AppointmentDateModificationRequest._();
|
||||
AppointmentDateUpdatedRequest._();
|
||||
|
||||
factory AppointmentDateModificationRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory AppointmentDateModificationRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory AppointmentDateUpdatedRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory AppointmentDateUpdatedRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateModificationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateUpdatedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$2.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.RequestSiteHeader.create)
|
||||
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
|
||||
..aOM<AppointmentDateModificationPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentDateModificationPayload.create)
|
||||
..aOM<AppointmentDateUpdatedPayload>(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentDateUpdatedPayload.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
AppointmentDateModificationRequest clone() => AppointmentDateModificationRequest()..mergeFromMessage(this);
|
||||
AppointmentDateUpdatedRequest clone() => AppointmentDateUpdatedRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
AppointmentDateModificationRequest copyWith(void Function(AppointmentDateModificationRequest) updates) => super.copyWith((message) => updates(message as AppointmentDateModificationRequest)) as AppointmentDateModificationRequest;
|
||||
AppointmentDateUpdatedRequest copyWith(void Function(AppointmentDateUpdatedRequest) updates) => super.copyWith((message) => updates(message as AppointmentDateUpdatedRequest)) as AppointmentDateUpdatedRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentDateModificationRequest create() => AppointmentDateModificationRequest._();
|
||||
static AppointmentDateUpdatedRequest create() => AppointmentDateUpdatedRequest._();
|
||||
@$core.override
|
||||
AppointmentDateModificationRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentDateModificationRequest> createRepeated() => $pb.PbList<AppointmentDateModificationRequest>();
|
||||
AppointmentDateUpdatedRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentDateUpdatedRequest> createRepeated() => $pb.PbList<AppointmentDateUpdatedRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentDateModificationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateModificationRequest>(create);
|
||||
static AppointmentDateModificationRequest? _defaultInstance;
|
||||
static AppointmentDateUpdatedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateUpdatedRequest>(create);
|
||||
static AppointmentDateUpdatedRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$2.RequestSiteHeader get header => $_getN(0);
|
||||
@@ -799,20 +799,20 @@ class AppointmentDateModificationRequest extends $pb.GeneratedMessage {
|
||||
$2.EntityID ensureID() => $_ensure(1);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
AppointmentDateModificationPayload get payload => $_getN(2);
|
||||
AppointmentDateUpdatedPayload get payload => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set payload(AppointmentDateModificationPayload value) => $_setField(3, value);
|
||||
set payload(AppointmentDateUpdatedPayload value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPayload() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearPayload() => $_clearField(3);
|
||||
@$pb.TagNumber(3)
|
||||
AppointmentDateModificationPayload ensurePayload() => $_ensure(2);
|
||||
AppointmentDateUpdatedPayload ensurePayload() => $_ensure(2);
|
||||
}
|
||||
|
||||
/// API Response
|
||||
class AppointmentDateModificationResponse extends $pb.GeneratedMessage {
|
||||
factory AppointmentDateModificationResponse({
|
||||
class AppointmentDateUpdatedResponse extends $pb.GeneratedMessage {
|
||||
factory AppointmentDateUpdatedResponse({
|
||||
$2.ResponseSiteHeader? header,
|
||||
$2.EntityID? iD,
|
||||
}) {
|
||||
@@ -822,33 +822,33 @@ class AppointmentDateModificationResponse extends $pb.GeneratedMessage {
|
||||
return result;
|
||||
}
|
||||
|
||||
AppointmentDateModificationResponse._();
|
||||
AppointmentDateUpdatedResponse._();
|
||||
|
||||
factory AppointmentDateModificationResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory AppointmentDateModificationResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
factory AppointmentDateUpdatedResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory AppointmentDateUpdatedResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateModificationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentDateUpdatedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$2.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $2.ResponseSiteHeader.create)
|
||||
..aOM<$2.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $2.EntityID.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
AppointmentDateModificationResponse clone() => AppointmentDateModificationResponse()..mergeFromMessage(this);
|
||||
AppointmentDateUpdatedResponse clone() => AppointmentDateUpdatedResponse()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
AppointmentDateModificationResponse copyWith(void Function(AppointmentDateModificationResponse) updates) => super.copyWith((message) => updates(message as AppointmentDateModificationResponse)) as AppointmentDateModificationResponse;
|
||||
AppointmentDateUpdatedResponse copyWith(void Function(AppointmentDateUpdatedResponse) updates) => super.copyWith((message) => updates(message as AppointmentDateUpdatedResponse)) as AppointmentDateUpdatedResponse;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentDateModificationResponse create() => AppointmentDateModificationResponse._();
|
||||
static AppointmentDateUpdatedResponse create() => AppointmentDateUpdatedResponse._();
|
||||
@$core.override
|
||||
AppointmentDateModificationResponse createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentDateModificationResponse> createRepeated() => $pb.PbList<AppointmentDateModificationResponse>();
|
||||
AppointmentDateUpdatedResponse createEmptyInstance() => create();
|
||||
static $pb.PbList<AppointmentDateUpdatedResponse> createRepeated() => $pb.PbList<AppointmentDateUpdatedResponse>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static AppointmentDateModificationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateModificationResponse>(create);
|
||||
static AppointmentDateModificationResponse? _defaultInstance;
|
||||
static AppointmentDateUpdatedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentDateUpdatedResponse>(create);
|
||||
static AppointmentDateUpdatedResponse? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$2.ResponseSiteHeader get header => $_getN(0);
|
||||
|
||||
@@ -42,8 +42,8 @@ class AppointmentInputAPIClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$canceled, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.AppointmentDateModificationResponse> dateModification($0.AppointmentDateModificationRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$dateModification, request, options: options);
|
||||
$grpc.ResponseFuture<$0.AppointmentDateUpdatedResponse> dateUpdated($0.AppointmentDateUpdatedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$dateUpdated, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated($0.AppointmentCarrierInformationUpdatedRequest request, {$grpc.CallOptions? options,}) {
|
||||
@@ -100,10 +100,10 @@ class AppointmentInputAPIClient extends $grpc.Client {
|
||||
'/api.AppointmentInputAPI/Canceled',
|
||||
($0.AppointmentCanceledRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentCanceledResponse.fromBuffer);
|
||||
static final _$dateModification = $grpc.ClientMethod<$0.AppointmentDateModificationRequest, $0.AppointmentDateModificationResponse>(
|
||||
'/api.AppointmentInputAPI/DateModification',
|
||||
($0.AppointmentDateModificationRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentDateModificationResponse.fromBuffer);
|
||||
static final _$dateUpdated = $grpc.ClientMethod<$0.AppointmentDateUpdatedRequest, $0.AppointmentDateUpdatedResponse>(
|
||||
'/api.AppointmentInputAPI/DateUpdated',
|
||||
($0.AppointmentDateUpdatedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentDateUpdatedResponse.fromBuffer);
|
||||
static final _$carrierInformationUpdated = $grpc.ClientMethod<$0.AppointmentCarrierInformationUpdatedRequest, $0.AppointmentCarrierInformationUpdatedResponse>(
|
||||
'/api.AppointmentInputAPI/CarrierInformationUpdated',
|
||||
($0.AppointmentCarrierInformationUpdatedRequest value) => value.writeToBuffer(),
|
||||
@@ -169,13 +169,13 @@ abstract class AppointmentInputAPIServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.AppointmentCanceledRequest.fromBuffer(value),
|
||||
($0.AppointmentCanceledResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentDateModificationRequest, $0.AppointmentDateModificationResponse>(
|
||||
'DateModification',
|
||||
dateModification_Pre,
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentDateUpdatedRequest, $0.AppointmentDateUpdatedResponse>(
|
||||
'DateUpdated',
|
||||
dateUpdated_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.AppointmentDateModificationRequest.fromBuffer(value),
|
||||
($0.AppointmentDateModificationResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $0.AppointmentDateUpdatedRequest.fromBuffer(value),
|
||||
($0.AppointmentDateUpdatedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentCarrierInformationUpdatedRequest, $0.AppointmentCarrierInformationUpdatedResponse>(
|
||||
'CarrierInformationUpdated',
|
||||
carrierInformationUpdated_Pre,
|
||||
@@ -267,11 +267,11 @@ abstract class AppointmentInputAPIServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.AppointmentCanceledResponse> canceled($grpc.ServiceCall call, $0.AppointmentCanceledRequest request);
|
||||
|
||||
$async.Future<$0.AppointmentDateModificationResponse> dateModification_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentDateModificationRequest> $request) async {
|
||||
return dateModification($call, await $request);
|
||||
$async.Future<$0.AppointmentDateUpdatedResponse> dateUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentDateUpdatedRequest> $request) async {
|
||||
return dateUpdated($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.AppointmentDateModificationResponse> dateModification($grpc.ServiceCall call, $0.AppointmentDateModificationRequest request);
|
||||
$async.Future<$0.AppointmentDateUpdatedResponse> dateUpdated($grpc.ServiceCall call, $0.AppointmentDateUpdatedRequest request);
|
||||
|
||||
$async.Future<$0.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentCarrierInformationUpdatedRequest> $request) async {
|
||||
return carrierInformationUpdated($call, await $request);
|
||||
|
||||
@@ -168,63 +168,62 @@ final $typed_data.Uint8List appointmentCanceledResponseDescriptor = $convert.bas
|
||||
'BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoY'
|
||||
'orsYCFJlc3BvbnNlursYCENhbmNlbGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentDateModificationPayloadDescriptor instead')
|
||||
const AppointmentDateModificationPayload$json = {
|
||||
'1': 'AppointmentDateModificationPayload',
|
||||
@$core.Deprecated('Use appointmentDateUpdatedPayloadDescriptor instead')
|
||||
const AppointmentDateUpdatedPayload$json = {
|
||||
'1': 'AppointmentDateUpdatedPayload',
|
||||
'2': [
|
||||
{'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentDateModificationPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDateModificationPayloadDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudERhdGVNb2RpZmljYXRpb25QYXlsb2FkEh0KBFNsb3QYBiABKAsyCS5hcG'
|
||||
'kuU2xvdFIEU2xvdDo1kkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYEERhdGVN'
|
||||
'b2RpZmljYXRpb24=');
|
||||
/// Descriptor for `AppointmentDateUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDateUpdatedPayloadDescriptor = $convert.base64Decode(
|
||||
'Ch1BcHBvaW50bWVudERhdGVVcGRhdGVkUGF5bG9hZBIdCgRTbG90GAYgASgLMgkuYXBpLlNsb3'
|
||||
'RSBFNsb3Q6MJJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2ZW50qLsYAbq7GAtEYXRlVXBkYXRl'
|
||||
'ZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentDateModificationEventDescriptor instead')
|
||||
const AppointmentDateModificationEvent$json = {
|
||||
'1': 'AppointmentDateModificationEvent',
|
||||
@$core.Deprecated('Use appointmentDateUpdatedEventDescriptor instead')
|
||||
const AppointmentDateUpdatedEvent$json = {
|
||||
'1': 'AppointmentDateUpdatedEvent',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentDateModificationPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentDateUpdatedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentDateModificationEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDateModificationEventDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudERhdGVNb2RpZmljYXRpb25FdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
|
||||
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50RGF0ZU'
|
||||
'1vZGlmaWNhdGlvblBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOk6SQRoKGNIBBkhlYWRlctIB'
|
||||
'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBEYXRlTW9kaWZpY2F0aW9u2rsYEGRhdGVNb2RpZm'
|
||||
'ljYXRpb24=');
|
||||
/// Descriptor for `AppointmentDateUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDateUpdatedEventDescriptor = $convert.base64Decode(
|
||||
'ChtBcHBvaW50bWVudERhdGVVcGRhdGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
|
||||
'50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6'
|
||||
'QgWKAQIQAVICSUQSRgoHUGF5bG9hZBgDIAEoCzIiLmFwaS5BcHBvaW50bWVudERhdGVVcGRhdG'
|
||||
'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6RJJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXls'
|
||||
'b2FkorsYBUV2ZW50ursYC0RhdGVVcGRhdGVk2rsYC2RhdGVVcGRhdGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentDateModificationRequestDescriptor instead')
|
||||
const AppointmentDateModificationRequest$json = {
|
||||
'1': 'AppointmentDateModificationRequest',
|
||||
@$core.Deprecated('Use appointmentDateUpdatedRequestDescriptor instead')
|
||||
const AppointmentDateUpdatedRequest$json = {
|
||||
'1': 'AppointmentDateUpdatedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentDateModificationPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentDateUpdatedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentDateModificationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDateModificationRequestDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudERhdGVNb2RpZmljYXRpb25SZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLm'
|
||||
'FwaS5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFw'
|
||||
'aS5FbnRpdHlJREII+kIFigECEAFSAklEEksKB1BheWxvYWQYAyABKAsyJy5hcGkuQXBwb2ludG'
|
||||
'1lbnREYXRlTW9kaWZpY2F0aW9uUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY0gEG'
|
||||
'SGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQRGF0ZU1vZGlmaWNhdGlvbg==');
|
||||
/// Descriptor for `AppointmentDateUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDateUpdatedRequestDescriptor = $convert.base64Decode(
|
||||
'Ch1BcHBvaW50bWVudERhdGVVcGRhdGVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcGkuUm'
|
||||
'VxdWVzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50'
|
||||
'aXR5SURCCPpCBYoBAhABUgJJRBJGCgdQYXlsb2FkGAMgASgLMiIuYXBpLkFwcG9pbnRtZW50RG'
|
||||
'F0ZVVwZGF0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo3kkEaChjSAQZIZWFkZXLSAQJJ'
|
||||
'RNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GAtEYXRlVXBkYXRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentDateModificationResponseDescriptor instead')
|
||||
const AppointmentDateModificationResponse$json = {
|
||||
'1': 'AppointmentDateModificationResponse',
|
||||
@$core.Deprecated('Use appointmentDateUpdatedResponseDescriptor instead')
|
||||
const AppointmentDateUpdatedResponse$json = {
|
||||
'1': 'AppointmentDateUpdatedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
@@ -232,11 +231,11 @@ const AppointmentDateModificationResponse$json = {
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentDateModificationResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDateModificationResponseDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudERhdGVNb2RpZmljYXRpb25SZXNwb25zZRIvCgZIZWFkZXIYASABKAsyFy'
|
||||
'5hcGkuUmVzcG9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURSAklEOiCiuxgIUmVzcG9uc2W6uxgQRGF0ZU1vZGlmaWNhdGlvbg==');
|
||||
/// Descriptor for `AppointmentDateUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentDateUpdatedResponseDescriptor = $convert.base64Decode(
|
||||
'Ch5BcHBvaW50bWVudERhdGVVcGRhdGVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMhcuYXBpLl'
|
||||
'Jlc3BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJ'
|
||||
'RDoborsYCFJlc3BvbnNlursYC0RhdGVVcGRhdGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentAttachmentAddedPayloadDescriptor instead')
|
||||
const AppointmentAttachmentAddedPayload$json = {
|
||||
|
||||
Reference in New Issue
Block a user