You've already forked dart-core-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.12.0-SNAPSHOT-251125091044
|
||||
Lib version: 1.12.0-SNAPSHOT-251125092859
|
||||
|
||||
@@ -183,7 +183,7 @@ class AppointmentPayload extends $pb.GeneratedMessage {
|
||||
static AppointmentPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<AppointmentPayload>(create);
|
||||
static AppointmentPayload? _defaultInstance;
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
/// Type of appointment : Loading / Unloading / Both
|
||||
@$pb.TagNumber(1)
|
||||
$1.AppointmentType get appointmentType => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
|
||||
@@ -82,14 +82,14 @@ final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode
|
||||
'TnVtYmVyGA4gASgFQiCSQR0yG1RvdGFsIG51bWJlciBvZiBhdHRhY2htZW50c1IQQXR0YWNobW'
|
||||
'VudE51bWJlchIkCg1IYXNDb21taXNzaW9uGA8gASgIUg1IYXNDb21taXNzaW9uEhYKBlJlYXNv'
|
||||
'bhgRIAEoCVIGUmVhc29uEiYKDkluc3RydWN0aW9uQWNrGBIgASgIUg5JbnN0cnVjdGlvbkFjax'
|
||||
'LIAgoHQWN0b3JJRBgUIAEoCUKtAvLBGKgCQ3JlYXRlZCxDYW5jZWxlZCxTbG90VXBkYXRlZCxD'
|
||||
'LGAgoHQWN0b3JJRBgUIAEoCUKrAvLBGKYCQ3JlYXRlZCxDYW5jZWxlZCxTbG90VXBkYXRlZCxD'
|
||||
'b21taXNzaW9uc1VwZGF0ZWQsQ2FycmllckluZm9ybWF0aW9uVXBkYXRlZCxDYXJyaWVyRXhwZW'
|
||||
'N0ZWQsQ2FycmllckFycml2ZWQsRXhwZWRpdGlvblN0YXJ0ZWQsRXhwZWRpdGlvbkxvYWRlZCxS'
|
||||
'ZWNlcHRpb25TdGFydGVkLFJlY2VwdGlvblVubG9hZGVkLENhcnJpZXJEZXBhcnRlZCxNZXRhRG'
|
||||
'F0YVVwZGF0ZWQsQXR0YWNobWVudEFkZGVkLEF0dGFjaG1lbnRSZW1vdmVkLEVtYWlsc0FkZGVk'
|
||||
'LEVtYWlsc1JlbW92ZWQsU2FuaXRpc2VkLEN1c3RvbUZpZWxkc1VwZGF0ZWRSB0FjdG9ySUQSJg'
|
||||
'oHQWRkcmVzcxgVIAEoCzIMLmFwaS5BZGRyZXNzUgdBZGRyZXNzOieSQSQKItIBD0FwcG9pbnRt'
|
||||
'ZW50VHlwZdIBDVNlZ21lbnRhdGlvbnM=');
|
||||
'N0ZWQsQ2FycmllckFycml2ZWQsTG9hZGluZ1N0YXJ0ZWQsTG9hZGluZ0NvbXBsZXRlZCxVbmxv'
|
||||
'YWRpbmdTdGFydGVkLFVubG9hZGluZ0NvbXBsZXRlZCxDYXJyaWVyRGVwYXJ0ZWQsTWV0YURhdG'
|
||||
'FVcGRhdGVkLEF0dGFjaG1lbnRBZGRlZCxBdHRhY2htZW50UmVtb3ZlZCxFbWFpbHNBZGRlZCxF'
|
||||
'bWFpbHNSZW1vdmVkLFNhbml0aXNlZCxDdXN0b21GaWVsZHNVcGRhdGVkUgdBY3RvcklEEiYKB0'
|
||||
'FkZHJlc3MYFSABKAsyDC5hcGkuQWRkcmVzc1IHQWRkcmVzczonkkEkCiLSAQ9BcHBvaW50bWVu'
|
||||
'dFR5cGXSAQ1TZWdtZW50YXRpb25z');
|
||||
|
||||
@$core.Deprecated('Use appointmentTripletDescriptor instead')
|
||||
const AppointmentTriplet$json = {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -62,20 +62,20 @@ class AppointmentInputAPIClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$carrierArrived, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.AppointmentExpeditionStartedResponse> expeditionStarted($0.AppointmentExpeditionStartedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$expeditionStarted, request, options: options);
|
||||
$grpc.ResponseFuture<$0.AppointmentLoadingStartedResponse> loadingStarted($0.AppointmentLoadingStartedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$loadingStarted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.AppointmentExpeditionLoadedResponse> expeditionLoaded($0.AppointmentExpeditionLoadedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$expeditionLoaded, request, options: options);
|
||||
$grpc.ResponseFuture<$0.AppointmentLoadingCompletedResponse> loadingCompleted($0.AppointmentLoadingCompletedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$loadingCompleted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.AppointmentReceptionStartedResponse> receptionStarted($0.AppointmentReceptionStartedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$receptionStarted, request, options: options);
|
||||
$grpc.ResponseFuture<$0.AppointmentUnloadingStartedResponse> unloadingStarted($0.AppointmentUnloadingStartedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$unloadingStarted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.AppointmentReceptionUnloadedResponse> receptionUnloaded($0.AppointmentReceptionUnloadedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$receptionUnloaded, request, options: options);
|
||||
$grpc.ResponseFuture<$0.AppointmentUnloadingCompletedResponse> unloadingCompleted($0.AppointmentUnloadingCompletedRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$unloadingCompleted, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.AppointmentCarrierDepartedResponse> carrierDeparted($0.AppointmentCarrierDepartedRequest request, {$grpc.CallOptions? options,}) {
|
||||
@@ -140,22 +140,22 @@ class AppointmentInputAPIClient extends $grpc.Client {
|
||||
'/api.AppointmentInputAPI/CarrierArrived',
|
||||
($0.AppointmentCarrierArrivedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentCarrierArrivedResponse.fromBuffer);
|
||||
static final _$expeditionStarted = $grpc.ClientMethod<$0.AppointmentExpeditionStartedRequest, $0.AppointmentExpeditionStartedResponse>(
|
||||
'/api.AppointmentInputAPI/ExpeditionStarted',
|
||||
($0.AppointmentExpeditionStartedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentExpeditionStartedResponse.fromBuffer);
|
||||
static final _$expeditionLoaded = $grpc.ClientMethod<$0.AppointmentExpeditionLoadedRequest, $0.AppointmentExpeditionLoadedResponse>(
|
||||
'/api.AppointmentInputAPI/ExpeditionLoaded',
|
||||
($0.AppointmentExpeditionLoadedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentExpeditionLoadedResponse.fromBuffer);
|
||||
static final _$receptionStarted = $grpc.ClientMethod<$0.AppointmentReceptionStartedRequest, $0.AppointmentReceptionStartedResponse>(
|
||||
'/api.AppointmentInputAPI/ReceptionStarted',
|
||||
($0.AppointmentReceptionStartedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentReceptionStartedResponse.fromBuffer);
|
||||
static final _$receptionUnloaded = $grpc.ClientMethod<$0.AppointmentReceptionUnloadedRequest, $0.AppointmentReceptionUnloadedResponse>(
|
||||
'/api.AppointmentInputAPI/ReceptionUnloaded',
|
||||
($0.AppointmentReceptionUnloadedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentReceptionUnloadedResponse.fromBuffer);
|
||||
static final _$loadingStarted = $grpc.ClientMethod<$0.AppointmentLoadingStartedRequest, $0.AppointmentLoadingStartedResponse>(
|
||||
'/api.AppointmentInputAPI/LoadingStarted',
|
||||
($0.AppointmentLoadingStartedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentLoadingStartedResponse.fromBuffer);
|
||||
static final _$loadingCompleted = $grpc.ClientMethod<$0.AppointmentLoadingCompletedRequest, $0.AppointmentLoadingCompletedResponse>(
|
||||
'/api.AppointmentInputAPI/LoadingCompleted',
|
||||
($0.AppointmentLoadingCompletedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentLoadingCompletedResponse.fromBuffer);
|
||||
static final _$unloadingStarted = $grpc.ClientMethod<$0.AppointmentUnloadingStartedRequest, $0.AppointmentUnloadingStartedResponse>(
|
||||
'/api.AppointmentInputAPI/UnloadingStarted',
|
||||
($0.AppointmentUnloadingStartedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentUnloadingStartedResponse.fromBuffer);
|
||||
static final _$unloadingCompleted = $grpc.ClientMethod<$0.AppointmentUnloadingCompletedRequest, $0.AppointmentUnloadingCompletedResponse>(
|
||||
'/api.AppointmentInputAPI/UnloadingCompleted',
|
||||
($0.AppointmentUnloadingCompletedRequest value) => value.writeToBuffer(),
|
||||
$0.AppointmentUnloadingCompletedResponse.fromBuffer);
|
||||
static final _$carrierDeparted = $grpc.ClientMethod<$0.AppointmentCarrierDepartedRequest, $0.AppointmentCarrierDepartedResponse>(
|
||||
'/api.AppointmentInputAPI/CarrierDeparted',
|
||||
($0.AppointmentCarrierDepartedRequest value) => value.writeToBuffer(),
|
||||
@@ -244,34 +244,34 @@ abstract class AppointmentInputAPIServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.AppointmentCarrierArrivedRequest.fromBuffer(value),
|
||||
($0.AppointmentCarrierArrivedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentExpeditionStartedRequest, $0.AppointmentExpeditionStartedResponse>(
|
||||
'ExpeditionStarted',
|
||||
expeditionStarted_Pre,
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentLoadingStartedRequest, $0.AppointmentLoadingStartedResponse>(
|
||||
'LoadingStarted',
|
||||
loadingStarted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.AppointmentExpeditionStartedRequest.fromBuffer(value),
|
||||
($0.AppointmentExpeditionStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentExpeditionLoadedRequest, $0.AppointmentExpeditionLoadedResponse>(
|
||||
'ExpeditionLoaded',
|
||||
expeditionLoaded_Pre,
|
||||
($core.List<$core.int> value) => $0.AppointmentLoadingStartedRequest.fromBuffer(value),
|
||||
($0.AppointmentLoadingStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentLoadingCompletedRequest, $0.AppointmentLoadingCompletedResponse>(
|
||||
'LoadingCompleted',
|
||||
loadingCompleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.AppointmentExpeditionLoadedRequest.fromBuffer(value),
|
||||
($0.AppointmentExpeditionLoadedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentReceptionStartedRequest, $0.AppointmentReceptionStartedResponse>(
|
||||
'ReceptionStarted',
|
||||
receptionStarted_Pre,
|
||||
($core.List<$core.int> value) => $0.AppointmentLoadingCompletedRequest.fromBuffer(value),
|
||||
($0.AppointmentLoadingCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentUnloadingStartedRequest, $0.AppointmentUnloadingStartedResponse>(
|
||||
'UnloadingStarted',
|
||||
unloadingStarted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.AppointmentReceptionStartedRequest.fromBuffer(value),
|
||||
($0.AppointmentReceptionStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentReceptionUnloadedRequest, $0.AppointmentReceptionUnloadedResponse>(
|
||||
'ReceptionUnloaded',
|
||||
receptionUnloaded_Pre,
|
||||
($core.List<$core.int> value) => $0.AppointmentUnloadingStartedRequest.fromBuffer(value),
|
||||
($0.AppointmentUnloadingStartedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentUnloadingCompletedRequest, $0.AppointmentUnloadingCompletedResponse>(
|
||||
'UnloadingCompleted',
|
||||
unloadingCompleted_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.AppointmentReceptionUnloadedRequest.fromBuffer(value),
|
||||
($0.AppointmentReceptionUnloadedResponse value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $0.AppointmentUnloadingCompletedRequest.fromBuffer(value),
|
||||
($0.AppointmentUnloadingCompletedResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.AppointmentCarrierDepartedRequest, $0.AppointmentCarrierDepartedResponse>(
|
||||
'CarrierDeparted',
|
||||
carrierDeparted_Pre,
|
||||
@@ -372,29 +372,29 @@ abstract class AppointmentInputAPIServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.AppointmentCarrierArrivedResponse> carrierArrived($grpc.ServiceCall call, $0.AppointmentCarrierArrivedRequest request);
|
||||
|
||||
$async.Future<$0.AppointmentExpeditionStartedResponse> expeditionStarted_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentExpeditionStartedRequest> $request) async {
|
||||
return expeditionStarted($call, await $request);
|
||||
$async.Future<$0.AppointmentLoadingStartedResponse> loadingStarted_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentLoadingStartedRequest> $request) async {
|
||||
return loadingStarted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.AppointmentExpeditionStartedResponse> expeditionStarted($grpc.ServiceCall call, $0.AppointmentExpeditionStartedRequest request);
|
||||
$async.Future<$0.AppointmentLoadingStartedResponse> loadingStarted($grpc.ServiceCall call, $0.AppointmentLoadingStartedRequest request);
|
||||
|
||||
$async.Future<$0.AppointmentExpeditionLoadedResponse> expeditionLoaded_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentExpeditionLoadedRequest> $request) async {
|
||||
return expeditionLoaded($call, await $request);
|
||||
$async.Future<$0.AppointmentLoadingCompletedResponse> loadingCompleted_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentLoadingCompletedRequest> $request) async {
|
||||
return loadingCompleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.AppointmentExpeditionLoadedResponse> expeditionLoaded($grpc.ServiceCall call, $0.AppointmentExpeditionLoadedRequest request);
|
||||
$async.Future<$0.AppointmentLoadingCompletedResponse> loadingCompleted($grpc.ServiceCall call, $0.AppointmentLoadingCompletedRequest request);
|
||||
|
||||
$async.Future<$0.AppointmentReceptionStartedResponse> receptionStarted_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentReceptionStartedRequest> $request) async {
|
||||
return receptionStarted($call, await $request);
|
||||
$async.Future<$0.AppointmentUnloadingStartedResponse> unloadingStarted_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentUnloadingStartedRequest> $request) async {
|
||||
return unloadingStarted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.AppointmentReceptionStartedResponse> receptionStarted($grpc.ServiceCall call, $0.AppointmentReceptionStartedRequest request);
|
||||
$async.Future<$0.AppointmentUnloadingStartedResponse> unloadingStarted($grpc.ServiceCall call, $0.AppointmentUnloadingStartedRequest request);
|
||||
|
||||
$async.Future<$0.AppointmentReceptionUnloadedResponse> receptionUnloaded_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentReceptionUnloadedRequest> $request) async {
|
||||
return receptionUnloaded($call, await $request);
|
||||
$async.Future<$0.AppointmentUnloadingCompletedResponse> unloadingCompleted_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentUnloadingCompletedRequest> $request) async {
|
||||
return unloadingCompleted($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.AppointmentReceptionUnloadedResponse> receptionUnloaded($grpc.ServiceCall call, $0.AppointmentReceptionUnloadedRequest request);
|
||||
$async.Future<$0.AppointmentUnloadingCompletedResponse> unloadingCompleted($grpc.ServiceCall call, $0.AppointmentUnloadingCompletedRequest request);
|
||||
|
||||
$async.Future<$0.AppointmentCarrierDepartedResponse> carrierDeparted_Pre($grpc.ServiceCall $call, $async.Future<$0.AppointmentCarrierDepartedRequest> $request) async {
|
||||
return carrierDeparted($call, await $request);
|
||||
|
||||
@@ -674,63 +674,62 @@ final $typed_data.Uint8List appointmentCarrierArrivedResponseDescriptor = $conve
|
||||
'BpLlJlc3BvbnNlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklE'
|
||||
'Oh6iuxgIUmVzcG9uc2W6uxgOQ2FycmllckFycml2ZWQ=');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionStartedPayloadDescriptor instead')
|
||||
const AppointmentExpeditionStartedPayload$json = {
|
||||
'1': 'AppointmentExpeditionStartedPayload',
|
||||
@$core.Deprecated('Use appointmentLoadingStartedPayloadDescriptor instead')
|
||||
const AppointmentLoadingStartedPayload$json = {
|
||||
'1': 'AppointmentLoadingStartedPayload',
|
||||
'2': [
|
||||
{'1': 'ActorID', '3': 1, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionStartedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionStartedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUGF5bG9hZBIYCgdBY3RvcklEGAEgASgJUg'
|
||||
'dBY3RvcklEOjaSQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GAG6uxgRRXhwZWRpdGlv'
|
||||
'blN0YXJ0ZWQ=');
|
||||
/// Descriptor for `AppointmentLoadingStartedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentLoadingStartedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudExvYWRpbmdTdGFydGVkUGF5bG9hZBIYCgdBY3RvcklEGAEgASgJUgdBY3'
|
||||
'RvcklEOjOSQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GAG6uxgOTG9hZGluZ1N0YXJ0'
|
||||
'ZWQ=');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionStartedEventDescriptor instead')
|
||||
const AppointmentExpeditionStartedEvent$json = {
|
||||
'1': 'AppointmentExpeditionStartedEvent',
|
||||
@$core.Deprecated('Use appointmentLoadingStartedEventDescriptor instead')
|
||||
const AppointmentLoadingStartedEvent$json = {
|
||||
'1': 'AppointmentLoadingStartedEvent',
|
||||
'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.AppointmentExpeditionStartedPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentLoadingStartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionStartedEventDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
|
||||
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
|
||||
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5BcHBvaW50bWVudEV4cG'
|
||||
'VkaXRpb25TdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6O5JBGgoY0gEGSGVhZGVy'
|
||||
'0gECSUTSAQdQYXlsb2FkorsYBUV2ZW50ursYEUV4cGVkaXRpb25TdGFydGVk');
|
||||
/// Descriptor for `AppointmentLoadingStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentLoadingStartedEventDescriptor = $convert.base64Decode(
|
||||
'Ch5BcHBvaW50bWVudExvYWRpbmdTdGFydGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk'
|
||||
'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
|
||||
'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5BcHBvaW50bWVudExvYWRpbm'
|
||||
'dTdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6OJJBGgoY0gEGSGVhZGVy0gECSUTS'
|
||||
'AQdQYXlsb2FkorsYBUV2ZW50ursYDkxvYWRpbmdTdGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionStartedRequestDescriptor instead')
|
||||
const AppointmentExpeditionStartedRequest$json = {
|
||||
'1': 'AppointmentExpeditionStartedRequest',
|
||||
@$core.Deprecated('Use appointmentLoadingStartedRequestDescriptor instead')
|
||||
const AppointmentLoadingStartedRequest$json = {
|
||||
'1': 'AppointmentLoadingStartedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '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.AppointmentExpeditionStartedPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentLoadingStartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionStartedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionStartedRequestDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS'
|
||||
'5hcGkuUmVxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsy'
|
||||
'DS5hcGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJMCgdQYXlsb2FkGAMgASgLMiguYXBpLkFwcG'
|
||||
'9pbnRtZW50RXhwZWRpdGlvblN0YXJ0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo9kkEa'
|
||||
'ChjSAQZIZWFkZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GBFFeHBlZGl0aW9uU3Rhcn'
|
||||
'RlZA==');
|
||||
/// Descriptor for `AppointmentLoadingStartedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentLoadingStartedRequestDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudExvYWRpbmdTdGFydGVkUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcG'
|
||||
'kuUmVxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5h'
|
||||
'cGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJJCgdQYXlsb2FkGAMgASgLMiUuYXBpLkFwcG9pbn'
|
||||
'RtZW50TG9hZGluZ1N0YXJ0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo6kkEaChjSAQZI'
|
||||
'ZWFkZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GA5Mb2FkaW5nU3RhcnRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionStartedResponseDescriptor instead')
|
||||
const AppointmentExpeditionStartedResponse$json = {
|
||||
'1': 'AppointmentExpeditionStartedResponse',
|
||||
@$core.Deprecated('Use appointmentLoadingStartedResponseDescriptor instead')
|
||||
const AppointmentLoadingStartedResponse$json = {
|
||||
'1': 'AppointmentLoadingStartedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
@@ -738,69 +737,69 @@ const AppointmentExpeditionStartedResponse$json = {
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionStartedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionStartedResponseDescriptor = $convert.base64Decode(
|
||||
'CiRBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUmVzcG9uc2USKwoGSGVhZGVyGAEgASgLMh'
|
||||
'MuYXBpLlJlc3BvbnNlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURS'
|
||||
'AklEOiGiuxgIUmVzcG9uc2W6uxgRRXhwZWRpdGlvblN0YXJ0ZWQ=');
|
||||
/// Descriptor for `AppointmentLoadingStartedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentLoadingStartedResponseDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudExvYWRpbmdTdGFydGVkUmVzcG9uc2USKwoGSGVhZGVyGAEgASgLMhMuYX'
|
||||
'BpLlJlc3BvbnNlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklE'
|
||||
'Oh6iuxgIUmVzcG9uc2W6uxgOTG9hZGluZ1N0YXJ0ZWQ=');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionLoadedPayloadDescriptor instead')
|
||||
const AppointmentExpeditionLoadedPayload$json = {
|
||||
'1': 'AppointmentExpeditionLoadedPayload',
|
||||
@$core.Deprecated('Use appointmentLoadingCompletedPayloadDescriptor instead')
|
||||
const AppointmentLoadingCompletedPayload$json = {
|
||||
'1': 'AppointmentLoadingCompletedPayload',
|
||||
'2': [
|
||||
{'1': 'ActorID', '3': 1, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionLoadedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionLoadedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRQYXlsb2FkEhgKB0FjdG9ySUQYASABKAlSB0'
|
||||
'FjdG9ySUQ6NZJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2ZW50qLsYAbq7GBBFeHBlZGl0aW9u'
|
||||
'TG9hZGVk');
|
||||
/// Descriptor for `AppointmentLoadingCompletedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentLoadingCompletedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudExvYWRpbmdDb21wbGV0ZWRQYXlsb2FkEhgKB0FjdG9ySUQYASABKAlSB0'
|
||||
'FjdG9ySUQ6NZJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2ZW50qLsYAbq7GBBMb2FkaW5nQ29t'
|
||||
'cGxldGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionLoadedEventDescriptor instead')
|
||||
const AppointmentExpeditionLoadedEvent$json = {
|
||||
'1': 'AppointmentExpeditionLoadedEvent',
|
||||
@$core.Deprecated('Use appointmentLoadingCompletedEventDescriptor instead')
|
||||
const AppointmentLoadingCompletedEvent$json = {
|
||||
'1': 'AppointmentLoadingCompletedEvent',
|
||||
'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.AppointmentExpeditionLoadedPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentLoadingCompletedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionLoadedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionLoadedEventDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
|
||||
/// Descriptor for `AppointmentLoadingCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentLoadingCompletedEventDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudExvYWRpbmdDb21wbGV0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
|
||||
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50RXhwZW'
|
||||
'RpdGlvbkxvYWRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjqSQRoKGNIBBkhlYWRlctIB'
|
||||
'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBFeHBlZGl0aW9uTG9hZGVk');
|
||||
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50TG9hZG'
|
||||
'luZ0NvbXBsZXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjqSQRoKGNIBBkhlYWRlctIB'
|
||||
'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBMb2FkaW5nQ29tcGxldGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionLoadedRequestDescriptor instead')
|
||||
const AppointmentExpeditionLoadedRequest$json = {
|
||||
'1': 'AppointmentExpeditionLoadedRequest',
|
||||
@$core.Deprecated('Use appointmentLoadingCompletedRequestDescriptor instead')
|
||||
const AppointmentLoadingCompletedRequest$json = {
|
||||
'1': 'AppointmentLoadingCompletedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '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.AppointmentExpeditionLoadedPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentLoadingCompletedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionLoadedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionLoadedRequestDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLm'
|
||||
/// Descriptor for `AppointmentLoadingCompletedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentLoadingCompletedRequestDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudExvYWRpbmdDb21wbGV0ZWRSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLm'
|
||||
'FwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzIN'
|
||||
'LmFwaS5FbnRpdHlJREII+kIFigECEAFSAklEEksKB1BheWxvYWQYAyABKAsyJy5hcGkuQXBwb2'
|
||||
'ludG1lbnRFeHBlZGl0aW9uTG9hZGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY'
|
||||
'0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQRXhwZWRpdGlvbkxvYWRlZA'
|
||||
'ludG1lbnRMb2FkaW5nQ29tcGxldGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY'
|
||||
'0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQTG9hZGluZ0NvbXBsZXRlZA'
|
||||
'==');
|
||||
|
||||
@$core.Deprecated('Use appointmentExpeditionLoadedResponseDescriptor instead')
|
||||
const AppointmentExpeditionLoadedResponse$json = {
|
||||
'1': 'AppointmentExpeditionLoadedResponse',
|
||||
@$core.Deprecated('Use appointmentLoadingCompletedResponseDescriptor instead')
|
||||
const AppointmentLoadingCompletedResponse$json = {
|
||||
'1': 'AppointmentLoadingCompletedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
@@ -808,69 +807,69 @@ const AppointmentExpeditionLoadedResponse$json = {
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentExpeditionLoadedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentExpeditionLoadedResponseDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRSZXNwb25zZRIrCgZIZWFkZXIYASABKAsyEy'
|
||||
/// Descriptor for `AppointmentLoadingCompletedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentLoadingCompletedResponseDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudExvYWRpbmdDb21wbGV0ZWRSZXNwb25zZRIrCgZIZWFkZXIYASABKAsyEy'
|
||||
'5hcGkuUmVzcG9uc2VIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFIC'
|
||||
'SUQ6IKK7GAhSZXNwb25zZbq7GBBFeHBlZGl0aW9uTG9hZGVk');
|
||||
'SUQ6IKK7GAhSZXNwb25zZbq7GBBMb2FkaW5nQ29tcGxldGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionStartedPayloadDescriptor instead')
|
||||
const AppointmentReceptionStartedPayload$json = {
|
||||
'1': 'AppointmentReceptionStartedPayload',
|
||||
@$core.Deprecated('Use appointmentUnloadingStartedPayloadDescriptor instead')
|
||||
const AppointmentUnloadingStartedPayload$json = {
|
||||
'1': 'AppointmentUnloadingStartedPayload',
|
||||
'2': [
|
||||
{'1': 'ActorID', '3': 1, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionStartedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionStartedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRQYXlsb2FkEhgKB0FjdG9ySUQYASABKAlSB0'
|
||||
'FjdG9ySUQ6NZJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2ZW50qLsYAbq7GBBSZWNlcHRpb25T'
|
||||
/// Descriptor for `AppointmentUnloadingStartedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentUnloadingStartedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudFVubG9hZGluZ1N0YXJ0ZWRQYXlsb2FkEhgKB0FjdG9ySUQYASABKAlSB0'
|
||||
'FjdG9ySUQ6NZJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2ZW50qLsYAbq7GBBVbmxvYWRpbmdT'
|
||||
'dGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionStartedEventDescriptor instead')
|
||||
const AppointmentReceptionStartedEvent$json = {
|
||||
'1': 'AppointmentReceptionStartedEvent',
|
||||
@$core.Deprecated('Use appointmentUnloadingStartedEventDescriptor instead')
|
||||
const AppointmentUnloadingStartedEvent$json = {
|
||||
'1': 'AppointmentUnloadingStartedEvent',
|
||||
'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.AppointmentReceptionStartedPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentUnloadingStartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionStartedEventDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
|
||||
/// Descriptor for `AppointmentUnloadingStartedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentUnloadingStartedEventDescriptor = $convert.base64Decode(
|
||||
'CiBBcHBvaW50bWVudFVubG9hZGluZ1N0YXJ0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG'
|
||||
'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
||||
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50UmVjZX'
|
||||
'B0aW9uU3RhcnRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjqSQRoKGNIBBkhlYWRlctIB'
|
||||
'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBSZWNlcHRpb25TdGFydGVk');
|
||||
'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50VW5sb2'
|
||||
'FkaW5nU3RhcnRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjqSQRoKGNIBBkhlYWRlctIB'
|
||||
'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBVbmxvYWRpbmdTdGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionStartedRequestDescriptor instead')
|
||||
const AppointmentReceptionStartedRequest$json = {
|
||||
'1': 'AppointmentReceptionStartedRequest',
|
||||
@$core.Deprecated('Use appointmentUnloadingStartedRequestDescriptor instead')
|
||||
const AppointmentUnloadingStartedRequest$json = {
|
||||
'1': 'AppointmentUnloadingStartedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '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.AppointmentReceptionStartedPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentUnloadingStartedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionStartedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionStartedRequestDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLm'
|
||||
/// Descriptor for `AppointmentUnloadingStartedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentUnloadingStartedRequestDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudFVubG9hZGluZ1N0YXJ0ZWRSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLm'
|
||||
'FwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzIN'
|
||||
'LmFwaS5FbnRpdHlJREII+kIFigECEAFSAklEEksKB1BheWxvYWQYAyABKAsyJy5hcGkuQXBwb2'
|
||||
'ludG1lbnRSZWNlcHRpb25TdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY'
|
||||
'0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQUmVjZXB0aW9uU3RhcnRlZA'
|
||||
'ludG1lbnRVbmxvYWRpbmdTdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY'
|
||||
'0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQVW5sb2FkaW5nU3RhcnRlZA'
|
||||
'==');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionStartedResponseDescriptor instead')
|
||||
const AppointmentReceptionStartedResponse$json = {
|
||||
'1': 'AppointmentReceptionStartedResponse',
|
||||
@$core.Deprecated('Use appointmentUnloadingStartedResponseDescriptor instead')
|
||||
const AppointmentUnloadingStartedResponse$json = {
|
||||
'1': 'AppointmentUnloadingStartedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
@@ -878,69 +877,69 @@ const AppointmentReceptionStartedResponse$json = {
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionStartedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionStartedResponseDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRSZXNwb25zZRIrCgZIZWFkZXIYASABKAsyEy'
|
||||
/// Descriptor for `AppointmentUnloadingStartedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentUnloadingStartedResponseDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudFVubG9hZGluZ1N0YXJ0ZWRSZXNwb25zZRIrCgZIZWFkZXIYASABKAsyEy'
|
||||
'5hcGkuUmVzcG9uc2VIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFIC'
|
||||
'SUQ6IKK7GAhSZXNwb25zZbq7GBBSZWNlcHRpb25TdGFydGVk');
|
||||
'SUQ6IKK7GAhSZXNwb25zZbq7GBBVbmxvYWRpbmdTdGFydGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionUnloadedPayloadDescriptor instead')
|
||||
const AppointmentReceptionUnloadedPayload$json = {
|
||||
'1': 'AppointmentReceptionUnloadedPayload',
|
||||
@$core.Deprecated('Use appointmentUnloadingCompletedPayloadDescriptor instead')
|
||||
const AppointmentUnloadingCompletedPayload$json = {
|
||||
'1': 'AppointmentUnloadingCompletedPayload',
|
||||
'2': [
|
||||
{'1': 'ActorID', '3': 1, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionUnloadedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionUnloadedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUGF5bG9hZBIYCgdBY3RvcklEGAEgASgJUg'
|
||||
'dBY3RvcklEOjaSQREKDzINRXZlbnQgUGF5bG9hZKK7GAVFdmVudKi7GAG6uxgRUmVjZXB0aW9u'
|
||||
'VW5sb2FkZWQ=');
|
||||
/// Descriptor for `AppointmentUnloadingCompletedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentUnloadingCompletedPayloadDescriptor = $convert.base64Decode(
|
||||
'CiRBcHBvaW50bWVudFVubG9hZGluZ0NvbXBsZXRlZFBheWxvYWQSGAoHQWN0b3JJRBgBIAEoCV'
|
||||
'IHQWN0b3JJRDo3kkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYElVubG9hZGlu'
|
||||
'Z0NvbXBsZXRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionUnloadedEventDescriptor instead')
|
||||
const AppointmentReceptionUnloadedEvent$json = {
|
||||
'1': 'AppointmentReceptionUnloadedEvent',
|
||||
@$core.Deprecated('Use appointmentUnloadingCompletedEventDescriptor instead')
|
||||
const AppointmentUnloadingCompletedEvent$json = {
|
||||
'1': 'AppointmentUnloadingCompletedEvent',
|
||||
'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.AppointmentReceptionUnloadedPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentUnloadingCompletedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionUnloadedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionUnloadedEventDescriptor = $convert.base64Decode(
|
||||
'CiFBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX'
|
||||
'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0'
|
||||
'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5BcHBvaW50bWVudFJlY2'
|
||||
'VwdGlvblVubG9hZGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6O5JBGgoY0gEGSGVhZGVy'
|
||||
'0gECSUTSAQdQYXlsb2FkorsYBUV2ZW50ursYEVJlY2VwdGlvblVubG9hZGVk');
|
||||
/// Descriptor for `AppointmentUnloadingCompletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentUnloadingCompletedEventDescriptor = $convert.base64Decode(
|
||||
'CiJBcHBvaW50bWVudFVubG9hZGluZ0NvbXBsZXRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLm'
|
||||
'FwaS5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRp'
|
||||
'dHlJREII+kIFigECEAFSAklEEk0KB1BheWxvYWQYAyABKAsyKS5hcGkuQXBwb2ludG1lbnRVbm'
|
||||
'xvYWRpbmdDb21wbGV0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo8kkEaChjSAQZIZWFk'
|
||||
'ZXLSAQJJRNIBB1BheWxvYWSiuxgFRXZlbnS6uxgSVW5sb2FkaW5nQ29tcGxldGVk');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionUnloadedRequestDescriptor instead')
|
||||
const AppointmentReceptionUnloadedRequest$json = {
|
||||
'1': 'AppointmentReceptionUnloadedRequest',
|
||||
@$core.Deprecated('Use appointmentUnloadingCompletedRequestDescriptor instead')
|
||||
const AppointmentUnloadingCompletedRequest$json = {
|
||||
'1': 'AppointmentUnloadingCompletedRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '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.AppointmentReceptionUnloadedPayload', '8': {}, '10': 'Payload'},
|
||||
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentUnloadingCompletedPayload', '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionUnloadedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionUnloadedRequestDescriptor = $convert.base64Decode(
|
||||
'CiNBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS'
|
||||
'5hcGkuUmVxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsy'
|
||||
'DS5hcGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJMCgdQYXlsb2FkGAMgASgLMiguYXBpLkFwcG'
|
||||
'9pbnRtZW50UmVjZXB0aW9uVW5sb2FkZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo9kkEa'
|
||||
'ChjSAQZIZWFkZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GBFSZWNlcHRpb25VbmxvYW'
|
||||
'RlZA==');
|
||||
/// Descriptor for `AppointmentUnloadingCompletedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentUnloadingCompletedRequestDescriptor = $convert.base64Decode(
|
||||
'CiRBcHBvaW50bWVudFVubG9hZGluZ0NvbXBsZXRlZFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMh'
|
||||
'kuYXBpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgL'
|
||||
'Mg0uYXBpLkVudGl0eUlEQgj6QgWKAQIQAVICSUQSTQoHUGF5bG9hZBgDIAEoCzIpLmFwaS5BcH'
|
||||
'BvaW50bWVudFVubG9hZGluZ0NvbXBsZXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOj6S'
|
||||
'QRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYElVubG9hZGluZ0NvbX'
|
||||
'BsZXRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentReceptionUnloadedResponseDescriptor instead')
|
||||
const AppointmentReceptionUnloadedResponse$json = {
|
||||
'1': 'AppointmentReceptionUnloadedResponse',
|
||||
@$core.Deprecated('Use appointmentUnloadingCompletedResponseDescriptor instead')
|
||||
const AppointmentUnloadingCompletedResponse$json = {
|
||||
'1': 'AppointmentUnloadingCompletedResponse',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
|
||||
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
||||
@@ -948,11 +947,11 @@ const AppointmentReceptionUnloadedResponse$json = {
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `AppointmentReceptionUnloadedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentReceptionUnloadedResponseDescriptor = $convert.base64Decode(
|
||||
'CiRBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUmVzcG9uc2USKwoGSGVhZGVyGAEgASgLMh'
|
||||
'MuYXBpLlJlc3BvbnNlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURS'
|
||||
'AklEOiGiuxgIUmVzcG9uc2W6uxgRUmVjZXB0aW9uVW5sb2FkZWQ=');
|
||||
/// Descriptor for `AppointmentUnloadingCompletedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentUnloadingCompletedResponseDescriptor = $convert.base64Decode(
|
||||
'CiVBcHBvaW50bWVudFVubG9hZGluZ0NvbXBsZXRlZFJlc3BvbnNlEisKBkhlYWRlchgBIAEoCz'
|
||||
'ITLmFwaS5SZXNwb25zZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
|
||||
'UgJJRDoiorsYCFJlc3BvbnNlursYElVubG9hZGluZ0NvbXBsZXRlZA==');
|
||||
|
||||
@$core.Deprecated('Use appointmentCarrierDepartedPayloadDescriptor instead')
|
||||
const AppointmentCarrierDepartedPayload$json = {
|
||||
|
||||
@@ -54,10 +54,10 @@ class AppointmentStatusCode extends $pb.ProtobufEnum {
|
||||
static const AppointmentStatusCode APPOINTMENT_0300_CARRIER_EXPECTED = AppointmentStatusCode._(300, _omitEnumNames ? '' : 'APPOINTMENT_0300_CARRIER_EXPECTED');
|
||||
static const AppointmentStatusCode APPOINTMENT_0400_CARRIER_ARRIVED = AppointmentStatusCode._(400, _omitEnumNames ? '' : 'APPOINTMENT_0400_CARRIER_ARRIVED');
|
||||
/// APPOINTMENT_0500_SITE_VALIDATION = 500;
|
||||
static const AppointmentStatusCode APPOINTMENT_0600_RECEPTION_UNLOADING = AppointmentStatusCode._(600, _omitEnumNames ? '' : 'APPOINTMENT_0600_RECEPTION_UNLOADING');
|
||||
static const AppointmentStatusCode APPOINTMENT_0700_RECEPTION_UNLOADED = AppointmentStatusCode._(700, _omitEnumNames ? '' : 'APPOINTMENT_0700_RECEPTION_UNLOADED');
|
||||
static const AppointmentStatusCode APPOINTMENT_0800_EXPEDITION_LOADING = AppointmentStatusCode._(800, _omitEnumNames ? '' : 'APPOINTMENT_0800_EXPEDITION_LOADING');
|
||||
static const AppointmentStatusCode APPOINTMENT_0900_EXPEDITION_LOADED = AppointmentStatusCode._(900, _omitEnumNames ? '' : 'APPOINTMENT_0900_EXPEDITION_LOADED');
|
||||
static const AppointmentStatusCode APPOINTMENT_0600_UNLOADING = AppointmentStatusCode._(600, _omitEnumNames ? '' : 'APPOINTMENT_0600_UNLOADING');
|
||||
static const AppointmentStatusCode APPOINTMENT_0700_UNLOADED = AppointmentStatusCode._(700, _omitEnumNames ? '' : 'APPOINTMENT_0700_UNLOADED');
|
||||
static const AppointmentStatusCode APPOINTMENT_0800_LOADING = AppointmentStatusCode._(800, _omitEnumNames ? '' : 'APPOINTMENT_0800_LOADING');
|
||||
static const AppointmentStatusCode APPOINTMENT_0900_LOADED = AppointmentStatusCode._(900, _omitEnumNames ? '' : 'APPOINTMENT_0900_LOADED');
|
||||
static const AppointmentStatusCode APPOINTMENT_1000_CARRIER_DEPARTED = AppointmentStatusCode._(1000, _omitEnumNames ? '' : 'APPOINTMENT_1000_CARRIER_DEPARTED');
|
||||
static const AppointmentStatusCode APPOINTMENT_1100_CANCELED = AppointmentStatusCode._(1100, _omitEnumNames ? '' : 'APPOINTMENT_1100_CANCELED');
|
||||
static const AppointmentStatusCode APPOINTMENT_9500_ANOMALY = AppointmentStatusCode._(9500, _omitEnumNames ? '' : 'APPOINTMENT_9500_ANOMALY');
|
||||
@@ -67,10 +67,10 @@ class AppointmentStatusCode extends $pb.ProtobufEnum {
|
||||
APPOINTMENT_0100_CREATED,
|
||||
APPOINTMENT_0300_CARRIER_EXPECTED,
|
||||
APPOINTMENT_0400_CARRIER_ARRIVED,
|
||||
APPOINTMENT_0600_RECEPTION_UNLOADING,
|
||||
APPOINTMENT_0700_RECEPTION_UNLOADED,
|
||||
APPOINTMENT_0800_EXPEDITION_LOADING,
|
||||
APPOINTMENT_0900_EXPEDITION_LOADED,
|
||||
APPOINTMENT_0600_UNLOADING,
|
||||
APPOINTMENT_0700_UNLOADED,
|
||||
APPOINTMENT_0800_LOADING,
|
||||
APPOINTMENT_0900_LOADED,
|
||||
APPOINTMENT_1000_CARRIER_DEPARTED,
|
||||
APPOINTMENT_1100_CANCELED,
|
||||
APPOINTMENT_9500_ANOMALY,
|
||||
|
||||
@@ -48,10 +48,10 @@ const AppointmentStatusCode$json = {
|
||||
{'1': 'APPOINTMENT_0100_CREATED', '2': 100},
|
||||
{'1': 'APPOINTMENT_0300_CARRIER_EXPECTED', '2': 300},
|
||||
{'1': 'APPOINTMENT_0400_CARRIER_ARRIVED', '2': 400},
|
||||
{'1': 'APPOINTMENT_0600_RECEPTION_UNLOADING', '2': 600},
|
||||
{'1': 'APPOINTMENT_0700_RECEPTION_UNLOADED', '2': 700},
|
||||
{'1': 'APPOINTMENT_0800_EXPEDITION_LOADING', '2': 800},
|
||||
{'1': 'APPOINTMENT_0900_EXPEDITION_LOADED', '2': 900},
|
||||
{'1': 'APPOINTMENT_0600_UNLOADING', '2': 600},
|
||||
{'1': 'APPOINTMENT_0700_UNLOADED', '2': 700},
|
||||
{'1': 'APPOINTMENT_0800_LOADING', '2': 800},
|
||||
{'1': 'APPOINTMENT_0900_LOADED', '2': 900},
|
||||
{'1': 'APPOINTMENT_1000_CARRIER_DEPARTED', '2': 1000},
|
||||
{'1': 'APPOINTMENT_1100_CANCELED', '2': 1100},
|
||||
{'1': 'APPOINTMENT_9500_ANOMALY', '2': 9500},
|
||||
@@ -63,11 +63,11 @@ final $typed_data.Uint8List appointmentStatusCodeDescriptor = $convert.base64Dec
|
||||
'ChVBcHBvaW50bWVudFN0YXR1c0NvZGUSIwofQVBQT0lOVE1FTlRfMDAwMF9TVEFUVVNfVU5LTk'
|
||||
'9XThAAEhwKGEFQUE9JTlRNRU5UXzAxMDBfQ1JFQVRFRBBkEiYKIUFQUE9JTlRNRU5UXzAzMDBf'
|
||||
'Q0FSUklFUl9FWFBFQ1RFRBCsAhIlCiBBUFBPSU5UTUVOVF8wNDAwX0NBUlJJRVJfQVJSSVZFRB'
|
||||
'CQAxIpCiRBUFBPSU5UTUVOVF8wNjAwX1JFQ0VQVElPTl9VTkxPQURJTkcQ2AQSKAojQVBQT0lO'
|
||||
'VE1FTlRfMDcwMF9SRUNFUFRJT05fVU5MT0FERUQQvAUSKAojQVBQT0lOVE1FTlRfMDgwMF9FWF'
|
||||
'BFRElUSU9OX0xPQURJTkcQoAYSJwoiQVBQT0lOVE1FTlRfMDkwMF9FWFBFRElUSU9OX0xPQURF'
|
||||
'RBCEBxImCiFBUFBPSU5UTUVOVF8xMDAwX0NBUlJJRVJfREVQQVJURUQQ6AcSHgoZQVBQT0lOVE'
|
||||
'1FTlRfMTEwMF9DQU5DRUxFRBDMCBIdChhBUFBPSU5UTUVOVF85NTAwX0FOT01BTFkQnEo=');
|
||||
'CQAxIfChpBUFBPSU5UTUVOVF8wNjAwX1VOTE9BRElORxDYBBIeChlBUFBPSU5UTUVOVF8wNzAw'
|
||||
'X1VOTE9BREVEELwFEh0KGEFQUE9JTlRNRU5UXzA4MDBfTE9BRElORxCgBhIcChdBUFBPSU5UTU'
|
||||
'VOVF8wOTAwX0xPQURFRBCEBxImCiFBUFBPSU5UTUVOVF8xMDAwX0NBUlJJRVJfREVQQVJURUQQ'
|
||||
'6AcSHgoZQVBQT0lOVE1FTlRfMTEwMF9DQU5DRUxFRBDMCBIdChhBUFBPSU5UTUVOVF85NTAwX0'
|
||||
'FOT01BTFkQnEo=');
|
||||
|
||||
@$core.Deprecated('Use claimStatusDefDescriptor instead')
|
||||
const ClaimStatusDef$json = {
|
||||
|
||||
637
lib/site.pb.dart
637
lib/site.pb.dart
@@ -1465,7 +1465,7 @@ class GetAvailableSlotsRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
/// Type of appointment : Loading / Unloading / Both
|
||||
@$pb.TagNumber(2)
|
||||
$2.AppointmentType get appointmentType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -1736,7 +1736,7 @@ class CheckAppointmentCommissionRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
/// Type of appointment : Loading / Unloading / Both
|
||||
@$pb.TagNumber(2)
|
||||
$2.AppointmentType get appointmentType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -1831,6 +1831,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.MetadataElement>? carrierInformation,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
$core.String? reason,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -1844,6 +1845,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
if (reason != null) result.reason = reason;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -1864,6 +1866,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..aOS(13, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.MetadataElement>(14, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$3.MetadataElement>(15, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..aOS(16, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -1895,7 +1898,7 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
/// Type of appointment : Loading / Unloading / Both
|
||||
@$pb.TagNumber(2)
|
||||
$2.AppointmentType get appointmentType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -1957,178 +1960,15 @@ class BookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(10);
|
||||
}
|
||||
|
||||
/// BookAppointmentNoReference
|
||||
class BookAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
factory BookAppointmentNoReferenceRequest({
|
||||
$3.RequestProjectHeader? header,
|
||||
$2.AppointmentType? appointmentType,
|
||||
$core.String? projectID,
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.String? appointmentID,
|
||||
$core.String? reason,
|
||||
$core.bool? instructionAck,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.MetadataElement>? carrierInformation,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (reason != null) result.reason = reason;
|
||||
if (instructionAck != null) result.instructionAck = instructionAck;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
return result;
|
||||
}
|
||||
|
||||
BookAppointmentNoReferenceRequest._();
|
||||
|
||||
factory BookAppointmentNoReferenceRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory BookAppointmentNoReferenceRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BookAppointmentNoReferenceRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create)
|
||||
..e<$2.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
|
||||
..aOS(3, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..pc<$2.QuantityByUnit>(4, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..pc<$2.SegmentationSelection>(5, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.create)
|
||||
..pc<$2.Slot>(7, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..aOS(11, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOS(12, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOB(13, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
|
||||
..aOS(14, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.MetadataElement>(15, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$3.MetadataElement>(16, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BookAppointmentNoReferenceRequest clone() => BookAppointmentNoReferenceRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BookAppointmentNoReferenceRequest copyWith(void Function(BookAppointmentNoReferenceRequest) updates) => super.copyWith((message) => updates(message as BookAppointmentNoReferenceRequest)) as BookAppointmentNoReferenceRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static BookAppointmentNoReferenceRequest create() => BookAppointmentNoReferenceRequest._();
|
||||
@$core.override
|
||||
BookAppointmentNoReferenceRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<BookAppointmentNoReferenceRequest> createRepeated() => $pb.PbList<BookAppointmentNoReferenceRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static BookAppointmentNoReferenceRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<BookAppointmentNoReferenceRequest>(create);
|
||||
static BookAppointmentNoReferenceRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.RequestProjectHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
@$pb.TagNumber(2)
|
||||
$2.AppointmentType get appointmentType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set appointmentType($2.AppointmentType value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasAppointmentType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentType() => $_clearField(2);
|
||||
|
||||
/// Project for which the appointment is made, with the quantities
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get projectID => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set projectID($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasProjectID() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearProjectID() => $_clearField(3);
|
||||
|
||||
/// quantities
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(3);
|
||||
|
||||
/// Set of segmentation constraining the slot booking
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(4);
|
||||
|
||||
/// The slot to book for the appointment
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(5);
|
||||
|
||||
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
|
||||
/// User mails being notified on this appointment
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$core.String> get emails => $_getList(6);
|
||||
|
||||
/// The carrier identifier who requests to book the appointment
|
||||
/// string CarrierID = 9;
|
||||
/// The carrier name who requests to book the appointment
|
||||
/// string CarrierName = 10;
|
||||
/// The appointment ID, usually generated using siteCounterServices
|
||||
@$pb.TagNumber(11)
|
||||
$core.String get appointmentID => $_getSZ(7);
|
||||
@$pb.TagNumber(11)
|
||||
set appointmentID($core.String value) => $_setString(7, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasAppointmentID() => $_has(7);
|
||||
@$pb.TagNumber(11)
|
||||
void clearAppointmentID() => $_clearField(11);
|
||||
|
||||
/// The Reason for which the appointment has no commissions
|
||||
@$pb.TagNumber(12)
|
||||
$core.String get reason => $_getSZ(8);
|
||||
@$pb.TagNumber(12)
|
||||
set reason($core.String value) => $_setString(8, value);
|
||||
@$pb.TagNumber(12)
|
||||
$core.bool hasReason() => $_has(8);
|
||||
@$pb.TagNumber(12)
|
||||
void clearReason() => $_clearField(12);
|
||||
|
||||
/// Acknowledgment of the site instructions
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool get instructionAck => $_getBF(9);
|
||||
@$pb.TagNumber(13)
|
||||
set instructionAck($core.bool value) => $_setBool(9, value);
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasInstructionAck() => $_has(9);
|
||||
@$pb.TagNumber(13)
|
||||
void clearInstructionAck() => $_clearField(13);
|
||||
|
||||
@$pb.TagNumber(14)
|
||||
$core.String get actorID => $_getSZ(10);
|
||||
@$pb.TagNumber(14)
|
||||
set actorID($core.String value) => $_setString(10, value);
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool hasActorID() => $_has(10);
|
||||
@$pb.TagNumber(14)
|
||||
void clearActorID() => $_clearField(14);
|
||||
|
||||
/// Carrier information metadata definition
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(11);
|
||||
|
||||
@$pb.TagNumber(16)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(12);
|
||||
$core.String get reason => $_getSZ(11);
|
||||
@$pb.TagNumber(16)
|
||||
set reason($core.String value) => $_setString(11, value);
|
||||
@$pb.TagNumber(16)
|
||||
$core.bool hasReason() => $_has(11);
|
||||
@$pb.TagNumber(16)
|
||||
void clearReason() => $_clearField(16);
|
||||
}
|
||||
|
||||
/// SiteActor: connection between an actor in a project and a Site
|
||||
@@ -2352,194 +2192,6 @@ class GetBookingContextResponse extends $pb.GeneratedMessage {
|
||||
$pb.PbList<$2.Document> get instructionDocuments => $_getList(5);
|
||||
}
|
||||
|
||||
/// ForceBookAppointment
|
||||
class ForceBookAppointmentRequest extends $pb.GeneratedMessage {
|
||||
factory ForceBookAppointmentRequest({
|
||||
$3.RequestProjectHeader? header,
|
||||
$2.AppointmentType? appointmentType,
|
||||
$core.Iterable<$2.Commission>? commissions,
|
||||
$core.Iterable<$2.SegmentationSelection>? segmentationSelections,
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.String? timeZone,
|
||||
$core.String? appointmentID,
|
||||
$core.bool? instructionAck,
|
||||
$core.String? projectID,
|
||||
$core.String? reason,
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$3.MetadataElement>? carrierInformation,
|
||||
$core.Iterable<$3.MetadataElement>? metaData,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentType != null) result.appointmentType = appointmentType;
|
||||
if (commissions != null) result.commissions.addAll(commissions);
|
||||
if (segmentationSelections != null) result.segmentationSelections.addAll(segmentationSelections);
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (timeZone != null) result.timeZone = timeZone;
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (instructionAck != null) result.instructionAck = instructionAck;
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (reason != null) result.reason = reason;
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (carrierInformation != null) result.carrierInformation.addAll(carrierInformation);
|
||||
if (metaData != null) result.metaData.addAll(metaData);
|
||||
return result;
|
||||
}
|
||||
|
||||
ForceBookAppointmentRequest._();
|
||||
|
||||
factory ForceBookAppointmentRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ForceBookAppointmentRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ForceBookAppointmentRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOM<$3.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestProjectHeader.create)
|
||||
..e<$2.AppointmentType>(2, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $2.AppointmentType.APPOINTMENT_TYPE_UNKNOWN, valueOf: $2.AppointmentType.valueOf, enumValues: $2.AppointmentType.values)
|
||||
..pc<$2.Commission>(3, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.Commission.create)
|
||||
..pc<$2.SegmentationSelection>(4, _omitFieldNames ? '' : 'SegmentationSelections', $pb.PbFieldType.PM, protoName: 'SegmentationSelections', subBuilder: $2.SegmentationSelection.create)
|
||||
..pc<$2.Slot>(6, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..aOS(11, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
|
||||
..aOS(12, _omitFieldNames ? '' : 'AppointmentID', protoName: 'AppointmentID')
|
||||
..aOB(13, _omitFieldNames ? '' : 'InstructionAck', protoName: 'InstructionAck')
|
||||
..aOS(14, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..aOS(15, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..pc<$2.QuantityByUnit>(16, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..aOS(17, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pc<$3.MetadataElement>(18, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $3.MetadataElement.create)
|
||||
..pc<$3.MetadataElement>(19, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ForceBookAppointmentRequest clone() => ForceBookAppointmentRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ForceBookAppointmentRequest copyWith(void Function(ForceBookAppointmentRequest) updates) => super.copyWith((message) => updates(message as ForceBookAppointmentRequest)) as ForceBookAppointmentRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ForceBookAppointmentRequest create() => ForceBookAppointmentRequest._();
|
||||
@$core.override
|
||||
ForceBookAppointmentRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<ForceBookAppointmentRequest> createRepeated() => $pb.PbList<ForceBookAppointmentRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ForceBookAppointmentRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ForceBookAppointmentRequest>(create);
|
||||
static ForceBookAppointmentRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.RequestProjectHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
/// Type of appointment : Expedition / Reception / Both
|
||||
@$pb.TagNumber(2)
|
||||
$2.AppointmentType get appointmentType => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set appointmentType($2.AppointmentType value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasAppointmentType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentType() => $_clearField(2);
|
||||
|
||||
/// List of the orders and projects for which the appointment is made, with the quantities
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$2.Commission> get commissions => $_getList(2);
|
||||
|
||||
/// Set of segmentation constraining the slot booking
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$2.SegmentationSelection> get segmentationSelections => $_getList(3);
|
||||
|
||||
/// The slot to book for the appointment
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(4);
|
||||
|
||||
/// TODO Need to add a structure to store platform user identifiers which can act on this appointment ?
|
||||
/// User mails being notified on this appointment
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$core.String> get emails => $_getList(5);
|
||||
|
||||
/// time zone, useful only if a WMS send a message
|
||||
@$pb.TagNumber(11)
|
||||
$core.String get timeZone => $_getSZ(6);
|
||||
@$pb.TagNumber(11)
|
||||
set timeZone($core.String value) => $_setString(6, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasTimeZone() => $_has(6);
|
||||
@$pb.TagNumber(11)
|
||||
void clearTimeZone() => $_clearField(11);
|
||||
|
||||
/// The appointment ID, usually generated using siteCounterServices
|
||||
@$pb.TagNumber(12)
|
||||
$core.String get appointmentID => $_getSZ(7);
|
||||
@$pb.TagNumber(12)
|
||||
set appointmentID($core.String value) => $_setString(7, value);
|
||||
@$pb.TagNumber(12)
|
||||
$core.bool hasAppointmentID() => $_has(7);
|
||||
@$pb.TagNumber(12)
|
||||
void clearAppointmentID() => $_clearField(12);
|
||||
|
||||
/// Acknowledgment of the site instructions
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool get instructionAck => $_getBF(8);
|
||||
@$pb.TagNumber(13)
|
||||
set instructionAck($core.bool value) => $_setBool(8, value);
|
||||
@$pb.TagNumber(13)
|
||||
$core.bool hasInstructionAck() => $_has(8);
|
||||
@$pb.TagNumber(13)
|
||||
void clearInstructionAck() => $_clearField(13);
|
||||
|
||||
/// In case of no reference, Project for which the appointment is made, with the quantities
|
||||
@$pb.TagNumber(14)
|
||||
$core.String get projectID => $_getSZ(9);
|
||||
@$pb.TagNumber(14)
|
||||
set projectID($core.String value) => $_setString(9, value);
|
||||
@$pb.TagNumber(14)
|
||||
$core.bool hasProjectID() => $_has(9);
|
||||
@$pb.TagNumber(14)
|
||||
void clearProjectID() => $_clearField(14);
|
||||
|
||||
/// In case of no reference, The Reason for which the appointment has no reference
|
||||
@$pb.TagNumber(15)
|
||||
$core.String get reason => $_getSZ(10);
|
||||
@$pb.TagNumber(15)
|
||||
set reason($core.String value) => $_setString(10, value);
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool hasReason() => $_has(10);
|
||||
@$pb.TagNumber(15)
|
||||
void clearReason() => $_clearField(15);
|
||||
|
||||
/// In case of no reference, quantities loaded or to load in the truck
|
||||
@$pb.TagNumber(16)
|
||||
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(11);
|
||||
|
||||
@$pb.TagNumber(17)
|
||||
$core.String get actorID => $_getSZ(12);
|
||||
@$pb.TagNumber(17)
|
||||
set actorID($core.String value) => $_setString(12, value);
|
||||
@$pb.TagNumber(17)
|
||||
$core.bool hasActorID() => $_has(12);
|
||||
@$pb.TagNumber(17)
|
||||
void clearActorID() => $_clearField(17);
|
||||
|
||||
/// Carrier information metadata definition
|
||||
@$pb.TagNumber(18)
|
||||
$pb.PbList<$3.MetadataElement> get carrierInformation => $_getList(13);
|
||||
|
||||
@$pb.TagNumber(19)
|
||||
$pb.PbList<$3.MetadataElement> get metaData => $_getList(14);
|
||||
}
|
||||
|
||||
class BookAppointmentResponse extends $pb.GeneratedMessage {
|
||||
factory BookAppointmentResponse({
|
||||
$core.String? appointmentID,
|
||||
@@ -2808,6 +2460,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$2.Commission>? commissions,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
$core.String? reason,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
@@ -2816,6 +2469,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
if (commissions != null) result.commissions.addAll(commissions);
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
if (reason != null) result.reason = reason;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -2831,6 +2485,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
..pc<$2.Commission>(4, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.Commission.create)
|
||||
..aOS(5, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pPS(6, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..aOS(7, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@@ -2875,7 +2530,7 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(2);
|
||||
|
||||
/// The modified Commissions for the appointment
|
||||
/// The new Commissions for the appointment
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$2.Commission> get commissions => $_getList(3);
|
||||
|
||||
@@ -2890,262 +2545,16 @@ class UpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$core.String> get emails => $_getList(5);
|
||||
}
|
||||
|
||||
class UpdateAppointmentNoReferenceRequest extends $pb.GeneratedMessage {
|
||||
factory UpdateAppointmentNoReferenceRequest({
|
||||
$3.RequestProjectHeader? header,
|
||||
$core.String? appointmentID,
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
$core.String? projectID,
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.String? reason,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
return result;
|
||||
}
|
||||
|
||||
UpdateAppointmentNoReferenceRequest._();
|
||||
|
||||
factory UpdateAppointmentNoReferenceRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory UpdateAppointmentNoReferenceRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UpdateAppointmentNoReferenceRequest', 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')
|
||||
..pc<$2.Slot>(3, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..pc<$2.QuantityByUnit>(5, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..aOS(6, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOS(7, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pPS(8, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UpdateAppointmentNoReferenceRequest clone() => UpdateAppointmentNoReferenceRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UpdateAppointmentNoReferenceRequest copyWith(void Function(UpdateAppointmentNoReferenceRequest) updates) => super.copyWith((message) => updates(message as UpdateAppointmentNoReferenceRequest)) as UpdateAppointmentNoReferenceRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static UpdateAppointmentNoReferenceRequest create() => UpdateAppointmentNoReferenceRequest._();
|
||||
@$core.override
|
||||
UpdateAppointmentNoReferenceRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<UpdateAppointmentNoReferenceRequest> createRepeated() => $pb.PbList<UpdateAppointmentNoReferenceRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static UpdateAppointmentNoReferenceRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<UpdateAppointmentNoReferenceRequest>(create);
|
||||
static UpdateAppointmentNoReferenceRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.RequestProjectHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get appointmentID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set appointmentID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasAppointmentID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentID() => $_clearField(2);
|
||||
|
||||
/// The slots to book for the appointment
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(2);
|
||||
|
||||
/// Project for which the appointment is made, with the quantities
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get projectID => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set projectID($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasProjectID() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearProjectID() => $_clearField(4);
|
||||
|
||||
/// In case of no reference, quantities
|
||||
@$pb.TagNumber(5)
|
||||
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(4);
|
||||
|
||||
/// In case of no reference, The Reason for which the appointment has no commissions
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get reason => $_getSZ(5);
|
||||
@$pb.TagNumber(6)
|
||||
set reason($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasReason() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearReason() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get actorID => $_getSZ(6);
|
||||
$core.String get reason => $_getSZ(6);
|
||||
@$pb.TagNumber(7)
|
||||
set actorID($core.String value) => $_setString(6, value);
|
||||
set reason($core.String value) => $_setString(6, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasActorID() => $_has(6);
|
||||
$core.bool hasReason() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearActorID() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$pb.PbList<$core.String> get emails => $_getList(7);
|
||||
}
|
||||
|
||||
class ForceUpdateAppointmentRequest extends $pb.GeneratedMessage {
|
||||
factory ForceUpdateAppointmentRequest({
|
||||
$3.RequestProjectHeader? header,
|
||||
$core.String? appointmentID,
|
||||
$core.Iterable<$2.Slot>? slots,
|
||||
$core.Iterable<$2.Commission>? commissions,
|
||||
$core.String? timeZone,
|
||||
$core.String? projectID,
|
||||
$core.Iterable<$2.QuantityByUnit>? quantities,
|
||||
$core.String? reason,
|
||||
$core.String? actorID,
|
||||
$core.Iterable<$core.String>? emails,
|
||||
}) {
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (appointmentID != null) result.appointmentID = appointmentID;
|
||||
if (slots != null) result.slots.addAll(slots);
|
||||
if (commissions != null) result.commissions.addAll(commissions);
|
||||
if (timeZone != null) result.timeZone = timeZone;
|
||||
if (projectID != null) result.projectID = projectID;
|
||||
if (quantities != null) result.quantities.addAll(quantities);
|
||||
if (reason != null) result.reason = reason;
|
||||
if (actorID != null) result.actorID = actorID;
|
||||
if (emails != null) result.emails.addAll(emails);
|
||||
return result;
|
||||
}
|
||||
|
||||
ForceUpdateAppointmentRequest._();
|
||||
|
||||
factory ForceUpdateAppointmentRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ForceUpdateAppointmentRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ForceUpdateAppointmentRequest', 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')
|
||||
..pc<$2.Slot>(3, _omitFieldNames ? '' : 'Slots', $pb.PbFieldType.PM, protoName: 'Slots', subBuilder: $2.Slot.create)
|
||||
..pc<$2.Commission>(4, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $2.Commission.create)
|
||||
..aOS(5, _omitFieldNames ? '' : 'TimeZone', protoName: 'TimeZone')
|
||||
..aOS(6, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID')
|
||||
..pc<$2.QuantityByUnit>(7, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $2.QuantityByUnit.create)
|
||||
..aOS(8, _omitFieldNames ? '' : 'Reason', protoName: 'Reason')
|
||||
..aOS(9, _omitFieldNames ? '' : 'ActorID', protoName: 'ActorID')
|
||||
..pPS(10, _omitFieldNames ? '' : 'Emails', protoName: 'Emails')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ForceUpdateAppointmentRequest clone() => ForceUpdateAppointmentRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ForceUpdateAppointmentRequest copyWith(void Function(ForceUpdateAppointmentRequest) updates) => super.copyWith((message) => updates(message as ForceUpdateAppointmentRequest)) as ForceUpdateAppointmentRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ForceUpdateAppointmentRequest create() => ForceUpdateAppointmentRequest._();
|
||||
@$core.override
|
||||
ForceUpdateAppointmentRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<ForceUpdateAppointmentRequest> createRepeated() => $pb.PbList<ForceUpdateAppointmentRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ForceUpdateAppointmentRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ForceUpdateAppointmentRequest>(create);
|
||||
static ForceUpdateAppointmentRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($3.RequestProjectHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$3.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get appointmentID => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set appointmentID($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasAppointmentID() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearAppointmentID() => $_clearField(2);
|
||||
|
||||
/// The slots to book for the appointment
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$2.Slot> get slots => $_getList(2);
|
||||
|
||||
/// The modified Commissions for the appointment
|
||||
@$pb.TagNumber(4)
|
||||
$pb.PbList<$2.Commission> get commissions => $_getList(3);
|
||||
|
||||
/// time zone, useful only if a WMS use this API
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get timeZone => $_getSZ(4);
|
||||
@$pb.TagNumber(5)
|
||||
set timeZone($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasTimeZone() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearTimeZone() => $_clearField(5);
|
||||
|
||||
/// Project for which the appointment is made, with the quantities
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get projectID => $_getSZ(5);
|
||||
@$pb.TagNumber(6)
|
||||
set projectID($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasProjectID() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearProjectID() => $_clearField(6);
|
||||
|
||||
/// In case of no reference, quantities
|
||||
@$pb.TagNumber(7)
|
||||
$pb.PbList<$2.QuantityByUnit> get quantities => $_getList(6);
|
||||
|
||||
/// In case of no reference, The Reason for which the appointment has no commissions
|
||||
@$pb.TagNumber(8)
|
||||
$core.String get reason => $_getSZ(7);
|
||||
@$pb.TagNumber(8)
|
||||
set reason($core.String value) => $_setString(7, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasReason() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearReason() => $_clearField(8);
|
||||
|
||||
@$pb.TagNumber(9)
|
||||
$core.String get actorID => $_getSZ(8);
|
||||
@$pb.TagNumber(9)
|
||||
set actorID($core.String value) => $_setString(8, value);
|
||||
@$pb.TagNumber(9)
|
||||
$core.bool hasActorID() => $_has(8);
|
||||
@$pb.TagNumber(9)
|
||||
void clearActorID() => $_clearField(9);
|
||||
|
||||
@$pb.TagNumber(10)
|
||||
$pb.PbList<$core.String> get emails => $_getList(9);
|
||||
void clearReason() => $_clearField(7);
|
||||
}
|
||||
|
||||
/// ListUserSites
|
||||
@@ -3873,7 +3282,7 @@ class ProjectAuthorisationWithValue extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
void clearProjectID() => $_clearField(1);
|
||||
|
||||
/// Constraints applied for reception appointment.
|
||||
/// Constraints applied for unloading appointment.
|
||||
@$pb.TagNumber(2)
|
||||
ProjectConstraintWithValue get unloadingConstraint => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -3885,7 +3294,7 @@ class ProjectAuthorisationWithValue extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
ProjectConstraintWithValue ensureUnloadingConstraint() => $_ensure(1);
|
||||
|
||||
/// Constraints applied for expedition appointment.
|
||||
/// Constraints applied for Loading appointment.
|
||||
@$pb.TagNumber(3)
|
||||
ProjectConstraintWithValue get loadingConstraint => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
|
||||
@@ -76,11 +76,11 @@ class SiteServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$bookAppointment, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> bookAppointmentNoReference($0.BookAppointmentNoReferenceRequest request, {$grpc.CallOptions? options,}) {
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> bookAppointmentNoReference($0.BookAppointmentRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$bookAppointmentNoReference, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceBookAppointment($0.ForceBookAppointmentRequest request, {$grpc.CallOptions? options,}) {
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceBookAppointment($0.BookAppointmentRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$forceBookAppointment, request, options: options);
|
||||
}
|
||||
|
||||
@@ -92,11 +92,11 @@ class SiteServiceClient extends $grpc.Client {
|
||||
return $createUnaryCall(_$updateAppointment, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> updateAppointmentNoReference($0.UpdateAppointmentNoReferenceRequest request, {$grpc.CallOptions? options,}) {
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> updateAppointmentNoReference($0.UpdateAppointmentRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$updateAppointmentNoReference, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceUpdateAppointment($0.ForceUpdateAppointmentRequest request, {$grpc.CallOptions? options,}) {
|
||||
$grpc.ResponseFuture<$0.BookAppointmentResponse> forceUpdateAppointment($0.UpdateAppointmentRequest request, {$grpc.CallOptions? options,}) {
|
||||
return $createUnaryCall(_$forceUpdateAppointment, request, options: options);
|
||||
}
|
||||
|
||||
@@ -218,13 +218,13 @@ class SiteServiceClient extends $grpc.Client {
|
||||
'/api.SiteService/BookAppointment',
|
||||
($0.BookAppointmentRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$bookAppointmentNoReference = $grpc.ClientMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
static final _$bookAppointmentNoReference = $grpc.ClientMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'/api.SiteService/BookAppointmentNoReference',
|
||||
($0.BookAppointmentNoReferenceRequest value) => value.writeToBuffer(),
|
||||
($0.BookAppointmentRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$forceBookAppointment = $grpc.ClientMethod<$0.ForceBookAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
static final _$forceBookAppointment = $grpc.ClientMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'/api.SiteService/ForceBookAppointment',
|
||||
($0.ForceBookAppointmentRequest value) => value.writeToBuffer(),
|
||||
($0.BookAppointmentRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$cancelAppointment = $grpc.ClientMethod<$0.CancelAppointmentRequest, $0.CancelAppointmentResponse>(
|
||||
'/api.SiteService/CancelAppointment',
|
||||
@@ -234,13 +234,13 @@ class SiteServiceClient extends $grpc.Client {
|
||||
'/api.SiteService/UpdateAppointment',
|
||||
($0.UpdateAppointmentRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$updateAppointmentNoReference = $grpc.ClientMethod<$0.UpdateAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
static final _$updateAppointmentNoReference = $grpc.ClientMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'/api.SiteService/UpdateAppointmentNoReference',
|
||||
($0.UpdateAppointmentNoReferenceRequest value) => value.writeToBuffer(),
|
||||
($0.UpdateAppointmentRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$forceUpdateAppointment = $grpc.ClientMethod<$0.ForceUpdateAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
static final _$forceUpdateAppointment = $grpc.ClientMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'/api.SiteService/ForceUpdateAppointment',
|
||||
($0.ForceUpdateAppointmentRequest value) => value.writeToBuffer(),
|
||||
($0.UpdateAppointmentRequest value) => value.writeToBuffer(),
|
||||
$0.BookAppointmentResponse.fromBuffer);
|
||||
static final _$rescheduleAppointment = $grpc.ClientMethod<$0.RescheduleAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'/api.SiteService/RescheduleAppointment',
|
||||
@@ -398,19 +398,19 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.BookAppointmentRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.BookAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'BookAppointmentNoReference',
|
||||
bookAppointmentNoReference_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.BookAppointmentNoReferenceRequest.fromBuffer(value),
|
||||
($core.List<$core.int> value) => $0.BookAppointmentRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ForceBookAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$0.BookAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'ForceBookAppointment',
|
||||
forceBookAppointment_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ForceBookAppointmentRequest.fromBuffer(value),
|
||||
($core.List<$core.int> value) => $0.BookAppointmentRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.CancelAppointmentRequest, $0.CancelAppointmentResponse>(
|
||||
'CancelAppointment',
|
||||
@@ -426,19 +426,19 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.UpdateAppointmentRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.UpdateAppointmentNoReferenceRequest, $0.BookAppointmentResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'UpdateAppointmentNoReference',
|
||||
updateAppointmentNoReference_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.UpdateAppointmentNoReferenceRequest.fromBuffer(value),
|
||||
($core.List<$core.int> value) => $0.UpdateAppointmentRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.ForceUpdateAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
$addMethod($grpc.ServiceMethod<$0.UpdateAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'ForceUpdateAppointment',
|
||||
forceUpdateAppointment_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $0.ForceUpdateAppointmentRequest.fromBuffer(value),
|
||||
($core.List<$core.int> value) => $0.UpdateAppointmentRequest.fromBuffer(value),
|
||||
($0.BookAppointmentResponse value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$0.RescheduleAppointmentRequest, $0.BookAppointmentResponse>(
|
||||
'RescheduleAppointment',
|
||||
@@ -634,17 +634,17 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> bookAppointment($grpc.ServiceCall call, $0.BookAppointmentRequest request);
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentNoReferenceRequest> $request) async {
|
||||
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentRequest> $request) async {
|
||||
return bookAppointmentNoReference($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference($grpc.ServiceCall call, $0.BookAppointmentNoReferenceRequest request);
|
||||
$async.Future<$0.BookAppointmentResponse> bookAppointmentNoReference($grpc.ServiceCall call, $0.BookAppointmentRequest request);
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> forceBookAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.ForceBookAppointmentRequest> $request) async {
|
||||
$async.Future<$0.BookAppointmentResponse> forceBookAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.BookAppointmentRequest> $request) async {
|
||||
return forceBookAppointment($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> forceBookAppointment($grpc.ServiceCall call, $0.ForceBookAppointmentRequest request);
|
||||
$async.Future<$0.BookAppointmentResponse> forceBookAppointment($grpc.ServiceCall call, $0.BookAppointmentRequest request);
|
||||
|
||||
$async.Future<$0.CancelAppointmentResponse> cancelAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.CancelAppointmentRequest> $request) async {
|
||||
return cancelAppointment($call, await $request);
|
||||
@@ -658,17 +658,17 @@ abstract class SiteServiceBase extends $grpc.Service {
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> updateAppointment($grpc.ServiceCall call, $0.UpdateAppointmentRequest request);
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAppointmentNoReferenceRequest> $request) async {
|
||||
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAppointmentRequest> $request) async {
|
||||
return updateAppointmentNoReference($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference($grpc.ServiceCall call, $0.UpdateAppointmentNoReferenceRequest request);
|
||||
$async.Future<$0.BookAppointmentResponse> updateAppointmentNoReference($grpc.ServiceCall call, $0.UpdateAppointmentRequest request);
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.ForceUpdateAppointmentRequest> $request) async {
|
||||
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.UpdateAppointmentRequest> $request) async {
|
||||
return forceUpdateAppointment($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment($grpc.ServiceCall call, $0.ForceUpdateAppointmentRequest request);
|
||||
$async.Future<$0.BookAppointmentResponse> forceUpdateAppointment($grpc.ServiceCall call, $0.UpdateAppointmentRequest request);
|
||||
|
||||
$async.Future<$0.BookAppointmentResponse> rescheduleAppointment_Pre($grpc.ServiceCall $call, $async.Future<$0.RescheduleAppointmentRequest> $request) async {
|
||||
return rescheduleAppointment($call, await $request);
|
||||
|
||||
@@ -470,15 +470,16 @@ const BookAppointmentRequest$json = {
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
|
||||
{'1': 'Commissions', '3': 3, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
||||
{'1': 'Commissions', '3': 3, '4': 3, '5': 11, '6': '.api.Commission', '8': {}, '10': 'Commissions'},
|
||||
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
|
||||
{'1': 'CarrierInformation', '3': 14, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'CarrierInformation'},
|
||||
{'1': 'Slots', '3': 6, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'Slots', '3': 6, '4': 3, '5': 11, '6': '.api.Slot', '8': {}, '10': 'Slots'},
|
||||
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'AppointmentID', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
|
||||
{'1': 'InstructionAck', '3': 12, '4': 1, '5': 8, '10': 'InstructionAck'},
|
||||
{'1': 'ActorID', '3': 13, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'MetaData', '3': 15, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
{'1': 'Reason', '3': 16, '4': 1, '5': 9, '8': {}, '10': 'Reason'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -487,69 +488,28 @@ const BookAppointmentRequest$json = {
|
||||
final $typed_data.Uint8List bookAppointmentRequestDescriptor = $convert.base64Decode(
|
||||
'ChZCb29rQXBwb2ludG1lbnRSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH'
|
||||
'JvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchJICg9BcHBvaW50bWVudFR5cGUYAiABKA4y'
|
||||
'FC5hcGkuQXBwb2ludG1lbnRUeXBlQgj6QgWCAQIQAVIPQXBwb2ludG1lbnRUeXBlEjEKC0NvbW'
|
||||
'1pc3Npb25zGAMgAygLMg8uYXBpLkNvbW1pc3Npb25SC0NvbW1pc3Npb25zElIKFlNlZ21lbnRh'
|
||||
'dGlvblNlbGVjdGlvbnMYBCADKAsyGi5hcGkuU2VnbWVudGF0aW9uU2VsZWN0aW9uUhZTZWdtZW'
|
||||
'50YXRpb25TZWxlY3Rpb25zEnIKEkNhcnJpZXJJbmZvcm1hdGlvbhgOIAMoCzIULmFwaS5NZXRh'
|
||||
'ZGF0YUVsZW1lbnRCLJJBHjIcQ2FycmllciBpbmZvcm1hdGlvbiBtZXRhZGF0YcDBGAHqwRgDS2'
|
||||
'V5UhJDYXJyaWVySW5mb3JtYXRpb24SHwoFU2xvdHMYBiADKAsyCS5hcGkuU2xvdFIFU2xvdHMS'
|
||||
'fQoGRW1haWxzGAggAygJQmWSQVEyHU11c3QgYmUgYSB2YWxpZCBlbWFpbCBhZGRyZXNzSjBbIk'
|
||||
'pvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEByZWZsZXguY29tIl36Qg6SAQsIASIH'
|
||||
'cgVgAfABAVIGRW1haWxzEjsKDUFwcG9pbnRtZW50SUQYCyABKAlCFZJBEooBD15bYS16QS1aMC'
|
||||
'05LV0rJFINQXBwb2ludG1lbnRJRBImCg5JbnN0cnVjdGlvbkFjaxgMIAEoCFIOSW5zdHJ1Y3Rp'
|
||||
'b25BY2sSGAoHQWN0b3JJRBgNIAEoCVIHQWN0b3JJRBLHAQoITWV0YURhdGEYDyADKAsyFC5hcG'
|
||||
'kuTWV0YWRhdGFFbGVtZW50QpQBkkGFATKCAU1ldGFkYXRhIGFyZSBjaGFyYWN0ZXJpc3RpY3Mg'
|
||||
'c3BlY2lmaWMgdG8gdGhlIHNpdGUuIFRoZXkgY2FuIGJlIG9mIHNldmVyYWwgZGF0YSBmb3JtIC'
|
||||
'hzdHJpbmcsIGludGVnZXIsIGZsb2F0LCBib29sZWFuIG9yIHRpbWVzdGFtcCnAwRgB6sEYA0tl'
|
||||
'eVIITWV0YURhdGE6XZJBWgpY0gEGSGVhZGVy0gEPQXBwb2ludG1lbnRUeXBl0gELQ29tbWlzc2'
|
||||
'lvbnPSAQ1TZWdtZW50YXRpb25z0gESQ2FycmllckluZm9ybWF0aW9u0gEHQWN0b3JJRA==');
|
||||
|
||||
@$core.Deprecated('Use bookAppointmentNoReferenceRequestDescriptor instead')
|
||||
const BookAppointmentNoReferenceRequest$json = {
|
||||
'1': 'BookAppointmentNoReferenceRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
|
||||
{'1': 'ProjectID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
|
||||
{'1': 'Quantities', '3': 4, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'},
|
||||
{'1': 'SegmentationSelections', '3': 5, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
|
||||
{'1': 'CarrierInformation', '3': 15, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'CarrierInformation'},
|
||||
{'1': 'Slots', '3': 7, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'AppointmentID', '3': 11, '4': 1, '5': 9, '10': 'AppointmentID'},
|
||||
{'1': 'Reason', '3': 12, '4': 1, '5': 9, '8': {}, '10': 'Reason'},
|
||||
{'1': 'InstructionAck', '3': 13, '4': 1, '5': 8, '10': 'InstructionAck'},
|
||||
{'1': 'ActorID', '3': 14, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'MetaData', '3': 16, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `BookAppointmentNoReferenceRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List bookAppointmentNoReferenceRequestDescriptor = $convert.base64Decode(
|
||||
'CiFCb29rQXBwb2ludG1lbnROb1JlZmVyZW5jZVJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYX'
|
||||
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkgKD0FwcG9pbnRtZW50'
|
||||
'VHlwZRgCIAEoDjIULmFwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudF'
|
||||
'R5cGUSXgoJUHJvamVjdElEGAMgASgJQkCSQT0yO1Byb2plY3RJRCBpcyByZXF1aXJlZCB0byBi'
|
||||
'b29rIGFwcG9pbnRtZW50IHdpdGggbm8tcmVmZXJlbmNlUglQcm9qZWN0SUQSfgoKUXVhbnRpdG'
|
||||
'llcxgEIAMoCzITLmFwaS5RdWFudGl0eUJ5VW5pdEJJkkE+MjxRdWFudGl0aWVzIGlzIHJlcXVp'
|
||||
'cmVkIHRvIGJvb2sgYXBwb2ludG1lbnQgd2l0aCBuby1yZWZlcmVuY2X6QgWSAQIIAVIKUXVhbn'
|
||||
'RpdGllcxJSChZTZWdtZW50YXRpb25TZWxlY3Rpb25zGAUgAygLMhouYXBpLlNlZ21lbnRhdGlv'
|
||||
'blNlbGVjdGlvblIWU2VnbWVudGF0aW9uU2VsZWN0aW9ucxJyChJDYXJyaWVySW5mb3JtYXRpb2'
|
||||
'4YDyADKAsyFC5hcGkuTWV0YWRhdGFFbGVtZW50QiySQR4yHENhcnJpZXIgaW5mb3JtYXRpb24g'
|
||||
'bWV0YWRhdGHAwRgB6sEYA0tleVISQ2FycmllckluZm9ybWF0aW9uEh8KBVNsb3RzGAcgAygLMg'
|
||||
'kuYXBpLlNsb3RSBVNsb3RzEn0KBkVtYWlscxgIIAMoCUJlkkFRMh1NdXN0IGJlIGEgdmFsaWQg'
|
||||
'ZW1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbG'
|
||||
'V4LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxIkCg1BcHBvaW50bWVudElEGAsgASgJ'
|
||||
'Ug1BcHBvaW50bWVudElEElUKBlJlYXNvbhgMIAEoCUI9kkE6MjhSZWFzb24gaXMgcmVxdWlyZW'
|
||||
'QgdG8gYm9vayBhcHBvaW50bWVudCB3aXRoIG5vLXJlZmVyZW5jZVIGUmVhc29uEiYKDkluc3Ry'
|
||||
'dWN0aW9uQWNrGA0gASgIUg5JbnN0cnVjdGlvbkFjaxIYCgdBY3RvcklEGA4gASgJUgdBY3Rvck'
|
||||
'lEEscBCghNZXRhRGF0YRgQIAMoCzIULmFwaS5NZXRhZGF0YUVsZW1lbnRClAGSQYUBMoIBTWV0'
|
||||
'YWRhdGEgYXJlIGNoYXJhY3RlcmlzdGljcyBzcGVjaWZpYyB0byB0aGUgc2l0ZS4gVGhleSBjYW'
|
||||
'4gYmUgb2Ygc2V2ZXJhbCBkYXRhIGZvcm0gKHN0cmluZywgaW50ZWdlciwgZmxvYXQsIGJvb2xl'
|
||||
'YW4gb3IgdGltZXN0YW1wKcDBGAHqwRgDS2V5UghNZXRhRGF0YTpokkFlCmPSAQZIZWFkZXLSAQ'
|
||||
'9BcHBvaW50bWVudFR5cGXSAQlQcm9qZWN0SUTSAQpRdWFudGl0aWVz0gENU2VnbWVudGF0aW9u'
|
||||
'c9IBEkNhcnJpZXJJbmZvcm1hdGlvbtIBB0FjdG9ySUQ=');
|
||||
'FC5hcGkuQXBwb2ludG1lbnRUeXBlQgj6QgWCAQIQAVIPQXBwb2ludG1lbnRUeXBlEpcBCgtDb2'
|
||||
'1taXNzaW9ucxgDIAMoCzIPLmFwaS5Db21taXNzaW9uQmSSQVkyJUNvbnRlbnQgb2YgdGhlIGFw'
|
||||
'cG9pbnRtZW50IGJ5IHByb2plY3RKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaX'
|
||||
'RoQHJlZmxleC5jb20iXfpCBZIBAggBUgtDb21taXNzaW9ucxJSChZTZWdtZW50YXRpb25TZWxl'
|
||||
'Y3Rpb25zGAQgAygLMhouYXBpLlNlZ21lbnRhdGlvblNlbGVjdGlvblIWU2VnbWVudGF0aW9uU2'
|
||||
'VsZWN0aW9ucxJyChJDYXJyaWVySW5mb3JtYXRpb24YDiADKAsyFC5hcGkuTWV0YWRhdGFFbGVt'
|
||||
'ZW50QiySQR4yHENhcnJpZXIgaW5mb3JtYXRpb24gbWV0YWRhdGHAwRgB6sEYA0tleVISQ2Fycm'
|
||||
'llckluZm9ybWF0aW9uEnEKBVNsb3RzGAYgAygLMgkuYXBpLlNsb3RCUJJBRTIRQXBwb2ludG1l'
|
||||
'bnQgc2xvdHNKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb2'
|
||||
'0iXfpCBZIBAggBUgVTbG90cxJ9CgZFbWFpbHMYCCADKAlCZZJBUTIdTXVzdCBiZSBhIHZhbGlk'
|
||||
'IGVtYWlsIGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZm'
|
||||
'xleC5jb20iXfpCDpIBCwgBIgdyBWAB8AEBUgZFbWFpbHMSOwoNQXBwb2ludG1lbnRJRBgLIAEo'
|
||||
'CUIVkkESigEPXlthLXpBLVowLTktXSskUg1BcHBvaW50bWVudElEEiYKDkluc3RydWN0aW9uQW'
|
||||
'NrGAwgASgIUg5JbnN0cnVjdGlvbkFjaxIYCgdBY3RvcklEGA0gASgJUgdBY3RvcklEEscBCghN'
|
||||
'ZXRhRGF0YRgPIAMoCzIULmFwaS5NZXRhZGF0YUVsZW1lbnRClAGSQYUBMoIBTWV0YWRhdGEgYX'
|
||||
'JlIGNoYXJhY3RlcmlzdGljcyBzcGVjaWZpYyB0byB0aGUgc2l0ZS4gVGhleSBjYW4gYmUgb2Yg'
|
||||
'c2V2ZXJhbCBkYXRhIGZvcm0gKHN0cmluZywgaW50ZWdlciwgZmxvYXQsIGJvb2xlYW4gb3IgdG'
|
||||
'ltZXN0YW1wKcDBGAHqwRgDS2V5UghNZXRhRGF0YRJbCgZSZWFzb24YECABKAlCQ5JBQDI+UmVh'
|
||||
'c29uIGlzIHJlcXVpcmVkIHRvIGJvb2sgYXBwb2ludG1lbnQgd2l0aG91dCBvcmRlciByZWZlcm'
|
||||
'VuY2VSBlJlYXNvbjp3kkF0CnLSAQZIZWFkZXLSAQ9BcHBvaW50bWVudFR5cGXSAQVTbG90c9IB'
|
||||
'C0NvbW1pc3Npb25z0gEWU2VnbWVudGF0aW9uU2VsZWN0aW9uc9IBEkNhcnJpZXJJbmZvcm1hdG'
|
||||
'lvbtIBB0FjdG9ySUTSAQZFbWFpbHM=');
|
||||
|
||||
@$core.Deprecated('Use siteActorDescriptor instead')
|
||||
const SiteActor$json = {
|
||||
@@ -609,55 +569,6 @@ final $typed_data.Uint8List getBookingContextResponseDescriptor = $convert.base6
|
||||
'lvbhJBChRJbnN0cnVjdGlvbkRvY3VtZW50cxgQIAMoCzINLmFwaS5Eb2N1bWVudFIUSW5zdHJ1'
|
||||
'Y3Rpb25Eb2N1bWVudHM=');
|
||||
|
||||
@$core.Deprecated('Use forceBookAppointmentRequestDescriptor instead')
|
||||
const ForceBookAppointmentRequest$json = {
|
||||
'1': 'ForceBookAppointmentRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentType', '3': 2, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'},
|
||||
{'1': 'Commissions', '3': 3, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
||||
{'1': 'SegmentationSelections', '3': 4, '4': 3, '5': 11, '6': '.api.SegmentationSelection', '10': 'SegmentationSelections'},
|
||||
{'1': 'CarrierInformation', '3': 18, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'CarrierInformation'},
|
||||
{'1': 'Slots', '3': 6, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'TimeZone', '3': 11, '4': 1, '5': 9, '10': 'TimeZone'},
|
||||
{'1': 'AppointmentID', '3': 12, '4': 1, '5': 9, '10': 'AppointmentID'},
|
||||
{'1': 'InstructionAck', '3': 13, '4': 1, '5': 8, '10': 'InstructionAck'},
|
||||
{'1': 'ProjectID', '3': 14, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
|
||||
{'1': 'Reason', '3': 15, '4': 1, '5': 9, '8': {}, '10': 'Reason'},
|
||||
{'1': 'Quantities', '3': 16, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'},
|
||||
{'1': 'ActorID', '3': 17, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'MetaData', '3': 19, '4': 3, '5': 11, '6': '.api.MetadataElement', '8': {}, '10': 'MetaData'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ForceBookAppointmentRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List forceBookAppointmentRequestDescriptor = $convert.base64Decode(
|
||||
'ChtGb3JjZUJvb2tBcHBvaW50bWVudFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
|
||||
'Vlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkgKD0FwcG9pbnRtZW50VHlwZRgC'
|
||||
'IAEoDjIULmFwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudFR5cGUSMQ'
|
||||
'oLQ29tbWlzc2lvbnMYAyADKAsyDy5hcGkuQ29tbWlzc2lvblILQ29tbWlzc2lvbnMSUgoWU2Vn'
|
||||
'bWVudGF0aW9uU2VsZWN0aW9ucxgEIAMoCzIaLmFwaS5TZWdtZW50YXRpb25TZWxlY3Rpb25SFl'
|
||||
'NlZ21lbnRhdGlvblNlbGVjdGlvbnMScgoSQ2FycmllckluZm9ybWF0aW9uGBIgAygLMhQuYXBp'
|
||||
'Lk1ldGFkYXRhRWxlbWVudEIskkEeMhxDYXJyaWVyIGluZm9ybWF0aW9uIG1ldGFkYXRhwMEYAe'
|
||||
'rBGANLZXlSEkNhcnJpZXJJbmZvcm1hdGlvbhIfCgVTbG90cxgGIAMoCzIJLmFwaS5TbG90UgVT'
|
||||
'bG90cxJ9CgZFbWFpbHMYCCADKAlCZZJBUTIdTXVzdCBiZSBhIHZhbGlkIGVtYWlsIGFkZHJlc3'
|
||||
'NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb20iXfpCDpIB'
|
||||
'CwgBIgdyBWAB8AEBUgZFbWFpbHMSGgoIVGltZVpvbmUYCyABKAlSCFRpbWVab25lEiQKDUFwcG'
|
||||
'9pbnRtZW50SUQYDCABKAlSDUFwcG9pbnRtZW50SUQSJgoOSW5zdHJ1Y3Rpb25BY2sYDSABKAhS'
|
||||
'Dkluc3RydWN0aW9uQWNrEl4KCVByb2plY3RJRBgOIAEoCUJAkkE9MjtQcm9qZWN0SUQgaXMgcm'
|
||||
'VxdWlyZWQgdG8gYm9vayBhcHBvaW50bWVudCB3aXRoIG5vLXJlZmVyZW5jZVIJUHJvamVjdElE'
|
||||
'ElUKBlJlYXNvbhgPIAEoCUI9kkE6MjhSZWFzb24gaXMgcmVxdWlyZWQgdG8gYm9vayBhcHBvaW'
|
||||
'50bWVudCB3aXRoIG5vLXJlZmVyZW5jZVIGUmVhc29uEnYKClF1YW50aXRpZXMYECADKAsyEy5h'
|
||||
'cGkuUXVhbnRpdHlCeVVuaXRCQZJBPjI8UXVhbnRpdGllcyBpcyByZXF1aXJlZCB0byBib29rIG'
|
||||
'FwcG9pbnRtZW50IHdpdGggbm8tcmVmZXJlbmNlUgpRdWFudGl0aWVzEhgKB0FjdG9ySUQYESAB'
|
||||
'KAlSB0FjdG9ySUQSxwEKCE1ldGFEYXRhGBMgAygLMhQuYXBpLk1ldGFkYXRhRWxlbWVudEKUAZ'
|
||||
'JBhQEyggFNZXRhZGF0YSBhcmUgY2hhcmFjdGVyaXN0aWNzIHNwZWNpZmljIHRvIHRoZSBzaXRl'
|
||||
'LiBUaGV5IGNhbiBiZSBvZiBzZXZlcmFsIGRhdGEgZm9ybSAoc3RyaW5nLCBpbnRlZ2VyLCBmbG'
|
||||
'9hdCwgYm9vbGVhbiBvciB0aW1lc3RhbXApwMEYAerBGANLZXlSCE1ldGFEYXRhOjqSQTcKNdIB'
|
||||
'BkhlYWRlctIBD0FwcG9pbnRtZW50VHlwZdIBDVNlZ21lbnRhdGlvbnPSAQdBY3RvcklE');
|
||||
|
||||
@$core.Deprecated('Use bookAppointmentResponseDescriptor instead')
|
||||
const BookAppointmentResponse$json = {
|
||||
'1': 'BookAppointmentResponse',
|
||||
@@ -728,10 +639,11 @@ const UpdateAppointmentRequest$json = {
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
|
||||
{'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
||||
{'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '8': {}, '10': 'Slots'},
|
||||
{'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.Commission', '8': {}, '10': 'Commissions'},
|
||||
{'1': 'ActorID', '3': 5, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'Emails', '3': 6, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
{'1': 'Reason', '3': 7, '4': 1, '5': 9, '8': {}, '10': 'Reason'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
@@ -740,71 +652,17 @@ const UpdateAppointmentRequest$json = {
|
||||
final $typed_data.Uint8List updateAppointmentRequestDescriptor = $convert.base64Decode(
|
||||
'ChhVcGRhdGVBcHBvaW50bWVudFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
|
||||
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEi0KDUFwcG9pbnRtZW50SUQYAiABKAlC'
|
||||
'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQSHwoFU2xvdHMYAyADKAsyCS5hcGkuU2xvdFIFU2xvdH'
|
||||
'MSMQoLQ29tbWlzc2lvbnMYBCADKAsyDy5hcGkuQ29tbWlzc2lvblILQ29tbWlzc2lvbnMSGAoH'
|
||||
'QWN0b3JJRBgFIAEoCVIHQWN0b3JJRBJcCgZFbWFpbHMYBiADKAlCRJJBMkowWyJKb2huLmRvZU'
|
||||
'ByZWZsZXguY29tIiwgIndpbGwuc21pdGhAcmVmbGV4LmNvbSJd+kIMkgEJIgdyBWAB8AEBUgZF'
|
||||
'bWFpbHM6MJJBLQor0gEGSGVhZGVy0gENQXBwb2ludG1lbnRJRNIBBVNsb3Rz0gEHQWN0b3JJRA'
|
||||
'==');
|
||||
|
||||
@$core.Deprecated('Use updateAppointmentNoReferenceRequestDescriptor instead')
|
||||
const UpdateAppointmentNoReferenceRequest$json = {
|
||||
'1': 'UpdateAppointmentNoReferenceRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
|
||||
{'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'ProjectID', '3': 4, '4': 1, '5': 9, '10': 'ProjectID'},
|
||||
{'1': 'Quantities', '3': 5, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '10': 'Quantities'},
|
||||
{'1': 'Reason', '3': 6, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'ActorID', '3': 7, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'Emails', '3': 8, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateAppointmentNoReferenceRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateAppointmentNoReferenceRequestDescriptor = $convert.base64Decode(
|
||||
'CiNVcGRhdGVBcHBvaW50bWVudE5vUmVmZXJlbmNlUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS'
|
||||
'5hcGkuUmVxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISLQoNQXBwb2ludG1l'
|
||||
'bnRJRBgCIAEoCUIH+kIEcgIQAVINQXBwb2ludG1lbnRJRBIfCgVTbG90cxgDIAMoCzIJLmFwaS'
|
||||
'5TbG90UgVTbG90cxIcCglQcm9qZWN0SUQYBCABKAlSCVByb2plY3RJRBIzCgpRdWFudGl0aWVz'
|
||||
'GAUgAygLMhMuYXBpLlF1YW50aXR5QnlVbml0UgpRdWFudGl0aWVzEhYKBlJlYXNvbhgGIAEoCV'
|
||||
'IGUmVhc29uEhgKB0FjdG9ySUQYByABKAlSB0FjdG9ySUQSXAoGRW1haWxzGAggAygJQkSSQTJK'
|
||||
'MFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb20iXfpCDJIBCS'
|
||||
'IHcgVgAfABAVIGRW1haWxzOjCSQS0KK9IBBkhlYWRlctIBDUFwcG9pbnRtZW50SUTSAQVTbG90'
|
||||
'c9IBB0FjdG9ySUQ=');
|
||||
|
||||
@$core.Deprecated('Use forceUpdateAppointmentRequestDescriptor instead')
|
||||
const ForceUpdateAppointmentRequest$json = {
|
||||
'1': 'ForceUpdateAppointmentRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'AppointmentID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AppointmentID'},
|
||||
{'1': 'Slots', '3': 3, '4': 3, '5': 11, '6': '.api.Slot', '10': 'Slots'},
|
||||
{'1': 'Commissions', '3': 4, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'},
|
||||
{'1': 'TimeZone', '3': 5, '4': 1, '5': 9, '10': 'TimeZone'},
|
||||
{'1': 'ProjectID', '3': 6, '4': 1, '5': 9, '10': 'ProjectID'},
|
||||
{'1': 'Quantities', '3': 7, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '10': 'Quantities'},
|
||||
{'1': 'Reason', '3': 8, '4': 1, '5': 9, '10': 'Reason'},
|
||||
{'1': 'ActorID', '3': 9, '4': 1, '5': 9, '10': 'ActorID'},
|
||||
{'1': 'Emails', '3': 10, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ForceUpdateAppointmentRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List forceUpdateAppointmentRequestDescriptor = $convert.base64Decode(
|
||||
'Ch1Gb3JjZVVwZGF0ZUFwcG9pbnRtZW50UmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
||||
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISLQoNQXBwb2ludG1lbnRJRBgC'
|
||||
'IAEoCUIH+kIEcgIQAVINQXBwb2ludG1lbnRJRBIfCgVTbG90cxgDIAMoCzIJLmFwaS5TbG90Ug'
|
||||
'VTbG90cxIxCgtDb21taXNzaW9ucxgEIAMoCzIPLmFwaS5Db21taXNzaW9uUgtDb21taXNzaW9u'
|
||||
'cxIaCghUaW1lWm9uZRgFIAEoCVIIVGltZVpvbmUSHAoJUHJvamVjdElEGAYgASgJUglQcm9qZW'
|
||||
'N0SUQSMwoKUXVhbnRpdGllcxgHIAMoCzITLmFwaS5RdWFudGl0eUJ5VW5pdFIKUXVhbnRpdGll'
|
||||
'cxIWCgZSZWFzb24YCCABKAlSBlJlYXNvbhIYCgdBY3RvcklEGAkgASgJUgdBY3RvcklEElwKBk'
|
||||
'VtYWlscxgKIAMoCUJEkkEySjBbIkpvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEBy'
|
||||
'ZWZsZXguY29tIl36QgySAQkiB3IFYAHwAQFSBkVtYWlsczowkkEtCivSAQZIZWFkZXLSAQ1BcH'
|
||||
'BvaW50bWVudElE0gEFU2xvdHPSAQdBY3RvcklE');
|
||||
'B/pCBHICEAFSDUFwcG9pbnRtZW50SUQScQoFU2xvdHMYAyADKAsyCS5hcGkuU2xvdEJQkkFFMh'
|
||||
'FBcHBvaW50bWVudCBzbG90c0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndpbGwuc21pdGhA'
|
||||
'cmVmbGV4LmNvbSJd+kIFkgECCAFSBVNsb3RzEpcBCgtDb21taXNzaW9ucxgEIAMoCzIPLmFwaS'
|
||||
'5Db21taXNzaW9uQmSSQVkyJUNvbnRlbnQgb2YgdGhlIGFwcG9pbnRtZW50IGJ5IHByb2plY3RK'
|
||||
'MFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb20iXfpCBZIBAg'
|
||||
'gBUgtDb21taXNzaW9ucxIYCgdBY3RvcklEGAUgASgJUgdBY3RvcklEEl4KBkVtYWlscxgGIAMo'
|
||||
'CUJGkkEySjBbIkpvaG4uZG9lQHJlZmxleC5jb20iLCAid2lsbC5zbWl0aEByZWZsZXguY29tIl'
|
||||
'36Qg6SAQsIASIHcgVgAfABAVIGRW1haWxzElsKBlJlYXNvbhgHIAEoCUJDkkFAMj5SZWFzb24g'
|
||||
'aXMgcmVxdWlyZWQgdG8gYm9vayBhcHBvaW50bWVudCB3aXRob3V0IG9yZGVyIHJlZmVyZW5jZV'
|
||||
'IGUmVhc29uOkeSQUQKQtIBBkhlYWRlctIBDUFwcG9pbnRtZW50SUTSAQVTbG90c9IBC0NvbW1p'
|
||||
'c3Npb25z0gEHQWN0b3JJRNIBBkVtYWlscw==');
|
||||
|
||||
@$core.Deprecated('Use listUserSitesRequestDescriptor instead')
|
||||
const ListUserSitesRequest$json = {
|
||||
|
||||
@@ -931,7 +931,7 @@ class RuleFilter extends $pb.GeneratedMessage {
|
||||
static RuleFilter getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<RuleFilter>(create);
|
||||
static RuleFilter? _defaultInstance;
|
||||
|
||||
/// Filter on appointment type (expedition or reception).
|
||||
/// Filter on appointment type (loading or unloading).
|
||||
@$pb.TagNumber(1)
|
||||
AppointmentType get type => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -1279,7 +1279,7 @@ class ProjectAuthorisation extends $pb.GeneratedMessage {
|
||||
void clearProjectID() => $_clearField(1);
|
||||
|
||||
/// TODO Do we need explicit flags to show if receipt / ship is allowed / forbidden ?
|
||||
/// Constraints applied for reception appointment.
|
||||
/// Constraints applied for unloading appointment.
|
||||
@$pb.TagNumber(2)
|
||||
ProjectConstraint get unloadingConstraint => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -1291,7 +1291,7 @@ class ProjectAuthorisation extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
ProjectConstraint ensureUnloadingConstraint() => $_ensure(1);
|
||||
|
||||
/// Constraints applied for expedition appointment.
|
||||
/// Constraints applied for loading appointment.
|
||||
@$pb.TagNumber(3)
|
||||
ProjectConstraint get loadingConstraint => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -1414,7 +1414,7 @@ class ActorAuthorisation extends $pb.GeneratedMessage {
|
||||
static ActorAuthorisation getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<ActorAuthorisation>(create);
|
||||
static ActorAuthorisation? _defaultInstance;
|
||||
|
||||
/// Constraints applied for reception appointment.
|
||||
/// Constraints applied for unloading appointment.
|
||||
@$pb.TagNumber(3)
|
||||
ActorConstraint get unloadingConstraint => $_getN(0);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -1426,7 +1426,7 @@ class ActorAuthorisation extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
ActorConstraint ensureUnloadingConstraint() => $_ensure(0);
|
||||
|
||||
/// Constraints applied for expedition appointment.
|
||||
/// Constraints applied for loading appointment.
|
||||
@$pb.TagNumber(4)
|
||||
ActorConstraint get loadingConstraint => $_getN(1);
|
||||
@$pb.TagNumber(4)
|
||||
|
||||
@@ -16,15 +16,15 @@ import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
class AppointmentType extends $pb.ProtobufEnum {
|
||||
static const AppointmentType APPOINTMENT_TYPE_UNKNOWN = AppointmentType._(0, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_UNKNOWN');
|
||||
static const AppointmentType APPOINTMENT_TYPE_EXPEDITION = AppointmentType._(1, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_EXPEDITION');
|
||||
static const AppointmentType APPOINTMENT_TYPE_RECEPTION = AppointmentType._(2, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_RECEPTION');
|
||||
static const AppointmentType APPOINTMENT_TYPE_LOADING = AppointmentType._(1, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_LOADING');
|
||||
static const AppointmentType APPOINTMENT_TYPE_UNLOADING = AppointmentType._(2, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_UNLOADING');
|
||||
static const AppointmentType APPOINTMENT_TYPE_UNDEFINED = AppointmentType._(3, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_UNDEFINED');
|
||||
static const AppointmentType APPOINTMENT_TYPE_BOTH = AppointmentType._(4, _omitEnumNames ? '' : 'APPOINTMENT_TYPE_BOTH');
|
||||
|
||||
static const $core.List<AppointmentType> values = <AppointmentType> [
|
||||
APPOINTMENT_TYPE_UNKNOWN,
|
||||
APPOINTMENT_TYPE_EXPEDITION,
|
||||
APPOINTMENT_TYPE_RECEPTION,
|
||||
APPOINTMENT_TYPE_LOADING,
|
||||
APPOINTMENT_TYPE_UNLOADING,
|
||||
APPOINTMENT_TYPE_UNDEFINED,
|
||||
APPOINTMENT_TYPE_BOTH,
|
||||
];
|
||||
|
||||
@@ -19,8 +19,8 @@ const AppointmentType$json = {
|
||||
'1': 'AppointmentType',
|
||||
'2': [
|
||||
{'1': 'APPOINTMENT_TYPE_UNKNOWN', '2': 0},
|
||||
{'1': 'APPOINTMENT_TYPE_EXPEDITION', '2': 1},
|
||||
{'1': 'APPOINTMENT_TYPE_RECEPTION', '2': 2},
|
||||
{'1': 'APPOINTMENT_TYPE_LOADING', '2': 1},
|
||||
{'1': 'APPOINTMENT_TYPE_UNLOADING', '2': 2},
|
||||
{'1': 'APPOINTMENT_TYPE_UNDEFINED', '2': 3},
|
||||
{'1': 'APPOINTMENT_TYPE_BOTH', '2': 4},
|
||||
],
|
||||
@@ -28,10 +28,10 @@ const AppointmentType$json = {
|
||||
|
||||
/// Descriptor for `AppointmentType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List appointmentTypeDescriptor = $convert.base64Decode(
|
||||
'Cg9BcHBvaW50bWVudFR5cGUSHAoYQVBQT0lOVE1FTlRfVFlQRV9VTktOT1dOEAASHwobQVBQT0'
|
||||
'lOVE1FTlRfVFlQRV9FWFBFRElUSU9OEAESHgoaQVBQT0lOVE1FTlRfVFlQRV9SRUNFUFRJT04Q'
|
||||
'AhIeChpBUFBPSU5UTUVOVF9UWVBFX1VOREVGSU5FRBADEhkKFUFQUE9JTlRNRU5UX1RZUEVfQk'
|
||||
'9USBAE');
|
||||
'Cg9BcHBvaW50bWVudFR5cGUSHAoYQVBQT0lOVE1FTlRfVFlQRV9VTktOT1dOEAASHAoYQVBQT0'
|
||||
'lOVE1FTlRfVFlQRV9MT0FESU5HEAESHgoaQVBQT0lOVE1FTlRfVFlQRV9VTkxPQURJTkcQAhIe'
|
||||
'ChpBUFBPSU5UTUVOVF9UWVBFX1VOREVGSU5FRBADEhkKFUFQUE9JTlRNRU5UX1RZUEVfQk9USB'
|
||||
'AE');
|
||||
|
||||
@$core.Deprecated('Use capacityRuleScopeDescriptor instead')
|
||||
const CapacityRuleScope$json = {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: dart_core_sdk
|
||||
description: dart libs from core model proto files
|
||||
version: 1.12.0-SNAPSHOT-251125091044
|
||||
version: 1.12.0-SNAPSHOT-251125092859
|
||||
homepage: ''
|
||||
publish_to: ''
|
||||
repository: ''
|
||||
|
||||
Reference in New Issue
Block a user