diff --git a/CHANGELOG.md b/CHANGELOG.md index d977dc11..ff5b27bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # CHANGELOG -Lib version: 1.11.0-SNAPSHOT-250519132402 +Lib version: 1.10.6 diff --git a/lib/accounts.pb.dart b/lib/accounts.pb.dart index de0a913d..23eb25ed 100644 --- a/lib/accounts.pb.dart +++ b/lib/accounts.pb.dart @@ -14,7 +14,7 @@ import 'dart:core' as $core; import 'package:fixnum/fixnum.dart' as $fixnum; import 'package:protobuf/protobuf.dart' as $pb; -import 'nsc-base.pb.dart' as $68; +import 'nsc-base.pb.dart' as $64; import 'shared.pb.dart' as $3; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -23,7 +23,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; class CreateAccountRequest extends $pb.GeneratedMessage { factory CreateAccountRequest({ $core.String? name, - $68.NscPermission? permission, + $64.NscPermission? permission, $core.bool? jetStream, }) { final $result = create(); @@ -44,7 +44,7 @@ class CreateAccountRequest extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreateAccountRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'name') - ..aOM<$68.NscPermission>(2, _omitFieldNames ? '' : 'permission', subBuilder: $68.NscPermission.create) + ..aOM<$64.NscPermission>(2, _omitFieldNames ? '' : 'permission', subBuilder: $64.NscPermission.create) ..aOB(3, _omitFieldNames ? '' : 'jetStream', protoName: 'jetStream') ..hasRequiredFields = false ; @@ -80,15 +80,15 @@ class CreateAccountRequest extends $pb.GeneratedMessage { void clearName() => $_clearField(1); @$pb.TagNumber(2) - $68.NscPermission get permission => $_getN(1); + $64.NscPermission get permission => $_getN(1); @$pb.TagNumber(2) - set permission($68.NscPermission v) { $_setField(2, v); } + set permission($64.NscPermission v) { $_setField(2, v); } @$pb.TagNumber(2) $core.bool hasPermission() => $_has(1); @$pb.TagNumber(2) void clearPermission() => $_clearField(2); @$pb.TagNumber(2) - $68.NscPermission ensurePermission() => $_ensure(1); + $64.NscPermission ensurePermission() => $_ensure(1); @$pb.TagNumber(3) $core.bool get jetStream => $_getBF(2); @@ -786,7 +786,7 @@ class GetAccountResult extends $pb.GeneratedMessage { class EditAccountRequest extends $pb.GeneratedMessage { factory EditAccountRequest({ $core.String? name, - $68.NscPermission? permission, + $64.NscPermission? permission, $core.Iterable<$core.String>? rmPerms, $core.bool? jetStream, $fixnum.Int64? diskStorage, @@ -823,7 +823,7 @@ class EditAccountRequest extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'EditAccountRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'name') - ..aOM<$68.NscPermission>(2, _omitFieldNames ? '' : 'permission', subBuilder: $68.NscPermission.create) + ..aOM<$64.NscPermission>(2, _omitFieldNames ? '' : 'permission', subBuilder: $64.NscPermission.create) ..pPS(3, _omitFieldNames ? '' : 'rmPerms', protoName: 'rmPerms') ..aOB(4, _omitFieldNames ? '' : 'jetStream', protoName: 'jetStream') ..aInt64(5, _omitFieldNames ? '' : 'diskStorage', protoName: 'diskStorage') @@ -863,15 +863,15 @@ class EditAccountRequest extends $pb.GeneratedMessage { void clearName() => $_clearField(1); @$pb.TagNumber(2) - $68.NscPermission get permission => $_getN(1); + $64.NscPermission get permission => $_getN(1); @$pb.TagNumber(2) - set permission($68.NscPermission v) { $_setField(2, v); } + set permission($64.NscPermission v) { $_setField(2, v); } @$pb.TagNumber(2) $core.bool hasPermission() => $_has(1); @$pb.TagNumber(2) void clearPermission() => $_clearField(2); @$pb.TagNumber(2) - $68.NscPermission ensurePermission() => $_ensure(1); + $64.NscPermission ensurePermission() => $_ensure(1); @$pb.TagNumber(3) $pb.PbList<$core.String> get rmPerms => $_getList(2); @@ -1211,7 +1211,7 @@ class ListAccountsRequest extends $pb.GeneratedMessage { class ListAccountsResult extends $pb.GeneratedMessage { factory ListAccountsResult({ - $core.Iterable<$68.NamedNscCredentials>? entities, + $core.Iterable<$64.NamedNscCredentials>? entities, }) { final $result = create(); if (entities != null) { @@ -1224,7 +1224,7 @@ class ListAccountsResult extends $pb.GeneratedMessage { factory ListAccountsResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListAccountsResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc<$68.NamedNscCredentials>(1, _omitFieldNames ? '' : 'entities', $pb.PbFieldType.PM, subBuilder: $68.NamedNscCredentials.create) + ..pc<$64.NamedNscCredentials>(1, _omitFieldNames ? '' : 'entities', $pb.PbFieldType.PM, subBuilder: $64.NamedNscCredentials.create) ..hasRequiredFields = false ; @@ -1250,7 +1250,7 @@ class ListAccountsResult extends $pb.GeneratedMessage { static ListAccountsResult? _defaultInstance; @$pb.TagNumber(1) - $pb.PbList<$68.NamedNscCredentials> get entities => $_getList(0); + $pb.PbList<$64.NamedNscCredentials> get entities => $_getList(0); } diff --git a/lib/actor.pb.dart b/lib/actor.pb.dart index bd5bbc6d..94ccf3f8 100644 --- a/lib/actor.pb.dart +++ b/lib/actor.pb.dart @@ -13,11 +13,10 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'partner.pb.dart' as $71; -import 'repositoryShared.pb.dart' as $69; -import 'repositoryShared.pbenum.dart' as $69; +import 'partner.pb.dart' as $66; +import 'repositoryShared.pb.dart' as $65; +import 'repositoryShared.pbenum.dart' as $65; import 'shared.pb.dart' as $3; -import 'slotbooking.pb.dart' as $70; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -110,19 +109,19 @@ class Actor extends $pb.GeneratedMessage { class ActorPayload extends $pb.GeneratedMessage { factory ActorPayload({ $core.String? name, - $69.IdType? idType, + $65.IdType? idType, $core.Iterable<$3.MetadataElement>? metaData, - $69.Address? address, - $69.ActorStatusStruct? status, + $65.Address? address, + $65.ActorStatusStruct? status, $core.String? partnerID, - $69.ActorTypology? typology, - $69.ActorSnapshot? snapshot, + $65.ActorTypology? typology, + $65.ActorSnapshot? snapshot, $core.Iterable<$core.String>? emails, $core.Iterable<$core.String>? phones, $core.bool? managedStock, $core.String? additionalInformation, $core.bool? isCarrier, - $core.Iterable<$69.CarrierService>? carrierServices, + $core.Iterable<$65.CarrierService>? carrierServices, $core.bool? isShipToConnected, $core.bool? isShipFromConnected, $core.String? shipToPartnerAppID, @@ -133,9 +132,6 @@ class ActorPayload extends $pb.GeneratedMessage { $core.int? claimNumber, $core.String? photoURI, $core.Iterable<$core.String>? connectionIdentifierPrefixes, - $core.bool? isSlotBookingEnabled, - $69.SiteAlias? siteAlias, - $70.ActorAuthorisation? appointmentConstraints, }) { final $result = create(); if (name != null) { @@ -210,15 +206,6 @@ class ActorPayload extends $pb.GeneratedMessage { if (connectionIdentifierPrefixes != null) { $result.connectionIdentifierPrefixes.addAll(connectionIdentifierPrefixes); } - if (isSlotBookingEnabled != null) { - $result.isSlotBookingEnabled = isSlotBookingEnabled; - } - if (siteAlias != null) { - $result.siteAlias = siteAlias; - } - if (appointmentConstraints != null) { - $result.appointmentConstraints = appointmentConstraints; - } return $result; } ActorPayload._() : super(); @@ -227,19 +214,19 @@ class ActorPayload extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..e<$69.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $69.IdType.IDTYPE_UNKNOWN, valueOf: $69.IdType.valueOf, enumValues: $69.IdType.values) + ..e<$65.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $65.IdType.IDTYPE_UNKNOWN, valueOf: $65.IdType.valueOf, enumValues: $65.IdType.values) ..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create) - ..aOM<$69.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create) - ..aOM<$69.ActorStatusStruct>(6, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $69.ActorStatusStruct.create) + ..aOM<$65.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create) + ..aOM<$65.ActorStatusStruct>(6, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $65.ActorStatusStruct.create) ..aOS(7, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID') - ..e<$69.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $69.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $69.ActorTypology.valueOf, enumValues: $69.ActorTypology.values) - ..aOM<$69.ActorSnapshot>(11, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $69.ActorSnapshot.create) + ..e<$65.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $65.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $65.ActorTypology.valueOf, enumValues: $65.ActorTypology.values) + ..aOM<$65.ActorSnapshot>(11, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $65.ActorSnapshot.create) ..pPS(12, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') ..pPS(13, _omitFieldNames ? '' : 'Phones', protoName: 'Phones') ..aOB(14, _omitFieldNames ? '' : 'ManagedStock', protoName: 'ManagedStock') ..aOS(15, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation') ..aOB(16, _omitFieldNames ? '' : 'IsCarrier', protoName: 'IsCarrier') - ..pc<$69.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $69.CarrierService.create) + ..pc<$65.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $65.CarrierService.create) ..aOB(18, _omitFieldNames ? '' : 'IsShipToConnected', protoName: 'IsShipToConnected') ..aOB(19, _omitFieldNames ? '' : 'IsShipFromConnected', protoName: 'IsShipFromConnected') ..aOS(20, _omitFieldNames ? '' : 'ShipToPartnerAppID', protoName: 'ShipToPartnerAppID') @@ -250,9 +237,6 @@ class ActorPayload extends $pb.GeneratedMessage { ..a<$core.int>(25, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber') ..aOS(26, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI') ..pPS(28, _omitFieldNames ? '' : 'ConnectionIdentifierPrefixes', protoName: 'ConnectionIdentifierPrefixes') - ..aOB(29, _omitFieldNames ? '' : 'IsSlotBookingEnabled', protoName: 'IsSlotBookingEnabled') - ..aOM<$69.SiteAlias>(30, _omitFieldNames ? '' : 'SiteAlias', protoName: 'SiteAlias', subBuilder: $69.SiteAlias.create) - ..aOM<$70.ActorAuthorisation>(31, _omitFieldNames ? '' : 'AppointmentConstraints', protoName: 'AppointmentConstraints', subBuilder: $70.ActorAuthorisation.create) ..hasRequiredFields = false ; @@ -288,9 +272,9 @@ class ActorPayload extends $pb.GeneratedMessage { void clearName() => $_clearField(1); @$pb.TagNumber(2) - $69.IdType get idType => $_getN(1); + $65.IdType get idType => $_getN(1); @$pb.TagNumber(2) - set idType($69.IdType v) { $_setField(2, v); } + set idType($65.IdType v) { $_setField(2, v); } @$pb.TagNumber(2) $core.bool hasIdType() => $_has(1); @$pb.TagNumber(2) @@ -300,27 +284,27 @@ class ActorPayload extends $pb.GeneratedMessage { $pb.PbList<$3.MetadataElement> get metaData => $_getList(2); @$pb.TagNumber(4) - $69.Address get address => $_getN(3); + $65.Address get address => $_getN(3); @$pb.TagNumber(4) - set address($69.Address v) { $_setField(4, v); } + set address($65.Address v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasAddress() => $_has(3); @$pb.TagNumber(4) void clearAddress() => $_clearField(4); @$pb.TagNumber(4) - $69.Address ensureAddress() => $_ensure(3); + $65.Address ensureAddress() => $_ensure(3); /// Status field is not accessible from APIs @$pb.TagNumber(6) - $69.ActorStatusStruct get status => $_getN(4); + $65.ActorStatusStruct get status => $_getN(4); @$pb.TagNumber(6) - set status($69.ActorStatusStruct v) { $_setField(6, v); } + set status($65.ActorStatusStruct v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasStatus() => $_has(4); @$pb.TagNumber(6) void clearStatus() => $_clearField(6); @$pb.TagNumber(6) - $69.ActorStatusStruct ensureStatus() => $_ensure(4); + $65.ActorStatusStruct ensureStatus() => $_ensure(4); /// Existing PartnerID @$pb.TagNumber(7) @@ -333,24 +317,24 @@ class ActorPayload extends $pb.GeneratedMessage { void clearPartnerID() => $_clearField(7); @$pb.TagNumber(10) - $69.ActorTypology get typology => $_getN(6); + $65.ActorTypology get typology => $_getN(6); @$pb.TagNumber(10) - set typology($69.ActorTypology v) { $_setField(10, v); } + set typology($65.ActorTypology v) { $_setField(10, v); } @$pb.TagNumber(10) $core.bool hasTypology() => $_has(6); @$pb.TagNumber(10) void clearTypology() => $_clearField(10); @$pb.TagNumber(11) - $69.ActorSnapshot get snapshot => $_getN(7); + $65.ActorSnapshot get snapshot => $_getN(7); @$pb.TagNumber(11) - set snapshot($69.ActorSnapshot v) { $_setField(11, v); } + set snapshot($65.ActorSnapshot v) { $_setField(11, v); } @$pb.TagNumber(11) $core.bool hasSnapshot() => $_has(7); @$pb.TagNumber(11) void clearSnapshot() => $_clearField(11); @$pb.TagNumber(11) - $69.ActorSnapshot ensureSnapshot() => $_ensure(7); + $65.ActorSnapshot ensureSnapshot() => $_ensure(7); /// Must be a valid email address @$pb.TagNumber(12) @@ -390,7 +374,7 @@ class ActorPayload extends $pb.GeneratedMessage { /// List of carrier services @$pb.TagNumber(17) - $pb.PbList<$69.CarrierService> get carrierServices => $_getList(13); + $pb.PbList<$65.CarrierService> get carrierServices => $_getList(13); @$pb.TagNumber(18) $core.bool get isShipToConnected => $_getBF(14); @@ -466,37 +450,6 @@ class ActorPayload extends $pb.GeneratedMessage { /// Prefix used to create executionflow identifiers @$pb.TagNumber(28) $pb.PbList<$core.String> get connectionIdentifierPrefixes => $_getList(23); - - @$pb.TagNumber(29) - $core.bool get isSlotBookingEnabled => $_getBF(24); - @$pb.TagNumber(29) - set isSlotBookingEnabled($core.bool v) { $_setBool(24, v); } - @$pb.TagNumber(29) - $core.bool hasIsSlotBookingEnabled() => $_has(24); - @$pb.TagNumber(29) - void clearIsSlotBookingEnabled() => $_clearField(29); - - @$pb.TagNumber(30) - $69.SiteAlias get siteAlias => $_getN(25); - @$pb.TagNumber(30) - set siteAlias($69.SiteAlias v) { $_setField(30, v); } - @$pb.TagNumber(30) - $core.bool hasSiteAlias() => $_has(25); - @$pb.TagNumber(30) - void clearSiteAlias() => $_clearField(30); - @$pb.TagNumber(30) - $69.SiteAlias ensureSiteAlias() => $_ensure(25); - - @$pb.TagNumber(31) - $70.ActorAuthorisation get appointmentConstraints => $_getN(26); - @$pb.TagNumber(31) - set appointmentConstraints($70.ActorAuthorisation v) { $_setField(31, v); } - @$pb.TagNumber(31) - $core.bool hasAppointmentConstraints() => $_has(26); - @$pb.TagNumber(31) - void clearAppointmentConstraints() => $_clearField(31); - @$pb.TagNumber(31) - $70.ActorAuthorisation ensureAppointmentConstraints() => $_ensure(26); } enum ActorEnrichment_Content { @@ -515,7 +468,7 @@ class ActorEnrichment extends $pb.GeneratedMessage { $core.String? project, $core.String? parentEntityName, $core.String? parentEntityID, - $71.PartnerPayload? partner, + $66.PartnerPayload? partner, }) { final $result = create(); if (parentEventID != null) { @@ -565,7 +518,7 @@ class ActorEnrichment extends $pb.GeneratedMessage { ..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project') ..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName') ..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID') - ..aOM<$71.PartnerPayload>(10, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $71.PartnerPayload.create) + ..aOM<$66.PartnerPayload>(10, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $66.PartnerPayload.create) ..hasRequiredFields = false ; @@ -666,15 +619,15 @@ class ActorEnrichment extends $pb.GeneratedMessage { void clearParentEntityID() => $_clearField(8); @$pb.TagNumber(10) - $71.PartnerPayload get partner => $_getN(8); + $66.PartnerPayload get partner => $_getN(8); @$pb.TagNumber(10) - set partner($71.PartnerPayload v) { $_setField(10, v); } + set partner($66.PartnerPayload v) { $_setField(10, v); } @$pb.TagNumber(10) $core.bool hasPartner() => $_has(8); @$pb.TagNumber(10) void clearPartner() => $_clearField(10); @$pb.TagNumber(10) - $71.PartnerPayload ensurePartner() => $_ensure(8); + $66.PartnerPayload ensurePartner() => $_ensure(8); } class ActorTriplet extends $pb.GeneratedMessage { diff --git a/lib/actor.pbjson.dart b/lib/actor.pbjson.dart index 27238568..b0c6fba3 100644 --- a/lib/actor.pbjson.dart +++ b/lib/actor.pbjson.dart @@ -60,9 +60,6 @@ const ActorPayload$json = { {'1': 'ClaimNumber', '3': 25, '4': 1, '5': 5, '8': {}, '10': 'ClaimNumber'}, {'1': 'PhotoURI', '3': 26, '4': 1, '5': 9, '8': {}, '10': 'PhotoURI'}, {'1': 'ConnectionIdentifierPrefixes', '3': 28, '4': 3, '5': 9, '8': {}, '10': 'ConnectionIdentifierPrefixes'}, - {'1': 'IsSlotBookingEnabled', '3': 29, '4': 1, '5': 8, '8': {}, '10': 'IsSlotBookingEnabled'}, - {'1': 'SiteAlias', '3': 30, '4': 1, '5': 11, '6': '.api.SiteAlias', '8': {}, '10': 'SiteAlias'}, - {'1': 'AppointmentConstraints', '3': 31, '4': 1, '5': 11, '6': '.api.ActorAuthorisation', '10': 'AppointmentConstraints'}, ], '7': {}, }; @@ -149,11 +146,7 @@ final $typed_data.Uint8List actorPayloadDescriptor = $convert.base64Decode( 'V4dGVuZGVkGAEqJ1NpbXBsZUFnZ3JlZ2F0ZUZ1bmN0aW9uKGFueUxhc3QsU3RyaW5nKdrCGAwK' 'CgoBKhIFaW1hZ2VSCFBob3RvVVJJEl8KHENvbm5lY3Rpb25JZGVudGlmaWVyUHJlZml4ZXMYHC' 'ADKAlCG7rCGBdTdG9jayxNb3ZlbWVudCxUcmFja2luZ1IcQ29ubmVjdGlvbklkZW50aWZpZXJQ' - 'cmVmaXhlcxJPChRJc1Nsb3RCb29raW5nRW5hYmxlZBgdIAEoCEIbusIYF1N0b2NrLE1vdmVtZW' - '50LFRyYWNraW5nUhRJc1Nsb3RCb29raW5nRW5hYmxlZBJJCglTaXRlQWxpYXMYHiABKAsyDi5h' - 'cGkuU2l0ZUFsaWFzQhu6whgXU3RvY2ssTW92ZW1lbnQsVHJhY2tpbmdSCVNpdGVBbGlhcxJPCh' - 'ZBcHBvaW50bWVudENvbnN0cmFpbnRzGB8gASgLMhcuYXBpLkFjdG9yQXV0aG9yaXNhdGlvblIW' - 'QXBwb2ludG1lbnRDb25zdHJhaW50czoMkkEJCgfSAQROYW1l'); + 'cmVmaXhlczoMkkEJCgfSAQROYW1l'); @$core.Deprecated('Use actorEnrichmentDescriptor instead') const ActorEnrichment$json = { diff --git a/lib/actorAction.pb.dart b/lib/actorAction.pb.dart index 6e59ed87..7ee9c389 100644 --- a/lib/actorAction.pb.dart +++ b/lib/actorAction.pb.dart @@ -13,7 +13,7 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'repositoryShared.pb.dart' as $69; +import 'repositoryShared.pb.dart' as $65; import 'shared.pb.dart' as $3; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -24,7 +24,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; /// by reseting the quantity of missing stock entry for the current snapshot class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage { factory ActorCompleteSnapshotPayload({ - $69.ActorSnapshot? snapshot, + $65.ActorSnapshot? snapshot, }) { final $result = create(); if (snapshot != null) { @@ -37,7 +37,7 @@ class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage { factory ActorCompleteSnapshotPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCompleteSnapshotPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$69.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $69.ActorSnapshot.create) + ..aOM<$65.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $65.ActorSnapshot.create) ..hasRequiredFields = false ; @@ -63,15 +63,15 @@ class ActorCompleteSnapshotPayload extends $pb.GeneratedMessage { static ActorCompleteSnapshotPayload? _defaultInstance; @$pb.TagNumber(1) - $69.ActorSnapshot get snapshot => $_getN(0); + $65.ActorSnapshot get snapshot => $_getN(0); @$pb.TagNumber(1) - set snapshot($69.ActorSnapshot v) { $_setField(1, v); } + set snapshot($65.ActorSnapshot v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasSnapshot() => $_has(0); @$pb.TagNumber(1) void clearSnapshot() => $_clearField(1); @$pb.TagNumber(1) - $69.ActorSnapshot ensureSnapshot() => $_ensure(0); + $65.ActorSnapshot ensureSnapshot() => $_ensure(0); } class ActorCompleteSnapshot extends $pb.GeneratedMessage { diff --git a/lib/actorInput.pb.dart b/lib/actorInput.pb.dart index 9a8d4cc0..da86221e 100644 --- a/lib/actorInput.pb.dart +++ b/lib/actorInput.pb.dart @@ -13,8 +13,8 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'repositoryShared.pb.dart' as $69; -import 'repositoryShared.pbenum.dart' as $69; +import 'repositoryShared.pb.dart' as $65; +import 'repositoryShared.pbenum.dart' as $65; import 'shared.pb.dart' as $3; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -23,17 +23,17 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; class ActorCreatedPayload extends $pb.GeneratedMessage { factory ActorCreatedPayload({ $core.String? name, - $69.IdType? idType, + $65.IdType? idType, $core.Iterable<$3.MetadataElement>? metaData, - $69.Address? address, + $65.Address? address, $core.String? partnerID, - $69.ActorTypology? typology, + $65.ActorTypology? typology, $core.Iterable<$core.String>? emails, $core.Iterable<$core.String>? phones, $core.bool? managedStock, $core.String? additionalInformation, $core.bool? isCarrier, - $core.Iterable<$69.CarrierService>? carrierServices, + $core.Iterable<$65.CarrierService>? carrierServices, $core.bool? isShipToConnected, $core.bool? isShipFromConnected, $core.String? shipToPartnerAppID, @@ -104,17 +104,17 @@ class ActorCreatedPayload extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..e<$69.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $69.IdType.IDTYPE_UNKNOWN, valueOf: $69.IdType.valueOf, enumValues: $69.IdType.values) + ..e<$65.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $65.IdType.IDTYPE_UNKNOWN, valueOf: $65.IdType.valueOf, enumValues: $65.IdType.values) ..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create) - ..aOM<$69.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create) + ..aOM<$65.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create) ..aOS(6, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID') - ..e<$69.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $69.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $69.ActorTypology.valueOf, enumValues: $69.ActorTypology.values) + ..e<$65.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $65.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $65.ActorTypology.valueOf, enumValues: $65.ActorTypology.values) ..pPS(12, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') ..pPS(13, _omitFieldNames ? '' : 'Phones', protoName: 'Phones') ..aOB(14, _omitFieldNames ? '' : 'ManagedStock', protoName: 'ManagedStock') ..aOS(15, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation') ..aOB(16, _omitFieldNames ? '' : 'IsCarrier', protoName: 'IsCarrier') - ..pc<$69.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $69.CarrierService.create) + ..pc<$65.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $65.CarrierService.create) ..aOB(18, _omitFieldNames ? '' : 'IsShipToConnected', protoName: 'IsShipToConnected') ..aOB(19, _omitFieldNames ? '' : 'IsShipFromConnected', protoName: 'IsShipFromConnected') ..aOS(20, _omitFieldNames ? '' : 'ShipToPartnerAppID', protoName: 'ShipToPartnerAppID') @@ -156,9 +156,9 @@ class ActorCreatedPayload extends $pb.GeneratedMessage { void clearName() => $_clearField(1); @$pb.TagNumber(2) - $69.IdType get idType => $_getN(1); + $65.IdType get idType => $_getN(1); @$pb.TagNumber(2) - set idType($69.IdType v) { $_setField(2, v); } + set idType($65.IdType v) { $_setField(2, v); } @$pb.TagNumber(2) $core.bool hasIdType() => $_has(1); @$pb.TagNumber(2) @@ -168,15 +168,15 @@ class ActorCreatedPayload extends $pb.GeneratedMessage { $pb.PbList<$3.MetadataElement> get metaData => $_getList(2); @$pb.TagNumber(4) - $69.Address get address => $_getN(3); + $65.Address get address => $_getN(3); @$pb.TagNumber(4) - set address($69.Address v) { $_setField(4, v); } + set address($65.Address v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasAddress() => $_has(3); @$pb.TagNumber(4) void clearAddress() => $_clearField(4); @$pb.TagNumber(4) - $69.Address ensureAddress() => $_ensure(3); + $65.Address ensureAddress() => $_ensure(3); /// Existing PartnerID @$pb.TagNumber(6) @@ -189,9 +189,9 @@ class ActorCreatedPayload extends $pb.GeneratedMessage { void clearPartnerID() => $_clearField(6); @$pb.TagNumber(10) - $69.ActorTypology get typology => $_getN(5); + $65.ActorTypology get typology => $_getN(5); @$pb.TagNumber(10) - set typology($69.ActorTypology v) { $_setField(10, v); } + set typology($65.ActorTypology v) { $_setField(10, v); } @$pb.TagNumber(10) $core.bool hasTypology() => $_has(5); @$pb.TagNumber(10) @@ -235,7 +235,7 @@ class ActorCreatedPayload extends $pb.GeneratedMessage { /// List of carrier services @$pb.TagNumber(17) - $pb.PbList<$69.CarrierService> get carrierServices => $_getList(11); + $pb.PbList<$65.CarrierService> get carrierServices => $_getList(11); @$pb.TagNumber(18) $core.bool get isShipToConnected => $_getBF(12); @@ -532,15 +532,15 @@ class ActorCreatedResponse extends $pb.GeneratedMessage { class ActorCreatedv2Payload extends $pb.GeneratedMessage { factory ActorCreatedv2Payload({ $core.String? name, - $69.IdType? idType, + $65.IdType? idType, $core.Iterable<$3.MetadataElement>? metaData, - $69.Address? address, - $69.ActorTypology? typology, + $65.Address? address, + $65.ActorTypology? typology, $core.Iterable<$core.String>? emails, $core.Iterable<$core.String>? phones, $core.String? additionalInformation, $core.bool? isCarrier, - $core.Iterable<$69.CarrierService>? carrierServices, + $core.Iterable<$65.CarrierService>? carrierServices, }) { final $result = create(); if (name != null) { @@ -581,15 +581,15 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorCreatedv2Payload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..e<$69.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $69.IdType.IDTYPE_UNKNOWN, valueOf: $69.IdType.valueOf, enumValues: $69.IdType.values) + ..e<$65.IdType>(2, _omitFieldNames ? '' : 'IdType', $pb.PbFieldType.OE, protoName: 'IdType', defaultOrMaker: $65.IdType.IDTYPE_UNKNOWN, valueOf: $65.IdType.valueOf, enumValues: $65.IdType.values) ..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create) - ..aOM<$69.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create) - ..e<$69.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $69.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $69.ActorTypology.valueOf, enumValues: $69.ActorTypology.values) + ..aOM<$65.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create) + ..e<$65.ActorTypology>(10, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $65.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $65.ActorTypology.valueOf, enumValues: $65.ActorTypology.values) ..pPS(12, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') ..pPS(13, _omitFieldNames ? '' : 'Phones', protoName: 'Phones') ..aOS(15, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation') ..aOB(16, _omitFieldNames ? '' : 'IsCarrier', protoName: 'IsCarrier') - ..pc<$69.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $69.CarrierService.create) + ..pc<$65.CarrierService>(17, _omitFieldNames ? '' : 'CarrierServices', $pb.PbFieldType.PM, protoName: 'CarrierServices', subBuilder: $65.CarrierService.create) ..hasRequiredFields = false ; @@ -624,9 +624,9 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage { void clearName() => $_clearField(1); @$pb.TagNumber(2) - $69.IdType get idType => $_getN(1); + $65.IdType get idType => $_getN(1); @$pb.TagNumber(2) - set idType($69.IdType v) { $_setField(2, v); } + set idType($65.IdType v) { $_setField(2, v); } @$pb.TagNumber(2) $core.bool hasIdType() => $_has(1); @$pb.TagNumber(2) @@ -636,20 +636,20 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage { $pb.PbList<$3.MetadataElement> get metaData => $_getList(2); @$pb.TagNumber(4) - $69.Address get address => $_getN(3); + $65.Address get address => $_getN(3); @$pb.TagNumber(4) - set address($69.Address v) { $_setField(4, v); } + set address($65.Address v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasAddress() => $_has(3); @$pb.TagNumber(4) void clearAddress() => $_clearField(4); @$pb.TagNumber(4) - $69.Address ensureAddress() => $_ensure(3); + $65.Address ensureAddress() => $_ensure(3); @$pb.TagNumber(10) - $69.ActorTypology get typology => $_getN(4); + $65.ActorTypology get typology => $_getN(4); @$pb.TagNumber(10) - set typology($69.ActorTypology v) { $_setField(10, v); } + set typology($65.ActorTypology v) { $_setField(10, v); } @$pb.TagNumber(10) $core.bool hasTypology() => $_has(4); @$pb.TagNumber(10) @@ -683,7 +683,7 @@ class ActorCreatedv2Payload extends $pb.GeneratedMessage { /// List of carrier services @$pb.TagNumber(17) - $pb.PbList<$69.CarrierService> get carrierServices => $_getList(9); + $pb.PbList<$65.CarrierService> get carrierServices => $_getList(9); } /// Event message @@ -1200,7 +1200,7 @@ class ActorDeletedResponse extends $pb.GeneratedMessage { /// Event Payload class ActorSnapshotCompletedPayload extends $pb.GeneratedMessage { factory ActorSnapshotCompletedPayload({ - $69.ActorSnapshot? snapshot, + $65.ActorSnapshot? snapshot, }) { final $result = create(); if (snapshot != null) { @@ -1213,7 +1213,7 @@ class ActorSnapshotCompletedPayload extends $pb.GeneratedMessage { factory ActorSnapshotCompletedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorSnapshotCompletedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$69.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $69.ActorSnapshot.create) + ..aOM<$65.ActorSnapshot>(1, _omitFieldNames ? '' : 'Snapshot', protoName: 'Snapshot', subBuilder: $65.ActorSnapshot.create) ..hasRequiredFields = false ; @@ -1239,15 +1239,15 @@ class ActorSnapshotCompletedPayload extends $pb.GeneratedMessage { static ActorSnapshotCompletedPayload? _defaultInstance; @$pb.TagNumber(1) - $69.ActorSnapshot get snapshot => $_getN(0); + $65.ActorSnapshot get snapshot => $_getN(0); @$pb.TagNumber(1) - set snapshot($69.ActorSnapshot v) { $_setField(1, v); } + set snapshot($65.ActorSnapshot v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasSnapshot() => $_has(0); @$pb.TagNumber(1) void clearSnapshot() => $_clearField(1); @$pb.TagNumber(1) - $69.ActorSnapshot ensureSnapshot() => $_ensure(0); + $65.ActorSnapshot ensureSnapshot() => $_ensure(0); } /// Event message diff --git a/lib/actorQuery.pb.dart b/lib/actorQuery.pb.dart index 769308dc..bc1f30bd 100644 --- a/lib/actorQuery.pb.dart +++ b/lib/actorQuery.pb.dart @@ -13,7 +13,7 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'actor.pb.dart' as $72; +import 'actor.pb.dart' as $67; import 'shared.pb.dart' as $3; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -81,7 +81,7 @@ class ActorByIdQuery extends $pb.GeneratedMessage { class ActorByIdResult extends $pb.GeneratedMessage { factory ActorByIdResult({ $3.ResultHeader? header, - $core.Iterable<$72.Actor>? objects, + $core.Iterable<$67.Actor>? objects, }) { final $result = create(); if (header != null) { @@ -98,7 +98,7 @@ class ActorByIdResult extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create) - ..pc<$72.Actor>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $72.Actor.create) + ..pc<$67.Actor>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $67.Actor.create) ..hasRequiredFields = false ; @@ -135,7 +135,7 @@ class ActorByIdResult extends $pb.GeneratedMessage { $3.ResultHeader ensureHeader() => $_ensure(0); @$pb.TagNumber(2) - $pb.PbList<$72.Actor> get objects => $_getList(1); + $pb.PbList<$67.Actor> get objects => $_getList(1); } class ActorByFilterQuery extends $pb.GeneratedMessage { @@ -231,7 +231,7 @@ class ActorByFilterQuery extends $pb.GeneratedMessage { class ActorByFilterResult extends $pb.GeneratedMessage { factory ActorByFilterResult({ $3.ResultHeader? header, - $core.Iterable<$72.Actor>? objects, + $core.Iterable<$67.Actor>? objects, $core.String? queryContext, }) { final $result = create(); @@ -252,7 +252,7 @@ class ActorByFilterResult extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ActorByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create) - ..pc<$72.Actor>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $72.Actor.create) + ..pc<$67.Actor>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $67.Actor.create) ..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext') ..hasRequiredFields = false ; @@ -290,7 +290,7 @@ class ActorByFilterResult extends $pb.GeneratedMessage { $3.ResultHeader ensureHeader() => $_ensure(0); @$pb.TagNumber(2) - $pb.PbList<$72.Actor> get objects => $_getList(1); + $pb.PbList<$67.Actor> get objects => $_getList(1); @$pb.TagNumber(3) $core.String get queryContext => $_getSZ(2); diff --git a/lib/admin-actor.pb.dart b/lib/admin-actor.pb.dart index 26f07e57..de4a9a5c 100644 --- a/lib/admin-actor.pb.dart +++ b/lib/admin-actor.pb.dart @@ -13,8 +13,8 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'repositoryShared.pb.dart' as $69; -import 'repositoryShared.pbenum.dart' as $69; +import 'repositoryShared.pb.dart' as $65; +import 'repositoryShared.pbenum.dart' as $65; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -24,9 +24,9 @@ class AdminActor extends $pb.GeneratedMessage { $core.String? name, $core.String? organisationID, $core.String? partnerID, - $69.Address? address, - $69.ActorContact? contact, - $69.ActorTypology? typology, + $65.Address? address, + $65.ActorContact? contact, + $65.ActorTypology? typology, $core.String? additionalInformation, }) { final $result = create(); @@ -65,9 +65,9 @@ class AdminActor extends $pb.GeneratedMessage { ..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name') ..aOS(3, _omitFieldNames ? '' : 'OrganisationID', protoName: 'OrganisationID') ..aOS(4, _omitFieldNames ? '' : 'PartnerID', protoName: 'PartnerID') - ..aOM<$69.Address>(6, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create) - ..aOM<$69.ActorContact>(7, _omitFieldNames ? '' : 'Contact', protoName: 'Contact', subBuilder: $69.ActorContact.create) - ..e<$69.ActorTypology>(8, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $69.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $69.ActorTypology.valueOf, enumValues: $69.ActorTypology.values) + ..aOM<$65.Address>(6, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create) + ..aOM<$65.ActorContact>(7, _omitFieldNames ? '' : 'Contact', protoName: 'Contact', subBuilder: $65.ActorContact.create) + ..e<$65.ActorTypology>(8, _omitFieldNames ? '' : 'Typology', $pb.PbFieldType.OE, protoName: 'Typology', defaultOrMaker: $65.ActorTypology.TYPOLOGY_UNKNOWN, valueOf: $65.ActorTypology.valueOf, enumValues: $65.ActorTypology.values) ..aOS(9, _omitFieldNames ? '' : 'AdditionalInformation', protoName: 'AdditionalInformation') ..hasRequiredFields = false ; @@ -130,31 +130,31 @@ class AdminActor extends $pb.GeneratedMessage { void clearPartnerID() => $_clearField(4); @$pb.TagNumber(6) - $69.Address get address => $_getN(4); + $65.Address get address => $_getN(4); @$pb.TagNumber(6) - set address($69.Address v) { $_setField(6, v); } + set address($65.Address v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasAddress() => $_has(4); @$pb.TagNumber(6) void clearAddress() => $_clearField(6); @$pb.TagNumber(6) - $69.Address ensureAddress() => $_ensure(4); + $65.Address ensureAddress() => $_ensure(4); @$pb.TagNumber(7) - $69.ActorContact get contact => $_getN(5); + $65.ActorContact get contact => $_getN(5); @$pb.TagNumber(7) - set contact($69.ActorContact v) { $_setField(7, v); } + set contact($65.ActorContact v) { $_setField(7, v); } @$pb.TagNumber(7) $core.bool hasContact() => $_has(5); @$pb.TagNumber(7) void clearContact() => $_clearField(7); @$pb.TagNumber(7) - $69.ActorContact ensureContact() => $_ensure(5); + $65.ActorContact ensureContact() => $_ensure(5); @$pb.TagNumber(8) - $69.ActorTypology get typology => $_getN(6); + $65.ActorTypology get typology => $_getN(6); @$pb.TagNumber(8) - set typology($69.ActorTypology v) { $_setField(8, v); } + set typology($65.ActorTypology v) { $_setField(8, v); } @$pb.TagNumber(8) $core.bool hasTypology() => $_has(6); @$pb.TagNumber(8) diff --git a/lib/admin-partner.pb.dart b/lib/admin-partner.pb.dart index 3b529248..22742639 100644 --- a/lib/admin-partner.pb.dart +++ b/lib/admin-partner.pb.dart @@ -13,8 +13,8 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'admin-actor.pb.dart' as $73; -import 'repositoryShared.pb.dart' as $69; +import 'admin-actor.pb.dart' as $68; +import 'repositoryShared.pb.dart' as $65; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -23,10 +23,10 @@ class AdminPartner extends $pb.GeneratedMessage { $core.String? iD, $core.String? name, $core.String? legalStructure, - $69.Address? address, + $65.Address? address, $core.String? organisationID, $core.Iterable<$core.String>? actorIDs, - $core.Iterable<$73.AdminActor>? actors, + $core.Iterable<$68.AdminActor>? actors, $core.String? photoURI, }) { final $result = create(); @@ -64,10 +64,10 @@ class AdminPartner extends $pb.GeneratedMessage { ..aOS(1, _omitFieldNames ? '' : 'ID', protoName: 'ID') ..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name') ..aOS(3, _omitFieldNames ? '' : 'LegalStructure', protoName: 'LegalStructure') - ..aOM<$69.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $69.Address.create) + ..aOM<$65.Address>(4, _omitFieldNames ? '' : 'Address', protoName: 'Address', subBuilder: $65.Address.create) ..aOS(5, _omitFieldNames ? '' : 'OrganisationID', protoName: 'OrganisationID') ..pPS(6, _omitFieldNames ? '' : 'ActorIDs', protoName: 'ActorIDs') - ..pc<$73.AdminActor>(7, _omitFieldNames ? '' : 'Actors', $pb.PbFieldType.PM, protoName: 'Actors', subBuilder: $73.AdminActor.create) + ..pc<$68.AdminActor>(7, _omitFieldNames ? '' : 'Actors', $pb.PbFieldType.PM, protoName: 'Actors', subBuilder: $68.AdminActor.create) ..aOS(8, _omitFieldNames ? '' : 'PhotoURI', protoName: 'PhotoURI') ..hasRequiredFields = false ; @@ -121,15 +121,15 @@ class AdminPartner extends $pb.GeneratedMessage { void clearLegalStructure() => $_clearField(3); @$pb.TagNumber(4) - $69.Address get address => $_getN(3); + $65.Address get address => $_getN(3); @$pb.TagNumber(4) - set address($69.Address v) { $_setField(4, v); } + set address($65.Address v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasAddress() => $_has(3); @$pb.TagNumber(4) void clearAddress() => $_clearField(4); @$pb.TagNumber(4) - $69.Address ensureAddress() => $_ensure(3); + $65.Address ensureAddress() => $_ensure(3); @$pb.TagNumber(5) $core.String get organisationID => $_getSZ(4); @@ -146,7 +146,7 @@ class AdminPartner extends $pb.GeneratedMessage { /// In not accepted / Out Actors are returned @$pb.TagNumber(7) - $pb.PbList<$73.AdminActor> get actors => $_getList(6); + $pb.PbList<$68.AdminActor> get actors => $_getList(6); @$pb.TagNumber(8) $core.String get photoURI => $_getSZ(7); diff --git a/lib/annotations.pb.dart b/lib/annotations.pb.dart index e5b5b95b..68997972 100644 --- a/lib/annotations.pb.dart +++ b/lib/annotations.pb.dart @@ -13,16 +13,16 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'openapiv2.pb.dart' as $74; +import 'openapiv2.pb.dart' as $69; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; class Annotations { - static final openapiv2Swagger = $pb.Extension<$74.Swagger>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'openapiv2Swagger', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.Swagger.getDefault, subBuilder: $74.Swagger.create); - static final openapiv2Operation = $pb.Extension<$74.Operation>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'openapiv2Operation', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.Operation.getDefault, subBuilder: $74.Operation.create); - static final openapiv2Schema = $pb.Extension<$74.Schema>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'openapiv2Schema', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.Schema.getDefault, subBuilder: $74.Schema.create); - static final openapiv2Tag = $pb.Extension<$74.Tag>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'openapiv2Tag', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.Tag.getDefault, subBuilder: $74.Tag.create); - static final openapiv2Field = $pb.Extension<$74.JSONSchema>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'openapiv2Field', 1042, $pb.PbFieldType.OM, defaultOrMaker: $74.JSONSchema.getDefault, subBuilder: $74.JSONSchema.create); + static final openapiv2Swagger = $pb.Extension<$69.Swagger>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'openapiv2Swagger', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.Swagger.getDefault, subBuilder: $69.Swagger.create); + static final openapiv2Operation = $pb.Extension<$69.Operation>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'openapiv2Operation', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.Operation.getDefault, subBuilder: $69.Operation.create); + static final openapiv2Schema = $pb.Extension<$69.Schema>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'openapiv2Schema', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.Schema.getDefault, subBuilder: $69.Schema.create); + static final openapiv2Tag = $pb.Extension<$69.Tag>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'openapiv2Tag', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.Tag.getDefault, subBuilder: $69.Tag.create); + static final openapiv2Field = $pb.Extension<$69.JSONSchema>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'openapiv2Field', 1042, $pb.PbFieldType.OM, defaultOrMaker: $69.JSONSchema.getDefault, subBuilder: $69.JSONSchema.create); static void registerAllExtensions($pb.ExtensionRegistry registry) { registry.add(openapiv2Swagger); registry.add(openapiv2Operation); diff --git a/lib/api.pb.dart b/lib/api.pb.dart index 3c89d1de..8da2406f 100644 --- a/lib/api.pb.dart +++ b/lib/api.pb.dart @@ -13,8 +13,8 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'module.pb.dart' as $37; -import 'role.pb.dart' as $55; +import 'module.pb.dart' as $34; +import 'role.pb.dart' as $52; import 'shared.pb.dart' as $3; import 'shared.pbenum.dart' as $3; @@ -363,9 +363,9 @@ class RegisterPackageRequest extends $pb.GeneratedMessage { $core.String? packageName, $core.Iterable<$3.ClientAPI>? clients, $core.bool? forceFullScopeCreation, - $core.Iterable<$55.Role>? roles, + $core.Iterable<$52.Role>? roles, $core.Iterable<$3.ModuleRegistration>? workflows, - $core.Iterable<$37.Module>? modules, + $core.Iterable<$34.Module>? modules, }) { final $result = create(); if (packageName != null) { @@ -396,9 +396,9 @@ class RegisterPackageRequest extends $pb.GeneratedMessage { ..aOS(1, _omitFieldNames ? '' : 'PackageName', protoName: 'PackageName') ..pc<$3.ClientAPI>(2, _omitFieldNames ? '' : 'Clients', $pb.PbFieldType.PM, protoName: 'Clients', subBuilder: $3.ClientAPI.create) ..aOB(3, _omitFieldNames ? '' : 'ForceFullScopeCreation', protoName: 'ForceFullScopeCreation') - ..pc<$55.Role>(4, _omitFieldNames ? '' : 'Roles', $pb.PbFieldType.PM, protoName: 'Roles', subBuilder: $55.Role.create) + ..pc<$52.Role>(4, _omitFieldNames ? '' : 'Roles', $pb.PbFieldType.PM, protoName: 'Roles', subBuilder: $52.Role.create) ..pc<$3.ModuleRegistration>(5, _omitFieldNames ? '' : 'Workflows', $pb.PbFieldType.PM, protoName: 'Workflows', subBuilder: $3.ModuleRegistration.create) - ..pc<$37.Module>(6, _omitFieldNames ? '' : 'Modules', $pb.PbFieldType.PM, protoName: 'Modules', subBuilder: $37.Module.create) + ..pc<$34.Module>(6, _omitFieldNames ? '' : 'Modules', $pb.PbFieldType.PM, protoName: 'Modules', subBuilder: $34.Module.create) ..hasRequiredFields = false ; @@ -445,13 +445,13 @@ class RegisterPackageRequest extends $pb.GeneratedMessage { void clearForceFullScopeCreation() => $_clearField(3); @$pb.TagNumber(4) - $pb.PbList<$55.Role> get roles => $_getList(3); + $pb.PbList<$52.Role> get roles => $_getList(3); @$pb.TagNumber(5) $pb.PbList<$3.ModuleRegistration> get workflows => $_getList(4); @$pb.TagNumber(6) - $pb.PbList<$37.Module> get modules => $_getList(5); + $pb.PbList<$34.Module> get modules => $_getList(5); } class RegisterPackageResult extends $pb.GeneratedMessage { diff --git a/lib/appointment.pb.dart b/lib/appointment.pb.dart deleted file mode 100644 index 2ff91cd8..00000000 --- a/lib/appointment.pb.dart +++ /dev/null @@ -1,342 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointment.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:core' as $core; - -import 'package:protobuf/protobuf.dart' as $pb; - -import 'collabShared.pb.dart' as $75; -import 'shared.pb.dart' as $3; -import 'slotbooking.pb.dart' as $70; -import 'slotbooking.pbenum.dart' as $70; - -export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; - -/// -/// Aggregation object message -class Appointment extends $pb.GeneratedMessage { - factory Appointment({ - $3.EventHeader? lastEventHeader, - $3.EntityID? iD, - AppointmentPayload? payload, - }) { - final $result = create(); - if (lastEventHeader != null) { - $result.lastEventHeader = lastEventHeader; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - Appointment._() : super(); - factory Appointment.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory Appointment.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Appointment', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'LastEventHeader', protoName: 'LastEventHeader', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - Appointment clone() => Appointment()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - Appointment copyWith(void Function(Appointment) updates) => super.copyWith((message) => updates(message as Appointment)) as Appointment; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static Appointment create() => Appointment._(); - Appointment createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static Appointment getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static Appointment? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get lastEventHeader => $_getN(0); - @$pb.TagNumber(1) - set lastEventHeader($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasLastEventHeader() => $_has(0); - @$pb.TagNumber(1) - void clearLastEventHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureLastEventHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentPayload ensurePayload() => $_ensure(2); -} - -class AppointmentPayload extends $pb.GeneratedMessage { - factory AppointmentPayload({ - $70.AppointmentType? appointmentType, - $core.Iterable<$75.Commission>? commissions, - $core.Iterable<$70.QuantityByUnit>? quantitiesByUnits, - $core.Iterable<$70.Segmentation>? segmentations, - $core.Iterable<$70.CarrierInformation>? carrierInformation, - $70.Slot? slot, - $core.Iterable<$core.String>? emails, - $75.AppointmentStatusStruct? status, - $core.String? creationDate, - }) { - final $result = create(); - if (appointmentType != null) { - $result.appointmentType = appointmentType; - } - if (commissions != null) { - $result.commissions.addAll(commissions); - } - if (quantitiesByUnits != null) { - $result.quantitiesByUnits.addAll(quantitiesByUnits); - } - if (segmentations != null) { - $result.segmentations.addAll(segmentations); - } - if (carrierInformation != null) { - $result.carrierInformation.addAll(carrierInformation); - } - if (slot != null) { - $result.slot = slot; - } - if (emails != null) { - $result.emails.addAll(emails); - } - if (status != null) { - $result.status = status; - } - if (creationDate != null) { - $result.creationDate = creationDate; - } - return $result; - } - AppointmentPayload._() : super(); - factory AppointmentPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..e<$70.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values) - ..pc<$75.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $75.Commission.create) - ..pc<$70.QuantityByUnit>(3, _omitFieldNames ? '' : 'QuantitiesByUnits', $pb.PbFieldType.PM, protoName: 'QuantitiesByUnits', subBuilder: $70.QuantityByUnit.create) - ..pc<$70.Segmentation>(4, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $70.Segmentation.create) - ..pc<$70.CarrierInformation>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformation.create) - ..aOM<$70.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $70.Slot.create) - ..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') - ..aOM<$75.AppointmentStatusStruct>(8, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.AppointmentStatusStruct.create) - ..aOS(9, _omitFieldNames ? '' : 'CreationDate', protoName: 'CreationDate') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentPayload clone() => AppointmentPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentPayload copyWith(void Function(AppointmentPayload) updates) => super.copyWith((message) => updates(message as AppointmentPayload)) as AppointmentPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentPayload create() => AppointmentPayload._(); - AppointmentPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentPayload? _defaultInstance; - - /// Type of appointment : Expedition / Reception / Both - @$pb.TagNumber(1) - $70.AppointmentType get appointmentType => $_getN(0); - @$pb.TagNumber(1) - set appointmentType($70.AppointmentType v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasAppointmentType() => $_has(0); - @$pb.TagNumber(1) - void clearAppointmentType() => $_clearField(1); - - /// List of the orders and projects for which the appointment is made, with the quantities - /// TODO ?? - @$pb.TagNumber(2) - $pb.PbList<$75.Commission> get commissions => $_getList(1); - - /// Cumulative quantity for all the commissions - @$pb.TagNumber(3) - $pb.PbList<$70.QuantityByUnit> get quantitiesByUnits => $_getList(2); - - /// Set of segmentation constraining the slot booking - @$pb.TagNumber(4) - $pb.PbList<$70.Segmentation> get segmentations => $_getList(3); - - /// Required carrierInformation, some can be obligatory - @$pb.TagNumber(5) - $pb.PbList<$70.CarrierInformation> get carrierInformation => $_getList(4); - - /// The slot booked for the appointment - @$pb.TagNumber(6) - $70.Slot get slot => $_getN(5); - @$pb.TagNumber(6) - set slot($70.Slot v) { $_setField(6, v); } - @$pb.TagNumber(6) - $core.bool hasSlot() => $_has(5); - @$pb.TagNumber(6) - void clearSlot() => $_clearField(6); - @$pb.TagNumber(6) - $70.Slot ensureSlot() => $_ensure(5); - - /// User mails being notified on this appointment - /// TODO Need to add a structure to store platform user identifiers which can act on this appointment ? - @$pb.TagNumber(7) - $pb.PbList<$core.String> get emails => $_getList(6); - - /// Appointment Status and status history - @$pb.TagNumber(8) - $75.AppointmentStatusStruct get status => $_getN(7); - @$pb.TagNumber(8) - set status($75.AppointmentStatusStruct v) { $_setField(8, v); } - @$pb.TagNumber(8) - $core.bool hasStatus() => $_has(7); - @$pb.TagNumber(8) - void clearStatus() => $_clearField(8); - @$pb.TagNumber(8) - $75.AppointmentStatusStruct ensureStatus() => $_ensure(7); - - /// Creation date of the appointment - @$pb.TagNumber(9) - $core.String get creationDate => $_getSZ(8); - @$pb.TagNumber(9) - set creationDate($core.String v) { $_setString(8, v); } - @$pb.TagNumber(9) - $core.bool hasCreationDate() => $_has(8); - @$pb.TagNumber(9) - void clearCreationDate() => $_clearField(9); -} - -class AppointmentTriplet extends $pb.GeneratedMessage { - factory AppointmentTriplet({ - Appointment? current, - Appointment? previous, - Appointment? lastEvent, - }) { - final $result = create(); - if (current != null) { - $result.current = current; - } - if (previous != null) { - $result.previous = previous; - } - if (lastEvent != null) { - $result.lastEvent = lastEvent; - } - return $result; - } - AppointmentTriplet._() : super(); - factory AppointmentTriplet.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentTriplet.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentTriplet', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Current', protoName: 'Current', subBuilder: Appointment.create) - ..aOM(2, _omitFieldNames ? '' : 'Previous', protoName: 'Previous', subBuilder: Appointment.create) - ..aOM(3, _omitFieldNames ? '' : 'LastEvent', protoName: 'LastEvent', subBuilder: Appointment.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentTriplet clone() => AppointmentTriplet()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentTriplet copyWith(void Function(AppointmentTriplet) updates) => super.copyWith((message) => updates(message as AppointmentTriplet)) as AppointmentTriplet; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentTriplet create() => AppointmentTriplet._(); - AppointmentTriplet createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentTriplet getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentTriplet? _defaultInstance; - - @$pb.TagNumber(1) - Appointment get current => $_getN(0); - @$pb.TagNumber(1) - set current(Appointment v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCurrent() => $_has(0); - @$pb.TagNumber(1) - void clearCurrent() => $_clearField(1); - @$pb.TagNumber(1) - Appointment ensureCurrent() => $_ensure(0); - - @$pb.TagNumber(2) - Appointment get previous => $_getN(1); - @$pb.TagNumber(2) - set previous(Appointment v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasPrevious() => $_has(1); - @$pb.TagNumber(2) - void clearPrevious() => $_clearField(2); - @$pb.TagNumber(2) - Appointment ensurePrevious() => $_ensure(1); - - @$pb.TagNumber(3) - Appointment get lastEvent => $_getN(2); - @$pb.TagNumber(3) - set lastEvent(Appointment v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasLastEvent() => $_has(2); - @$pb.TagNumber(3) - void clearLastEvent() => $_clearField(3); - @$pb.TagNumber(3) - Appointment ensureLastEvent() => $_ensure(2); -} - - -const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names'); -const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names'); diff --git a/lib/appointment.pbenum.dart b/lib/appointment.pbenum.dart deleted file mode 100644 index 5b55286f..00000000 --- a/lib/appointment.pbenum.dart +++ /dev/null @@ -1,11 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointment.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - diff --git a/lib/appointment.pbjson.dart b/lib/appointment.pbjson.dart deleted file mode 100644 index 998c7b52..00000000 --- a/lib/appointment.pbjson.dart +++ /dev/null @@ -1,82 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointment.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:convert' as $convert; -import 'dart:core' as $core; -import 'dart:typed_data' as $typed_data; - -@$core.Deprecated('Use appointmentDescriptor instead') -const Appointment$json = { - '1': 'Appointment', - '2': [ - {'1': 'LastEventHeader', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '10': 'LastEventHeader'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentPayload', '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `Appointment`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentDescriptor = $convert.base64Decode( - 'CgtBcHBvaW50bWVudBI6Cg9MYXN0RXZlbnRIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX' - 'JSD0xhc3RFdmVudEhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQSMQoHUGF5' - 'bG9hZBgDIAEoCzIXLmFwaS5BcHBvaW50bWVudFBheWxvYWRSB1BheWxvYWQ6IZJBHgocMhpBZ2' - 'dyZWdhdGlvbiBvYmplY3QgbWVzc2FnZQ=='); - -@$core.Deprecated('Use appointmentPayloadDescriptor instead') -const AppointmentPayload$json = { - '1': 'AppointmentPayload', - '2': [ - {'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '10': 'AppointmentType'}, - {'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.Commission', '10': 'Commissions'}, - {'1': 'QuantitiesByUnits', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '10': 'QuantitiesByUnits'}, - {'1': 'Segmentations', '3': 4, '4': 3, '5': 11, '6': '.api.Segmentation', '10': 'Segmentations'}, - {'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'}, - {'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'}, - {'1': 'Emails', '3': 7, '4': 3, '5': 9, '8': {}, '10': 'Emails'}, - {'1': 'Status', '3': 8, '4': 1, '5': 11, '6': '.api.AppointmentStatusStruct', '8': {}, '10': 'Status'}, - {'1': 'CreationDate', '3': 9, '4': 1, '5': 9, '8': {}, '10': 'CreationDate'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentPayloadDescriptor = $convert.base64Decode( - 'ChJBcHBvaW50bWVudFBheWxvYWQSPgoPQXBwb2ludG1lbnRUeXBlGAEgASgOMhQuYXBpLkFwcG' - '9pbnRtZW50VHlwZVIPQXBwb2ludG1lbnRUeXBlEjEKC0NvbW1pc3Npb25zGAIgAygLMg8uYXBp' - 'LkNvbW1pc3Npb25SC0NvbW1pc3Npb25zEkEKEVF1YW50aXRpZXNCeVVuaXRzGAMgAygLMhMuYX' - 'BpLlF1YW50aXR5QnlVbml0UhFRdWFudGl0aWVzQnlVbml0cxI3Cg1TZWdtZW50YXRpb25zGAQg' - 'AygLMhEuYXBpLlNlZ21lbnRhdGlvblINU2VnbWVudGF0aW9ucxJHChJDYXJyaWVySW5mb3JtYX' - 'Rpb24YBSADKAsyFy5hcGkuQ2FycmllckluZm9ybWF0aW9uUhJDYXJyaWVySW5mb3JtYXRpb24S' - 'HQoEU2xvdBgGIAEoCzIJLmFwaS5TbG90UgRTbG90En0KBkVtYWlscxgHIAMoCUJlkkFRMh1NdX' - 'N0IGJlIGEgdmFsaWQgZW1haWwgYWRkcmVzc0owWyJKb2huLmRvZUByZWZsZXguY29tIiwgIndp' - 'bGwuc21pdGhAcmVmbGV4LmNvbSJd+kIOkgELCAEiB3IFYAHwAQFSBkVtYWlscxJlCgZTdGF0dX' - 'MYCCABKAsyHC5hcGkuQXBwb2ludG1lbnRTdGF0dXNTdHJ1Y3RCL5JBGzIZU3RhdHVzIG9mIHRo' - 'ZSBhcHBvaW50bWVudPLBGA1TdGF0dXNVcGRhdGVkUgZTdGF0dXMSOwoMQ3JlYXRpb25EYXRlGA' - 'kgASgJQhf6QgVyA9ABAdrCGAsKCQoBKhIEZGF0ZVIMQ3JlYXRpb25EYXRlOhWSQRIKENIBDVNl' - 'Z21lbnRhdGlvbnM='); - -@$core.Deprecated('Use appointmentTripletDescriptor instead') -const AppointmentTriplet$json = { - '1': 'AppointmentTriplet', - '2': [ - {'1': 'Current', '3': 1, '4': 1, '5': 11, '6': '.api.Appointment', '10': 'Current'}, - {'1': 'Previous', '3': 2, '4': 1, '5': 11, '6': '.api.Appointment', '10': 'Previous'}, - {'1': 'LastEvent', '3': 3, '4': 1, '5': 11, '6': '.api.Appointment', '10': 'LastEvent'}, - ], -}; - -/// Descriptor for `AppointmentTriplet`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentTripletDescriptor = $convert.base64Decode( - 'ChJBcHBvaW50bWVudFRyaXBsZXQSKgoHQ3VycmVudBgBIAEoCzIQLmFwaS5BcHBvaW50bWVudF' - 'IHQ3VycmVudBIsCghQcmV2aW91cxgCIAEoCzIQLmFwaS5BcHBvaW50bWVudFIIUHJldmlvdXMS' - 'LgoJTGFzdEV2ZW50GAMgASgLMhAuYXBpLkFwcG9pbnRtZW50UglMYXN0RXZlbnQ='); - diff --git a/lib/appointmentAction.pb.dart b/lib/appointmentAction.pb.dart deleted file mode 100644 index 285ad7c3..00000000 --- a/lib/appointmentAction.pb.dart +++ /dev/null @@ -1,15 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentAction.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:core' as $core; - -export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; - diff --git a/lib/appointmentAction.pbenum.dart b/lib/appointmentAction.pbenum.dart deleted file mode 100644 index 23d30559..00000000 --- a/lib/appointmentAction.pbenum.dart +++ /dev/null @@ -1,11 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentAction.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - diff --git a/lib/appointmentAction.pbjson.dart b/lib/appointmentAction.pbjson.dart deleted file mode 100644 index 8d33479b..00000000 --- a/lib/appointmentAction.pbjson.dart +++ /dev/null @@ -1,15 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentAction.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:convert' as $convert; -import 'dart:core' as $core; -import 'dart:typed_data' as $typed_data; - diff --git a/lib/appointmentInput.pb.dart b/lib/appointmentInput.pb.dart deleted file mode 100644 index b881c347..00000000 --- a/lib/appointmentInput.pb.dart +++ /dev/null @@ -1,2841 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentInput.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:core' as $core; - -import 'package:protobuf/protobuf.dart' as $pb; - -import 'collabShared.pb.dart' as $75; -import 'shared.pb.dart' as $3; -import 'slotbooking.pb.dart' as $70; -import 'slotbooking.pbenum.dart' as $70; - -export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; - -/// Event Payload -class AppointmentCreatedPayload extends $pb.GeneratedMessage { - factory AppointmentCreatedPayload({ - $70.AppointmentType? appointmentType, - $core.Iterable<$75.Commission>? commissions, - $core.Iterable<$70.QuantityByUnit>? quantitiesByUnits, - $core.Iterable<$70.Segmentation>? segmentations, - $core.Iterable<$70.CarrierInformation>? carrierInformation, - $70.Slot? slot, - $core.Iterable<$core.String>? emails, - }) { - final $result = create(); - if (appointmentType != null) { - $result.appointmentType = appointmentType; - } - if (commissions != null) { - $result.commissions.addAll(commissions); - } - if (quantitiesByUnits != null) { - $result.quantitiesByUnits.addAll(quantitiesByUnits); - } - if (segmentations != null) { - $result.segmentations.addAll(segmentations); - } - if (carrierInformation != null) { - $result.carrierInformation.addAll(carrierInformation); - } - if (slot != null) { - $result.slot = slot; - } - if (emails != null) { - $result.emails.addAll(emails); - } - return $result; - } - AppointmentCreatedPayload._() : super(); - factory AppointmentCreatedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCreatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCreatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..e<$70.AppointmentType>(1, _omitFieldNames ? '' : 'AppointmentType', $pb.PbFieldType.OE, protoName: 'AppointmentType', defaultOrMaker: $70.AppointmentType.APPOINTMENTTYPE_UNKNOWN, valueOf: $70.AppointmentType.valueOf, enumValues: $70.AppointmentType.values) - ..pc<$75.Commission>(2, _omitFieldNames ? '' : 'Commissions', $pb.PbFieldType.PM, protoName: 'Commissions', subBuilder: $75.Commission.create) - ..pc<$70.QuantityByUnit>(3, _omitFieldNames ? '' : 'QuantitiesByUnits', $pb.PbFieldType.PM, protoName: 'QuantitiesByUnits', subBuilder: $70.QuantityByUnit.create) - ..pc<$70.Segmentation>(4, _omitFieldNames ? '' : 'Segmentations', $pb.PbFieldType.PM, protoName: 'Segmentations', subBuilder: $70.Segmentation.create) - ..pc<$70.CarrierInformation>(5, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformation.create) - ..aOM<$70.Slot>(6, _omitFieldNames ? '' : 'Slot', protoName: 'Slot', subBuilder: $70.Slot.create) - ..pPS(7, _omitFieldNames ? '' : 'Emails', protoName: 'Emails') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCreatedPayload clone() => AppointmentCreatedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCreatedPayload copyWith(void Function(AppointmentCreatedPayload) updates) => super.copyWith((message) => updates(message as AppointmentCreatedPayload)) as AppointmentCreatedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCreatedPayload create() => AppointmentCreatedPayload._(); - AppointmentCreatedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCreatedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCreatedPayload? _defaultInstance; - - /// Type of appointment : Expedition / Reception / Both - @$pb.TagNumber(1) - $70.AppointmentType get appointmentType => $_getN(0); - @$pb.TagNumber(1) - set appointmentType($70.AppointmentType v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasAppointmentType() => $_has(0); - @$pb.TagNumber(1) - void clearAppointmentType() => $_clearField(1); - - /// List of the orders and projects for which the appointment is made, with the quantities - /// TODO ?? - @$pb.TagNumber(2) - $pb.PbList<$75.Commission> get commissions => $_getList(1); - - /// Cumulative quantity for all the commissions - @$pb.TagNumber(3) - $pb.PbList<$70.QuantityByUnit> get quantitiesByUnits => $_getList(2); - - /// Set of segmentation constraining the slot booking - @$pb.TagNumber(4) - $pb.PbList<$70.Segmentation> get segmentations => $_getList(3); - - /// Required carrierInformation, some can be obligatory - @$pb.TagNumber(5) - $pb.PbList<$70.CarrierInformation> get carrierInformation => $_getList(4); - - /// The slot booked for the appointment - @$pb.TagNumber(6) - $70.Slot get slot => $_getN(5); - @$pb.TagNumber(6) - set slot($70.Slot v) { $_setField(6, v); } - @$pb.TagNumber(6) - $core.bool hasSlot() => $_has(5); - @$pb.TagNumber(6) - void clearSlot() => $_clearField(6); - @$pb.TagNumber(6) - $70.Slot ensureSlot() => $_ensure(5); - - /// User mails being notified on this appointment - /// TODO Need to add a structure to store platform user identifiers which can act on this appointment ? - @$pb.TagNumber(7) - $pb.PbList<$core.String> get emails => $_getList(6); -} - -/// Event message -class AppointmentCreatedEvent extends $pb.GeneratedMessage { - factory AppointmentCreatedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentCreatedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCreatedEvent._() : super(); - factory AppointmentCreatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCreatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCreatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCreatedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCreatedEvent clone() => AppointmentCreatedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCreatedEvent copyWith(void Function(AppointmentCreatedEvent) updates) => super.copyWith((message) => updates(message as AppointmentCreatedEvent)) as AppointmentCreatedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCreatedEvent create() => AppointmentCreatedEvent._(); - AppointmentCreatedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCreatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCreatedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCreatedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCreatedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCreatedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentCreatedRequest extends $pb.GeneratedMessage { - factory AppointmentCreatedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentCreatedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCreatedRequest._() : super(); - factory AppointmentCreatedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCreatedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCreatedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCreatedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCreatedRequest clone() => AppointmentCreatedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCreatedRequest copyWith(void Function(AppointmentCreatedRequest) updates) => super.copyWith((message) => updates(message as AppointmentCreatedRequest)) as AppointmentCreatedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCreatedRequest create() => AppointmentCreatedRequest._(); - AppointmentCreatedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCreatedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCreatedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCreatedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCreatedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCreatedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentCreatedResponse extends $pb.GeneratedMessage { - factory AppointmentCreatedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentCreatedResponse._() : super(); - factory AppointmentCreatedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCreatedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCreatedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCreatedResponse clone() => AppointmentCreatedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCreatedResponse copyWith(void Function(AppointmentCreatedResponse) updates) => super.copyWith((message) => updates(message as AppointmentCreatedResponse)) as AppointmentCreatedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCreatedResponse create() => AppointmentCreatedResponse._(); - AppointmentCreatedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCreatedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCreatedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentCanceledPayload extends $pb.GeneratedMessage { - factory AppointmentCanceledPayload() => create(); - AppointmentCanceledPayload._() : super(); - factory AppointmentCanceledPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCanceledPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCanceledPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCanceledPayload clone() => AppointmentCanceledPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCanceledPayload copyWith(void Function(AppointmentCanceledPayload) updates) => super.copyWith((message) => updates(message as AppointmentCanceledPayload)) as AppointmentCanceledPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCanceledPayload create() => AppointmentCanceledPayload._(); - AppointmentCanceledPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCanceledPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCanceledPayload? _defaultInstance; -} - -/// Event message -class AppointmentCanceledEvent extends $pb.GeneratedMessage { - factory AppointmentCanceledEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentCanceledPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCanceledEvent._() : super(); - factory AppointmentCanceledEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCanceledEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCanceledEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCanceledPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCanceledEvent clone() => AppointmentCanceledEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCanceledEvent copyWith(void Function(AppointmentCanceledEvent) updates) => super.copyWith((message) => updates(message as AppointmentCanceledEvent)) as AppointmentCanceledEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCanceledEvent create() => AppointmentCanceledEvent._(); - AppointmentCanceledEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCanceledEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCanceledEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCanceledPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCanceledPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCanceledPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentCanceledRequest extends $pb.GeneratedMessage { - factory AppointmentCanceledRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentCanceledPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCanceledRequest._() : super(); - factory AppointmentCanceledRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCanceledRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCanceledRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCanceledPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCanceledRequest clone() => AppointmentCanceledRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCanceledRequest copyWith(void Function(AppointmentCanceledRequest) updates) => super.copyWith((message) => updates(message as AppointmentCanceledRequest)) as AppointmentCanceledRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCanceledRequest create() => AppointmentCanceledRequest._(); - AppointmentCanceledRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCanceledRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCanceledRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCanceledPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCanceledPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCanceledPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentCanceledResponse extends $pb.GeneratedMessage { - factory AppointmentCanceledResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentCanceledResponse._() : super(); - factory AppointmentCanceledResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCanceledResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCanceledResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCanceledResponse clone() => AppointmentCanceledResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCanceledResponse copyWith(void Function(AppointmentCanceledResponse) updates) => super.copyWith((message) => updates(message as AppointmentCanceledResponse)) as AppointmentCanceledResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCanceledResponse create() => AppointmentCanceledResponse._(); - AppointmentCanceledResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCanceledResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCanceledResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentCarrierInformationUpdatedPayload extends $pb.GeneratedMessage { - factory AppointmentCarrierInformationUpdatedPayload({ - $core.Iterable<$70.CarrierInformation>? carrierInformation, - }) { - final $result = create(); - if (carrierInformation != null) { - $result.carrierInformation.addAll(carrierInformation); - } - return $result; - } - AppointmentCarrierInformationUpdatedPayload._() : super(); - factory AppointmentCarrierInformationUpdatedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierInformationUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc<$70.CarrierInformation>(1, _omitFieldNames ? '' : 'CarrierInformation', $pb.PbFieldType.PM, protoName: 'CarrierInformation', subBuilder: $70.CarrierInformation.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierInformationUpdatedPayload clone() => AppointmentCarrierInformationUpdatedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierInformationUpdatedPayload copyWith(void Function(AppointmentCarrierInformationUpdatedPayload) updates) => super.copyWith((message) => updates(message as AppointmentCarrierInformationUpdatedPayload)) as AppointmentCarrierInformationUpdatedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierInformationUpdatedPayload create() => AppointmentCarrierInformationUpdatedPayload._(); - AppointmentCarrierInformationUpdatedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierInformationUpdatedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierInformationUpdatedPayload? _defaultInstance; - - /// Required carrierInformation, some can be obligatory - @$pb.TagNumber(1) - $pb.PbList<$70.CarrierInformation> get carrierInformation => $_getList(0); -} - -/// Event message -class AppointmentCarrierInformationUpdatedEvent extends $pb.GeneratedMessage { - factory AppointmentCarrierInformationUpdatedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentCarrierInformationUpdatedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCarrierInformationUpdatedEvent._() : super(); - factory AppointmentCarrierInformationUpdatedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierInformationUpdatedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierInformationUpdatedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierInformationUpdatedEvent clone() => AppointmentCarrierInformationUpdatedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierInformationUpdatedEvent copyWith(void Function(AppointmentCarrierInformationUpdatedEvent) updates) => super.copyWith((message) => updates(message as AppointmentCarrierInformationUpdatedEvent)) as AppointmentCarrierInformationUpdatedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierInformationUpdatedEvent create() => AppointmentCarrierInformationUpdatedEvent._(); - AppointmentCarrierInformationUpdatedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierInformationUpdatedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierInformationUpdatedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCarrierInformationUpdatedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCarrierInformationUpdatedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCarrierInformationUpdatedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentCarrierInformationUpdatedRequest extends $pb.GeneratedMessage { - factory AppointmentCarrierInformationUpdatedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentCarrierInformationUpdatedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCarrierInformationUpdatedRequest._() : super(); - factory AppointmentCarrierInformationUpdatedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierInformationUpdatedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierInformationUpdatedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierInformationUpdatedRequest clone() => AppointmentCarrierInformationUpdatedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierInformationUpdatedRequest copyWith(void Function(AppointmentCarrierInformationUpdatedRequest) updates) => super.copyWith((message) => updates(message as AppointmentCarrierInformationUpdatedRequest)) as AppointmentCarrierInformationUpdatedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierInformationUpdatedRequest create() => AppointmentCarrierInformationUpdatedRequest._(); - AppointmentCarrierInformationUpdatedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierInformationUpdatedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierInformationUpdatedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCarrierInformationUpdatedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCarrierInformationUpdatedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCarrierInformationUpdatedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentCarrierInformationUpdatedResponse extends $pb.GeneratedMessage { - factory AppointmentCarrierInformationUpdatedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentCarrierInformationUpdatedResponse._() : super(); - factory AppointmentCarrierInformationUpdatedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierInformationUpdatedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierInformationUpdatedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierInformationUpdatedResponse clone() => AppointmentCarrierInformationUpdatedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierInformationUpdatedResponse copyWith(void Function(AppointmentCarrierInformationUpdatedResponse) updates) => super.copyWith((message) => updates(message as AppointmentCarrierInformationUpdatedResponse)) as AppointmentCarrierInformationUpdatedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierInformationUpdatedResponse create() => AppointmentCarrierInformationUpdatedResponse._(); - AppointmentCarrierInformationUpdatedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierInformationUpdatedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierInformationUpdatedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentCarrierExpectedPayload extends $pb.GeneratedMessage { - factory AppointmentCarrierExpectedPayload() => create(); - AppointmentCarrierExpectedPayload._() : super(); - factory AppointmentCarrierExpectedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierExpectedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierExpectedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierExpectedPayload clone() => AppointmentCarrierExpectedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierExpectedPayload copyWith(void Function(AppointmentCarrierExpectedPayload) updates) => super.copyWith((message) => updates(message as AppointmentCarrierExpectedPayload)) as AppointmentCarrierExpectedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierExpectedPayload create() => AppointmentCarrierExpectedPayload._(); - AppointmentCarrierExpectedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierExpectedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierExpectedPayload? _defaultInstance; -} - -/// Event message -class AppointmentCarrierExpectedEvent extends $pb.GeneratedMessage { - factory AppointmentCarrierExpectedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentCarrierExpectedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCarrierExpectedEvent._() : super(); - factory AppointmentCarrierExpectedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierExpectedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierExpectedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierExpectedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierExpectedEvent clone() => AppointmentCarrierExpectedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierExpectedEvent copyWith(void Function(AppointmentCarrierExpectedEvent) updates) => super.copyWith((message) => updates(message as AppointmentCarrierExpectedEvent)) as AppointmentCarrierExpectedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierExpectedEvent create() => AppointmentCarrierExpectedEvent._(); - AppointmentCarrierExpectedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierExpectedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierExpectedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCarrierExpectedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCarrierExpectedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCarrierExpectedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentCarrierExpectedRequest extends $pb.GeneratedMessage { - factory AppointmentCarrierExpectedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentCarrierExpectedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCarrierExpectedRequest._() : super(); - factory AppointmentCarrierExpectedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierExpectedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierExpectedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierExpectedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierExpectedRequest clone() => AppointmentCarrierExpectedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierExpectedRequest copyWith(void Function(AppointmentCarrierExpectedRequest) updates) => super.copyWith((message) => updates(message as AppointmentCarrierExpectedRequest)) as AppointmentCarrierExpectedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierExpectedRequest create() => AppointmentCarrierExpectedRequest._(); - AppointmentCarrierExpectedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierExpectedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierExpectedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCarrierExpectedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCarrierExpectedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCarrierExpectedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentCarrierExpectedResponse extends $pb.GeneratedMessage { - factory AppointmentCarrierExpectedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentCarrierExpectedResponse._() : super(); - factory AppointmentCarrierExpectedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierExpectedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierExpectedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierExpectedResponse clone() => AppointmentCarrierExpectedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierExpectedResponse copyWith(void Function(AppointmentCarrierExpectedResponse) updates) => super.copyWith((message) => updates(message as AppointmentCarrierExpectedResponse)) as AppointmentCarrierExpectedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierExpectedResponse create() => AppointmentCarrierExpectedResponse._(); - AppointmentCarrierExpectedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierExpectedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierExpectedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentCarrierArrivedPayload extends $pb.GeneratedMessage { - factory AppointmentCarrierArrivedPayload() => create(); - AppointmentCarrierArrivedPayload._() : super(); - factory AppointmentCarrierArrivedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierArrivedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierArrivedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierArrivedPayload clone() => AppointmentCarrierArrivedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierArrivedPayload copyWith(void Function(AppointmentCarrierArrivedPayload) updates) => super.copyWith((message) => updates(message as AppointmentCarrierArrivedPayload)) as AppointmentCarrierArrivedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierArrivedPayload create() => AppointmentCarrierArrivedPayload._(); - AppointmentCarrierArrivedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierArrivedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierArrivedPayload? _defaultInstance; -} - -/// Event message -class AppointmentCarrierArrivedEvent extends $pb.GeneratedMessage { - factory AppointmentCarrierArrivedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentCarrierArrivedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCarrierArrivedEvent._() : super(); - factory AppointmentCarrierArrivedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierArrivedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierArrivedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierArrivedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierArrivedEvent clone() => AppointmentCarrierArrivedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierArrivedEvent copyWith(void Function(AppointmentCarrierArrivedEvent) updates) => super.copyWith((message) => updates(message as AppointmentCarrierArrivedEvent)) as AppointmentCarrierArrivedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierArrivedEvent create() => AppointmentCarrierArrivedEvent._(); - AppointmentCarrierArrivedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierArrivedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierArrivedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCarrierArrivedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCarrierArrivedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCarrierArrivedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentCarrierArrivedRequest extends $pb.GeneratedMessage { - factory AppointmentCarrierArrivedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentCarrierArrivedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCarrierArrivedRequest._() : super(); - factory AppointmentCarrierArrivedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierArrivedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierArrivedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierArrivedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierArrivedRequest clone() => AppointmentCarrierArrivedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierArrivedRequest copyWith(void Function(AppointmentCarrierArrivedRequest) updates) => super.copyWith((message) => updates(message as AppointmentCarrierArrivedRequest)) as AppointmentCarrierArrivedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierArrivedRequest create() => AppointmentCarrierArrivedRequest._(); - AppointmentCarrierArrivedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierArrivedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierArrivedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCarrierArrivedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCarrierArrivedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCarrierArrivedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentCarrierArrivedResponse extends $pb.GeneratedMessage { - factory AppointmentCarrierArrivedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentCarrierArrivedResponse._() : super(); - factory AppointmentCarrierArrivedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierArrivedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierArrivedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierArrivedResponse clone() => AppointmentCarrierArrivedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierArrivedResponse copyWith(void Function(AppointmentCarrierArrivedResponse) updates) => super.copyWith((message) => updates(message as AppointmentCarrierArrivedResponse)) as AppointmentCarrierArrivedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierArrivedResponse create() => AppointmentCarrierArrivedResponse._(); - AppointmentCarrierArrivedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierArrivedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierArrivedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentExpeditionStartedPayload extends $pb.GeneratedMessage { - factory AppointmentExpeditionStartedPayload() => create(); - AppointmentExpeditionStartedPayload._() : super(); - factory AppointmentExpeditionStartedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentExpeditionStartedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentExpeditionStartedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionStartedPayload clone() => AppointmentExpeditionStartedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionStartedPayload copyWith(void Function(AppointmentExpeditionStartedPayload) updates) => super.copyWith((message) => updates(message as AppointmentExpeditionStartedPayload)) as AppointmentExpeditionStartedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionStartedPayload create() => AppointmentExpeditionStartedPayload._(); - AppointmentExpeditionStartedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionStartedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentExpeditionStartedPayload? _defaultInstance; -} - -/// Event message -class AppointmentExpeditionStartedEvent extends $pb.GeneratedMessage { - factory AppointmentExpeditionStartedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentExpeditionStartedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentExpeditionStartedEvent._() : super(); - factory AppointmentExpeditionStartedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentExpeditionStartedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentExpeditionStartedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentExpeditionStartedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionStartedEvent clone() => AppointmentExpeditionStartedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionStartedEvent copyWith(void Function(AppointmentExpeditionStartedEvent) updates) => super.copyWith((message) => updates(message as AppointmentExpeditionStartedEvent)) as AppointmentExpeditionStartedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionStartedEvent create() => AppointmentExpeditionStartedEvent._(); - AppointmentExpeditionStartedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionStartedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentExpeditionStartedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentExpeditionStartedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentExpeditionStartedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentExpeditionStartedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentExpeditionStartedRequest extends $pb.GeneratedMessage { - factory AppointmentExpeditionStartedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentExpeditionStartedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentExpeditionStartedRequest._() : super(); - factory AppointmentExpeditionStartedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentExpeditionStartedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentExpeditionStartedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentExpeditionStartedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionStartedRequest clone() => AppointmentExpeditionStartedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionStartedRequest copyWith(void Function(AppointmentExpeditionStartedRequest) updates) => super.copyWith((message) => updates(message as AppointmentExpeditionStartedRequest)) as AppointmentExpeditionStartedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionStartedRequest create() => AppointmentExpeditionStartedRequest._(); - AppointmentExpeditionStartedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionStartedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentExpeditionStartedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentExpeditionStartedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentExpeditionStartedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentExpeditionStartedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentExpeditionStartedResponse extends $pb.GeneratedMessage { - factory AppointmentExpeditionStartedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentExpeditionStartedResponse._() : super(); - factory AppointmentExpeditionStartedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentExpeditionStartedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentExpeditionStartedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionStartedResponse clone() => AppointmentExpeditionStartedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionStartedResponse copyWith(void Function(AppointmentExpeditionStartedResponse) updates) => super.copyWith((message) => updates(message as AppointmentExpeditionStartedResponse)) as AppointmentExpeditionStartedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionStartedResponse create() => AppointmentExpeditionStartedResponse._(); - AppointmentExpeditionStartedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionStartedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentExpeditionStartedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentExpeditionLoadedPayload extends $pb.GeneratedMessage { - factory AppointmentExpeditionLoadedPayload() => create(); - AppointmentExpeditionLoadedPayload._() : super(); - factory AppointmentExpeditionLoadedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentExpeditionLoadedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentExpeditionLoadedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionLoadedPayload clone() => AppointmentExpeditionLoadedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionLoadedPayload copyWith(void Function(AppointmentExpeditionLoadedPayload) updates) => super.copyWith((message) => updates(message as AppointmentExpeditionLoadedPayload)) as AppointmentExpeditionLoadedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionLoadedPayload create() => AppointmentExpeditionLoadedPayload._(); - AppointmentExpeditionLoadedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionLoadedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentExpeditionLoadedPayload? _defaultInstance; -} - -/// Event message -class AppointmentExpeditionLoadedEvent extends $pb.GeneratedMessage { - factory AppointmentExpeditionLoadedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentExpeditionLoadedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentExpeditionLoadedEvent._() : super(); - factory AppointmentExpeditionLoadedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentExpeditionLoadedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentExpeditionLoadedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentExpeditionLoadedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionLoadedEvent clone() => AppointmentExpeditionLoadedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionLoadedEvent copyWith(void Function(AppointmentExpeditionLoadedEvent) updates) => super.copyWith((message) => updates(message as AppointmentExpeditionLoadedEvent)) as AppointmentExpeditionLoadedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionLoadedEvent create() => AppointmentExpeditionLoadedEvent._(); - AppointmentExpeditionLoadedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionLoadedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentExpeditionLoadedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentExpeditionLoadedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentExpeditionLoadedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentExpeditionLoadedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentExpeditionLoadedRequest extends $pb.GeneratedMessage { - factory AppointmentExpeditionLoadedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentExpeditionLoadedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentExpeditionLoadedRequest._() : super(); - factory AppointmentExpeditionLoadedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentExpeditionLoadedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentExpeditionLoadedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentExpeditionLoadedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionLoadedRequest clone() => AppointmentExpeditionLoadedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionLoadedRequest copyWith(void Function(AppointmentExpeditionLoadedRequest) updates) => super.copyWith((message) => updates(message as AppointmentExpeditionLoadedRequest)) as AppointmentExpeditionLoadedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionLoadedRequest create() => AppointmentExpeditionLoadedRequest._(); - AppointmentExpeditionLoadedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionLoadedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentExpeditionLoadedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentExpeditionLoadedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentExpeditionLoadedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentExpeditionLoadedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentExpeditionLoadedResponse extends $pb.GeneratedMessage { - factory AppointmentExpeditionLoadedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentExpeditionLoadedResponse._() : super(); - factory AppointmentExpeditionLoadedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentExpeditionLoadedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentExpeditionLoadedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionLoadedResponse clone() => AppointmentExpeditionLoadedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentExpeditionLoadedResponse copyWith(void Function(AppointmentExpeditionLoadedResponse) updates) => super.copyWith((message) => updates(message as AppointmentExpeditionLoadedResponse)) as AppointmentExpeditionLoadedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionLoadedResponse create() => AppointmentExpeditionLoadedResponse._(); - AppointmentExpeditionLoadedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentExpeditionLoadedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentExpeditionLoadedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentReceptionStartedPayload extends $pb.GeneratedMessage { - factory AppointmentReceptionStartedPayload() => create(); - AppointmentReceptionStartedPayload._() : super(); - factory AppointmentReceptionStartedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentReceptionStartedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentReceptionStartedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentReceptionStartedPayload clone() => AppointmentReceptionStartedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentReceptionStartedPayload copyWith(void Function(AppointmentReceptionStartedPayload) updates) => super.copyWith((message) => updates(message as AppointmentReceptionStartedPayload)) as AppointmentReceptionStartedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentReceptionStartedPayload create() => AppointmentReceptionStartedPayload._(); - AppointmentReceptionStartedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentReceptionStartedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentReceptionStartedPayload? _defaultInstance; -} - -/// Event message -class AppointmentReceptionStartedEvent extends $pb.GeneratedMessage { - factory AppointmentReceptionStartedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentReceptionStartedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentReceptionStartedEvent._() : super(); - factory AppointmentReceptionStartedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentReceptionStartedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentReceptionStartedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentReceptionStartedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentReceptionStartedEvent clone() => AppointmentReceptionStartedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentReceptionStartedEvent copyWith(void Function(AppointmentReceptionStartedEvent) updates) => super.copyWith((message) => updates(message as AppointmentReceptionStartedEvent)) as AppointmentReceptionStartedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentReceptionStartedEvent create() => AppointmentReceptionStartedEvent._(); - AppointmentReceptionStartedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentReceptionStartedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentReceptionStartedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentReceptionStartedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentReceptionStartedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentReceptionStartedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentReceptionStartedRequest extends $pb.GeneratedMessage { - factory AppointmentReceptionStartedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentReceptionStartedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentReceptionStartedRequest._() : super(); - factory AppointmentReceptionStartedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentReceptionStartedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentReceptionStartedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentReceptionStartedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentReceptionStartedRequest clone() => AppointmentReceptionStartedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentReceptionStartedRequest copyWith(void Function(AppointmentReceptionStartedRequest) updates) => super.copyWith((message) => updates(message as AppointmentReceptionStartedRequest)) as AppointmentReceptionStartedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentReceptionStartedRequest create() => AppointmentReceptionStartedRequest._(); - AppointmentReceptionStartedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentReceptionStartedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentReceptionStartedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentReceptionStartedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentReceptionStartedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentReceptionStartedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentReceptionStartedResponse extends $pb.GeneratedMessage { - factory AppointmentReceptionStartedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentReceptionStartedResponse._() : super(); - factory AppointmentReceptionStartedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentReceptionStartedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentReceptionStartedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentReceptionStartedResponse clone() => AppointmentReceptionStartedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentReceptionStartedResponse copyWith(void Function(AppointmentReceptionStartedResponse) updates) => super.copyWith((message) => updates(message as AppointmentReceptionStartedResponse)) as AppointmentReceptionStartedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentReceptionStartedResponse create() => AppointmentReceptionStartedResponse._(); - AppointmentReceptionStartedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentReceptionStartedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentReceptionStartedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentReceptionUnloadedPayload extends $pb.GeneratedMessage { - factory AppointmentReceptionUnloadedPayload() => create(); - AppointmentReceptionUnloadedPayload._() : super(); - factory AppointmentReceptionUnloadedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentReceptionUnloadedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentReceptionUnloadedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentReceptionUnloadedPayload clone() => AppointmentReceptionUnloadedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentReceptionUnloadedPayload copyWith(void Function(AppointmentReceptionUnloadedPayload) updates) => super.copyWith((message) => updates(message as AppointmentReceptionUnloadedPayload)) as AppointmentReceptionUnloadedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentReceptionUnloadedPayload create() => AppointmentReceptionUnloadedPayload._(); - AppointmentReceptionUnloadedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentReceptionUnloadedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentReceptionUnloadedPayload? _defaultInstance; -} - -/// Event message -class AppointmentReceptionUnloadedEvent extends $pb.GeneratedMessage { - factory AppointmentReceptionUnloadedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentReceptionUnloadedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentReceptionUnloadedEvent._() : super(); - factory AppointmentReceptionUnloadedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentReceptionUnloadedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentReceptionUnloadedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentReceptionUnloadedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentReceptionUnloadedEvent clone() => AppointmentReceptionUnloadedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentReceptionUnloadedEvent copyWith(void Function(AppointmentReceptionUnloadedEvent) updates) => super.copyWith((message) => updates(message as AppointmentReceptionUnloadedEvent)) as AppointmentReceptionUnloadedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentReceptionUnloadedEvent create() => AppointmentReceptionUnloadedEvent._(); - AppointmentReceptionUnloadedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentReceptionUnloadedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentReceptionUnloadedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentReceptionUnloadedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentReceptionUnloadedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentReceptionUnloadedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentReceptionUnloadedRequest extends $pb.GeneratedMessage { - factory AppointmentReceptionUnloadedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentReceptionUnloadedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentReceptionUnloadedRequest._() : super(); - factory AppointmentReceptionUnloadedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentReceptionUnloadedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentReceptionUnloadedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentReceptionUnloadedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentReceptionUnloadedRequest clone() => AppointmentReceptionUnloadedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentReceptionUnloadedRequest copyWith(void Function(AppointmentReceptionUnloadedRequest) updates) => super.copyWith((message) => updates(message as AppointmentReceptionUnloadedRequest)) as AppointmentReceptionUnloadedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentReceptionUnloadedRequest create() => AppointmentReceptionUnloadedRequest._(); - AppointmentReceptionUnloadedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentReceptionUnloadedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentReceptionUnloadedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentReceptionUnloadedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentReceptionUnloadedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentReceptionUnloadedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentReceptionUnloadedResponse extends $pb.GeneratedMessage { - factory AppointmentReceptionUnloadedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentReceptionUnloadedResponse._() : super(); - factory AppointmentReceptionUnloadedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentReceptionUnloadedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentReceptionUnloadedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentReceptionUnloadedResponse clone() => AppointmentReceptionUnloadedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentReceptionUnloadedResponse copyWith(void Function(AppointmentReceptionUnloadedResponse) updates) => super.copyWith((message) => updates(message as AppointmentReceptionUnloadedResponse)) as AppointmentReceptionUnloadedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentReceptionUnloadedResponse create() => AppointmentReceptionUnloadedResponse._(); - AppointmentReceptionUnloadedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentReceptionUnloadedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentReceptionUnloadedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - -/// Event Payload -class AppointmentCarrierDepartedPayload extends $pb.GeneratedMessage { - factory AppointmentCarrierDepartedPayload() => create(); - AppointmentCarrierDepartedPayload._() : super(); - factory AppointmentCarrierDepartedPayload.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierDepartedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierDepartedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierDepartedPayload clone() => AppointmentCarrierDepartedPayload()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierDepartedPayload copyWith(void Function(AppointmentCarrierDepartedPayload) updates) => super.copyWith((message) => updates(message as AppointmentCarrierDepartedPayload)) as AppointmentCarrierDepartedPayload; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierDepartedPayload create() => AppointmentCarrierDepartedPayload._(); - AppointmentCarrierDepartedPayload createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierDepartedPayload getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierDepartedPayload? _defaultInstance; -} - -/// Event message -class AppointmentCarrierDepartedEvent extends $pb.GeneratedMessage { - factory AppointmentCarrierDepartedEvent({ - $3.EventHeader? header, - $3.EntityID? iD, - AppointmentCarrierDepartedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCarrierDepartedEvent._() : super(); - factory AppointmentCarrierDepartedEvent.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierDepartedEvent.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierDepartedEvent', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.EventHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.EventHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierDepartedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierDepartedEvent clone() => AppointmentCarrierDepartedEvent()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierDepartedEvent copyWith(void Function(AppointmentCarrierDepartedEvent) updates) => super.copyWith((message) => updates(message as AppointmentCarrierDepartedEvent)) as AppointmentCarrierDepartedEvent; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierDepartedEvent create() => AppointmentCarrierDepartedEvent._(); - AppointmentCarrierDepartedEvent createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierDepartedEvent getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierDepartedEvent? _defaultInstance; - - @$pb.TagNumber(1) - $3.EventHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.EventHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.EventHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCarrierDepartedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCarrierDepartedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCarrierDepartedPayload ensurePayload() => $_ensure(2); -} - -/// API Request -class AppointmentCarrierDepartedRequest extends $pb.GeneratedMessage { - factory AppointmentCarrierDepartedRequest({ - $3.RequestSiteHeader? header, - $3.EntityID? iD, - AppointmentCarrierDepartedPayload? payload, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (payload != null) { - $result.payload = payload; - } - return $result; - } - AppointmentCarrierDepartedRequest._() : super(); - factory AppointmentCarrierDepartedRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierDepartedRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierDepartedRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..aOM(3, _omitFieldNames ? '' : 'Payload', protoName: 'Payload', subBuilder: AppointmentCarrierDepartedPayload.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierDepartedRequest clone() => AppointmentCarrierDepartedRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierDepartedRequest copyWith(void Function(AppointmentCarrierDepartedRequest) updates) => super.copyWith((message) => updates(message as AppointmentCarrierDepartedRequest)) as AppointmentCarrierDepartedRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierDepartedRequest create() => AppointmentCarrierDepartedRequest._(); - AppointmentCarrierDepartedRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierDepartedRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierDepartedRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); - - @$pb.TagNumber(3) - AppointmentCarrierDepartedPayload get payload => $_getN(2); - @$pb.TagNumber(3) - set payload(AppointmentCarrierDepartedPayload v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasPayload() => $_has(2); - @$pb.TagNumber(3) - void clearPayload() => $_clearField(3); - @$pb.TagNumber(3) - AppointmentCarrierDepartedPayload ensurePayload() => $_ensure(2); -} - -/// API Response -class AppointmentCarrierDepartedResponse extends $pb.GeneratedMessage { - factory AppointmentCarrierDepartedResponse({ - $3.ResponseSiteHeader? header, - $3.EntityID? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - AppointmentCarrierDepartedResponse._() : super(); - factory AppointmentCarrierDepartedResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentCarrierDepartedResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentCarrierDepartedResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResponseSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResponseSiteHeader.create) - ..aOM<$3.EntityID>(2, _omitFieldNames ? '' : 'ID', protoName: 'ID', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentCarrierDepartedResponse clone() => AppointmentCarrierDepartedResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentCarrierDepartedResponse copyWith(void Function(AppointmentCarrierDepartedResponse) updates) => super.copyWith((message) => updates(message as AppointmentCarrierDepartedResponse)) as AppointmentCarrierDepartedResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentCarrierDepartedResponse create() => AppointmentCarrierDepartedResponse._(); - AppointmentCarrierDepartedResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentCarrierDepartedResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentCarrierDepartedResponse? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResponseSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResponseSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResponseSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $3.EntityID get iD => $_getN(1); - @$pb.TagNumber(2) - set iD($3.EntityID v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - @$pb.TagNumber(2) - $3.EntityID ensureID() => $_ensure(1); -} - - -const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names'); -const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names'); diff --git a/lib/appointmentInput.pbenum.dart b/lib/appointmentInput.pbenum.dart deleted file mode 100644 index 915fa80f..00000000 --- a/lib/appointmentInput.pbenum.dart +++ /dev/null @@ -1,11 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentInput.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - diff --git a/lib/appointmentInput.pbgrpc.dart b/lib/appointmentInput.pbgrpc.dart deleted file mode 100644 index 19d7098e..00000000 --- a/lib/appointmentInput.pbgrpc.dart +++ /dev/null @@ -1,235 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentInput.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:async' as $async; -import 'dart:core' as $core; - -import 'package:grpc/service_api.dart' as $grpc; -import 'package:protobuf/protobuf.dart' as $pb; - -import 'appointmentInput.pb.dart' as $7; - -export 'appointmentInput.pb.dart'; - -@$pb.GrpcServiceName('api.AppointmentInputAPI') -class AppointmentInputAPIClient extends $grpc.Client { - static final _$created = $grpc.ClientMethod<$7.AppointmentCreatedRequest, $7.AppointmentCreatedResponse>( - '/api.AppointmentInputAPI/Created', - ($7.AppointmentCreatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentCreatedResponse.fromBuffer(value)); - static final _$canceled = $grpc.ClientMethod<$7.AppointmentCanceledRequest, $7.AppointmentCanceledResponse>( - '/api.AppointmentInputAPI/Canceled', - ($7.AppointmentCanceledRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentCanceledResponse.fromBuffer(value)); - static final _$carrierInformationUpdated = $grpc.ClientMethod<$7.AppointmentCarrierInformationUpdatedRequest, $7.AppointmentCarrierInformationUpdatedResponse>( - '/api.AppointmentInputAPI/CarrierInformationUpdated', - ($7.AppointmentCarrierInformationUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentCarrierInformationUpdatedResponse.fromBuffer(value)); - static final _$carrierExpected = $grpc.ClientMethod<$7.AppointmentCarrierExpectedRequest, $7.AppointmentCarrierExpectedResponse>( - '/api.AppointmentInputAPI/CarrierExpected', - ($7.AppointmentCarrierExpectedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentCarrierExpectedResponse.fromBuffer(value)); - static final _$carrierArrived = $grpc.ClientMethod<$7.AppointmentCarrierArrivedRequest, $7.AppointmentCarrierArrivedResponse>( - '/api.AppointmentInputAPI/CarrierArrived', - ($7.AppointmentCarrierArrivedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentCarrierArrivedResponse.fromBuffer(value)); - static final _$expeditionStarted = $grpc.ClientMethod<$7.AppointmentExpeditionStartedRequest, $7.AppointmentExpeditionStartedResponse>( - '/api.AppointmentInputAPI/ExpeditionStarted', - ($7.AppointmentExpeditionStartedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentExpeditionStartedResponse.fromBuffer(value)); - static final _$expeditionLoaded = $grpc.ClientMethod<$7.AppointmentExpeditionLoadedRequest, $7.AppointmentExpeditionLoadedResponse>( - '/api.AppointmentInputAPI/ExpeditionLoaded', - ($7.AppointmentExpeditionLoadedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentExpeditionLoadedResponse.fromBuffer(value)); - static final _$receptionStarted = $grpc.ClientMethod<$7.AppointmentReceptionStartedRequest, $7.AppointmentReceptionStartedResponse>( - '/api.AppointmentInputAPI/ReceptionStarted', - ($7.AppointmentReceptionStartedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentReceptionStartedResponse.fromBuffer(value)); - static final _$receptionUnloaded = $grpc.ClientMethod<$7.AppointmentReceptionUnloadedRequest, $7.AppointmentReceptionUnloadedResponse>( - '/api.AppointmentInputAPI/ReceptionUnloaded', - ($7.AppointmentReceptionUnloadedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentReceptionUnloadedResponse.fromBuffer(value)); - static final _$carrierDeparted = $grpc.ClientMethod<$7.AppointmentCarrierDepartedRequest, $7.AppointmentCarrierDepartedResponse>( - '/api.AppointmentInputAPI/CarrierDeparted', - ($7.AppointmentCarrierDepartedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $7.AppointmentCarrierDepartedResponse.fromBuffer(value)); - - AppointmentInputAPIClient(super.channel, {super.options, super.interceptors}); - - $grpc.ResponseFuture<$7.AppointmentCreatedResponse> created($7.AppointmentCreatedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$created, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentCanceledResponse> canceled($7.AppointmentCanceledRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$canceled, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated($7.AppointmentCarrierInformationUpdatedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$carrierInformationUpdated, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentCarrierExpectedResponse> carrierExpected($7.AppointmentCarrierExpectedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$carrierExpected, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentCarrierArrivedResponse> carrierArrived($7.AppointmentCarrierArrivedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$carrierArrived, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentExpeditionStartedResponse> expeditionStarted($7.AppointmentExpeditionStartedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$expeditionStarted, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentExpeditionLoadedResponse> expeditionLoaded($7.AppointmentExpeditionLoadedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$expeditionLoaded, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentReceptionStartedResponse> receptionStarted($7.AppointmentReceptionStartedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$receptionStarted, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentReceptionUnloadedResponse> receptionUnloaded($7.AppointmentReceptionUnloadedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$receptionUnloaded, request, options: options); - } - - $grpc.ResponseFuture<$7.AppointmentCarrierDepartedResponse> carrierDeparted($7.AppointmentCarrierDepartedRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$carrierDeparted, request, options: options); - } -} - -@$pb.GrpcServiceName('api.AppointmentInputAPI') -abstract class AppointmentInputAPIServiceBase extends $grpc.Service { - $core.String get $name => 'api.AppointmentInputAPI'; - - AppointmentInputAPIServiceBase() { - $addMethod($grpc.ServiceMethod<$7.AppointmentCreatedRequest, $7.AppointmentCreatedResponse>( - 'Created', - created_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentCreatedRequest.fromBuffer(value), - ($7.AppointmentCreatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentCanceledRequest, $7.AppointmentCanceledResponse>( - 'Canceled', - canceled_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentCanceledRequest.fromBuffer(value), - ($7.AppointmentCanceledResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentCarrierInformationUpdatedRequest, $7.AppointmentCarrierInformationUpdatedResponse>( - 'CarrierInformationUpdated', - carrierInformationUpdated_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentCarrierInformationUpdatedRequest.fromBuffer(value), - ($7.AppointmentCarrierInformationUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentCarrierExpectedRequest, $7.AppointmentCarrierExpectedResponse>( - 'CarrierExpected', - carrierExpected_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentCarrierExpectedRequest.fromBuffer(value), - ($7.AppointmentCarrierExpectedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentCarrierArrivedRequest, $7.AppointmentCarrierArrivedResponse>( - 'CarrierArrived', - carrierArrived_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentCarrierArrivedRequest.fromBuffer(value), - ($7.AppointmentCarrierArrivedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentExpeditionStartedRequest, $7.AppointmentExpeditionStartedResponse>( - 'ExpeditionStarted', - expeditionStarted_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentExpeditionStartedRequest.fromBuffer(value), - ($7.AppointmentExpeditionStartedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentExpeditionLoadedRequest, $7.AppointmentExpeditionLoadedResponse>( - 'ExpeditionLoaded', - expeditionLoaded_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentExpeditionLoadedRequest.fromBuffer(value), - ($7.AppointmentExpeditionLoadedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentReceptionStartedRequest, $7.AppointmentReceptionStartedResponse>( - 'ReceptionStarted', - receptionStarted_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentReceptionStartedRequest.fromBuffer(value), - ($7.AppointmentReceptionStartedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentReceptionUnloadedRequest, $7.AppointmentReceptionUnloadedResponse>( - 'ReceptionUnloaded', - receptionUnloaded_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentReceptionUnloadedRequest.fromBuffer(value), - ($7.AppointmentReceptionUnloadedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$7.AppointmentCarrierDepartedRequest, $7.AppointmentCarrierDepartedResponse>( - 'CarrierDeparted', - carrierDeparted_Pre, - false, - false, - ($core.List<$core.int> value) => $7.AppointmentCarrierDepartedRequest.fromBuffer(value), - ($7.AppointmentCarrierDepartedResponse value) => value.writeToBuffer())); - } - - $async.Future<$7.AppointmentCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCreatedRequest> $request) async { - return created($call, await $request); - } - - $async.Future<$7.AppointmentCanceledResponse> canceled_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCanceledRequest> $request) async { - return canceled($call, await $request); - } - - $async.Future<$7.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCarrierInformationUpdatedRequest> $request) async { - return carrierInformationUpdated($call, await $request); - } - - $async.Future<$7.AppointmentCarrierExpectedResponse> carrierExpected_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCarrierExpectedRequest> $request) async { - return carrierExpected($call, await $request); - } - - $async.Future<$7.AppointmentCarrierArrivedResponse> carrierArrived_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCarrierArrivedRequest> $request) async { - return carrierArrived($call, await $request); - } - - $async.Future<$7.AppointmentExpeditionStartedResponse> expeditionStarted_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentExpeditionStartedRequest> $request) async { - return expeditionStarted($call, await $request); - } - - $async.Future<$7.AppointmentExpeditionLoadedResponse> expeditionLoaded_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentExpeditionLoadedRequest> $request) async { - return expeditionLoaded($call, await $request); - } - - $async.Future<$7.AppointmentReceptionStartedResponse> receptionStarted_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentReceptionStartedRequest> $request) async { - return receptionStarted($call, await $request); - } - - $async.Future<$7.AppointmentReceptionUnloadedResponse> receptionUnloaded_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentReceptionUnloadedRequest> $request) async { - return receptionUnloaded($call, await $request); - } - - $async.Future<$7.AppointmentCarrierDepartedResponse> carrierDeparted_Pre($grpc.ServiceCall $call, $async.Future<$7.AppointmentCarrierDepartedRequest> $request) async { - return carrierDeparted($call, await $request); - } - - $async.Future<$7.AppointmentCreatedResponse> created($grpc.ServiceCall call, $7.AppointmentCreatedRequest request); - $async.Future<$7.AppointmentCanceledResponse> canceled($grpc.ServiceCall call, $7.AppointmentCanceledRequest request); - $async.Future<$7.AppointmentCarrierInformationUpdatedResponse> carrierInformationUpdated($grpc.ServiceCall call, $7.AppointmentCarrierInformationUpdatedRequest request); - $async.Future<$7.AppointmentCarrierExpectedResponse> carrierExpected($grpc.ServiceCall call, $7.AppointmentCarrierExpectedRequest request); - $async.Future<$7.AppointmentCarrierArrivedResponse> carrierArrived($grpc.ServiceCall call, $7.AppointmentCarrierArrivedRequest request); - $async.Future<$7.AppointmentExpeditionStartedResponse> expeditionStarted($grpc.ServiceCall call, $7.AppointmentExpeditionStartedRequest request); - $async.Future<$7.AppointmentExpeditionLoadedResponse> expeditionLoaded($grpc.ServiceCall call, $7.AppointmentExpeditionLoadedRequest request); - $async.Future<$7.AppointmentReceptionStartedResponse> receptionStarted($grpc.ServiceCall call, $7.AppointmentReceptionStartedRequest request); - $async.Future<$7.AppointmentReceptionUnloadedResponse> receptionUnloaded($grpc.ServiceCall call, $7.AppointmentReceptionUnloadedRequest request); - $async.Future<$7.AppointmentCarrierDepartedResponse> carrierDeparted($grpc.ServiceCall call, $7.AppointmentCarrierDepartedRequest request); -} diff --git a/lib/appointmentInput.pbjson.dart b/lib/appointmentInput.pbjson.dart deleted file mode 100644 index b1e68219..00000000 --- a/lib/appointmentInput.pbjson.dart +++ /dev/null @@ -1,693 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentInput.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:convert' as $convert; -import 'dart:core' as $core; -import 'dart:typed_data' as $typed_data; - -@$core.Deprecated('Use appointmentCreatedPayloadDescriptor instead') -const AppointmentCreatedPayload$json = { - '1': 'AppointmentCreatedPayload', - '2': [ - {'1': 'AppointmentType', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentType', '8': {}, '10': 'AppointmentType'}, - {'1': 'Commissions', '3': 2, '4': 3, '5': 11, '6': '.api.Commission', '8': {}, '10': 'Commissions'}, - {'1': 'QuantitiesByUnits', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'QuantitiesByUnits'}, - {'1': 'Segmentations', '3': 4, '4': 3, '5': 11, '6': '.api.Segmentation', '10': 'Segmentations'}, - {'1': 'CarrierInformation', '3': 5, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'}, - {'1': 'Slot', '3': 6, '4': 1, '5': 11, '6': '.api.Slot', '10': 'Slot'}, - {'1': 'Emails', '3': 7, '4': 3, '5': 9, '8': {}, '10': 'Emails'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCreatedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCreatedPayloadDescriptor = $convert.base64Decode( - 'ChlBcHBvaW50bWVudENyZWF0ZWRQYXlsb2FkEkgKD0FwcG9pbnRtZW50VHlwZRgBIAEoDjIULm' - 'FwaS5BcHBvaW50bWVudFR5cGVCCPpCBYIBAhABUg9BcHBvaW50bWVudFR5cGUSOwoLQ29tbWlz' - 'c2lvbnMYAiADKAsyDy5hcGkuQ29tbWlzc2lvbkII+kIFkgECCAFSC0NvbW1pc3Npb25zEksKEV' - 'F1YW50aXRpZXNCeVVuaXRzGAMgAygLMhMuYXBpLlF1YW50aXR5QnlVbml0Qgj6QgWSAQIIAVIR' - 'UXVhbnRpdGllc0J5VW5pdHMSNwoNU2VnbWVudGF0aW9ucxgEIAMoCzIRLmFwaS5TZWdtZW50YX' - 'Rpb25SDVNlZ21lbnRhdGlvbnMSRwoSQ2FycmllckluZm9ybWF0aW9uGAUgAygLMhcuYXBpLkNh' - 'cnJpZXJJbmZvcm1hdGlvblISQ2FycmllckluZm9ybWF0aW9uEh0KBFNsb3QYBiABKAsyCS5hcG' - 'kuU2xvdFIEU2xvdBJ9CgZFbWFpbHMYByADKAlCZZJBUTIdTXVzdCBiZSBhIHZhbGlkIGVtYWls' - 'IGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxleC5jb2' - '0iXfpCDpIBCwgBIgdyBWAB8AEBUgZFbWFpbHM6PpJBIwohMg1FdmVudCBQYXlsb2Fk0gEPQXBw' - 'b2ludG1lbnRUeXBlorsYBUV2ZW50qLsYAbq7GAdDcmVhdGVk'); - -@$core.Deprecated('Use appointmentCreatedEventDescriptor instead') -const AppointmentCreatedEvent$json = { - '1': 'AppointmentCreatedEvent', - '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.AppointmentCreatedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCreatedEventDescriptor = $convert.base64Decode( - 'ChdBcHBvaW50bWVudENyZWF0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZW' - 'FkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCPpCBYoB' - 'AhABUgJJRBJCCgdQYXlsb2FkGAMgASgLMh4uYXBpLkFwcG9pbnRtZW50Q3JlYXRlZFBheWxvYW' - 'RCCPpCBYoBAhABUgdQYXlsb2FkOjGSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAVF' - 'dmVudLq7GAdDcmVhdGVk'); - -@$core.Deprecated('Use appointmentCreatedRequestDescriptor instead') -const AppointmentCreatedRequest$json = { - '1': 'AppointmentCreatedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentCreatedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCreatedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCreatedRequestDescriptor = $convert.base64Decode( - 'ChlBcHBvaW50bWVudENyZWF0ZWRSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLmFwaS5SZXF1ZX' - 'N0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ' - 'REII+kIFigECEAFSAklEEkIKB1BheWxvYWQYAyABKAsyHi5hcGkuQXBwb2ludG1lbnRDcmVhdG' - 'VkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6M5JBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXls' - 'b2FkorsYB1JlcXVlc3S6uxgHQ3JlYXRlZA=='); - -@$core.Deprecated('Use appointmentCreatedResponseDescriptor instead') -const AppointmentCreatedResponse$json = { - '1': 'AppointmentCreatedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCreatedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCreatedResponseDescriptor = $convert.base64Decode( - 'ChpBcHBvaW50bWVudENyZWF0ZWRSZXNwb25zZRIvCgZIZWFkZXIYASABKAsyFy5hcGkuUmVzcG' - '9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEOhei' - 'uxgIUmVzcG9uc2W6uxgHQ3JlYXRlZA=='); - -@$core.Deprecated('Use appointmentCanceledPayloadDescriptor instead') -const AppointmentCanceledPayload$json = { - '1': 'AppointmentCanceledPayload', - '7': {}, -}; - -/// Descriptor for `AppointmentCanceledPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCanceledPayloadDescriptor = $convert.base64Decode( - 'ChpBcHBvaW50bWVudENhbmNlbGVkUGF5bG9hZDotkkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRX' - 'ZlbnSouxgBursYCENhbmNlbGVk'); - -@$core.Deprecated('Use appointmentCanceledEventDescriptor instead') -const AppointmentCanceledEvent$json = { - '1': 'AppointmentCanceledEvent', - '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.AppointmentCanceledPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCanceledEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCanceledEventDescriptor = $convert.base64Decode( - 'ChhBcHBvaW50bWVudENhbmNlbGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SG' - 'VhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgj6QgWK' - 'AQIQAVICSUQSQwoHUGF5bG9hZBgDIAEoCzIfLmFwaS5BcHBvaW50bWVudENhbmNlbGVkUGF5bG' - '9hZEII+kIFigECEAFSB1BheWxvYWQ6MpJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsY' - 'BUV2ZW50ursYCENhbmNlbGVk'); - -@$core.Deprecated('Use appointmentCanceledRequestDescriptor instead') -const AppointmentCanceledRequest$json = { - '1': 'AppointmentCanceledRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentCanceledPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCanceledRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCanceledRequestDescriptor = $convert.base64Decode( - 'ChpBcHBvaW50bWVudENhbmNlbGVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcGkuUmVxdW' - 'VzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5' - 'SURCCPpCBYoBAhABUgJJRBJDCgdQYXlsb2FkGAMgASgLMh8uYXBpLkFwcG9pbnRtZW50Q2FuY2' - 'VsZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo0kkEaChjSAQZIZWFkZXLSAQJJRNIBB1Bh' - 'eWxvYWSiuxgHUmVxdWVzdLq7GAhDYW5jZWxlZA=='); - -@$core.Deprecated('Use appointmentCanceledResponseDescriptor instead') -const AppointmentCanceledResponse$json = { - '1': 'AppointmentCanceledResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCanceledResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCanceledResponseDescriptor = $convert.base64Decode( - 'ChtBcHBvaW50bWVudENhbmNlbGVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMhcuYXBpLlJlc3' - 'BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoY' - 'orsYCFJlc3BvbnNlursYCENhbmNlbGVk'); - -@$core.Deprecated('Use appointmentCarrierInformationUpdatedPayloadDescriptor instead') -const AppointmentCarrierInformationUpdatedPayload$json = { - '1': 'AppointmentCarrierInformationUpdatedPayload', - '2': [ - {'1': 'CarrierInformation', '3': 1, '4': 3, '5': 11, '6': '.api.CarrierInformation', '10': 'CarrierInformation'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierInformationUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierInformationUpdatedPayloadDescriptor = $convert.base64Decode( - 'CitBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRQYXlsb2FkEkcKEkNhcnJpZX' - 'JJbmZvcm1hdGlvbhgBIAMoCzIXLmFwaS5DYXJyaWVySW5mb3JtYXRpb25SEkNhcnJpZXJJbmZv' - 'cm1hdGlvbjo+kkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYGUNhcnJpZXJJbm' - 'Zvcm1hdGlvblVwZGF0ZWQ='); - -@$core.Deprecated('Use appointmentCarrierInformationUpdatedEventDescriptor instead') -const AppointmentCarrierInformationUpdatedEvent$json = { - '1': 'AppointmentCarrierInformationUpdatedEvent', - '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.AppointmentCarrierInformationUpdatedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierInformationUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierInformationUpdatedEventDescriptor = $convert.base64Decode( - 'CilBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRFdmVudBIyCgZIZWFkZXIYAS' - 'ABKAsyEC5hcGkuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5h' - 'cGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJUCgdQYXlsb2FkGAMgASgLMjAuYXBpLkFwcG9pbn' - 'RtZW50Q2FycmllckluZm9ybWF0aW9uVXBkYXRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2Fk' - 'OkOSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBlDYXJyaWVySW5mb3' - 'JtYXRpb25VcGRhdGVk'); - -@$core.Deprecated('Use appointmentCarrierInformationUpdatedRequestDescriptor instead') -const AppointmentCarrierInformationUpdatedRequest$json = { - '1': 'AppointmentCarrierInformationUpdatedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentCarrierInformationUpdatedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierInformationUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierInformationUpdatedRequestDescriptor = $convert.base64Decode( - 'CitBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRSZXF1ZXN0EjgKBkhlYWRlch' - 'gBIAEoCzIWLmFwaS5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgC' - 'IAEoCzINLmFwaS5FbnRpdHlJREII+kIFigECEAFSAklEElQKB1BheWxvYWQYAyABKAsyMC5hcG' - 'kuQXBwb2ludG1lbnRDYXJyaWVySW5mb3JtYXRpb25VcGRhdGVkUGF5bG9hZEII+kIFigECEAFS' - 'B1BheWxvYWQ6RZJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgZQ2' - 'FycmllckluZm9ybWF0aW9uVXBkYXRlZA=='); - -@$core.Deprecated('Use appointmentCarrierInformationUpdatedResponseDescriptor instead') -const AppointmentCarrierInformationUpdatedResponse$json = { - '1': 'AppointmentCarrierInformationUpdatedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierInformationUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierInformationUpdatedResponseDescriptor = $convert.base64Decode( - 'CixBcHBvaW50bWVudENhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRSZXNwb25zZRIvCgZIZWFkZX' - 'IYASABKAsyFy5hcGkuUmVzcG9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5h' - 'cGkuRW50aXR5SURSAklEOimiuxgIUmVzcG9uc2W6uxgZQ2FycmllckluZm9ybWF0aW9uVXBkYX' - 'RlZA=='); - -@$core.Deprecated('Use appointmentCarrierExpectedPayloadDescriptor instead') -const AppointmentCarrierExpectedPayload$json = { - '1': 'AppointmentCarrierExpectedPayload', - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierExpectedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierExpectedPayloadDescriptor = $convert.base64Decode( - 'CiFBcHBvaW50bWVudENhcnJpZXJFeHBlY3RlZFBheWxvYWQ6NJJBEQoPMg1FdmVudCBQYXlsb2' - 'FkorsYBUV2ZW50qLsYAbq7GA9DYXJyaWVyRXhwZWN0ZWQ='); - -@$core.Deprecated('Use appointmentCarrierExpectedEventDescriptor instead') -const AppointmentCarrierExpectedEvent$json = { - '1': 'AppointmentCarrierExpectedEvent', - '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.AppointmentCarrierExpectedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierExpectedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierExpectedEventDescriptor = $convert.base64Decode( - 'Ch9BcHBvaW50bWVudENhcnJpZXJFeHBlY3RlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS' - '5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ' - 'REII+kIFigECEAFSAklEEkoKB1BheWxvYWQYAyABKAsyJi5hcGkuQXBwb2ludG1lbnRDYXJyaW' - 'VyRXhwZWN0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo5kkEaChjSAQZIZWFkZXLSAQJJ' - 'RNIBB1BheWxvYWSiuxgFRXZlbnS6uxgPQ2FycmllckV4cGVjdGVk'); - -@$core.Deprecated('Use appointmentCarrierExpectedRequestDescriptor instead') -const AppointmentCarrierExpectedRequest$json = { - '1': 'AppointmentCarrierExpectedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentCarrierExpectedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierExpectedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierExpectedRequestDescriptor = $convert.base64Decode( - 'CiFBcHBvaW50bWVudENhcnJpZXJFeHBlY3RlZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYX' - 'BpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBp' - 'LkVudGl0eUlEQgj6QgWKAQIQAVICSUQSSgoHUGF5bG9hZBgDIAEoCzImLmFwaS5BcHBvaW50bW' - 'VudENhcnJpZXJFeHBlY3RlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjuSQRoKGNIBBkhl' - 'YWRlctIBAklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYD0NhcnJpZXJFeHBlY3RlZA=='); - -@$core.Deprecated('Use appointmentCarrierExpectedResponseDescriptor instead') -const AppointmentCarrierExpectedResponse$json = { - '1': 'AppointmentCarrierExpectedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierExpectedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierExpectedResponseDescriptor = $convert.base64Decode( - 'CiJBcHBvaW50bWVudENhcnJpZXJFeHBlY3RlZFJlc3BvbnNlEi8KBkhlYWRlchgBIAEoCzIXLm' - 'FwaS5SZXNwb25zZVNpdGVIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ' - 'RFICSUQ6H6K7GAhSZXNwb25zZbq7GA9DYXJyaWVyRXhwZWN0ZWQ='); - -@$core.Deprecated('Use appointmentCarrierArrivedPayloadDescriptor instead') -const AppointmentCarrierArrivedPayload$json = { - '1': 'AppointmentCarrierArrivedPayload', - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierArrivedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierArrivedPayloadDescriptor = $convert.base64Decode( - 'CiBBcHBvaW50bWVudENhcnJpZXJBcnJpdmVkUGF5bG9hZDozkkERCg8yDUV2ZW50IFBheWxvYW' - 'SiuxgFRXZlbnSouxgBursYDkNhcnJpZXJBcnJpdmVk'); - -@$core.Deprecated('Use appointmentCarrierArrivedEventDescriptor instead') -const AppointmentCarrierArrivedEvent$json = { - '1': 'AppointmentCarrierArrivedEvent', - '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.AppointmentCarrierArrivedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierArrivedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierArrivedEventDescriptor = $convert.base64Decode( - 'Ch5BcHBvaW50bWVudENhcnJpZXJBcnJpdmVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYXBpLk' - 'V2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE' - 'Qgj6QgWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIlLmFwaS5BcHBvaW50bWVudENhcnJpZX' - 'JBcnJpdmVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6OJJBGgoY0gEGSGVhZGVy0gECSUTS' - 'AQdQYXlsb2FkorsYBUV2ZW50ursYDkNhcnJpZXJBcnJpdmVk'); - -@$core.Deprecated('Use appointmentCarrierArrivedRequestDescriptor instead') -const AppointmentCarrierArrivedRequest$json = { - '1': 'AppointmentCarrierArrivedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentCarrierArrivedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierArrivedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierArrivedRequestDescriptor = $convert.base64Decode( - 'CiBBcHBvaW50bWVudENhcnJpZXJBcnJpdmVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcG' - 'kuUmVxdWVzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGku' - 'RW50aXR5SURCCPpCBYoBAhABUgJJRBJJCgdQYXlsb2FkGAMgASgLMiUuYXBpLkFwcG9pbnRtZW' - '50Q2FycmllckFycml2ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo6kkEaChjSAQZIZWFk' - 'ZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GA5DYXJyaWVyQXJyaXZlZA=='); - -@$core.Deprecated('Use appointmentCarrierArrivedResponseDescriptor instead') -const AppointmentCarrierArrivedResponse$json = { - '1': 'AppointmentCarrierArrivedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierArrivedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierArrivedResponseDescriptor = $convert.base64Decode( - 'CiFBcHBvaW50bWVudENhcnJpZXJBcnJpdmVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMhcuYX' - 'BpLlJlc3BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlE' - 'UgJJRDoeorsYCFJlc3BvbnNlursYDkNhcnJpZXJBcnJpdmVk'); - -@$core.Deprecated('Use appointmentExpeditionStartedPayloadDescriptor instead') -const AppointmentExpeditionStartedPayload$json = { - '1': 'AppointmentExpeditionStartedPayload', - '7': {}, -}; - -/// Descriptor for `AppointmentExpeditionStartedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentExpeditionStartedPayloadDescriptor = $convert.base64Decode( - 'CiNBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUGF5bG9hZDo2kkERCg8yDUV2ZW50IFBheW' - 'xvYWSiuxgFRXZlbnSouxgBursYEUV4cGVkaXRpb25TdGFydGVk'); - -@$core.Deprecated('Use appointmentExpeditionStartedEventDescriptor instead') -const AppointmentExpeditionStartedEvent$json = { - '1': 'AppointmentExpeditionStartedEvent', - '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'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentExpeditionStartedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentExpeditionStartedEventDescriptor = $convert.base64Decode( - 'CiFBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX' - 'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0' - 'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5BcHBvaW50bWVudEV4cG' - 'VkaXRpb25TdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6O5JBGgoY0gEGSGVhZGVy' - '0gECSUTSAQdQYXlsb2FkorsYBUV2ZW50ursYEUV4cGVkaXRpb25TdGFydGVk'); - -@$core.Deprecated('Use appointmentExpeditionStartedRequestDescriptor instead') -const AppointmentExpeditionStartedRequest$json = { - '1': 'AppointmentExpeditionStartedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentExpeditionStartedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentExpeditionStartedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentExpeditionStartedRequestDescriptor = $convert.base64Decode( - 'CiNBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi' - '5hcGkuUmVxdWVzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5h' - 'cGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJMCgdQYXlsb2FkGAMgASgLMiguYXBpLkFwcG9pbn' - 'RtZW50RXhwZWRpdGlvblN0YXJ0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo9kkEaChjS' - 'AQZIZWFkZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GBFFeHBlZGl0aW9uU3RhcnRlZA' - '=='); - -@$core.Deprecated('Use appointmentExpeditionStartedResponseDescriptor instead') -const AppointmentExpeditionStartedResponse$json = { - '1': 'AppointmentExpeditionStartedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentExpeditionStartedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentExpeditionStartedResponseDescriptor = $convert.base64Decode( - 'CiRBcHBvaW50bWVudEV4cGVkaXRpb25TdGFydGVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMh' - 'cuYXBpLlJlc3BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0' - 'eUlEUgJJRDohorsYCFJlc3BvbnNlursYEUV4cGVkaXRpb25TdGFydGVk'); - -@$core.Deprecated('Use appointmentExpeditionLoadedPayloadDescriptor instead') -const AppointmentExpeditionLoadedPayload$json = { - '1': 'AppointmentExpeditionLoadedPayload', - '7': {}, -}; - -/// Descriptor for `AppointmentExpeditionLoadedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentExpeditionLoadedPayloadDescriptor = $convert.base64Decode( - 'CiJBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRQYXlsb2FkOjWSQREKDzINRXZlbnQgUGF5bG' - '9hZKK7GAVFdmVudKi7GAG6uxgQRXhwZWRpdGlvbkxvYWRlZA=='); - -@$core.Deprecated('Use appointmentExpeditionLoadedEventDescriptor instead') -const AppointmentExpeditionLoadedEvent$json = { - '1': 'AppointmentExpeditionLoadedEvent', - '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'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentExpeditionLoadedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentExpeditionLoadedEventDescriptor = $convert.base64Decode( - 'CiBBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG' - 'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5' - 'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50RXhwZW' - 'RpdGlvbkxvYWRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjqSQRoKGNIBBkhlYWRlctIB' - 'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBFeHBlZGl0aW9uTG9hZGVk'); - -@$core.Deprecated('Use appointmentExpeditionLoadedRequestDescriptor instead') -const AppointmentExpeditionLoadedRequest$json = { - '1': 'AppointmentExpeditionLoadedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentExpeditionLoadedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentExpeditionLoadedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentExpeditionLoadedRequestDescriptor = $convert.base64Decode( - 'CiJBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLm' - 'FwaS5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFw' - 'aS5FbnRpdHlJREII+kIFigECEAFSAklEEksKB1BheWxvYWQYAyABKAsyJy5hcGkuQXBwb2ludG' - '1lbnRFeHBlZGl0aW9uTG9hZGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY0gEG' - 'SGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQRXhwZWRpdGlvbkxvYWRlZA=='); - -@$core.Deprecated('Use appointmentExpeditionLoadedResponseDescriptor instead') -const AppointmentExpeditionLoadedResponse$json = { - '1': 'AppointmentExpeditionLoadedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentExpeditionLoadedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentExpeditionLoadedResponseDescriptor = $convert.base64Decode( - 'CiNBcHBvaW50bWVudEV4cGVkaXRpb25Mb2FkZWRSZXNwb25zZRIvCgZIZWFkZXIYASABKAsyFy' - '5hcGkuUmVzcG9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5' - 'SURSAklEOiCiuxgIUmVzcG9uc2W6uxgQRXhwZWRpdGlvbkxvYWRlZA=='); - -@$core.Deprecated('Use appointmentReceptionStartedPayloadDescriptor instead') -const AppointmentReceptionStartedPayload$json = { - '1': 'AppointmentReceptionStartedPayload', - '7': {}, -}; - -/// Descriptor for `AppointmentReceptionStartedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentReceptionStartedPayloadDescriptor = $convert.base64Decode( - 'CiJBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRQYXlsb2FkOjWSQREKDzINRXZlbnQgUGF5bG' - '9hZKK7GAVFdmVudKi7GAG6uxgQUmVjZXB0aW9uU3RhcnRlZA=='); - -@$core.Deprecated('Use appointmentReceptionStartedEventDescriptor instead') -const AppointmentReceptionStartedEvent$json = { - '1': 'AppointmentReceptionStartedEvent', - '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'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentReceptionStartedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentReceptionStartedEventDescriptor = $convert.base64Decode( - 'CiBBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRFdmVudBIyCgZIZWFkZXIYASABKAsyEC5hcG' - 'kuRXZlbnRIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5hcGkuRW50aXR5' - 'SURCCPpCBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMicuYXBpLkFwcG9pbnRtZW50UmVjZX' - 'B0aW9uU3RhcnRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjqSQRoKGNIBBkhlYWRlctIB' - 'AklE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBBSZWNlcHRpb25TdGFydGVk'); - -@$core.Deprecated('Use appointmentReceptionStartedRequestDescriptor instead') -const AppointmentReceptionStartedRequest$json = { - '1': 'AppointmentReceptionStartedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentReceptionStartedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentReceptionStartedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentReceptionStartedRequestDescriptor = $convert.base64Decode( - 'CiJBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLm' - 'FwaS5SZXF1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFw' - 'aS5FbnRpdHlJREII+kIFigECEAFSAklEEksKB1BheWxvYWQYAyABKAsyJy5hcGkuQXBwb2ludG' - '1lbnRSZWNlcHRpb25TdGFydGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6PJJBGgoY0gEG' - 'SGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgQUmVjZXB0aW9uU3RhcnRlZA=='); - -@$core.Deprecated('Use appointmentReceptionStartedResponseDescriptor instead') -const AppointmentReceptionStartedResponse$json = { - '1': 'AppointmentReceptionStartedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentReceptionStartedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentReceptionStartedResponseDescriptor = $convert.base64Decode( - 'CiNBcHBvaW50bWVudFJlY2VwdGlvblN0YXJ0ZWRSZXNwb25zZRIvCgZIZWFkZXIYASABKAsyFy' - '5hcGkuUmVzcG9uc2VTaXRlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5' - 'SURSAklEOiCiuxgIUmVzcG9uc2W6uxgQUmVjZXB0aW9uU3RhcnRlZA=='); - -@$core.Deprecated('Use appointmentReceptionUnloadedPayloadDescriptor instead') -const AppointmentReceptionUnloadedPayload$json = { - '1': 'AppointmentReceptionUnloadedPayload', - '7': {}, -}; - -/// Descriptor for `AppointmentReceptionUnloadedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentReceptionUnloadedPayloadDescriptor = $convert.base64Decode( - 'CiNBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUGF5bG9hZDo2kkERCg8yDUV2ZW50IFBheW' - 'xvYWSiuxgFRXZlbnSouxgBursYEVJlY2VwdGlvblVubG9hZGVk'); - -@$core.Deprecated('Use appointmentReceptionUnloadedEventDescriptor instead') -const AppointmentReceptionUnloadedEvent$json = { - '1': 'AppointmentReceptionUnloadedEvent', - '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'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentReceptionUnloadedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentReceptionUnloadedEventDescriptor = $convert.base64Decode( - 'CiFBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkRXZlbnQSMgoGSGVhZGVyGAEgASgLMhAuYX' - 'BpLkV2ZW50SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBpLkVudGl0' - 'eUlEQgj6QgWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzIoLmFwaS5BcHBvaW50bWVudFJlY2' - 'VwdGlvblVubG9hZGVkUGF5bG9hZEII+kIFigECEAFSB1BheWxvYWQ6O5JBGgoY0gEGSGVhZGVy' - '0gECSUTSAQdQYXlsb2FkorsYBUV2ZW50ursYEVJlY2VwdGlvblVubG9hZGVk'); - -@$core.Deprecated('Use appointmentReceptionUnloadedRequestDescriptor instead') -const AppointmentReceptionUnloadedRequest$json = { - '1': 'AppointmentReceptionUnloadedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentReceptionUnloadedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentReceptionUnloadedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentReceptionUnloadedRequestDescriptor = $convert.base64Decode( - 'CiNBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi' - '5hcGkuUmVxdWVzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISJwoCSUQYAiABKAsyDS5h' - 'cGkuRW50aXR5SURCCPpCBYoBAhABUgJJRBJMCgdQYXlsb2FkGAMgASgLMiguYXBpLkFwcG9pbn' - 'RtZW50UmVjZXB0aW9uVW5sb2FkZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo9kkEaChjS' - 'AQZIZWFkZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GBFSZWNlcHRpb25VbmxvYWRlZA' - '=='); - -@$core.Deprecated('Use appointmentReceptionUnloadedResponseDescriptor instead') -const AppointmentReceptionUnloadedResponse$json = { - '1': 'AppointmentReceptionUnloadedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentReceptionUnloadedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentReceptionUnloadedResponseDescriptor = $convert.base64Decode( - 'CiRBcHBvaW50bWVudFJlY2VwdGlvblVubG9hZGVkUmVzcG9uc2USLwoGSGVhZGVyGAEgASgLMh' - 'cuYXBpLlJlc3BvbnNlU2l0ZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0' - 'eUlEUgJJRDohorsYCFJlc3BvbnNlursYEVJlY2VwdGlvblVubG9hZGVk'); - -@$core.Deprecated('Use appointmentCarrierDepartedPayloadDescriptor instead') -const AppointmentCarrierDepartedPayload$json = { - '1': 'AppointmentCarrierDepartedPayload', - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierDepartedPayload`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierDepartedPayloadDescriptor = $convert.base64Decode( - 'CiFBcHBvaW50bWVudENhcnJpZXJEZXBhcnRlZFBheWxvYWQ6NJJBEQoPMg1FdmVudCBQYXlsb2' - 'FkorsYBUV2ZW50qLsYAbq7GA9DYXJyaWVyRGVwYXJ0ZWQ='); - -@$core.Deprecated('Use appointmentCarrierDepartedEventDescriptor instead') -const AppointmentCarrierDepartedEvent$json = { - '1': 'AppointmentCarrierDepartedEvent', - '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.AppointmentCarrierDepartedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierDepartedEvent`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierDepartedEventDescriptor = $convert.base64Decode( - 'Ch9BcHBvaW50bWVudENhcnJpZXJEZXBhcnRlZEV2ZW50EjIKBkhlYWRlchgBIAEoCzIQLmFwaS' - '5FdmVudEhlYWRlckII+kIFigECEAFSBkhlYWRlchInCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ' - 'REII+kIFigECEAFSAklEEkoKB1BheWxvYWQYAyABKAsyJi5hcGkuQXBwb2ludG1lbnRDYXJyaW' - 'VyRGVwYXJ0ZWRQYXlsb2FkQgj6QgWKAQIQAVIHUGF5bG9hZDo5kkEaChjSAQZIZWFkZXLSAQJJ' - 'RNIBB1BheWxvYWSiuxgFRXZlbnS6uxgPQ2FycmllckRlcGFydGVk'); - -@$core.Deprecated('Use appointmentCarrierDepartedRequestDescriptor instead') -const AppointmentCarrierDepartedRequest$json = { - '1': 'AppointmentCarrierDepartedRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'}, - {'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.AppointmentCarrierDepartedPayload', '8': {}, '10': 'Payload'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierDepartedRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierDepartedRequestDescriptor = $convert.base64Decode( - 'CiFBcHBvaW50bWVudENhcnJpZXJEZXBhcnRlZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYX' - 'BpLlJlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEicKAklEGAIgASgLMg0uYXBp' - 'LkVudGl0eUlEQgj6QgWKAQIQAVICSUQSSgoHUGF5bG9hZBgDIAEoCzImLmFwaS5BcHBvaW50bW' - 'VudENhcnJpZXJEZXBhcnRlZFBheWxvYWRCCPpCBYoBAhABUgdQYXlsb2FkOjuSQRoKGNIBBkhl' - 'YWRlctIBAklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYD0NhcnJpZXJEZXBhcnRlZA=='); - -@$core.Deprecated('Use appointmentCarrierDepartedResponseDescriptor instead') -const AppointmentCarrierDepartedResponse$json = { - '1': 'AppointmentCarrierDepartedResponse', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseSiteHeader', '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentCarrierDepartedResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentCarrierDepartedResponseDescriptor = $convert.base64Decode( - 'CiJBcHBvaW50bWVudENhcnJpZXJEZXBhcnRlZFJlc3BvbnNlEi8KBkhlYWRlchgBIAEoCzIXLm' - 'FwaS5SZXNwb25zZVNpdGVIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ' - 'RFICSUQ6H6K7GAhSZXNwb25zZbq7GA9DYXJyaWVyRGVwYXJ0ZWQ='); - diff --git a/lib/appointmentQuery.pb.dart b/lib/appointmentQuery.pb.dart deleted file mode 100644 index d3e7ec46..00000000 --- a/lib/appointmentQuery.pb.dart +++ /dev/null @@ -1,421 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentQuery.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:core' as $core; - -import 'package:protobuf/protobuf.dart' as $pb; - -import 'appointment.pb.dart' as $76; -import 'shared.pb.dart' as $3; - -export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; - -class AppointmentByIdQuery extends $pb.GeneratedMessage { - factory AppointmentByIdQuery({ - $3.QueryProjectHeader? header, - $core.Iterable<$3.EntityID>? iDs, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iDs != null) { - $result.iDs.addAll(iDs); - } - return $result; - } - AppointmentByIdQuery._() : super(); - factory AppointmentByIdQuery.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentByIdQuery.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByIdQuery', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.QueryProjectHeader.create) - ..pc<$3.EntityID>(2, _omitFieldNames ? '' : 'IDs', $pb.PbFieldType.PM, protoName: 'IDs', subBuilder: $3.EntityID.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentByIdQuery clone() => AppointmentByIdQuery()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentByIdQuery copyWith(void Function(AppointmentByIdQuery) updates) => super.copyWith((message) => updates(message as AppointmentByIdQuery)) as AppointmentByIdQuery; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentByIdQuery create() => AppointmentByIdQuery._(); - AppointmentByIdQuery createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentByIdQuery getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentByIdQuery? _defaultInstance; - - @$pb.TagNumber(1) - $3.QueryProjectHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.QueryProjectHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.QueryProjectHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $pb.PbList<$3.EntityID> get iDs => $_getList(1); -} - -class AppointmentByIdResult extends $pb.GeneratedMessage { - factory AppointmentByIdResult({ - $3.ResultHeader? header, - $core.Iterable<$76.Appointment>? objects, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (objects != null) { - $result.objects.addAll(objects); - } - return $result; - } - AppointmentByIdResult._() : super(); - factory AppointmentByIdResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentByIdResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create) - ..pc<$76.Appointment>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $76.Appointment.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentByIdResult clone() => AppointmentByIdResult()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentByIdResult copyWith(void Function(AppointmentByIdResult) updates) => super.copyWith((message) => updates(message as AppointmentByIdResult)) as AppointmentByIdResult; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentByIdResult create() => AppointmentByIdResult._(); - AppointmentByIdResult createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentByIdResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentByIdResult? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResultHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResultHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResultHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $pb.PbList<$76.Appointment> get objects => $_getList(1); -} - -class AppointmentByFilterQuery extends $pb.GeneratedMessage { - factory AppointmentByFilterQuery({ - $3.QueryProjectHeader? header, - $core.String? limitFilter, - $core.String? queryContext, - $core.Iterable<$3.BlockFilter>? blockFilters, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (limitFilter != null) { - $result.limitFilter = limitFilter; - } - if (queryContext != null) { - $result.queryContext = queryContext; - } - if (blockFilters != null) { - $result.blockFilters.addAll(blockFilters); - } - return $result; - } - AppointmentByFilterQuery._() : super(); - factory AppointmentByFilterQuery.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentByFilterQuery.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByFilterQuery', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.QueryProjectHeader.create) - ..aOS(4, _omitFieldNames ? '' : 'limitFilter', protoName: 'limitFilter') - ..aOS(5, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext') - ..pc<$3.BlockFilter>(6, _omitFieldNames ? '' : 'BlockFilters', $pb.PbFieldType.PM, protoName: 'BlockFilters', subBuilder: $3.BlockFilter.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentByFilterQuery clone() => AppointmentByFilterQuery()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentByFilterQuery copyWith(void Function(AppointmentByFilterQuery) updates) => super.copyWith((message) => updates(message as AppointmentByFilterQuery)) as AppointmentByFilterQuery; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentByFilterQuery create() => AppointmentByFilterQuery._(); - AppointmentByFilterQuery createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentByFilterQuery getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentByFilterQuery? _defaultInstance; - - @$pb.TagNumber(1) - $3.QueryProjectHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.QueryProjectHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.QueryProjectHeader ensureHeader() => $_ensure(0); - - /// Number of maximum result - @$pb.TagNumber(4) - $core.String get limitFilter => $_getSZ(1); - @$pb.TagNumber(4) - set limitFilter($core.String v) { $_setString(1, v); } - @$pb.TagNumber(4) - $core.bool hasLimitFilter() => $_has(1); - @$pb.TagNumber(4) - void clearLimitFilter() => $_clearField(4); - - @$pb.TagNumber(5) - $core.String get queryContext => $_getSZ(2); - @$pb.TagNumber(5) - set queryContext($core.String v) { $_setString(2, v); } - @$pb.TagNumber(5) - $core.bool hasQueryContext() => $_has(2); - @$pb.TagNumber(5) - void clearQueryContext() => $_clearField(5); - - /// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query, if not empty, simpleFilters (deprecated) & rangeFilters (deprecated) will be ignored - @$pb.TagNumber(6) - $pb.PbList<$3.BlockFilter> get blockFilters => $_getList(3); -} - -class AppointmentByFilterResult extends $pb.GeneratedMessage { - factory AppointmentByFilterResult({ - $3.ResultHeader? header, - $core.Iterable<$76.Appointment>? objects, - $core.String? queryContext, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (objects != null) { - $result.objects.addAll(objects); - } - if (queryContext != null) { - $result.queryContext = queryContext; - } - return $result; - } - AppointmentByFilterResult._() : super(); - factory AppointmentByFilterResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentByFilterResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create) - ..pc<$76.Appointment>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $76.Appointment.create) - ..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentByFilterResult clone() => AppointmentByFilterResult()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentByFilterResult copyWith(void Function(AppointmentByFilterResult) updates) => super.copyWith((message) => updates(message as AppointmentByFilterResult)) as AppointmentByFilterResult; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentByFilterResult create() => AppointmentByFilterResult._(); - AppointmentByFilterResult createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentByFilterResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentByFilterResult? _defaultInstance; - - @$pb.TagNumber(1) - $3.ResultHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.ResultHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.ResultHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $pb.PbList<$76.Appointment> get objects => $_getList(1); - - @$pb.TagNumber(3) - $core.String get queryContext => $_getSZ(2); - @$pb.TagNumber(3) - set queryContext($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasQueryContext() => $_has(2); - @$pb.TagNumber(3) - void clearQueryContext() => $_clearField(3); -} - -class AppointmentByMatchQuery extends $pb.GeneratedMessage { - factory AppointmentByMatchQuery({ - $3.QueryProjectHeader? header, - $core.Iterable<$3.BlockFilter>? blockFilters, - $core.Iterable<$3.MatchField>? matchFields, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (blockFilters != null) { - $result.blockFilters.addAll(blockFilters); - } - if (matchFields != null) { - $result.matchFields.addAll(matchFields); - } - return $result; - } - AppointmentByMatchQuery._() : super(); - factory AppointmentByMatchQuery.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentByMatchQuery.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByMatchQuery', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.QueryProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.QueryProjectHeader.create) - ..pc<$3.BlockFilter>(5, _omitFieldNames ? '' : 'BlockFilters', $pb.PbFieldType.PM, protoName: 'BlockFilters', subBuilder: $3.BlockFilter.create) - ..pc<$3.MatchField>(6, _omitFieldNames ? '' : 'MatchFields', $pb.PbFieldType.PM, protoName: 'MatchFields', subBuilder: $3.MatchField.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentByMatchQuery clone() => AppointmentByMatchQuery()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentByMatchQuery copyWith(void Function(AppointmentByMatchQuery) updates) => super.copyWith((message) => updates(message as AppointmentByMatchQuery)) as AppointmentByMatchQuery; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentByMatchQuery create() => AppointmentByMatchQuery._(); - AppointmentByMatchQuery createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentByMatchQuery getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentByMatchQuery? _defaultInstance; - - @$pb.TagNumber(1) - $3.QueryProjectHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.QueryProjectHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.QueryProjectHeader ensureHeader() => $_ensure(0); - - /// list of blockFilters structure for Find query, each element (BlockFilter) in the list is an "OR" part of the query, if not empty, simpleFilters (deprecated) & rangeFilters (deprecated) will be ignored - @$pb.TagNumber(5) - $pb.PbList<$3.BlockFilter> get blockFilters => $_getList(1); - - /// MatchField list structure, for FindMatching query - @$pb.TagNumber(6) - $pb.PbList<$3.MatchField> get matchFields => $_getList(2); -} - -class AppointmentByMatchResult extends $pb.GeneratedMessage { - factory AppointmentByMatchResult({ - $core.Iterable<$3.MatchFieldResult>? matchResults, - }) { - final $result = create(); - if (matchResults != null) { - $result.matchResults.addAll(matchResults); - } - return $result; - } - AppointmentByMatchResult._() : super(); - factory AppointmentByMatchResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentByMatchResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentByMatchResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc<$3.MatchFieldResult>(2, _omitFieldNames ? '' : 'MatchResults', $pb.PbFieldType.PM, protoName: 'MatchResults', subBuilder: $3.MatchFieldResult.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentByMatchResult clone() => AppointmentByMatchResult()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentByMatchResult copyWith(void Function(AppointmentByMatchResult) updates) => super.copyWith((message) => updates(message as AppointmentByMatchResult)) as AppointmentByMatchResult; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentByMatchResult create() => AppointmentByMatchResult._(); - AppointmentByMatchResult createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentByMatchResult getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentByMatchResult? _defaultInstance; - - @$pb.TagNumber(2) - $pb.PbList<$3.MatchFieldResult> get matchResults => $_getList(0); -} - - -const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names'); -const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names'); diff --git a/lib/appointmentQuery.pbenum.dart b/lib/appointmentQuery.pbenum.dart deleted file mode 100644 index 8d1be7ce..00000000 --- a/lib/appointmentQuery.pbenum.dart +++ /dev/null @@ -1,11 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentQuery.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - diff --git a/lib/appointmentQuery.pbgrpc.dart b/lib/appointmentQuery.pbgrpc.dart deleted file mode 100644 index 01dc233e..00000000 --- a/lib/appointmentQuery.pbgrpc.dart +++ /dev/null @@ -1,177 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentQuery.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:async' as $async; -import 'dart:core' as $core; - -import 'package:grpc/service_api.dart' as $grpc; -import 'package:protobuf/protobuf.dart' as $pb; - -import 'appointmentQuery.pb.dart' as $8; -import 'clickhouse.pb.dart' as $9; -import 'shared.pb.dart' as $3; - -export 'appointmentQuery.pb.dart'; - -@$pb.GrpcServiceName('api.AppointmentQuery') -class AppointmentQueryClient extends $grpc.Client { - static final _$getByIds = $grpc.ClientMethod<$8.AppointmentByIdQuery, $8.AppointmentByIdResult>( - '/api.AppointmentQuery/GetByIds', - ($8.AppointmentByIdQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $8.AppointmentByIdResult.fromBuffer(value)); - static final _$find = $grpc.ClientMethod<$8.AppointmentByFilterQuery, $8.AppointmentByFilterResult>( - '/api.AppointmentQuery/Find', - ($8.AppointmentByFilterQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $8.AppointmentByFilterResult.fromBuffer(value)); - static final _$findMatchingFieldValues = $grpc.ClientMethod<$8.AppointmentByMatchQuery, $8.AppointmentByMatchResult>( - '/api.AppointmentQuery/FindMatchingFieldValues', - ($8.AppointmentByMatchQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $8.AppointmentByMatchResult.fromBuffer(value)); - static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>( - '/api.AppointmentQuery/FindMatchingFieldElements', - ($3.ElementByMatchQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $3.ElementByMatchResult.fromBuffer(value)); - static final _$extract = $grpc.ClientMethod<$3.ExtractQuery, $3.ExtractResult>( - '/api.AppointmentQuery/Extract', - ($3.ExtractQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $3.ExtractResult.fromBuffer(value)); - static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>( - '/api.AppointmentQuery/GetKPIData', - ($9.GetKPIDataQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value)); - static final _$countLines = $grpc.ClientMethod<$3.CountLinesQuery, $3.CountLinesResult>( - '/api.AppointmentQuery/CountLines', - ($3.CountLinesQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value)); - - AppointmentQueryClient(super.channel, {super.options, super.interceptors}); - - $grpc.ResponseFuture<$8.AppointmentByIdResult> getByIds($8.AppointmentByIdQuery request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$getByIds, request, options: options); - } - - $grpc.ResponseFuture<$8.AppointmentByFilterResult> find($8.AppointmentByFilterQuery request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$find, request, options: options); - } - - $grpc.ResponseFuture<$8.AppointmentByMatchResult> findMatchingFieldValues($8.AppointmentByMatchQuery request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$findMatchingFieldValues, request, options: options); - } - - $grpc.ResponseFuture<$3.ElementByMatchResult> findMatchingFieldElements($3.ElementByMatchQuery request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$findMatchingFieldElements, request, options: options); - } - - $grpc.ResponseFuture<$3.ExtractResult> extract($3.ExtractQuery request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$extract, request, options: options); - } - - $grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$getKPIData, request, options: options); - } - - $grpc.ResponseFuture<$3.CountLinesResult> countLines($3.CountLinesQuery request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$countLines, request, options: options); - } -} - -@$pb.GrpcServiceName('api.AppointmentQuery') -abstract class AppointmentQueryServiceBase extends $grpc.Service { - $core.String get $name => 'api.AppointmentQuery'; - - AppointmentQueryServiceBase() { - $addMethod($grpc.ServiceMethod<$8.AppointmentByIdQuery, $8.AppointmentByIdResult>( - 'GetByIds', - getByIds_Pre, - false, - false, - ($core.List<$core.int> value) => $8.AppointmentByIdQuery.fromBuffer(value), - ($8.AppointmentByIdResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$8.AppointmentByFilterQuery, $8.AppointmentByFilterResult>( - 'Find', - find_Pre, - false, - false, - ($core.List<$core.int> value) => $8.AppointmentByFilterQuery.fromBuffer(value), - ($8.AppointmentByFilterResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$8.AppointmentByMatchQuery, $8.AppointmentByMatchResult>( - 'FindMatchingFieldValues', - findMatchingFieldValues_Pre, - false, - false, - ($core.List<$core.int> value) => $8.AppointmentByMatchQuery.fromBuffer(value), - ($8.AppointmentByMatchResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>( - 'FindMatchingFieldElements', - findMatchingFieldElements_Pre, - false, - false, - ($core.List<$core.int> value) => $3.ElementByMatchQuery.fromBuffer(value), - ($3.ElementByMatchResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$3.ExtractQuery, $3.ExtractResult>( - 'Extract', - extract_Pre, - false, - false, - ($core.List<$core.int> value) => $3.ExtractQuery.fromBuffer(value), - ($3.ExtractResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>( - 'GetKPIData', - getKPIData_Pre, - false, - false, - ($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value), - ($9.GetKPIDataResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$3.CountLinesQuery, $3.CountLinesResult>( - 'CountLines', - countLines_Pre, - false, - false, - ($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value), - ($3.CountLinesResult value) => value.writeToBuffer())); - } - - $async.Future<$8.AppointmentByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$8.AppointmentByIdQuery> $request) async { - return getByIds($call, await $request); - } - - $async.Future<$8.AppointmentByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$8.AppointmentByFilterQuery> $request) async { - return find($call, await $request); - } - - $async.Future<$8.AppointmentByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$8.AppointmentByMatchQuery> $request) async { - return findMatchingFieldValues($call, await $request); - } - - $async.Future<$3.ElementByMatchResult> findMatchingFieldElements_Pre($grpc.ServiceCall $call, $async.Future<$3.ElementByMatchQuery> $request) async { - return findMatchingFieldElements($call, await $request); - } - - $async.Future<$3.ExtractResult> extract_Pre($grpc.ServiceCall $call, $async.Future<$3.ExtractQuery> $request) async { - return extract($call, await $request); - } - - $async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async { - return getKPIData($call, await $request); - } - - $async.Future<$3.CountLinesResult> countLines_Pre($grpc.ServiceCall $call, $async.Future<$3.CountLinesQuery> $request) async { - return countLines($call, await $request); - } - - $async.Future<$8.AppointmentByIdResult> getByIds($grpc.ServiceCall call, $8.AppointmentByIdQuery request); - $async.Future<$8.AppointmentByFilterResult> find($grpc.ServiceCall call, $8.AppointmentByFilterQuery request); - $async.Future<$8.AppointmentByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $8.AppointmentByMatchQuery request); - $async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request); - $async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request); - $async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request); - $async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request); -} diff --git a/lib/appointmentQuery.pbjson.dart b/lib/appointmentQuery.pbjson.dart deleted file mode 100644 index d167c648..00000000 --- a/lib/appointmentQuery.pbjson.dart +++ /dev/null @@ -1,115 +0,0 @@ -// -// Generated code. Do not modify. -// source: appointmentQuery.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:convert' as $convert; -import 'dart:core' as $core; -import 'dart:typed_data' as $typed_data; - -@$core.Deprecated('Use appointmentByIdQueryDescriptor instead') -const AppointmentByIdQuery$json = { - '1': 'AppointmentByIdQuery', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'}, - {'1': 'IDs', '3': 2, '4': 3, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'IDs'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentByIdQuery`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentByIdQueryDescriptor = $convert.base64Decode( - 'ChRBcHBvaW50bWVudEJ5SWRRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm9qZW' - 'N0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEikKA0lEcxgCIAMoCzINLmFwaS5FbnRpdHlJREII' - '+kIFkgECCAFSA0lEczodkkERCg/SAQZIZWFkZXLSAQNJRHOiuxgFUXVlcnk='); - -@$core.Deprecated('Use appointmentByIdResultDescriptor instead') -const AppointmentByIdResult$json = { - '1': 'AppointmentByIdResult', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'}, - {'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Appointment', '10': 'Objects'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentByIdResult`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentByIdResultDescriptor = $convert.base64Decode( - 'ChVBcHBvaW50bWVudEJ5SWRSZXN1bHQSKQoGSGVhZGVyGAEgASgLMhEuYXBpLlJlc3VsdEhlYW' - 'RlclIGSGVhZGVyEioKB09iamVjdHMYAiADKAsyEC5hcGkuQXBwb2ludG1lbnRSB09iamVjdHM6' - 'D5JBAgoAorsYBlJlc3VsdA=='); - -@$core.Deprecated('Use appointmentByFilterQueryDescriptor instead') -const AppointmentByFilterQuery$json = { - '1': 'AppointmentByFilterQuery', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'}, - {'1': 'limitFilter', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'limitFilter'}, - {'1': 'queryContext', '3': 5, '4': 1, '5': 9, '10': 'queryContext'}, - {'1': 'BlockFilters', '3': 6, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentByFilterQuery`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentByFilterQueryDescriptor = $convert.base64Decode( - 'ChhBcHBvaW50bWVudEJ5RmlsdGVyUXVlcnkSPAoGSGVhZGVyGAEgASgLMhcuYXBpLlF1ZXJ5UH' - 'JvamVjdEhlYWRlckILkkEA+kIFigECEAFSBkhlYWRlchJGCgtsaW1pdEZpbHRlchgEIAEoCUIk' - 'kkEhMhhOdW1iZXIgb2YgbWF4aW11bSByZXN1bHRKBSI1MDAiUgtsaW1pdEZpbHRlchIiCgxxdW' - 'VyeUNvbnRleHQYBSABKAlSDHF1ZXJ5Q29udGV4dBI0CgxCbG9ja0ZpbHRlcnMYBiADKAsyEC5h' - 'cGkuQmxvY2tGaWx0ZXJSDEJsb2NrRmlsdGVyczoOkkELCgnSAQZIZWFkZXI='); - -@$core.Deprecated('Use appointmentByFilterResultDescriptor instead') -const AppointmentByFilterResult$json = { - '1': 'AppointmentByFilterResult', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResultHeader', '10': 'Header'}, - {'1': 'Objects', '3': 2, '4': 3, '5': 11, '6': '.api.Appointment', '10': 'Objects'}, - {'1': 'queryContext', '3': 3, '4': 1, '5': 9, '10': 'queryContext'}, - ], -}; - -/// Descriptor for `AppointmentByFilterResult`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentByFilterResultDescriptor = $convert.base64Decode( - 'ChlBcHBvaW50bWVudEJ5RmlsdGVyUmVzdWx0EikKBkhlYWRlchgBIAEoCzIRLmFwaS5SZXN1bH' - 'RIZWFkZXJSBkhlYWRlchIqCgdPYmplY3RzGAIgAygLMhAuYXBpLkFwcG9pbnRtZW50UgdPYmpl' - 'Y3RzEiIKDHF1ZXJ5Q29udGV4dBgDIAEoCVIMcXVlcnlDb250ZXh0'); - -@$core.Deprecated('Use appointmentByMatchQueryDescriptor instead') -const AppointmentByMatchQuery$json = { - '1': 'AppointmentByMatchQuery', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.QueryProjectHeader', '8': {}, '10': 'Header'}, - {'1': 'BlockFilters', '3': 5, '4': 3, '5': 11, '6': '.api.BlockFilter', '10': 'BlockFilters'}, - {'1': 'MatchFields', '3': 6, '4': 3, '5': 11, '6': '.api.MatchField', '8': {}, '10': 'MatchFields'}, - ], - '7': {}, -}; - -/// Descriptor for `AppointmentByMatchQuery`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentByMatchQueryDescriptor = $convert.base64Decode( - 'ChdBcHBvaW50bWVudEJ5TWF0Y2hRdWVyeRI5CgZIZWFkZXIYASABKAsyFy5hcGkuUXVlcnlQcm' - '9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjQKDEJsb2NrRmlsdGVycxgFIAMoCzIQLmFw' - 'aS5CbG9ja0ZpbHRlclIMQmxvY2tGaWx0ZXJzEmkKC01hdGNoRmllbGRzGAYgAygLMg8uYXBpLk' - '1hdGNoRmllbGRCNpJBMzIxTWF0Y2hGaWVsZCBsaXN0IHN0cnVjdHVyZSwgZm9yIEZpbmRNYXRj' - 'aGluZyBxdWVyeVILTWF0Y2hGaWVsZHM6DpJBCwoJ0gEGSGVhZGVy'); - -@$core.Deprecated('Use appointmentByMatchResultDescriptor instead') -const AppointmentByMatchResult$json = { - '1': 'AppointmentByMatchResult', - '2': [ - {'1': 'MatchResults', '3': 2, '4': 3, '5': 11, '6': '.api.MatchFieldResult', '10': 'MatchResults'}, - ], -}; - -/// Descriptor for `AppointmentByMatchResult`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentByMatchResultDescriptor = $convert.base64Decode( - 'ChhBcHBvaW50bWVudEJ5TWF0Y2hSZXN1bHQSOQoMTWF0Y2hSZXN1bHRzGAIgAygLMhUuYXBpLk' - '1hdGNoRmllbGRSZXN1bHRSDE1hdGNoUmVzdWx0cw=='); - diff --git a/lib/attachmentType.pbgrpc.dart b/lib/attachmentType.pbgrpc.dart index 4dab6c0c..e78aeb36 100644 --- a/lib/attachmentType.pbgrpc.dart +++ b/lib/attachmentType.pbgrpc.dart @@ -15,60 +15,60 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'attachmentType.pb.dart' as $10; +import 'attachmentType.pb.dart' as $7; export 'attachmentType.pb.dart'; @$pb.GrpcServiceName('api.AttachmentTypeService') class AttachmentTypeServiceClient extends $grpc.Client { - static final _$create = $grpc.ClientMethod<$10.CreateAttachmentTypeRequest, $10.CreateAttachmentTypeResponse>( + static final _$create = $grpc.ClientMethod<$7.CreateAttachmentTypeRequest, $7.CreateAttachmentTypeResponse>( '/api.AttachmentTypeService/Create', - ($10.CreateAttachmentTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $10.CreateAttachmentTypeResponse.fromBuffer(value)); - static final _$get = $grpc.ClientMethod<$10.GetAttachmentTypeRequest, $10.GetAttachmentTypeResponse>( + ($7.CreateAttachmentTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $7.CreateAttachmentTypeResponse.fromBuffer(value)); + static final _$get = $grpc.ClientMethod<$7.GetAttachmentTypeRequest, $7.GetAttachmentTypeResponse>( '/api.AttachmentTypeService/Get', - ($10.GetAttachmentTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $10.GetAttachmentTypeResponse.fromBuffer(value)); - static final _$list = $grpc.ClientMethod<$10.ListAttachmentTypeRequest, $10.ListAttachmentTypeResponse>( + ($7.GetAttachmentTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $7.GetAttachmentTypeResponse.fromBuffer(value)); + static final _$list = $grpc.ClientMethod<$7.ListAttachmentTypeRequest, $7.ListAttachmentTypeResponse>( '/api.AttachmentTypeService/List', - ($10.ListAttachmentTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $10.ListAttachmentTypeResponse.fromBuffer(value)); - static final _$update = $grpc.ClientMethod<$10.UpdateAttachmentTypeRequest, $10.UpdateAttachmentTypeResponse>( + ($7.ListAttachmentTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $7.ListAttachmentTypeResponse.fromBuffer(value)); + static final _$update = $grpc.ClientMethod<$7.UpdateAttachmentTypeRequest, $7.UpdateAttachmentTypeResponse>( '/api.AttachmentTypeService/Update', - ($10.UpdateAttachmentTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $10.UpdateAttachmentTypeResponse.fromBuffer(value)); - static final _$delete = $grpc.ClientMethod<$10.DeleteAttachmentTypeRequest, $10.DeleteAttachmentTypeResponse>( + ($7.UpdateAttachmentTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $7.UpdateAttachmentTypeResponse.fromBuffer(value)); + static final _$delete = $grpc.ClientMethod<$7.DeleteAttachmentTypeRequest, $7.DeleteAttachmentTypeResponse>( '/api.AttachmentTypeService/Delete', - ($10.DeleteAttachmentTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $10.DeleteAttachmentTypeResponse.fromBuffer(value)); - static final _$deleteAll = $grpc.ClientMethod<$10.DeleteAllAttachmentsTypeRequest, $10.DeleteAllAttachmentsTypeResponse>( + ($7.DeleteAttachmentTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $7.DeleteAttachmentTypeResponse.fromBuffer(value)); + static final _$deleteAll = $grpc.ClientMethod<$7.DeleteAllAttachmentsTypeRequest, $7.DeleteAllAttachmentsTypeResponse>( '/api.AttachmentTypeService/DeleteAll', - ($10.DeleteAllAttachmentsTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $10.DeleteAllAttachmentsTypeResponse.fromBuffer(value)); + ($7.DeleteAllAttachmentsTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $7.DeleteAllAttachmentsTypeResponse.fromBuffer(value)); AttachmentTypeServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$10.CreateAttachmentTypeResponse> create($10.CreateAttachmentTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$7.CreateAttachmentTypeResponse> create($7.CreateAttachmentTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$create, request, options: options); } - $grpc.ResponseFuture<$10.GetAttachmentTypeResponse> get($10.GetAttachmentTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$7.GetAttachmentTypeResponse> get($7.GetAttachmentTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$get, request, options: options); } - $grpc.ResponseFuture<$10.ListAttachmentTypeResponse> list($10.ListAttachmentTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$7.ListAttachmentTypeResponse> list($7.ListAttachmentTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$list, request, options: options); } - $grpc.ResponseFuture<$10.UpdateAttachmentTypeResponse> update($10.UpdateAttachmentTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$7.UpdateAttachmentTypeResponse> update($7.UpdateAttachmentTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$update, request, options: options); } - $grpc.ResponseFuture<$10.DeleteAttachmentTypeResponse> delete($10.DeleteAttachmentTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$7.DeleteAttachmentTypeResponse> delete($7.DeleteAttachmentTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$delete, request, options: options); } - $grpc.ResponseFuture<$10.DeleteAllAttachmentsTypeResponse> deleteAll($10.DeleteAllAttachmentsTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$7.DeleteAllAttachmentsTypeResponse> deleteAll($7.DeleteAllAttachmentsTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleteAll, request, options: options); } } @@ -78,78 +78,78 @@ abstract class AttachmentTypeServiceBase extends $grpc.Service { $core.String get $name => 'api.AttachmentTypeService'; AttachmentTypeServiceBase() { - $addMethod($grpc.ServiceMethod<$10.CreateAttachmentTypeRequest, $10.CreateAttachmentTypeResponse>( + $addMethod($grpc.ServiceMethod<$7.CreateAttachmentTypeRequest, $7.CreateAttachmentTypeResponse>( 'Create', create_Pre, false, false, - ($core.List<$core.int> value) => $10.CreateAttachmentTypeRequest.fromBuffer(value), - ($10.CreateAttachmentTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$10.GetAttachmentTypeRequest, $10.GetAttachmentTypeResponse>( + ($core.List<$core.int> value) => $7.CreateAttachmentTypeRequest.fromBuffer(value), + ($7.CreateAttachmentTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$7.GetAttachmentTypeRequest, $7.GetAttachmentTypeResponse>( 'Get', get_Pre, false, false, - ($core.List<$core.int> value) => $10.GetAttachmentTypeRequest.fromBuffer(value), - ($10.GetAttachmentTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$10.ListAttachmentTypeRequest, $10.ListAttachmentTypeResponse>( + ($core.List<$core.int> value) => $7.GetAttachmentTypeRequest.fromBuffer(value), + ($7.GetAttachmentTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$7.ListAttachmentTypeRequest, $7.ListAttachmentTypeResponse>( 'List', list_Pre, false, false, - ($core.List<$core.int> value) => $10.ListAttachmentTypeRequest.fromBuffer(value), - ($10.ListAttachmentTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$10.UpdateAttachmentTypeRequest, $10.UpdateAttachmentTypeResponse>( + ($core.List<$core.int> value) => $7.ListAttachmentTypeRequest.fromBuffer(value), + ($7.ListAttachmentTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$7.UpdateAttachmentTypeRequest, $7.UpdateAttachmentTypeResponse>( 'Update', update_Pre, false, false, - ($core.List<$core.int> value) => $10.UpdateAttachmentTypeRequest.fromBuffer(value), - ($10.UpdateAttachmentTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$10.DeleteAttachmentTypeRequest, $10.DeleteAttachmentTypeResponse>( + ($core.List<$core.int> value) => $7.UpdateAttachmentTypeRequest.fromBuffer(value), + ($7.UpdateAttachmentTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$7.DeleteAttachmentTypeRequest, $7.DeleteAttachmentTypeResponse>( 'Delete', delete_Pre, false, false, - ($core.List<$core.int> value) => $10.DeleteAttachmentTypeRequest.fromBuffer(value), - ($10.DeleteAttachmentTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$10.DeleteAllAttachmentsTypeRequest, $10.DeleteAllAttachmentsTypeResponse>( + ($core.List<$core.int> value) => $7.DeleteAttachmentTypeRequest.fromBuffer(value), + ($7.DeleteAttachmentTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$7.DeleteAllAttachmentsTypeRequest, $7.DeleteAllAttachmentsTypeResponse>( 'DeleteAll', deleteAll_Pre, false, false, - ($core.List<$core.int> value) => $10.DeleteAllAttachmentsTypeRequest.fromBuffer(value), - ($10.DeleteAllAttachmentsTypeResponse value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $7.DeleteAllAttachmentsTypeRequest.fromBuffer(value), + ($7.DeleteAllAttachmentsTypeResponse value) => value.writeToBuffer())); } - $async.Future<$10.CreateAttachmentTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$10.CreateAttachmentTypeRequest> $request) async { + $async.Future<$7.CreateAttachmentTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$7.CreateAttachmentTypeRequest> $request) async { return create($call, await $request); } - $async.Future<$10.GetAttachmentTypeResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$10.GetAttachmentTypeRequest> $request) async { + $async.Future<$7.GetAttachmentTypeResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$7.GetAttachmentTypeRequest> $request) async { return get($call, await $request); } - $async.Future<$10.ListAttachmentTypeResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$10.ListAttachmentTypeRequest> $request) async { + $async.Future<$7.ListAttachmentTypeResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$7.ListAttachmentTypeRequest> $request) async { return list($call, await $request); } - $async.Future<$10.UpdateAttachmentTypeResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$10.UpdateAttachmentTypeRequest> $request) async { + $async.Future<$7.UpdateAttachmentTypeResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$7.UpdateAttachmentTypeRequest> $request) async { return update($call, await $request); } - $async.Future<$10.DeleteAttachmentTypeResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteAttachmentTypeRequest> $request) async { + $async.Future<$7.DeleteAttachmentTypeResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$7.DeleteAttachmentTypeRequest> $request) async { return delete($call, await $request); } - $async.Future<$10.DeleteAllAttachmentsTypeResponse> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteAllAttachmentsTypeRequest> $request) async { + $async.Future<$7.DeleteAllAttachmentsTypeResponse> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$7.DeleteAllAttachmentsTypeRequest> $request) async { return deleteAll($call, await $request); } - $async.Future<$10.CreateAttachmentTypeResponse> create($grpc.ServiceCall call, $10.CreateAttachmentTypeRequest request); - $async.Future<$10.GetAttachmentTypeResponse> get($grpc.ServiceCall call, $10.GetAttachmentTypeRequest request); - $async.Future<$10.ListAttachmentTypeResponse> list($grpc.ServiceCall call, $10.ListAttachmentTypeRequest request); - $async.Future<$10.UpdateAttachmentTypeResponse> update($grpc.ServiceCall call, $10.UpdateAttachmentTypeRequest request); - $async.Future<$10.DeleteAttachmentTypeResponse> delete($grpc.ServiceCall call, $10.DeleteAttachmentTypeRequest request); - $async.Future<$10.DeleteAllAttachmentsTypeResponse> deleteAll($grpc.ServiceCall call, $10.DeleteAllAttachmentsTypeRequest request); + $async.Future<$7.CreateAttachmentTypeResponse> create($grpc.ServiceCall call, $7.CreateAttachmentTypeRequest request); + $async.Future<$7.GetAttachmentTypeResponse> get($grpc.ServiceCall call, $7.GetAttachmentTypeRequest request); + $async.Future<$7.ListAttachmentTypeResponse> list($grpc.ServiceCall call, $7.ListAttachmentTypeRequest request); + $async.Future<$7.UpdateAttachmentTypeResponse> update($grpc.ServiceCall call, $7.UpdateAttachmentTypeRequest request); + $async.Future<$7.DeleteAttachmentTypeResponse> delete($grpc.ServiceCall call, $7.DeleteAttachmentTypeRequest request); + $async.Future<$7.DeleteAllAttachmentsTypeResponse> deleteAll($grpc.ServiceCall call, $7.DeleteAllAttachmentsTypeRequest request); } diff --git a/lib/attachmentV2.pbgrpc.dart b/lib/attachmentV2.pbgrpc.dart index cd78188b..bc1a7483 100644 --- a/lib/attachmentV2.pbgrpc.dart +++ b/lib/attachmentV2.pbgrpc.dart @@ -15,68 +15,68 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'attachmentV2.pb.dart' as $11; +import 'attachmentV2.pb.dart' as $8; export 'attachmentV2.pb.dart'; @$pb.GrpcServiceName('api.AttachmentServiceV2') class AttachmentServiceV2Client extends $grpc.Client { - static final _$upload = $grpc.ClientMethod<$11.UploadAttachmentV2Request, $11.UploadAttachmentV2Response>( + static final _$upload = $grpc.ClientMethod<$8.UploadAttachmentV2Request, $8.UploadAttachmentV2Response>( '/api.AttachmentServiceV2/Upload', - ($11.UploadAttachmentV2Request value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $11.UploadAttachmentV2Response.fromBuffer(value)); - static final _$addLink = $grpc.ClientMethod<$11.AddLinkV2Request, $11.AddLinkV2Response>( + ($8.UploadAttachmentV2Request value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $8.UploadAttachmentV2Response.fromBuffer(value)); + static final _$addLink = $grpc.ClientMethod<$8.AddLinkV2Request, $8.AddLinkV2Response>( '/api.AttachmentServiceV2/AddLink', - ($11.AddLinkV2Request value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $11.AddLinkV2Response.fromBuffer(value)); - static final _$download = $grpc.ClientMethod<$11.DownloadAttachmentV2Request, $11.DownloadAttachmentV2Response>( + ($8.AddLinkV2Request value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $8.AddLinkV2Response.fromBuffer(value)); + static final _$download = $grpc.ClientMethod<$8.DownloadAttachmentV2Request, $8.DownloadAttachmentV2Response>( '/api.AttachmentServiceV2/Download', - ($11.DownloadAttachmentV2Request value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $11.DownloadAttachmentV2Response.fromBuffer(value)); - static final _$delete = $grpc.ClientMethod<$11.DeleteAttachmentV2Request, $11.DeleteAttachmentV2Response>( + ($8.DownloadAttachmentV2Request value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $8.DownloadAttachmentV2Response.fromBuffer(value)); + static final _$delete = $grpc.ClientMethod<$8.DeleteAttachmentV2Request, $8.DeleteAttachmentV2Response>( '/api.AttachmentServiceV2/Delete', - ($11.DeleteAttachmentV2Request value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $11.DeleteAttachmentV2Response.fromBuffer(value)); - static final _$list = $grpc.ClientMethod<$11.ListAttachmentsV2Request, $11.ListAttachmentsV2Response>( + ($8.DeleteAttachmentV2Request value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $8.DeleteAttachmentV2Response.fromBuffer(value)); + static final _$list = $grpc.ClientMethod<$8.ListAttachmentsV2Request, $8.ListAttachmentsV2Response>( '/api.AttachmentServiceV2/List', - ($11.ListAttachmentsV2Request value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $11.ListAttachmentsV2Response.fromBuffer(value)); - static final _$share = $grpc.ClientMethod<$11.ShareAttachmentV2Request, $11.ShareAttachmentV2Response>( + ($8.ListAttachmentsV2Request value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $8.ListAttachmentsV2Response.fromBuffer(value)); + static final _$share = $grpc.ClientMethod<$8.ShareAttachmentV2Request, $8.ShareAttachmentV2Response>( '/api.AttachmentServiceV2/Share', - ($11.ShareAttachmentV2Request value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $11.ShareAttachmentV2Response.fromBuffer(value)); - static final _$deleteAll = $grpc.ClientMethod<$11.DeleteAllAttachmentsV2Request, $11.DeleteAllAttachmentsV2Response>( + ($8.ShareAttachmentV2Request value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $8.ShareAttachmentV2Response.fromBuffer(value)); + static final _$deleteAll = $grpc.ClientMethod<$8.DeleteAllAttachmentsV2Request, $8.DeleteAllAttachmentsV2Response>( '/api.AttachmentServiceV2/DeleteAll', - ($11.DeleteAllAttachmentsV2Request value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $11.DeleteAllAttachmentsV2Response.fromBuffer(value)); + ($8.DeleteAllAttachmentsV2Request value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $8.DeleteAllAttachmentsV2Response.fromBuffer(value)); AttachmentServiceV2Client(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$11.UploadAttachmentV2Response> upload($11.UploadAttachmentV2Request request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$8.UploadAttachmentV2Response> upload($8.UploadAttachmentV2Request request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$upload, request, options: options); } - $grpc.ResponseFuture<$11.AddLinkV2Response> addLink($11.AddLinkV2Request request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$8.AddLinkV2Response> addLink($8.AddLinkV2Request request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$addLink, request, options: options); } - $grpc.ResponseFuture<$11.DownloadAttachmentV2Response> download($11.DownloadAttachmentV2Request request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$8.DownloadAttachmentV2Response> download($8.DownloadAttachmentV2Request request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$download, request, options: options); } - $grpc.ResponseFuture<$11.DeleteAttachmentV2Response> delete($11.DeleteAttachmentV2Request request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$8.DeleteAttachmentV2Response> delete($8.DeleteAttachmentV2Request request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$delete, request, options: options); } - $grpc.ResponseFuture<$11.ListAttachmentsV2Response> list($11.ListAttachmentsV2Request request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$8.ListAttachmentsV2Response> list($8.ListAttachmentsV2Request request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$list, request, options: options); } - $grpc.ResponseFuture<$11.ShareAttachmentV2Response> share($11.ShareAttachmentV2Request request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$8.ShareAttachmentV2Response> share($8.ShareAttachmentV2Request request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$share, request, options: options); } - $grpc.ResponseFuture<$11.DeleteAllAttachmentsV2Response> deleteAll($11.DeleteAllAttachmentsV2Request request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$8.DeleteAllAttachmentsV2Response> deleteAll($8.DeleteAllAttachmentsV2Request request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleteAll, request, options: options); } } @@ -86,90 +86,90 @@ abstract class AttachmentServiceV2ServiceBase extends $grpc.Service { $core.String get $name => 'api.AttachmentServiceV2'; AttachmentServiceV2ServiceBase() { - $addMethod($grpc.ServiceMethod<$11.UploadAttachmentV2Request, $11.UploadAttachmentV2Response>( + $addMethod($grpc.ServiceMethod<$8.UploadAttachmentV2Request, $8.UploadAttachmentV2Response>( 'Upload', upload_Pre, false, false, - ($core.List<$core.int> value) => $11.UploadAttachmentV2Request.fromBuffer(value), - ($11.UploadAttachmentV2Response value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$11.AddLinkV2Request, $11.AddLinkV2Response>( + ($core.List<$core.int> value) => $8.UploadAttachmentV2Request.fromBuffer(value), + ($8.UploadAttachmentV2Response value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$8.AddLinkV2Request, $8.AddLinkV2Response>( 'AddLink', addLink_Pre, false, false, - ($core.List<$core.int> value) => $11.AddLinkV2Request.fromBuffer(value), - ($11.AddLinkV2Response value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$11.DownloadAttachmentV2Request, $11.DownloadAttachmentV2Response>( + ($core.List<$core.int> value) => $8.AddLinkV2Request.fromBuffer(value), + ($8.AddLinkV2Response value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$8.DownloadAttachmentV2Request, $8.DownloadAttachmentV2Response>( 'Download', download_Pre, false, false, - ($core.List<$core.int> value) => $11.DownloadAttachmentV2Request.fromBuffer(value), - ($11.DownloadAttachmentV2Response value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$11.DeleteAttachmentV2Request, $11.DeleteAttachmentV2Response>( + ($core.List<$core.int> value) => $8.DownloadAttachmentV2Request.fromBuffer(value), + ($8.DownloadAttachmentV2Response value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$8.DeleteAttachmentV2Request, $8.DeleteAttachmentV2Response>( 'Delete', delete_Pre, false, false, - ($core.List<$core.int> value) => $11.DeleteAttachmentV2Request.fromBuffer(value), - ($11.DeleteAttachmentV2Response value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$11.ListAttachmentsV2Request, $11.ListAttachmentsV2Response>( + ($core.List<$core.int> value) => $8.DeleteAttachmentV2Request.fromBuffer(value), + ($8.DeleteAttachmentV2Response value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$8.ListAttachmentsV2Request, $8.ListAttachmentsV2Response>( 'List', list_Pre, false, false, - ($core.List<$core.int> value) => $11.ListAttachmentsV2Request.fromBuffer(value), - ($11.ListAttachmentsV2Response value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$11.ShareAttachmentV2Request, $11.ShareAttachmentV2Response>( + ($core.List<$core.int> value) => $8.ListAttachmentsV2Request.fromBuffer(value), + ($8.ListAttachmentsV2Response value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$8.ShareAttachmentV2Request, $8.ShareAttachmentV2Response>( 'Share', share_Pre, false, false, - ($core.List<$core.int> value) => $11.ShareAttachmentV2Request.fromBuffer(value), - ($11.ShareAttachmentV2Response value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$11.DeleteAllAttachmentsV2Request, $11.DeleteAllAttachmentsV2Response>( + ($core.List<$core.int> value) => $8.ShareAttachmentV2Request.fromBuffer(value), + ($8.ShareAttachmentV2Response value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$8.DeleteAllAttachmentsV2Request, $8.DeleteAllAttachmentsV2Response>( 'DeleteAll', deleteAll_Pre, false, false, - ($core.List<$core.int> value) => $11.DeleteAllAttachmentsV2Request.fromBuffer(value), - ($11.DeleteAllAttachmentsV2Response value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $8.DeleteAllAttachmentsV2Request.fromBuffer(value), + ($8.DeleteAllAttachmentsV2Response value) => value.writeToBuffer())); } - $async.Future<$11.UploadAttachmentV2Response> upload_Pre($grpc.ServiceCall $call, $async.Future<$11.UploadAttachmentV2Request> $request) async { + $async.Future<$8.UploadAttachmentV2Response> upload_Pre($grpc.ServiceCall $call, $async.Future<$8.UploadAttachmentV2Request> $request) async { return upload($call, await $request); } - $async.Future<$11.AddLinkV2Response> addLink_Pre($grpc.ServiceCall $call, $async.Future<$11.AddLinkV2Request> $request) async { + $async.Future<$8.AddLinkV2Response> addLink_Pre($grpc.ServiceCall $call, $async.Future<$8.AddLinkV2Request> $request) async { return addLink($call, await $request); } - $async.Future<$11.DownloadAttachmentV2Response> download_Pre($grpc.ServiceCall $call, $async.Future<$11.DownloadAttachmentV2Request> $request) async { + $async.Future<$8.DownloadAttachmentV2Response> download_Pre($grpc.ServiceCall $call, $async.Future<$8.DownloadAttachmentV2Request> $request) async { return download($call, await $request); } - $async.Future<$11.DeleteAttachmentV2Response> delete_Pre($grpc.ServiceCall $call, $async.Future<$11.DeleteAttachmentV2Request> $request) async { + $async.Future<$8.DeleteAttachmentV2Response> delete_Pre($grpc.ServiceCall $call, $async.Future<$8.DeleteAttachmentV2Request> $request) async { return delete($call, await $request); } - $async.Future<$11.ListAttachmentsV2Response> list_Pre($grpc.ServiceCall $call, $async.Future<$11.ListAttachmentsV2Request> $request) async { + $async.Future<$8.ListAttachmentsV2Response> list_Pre($grpc.ServiceCall $call, $async.Future<$8.ListAttachmentsV2Request> $request) async { return list($call, await $request); } - $async.Future<$11.ShareAttachmentV2Response> share_Pre($grpc.ServiceCall $call, $async.Future<$11.ShareAttachmentV2Request> $request) async { + $async.Future<$8.ShareAttachmentV2Response> share_Pre($grpc.ServiceCall $call, $async.Future<$8.ShareAttachmentV2Request> $request) async { return share($call, await $request); } - $async.Future<$11.DeleteAllAttachmentsV2Response> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$11.DeleteAllAttachmentsV2Request> $request) async { + $async.Future<$8.DeleteAllAttachmentsV2Response> deleteAll_Pre($grpc.ServiceCall $call, $async.Future<$8.DeleteAllAttachmentsV2Request> $request) async { return deleteAll($call, await $request); } - $async.Future<$11.UploadAttachmentV2Response> upload($grpc.ServiceCall call, $11.UploadAttachmentV2Request request); - $async.Future<$11.AddLinkV2Response> addLink($grpc.ServiceCall call, $11.AddLinkV2Request request); - $async.Future<$11.DownloadAttachmentV2Response> download($grpc.ServiceCall call, $11.DownloadAttachmentV2Request request); - $async.Future<$11.DeleteAttachmentV2Response> delete($grpc.ServiceCall call, $11.DeleteAttachmentV2Request request); - $async.Future<$11.ListAttachmentsV2Response> list($grpc.ServiceCall call, $11.ListAttachmentsV2Request request); - $async.Future<$11.ShareAttachmentV2Response> share($grpc.ServiceCall call, $11.ShareAttachmentV2Request request); - $async.Future<$11.DeleteAllAttachmentsV2Response> deleteAll($grpc.ServiceCall call, $11.DeleteAllAttachmentsV2Request request); + $async.Future<$8.UploadAttachmentV2Response> upload($grpc.ServiceCall call, $8.UploadAttachmentV2Request request); + $async.Future<$8.AddLinkV2Response> addLink($grpc.ServiceCall call, $8.AddLinkV2Request request); + $async.Future<$8.DownloadAttachmentV2Response> download($grpc.ServiceCall call, $8.DownloadAttachmentV2Request request); + $async.Future<$8.DeleteAttachmentV2Response> delete($grpc.ServiceCall call, $8.DeleteAttachmentV2Request request); + $async.Future<$8.ListAttachmentsV2Response> list($grpc.ServiceCall call, $8.ListAttachmentsV2Request request); + $async.Future<$8.ShareAttachmentV2Response> share($grpc.ServiceCall call, $8.ShareAttachmentV2Request request); + $async.Future<$8.DeleteAllAttachmentsV2Response> deleteAll($grpc.ServiceCall call, $8.DeleteAllAttachmentsV2Request request); } diff --git a/lib/billing.pbgrpc.dart b/lib/billing.pbgrpc.dart index 7833659a..1411082a 100644 --- a/lib/billing.pbgrpc.dart +++ b/lib/billing.pbgrpc.dart @@ -15,20 +15,20 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'billing.pb.dart' as $12; +import 'billing.pb.dart' as $9; export 'billing.pb.dart'; @$pb.GrpcServiceName('api.BillingService') class BillingServiceClient extends $grpc.Client { - static final _$generate = $grpc.ClientMethod<$12.GenerateRequest, $12.GenerateResult>( + static final _$generate = $grpc.ClientMethod<$9.GenerateRequest, $9.GenerateResult>( '/api.BillingService/Generate', - ($12.GenerateRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $12.GenerateResult.fromBuffer(value)); + ($9.GenerateRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $9.GenerateResult.fromBuffer(value)); BillingServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$12.GenerateResult> generate($12.GenerateRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$9.GenerateResult> generate($9.GenerateRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$generate, request, options: options); } } @@ -38,18 +38,18 @@ abstract class BillingServiceBase extends $grpc.Service { $core.String get $name => 'api.BillingService'; BillingServiceBase() { - $addMethod($grpc.ServiceMethod<$12.GenerateRequest, $12.GenerateResult>( + $addMethod($grpc.ServiceMethod<$9.GenerateRequest, $9.GenerateResult>( 'Generate', generate_Pre, false, false, - ($core.List<$core.int> value) => $12.GenerateRequest.fromBuffer(value), - ($12.GenerateResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $9.GenerateRequest.fromBuffer(value), + ($9.GenerateResult value) => value.writeToBuffer())); } - $async.Future<$12.GenerateResult> generate_Pre($grpc.ServiceCall $call, $async.Future<$12.GenerateRequest> $request) async { + $async.Future<$9.GenerateResult> generate_Pre($grpc.ServiceCall $call, $async.Future<$9.GenerateRequest> $request) async { return generate($call, await $request); } - $async.Future<$12.GenerateResult> generate($grpc.ServiceCall call, $12.GenerateRequest request); + $async.Future<$9.GenerateResult> generate($grpc.ServiceCall call, $9.GenerateRequest request); } diff --git a/lib/calendar.pb.dart b/lib/calendar.pb.dart deleted file mode 100644 index a492e524..00000000 --- a/lib/calendar.pb.dart +++ /dev/null @@ -1,2152 +0,0 @@ -// -// Generated code. Do not modify. -// source: calendar.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:core' as $core; - -import 'package:protobuf/protobuf.dart' as $pb; - -import 'shared.pb.dart' as $3; -import 'shared.pbenum.dart' as $3; - -export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; - -class WorkTimeDay extends $pb.GeneratedMessage { - factory WorkTimeDay({ - $3.WeekDay? weekDay, - $core.bool? isWorkingDay, - $core.Iterable<$3.TimeRange>? timeRanges, - }) { - final $result = create(); - if (weekDay != null) { - $result.weekDay = weekDay; - } - if (isWorkingDay != null) { - $result.isWorkingDay = isWorkingDay; - } - if (timeRanges != null) { - $result.timeRanges.addAll(timeRanges); - } - return $result; - } - WorkTimeDay._() : super(); - factory WorkTimeDay.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory WorkTimeDay.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'WorkTimeDay', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..e<$3.WeekDay>(1, _omitFieldNames ? '' : 'WeekDay', $pb.PbFieldType.OE, protoName: 'WeekDay', defaultOrMaker: $3.WeekDay.WEEKDAY_UNDEFINED, valueOf: $3.WeekDay.valueOf, enumValues: $3.WeekDay.values) - ..aOB(2, _omitFieldNames ? '' : 'IsWorkingDay', protoName: 'IsWorkingDay') - ..pc<$3.TimeRange>(3, _omitFieldNames ? '' : 'TimeRanges', $pb.PbFieldType.PM, protoName: 'TimeRanges', subBuilder: $3.TimeRange.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - WorkTimeDay clone() => WorkTimeDay()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - WorkTimeDay copyWith(void Function(WorkTimeDay) updates) => super.copyWith((message) => updates(message as WorkTimeDay)) as WorkTimeDay; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static WorkTimeDay create() => WorkTimeDay._(); - WorkTimeDay createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static WorkTimeDay getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static WorkTimeDay? _defaultInstance; - - /// Day of the week - @$pb.TagNumber(1) - $3.WeekDay get weekDay => $_getN(0); - @$pb.TagNumber(1) - set weekDay($3.WeekDay v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasWeekDay() => $_has(0); - @$pb.TagNumber(1) - void clearWeekDay() => $_clearField(1); - - /// Is a workingDay - @$pb.TagNumber(2) - $core.bool get isWorkingDay => $_getBF(1); - @$pb.TagNumber(2) - set isWorkingDay($core.bool v) { $_setBool(1, v); } - @$pb.TagNumber(2) - $core.bool hasIsWorkingDay() => $_has(1); - @$pb.TagNumber(2) - void clearIsWorkingDay() => $_clearField(2); - - /// Opening hours definition according to filters - @$pb.TagNumber(3) - $pb.PbList<$3.TimeRange> get timeRanges => $_getList(2); -} - -class ExceptionalClosure extends $pb.GeneratedMessage { - factory ExceptionalClosure({ - $core.Iterable<$3.LabelByLanguage>? label, - $core.String? startDate, - $core.String? endDate, - $core.bool? fullDay, - $core.String? startHour, - $core.String? endHour, - }) { - final $result = create(); - if (label != null) { - $result.label.addAll(label); - } - if (startDate != null) { - $result.startDate = startDate; - } - if (endDate != null) { - $result.endDate = endDate; - } - if (fullDay != null) { - $result.fullDay = fullDay; - } - if (startHour != null) { - $result.startHour = startHour; - } - if (endHour != null) { - $result.endHour = endHour; - } - return $result; - } - ExceptionalClosure._() : super(); - factory ExceptionalClosure.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ExceptionalClosure.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExceptionalClosure', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc<$3.LabelByLanguage>(1, _omitFieldNames ? '' : 'Label', $pb.PbFieldType.PM, protoName: 'Label', subBuilder: $3.LabelByLanguage.create) - ..aOS(2, _omitFieldNames ? '' : 'StartDate', protoName: 'StartDate') - ..aOS(3, _omitFieldNames ? '' : 'EndDate', protoName: 'EndDate') - ..aOB(4, _omitFieldNames ? '' : 'FullDay', protoName: 'FullDay') - ..aOS(5, _omitFieldNames ? '' : 'StartHour', protoName: 'StartHour') - ..aOS(6, _omitFieldNames ? '' : 'EndHour', protoName: 'EndHour') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ExceptionalClosure clone() => ExceptionalClosure()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ExceptionalClosure copyWith(void Function(ExceptionalClosure) updates) => super.copyWith((message) => updates(message as ExceptionalClosure)) as ExceptionalClosure; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ExceptionalClosure create() => ExceptionalClosure._(); - ExceptionalClosure createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ExceptionalClosure getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ExceptionalClosure? _defaultInstance; - - /// Name of the holiday - @$pb.TagNumber(1) - $pb.PbList<$3.LabelByLanguage> get label => $_getList(0); - - /// Start of the ExceptionalClosure, format yyyy-mm-dd //TODO are we sure about the format - @$pb.TagNumber(2) - $core.String get startDate => $_getSZ(1); - @$pb.TagNumber(2) - set startDate($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasStartDate() => $_has(1); - @$pb.TagNumber(2) - void clearStartDate() => $_clearField(2); - - /// End of the ExceptionalClosure, format yyyy-mm-dd //TODO are we sure about the format - @$pb.TagNumber(3) - $core.String get endDate => $_getSZ(2); - @$pb.TagNumber(3) - set endDate($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasEndDate() => $_has(2); - @$pb.TagNumber(3) - void clearEndDate() => $_clearField(3); - - /// Set to true if the ExceptionalClosure is a complete closure for the impacted days - @$pb.TagNumber(4) - $core.bool get fullDay => $_getBF(3); - @$pb.TagNumber(4) - set fullDay($core.bool v) { $_setBool(3, v); } - @$pb.TagNumber(4) - $core.bool hasFullDay() => $_has(3); - @$pb.TagNumber(4) - void clearFullDay() => $_clearField(4); - - /// Start of the ExceptionalClosure hour if FullDay is set to false, format hh:mm - @$pb.TagNumber(5) - $core.String get startHour => $_getSZ(4); - @$pb.TagNumber(5) - set startHour($core.String v) { $_setString(4, v); } - @$pb.TagNumber(5) - $core.bool hasStartHour() => $_has(4); - @$pb.TagNumber(5) - void clearStartHour() => $_clearField(5); - - /// End of the ExceptionalClosure hour if FullDay is set to false, format hh:mm - @$pb.TagNumber(6) - $core.String get endHour => $_getSZ(5); - @$pb.TagNumber(6) - set endHour($core.String v) { $_setString(5, v); } - @$pb.TagNumber(6) - $core.bool hasEndHour() => $_has(5); - @$pb.TagNumber(6) - void clearEndHour() => $_clearField(6); -} - -class Calendar extends $pb.GeneratedMessage { - factory Calendar({ - $core.String? iD, - $3.ResourceType? rscType, - $core.String? resourceID, - $core.String? name, - $core.String? description, - $core.Iterable? exceptionalClosures, - $core.Iterable? workTimeDays, - }) { - final $result = create(); - if (iD != null) { - $result.iD = iD; - } - if (rscType != null) { - $result.rscType = rscType; - } - if (resourceID != null) { - $result.resourceID = resourceID; - } - if (name != null) { - $result.name = name; - } - if (description != null) { - $result.description = description; - } - if (exceptionalClosures != null) { - $result.exceptionalClosures.addAll(exceptionalClosures); - } - if (workTimeDays != null) { - $result.workTimeDays.addAll(workTimeDays); - } - return $result; - } - Calendar._() : super(); - factory Calendar.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory Calendar.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Calendar', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOS(1, _omitFieldNames ? '' : 'ID', protoName: 'ID') - ..e<$3.ResourceType>(2, _omitFieldNames ? '' : 'RscType', $pb.PbFieldType.OE, protoName: 'RscType', defaultOrMaker: $3.ResourceType.RESOURCE_TYPE_UNKNOWN, valueOf: $3.ResourceType.valueOf, enumValues: $3.ResourceType.values) - ..aOS(3, _omitFieldNames ? '' : 'ResourceID', protoName: 'ResourceID') - ..aOS(4, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..aOS(5, _omitFieldNames ? '' : 'Description', protoName: 'Description') - ..pc(6, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create) - ..pc(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - Calendar clone() => Calendar()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - Calendar copyWith(void Function(Calendar) updates) => super.copyWith((message) => updates(message as Calendar)) as Calendar; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static Calendar create() => Calendar._(); - Calendar createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static Calendar getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static Calendar? _defaultInstance; - - /// Identifier of the calendar - @$pb.TagNumber(1) - $core.String get iD => $_getSZ(0); - @$pb.TagNumber(1) - set iD($core.String v) { $_setString(0, v); } - @$pb.TagNumber(1) - $core.bool hasID() => $_has(0); - @$pb.TagNumber(1) - void clearID() => $_clearField(1); - - /// Resource type on which the calendar is referenced - @$pb.TagNumber(2) - $3.ResourceType get rscType => $_getN(1); - @$pb.TagNumber(2) - set rscType($3.ResourceType v) { $_setField(2, v); } - @$pb.TagNumber(2) - $core.bool hasRscType() => $_has(1); - @$pb.TagNumber(2) - void clearRscType() => $_clearField(2); - - @$pb.TagNumber(3) - $core.String get resourceID => $_getSZ(2); - @$pb.TagNumber(3) - set resourceID($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasResourceID() => $_has(2); - @$pb.TagNumber(3) - void clearResourceID() => $_clearField(3); - - /// Name of the calendar - @$pb.TagNumber(4) - $core.String get name => $_getSZ(3); - @$pb.TagNumber(4) - set name($core.String v) { $_setString(3, v); } - @$pb.TagNumber(4) - $core.bool hasName() => $_has(3); - @$pb.TagNumber(4) - void clearName() => $_clearField(4); - - /// Description of the calendar - @$pb.TagNumber(5) - $core.String get description => $_getSZ(4); - @$pb.TagNumber(5) - set description($core.String v) { $_setString(4, v); } - @$pb.TagNumber(5) - $core.bool hasDescription() => $_has(4); - @$pb.TagNumber(5) - void clearDescription() => $_clearField(5); - - /// List of Exceptional closure - @$pb.TagNumber(6) - $pb.PbList get exceptionalClosures => $_getList(5); - - /// Definition of the opening hours by week day - @$pb.TagNumber(7) - $pb.PbList get workTimeDays => $_getList(6); -} - -/// Create a calendar at organisation level -class CreateCalendarOnOrganisationRequest extends $pb.GeneratedMessage { - factory CreateCalendarOnOrganisationRequest({ - $3.RequestOrganisationHeader? header, - $core.String? name, - $core.String? description, - $core.Iterable? exceptionalClosures, - $core.Iterable? workTimeDays, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (name != null) { - $result.name = name; - } - if (description != null) { - $result.description = description; - } - if (exceptionalClosures != null) { - $result.exceptionalClosures.addAll(exceptionalClosures); - } - if (workTimeDays != null) { - $result.workTimeDays.addAll(workTimeDays); - } - return $result; - } - CreateCalendarOnOrganisationRequest._() : super(); - factory CreateCalendarOnOrganisationRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory CreateCalendarOnOrganisationRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreateCalendarOnOrganisationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestOrganisationHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestOrganisationHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..aOS(3, _omitFieldNames ? '' : 'Description', protoName: 'Description') - ..pc(4, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create) - ..pc(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - CreateCalendarOnOrganisationRequest clone() => CreateCalendarOnOrganisationRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - CreateCalendarOnOrganisationRequest copyWith(void Function(CreateCalendarOnOrganisationRequest) updates) => super.copyWith((message) => updates(message as CreateCalendarOnOrganisationRequest)) as CreateCalendarOnOrganisationRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static CreateCalendarOnOrganisationRequest create() => CreateCalendarOnOrganisationRequest._(); - CreateCalendarOnOrganisationRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static CreateCalendarOnOrganisationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static CreateCalendarOnOrganisationRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestOrganisationHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestOrganisationHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestOrganisationHeader ensureHeader() => $_ensure(0); - - /// Name of the calendar - @$pb.TagNumber(2) - $core.String get name => $_getSZ(1); - @$pb.TagNumber(2) - set name($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasName() => $_has(1); - @$pb.TagNumber(2) - void clearName() => $_clearField(2); - - /// Description of the calendar - @$pb.TagNumber(3) - $core.String get description => $_getSZ(2); - @$pb.TagNumber(3) - set description($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasDescription() => $_has(2); - @$pb.TagNumber(3) - void clearDescription() => $_clearField(3); - - /// List of Exceptional closure - @$pb.TagNumber(4) - $pb.PbList get exceptionalClosures => $_getList(3); - - /// Definition of the opening hours by week day - @$pb.TagNumber(7) - $pb.PbList get workTimeDays => $_getList(4); -} - -class CreateCalendarOnOrganisationResponse extends $pb.GeneratedMessage { - factory CreateCalendarOnOrganisationResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - CreateCalendarOnOrganisationResponse._() : super(); - factory CreateCalendarOnOrganisationResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory CreateCalendarOnOrganisationResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreateCalendarOnOrganisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - CreateCalendarOnOrganisationResponse clone() => CreateCalendarOnOrganisationResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - CreateCalendarOnOrganisationResponse copyWith(void Function(CreateCalendarOnOrganisationResponse) updates) => super.copyWith((message) => updates(message as CreateCalendarOnOrganisationResponse)) as CreateCalendarOnOrganisationResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static CreateCalendarOnOrganisationResponse create() => CreateCalendarOnOrganisationResponse._(); - CreateCalendarOnOrganisationResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static CreateCalendarOnOrganisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static CreateCalendarOnOrganisationResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// Get a calendar at organisation level -class GetCalendarOnOrganisationRequest extends $pb.GeneratedMessage { - factory GetCalendarOnOrganisationRequest({ - $3.RequestOrganisationHeader? header, - $core.String? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - GetCalendarOnOrganisationRequest._() : super(); - factory GetCalendarOnOrganisationRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory GetCalendarOnOrganisationRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetCalendarOnOrganisationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestOrganisationHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestOrganisationHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'ID', protoName: 'ID') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - GetCalendarOnOrganisationRequest clone() => GetCalendarOnOrganisationRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - GetCalendarOnOrganisationRequest copyWith(void Function(GetCalendarOnOrganisationRequest) updates) => super.copyWith((message) => updates(message as GetCalendarOnOrganisationRequest)) as GetCalendarOnOrganisationRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static GetCalendarOnOrganisationRequest create() => GetCalendarOnOrganisationRequest._(); - GetCalendarOnOrganisationRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static GetCalendarOnOrganisationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static GetCalendarOnOrganisationRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestOrganisationHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestOrganisationHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestOrganisationHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $core.String get iD => $_getSZ(1); - @$pb.TagNumber(2) - set iD($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); -} - -class GetCalendarOnOrganisationResponse extends $pb.GeneratedMessage { - factory GetCalendarOnOrganisationResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - GetCalendarOnOrganisationResponse._() : super(); - factory GetCalendarOnOrganisationResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory GetCalendarOnOrganisationResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetCalendarOnOrganisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - GetCalendarOnOrganisationResponse clone() => GetCalendarOnOrganisationResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - GetCalendarOnOrganisationResponse copyWith(void Function(GetCalendarOnOrganisationResponse) updates) => super.copyWith((message) => updates(message as GetCalendarOnOrganisationResponse)) as GetCalendarOnOrganisationResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static GetCalendarOnOrganisationResponse create() => GetCalendarOnOrganisationResponse._(); - GetCalendarOnOrganisationResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static GetCalendarOnOrganisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static GetCalendarOnOrganisationResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// List a calendar at organisation level -class ListCalendarOnOrganisationRequest extends $pb.GeneratedMessage { - factory ListCalendarOnOrganisationRequest({ - $3.RequestOrganisationHeader? header, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - return $result; - } - ListCalendarOnOrganisationRequest._() : super(); - factory ListCalendarOnOrganisationRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ListCalendarOnOrganisationRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListCalendarOnOrganisationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestOrganisationHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestOrganisationHeader.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ListCalendarOnOrganisationRequest clone() => ListCalendarOnOrganisationRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ListCalendarOnOrganisationRequest copyWith(void Function(ListCalendarOnOrganisationRequest) updates) => super.copyWith((message) => updates(message as ListCalendarOnOrganisationRequest)) as ListCalendarOnOrganisationRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ListCalendarOnOrganisationRequest create() => ListCalendarOnOrganisationRequest._(); - ListCalendarOnOrganisationRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ListCalendarOnOrganisationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ListCalendarOnOrganisationRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestOrganisationHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestOrganisationHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestOrganisationHeader ensureHeader() => $_ensure(0); -} - -class ListCalendarOnOrganisationResponse extends $pb.GeneratedMessage { - factory ListCalendarOnOrganisationResponse({ - $core.Iterable? calendars, - }) { - final $result = create(); - if (calendars != null) { - $result.calendars.addAll(calendars); - } - return $result; - } - ListCalendarOnOrganisationResponse._() : super(); - factory ListCalendarOnOrganisationResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ListCalendarOnOrganisationResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListCalendarOnOrganisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc(1, _omitFieldNames ? '' : 'Calendars', $pb.PbFieldType.PM, protoName: 'Calendars', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ListCalendarOnOrganisationResponse clone() => ListCalendarOnOrganisationResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ListCalendarOnOrganisationResponse copyWith(void Function(ListCalendarOnOrganisationResponse) updates) => super.copyWith((message) => updates(message as ListCalendarOnOrganisationResponse)) as ListCalendarOnOrganisationResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ListCalendarOnOrganisationResponse create() => ListCalendarOnOrganisationResponse._(); - ListCalendarOnOrganisationResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ListCalendarOnOrganisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ListCalendarOnOrganisationResponse? _defaultInstance; - - @$pb.TagNumber(1) - $pb.PbList get calendars => $_getList(0); -} - -/// Update a calendar at organisation level -class UpdateCalendarOnOrganisationRequest extends $pb.GeneratedMessage { - factory UpdateCalendarOnOrganisationRequest({ - $3.RequestOrganisationHeader? header, - $core.String? iD, - $core.String? name, - $core.String? description, - $core.Iterable? exceptionalClosures, - $core.Iterable? workTimeDays, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (name != null) { - $result.name = name; - } - if (description != null) { - $result.description = description; - } - if (exceptionalClosures != null) { - $result.exceptionalClosures.addAll(exceptionalClosures); - } - if (workTimeDays != null) { - $result.workTimeDays.addAll(workTimeDays); - } - return $result; - } - UpdateCalendarOnOrganisationRequest._() : super(); - factory UpdateCalendarOnOrganisationRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory UpdateCalendarOnOrganisationRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UpdateCalendarOnOrganisationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestOrganisationHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestOrganisationHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'ID', protoName: 'ID') - ..aOS(3, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..aOS(4, _omitFieldNames ? '' : 'Description', protoName: 'Description') - ..pc(5, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create) - ..pc(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - UpdateCalendarOnOrganisationRequest clone() => UpdateCalendarOnOrganisationRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - UpdateCalendarOnOrganisationRequest copyWith(void Function(UpdateCalendarOnOrganisationRequest) updates) => super.copyWith((message) => updates(message as UpdateCalendarOnOrganisationRequest)) as UpdateCalendarOnOrganisationRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static UpdateCalendarOnOrganisationRequest create() => UpdateCalendarOnOrganisationRequest._(); - UpdateCalendarOnOrganisationRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static UpdateCalendarOnOrganisationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static UpdateCalendarOnOrganisationRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestOrganisationHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestOrganisationHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestOrganisationHeader ensureHeader() => $_ensure(0); - - /// Identifier of the calendar - @$pb.TagNumber(2) - $core.String get iD => $_getSZ(1); - @$pb.TagNumber(2) - set iD($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - - /// Name of the calendar - @$pb.TagNumber(3) - $core.String get name => $_getSZ(2); - @$pb.TagNumber(3) - set name($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasName() => $_has(2); - @$pb.TagNumber(3) - void clearName() => $_clearField(3); - - /// Description of the calendar - @$pb.TagNumber(4) - $core.String get description => $_getSZ(3); - @$pb.TagNumber(4) - set description($core.String v) { $_setString(3, v); } - @$pb.TagNumber(4) - $core.bool hasDescription() => $_has(3); - @$pb.TagNumber(4) - void clearDescription() => $_clearField(4); - - /// List of Exceptional closure - @$pb.TagNumber(5) - $pb.PbList get exceptionalClosures => $_getList(4); - - /// Definition of the opening hours by week day - @$pb.TagNumber(7) - $pb.PbList get workTimeDays => $_getList(5); -} - -class UpdateCalendarOnOrganisationResponse extends $pb.GeneratedMessage { - factory UpdateCalendarOnOrganisationResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - UpdateCalendarOnOrganisationResponse._() : super(); - factory UpdateCalendarOnOrganisationResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory UpdateCalendarOnOrganisationResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UpdateCalendarOnOrganisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - UpdateCalendarOnOrganisationResponse clone() => UpdateCalendarOnOrganisationResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - UpdateCalendarOnOrganisationResponse copyWith(void Function(UpdateCalendarOnOrganisationResponse) updates) => super.copyWith((message) => updates(message as UpdateCalendarOnOrganisationResponse)) as UpdateCalendarOnOrganisationResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static UpdateCalendarOnOrganisationResponse create() => UpdateCalendarOnOrganisationResponse._(); - UpdateCalendarOnOrganisationResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static UpdateCalendarOnOrganisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static UpdateCalendarOnOrganisationResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// Delete a calendar at organisation level -class DeleteCalendarOnOrganisationRequest extends $pb.GeneratedMessage { - factory DeleteCalendarOnOrganisationRequest({ - $3.RequestOrganisationHeader? header, - $core.String? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - DeleteCalendarOnOrganisationRequest._() : super(); - factory DeleteCalendarOnOrganisationRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory DeleteCalendarOnOrganisationRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DeleteCalendarOnOrganisationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestOrganisationHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestOrganisationHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'ID', protoName: 'ID') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - DeleteCalendarOnOrganisationRequest clone() => DeleteCalendarOnOrganisationRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - DeleteCalendarOnOrganisationRequest copyWith(void Function(DeleteCalendarOnOrganisationRequest) updates) => super.copyWith((message) => updates(message as DeleteCalendarOnOrganisationRequest)) as DeleteCalendarOnOrganisationRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static DeleteCalendarOnOrganisationRequest create() => DeleteCalendarOnOrganisationRequest._(); - DeleteCalendarOnOrganisationRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static DeleteCalendarOnOrganisationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static DeleteCalendarOnOrganisationRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestOrganisationHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestOrganisationHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestOrganisationHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $core.String get iD => $_getSZ(1); - @$pb.TagNumber(2) - set iD($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); -} - -class DeleteCalendarOnOrganisationResponse extends $pb.GeneratedMessage { - factory DeleteCalendarOnOrganisationResponse() => create(); - DeleteCalendarOnOrganisationResponse._() : super(); - factory DeleteCalendarOnOrganisationResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory DeleteCalendarOnOrganisationResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DeleteCalendarOnOrganisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - DeleteCalendarOnOrganisationResponse clone() => DeleteCalendarOnOrganisationResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - DeleteCalendarOnOrganisationResponse copyWith(void Function(DeleteCalendarOnOrganisationResponse) updates) => super.copyWith((message) => updates(message as DeleteCalendarOnOrganisationResponse)) as DeleteCalendarOnOrganisationResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static DeleteCalendarOnOrganisationResponse create() => DeleteCalendarOnOrganisationResponse._(); - DeleteCalendarOnOrganisationResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static DeleteCalendarOnOrganisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static DeleteCalendarOnOrganisationResponse? _defaultInstance; -} - -/// ImportClassicHolidays on a calendar at organisation level -class ImportClassicHolidaysOnOrganisationRequest extends $pb.GeneratedMessage { - factory ImportClassicHolidaysOnOrganisationRequest({ - Calendar? calendar, - $core.String? country, - $core.int? numberOfYears, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - if (country != null) { - $result.country = country; - } - if (numberOfYears != null) { - $result.numberOfYears = numberOfYears; - } - return $result; - } - ImportClassicHolidaysOnOrganisationRequest._() : super(); - factory ImportClassicHolidaysOnOrganisationRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ImportClassicHolidaysOnOrganisationRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ImportClassicHolidaysOnOrganisationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..aOS(2, _omitFieldNames ? '' : 'Country', protoName: 'Country') - ..a<$core.int>(3, _omitFieldNames ? '' : 'NumberOfYears', $pb.PbFieldType.OU3, protoName: 'NumberOfYears') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ImportClassicHolidaysOnOrganisationRequest clone() => ImportClassicHolidaysOnOrganisationRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ImportClassicHolidaysOnOrganisationRequest copyWith(void Function(ImportClassicHolidaysOnOrganisationRequest) updates) => super.copyWith((message) => updates(message as ImportClassicHolidaysOnOrganisationRequest)) as ImportClassicHolidaysOnOrganisationRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ImportClassicHolidaysOnOrganisationRequest create() => ImportClassicHolidaysOnOrganisationRequest._(); - ImportClassicHolidaysOnOrganisationRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ImportClassicHolidaysOnOrganisationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ImportClassicHolidaysOnOrganisationRequest? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); - - @$pb.TagNumber(2) - $core.String get country => $_getSZ(1); - @$pb.TagNumber(2) - set country($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasCountry() => $_has(1); - @$pb.TagNumber(2) - void clearCountry() => $_clearField(2); - - @$pb.TagNumber(3) - $core.int get numberOfYears => $_getIZ(2); - @$pb.TagNumber(3) - set numberOfYears($core.int v) { $_setUnsignedInt32(2, v); } - @$pb.TagNumber(3) - $core.bool hasNumberOfYears() => $_has(2); - @$pb.TagNumber(3) - void clearNumberOfYears() => $_clearField(3); -} - -class ImportClassicHolidaysOnOrganisationResponse extends $pb.GeneratedMessage { - factory ImportClassicHolidaysOnOrganisationResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - ImportClassicHolidaysOnOrganisationResponse._() : super(); - factory ImportClassicHolidaysOnOrganisationResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ImportClassicHolidaysOnOrganisationResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ImportClassicHolidaysOnOrganisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ImportClassicHolidaysOnOrganisationResponse clone() => ImportClassicHolidaysOnOrganisationResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ImportClassicHolidaysOnOrganisationResponse copyWith(void Function(ImportClassicHolidaysOnOrganisationResponse) updates) => super.copyWith((message) => updates(message as ImportClassicHolidaysOnOrganisationResponse)) as ImportClassicHolidaysOnOrganisationResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ImportClassicHolidaysOnOrganisationResponse create() => ImportClassicHolidaysOnOrganisationResponse._(); - ImportClassicHolidaysOnOrganisationResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ImportClassicHolidaysOnOrganisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ImportClassicHolidaysOnOrganisationResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// Clone a calendar at organisation level -class CloneCalendarOnOrganisationRequest extends $pb.GeneratedMessage { - factory CloneCalendarOnOrganisationRequest({ - $core.String? calendarID, - $core.String? name, - $core.String? description, - }) { - final $result = create(); - if (calendarID != null) { - $result.calendarID = calendarID; - } - if (name != null) { - $result.name = name; - } - if (description != null) { - $result.description = description; - } - return $result; - } - CloneCalendarOnOrganisationRequest._() : super(); - factory CloneCalendarOnOrganisationRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory CloneCalendarOnOrganisationRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CloneCalendarOnOrganisationRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOS(1, _omitFieldNames ? '' : 'CalendarID', protoName: 'CalendarID') - ..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..aOS(3, _omitFieldNames ? '' : 'Description', protoName: 'Description') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - CloneCalendarOnOrganisationRequest clone() => CloneCalendarOnOrganisationRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - CloneCalendarOnOrganisationRequest copyWith(void Function(CloneCalendarOnOrganisationRequest) updates) => super.copyWith((message) => updates(message as CloneCalendarOnOrganisationRequest)) as CloneCalendarOnOrganisationRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static CloneCalendarOnOrganisationRequest create() => CloneCalendarOnOrganisationRequest._(); - CloneCalendarOnOrganisationRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static CloneCalendarOnOrganisationRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static CloneCalendarOnOrganisationRequest? _defaultInstance; - - /// Identifier of the calendar to copy - @$pb.TagNumber(1) - $core.String get calendarID => $_getSZ(0); - @$pb.TagNumber(1) - set calendarID($core.String v) { $_setString(0, v); } - @$pb.TagNumber(1) - $core.bool hasCalendarID() => $_has(0); - @$pb.TagNumber(1) - void clearCalendarID() => $_clearField(1); - - /// Name of the calendar - @$pb.TagNumber(2) - $core.String get name => $_getSZ(1); - @$pb.TagNumber(2) - set name($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasName() => $_has(1); - @$pb.TagNumber(2) - void clearName() => $_clearField(2); - - /// Description of the calendar - @$pb.TagNumber(3) - $core.String get description => $_getSZ(2); - @$pb.TagNumber(3) - set description($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasDescription() => $_has(2); - @$pb.TagNumber(3) - void clearDescription() => $_clearField(3); -} - -class CloneCalendarOnOrganisationResponse extends $pb.GeneratedMessage { - factory CloneCalendarOnOrganisationResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - CloneCalendarOnOrganisationResponse._() : super(); - factory CloneCalendarOnOrganisationResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory CloneCalendarOnOrganisationResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CloneCalendarOnOrganisationResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - CloneCalendarOnOrganisationResponse clone() => CloneCalendarOnOrganisationResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - CloneCalendarOnOrganisationResponse copyWith(void Function(CloneCalendarOnOrganisationResponse) updates) => super.copyWith((message) => updates(message as CloneCalendarOnOrganisationResponse)) as CloneCalendarOnOrganisationResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static CloneCalendarOnOrganisationResponse create() => CloneCalendarOnOrganisationResponse._(); - CloneCalendarOnOrganisationResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static CloneCalendarOnOrganisationResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static CloneCalendarOnOrganisationResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// Create a calendar at site level -class CreateCalendarOnSiteRequest extends $pb.GeneratedMessage { - factory CreateCalendarOnSiteRequest({ - $3.RequestSiteHeader? header, - $core.String? name, - $core.String? description, - $core.Iterable? exceptionalClosures, - $core.Iterable? workTimeDays, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (name != null) { - $result.name = name; - } - if (description != null) { - $result.description = description; - } - if (exceptionalClosures != null) { - $result.exceptionalClosures.addAll(exceptionalClosures); - } - if (workTimeDays != null) { - $result.workTimeDays.addAll(workTimeDays); - } - return $result; - } - CreateCalendarOnSiteRequest._() : super(); - factory CreateCalendarOnSiteRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory CreateCalendarOnSiteRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreateCalendarOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..aOS(3, _omitFieldNames ? '' : 'Description', protoName: 'Description') - ..pc(4, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create) - ..pc(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - CreateCalendarOnSiteRequest clone() => CreateCalendarOnSiteRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - CreateCalendarOnSiteRequest copyWith(void Function(CreateCalendarOnSiteRequest) updates) => super.copyWith((message) => updates(message as CreateCalendarOnSiteRequest)) as CreateCalendarOnSiteRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static CreateCalendarOnSiteRequest create() => CreateCalendarOnSiteRequest._(); - CreateCalendarOnSiteRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static CreateCalendarOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static CreateCalendarOnSiteRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - /// Name of the calendar - @$pb.TagNumber(2) - $core.String get name => $_getSZ(1); - @$pb.TagNumber(2) - set name($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasName() => $_has(1); - @$pb.TagNumber(2) - void clearName() => $_clearField(2); - - /// Description of the calendar - @$pb.TagNumber(3) - $core.String get description => $_getSZ(2); - @$pb.TagNumber(3) - set description($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasDescription() => $_has(2); - @$pb.TagNumber(3) - void clearDescription() => $_clearField(3); - - /// List of Exceptional closure - @$pb.TagNumber(4) - $pb.PbList get exceptionalClosures => $_getList(3); - - /// Definition of the opening hours by week day - @$pb.TagNumber(7) - $pb.PbList get workTimeDays => $_getList(4); -} - -class CreateCalendarOnSiteResponse extends $pb.GeneratedMessage { - factory CreateCalendarOnSiteResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - CreateCalendarOnSiteResponse._() : super(); - factory CreateCalendarOnSiteResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory CreateCalendarOnSiteResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreateCalendarOnSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - CreateCalendarOnSiteResponse clone() => CreateCalendarOnSiteResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - CreateCalendarOnSiteResponse copyWith(void Function(CreateCalendarOnSiteResponse) updates) => super.copyWith((message) => updates(message as CreateCalendarOnSiteResponse)) as CreateCalendarOnSiteResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static CreateCalendarOnSiteResponse create() => CreateCalendarOnSiteResponse._(); - CreateCalendarOnSiteResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static CreateCalendarOnSiteResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static CreateCalendarOnSiteResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// Get a calendar at site level -class GetCalendarOnSiteRequest extends $pb.GeneratedMessage { - factory GetCalendarOnSiteRequest({ - $3.RequestSiteHeader? header, - $core.String? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - GetCalendarOnSiteRequest._() : super(); - factory GetCalendarOnSiteRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory GetCalendarOnSiteRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetCalendarOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'ID', protoName: 'ID') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - GetCalendarOnSiteRequest clone() => GetCalendarOnSiteRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - GetCalendarOnSiteRequest copyWith(void Function(GetCalendarOnSiteRequest) updates) => super.copyWith((message) => updates(message as GetCalendarOnSiteRequest)) as GetCalendarOnSiteRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static GetCalendarOnSiteRequest create() => GetCalendarOnSiteRequest._(); - GetCalendarOnSiteRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static GetCalendarOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static GetCalendarOnSiteRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $core.String get iD => $_getSZ(1); - @$pb.TagNumber(2) - set iD($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); -} - -class GetCalendarOnSiteResponse extends $pb.GeneratedMessage { - factory GetCalendarOnSiteResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - GetCalendarOnSiteResponse._() : super(); - factory GetCalendarOnSiteResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory GetCalendarOnSiteResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetCalendarOnSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - GetCalendarOnSiteResponse clone() => GetCalendarOnSiteResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - GetCalendarOnSiteResponse copyWith(void Function(GetCalendarOnSiteResponse) updates) => super.copyWith((message) => updates(message as GetCalendarOnSiteResponse)) as GetCalendarOnSiteResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static GetCalendarOnSiteResponse create() => GetCalendarOnSiteResponse._(); - GetCalendarOnSiteResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static GetCalendarOnSiteResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static GetCalendarOnSiteResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// List a calendar at site level -class ListCalendarOnSiteRequest extends $pb.GeneratedMessage { - factory ListCalendarOnSiteRequest({ - $3.RequestSiteHeader? header, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - return $result; - } - ListCalendarOnSiteRequest._() : super(); - factory ListCalendarOnSiteRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ListCalendarOnSiteRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListCalendarOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ListCalendarOnSiteRequest clone() => ListCalendarOnSiteRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ListCalendarOnSiteRequest copyWith(void Function(ListCalendarOnSiteRequest) updates) => super.copyWith((message) => updates(message as ListCalendarOnSiteRequest)) as ListCalendarOnSiteRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ListCalendarOnSiteRequest create() => ListCalendarOnSiteRequest._(); - ListCalendarOnSiteRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ListCalendarOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ListCalendarOnSiteRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); -} - -class ListCalendarOnSiteResponse extends $pb.GeneratedMessage { - factory ListCalendarOnSiteResponse({ - $core.Iterable? calendars, - }) { - final $result = create(); - if (calendars != null) { - $result.calendars.addAll(calendars); - } - return $result; - } - ListCalendarOnSiteResponse._() : super(); - factory ListCalendarOnSiteResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ListCalendarOnSiteResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListCalendarOnSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc(1, _omitFieldNames ? '' : 'Calendars', $pb.PbFieldType.PM, protoName: 'Calendars', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ListCalendarOnSiteResponse clone() => ListCalendarOnSiteResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ListCalendarOnSiteResponse copyWith(void Function(ListCalendarOnSiteResponse) updates) => super.copyWith((message) => updates(message as ListCalendarOnSiteResponse)) as ListCalendarOnSiteResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ListCalendarOnSiteResponse create() => ListCalendarOnSiteResponse._(); - ListCalendarOnSiteResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ListCalendarOnSiteResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ListCalendarOnSiteResponse? _defaultInstance; - - @$pb.TagNumber(1) - $pb.PbList get calendars => $_getList(0); -} - -/// Update a calendar at site level -class UpdateCalendarOnSiteRequest extends $pb.GeneratedMessage { - factory UpdateCalendarOnSiteRequest({ - $3.RequestSiteHeader? header, - $core.String? iD, - $core.String? name, - $core.String? description, - $core.Iterable? exceptionalClosures, - $core.Iterable? workTimeDays, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - if (name != null) { - $result.name = name; - } - if (description != null) { - $result.description = description; - } - if (exceptionalClosures != null) { - $result.exceptionalClosures.addAll(exceptionalClosures); - } - if (workTimeDays != null) { - $result.workTimeDays.addAll(workTimeDays); - } - return $result; - } - UpdateCalendarOnSiteRequest._() : super(); - factory UpdateCalendarOnSiteRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory UpdateCalendarOnSiteRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UpdateCalendarOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'ID', protoName: 'ID') - ..aOS(3, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..aOS(4, _omitFieldNames ? '' : 'Description', protoName: 'Description') - ..pc(5, _omitFieldNames ? '' : 'ExceptionalClosures', $pb.PbFieldType.PM, protoName: 'ExceptionalClosures', subBuilder: ExceptionalClosure.create) - ..pc(7, _omitFieldNames ? '' : 'WorkTimeDays', $pb.PbFieldType.PM, protoName: 'WorkTimeDays', subBuilder: WorkTimeDay.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - UpdateCalendarOnSiteRequest clone() => UpdateCalendarOnSiteRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - UpdateCalendarOnSiteRequest copyWith(void Function(UpdateCalendarOnSiteRequest) updates) => super.copyWith((message) => updates(message as UpdateCalendarOnSiteRequest)) as UpdateCalendarOnSiteRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static UpdateCalendarOnSiteRequest create() => UpdateCalendarOnSiteRequest._(); - UpdateCalendarOnSiteRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static UpdateCalendarOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static UpdateCalendarOnSiteRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - /// Identifier of the calendar - @$pb.TagNumber(2) - $core.String get iD => $_getSZ(1); - @$pb.TagNumber(2) - set iD($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); - - /// Name of the calendar - @$pb.TagNumber(3) - $core.String get name => $_getSZ(2); - @$pb.TagNumber(3) - set name($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasName() => $_has(2); - @$pb.TagNumber(3) - void clearName() => $_clearField(3); - - /// Description of the calendar - @$pb.TagNumber(4) - $core.String get description => $_getSZ(3); - @$pb.TagNumber(4) - set description($core.String v) { $_setString(3, v); } - @$pb.TagNumber(4) - $core.bool hasDescription() => $_has(3); - @$pb.TagNumber(4) - void clearDescription() => $_clearField(4); - - /// List of Exceptional closure - @$pb.TagNumber(5) - $pb.PbList get exceptionalClosures => $_getList(4); - - /// Definition of the opening hours by week day - @$pb.TagNumber(7) - $pb.PbList get workTimeDays => $_getList(5); -} - -class UpdateCalendarOnSiteResponse extends $pb.GeneratedMessage { - factory UpdateCalendarOnSiteResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - UpdateCalendarOnSiteResponse._() : super(); - factory UpdateCalendarOnSiteResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory UpdateCalendarOnSiteResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UpdateCalendarOnSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - UpdateCalendarOnSiteResponse clone() => UpdateCalendarOnSiteResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - UpdateCalendarOnSiteResponse copyWith(void Function(UpdateCalendarOnSiteResponse) updates) => super.copyWith((message) => updates(message as UpdateCalendarOnSiteResponse)) as UpdateCalendarOnSiteResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static UpdateCalendarOnSiteResponse create() => UpdateCalendarOnSiteResponse._(); - UpdateCalendarOnSiteResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static UpdateCalendarOnSiteResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static UpdateCalendarOnSiteResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// Delete a calendar at site level -class DeleteCalendarOnSiteRequest extends $pb.GeneratedMessage { - factory DeleteCalendarOnSiteRequest({ - $3.RequestSiteHeader? header, - $core.String? iD, - }) { - final $result = create(); - if (header != null) { - $result.header = header; - } - if (iD != null) { - $result.iD = iD; - } - return $result; - } - DeleteCalendarOnSiteRequest._() : super(); - factory DeleteCalendarOnSiteRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory DeleteCalendarOnSiteRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DeleteCalendarOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$3.RequestSiteHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestSiteHeader.create) - ..aOS(2, _omitFieldNames ? '' : 'ID', protoName: 'ID') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - DeleteCalendarOnSiteRequest clone() => DeleteCalendarOnSiteRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - DeleteCalendarOnSiteRequest copyWith(void Function(DeleteCalendarOnSiteRequest) updates) => super.copyWith((message) => updates(message as DeleteCalendarOnSiteRequest)) as DeleteCalendarOnSiteRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static DeleteCalendarOnSiteRequest create() => DeleteCalendarOnSiteRequest._(); - DeleteCalendarOnSiteRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static DeleteCalendarOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static DeleteCalendarOnSiteRequest? _defaultInstance; - - @$pb.TagNumber(1) - $3.RequestSiteHeader get header => $_getN(0); - @$pb.TagNumber(1) - set header($3.RequestSiteHeader v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasHeader() => $_has(0); - @$pb.TagNumber(1) - void clearHeader() => $_clearField(1); - @$pb.TagNumber(1) - $3.RequestSiteHeader ensureHeader() => $_ensure(0); - - @$pb.TagNumber(2) - $core.String get iD => $_getSZ(1); - @$pb.TagNumber(2) - set iD($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasID() => $_has(1); - @$pb.TagNumber(2) - void clearID() => $_clearField(2); -} - -class DeleteCalendarOnSiteResponse extends $pb.GeneratedMessage { - factory DeleteCalendarOnSiteResponse() => create(); - DeleteCalendarOnSiteResponse._() : super(); - factory DeleteCalendarOnSiteResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory DeleteCalendarOnSiteResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DeleteCalendarOnSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - DeleteCalendarOnSiteResponse clone() => DeleteCalendarOnSiteResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - DeleteCalendarOnSiteResponse copyWith(void Function(DeleteCalendarOnSiteResponse) updates) => super.copyWith((message) => updates(message as DeleteCalendarOnSiteResponse)) as DeleteCalendarOnSiteResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static DeleteCalendarOnSiteResponse create() => DeleteCalendarOnSiteResponse._(); - DeleteCalendarOnSiteResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static DeleteCalendarOnSiteResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static DeleteCalendarOnSiteResponse? _defaultInstance; -} - -/// ImportClassicHolidays on a calendar at site level -class ImportClassicHolidaysOnSiteRequest extends $pb.GeneratedMessage { - factory ImportClassicHolidaysOnSiteRequest({ - Calendar? calendar, - $core.String? country, - $core.int? numberOfYears, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - if (country != null) { - $result.country = country; - } - if (numberOfYears != null) { - $result.numberOfYears = numberOfYears; - } - return $result; - } - ImportClassicHolidaysOnSiteRequest._() : super(); - factory ImportClassicHolidaysOnSiteRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ImportClassicHolidaysOnSiteRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ImportClassicHolidaysOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..aOS(2, _omitFieldNames ? '' : 'Country', protoName: 'Country') - ..a<$core.int>(3, _omitFieldNames ? '' : 'NumberOfYears', $pb.PbFieldType.OU3, protoName: 'NumberOfYears') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ImportClassicHolidaysOnSiteRequest clone() => ImportClassicHolidaysOnSiteRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ImportClassicHolidaysOnSiteRequest copyWith(void Function(ImportClassicHolidaysOnSiteRequest) updates) => super.copyWith((message) => updates(message as ImportClassicHolidaysOnSiteRequest)) as ImportClassicHolidaysOnSiteRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ImportClassicHolidaysOnSiteRequest create() => ImportClassicHolidaysOnSiteRequest._(); - ImportClassicHolidaysOnSiteRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ImportClassicHolidaysOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ImportClassicHolidaysOnSiteRequest? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); - - @$pb.TagNumber(2) - $core.String get country => $_getSZ(1); - @$pb.TagNumber(2) - set country($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasCountry() => $_has(1); - @$pb.TagNumber(2) - void clearCountry() => $_clearField(2); - - @$pb.TagNumber(3) - $core.int get numberOfYears => $_getIZ(2); - @$pb.TagNumber(3) - set numberOfYears($core.int v) { $_setUnsignedInt32(2, v); } - @$pb.TagNumber(3) - $core.bool hasNumberOfYears() => $_has(2); - @$pb.TagNumber(3) - void clearNumberOfYears() => $_clearField(3); -} - -class ImportClassicHolidaysOnSiteResponse extends $pb.GeneratedMessage { - factory ImportClassicHolidaysOnSiteResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - ImportClassicHolidaysOnSiteResponse._() : super(); - factory ImportClassicHolidaysOnSiteResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory ImportClassicHolidaysOnSiteResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ImportClassicHolidaysOnSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - ImportClassicHolidaysOnSiteResponse clone() => ImportClassicHolidaysOnSiteResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - ImportClassicHolidaysOnSiteResponse copyWith(void Function(ImportClassicHolidaysOnSiteResponse) updates) => super.copyWith((message) => updates(message as ImportClassicHolidaysOnSiteResponse)) as ImportClassicHolidaysOnSiteResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static ImportClassicHolidaysOnSiteResponse create() => ImportClassicHolidaysOnSiteResponse._(); - ImportClassicHolidaysOnSiteResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static ImportClassicHolidaysOnSiteResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static ImportClassicHolidaysOnSiteResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - -/// Clone a calendar at site level -class CloneCalendarOnSiteRequest extends $pb.GeneratedMessage { - factory CloneCalendarOnSiteRequest({ - $core.String? calendarID, - $core.String? name, - $core.String? description, - }) { - final $result = create(); - if (calendarID != null) { - $result.calendarID = calendarID; - } - if (name != null) { - $result.name = name; - } - if (description != null) { - $result.description = description; - } - return $result; - } - CloneCalendarOnSiteRequest._() : super(); - factory CloneCalendarOnSiteRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory CloneCalendarOnSiteRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CloneCalendarOnSiteRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOS(1, _omitFieldNames ? '' : 'CalendarID', protoName: 'CalendarID') - ..aOS(2, _omitFieldNames ? '' : 'Name', protoName: 'Name') - ..aOS(3, _omitFieldNames ? '' : 'Description', protoName: 'Description') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - CloneCalendarOnSiteRequest clone() => CloneCalendarOnSiteRequest()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - CloneCalendarOnSiteRequest copyWith(void Function(CloneCalendarOnSiteRequest) updates) => super.copyWith((message) => updates(message as CloneCalendarOnSiteRequest)) as CloneCalendarOnSiteRequest; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static CloneCalendarOnSiteRequest create() => CloneCalendarOnSiteRequest._(); - CloneCalendarOnSiteRequest createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static CloneCalendarOnSiteRequest getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static CloneCalendarOnSiteRequest? _defaultInstance; - - /// Identifier of the calendar to copy - @$pb.TagNumber(1) - $core.String get calendarID => $_getSZ(0); - @$pb.TagNumber(1) - set calendarID($core.String v) { $_setString(0, v); } - @$pb.TagNumber(1) - $core.bool hasCalendarID() => $_has(0); - @$pb.TagNumber(1) - void clearCalendarID() => $_clearField(1); - - /// Name of the calendar - @$pb.TagNumber(2) - $core.String get name => $_getSZ(1); - @$pb.TagNumber(2) - set name($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasName() => $_has(1); - @$pb.TagNumber(2) - void clearName() => $_clearField(2); - - /// Description of the calendar - @$pb.TagNumber(3) - $core.String get description => $_getSZ(2); - @$pb.TagNumber(3) - set description($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasDescription() => $_has(2); - @$pb.TagNumber(3) - void clearDescription() => $_clearField(3); -} - -class CloneCalendarOnSiteResponse extends $pb.GeneratedMessage { - factory CloneCalendarOnSiteResponse({ - Calendar? calendar, - }) { - final $result = create(); - if (calendar != null) { - $result.calendar = calendar; - } - return $result; - } - CloneCalendarOnSiteResponse._() : super(); - factory CloneCalendarOnSiteResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory CloneCalendarOnSiteResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CloneCalendarOnSiteResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Calendar', protoName: 'Calendar', subBuilder: Calendar.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - CloneCalendarOnSiteResponse clone() => CloneCalendarOnSiteResponse()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - CloneCalendarOnSiteResponse copyWith(void Function(CloneCalendarOnSiteResponse) updates) => super.copyWith((message) => updates(message as CloneCalendarOnSiteResponse)) as CloneCalendarOnSiteResponse; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static CloneCalendarOnSiteResponse create() => CloneCalendarOnSiteResponse._(); - CloneCalendarOnSiteResponse createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static CloneCalendarOnSiteResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static CloneCalendarOnSiteResponse? _defaultInstance; - - @$pb.TagNumber(1) - Calendar get calendar => $_getN(0); - @$pb.TagNumber(1) - set calendar(Calendar v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCalendar() => $_has(0); - @$pb.TagNumber(1) - void clearCalendar() => $_clearField(1); - @$pb.TagNumber(1) - Calendar ensureCalendar() => $_ensure(0); -} - - -const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names'); -const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names'); diff --git a/lib/calendar.pbenum.dart b/lib/calendar.pbenum.dart deleted file mode 100644 index b035ff9b..00000000 --- a/lib/calendar.pbenum.dart +++ /dev/null @@ -1,11 +0,0 @@ -// -// Generated code. Do not modify. -// source: calendar.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - diff --git a/lib/calendar.pbgrpc.dart b/lib/calendar.pbgrpc.dart deleted file mode 100644 index caaed183..00000000 --- a/lib/calendar.pbgrpc.dart +++ /dev/null @@ -1,275 +0,0 @@ -// -// Generated code. Do not modify. -// source: calendar.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:async' as $async; -import 'dart:core' as $core; - -import 'package:grpc/service_api.dart' as $grpc; -import 'package:protobuf/protobuf.dart' as $pb; - -import 'calendar.pb.dart' as $13; - -export 'calendar.pb.dart'; - -@$pb.GrpcServiceName('api.CalendarService') -class CalendarServiceClient extends $grpc.Client { - static final _$createCalendarOnOrganisation = $grpc.ClientMethod<$13.CreateCalendarOnOrganisationRequest, $13.CreateCalendarOnOrganisationResponse>( - '/api.CalendarService/CreateCalendarOnOrganisation', - ($13.CreateCalendarOnOrganisationRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.CreateCalendarOnOrganisationResponse.fromBuffer(value)); - static final _$getCalendarOnOrganisation = $grpc.ClientMethod<$13.GetCalendarOnOrganisationRequest, $13.GetCalendarOnOrganisationResponse>( - '/api.CalendarService/GetCalendarOnOrganisation', - ($13.GetCalendarOnOrganisationRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.GetCalendarOnOrganisationResponse.fromBuffer(value)); - static final _$listCalendarOnOrganisation = $grpc.ClientMethod<$13.ListCalendarOnOrganisationRequest, $13.ListCalendarOnOrganisationResponse>( - '/api.CalendarService/ListCalendarOnOrganisation', - ($13.ListCalendarOnOrganisationRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.ListCalendarOnOrganisationResponse.fromBuffer(value)); - static final _$updateCalendarOnOrganisation = $grpc.ClientMethod<$13.UpdateCalendarOnOrganisationRequest, $13.UpdateCalendarOnOrganisationResponse>( - '/api.CalendarService/UpdateCalendarOnOrganisation', - ($13.UpdateCalendarOnOrganisationRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.UpdateCalendarOnOrganisationResponse.fromBuffer(value)); - static final _$deleteCalendarOnOrganisation = $grpc.ClientMethod<$13.DeleteCalendarOnOrganisationRequest, $13.DeleteCalendarOnOrganisationResponse>( - '/api.CalendarService/DeleteCalendarOnOrganisation', - ($13.DeleteCalendarOnOrganisationRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.DeleteCalendarOnOrganisationResponse.fromBuffer(value)); - static final _$importClassicHolidaysOnOrganisation = $grpc.ClientMethod<$13.ImportClassicHolidaysOnOrganisationRequest, $13.ImportClassicHolidaysOnOrganisationResponse>( - '/api.CalendarService/ImportClassicHolidaysOnOrganisation', - ($13.ImportClassicHolidaysOnOrganisationRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.ImportClassicHolidaysOnOrganisationResponse.fromBuffer(value)); - static final _$createCalendarOnSite = $grpc.ClientMethod<$13.CreateCalendarOnSiteRequest, $13.CreateCalendarOnSiteResponse>( - '/api.CalendarService/CreateCalendarOnSite', - ($13.CreateCalendarOnSiteRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.CreateCalendarOnSiteResponse.fromBuffer(value)); - static final _$getCalendarOnSite = $grpc.ClientMethod<$13.GetCalendarOnSiteRequest, $13.GetCalendarOnSiteResponse>( - '/api.CalendarService/GetCalendarOnSite', - ($13.GetCalendarOnSiteRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.GetCalendarOnSiteResponse.fromBuffer(value)); - static final _$listCalendarOnSite = $grpc.ClientMethod<$13.ListCalendarOnSiteRequest, $13.ListCalendarOnSiteResponse>( - '/api.CalendarService/ListCalendarOnSite', - ($13.ListCalendarOnSiteRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.ListCalendarOnSiteResponse.fromBuffer(value)); - static final _$updateCalendarOnSite = $grpc.ClientMethod<$13.UpdateCalendarOnSiteRequest, $13.UpdateCalendarOnSiteResponse>( - '/api.CalendarService/UpdateCalendarOnSite', - ($13.UpdateCalendarOnSiteRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.UpdateCalendarOnSiteResponse.fromBuffer(value)); - static final _$deleteCalendarOnSite = $grpc.ClientMethod<$13.DeleteCalendarOnSiteRequest, $13.DeleteCalendarOnSiteResponse>( - '/api.CalendarService/DeleteCalendarOnSite', - ($13.DeleteCalendarOnSiteRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.DeleteCalendarOnSiteResponse.fromBuffer(value)); - static final _$importClassicHolidaysOnSite = $grpc.ClientMethod<$13.ImportClassicHolidaysOnSiteRequest, $13.ImportClassicHolidaysOnSiteResponse>( - '/api.CalendarService/ImportClassicHolidaysOnSite', - ($13.ImportClassicHolidaysOnSiteRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $13.ImportClassicHolidaysOnSiteResponse.fromBuffer(value)); - - CalendarServiceClient(super.channel, {super.options, super.interceptors}); - - $grpc.ResponseFuture<$13.CreateCalendarOnOrganisationResponse> createCalendarOnOrganisation($13.CreateCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$createCalendarOnOrganisation, request, options: options); - } - - $grpc.ResponseFuture<$13.GetCalendarOnOrganisationResponse> getCalendarOnOrganisation($13.GetCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$getCalendarOnOrganisation, request, options: options); - } - - $grpc.ResponseFuture<$13.ListCalendarOnOrganisationResponse> listCalendarOnOrganisation($13.ListCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$listCalendarOnOrganisation, request, options: options); - } - - $grpc.ResponseFuture<$13.UpdateCalendarOnOrganisationResponse> updateCalendarOnOrganisation($13.UpdateCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$updateCalendarOnOrganisation, request, options: options); - } - - $grpc.ResponseFuture<$13.DeleteCalendarOnOrganisationResponse> deleteCalendarOnOrganisation($13.DeleteCalendarOnOrganisationRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$deleteCalendarOnOrganisation, request, options: options); - } - - $grpc.ResponseFuture<$13.ImportClassicHolidaysOnOrganisationResponse> importClassicHolidaysOnOrganisation($13.ImportClassicHolidaysOnOrganisationRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$importClassicHolidaysOnOrganisation, request, options: options); - } - - $grpc.ResponseFuture<$13.CreateCalendarOnSiteResponse> createCalendarOnSite($13.CreateCalendarOnSiteRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$createCalendarOnSite, request, options: options); - } - - $grpc.ResponseFuture<$13.GetCalendarOnSiteResponse> getCalendarOnSite($13.GetCalendarOnSiteRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$getCalendarOnSite, request, options: options); - } - - $grpc.ResponseFuture<$13.ListCalendarOnSiteResponse> listCalendarOnSite($13.ListCalendarOnSiteRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$listCalendarOnSite, request, options: options); - } - - $grpc.ResponseFuture<$13.UpdateCalendarOnSiteResponse> updateCalendarOnSite($13.UpdateCalendarOnSiteRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$updateCalendarOnSite, request, options: options); - } - - $grpc.ResponseFuture<$13.DeleteCalendarOnSiteResponse> deleteCalendarOnSite($13.DeleteCalendarOnSiteRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$deleteCalendarOnSite, request, options: options); - } - - $grpc.ResponseFuture<$13.ImportClassicHolidaysOnSiteResponse> importClassicHolidaysOnSite($13.ImportClassicHolidaysOnSiteRequest request, {$grpc.CallOptions? options}) { - return $createUnaryCall(_$importClassicHolidaysOnSite, request, options: options); - } -} - -@$pb.GrpcServiceName('api.CalendarService') -abstract class CalendarServiceBase extends $grpc.Service { - $core.String get $name => 'api.CalendarService'; - - CalendarServiceBase() { - $addMethod($grpc.ServiceMethod<$13.CreateCalendarOnOrganisationRequest, $13.CreateCalendarOnOrganisationResponse>( - 'CreateCalendarOnOrganisation', - createCalendarOnOrganisation_Pre, - false, - false, - ($core.List<$core.int> value) => $13.CreateCalendarOnOrganisationRequest.fromBuffer(value), - ($13.CreateCalendarOnOrganisationResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.GetCalendarOnOrganisationRequest, $13.GetCalendarOnOrganisationResponse>( - 'GetCalendarOnOrganisation', - getCalendarOnOrganisation_Pre, - false, - false, - ($core.List<$core.int> value) => $13.GetCalendarOnOrganisationRequest.fromBuffer(value), - ($13.GetCalendarOnOrganisationResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.ListCalendarOnOrganisationRequest, $13.ListCalendarOnOrganisationResponse>( - 'ListCalendarOnOrganisation', - listCalendarOnOrganisation_Pre, - false, - false, - ($core.List<$core.int> value) => $13.ListCalendarOnOrganisationRequest.fromBuffer(value), - ($13.ListCalendarOnOrganisationResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.UpdateCalendarOnOrganisationRequest, $13.UpdateCalendarOnOrganisationResponse>( - 'UpdateCalendarOnOrganisation', - updateCalendarOnOrganisation_Pre, - false, - false, - ($core.List<$core.int> value) => $13.UpdateCalendarOnOrganisationRequest.fromBuffer(value), - ($13.UpdateCalendarOnOrganisationResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.DeleteCalendarOnOrganisationRequest, $13.DeleteCalendarOnOrganisationResponse>( - 'DeleteCalendarOnOrganisation', - deleteCalendarOnOrganisation_Pre, - false, - false, - ($core.List<$core.int> value) => $13.DeleteCalendarOnOrganisationRequest.fromBuffer(value), - ($13.DeleteCalendarOnOrganisationResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.ImportClassicHolidaysOnOrganisationRequest, $13.ImportClassicHolidaysOnOrganisationResponse>( - 'ImportClassicHolidaysOnOrganisation', - importClassicHolidaysOnOrganisation_Pre, - false, - false, - ($core.List<$core.int> value) => $13.ImportClassicHolidaysOnOrganisationRequest.fromBuffer(value), - ($13.ImportClassicHolidaysOnOrganisationResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.CreateCalendarOnSiteRequest, $13.CreateCalendarOnSiteResponse>( - 'CreateCalendarOnSite', - createCalendarOnSite_Pre, - false, - false, - ($core.List<$core.int> value) => $13.CreateCalendarOnSiteRequest.fromBuffer(value), - ($13.CreateCalendarOnSiteResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.GetCalendarOnSiteRequest, $13.GetCalendarOnSiteResponse>( - 'GetCalendarOnSite', - getCalendarOnSite_Pre, - false, - false, - ($core.List<$core.int> value) => $13.GetCalendarOnSiteRequest.fromBuffer(value), - ($13.GetCalendarOnSiteResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.ListCalendarOnSiteRequest, $13.ListCalendarOnSiteResponse>( - 'ListCalendarOnSite', - listCalendarOnSite_Pre, - false, - false, - ($core.List<$core.int> value) => $13.ListCalendarOnSiteRequest.fromBuffer(value), - ($13.ListCalendarOnSiteResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.UpdateCalendarOnSiteRequest, $13.UpdateCalendarOnSiteResponse>( - 'UpdateCalendarOnSite', - updateCalendarOnSite_Pre, - false, - false, - ($core.List<$core.int> value) => $13.UpdateCalendarOnSiteRequest.fromBuffer(value), - ($13.UpdateCalendarOnSiteResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.DeleteCalendarOnSiteRequest, $13.DeleteCalendarOnSiteResponse>( - 'DeleteCalendarOnSite', - deleteCalendarOnSite_Pre, - false, - false, - ($core.List<$core.int> value) => $13.DeleteCalendarOnSiteRequest.fromBuffer(value), - ($13.DeleteCalendarOnSiteResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$13.ImportClassicHolidaysOnSiteRequest, $13.ImportClassicHolidaysOnSiteResponse>( - 'ImportClassicHolidaysOnSite', - importClassicHolidaysOnSite_Pre, - false, - false, - ($core.List<$core.int> value) => $13.ImportClassicHolidaysOnSiteRequest.fromBuffer(value), - ($13.ImportClassicHolidaysOnSiteResponse value) => value.writeToBuffer())); - } - - $async.Future<$13.CreateCalendarOnOrganisationResponse> createCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.CreateCalendarOnOrganisationRequest> $request) async { - return createCalendarOnOrganisation($call, await $request); - } - - $async.Future<$13.GetCalendarOnOrganisationResponse> getCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.GetCalendarOnOrganisationRequest> $request) async { - return getCalendarOnOrganisation($call, await $request); - } - - $async.Future<$13.ListCalendarOnOrganisationResponse> listCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.ListCalendarOnOrganisationRequest> $request) async { - return listCalendarOnOrganisation($call, await $request); - } - - $async.Future<$13.UpdateCalendarOnOrganisationResponse> updateCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.UpdateCalendarOnOrganisationRequest> $request) async { - return updateCalendarOnOrganisation($call, await $request); - } - - $async.Future<$13.DeleteCalendarOnOrganisationResponse> deleteCalendarOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.DeleteCalendarOnOrganisationRequest> $request) async { - return deleteCalendarOnOrganisation($call, await $request); - } - - $async.Future<$13.ImportClassicHolidaysOnOrganisationResponse> importClassicHolidaysOnOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$13.ImportClassicHolidaysOnOrganisationRequest> $request) async { - return importClassicHolidaysOnOrganisation($call, await $request); - } - - $async.Future<$13.CreateCalendarOnSiteResponse> createCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.CreateCalendarOnSiteRequest> $request) async { - return createCalendarOnSite($call, await $request); - } - - $async.Future<$13.GetCalendarOnSiteResponse> getCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.GetCalendarOnSiteRequest> $request) async { - return getCalendarOnSite($call, await $request); - } - - $async.Future<$13.ListCalendarOnSiteResponse> listCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.ListCalendarOnSiteRequest> $request) async { - return listCalendarOnSite($call, await $request); - } - - $async.Future<$13.UpdateCalendarOnSiteResponse> updateCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.UpdateCalendarOnSiteRequest> $request) async { - return updateCalendarOnSite($call, await $request); - } - - $async.Future<$13.DeleteCalendarOnSiteResponse> deleteCalendarOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.DeleteCalendarOnSiteRequest> $request) async { - return deleteCalendarOnSite($call, await $request); - } - - $async.Future<$13.ImportClassicHolidaysOnSiteResponse> importClassicHolidaysOnSite_Pre($grpc.ServiceCall $call, $async.Future<$13.ImportClassicHolidaysOnSiteRequest> $request) async { - return importClassicHolidaysOnSite($call, await $request); - } - - $async.Future<$13.CreateCalendarOnOrganisationResponse> createCalendarOnOrganisation($grpc.ServiceCall call, $13.CreateCalendarOnOrganisationRequest request); - $async.Future<$13.GetCalendarOnOrganisationResponse> getCalendarOnOrganisation($grpc.ServiceCall call, $13.GetCalendarOnOrganisationRequest request); - $async.Future<$13.ListCalendarOnOrganisationResponse> listCalendarOnOrganisation($grpc.ServiceCall call, $13.ListCalendarOnOrganisationRequest request); - $async.Future<$13.UpdateCalendarOnOrganisationResponse> updateCalendarOnOrganisation($grpc.ServiceCall call, $13.UpdateCalendarOnOrganisationRequest request); - $async.Future<$13.DeleteCalendarOnOrganisationResponse> deleteCalendarOnOrganisation($grpc.ServiceCall call, $13.DeleteCalendarOnOrganisationRequest request); - $async.Future<$13.ImportClassicHolidaysOnOrganisationResponse> importClassicHolidaysOnOrganisation($grpc.ServiceCall call, $13.ImportClassicHolidaysOnOrganisationRequest request); - $async.Future<$13.CreateCalendarOnSiteResponse> createCalendarOnSite($grpc.ServiceCall call, $13.CreateCalendarOnSiteRequest request); - $async.Future<$13.GetCalendarOnSiteResponse> getCalendarOnSite($grpc.ServiceCall call, $13.GetCalendarOnSiteRequest request); - $async.Future<$13.ListCalendarOnSiteResponse> listCalendarOnSite($grpc.ServiceCall call, $13.ListCalendarOnSiteRequest request); - $async.Future<$13.UpdateCalendarOnSiteResponse> updateCalendarOnSite($grpc.ServiceCall call, $13.UpdateCalendarOnSiteRequest request); - $async.Future<$13.DeleteCalendarOnSiteResponse> deleteCalendarOnSite($grpc.ServiceCall call, $13.DeleteCalendarOnSiteRequest request); - $async.Future<$13.ImportClassicHolidaysOnSiteResponse> importClassicHolidaysOnSite($grpc.ServiceCall call, $13.ImportClassicHolidaysOnSiteRequest request); -} diff --git a/lib/calendar.pbjson.dart b/lib/calendar.pbjson.dart deleted file mode 100644 index a3967150..00000000 --- a/lib/calendar.pbjson.dart +++ /dev/null @@ -1,507 +0,0 @@ -// -// Generated code. Do not modify. -// source: calendar.proto -// -// @dart = 3.3 - -// ignore_for_file: annotate_overrides, camel_case_types, comment_references -// ignore_for_file: constant_identifier_names, library_prefixes -// ignore_for_file: non_constant_identifier_names, prefer_final_fields -// ignore_for_file: unnecessary_import, unnecessary_this, unused_import - -import 'dart:convert' as $convert; -import 'dart:core' as $core; -import 'dart:typed_data' as $typed_data; - -@$core.Deprecated('Use workTimeDayDescriptor instead') -const WorkTimeDay$json = { - '1': 'WorkTimeDay', - '2': [ - {'1': 'WeekDay', '3': 1, '4': 1, '5': 14, '6': '.api.WeekDay', '10': 'WeekDay'}, - {'1': 'IsWorkingDay', '3': 2, '4': 1, '5': 8, '10': 'IsWorkingDay'}, - {'1': 'TimeRanges', '3': 3, '4': 3, '5': 11, '6': '.api.TimeRange', '10': 'TimeRanges'}, - ], -}; - -/// Descriptor for `WorkTimeDay`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List workTimeDayDescriptor = $convert.base64Decode( - 'CgtXb3JrVGltZURheRImCgdXZWVrRGF5GAEgASgOMgwuYXBpLldlZWtEYXlSB1dlZWtEYXkSIg' - 'oMSXNXb3JraW5nRGF5GAIgASgIUgxJc1dvcmtpbmdEYXkSLgoKVGltZVJhbmdlcxgDIAMoCzIO' - 'LmFwaS5UaW1lUmFuZ2VSClRpbWVSYW5nZXM='); - -@$core.Deprecated('Use exceptionalClosureDescriptor instead') -const ExceptionalClosure$json = { - '1': 'ExceptionalClosure', - '2': [ - {'1': 'Label', '3': 1, '4': 3, '5': 11, '6': '.api.LabelByLanguage', '10': 'Label'}, - {'1': 'StartDate', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'StartDate'}, - {'1': 'EndDate', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'EndDate'}, - {'1': 'FullDay', '3': 4, '4': 1, '5': 8, '10': 'FullDay'}, - {'1': 'StartHour', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'StartHour'}, - {'1': 'EndHour', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'EndHour'}, - ], -}; - -/// Descriptor for `ExceptionalClosure`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List exceptionalClosureDescriptor = $convert.base64Decode( - 'ChJFeGNlcHRpb25hbENsb3N1cmUSKgoFTGFiZWwYASADKAsyFC5hcGkuTGFiZWxCeUxhbmd1YW' - 'dlUgVMYWJlbBJaCglTdGFydERhdGUYAiABKAlCPPpCOXI3MjVeMjBbMC05XXsyfS0oMFsxLTld' - 'fDFbMC0yXSktKDBbMS05XXxbMTJdWzAtOV18M1swMV0pJFIJU3RhcnREYXRlElYKB0VuZERhdG' - 'UYAyABKAlCPPpCOXI3MjVeMjBbMC05XXsyfS0oMFsxLTldfDFbMC0yXSktKDBbMS05XXxbMTJd' - 'WzAtOV18M1swMV0pJFIHRW5kRGF0ZRIYCgdGdWxsRGF5GAQgASgIUgdGdWxsRGF5EkYKCVN0YX' - 'J0SG91chgFIAEoCUIo+kIlciMyIV4oPzpbMDFdWzAtOV18MlswLTNdKTpbMC01XVswLTldJFIJ' - 'U3RhcnRIb3VyEkIKB0VuZEhvdXIYBiABKAlCKPpCJXIjMiFeKD86WzAxXVswLTldfDJbMC0zXS' - 'k6WzAtNV1bMC05XSRSB0VuZEhvdXI='); - -@$core.Deprecated('Use calendarDescriptor instead') -const Calendar$json = { - '1': 'Calendar', - '2': [ - {'1': 'ID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ID'}, - {'1': 'RscType', '3': 2, '4': 1, '5': 14, '6': '.api.ResourceType', '10': 'RscType'}, - {'1': 'ResourceID', '3': 3, '4': 1, '5': 9, '10': 'ResourceID'}, - {'1': 'Name', '3': 4, '4': 1, '5': 9, '10': 'Name'}, - {'1': 'Description', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'Description'}, - {'1': 'ExceptionalClosures', '3': 6, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'}, - {'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'}, - ], -}; - -/// Descriptor for `Calendar`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List calendarDescriptor = $convert.base64Decode( - 'CghDYWxlbmRhchIXCgJJRBgBIAEoCUIH+kIEcgIQAVICSUQSKwoHUnNjVHlwZRgCIAEoDjIRLm' - 'FwaS5SZXNvdXJjZVR5cGVSB1JzY1R5cGUSHgoKUmVzb3VyY2VJRBgDIAEoCVIKUmVzb3VyY2VJ' - 'RBISCgROYW1lGAQgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAUgASgJQgf6QgRyAhABUgtEZX' - 'NjcmlwdGlvbhJJChNFeGNlcHRpb25hbENsb3N1cmVzGAYgAygLMhcuYXBpLkV4Y2VwdGlvbmFs' - 'Q2xvc3VyZVITRXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcG' - 'kuV29ya1RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM='); - -@$core.Deprecated('Use createCalendarOnOrganisationRequestDescriptor instead') -const CreateCalendarOnOrganisationRequest$json = { - '1': 'CreateCalendarOnOrganisationRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'}, - {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'}, - {'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'}, - {'1': 'ExceptionalClosures', '3': 4, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'}, - {'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'}, - ], - '7': {}, -}; - -/// Descriptor for `CreateCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List createCalendarOnOrganisationRequestDescriptor = $convert.base64Decode( - 'CiNDcmVhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi' - '5hcGkuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchISCgROYW1l' - 'GAIgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAMgASgJQgf6QgRyAhABUgtEZXNjcmlwdGlvbh' - 'JJChNFeGNlcHRpb25hbENsb3N1cmVzGAQgAygLMhcuYXBpLkV4Y2VwdGlvbmFsQ2xvc3VyZVIT' - 'RXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcGkuV29ya1RpbW' - 'VEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM6DpJBCwoJ0gEGSGVhZGVy'); - -@$core.Deprecated('Use createCalendarOnOrganisationResponseDescriptor instead') -const CreateCalendarOnOrganisationResponse$json = { - '1': 'CreateCalendarOnOrganisationResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `CreateCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List createCalendarOnOrganisationResponseDescriptor = $convert.base64Decode( - 'CiRDcmVhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVzcG9uc2USMwoIQ2FsZW5kYXIYASABKA' - 'syDS5hcGkuQ2FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhcg=='); - -@$core.Deprecated('Use getCalendarOnOrganisationRequestDescriptor instead') -const GetCalendarOnOrganisationRequest$json = { - '1': 'GetCalendarOnOrganisationRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `GetCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List getCalendarOnOrganisationRequestDescriptor = $convert.base64Decode( - 'CiBHZXRDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi5hcG' - 'kuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIXCgJJRBgCIAEo' - 'CUIH+kIEcgIQAVICSUQ6E5JBEAoO0gEGSGVhZGVy0gECSUQ='); - -@$core.Deprecated('Use getCalendarOnOrganisationResponseDescriptor instead') -const GetCalendarOnOrganisationResponse$json = { - '1': 'GetCalendarOnOrganisationResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `GetCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List getCalendarOnOrganisationResponseDescriptor = $convert.base64Decode( - 'CiFHZXRDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVzcG9uc2USMwoIQ2FsZW5kYXIYASABKAsyDS' - '5hcGkuQ2FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhcg=='); - -@$core.Deprecated('Use listCalendarOnOrganisationRequestDescriptor instead') -const ListCalendarOnOrganisationRequest$json = { - '1': 'ListCalendarOnOrganisationRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'}, - ], - '7': {}, -}; - -/// Descriptor for `ListCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List listCalendarOnOrganisationRequestDescriptor = $convert.base64Decode( - 'CiFMaXN0Q2FsZW5kYXJPbk9yZ2FuaXNhdGlvblJlcXVlc3QSQAoGSGVhZGVyGAEgASgLMh4uYX' - 'BpLlJlcXVlc3RPcmdhbmlzYXRpb25IZWFkZXJCCPpCBYoBAhABUgZIZWFkZXI6DpJBCwoJ0gEG' - 'SGVhZGVy'); - -@$core.Deprecated('Use listCalendarOnOrganisationResponseDescriptor instead') -const ListCalendarOnOrganisationResponse$json = { - '1': 'ListCalendarOnOrganisationResponse', - '2': [ - {'1': 'Calendars', '3': 1, '4': 3, '5': 11, '6': '.api.Calendar', '10': 'Calendars'}, - ], -}; - -/// Descriptor for `ListCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List listCalendarOnOrganisationResponseDescriptor = $convert.base64Decode( - 'CiJMaXN0Q2FsZW5kYXJPbk9yZ2FuaXNhdGlvblJlc3BvbnNlEisKCUNhbGVuZGFycxgBIAMoCz' - 'INLmFwaS5DYWxlbmRhclIJQ2FsZW5kYXJz'); - -@$core.Deprecated('Use updateCalendarOnOrganisationRequestDescriptor instead') -const UpdateCalendarOnOrganisationRequest$json = { - '1': 'UpdateCalendarOnOrganisationRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'}, - {'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'}, - {'1': 'Description', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Description'}, - {'1': 'ExceptionalClosures', '3': 5, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'}, - {'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'}, - ], - '7': {}, -}; - -/// Descriptor for `UpdateCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List updateCalendarOnOrganisationRequestDescriptor = $convert.base64Decode( - 'CiNVcGRhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi' - '5hcGkuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIXCgJJRBgC' - 'IAEoCUIH+kIEcgIQAVICSUQSEgoETmFtZRgDIAEoCVIETmFtZRIpCgtEZXNjcmlwdGlvbhgEIA' - 'EoCUIH+kIEcgIQAVILRGVzY3JpcHRpb24SSQoTRXhjZXB0aW9uYWxDbG9zdXJlcxgFIAMoCzIX' - 'LmFwaS5FeGNlcHRpb25hbENsb3N1cmVSE0V4Y2VwdGlvbmFsQ2xvc3VyZXMSQQoMV29ya1RpbW' - 'VEYXlzGAcgAygLMhAuYXBpLldvcmtUaW1lRGF5QgvqwRgHV2Vla0RheVIMV29ya1RpbWVEYXlz' - 'OhOSQRAKDtIBBkhlYWRlctIBAklE'); - -@$core.Deprecated('Use updateCalendarOnOrganisationResponseDescriptor instead') -const UpdateCalendarOnOrganisationResponse$json = { - '1': 'UpdateCalendarOnOrganisationResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `UpdateCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List updateCalendarOnOrganisationResponseDescriptor = $convert.base64Decode( - 'CiRVcGRhdGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVzcG9uc2USMwoIQ2FsZW5kYXIYASABKA' - 'syDS5hcGkuQ2FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhcg=='); - -@$core.Deprecated('Use deleteCalendarOnOrganisationRequestDescriptor instead') -const DeleteCalendarOnOrganisationRequest$json = { - '1': 'DeleteCalendarOnOrganisationRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `DeleteCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List deleteCalendarOnOrganisationRequestDescriptor = $convert.base64Decode( - 'CiNEZWxldGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi' - '5hcGkuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIXCgJJRBgC' - 'IAEoCUIH+kIEcgIQAVICSUQ6E5JBEAoO0gEGSGVhZGVy0gECSUQ='); - -@$core.Deprecated('Use deleteCalendarOnOrganisationResponseDescriptor instead') -const DeleteCalendarOnOrganisationResponse$json = { - '1': 'DeleteCalendarOnOrganisationResponse', -}; - -/// Descriptor for `DeleteCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List deleteCalendarOnOrganisationResponseDescriptor = $convert.base64Decode( - 'CiREZWxldGVDYWxlbmRhck9uT3JnYW5pc2F0aW9uUmVzcG9uc2U='); - -@$core.Deprecated('Use importClassicHolidaysOnOrganisationRequestDescriptor instead') -const ImportClassicHolidaysOnOrganisationRequest$json = { - '1': 'ImportClassicHolidaysOnOrganisationRequest', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - {'1': 'Country', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Country'}, - {'1': 'NumberOfYears', '3': 3, '4': 1, '5': 13, '10': 'NumberOfYears'}, - ], -}; - -/// Descriptor for `ImportClassicHolidaysOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List importClassicHolidaysOnOrganisationRequestDescriptor = $convert.base64Decode( - 'CipJbXBvcnRDbGFzc2ljSG9saWRheXNPbk9yZ2FuaXNhdGlvblJlcXVlc3QSMwoIQ2FsZW5kYX' - 'IYASABKAsyDS5hcGkuQ2FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhchKVAQoHQ291bnRyeRgC' - 'IAEoCUJ7kkFwMlhDb3VudHJ5IENvZGUgaW4gPGEgaHJlZj0naHR0cHM6Ly9lbi53aWtpcGVkaW' - 'Eub3JnL3dpa2kvSVNPXzMxNjYtMSc+SVNPXzMxNjYtMTwvYT4gZm9ybWF0ShRbIkZSIiwgIkZS' - 'QSIsICIyNTAiXfpCBXID+AEBUgdDb3VudHJ5EiQKDU51bWJlck9mWWVhcnMYAyABKA1SDU51bW' - 'Jlck9mWWVhcnM='); - -@$core.Deprecated('Use importClassicHolidaysOnOrganisationResponseDescriptor instead') -const ImportClassicHolidaysOnOrganisationResponse$json = { - '1': 'ImportClassicHolidaysOnOrganisationResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `ImportClassicHolidaysOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List importClassicHolidaysOnOrganisationResponseDescriptor = $convert.base64Decode( - 'CitJbXBvcnRDbGFzc2ljSG9saWRheXNPbk9yZ2FuaXNhdGlvblJlc3BvbnNlEjMKCENhbGVuZG' - 'FyGAEgASgLMg0uYXBpLkNhbGVuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXI='); - -@$core.Deprecated('Use cloneCalendarOnOrganisationRequestDescriptor instead') -const CloneCalendarOnOrganisationRequest$json = { - '1': 'CloneCalendarOnOrganisationRequest', - '2': [ - {'1': 'CalendarID', '3': 1, '4': 1, '5': 9, '10': 'CalendarID'}, - {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'}, - {'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'}, - ], -}; - -/// Descriptor for `CloneCalendarOnOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List cloneCalendarOnOrganisationRequestDescriptor = $convert.base64Decode( - 'CiJDbG9uZUNhbGVuZGFyT25PcmdhbmlzYXRpb25SZXF1ZXN0Eh4KCkNhbGVuZGFySUQYASABKA' - 'lSCkNhbGVuZGFySUQSEgoETmFtZRgCIAEoCVIETmFtZRIpCgtEZXNjcmlwdGlvbhgDIAEoCUIH' - '+kIEcgIQAVILRGVzY3JpcHRpb24='); - -@$core.Deprecated('Use cloneCalendarOnOrganisationResponseDescriptor instead') -const CloneCalendarOnOrganisationResponse$json = { - '1': 'CloneCalendarOnOrganisationResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `CloneCalendarOnOrganisationResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List cloneCalendarOnOrganisationResponseDescriptor = $convert.base64Decode( - 'CiNDbG9uZUNhbGVuZGFyT25PcmdhbmlzYXRpb25SZXNwb25zZRIzCghDYWxlbmRhchgBIAEoCz' - 'INLmFwaS5DYWxlbmRhckII+kIFigECEAFSCENhbGVuZGFy'); - -@$core.Deprecated('Use createCalendarOnSiteRequestDescriptor instead') -const CreateCalendarOnSiteRequest$json = { - '1': 'CreateCalendarOnSiteRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'}, - {'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'}, - {'1': 'ExceptionalClosures', '3': 4, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'}, - {'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'}, - ], - '7': {}, -}; - -/// Descriptor for `CreateCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List createCalendarOnSiteRequestDescriptor = $convert.base64Decode( - 'ChtDcmVhdGVDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX' - 'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhIKBE5hbWUYAiABKAlSBE5hbWUSKQoL' - 'RGVzY3JpcHRpb24YAyABKAlCB/pCBHICEAFSC0Rlc2NyaXB0aW9uEkkKE0V4Y2VwdGlvbmFsQ2' - 'xvc3VyZXMYBCADKAsyFy5hcGkuRXhjZXB0aW9uYWxDbG9zdXJlUhNFeGNlcHRpb25hbENsb3N1' - 'cmVzEkEKDFdvcmtUaW1lRGF5cxgHIAMoCzIQLmFwaS5Xb3JrVGltZURheUIL6sEYB1dlZWtEYX' - 'lSDFdvcmtUaW1lRGF5czoOkkELCgnSAQZIZWFkZXI='); - -@$core.Deprecated('Use createCalendarOnSiteResponseDescriptor instead') -const CreateCalendarOnSiteResponse$json = { - '1': 'CreateCalendarOnSiteResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `CreateCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List createCalendarOnSiteResponseDescriptor = $convert.base64Decode( - 'ChxDcmVhdGVDYWxlbmRhck9uU2l0ZVJlc3BvbnNlEjMKCENhbGVuZGFyGAEgASgLMg0uYXBpLk' - 'NhbGVuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXI='); - -@$core.Deprecated('Use getCalendarOnSiteRequestDescriptor instead') -const GetCalendarOnSiteRequest$json = { - '1': 'GetCalendarOnSiteRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `GetCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List getCalendarOnSiteRequestDescriptor = $convert.base64Decode( - 'ChhHZXRDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcXVlc3' - 'RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhcKAklEGAIgASgJQgf6QgRyAhABUgJJRDoT' - 'kkEQCg7SAQZIZWFkZXLSAQJJRA=='); - -@$core.Deprecated('Use getCalendarOnSiteResponseDescriptor instead') -const GetCalendarOnSiteResponse$json = { - '1': 'GetCalendarOnSiteResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `GetCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List getCalendarOnSiteResponseDescriptor = $convert.base64Decode( - 'ChlHZXRDYWxlbmRhck9uU2l0ZVJlc3BvbnNlEjMKCENhbGVuZGFyGAEgASgLMg0uYXBpLkNhbG' - 'VuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXI='); - -@$core.Deprecated('Use listCalendarOnSiteRequestDescriptor instead') -const ListCalendarOnSiteRequest$json = { - '1': 'ListCalendarOnSiteRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - ], - '7': {}, -}; - -/// Descriptor for `ListCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List listCalendarOnSiteRequestDescriptor = $convert.base64Decode( - 'ChlMaXN0Q2FsZW5kYXJPblNpdGVSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLmFwaS5SZXF1ZX' - 'N0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlcjoOkkELCgnSAQZIZWFkZXI='); - -@$core.Deprecated('Use listCalendarOnSiteResponseDescriptor instead') -const ListCalendarOnSiteResponse$json = { - '1': 'ListCalendarOnSiteResponse', - '2': [ - {'1': 'Calendars', '3': 1, '4': 3, '5': 11, '6': '.api.Calendar', '10': 'Calendars'}, - ], -}; - -/// Descriptor for `ListCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List listCalendarOnSiteResponseDescriptor = $convert.base64Decode( - 'ChpMaXN0Q2FsZW5kYXJPblNpdGVSZXNwb25zZRIrCglDYWxlbmRhcnMYASADKAsyDS5hcGkuQ2' - 'FsZW5kYXJSCUNhbGVuZGFycw=='); - -@$core.Deprecated('Use updateCalendarOnSiteRequestDescriptor instead') -const UpdateCalendarOnSiteRequest$json = { - '1': 'UpdateCalendarOnSiteRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'}, - {'1': 'Name', '3': 3, '4': 1, '5': 9, '10': 'Name'}, - {'1': 'Description', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'Description'}, - {'1': 'ExceptionalClosures', '3': 5, '4': 3, '5': 11, '6': '.api.ExceptionalClosure', '10': 'ExceptionalClosures'}, - {'1': 'WorkTimeDays', '3': 7, '4': 3, '5': 11, '6': '.api.WorkTimeDay', '8': {}, '10': 'WorkTimeDays'}, - ], - '7': {}, -}; - -/// Descriptor for `UpdateCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List updateCalendarOnSiteRequestDescriptor = $convert.base64Decode( - 'ChtVcGRhdGVDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX' - 'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhcKAklEGAIgASgJQgf6QgRyAhABUgJJ' - 'RBISCgROYW1lGAMgASgJUgROYW1lEikKC0Rlc2NyaXB0aW9uGAQgASgJQgf6QgRyAhABUgtEZX' - 'NjcmlwdGlvbhJJChNFeGNlcHRpb25hbENsb3N1cmVzGAUgAygLMhcuYXBpLkV4Y2VwdGlvbmFs' - 'Q2xvc3VyZVITRXhjZXB0aW9uYWxDbG9zdXJlcxJBCgxXb3JrVGltZURheXMYByADKAsyEC5hcG' - 'kuV29ya1RpbWVEYXlCC+rBGAdXZWVrRGF5UgxXb3JrVGltZURheXM6E5JBEAoO0gEGSGVhZGVy' - '0gECSUQ='); - -@$core.Deprecated('Use updateCalendarOnSiteResponseDescriptor instead') -const UpdateCalendarOnSiteResponse$json = { - '1': 'UpdateCalendarOnSiteResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `UpdateCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List updateCalendarOnSiteResponseDescriptor = $convert.base64Decode( - 'ChxVcGRhdGVDYWxlbmRhck9uU2l0ZVJlc3BvbnNlEjMKCENhbGVuZGFyGAEgASgLMg0uYXBpLk' - 'NhbGVuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXI='); - -@$core.Deprecated('Use deleteCalendarOnSiteRequestDescriptor instead') -const DeleteCalendarOnSiteRequest$json = { - '1': 'DeleteCalendarOnSiteRequest', - '2': [ - {'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'}, - {'1': 'ID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ID'}, - ], - '7': {}, -}; - -/// Descriptor for `DeleteCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List deleteCalendarOnSiteRequestDescriptor = $convert.base64Decode( - 'ChtEZWxldGVDYWxlbmRhck9uU2l0ZVJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX' - 'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhcKAklEGAIgASgJQgf6QgRyAhABUgJJ' - 'RDoTkkEQCg7SAQZIZWFkZXLSAQJJRA=='); - -@$core.Deprecated('Use deleteCalendarOnSiteResponseDescriptor instead') -const DeleteCalendarOnSiteResponse$json = { - '1': 'DeleteCalendarOnSiteResponse', -}; - -/// Descriptor for `DeleteCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List deleteCalendarOnSiteResponseDescriptor = $convert.base64Decode( - 'ChxEZWxldGVDYWxlbmRhck9uU2l0ZVJlc3BvbnNl'); - -@$core.Deprecated('Use importClassicHolidaysOnSiteRequestDescriptor instead') -const ImportClassicHolidaysOnSiteRequest$json = { - '1': 'ImportClassicHolidaysOnSiteRequest', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - {'1': 'Country', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Country'}, - {'1': 'NumberOfYears', '3': 3, '4': 1, '5': 13, '10': 'NumberOfYears'}, - ], -}; - -/// Descriptor for `ImportClassicHolidaysOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List importClassicHolidaysOnSiteRequestDescriptor = $convert.base64Decode( - 'CiJJbXBvcnRDbGFzc2ljSG9saWRheXNPblNpdGVSZXF1ZXN0EjMKCENhbGVuZGFyGAEgASgLMg' - '0uYXBpLkNhbGVuZGFyQgj6QgWKAQIQAVIIQ2FsZW5kYXISlQEKB0NvdW50cnkYAiABKAlCe5JB' - 'cDJYQ291bnRyeSBDb2RlIGluIDxhIGhyZWY9J2h0dHBzOi8vZW4ud2lraXBlZGlhLm9yZy93aW' - 'tpL0lTT18zMTY2LTEnPklTT18zMTY2LTE8L2E+IGZvcm1hdEoUWyJGUiIsICJGUkEiLCAiMjUw' - 'Il36QgVyA/gBAVIHQ291bnRyeRIkCg1OdW1iZXJPZlllYXJzGAMgASgNUg1OdW1iZXJPZlllYX' - 'Jz'); - -@$core.Deprecated('Use importClassicHolidaysOnSiteResponseDescriptor instead') -const ImportClassicHolidaysOnSiteResponse$json = { - '1': 'ImportClassicHolidaysOnSiteResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `ImportClassicHolidaysOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List importClassicHolidaysOnSiteResponseDescriptor = $convert.base64Decode( - 'CiNJbXBvcnRDbGFzc2ljSG9saWRheXNPblNpdGVSZXNwb25zZRIzCghDYWxlbmRhchgBIAEoCz' - 'INLmFwaS5DYWxlbmRhckII+kIFigECEAFSCENhbGVuZGFy'); - -@$core.Deprecated('Use cloneCalendarOnSiteRequestDescriptor instead') -const CloneCalendarOnSiteRequest$json = { - '1': 'CloneCalendarOnSiteRequest', - '2': [ - {'1': 'CalendarID', '3': 1, '4': 1, '5': 9, '10': 'CalendarID'}, - {'1': 'Name', '3': 2, '4': 1, '5': 9, '10': 'Name'}, - {'1': 'Description', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Description'}, - ], -}; - -/// Descriptor for `CloneCalendarOnSiteRequest`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List cloneCalendarOnSiteRequestDescriptor = $convert.base64Decode( - 'ChpDbG9uZUNhbGVuZGFyT25TaXRlUmVxdWVzdBIeCgpDYWxlbmRhcklEGAEgASgJUgpDYWxlbm' - 'RhcklEEhIKBE5hbWUYAiABKAlSBE5hbWUSKQoLRGVzY3JpcHRpb24YAyABKAlCB/pCBHICEAFS' - 'C0Rlc2NyaXB0aW9u'); - -@$core.Deprecated('Use cloneCalendarOnSiteResponseDescriptor instead') -const CloneCalendarOnSiteResponse$json = { - '1': 'CloneCalendarOnSiteResponse', - '2': [ - {'1': 'Calendar', '3': 1, '4': 1, '5': 11, '6': '.api.Calendar', '8': {}, '10': 'Calendar'}, - ], -}; - -/// Descriptor for `CloneCalendarOnSiteResponse`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List cloneCalendarOnSiteResponseDescriptor = $convert.base64Decode( - 'ChtDbG9uZUNhbGVuZGFyT25TaXRlUmVzcG9uc2USMwoIQ2FsZW5kYXIYASABKAsyDS5hcGkuQ2' - 'FsZW5kYXJCCPpCBYoBAhABUghDYWxlbmRhcg=='); - diff --git a/lib/claim-type.pbgrpc.dart b/lib/claim-type.pbgrpc.dart index 0aeec9a0..bbfb63bf 100644 --- a/lib/claim-type.pbgrpc.dart +++ b/lib/claim-type.pbgrpc.dart @@ -15,60 +15,60 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'claim-type.pb.dart' as $14; +import 'claim-type.pb.dart' as $10; export 'claim-type.pb.dart'; @$pb.GrpcServiceName('api.ClaimTypeService') class ClaimTypeServiceClient extends $grpc.Client { - static final _$create = $grpc.ClientMethod<$14.CreateClaimTypeRequest, $14.CreateClaimTypeResponse>( + static final _$create = $grpc.ClientMethod<$10.CreateClaimTypeRequest, $10.CreateClaimTypeResponse>( '/api.ClaimTypeService/Create', - ($14.CreateClaimTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $14.CreateClaimTypeResponse.fromBuffer(value)); - static final _$get = $grpc.ClientMethod<$14.GetClaimTypeRequest, $14.GetClaimTypeResponse>( + ($10.CreateClaimTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $10.CreateClaimTypeResponse.fromBuffer(value)); + static final _$get = $grpc.ClientMethod<$10.GetClaimTypeRequest, $10.GetClaimTypeResponse>( '/api.ClaimTypeService/Get', - ($14.GetClaimTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $14.GetClaimTypeResponse.fromBuffer(value)); - static final _$list = $grpc.ClientMethod<$14.ListClaimTypeRequest, $14.ListClaimTypeResponse>( + ($10.GetClaimTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $10.GetClaimTypeResponse.fromBuffer(value)); + static final _$list = $grpc.ClientMethod<$10.ListClaimTypeRequest, $10.ListClaimTypeResponse>( '/api.ClaimTypeService/List', - ($14.ListClaimTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $14.ListClaimTypeResponse.fromBuffer(value)); - static final _$update = $grpc.ClientMethod<$14.UpdateClaimTypeRequest, $14.UpdateClaimTypeResponse>( + ($10.ListClaimTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $10.ListClaimTypeResponse.fromBuffer(value)); + static final _$update = $grpc.ClientMethod<$10.UpdateClaimTypeRequest, $10.UpdateClaimTypeResponse>( '/api.ClaimTypeService/Update', - ($14.UpdateClaimTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $14.UpdateClaimTypeResponse.fromBuffer(value)); - static final _$delete = $grpc.ClientMethod<$14.DeleteClaimTypeRequest, $14.DeleteClaimTypeResponse>( + ($10.UpdateClaimTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $10.UpdateClaimTypeResponse.fromBuffer(value)); + static final _$delete = $grpc.ClientMethod<$10.DeleteClaimTypeRequest, $10.DeleteClaimTypeResponse>( '/api.ClaimTypeService/Delete', - ($14.DeleteClaimTypeRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $14.DeleteClaimTypeResponse.fromBuffer(value)); - static final _$deleteClaimTypesForProject = $grpc.ClientMethod<$14.DeleteClaimTypesForProjectRequest, $14.DeleteClaimTypesForProjectResponse>( + ($10.DeleteClaimTypeRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $10.DeleteClaimTypeResponse.fromBuffer(value)); + static final _$deleteClaimTypesForProject = $grpc.ClientMethod<$10.DeleteClaimTypesForProjectRequest, $10.DeleteClaimTypesForProjectResponse>( '/api.ClaimTypeService/DeleteClaimTypesForProject', - ($14.DeleteClaimTypesForProjectRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $14.DeleteClaimTypesForProjectResponse.fromBuffer(value)); + ($10.DeleteClaimTypesForProjectRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $10.DeleteClaimTypesForProjectResponse.fromBuffer(value)); ClaimTypeServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$14.CreateClaimTypeResponse> create($14.CreateClaimTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$10.CreateClaimTypeResponse> create($10.CreateClaimTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$create, request, options: options); } - $grpc.ResponseFuture<$14.GetClaimTypeResponse> get($14.GetClaimTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$10.GetClaimTypeResponse> get($10.GetClaimTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$get, request, options: options); } - $grpc.ResponseFuture<$14.ListClaimTypeResponse> list($14.ListClaimTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$10.ListClaimTypeResponse> list($10.ListClaimTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$list, request, options: options); } - $grpc.ResponseFuture<$14.UpdateClaimTypeResponse> update($14.UpdateClaimTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$10.UpdateClaimTypeResponse> update($10.UpdateClaimTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$update, request, options: options); } - $grpc.ResponseFuture<$14.DeleteClaimTypeResponse> delete($14.DeleteClaimTypeRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$10.DeleteClaimTypeResponse> delete($10.DeleteClaimTypeRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$delete, request, options: options); } - $grpc.ResponseFuture<$14.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject($14.DeleteClaimTypesForProjectRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$10.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject($10.DeleteClaimTypesForProjectRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleteClaimTypesForProject, request, options: options); } } @@ -78,78 +78,78 @@ abstract class ClaimTypeServiceBase extends $grpc.Service { $core.String get $name => 'api.ClaimTypeService'; ClaimTypeServiceBase() { - $addMethod($grpc.ServiceMethod<$14.CreateClaimTypeRequest, $14.CreateClaimTypeResponse>( + $addMethod($grpc.ServiceMethod<$10.CreateClaimTypeRequest, $10.CreateClaimTypeResponse>( 'Create', create_Pre, false, false, - ($core.List<$core.int> value) => $14.CreateClaimTypeRequest.fromBuffer(value), - ($14.CreateClaimTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$14.GetClaimTypeRequest, $14.GetClaimTypeResponse>( + ($core.List<$core.int> value) => $10.CreateClaimTypeRequest.fromBuffer(value), + ($10.CreateClaimTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$10.GetClaimTypeRequest, $10.GetClaimTypeResponse>( 'Get', get_Pre, false, false, - ($core.List<$core.int> value) => $14.GetClaimTypeRequest.fromBuffer(value), - ($14.GetClaimTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$14.ListClaimTypeRequest, $14.ListClaimTypeResponse>( + ($core.List<$core.int> value) => $10.GetClaimTypeRequest.fromBuffer(value), + ($10.GetClaimTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$10.ListClaimTypeRequest, $10.ListClaimTypeResponse>( 'List', list_Pre, false, false, - ($core.List<$core.int> value) => $14.ListClaimTypeRequest.fromBuffer(value), - ($14.ListClaimTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$14.UpdateClaimTypeRequest, $14.UpdateClaimTypeResponse>( + ($core.List<$core.int> value) => $10.ListClaimTypeRequest.fromBuffer(value), + ($10.ListClaimTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$10.UpdateClaimTypeRequest, $10.UpdateClaimTypeResponse>( 'Update', update_Pre, false, false, - ($core.List<$core.int> value) => $14.UpdateClaimTypeRequest.fromBuffer(value), - ($14.UpdateClaimTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$14.DeleteClaimTypeRequest, $14.DeleteClaimTypeResponse>( + ($core.List<$core.int> value) => $10.UpdateClaimTypeRequest.fromBuffer(value), + ($10.UpdateClaimTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$10.DeleteClaimTypeRequest, $10.DeleteClaimTypeResponse>( 'Delete', delete_Pre, false, false, - ($core.List<$core.int> value) => $14.DeleteClaimTypeRequest.fromBuffer(value), - ($14.DeleteClaimTypeResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$14.DeleteClaimTypesForProjectRequest, $14.DeleteClaimTypesForProjectResponse>( + ($core.List<$core.int> value) => $10.DeleteClaimTypeRequest.fromBuffer(value), + ($10.DeleteClaimTypeResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$10.DeleteClaimTypesForProjectRequest, $10.DeleteClaimTypesForProjectResponse>( 'DeleteClaimTypesForProject', deleteClaimTypesForProject_Pre, false, false, - ($core.List<$core.int> value) => $14.DeleteClaimTypesForProjectRequest.fromBuffer(value), - ($14.DeleteClaimTypesForProjectResponse value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $10.DeleteClaimTypesForProjectRequest.fromBuffer(value), + ($10.DeleteClaimTypesForProjectResponse value) => value.writeToBuffer())); } - $async.Future<$14.CreateClaimTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$14.CreateClaimTypeRequest> $request) async { + $async.Future<$10.CreateClaimTypeResponse> create_Pre($grpc.ServiceCall $call, $async.Future<$10.CreateClaimTypeRequest> $request) async { return create($call, await $request); } - $async.Future<$14.GetClaimTypeResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$14.GetClaimTypeRequest> $request) async { + $async.Future<$10.GetClaimTypeResponse> get_Pre($grpc.ServiceCall $call, $async.Future<$10.GetClaimTypeRequest> $request) async { return get($call, await $request); } - $async.Future<$14.ListClaimTypeResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$14.ListClaimTypeRequest> $request) async { + $async.Future<$10.ListClaimTypeResponse> list_Pre($grpc.ServiceCall $call, $async.Future<$10.ListClaimTypeRequest> $request) async { return list($call, await $request); } - $async.Future<$14.UpdateClaimTypeResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$14.UpdateClaimTypeRequest> $request) async { + $async.Future<$10.UpdateClaimTypeResponse> update_Pre($grpc.ServiceCall $call, $async.Future<$10.UpdateClaimTypeRequest> $request) async { return update($call, await $request); } - $async.Future<$14.DeleteClaimTypeResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$14.DeleteClaimTypeRequest> $request) async { + $async.Future<$10.DeleteClaimTypeResponse> delete_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteClaimTypeRequest> $request) async { return delete($call, await $request); } - $async.Future<$14.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject_Pre($grpc.ServiceCall $call, $async.Future<$14.DeleteClaimTypesForProjectRequest> $request) async { + $async.Future<$10.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteClaimTypesForProjectRequest> $request) async { return deleteClaimTypesForProject($call, await $request); } - $async.Future<$14.CreateClaimTypeResponse> create($grpc.ServiceCall call, $14.CreateClaimTypeRequest request); - $async.Future<$14.GetClaimTypeResponse> get($grpc.ServiceCall call, $14.GetClaimTypeRequest request); - $async.Future<$14.ListClaimTypeResponse> list($grpc.ServiceCall call, $14.ListClaimTypeRequest request); - $async.Future<$14.UpdateClaimTypeResponse> update($grpc.ServiceCall call, $14.UpdateClaimTypeRequest request); - $async.Future<$14.DeleteClaimTypeResponse> delete($grpc.ServiceCall call, $14.DeleteClaimTypeRequest request); - $async.Future<$14.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject($grpc.ServiceCall call, $14.DeleteClaimTypesForProjectRequest request); + $async.Future<$10.CreateClaimTypeResponse> create($grpc.ServiceCall call, $10.CreateClaimTypeRequest request); + $async.Future<$10.GetClaimTypeResponse> get($grpc.ServiceCall call, $10.GetClaimTypeRequest request); + $async.Future<$10.ListClaimTypeResponse> list($grpc.ServiceCall call, $10.ListClaimTypeRequest request); + $async.Future<$10.UpdateClaimTypeResponse> update($grpc.ServiceCall call, $10.UpdateClaimTypeRequest request); + $async.Future<$10.DeleteClaimTypeResponse> delete($grpc.ServiceCall call, $10.DeleteClaimTypeRequest request); + $async.Future<$10.DeleteClaimTypesForProjectResponse> deleteClaimTypesForProject($grpc.ServiceCall call, $10.DeleteClaimTypesForProjectRequest request); } diff --git a/lib/claim.pb.dart b/lib/claim.pb.dart index f1cae665..9e4678c9 100644 --- a/lib/claim.pb.dart +++ b/lib/claim.pb.dart @@ -13,7 +13,7 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'collabShared.pb.dart' as $75; +import 'collabShared.pb.dart' as $70; import 'shared.pb.dart' as $3; import 'shared.pbenum.dart' as $3; @@ -110,7 +110,7 @@ class ClaimPayload extends $pb.GeneratedMessage { $core.String? claimTypeID, $core.String? entityID, $3.ClaimCriticality? criticality, - $75.ClaimStatusStruct? status, + $70.ClaimStatusStruct? status, $core.String? creationDate, $core.Iterable<$core.String>? assignees, $core.String? endComment, @@ -199,7 +199,7 @@ class ClaimPayload extends $pb.GeneratedMessage { ..aOS(1, _omitFieldNames ? '' : 'ClaimTypeID', protoName: 'ClaimTypeID') ..aOS(2, _omitFieldNames ? '' : 'EntityID', protoName: 'EntityID') ..e<$3.ClaimCriticality>(3, _omitFieldNames ? '' : 'Criticality', $pb.PbFieldType.OE, protoName: 'Criticality', defaultOrMaker: $3.ClaimCriticality.CLAIM_CRITICALITY_UNKNOWN, valueOf: $3.ClaimCriticality.valueOf, enumValues: $3.ClaimCriticality.values) - ..aOM<$75.ClaimStatusStruct>(4, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ClaimStatusStruct.create) + ..aOM<$70.ClaimStatusStruct>(4, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $70.ClaimStatusStruct.create) ..aOS(6, _omitFieldNames ? '' : 'CreationDate', protoName: 'CreationDate') ..pPS(7, _omitFieldNames ? '' : 'Assignees', protoName: 'Assignees') ..aOS(8, _omitFieldNames ? '' : 'EndComment', protoName: 'EndComment') @@ -272,15 +272,15 @@ class ClaimPayload extends $pb.GeneratedMessage { /// Status of the claim @$pb.TagNumber(4) - $75.ClaimStatusStruct get status => $_getN(3); + $70.ClaimStatusStruct get status => $_getN(3); @$pb.TagNumber(4) - set status($75.ClaimStatusStruct v) { $_setField(4, v); } + set status($70.ClaimStatusStruct v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasStatus() => $_has(3); @$pb.TagNumber(4) void clearStatus() => $_clearField(4); @$pb.TagNumber(4) - $75.ClaimStatusStruct ensureStatus() => $_ensure(3); + $70.ClaimStatusStruct ensureStatus() => $_ensure(3); /// Creation date of the claim @$pb.TagNumber(6) diff --git a/lib/claimAction.pb.dart b/lib/claimAction.pb.dart index 5cbb40f0..e5de92a0 100644 --- a/lib/claimAction.pb.dart +++ b/lib/claimAction.pb.dart @@ -13,7 +13,7 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'collabShared.pb.dart' as $75; +import 'collabShared.pb.dart' as $70; import 'shared.pb.dart' as $3; import 'shared.pbenum.dart' as $3; @@ -24,7 +24,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; class ClaimNotifyPayload extends $pb.GeneratedMessage { factory ClaimNotifyPayload({ $core.Iterable<$core.String>? assignees, - $75.ClaimStatusStruct? status, + $70.ClaimStatusStruct? status, $core.Iterable<$core.String>? removedAssignees, $3.Amount? amount, $3.ClaimCriticality? criticality, @@ -89,7 +89,7 @@ class ClaimNotifyPayload extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ClaimNotifyPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..pPS(1, _omitFieldNames ? '' : 'Assignees', protoName: 'Assignees') - ..aOM<$75.ClaimStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ClaimStatusStruct.create) + ..aOM<$70.ClaimStatusStruct>(2, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $70.ClaimStatusStruct.create) ..pPS(3, _omitFieldNames ? '' : 'RemovedAssignees', protoName: 'RemovedAssignees') ..aOM<$3.Amount>(4, _omitFieldNames ? '' : 'Amount', protoName: 'Amount', subBuilder: $3.Amount.create) ..e<$3.ClaimCriticality>(5, _omitFieldNames ? '' : 'Criticality', $pb.PbFieldType.OE, protoName: 'Criticality', defaultOrMaker: $3.ClaimCriticality.CLAIM_CRITICALITY_UNKNOWN, valueOf: $3.ClaimCriticality.valueOf, enumValues: $3.ClaimCriticality.values) @@ -130,15 +130,15 @@ class ClaimNotifyPayload extends $pb.GeneratedMessage { $pb.PbList<$core.String> get assignees => $_getList(0); @$pb.TagNumber(2) - $75.ClaimStatusStruct get status => $_getN(1); + $70.ClaimStatusStruct get status => $_getN(1); @$pb.TagNumber(2) - set status($75.ClaimStatusStruct v) { $_setField(2, v); } + set status($70.ClaimStatusStruct v) { $_setField(2, v); } @$pb.TagNumber(2) $core.bool hasStatus() => $_has(1); @$pb.TagNumber(2) void clearStatus() => $_clearField(2); @$pb.TagNumber(2) - $75.ClaimStatusStruct ensureStatus() => $_ensure(1); + $70.ClaimStatusStruct ensureStatus() => $_ensure(1); @$pb.TagNumber(3) $pb.PbList<$core.String> get removedAssignees => $_getList(2); diff --git a/lib/claimInput.pbgrpc.dart b/lib/claimInput.pbgrpc.dart index df749652..1e7a3e47 100644 --- a/lib/claimInput.pbgrpc.dart +++ b/lib/claimInput.pbgrpc.dart @@ -15,116 +15,116 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'claimInput.pb.dart' as $15; +import 'claimInput.pb.dart' as $11; export 'claimInput.pb.dart'; @$pb.GrpcServiceName('api.ClaimInputAPI') class ClaimInputAPIClient extends $grpc.Client { - static final _$created = $grpc.ClientMethod<$15.ClaimCreatedRequest, $15.ClaimCreatedResponse>( + static final _$created = $grpc.ClientMethod<$11.ClaimCreatedRequest, $11.ClaimCreatedResponse>( '/api.ClaimInputAPI/Created', - ($15.ClaimCreatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimCreatedResponse.fromBuffer(value)); - static final _$completed = $grpc.ClientMethod<$15.ClaimCompletedRequest, $15.ClaimCompletedResponse>( + ($11.ClaimCreatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimCreatedResponse.fromBuffer(value)); + static final _$completed = $grpc.ClientMethod<$11.ClaimCompletedRequest, $11.ClaimCompletedResponse>( '/api.ClaimInputAPI/Completed', - ($15.ClaimCompletedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimCompletedResponse.fromBuffer(value)); - static final _$criticalityUpdated = $grpc.ClientMethod<$15.ClaimCriticalityUpdatedRequest, $15.ClaimCriticalityUpdatedResponse>( + ($11.ClaimCompletedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimCompletedResponse.fromBuffer(value)); + static final _$criticalityUpdated = $grpc.ClientMethod<$11.ClaimCriticalityUpdatedRequest, $11.ClaimCriticalityUpdatedResponse>( '/api.ClaimInputAPI/CriticalityUpdated', - ($15.ClaimCriticalityUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimCriticalityUpdatedResponse.fromBuffer(value)); - static final _$statusUpdated = $grpc.ClientMethod<$15.ClaimStatusUpdatedRequest, $15.ClaimStatusUpdatedResponse>( + ($11.ClaimCriticalityUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimCriticalityUpdatedResponse.fromBuffer(value)); + static final _$statusUpdated = $grpc.ClientMethod<$11.ClaimStatusUpdatedRequest, $11.ClaimStatusUpdatedResponse>( '/api.ClaimInputAPI/StatusUpdated', - ($15.ClaimStatusUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimStatusUpdatedResponse.fromBuffer(value)); - static final _$assigneesAdded = $grpc.ClientMethod<$15.ClaimAssigneesAddedRequest, $15.ClaimAssigneesAddedResponse>( + ($11.ClaimStatusUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimStatusUpdatedResponse.fromBuffer(value)); + static final _$assigneesAdded = $grpc.ClientMethod<$11.ClaimAssigneesAddedRequest, $11.ClaimAssigneesAddedResponse>( '/api.ClaimInputAPI/AssigneesAdded', - ($15.ClaimAssigneesAddedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimAssigneesAddedResponse.fromBuffer(value)); - static final _$assigneesRemoved = $grpc.ClientMethod<$15.ClaimAssigneesRemovedRequest, $15.ClaimAssigneesRemovedResponse>( + ($11.ClaimAssigneesAddedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimAssigneesAddedResponse.fromBuffer(value)); + static final _$assigneesRemoved = $grpc.ClientMethod<$11.ClaimAssigneesRemovedRequest, $11.ClaimAssigneesRemovedResponse>( '/api.ClaimInputAPI/AssigneesRemoved', - ($15.ClaimAssigneesRemovedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimAssigneesRemovedResponse.fromBuffer(value)); - static final _$amountUpdated = $grpc.ClientMethod<$15.ClaimAmountUpdatedRequest, $15.ClaimAmountUpdatedResponse>( + ($11.ClaimAssigneesRemovedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimAssigneesRemovedResponse.fromBuffer(value)); + static final _$amountUpdated = $grpc.ClientMethod<$11.ClaimAmountUpdatedRequest, $11.ClaimAmountUpdatedResponse>( '/api.ClaimInputAPI/AmountUpdated', - ($15.ClaimAmountUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimAmountUpdatedResponse.fromBuffer(value)); - static final _$attachmentAdded = $grpc.ClientMethod<$15.ClaimAttachmentAddedRequest, $15.ClaimAttachmentAddedResponse>( + ($11.ClaimAmountUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimAmountUpdatedResponse.fromBuffer(value)); + static final _$attachmentAdded = $grpc.ClientMethod<$11.ClaimAttachmentAddedRequest, $11.ClaimAttachmentAddedResponse>( '/api.ClaimInputAPI/AttachmentAdded', - ($15.ClaimAttachmentAddedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimAttachmentAddedResponse.fromBuffer(value)); - static final _$attachmentRemoved = $grpc.ClientMethod<$15.ClaimAttachmentRemovedRequest, $15.ClaimAttachmentRemovedResponse>( + ($11.ClaimAttachmentAddedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimAttachmentAddedResponse.fromBuffer(value)); + static final _$attachmentRemoved = $grpc.ClientMethod<$11.ClaimAttachmentRemovedRequest, $11.ClaimAttachmentRemovedResponse>( '/api.ClaimInputAPI/AttachmentRemoved', - ($15.ClaimAttachmentRemovedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimAttachmentRemovedResponse.fromBuffer(value)); - static final _$metaDataUpdated = $grpc.ClientMethod<$15.ClaimMetaDataUpdatedRequest, $15.ClaimMetaDataUpdatedResponse>( + ($11.ClaimAttachmentRemovedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimAttachmentRemovedResponse.fromBuffer(value)); + static final _$metaDataUpdated = $grpc.ClientMethod<$11.ClaimMetaDataUpdatedRequest, $11.ClaimMetaDataUpdatedResponse>( '/api.ClaimInputAPI/MetaDataUpdated', - ($15.ClaimMetaDataUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimMetaDataUpdatedResponse.fromBuffer(value)); - static final _$titleUpdated = $grpc.ClientMethod<$15.ClaimTitleUpdatedRequest, $15.ClaimTitleUpdatedResponse>( + ($11.ClaimMetaDataUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimMetaDataUpdatedResponse.fromBuffer(value)); + static final _$titleUpdated = $grpc.ClientMethod<$11.ClaimTitleUpdatedRequest, $11.ClaimTitleUpdatedResponse>( '/api.ClaimInputAPI/TitleUpdated', - ($15.ClaimTitleUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimTitleUpdatedResponse.fromBuffer(value)); - static final _$messageSent = $grpc.ClientMethod<$15.ClaimMessageSentRequest, $15.ClaimMessageSentResponse>( + ($11.ClaimTitleUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimTitleUpdatedResponse.fromBuffer(value)); + static final _$messageSent = $grpc.ClientMethod<$11.ClaimMessageSentRequest, $11.ClaimMessageSentResponse>( '/api.ClaimInputAPI/MessageSent', - ($15.ClaimMessageSentRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimMessageSentResponse.fromBuffer(value)); - static final _$deleted = $grpc.ClientMethod<$15.ClaimDeletedRequest, $15.ClaimDeletedResponse>( + ($11.ClaimMessageSentRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimMessageSentResponse.fromBuffer(value)); + static final _$deleted = $grpc.ClientMethod<$11.ClaimDeletedRequest, $11.ClaimDeletedResponse>( '/api.ClaimInputAPI/Deleted', - ($15.ClaimDeletedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $15.ClaimDeletedResponse.fromBuffer(value)); + ($11.ClaimDeletedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $11.ClaimDeletedResponse.fromBuffer(value)); ClaimInputAPIClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$15.ClaimCreatedResponse> created($15.ClaimCreatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimCreatedResponse> created($11.ClaimCreatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$created, request, options: options); } - $grpc.ResponseFuture<$15.ClaimCompletedResponse> completed($15.ClaimCompletedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimCompletedResponse> completed($11.ClaimCompletedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$completed, request, options: options); } - $grpc.ResponseFuture<$15.ClaimCriticalityUpdatedResponse> criticalityUpdated($15.ClaimCriticalityUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimCriticalityUpdatedResponse> criticalityUpdated($11.ClaimCriticalityUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$criticalityUpdated, request, options: options); } - $grpc.ResponseFuture<$15.ClaimStatusUpdatedResponse> statusUpdated($15.ClaimStatusUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimStatusUpdatedResponse> statusUpdated($11.ClaimStatusUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$statusUpdated, request, options: options); } - $grpc.ResponseFuture<$15.ClaimAssigneesAddedResponse> assigneesAdded($15.ClaimAssigneesAddedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimAssigneesAddedResponse> assigneesAdded($11.ClaimAssigneesAddedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$assigneesAdded, request, options: options); } - $grpc.ResponseFuture<$15.ClaimAssigneesRemovedResponse> assigneesRemoved($15.ClaimAssigneesRemovedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimAssigneesRemovedResponse> assigneesRemoved($11.ClaimAssigneesRemovedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$assigneesRemoved, request, options: options); } - $grpc.ResponseFuture<$15.ClaimAmountUpdatedResponse> amountUpdated($15.ClaimAmountUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimAmountUpdatedResponse> amountUpdated($11.ClaimAmountUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$amountUpdated, request, options: options); } - $grpc.ResponseFuture<$15.ClaimAttachmentAddedResponse> attachmentAdded($15.ClaimAttachmentAddedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimAttachmentAddedResponse> attachmentAdded($11.ClaimAttachmentAddedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$attachmentAdded, request, options: options); } - $grpc.ResponseFuture<$15.ClaimAttachmentRemovedResponse> attachmentRemoved($15.ClaimAttachmentRemovedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimAttachmentRemovedResponse> attachmentRemoved($11.ClaimAttachmentRemovedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$attachmentRemoved, request, options: options); } - $grpc.ResponseFuture<$15.ClaimMetaDataUpdatedResponse> metaDataUpdated($15.ClaimMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimMetaDataUpdatedResponse> metaDataUpdated($11.ClaimMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$metaDataUpdated, request, options: options); } - $grpc.ResponseFuture<$15.ClaimTitleUpdatedResponse> titleUpdated($15.ClaimTitleUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimTitleUpdatedResponse> titleUpdated($11.ClaimTitleUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$titleUpdated, request, options: options); } - $grpc.ResponseFuture<$15.ClaimMessageSentResponse> messageSent($15.ClaimMessageSentRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimMessageSentResponse> messageSent($11.ClaimMessageSentRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$messageSent, request, options: options); } - $grpc.ResponseFuture<$15.ClaimDeletedResponse> deleted($15.ClaimDeletedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$11.ClaimDeletedResponse> deleted($11.ClaimDeletedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleted, request, options: options); } } @@ -134,162 +134,162 @@ abstract class ClaimInputAPIServiceBase extends $grpc.Service { $core.String get $name => 'api.ClaimInputAPI'; ClaimInputAPIServiceBase() { - $addMethod($grpc.ServiceMethod<$15.ClaimCreatedRequest, $15.ClaimCreatedResponse>( + $addMethod($grpc.ServiceMethod<$11.ClaimCreatedRequest, $11.ClaimCreatedResponse>( 'Created', created_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimCreatedRequest.fromBuffer(value), - ($15.ClaimCreatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimCompletedRequest, $15.ClaimCompletedResponse>( + ($core.List<$core.int> value) => $11.ClaimCreatedRequest.fromBuffer(value), + ($11.ClaimCreatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimCompletedRequest, $11.ClaimCompletedResponse>( 'Completed', completed_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimCompletedRequest.fromBuffer(value), - ($15.ClaimCompletedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimCriticalityUpdatedRequest, $15.ClaimCriticalityUpdatedResponse>( + ($core.List<$core.int> value) => $11.ClaimCompletedRequest.fromBuffer(value), + ($11.ClaimCompletedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimCriticalityUpdatedRequest, $11.ClaimCriticalityUpdatedResponse>( 'CriticalityUpdated', criticalityUpdated_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimCriticalityUpdatedRequest.fromBuffer(value), - ($15.ClaimCriticalityUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimStatusUpdatedRequest, $15.ClaimStatusUpdatedResponse>( + ($core.List<$core.int> value) => $11.ClaimCriticalityUpdatedRequest.fromBuffer(value), + ($11.ClaimCriticalityUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimStatusUpdatedRequest, $11.ClaimStatusUpdatedResponse>( 'StatusUpdated', statusUpdated_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimStatusUpdatedRequest.fromBuffer(value), - ($15.ClaimStatusUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimAssigneesAddedRequest, $15.ClaimAssigneesAddedResponse>( + ($core.List<$core.int> value) => $11.ClaimStatusUpdatedRequest.fromBuffer(value), + ($11.ClaimStatusUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimAssigneesAddedRequest, $11.ClaimAssigneesAddedResponse>( 'AssigneesAdded', assigneesAdded_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimAssigneesAddedRequest.fromBuffer(value), - ($15.ClaimAssigneesAddedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimAssigneesRemovedRequest, $15.ClaimAssigneesRemovedResponse>( + ($core.List<$core.int> value) => $11.ClaimAssigneesAddedRequest.fromBuffer(value), + ($11.ClaimAssigneesAddedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimAssigneesRemovedRequest, $11.ClaimAssigneesRemovedResponse>( 'AssigneesRemoved', assigneesRemoved_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimAssigneesRemovedRequest.fromBuffer(value), - ($15.ClaimAssigneesRemovedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimAmountUpdatedRequest, $15.ClaimAmountUpdatedResponse>( + ($core.List<$core.int> value) => $11.ClaimAssigneesRemovedRequest.fromBuffer(value), + ($11.ClaimAssigneesRemovedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimAmountUpdatedRequest, $11.ClaimAmountUpdatedResponse>( 'AmountUpdated', amountUpdated_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimAmountUpdatedRequest.fromBuffer(value), - ($15.ClaimAmountUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimAttachmentAddedRequest, $15.ClaimAttachmentAddedResponse>( + ($core.List<$core.int> value) => $11.ClaimAmountUpdatedRequest.fromBuffer(value), + ($11.ClaimAmountUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimAttachmentAddedRequest, $11.ClaimAttachmentAddedResponse>( 'AttachmentAdded', attachmentAdded_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimAttachmentAddedRequest.fromBuffer(value), - ($15.ClaimAttachmentAddedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimAttachmentRemovedRequest, $15.ClaimAttachmentRemovedResponse>( + ($core.List<$core.int> value) => $11.ClaimAttachmentAddedRequest.fromBuffer(value), + ($11.ClaimAttachmentAddedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimAttachmentRemovedRequest, $11.ClaimAttachmentRemovedResponse>( 'AttachmentRemoved', attachmentRemoved_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimAttachmentRemovedRequest.fromBuffer(value), - ($15.ClaimAttachmentRemovedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimMetaDataUpdatedRequest, $15.ClaimMetaDataUpdatedResponse>( + ($core.List<$core.int> value) => $11.ClaimAttachmentRemovedRequest.fromBuffer(value), + ($11.ClaimAttachmentRemovedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimMetaDataUpdatedRequest, $11.ClaimMetaDataUpdatedResponse>( 'MetaDataUpdated', metaDataUpdated_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimMetaDataUpdatedRequest.fromBuffer(value), - ($15.ClaimMetaDataUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimTitleUpdatedRequest, $15.ClaimTitleUpdatedResponse>( + ($core.List<$core.int> value) => $11.ClaimMetaDataUpdatedRequest.fromBuffer(value), + ($11.ClaimMetaDataUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimTitleUpdatedRequest, $11.ClaimTitleUpdatedResponse>( 'TitleUpdated', titleUpdated_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimTitleUpdatedRequest.fromBuffer(value), - ($15.ClaimTitleUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimMessageSentRequest, $15.ClaimMessageSentResponse>( + ($core.List<$core.int> value) => $11.ClaimTitleUpdatedRequest.fromBuffer(value), + ($11.ClaimTitleUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimMessageSentRequest, $11.ClaimMessageSentResponse>( 'MessageSent', messageSent_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimMessageSentRequest.fromBuffer(value), - ($15.ClaimMessageSentResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$15.ClaimDeletedRequest, $15.ClaimDeletedResponse>( + ($core.List<$core.int> value) => $11.ClaimMessageSentRequest.fromBuffer(value), + ($11.ClaimMessageSentResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$11.ClaimDeletedRequest, $11.ClaimDeletedResponse>( 'Deleted', deleted_Pre, false, false, - ($core.List<$core.int> value) => $15.ClaimDeletedRequest.fromBuffer(value), - ($15.ClaimDeletedResponse value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $11.ClaimDeletedRequest.fromBuffer(value), + ($11.ClaimDeletedResponse value) => value.writeToBuffer())); } - $async.Future<$15.ClaimCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimCreatedRequest> $request) async { + $async.Future<$11.ClaimCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimCreatedRequest> $request) async { return created($call, await $request); } - $async.Future<$15.ClaimCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimCompletedRequest> $request) async { + $async.Future<$11.ClaimCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimCompletedRequest> $request) async { return completed($call, await $request); } - $async.Future<$15.ClaimCriticalityUpdatedResponse> criticalityUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimCriticalityUpdatedRequest> $request) async { + $async.Future<$11.ClaimCriticalityUpdatedResponse> criticalityUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimCriticalityUpdatedRequest> $request) async { return criticalityUpdated($call, await $request); } - $async.Future<$15.ClaimStatusUpdatedResponse> statusUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimStatusUpdatedRequest> $request) async { + $async.Future<$11.ClaimStatusUpdatedResponse> statusUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimStatusUpdatedRequest> $request) async { return statusUpdated($call, await $request); } - $async.Future<$15.ClaimAssigneesAddedResponse> assigneesAdded_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAssigneesAddedRequest> $request) async { + $async.Future<$11.ClaimAssigneesAddedResponse> assigneesAdded_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAssigneesAddedRequest> $request) async { return assigneesAdded($call, await $request); } - $async.Future<$15.ClaimAssigneesRemovedResponse> assigneesRemoved_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAssigneesRemovedRequest> $request) async { + $async.Future<$11.ClaimAssigneesRemovedResponse> assigneesRemoved_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAssigneesRemovedRequest> $request) async { return assigneesRemoved($call, await $request); } - $async.Future<$15.ClaimAmountUpdatedResponse> amountUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAmountUpdatedRequest> $request) async { + $async.Future<$11.ClaimAmountUpdatedResponse> amountUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAmountUpdatedRequest> $request) async { return amountUpdated($call, await $request); } - $async.Future<$15.ClaimAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAttachmentAddedRequest> $request) async { + $async.Future<$11.ClaimAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAttachmentAddedRequest> $request) async { return attachmentAdded($call, await $request); } - $async.Future<$15.ClaimAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimAttachmentRemovedRequest> $request) async { + $async.Future<$11.ClaimAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimAttachmentRemovedRequest> $request) async { return attachmentRemoved($call, await $request); } - $async.Future<$15.ClaimMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimMetaDataUpdatedRequest> $request) async { + $async.Future<$11.ClaimMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimMetaDataUpdatedRequest> $request) async { return metaDataUpdated($call, await $request); } - $async.Future<$15.ClaimTitleUpdatedResponse> titleUpdated_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimTitleUpdatedRequest> $request) async { + $async.Future<$11.ClaimTitleUpdatedResponse> titleUpdated_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimTitleUpdatedRequest> $request) async { return titleUpdated($call, await $request); } - $async.Future<$15.ClaimMessageSentResponse> messageSent_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimMessageSentRequest> $request) async { + $async.Future<$11.ClaimMessageSentResponse> messageSent_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimMessageSentRequest> $request) async { return messageSent($call, await $request); } - $async.Future<$15.ClaimDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$15.ClaimDeletedRequest> $request) async { + $async.Future<$11.ClaimDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$11.ClaimDeletedRequest> $request) async { return deleted($call, await $request); } - $async.Future<$15.ClaimCreatedResponse> created($grpc.ServiceCall call, $15.ClaimCreatedRequest request); - $async.Future<$15.ClaimCompletedResponse> completed($grpc.ServiceCall call, $15.ClaimCompletedRequest request); - $async.Future<$15.ClaimCriticalityUpdatedResponse> criticalityUpdated($grpc.ServiceCall call, $15.ClaimCriticalityUpdatedRequest request); - $async.Future<$15.ClaimStatusUpdatedResponse> statusUpdated($grpc.ServiceCall call, $15.ClaimStatusUpdatedRequest request); - $async.Future<$15.ClaimAssigneesAddedResponse> assigneesAdded($grpc.ServiceCall call, $15.ClaimAssigneesAddedRequest request); - $async.Future<$15.ClaimAssigneesRemovedResponse> assigneesRemoved($grpc.ServiceCall call, $15.ClaimAssigneesRemovedRequest request); - $async.Future<$15.ClaimAmountUpdatedResponse> amountUpdated($grpc.ServiceCall call, $15.ClaimAmountUpdatedRequest request); - $async.Future<$15.ClaimAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $15.ClaimAttachmentAddedRequest request); - $async.Future<$15.ClaimAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $15.ClaimAttachmentRemovedRequest request); - $async.Future<$15.ClaimMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $15.ClaimMetaDataUpdatedRequest request); - $async.Future<$15.ClaimTitleUpdatedResponse> titleUpdated($grpc.ServiceCall call, $15.ClaimTitleUpdatedRequest request); - $async.Future<$15.ClaimMessageSentResponse> messageSent($grpc.ServiceCall call, $15.ClaimMessageSentRequest request); - $async.Future<$15.ClaimDeletedResponse> deleted($grpc.ServiceCall call, $15.ClaimDeletedRequest request); + $async.Future<$11.ClaimCreatedResponse> created($grpc.ServiceCall call, $11.ClaimCreatedRequest request); + $async.Future<$11.ClaimCompletedResponse> completed($grpc.ServiceCall call, $11.ClaimCompletedRequest request); + $async.Future<$11.ClaimCriticalityUpdatedResponse> criticalityUpdated($grpc.ServiceCall call, $11.ClaimCriticalityUpdatedRequest request); + $async.Future<$11.ClaimStatusUpdatedResponse> statusUpdated($grpc.ServiceCall call, $11.ClaimStatusUpdatedRequest request); + $async.Future<$11.ClaimAssigneesAddedResponse> assigneesAdded($grpc.ServiceCall call, $11.ClaimAssigneesAddedRequest request); + $async.Future<$11.ClaimAssigneesRemovedResponse> assigneesRemoved($grpc.ServiceCall call, $11.ClaimAssigneesRemovedRequest request); + $async.Future<$11.ClaimAmountUpdatedResponse> amountUpdated($grpc.ServiceCall call, $11.ClaimAmountUpdatedRequest request); + $async.Future<$11.ClaimAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $11.ClaimAttachmentAddedRequest request); + $async.Future<$11.ClaimAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $11.ClaimAttachmentRemovedRequest request); + $async.Future<$11.ClaimMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $11.ClaimMetaDataUpdatedRequest request); + $async.Future<$11.ClaimTitleUpdatedResponse> titleUpdated($grpc.ServiceCall call, $11.ClaimTitleUpdatedRequest request); + $async.Future<$11.ClaimMessageSentResponse> messageSent($grpc.ServiceCall call, $11.ClaimMessageSentRequest request); + $async.Future<$11.ClaimDeletedResponse> deleted($grpc.ServiceCall call, $11.ClaimDeletedRequest request); } diff --git a/lib/claimQuery.pb.dart b/lib/claimQuery.pb.dart index 805735a5..76f3cb7c 100644 --- a/lib/claimQuery.pb.dart +++ b/lib/claimQuery.pb.dart @@ -13,9 +13,9 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'claim.pb.dart' as $77; +import 'claim.pb.dart' as $71; import 'shared.pb.dart' as $3; -import 'user.pb.dart' as $64; +import 'user.pb.dart' as $60; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -82,7 +82,7 @@ class ClaimByIdQuery extends $pb.GeneratedMessage { class ClaimByIdResult extends $pb.GeneratedMessage { factory ClaimByIdResult({ $3.ResultHeader? header, - $core.Iterable<$77.Claim>? objects, + $core.Iterable<$71.Claim>? objects, }) { final $result = create(); if (header != null) { @@ -99,7 +99,7 @@ class ClaimByIdResult extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ClaimByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create) - ..pc<$77.Claim>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $77.Claim.create) + ..pc<$71.Claim>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $71.Claim.create) ..hasRequiredFields = false ; @@ -136,7 +136,7 @@ class ClaimByIdResult extends $pb.GeneratedMessage { $3.ResultHeader ensureHeader() => $_ensure(0); @$pb.TagNumber(2) - $pb.PbList<$77.Claim> get objects => $_getList(1); + $pb.PbList<$71.Claim> get objects => $_getList(1); } class ClaimByFilterQuery extends $pb.GeneratedMessage { @@ -232,7 +232,7 @@ class ClaimByFilterQuery extends $pb.GeneratedMessage { class ClaimByFilterResult extends $pb.GeneratedMessage { factory ClaimByFilterResult({ $3.ResultHeader? header, - $core.Iterable<$77.Claim>? objects, + $core.Iterable<$71.Claim>? objects, $core.String? queryContext, }) { final $result = create(); @@ -253,7 +253,7 @@ class ClaimByFilterResult extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ClaimByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create) - ..pc<$77.Claim>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $77.Claim.create) + ..pc<$71.Claim>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $71.Claim.create) ..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext') ..hasRequiredFields = false ; @@ -291,7 +291,7 @@ class ClaimByFilterResult extends $pb.GeneratedMessage { $3.ResultHeader ensureHeader() => $_ensure(0); @$pb.TagNumber(2) - $pb.PbList<$77.Claim> get objects => $_getList(1); + $pb.PbList<$71.Claim> get objects => $_getList(1); @$pb.TagNumber(3) $core.String get queryContext => $_getSZ(2); @@ -613,7 +613,7 @@ class ClaimGetAvailableContactsQuery extends $pb.GeneratedMessage { class ClaimGetAvailableContactsResult extends $pb.GeneratedMessage { factory ClaimGetAvailableContactsResult({ - $core.Iterable<$64.User>? contacts, + $core.Iterable<$60.User>? contacts, }) { final $result = create(); if (contacts != null) { @@ -626,7 +626,7 @@ class ClaimGetAvailableContactsResult extends $pb.GeneratedMessage { factory ClaimGetAvailableContactsResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ClaimGetAvailableContactsResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc<$64.User>(1, _omitFieldNames ? '' : 'Contacts', $pb.PbFieldType.PM, protoName: 'Contacts', subBuilder: $64.User.create) + ..pc<$60.User>(1, _omitFieldNames ? '' : 'Contacts', $pb.PbFieldType.PM, protoName: 'Contacts', subBuilder: $60.User.create) ..hasRequiredFields = false ; @@ -652,7 +652,7 @@ class ClaimGetAvailableContactsResult extends $pb.GeneratedMessage { static ClaimGetAvailableContactsResult? _defaultInstance; @$pb.TagNumber(1) - $pb.PbList<$64.User> get contacts => $_getList(0); + $pb.PbList<$60.User> get contacts => $_getList(0); } diff --git a/lib/claimQuery.pbgrpc.dart b/lib/claimQuery.pbgrpc.dart index 264fbc9d..ad1f9914 100644 --- a/lib/claimQuery.pbgrpc.dart +++ b/lib/claimQuery.pbgrpc.dart @@ -15,26 +15,26 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'claimQuery.pb.dart' as $16; -import 'clickhouse.pb.dart' as $9; +import 'claimQuery.pb.dart' as $12; +import 'clickhouse.pb.dart' as $13; import 'shared.pb.dart' as $3; export 'claimQuery.pb.dart'; @$pb.GrpcServiceName('api.ClaimQuery') class ClaimQueryClient extends $grpc.Client { - static final _$getByIds = $grpc.ClientMethod<$16.ClaimByIdQuery, $16.ClaimByIdResult>( + static final _$getByIds = $grpc.ClientMethod<$12.ClaimByIdQuery, $12.ClaimByIdResult>( '/api.ClaimQuery/GetByIds', - ($16.ClaimByIdQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $16.ClaimByIdResult.fromBuffer(value)); - static final _$find = $grpc.ClientMethod<$16.ClaimByFilterQuery, $16.ClaimByFilterResult>( + ($12.ClaimByIdQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $12.ClaimByIdResult.fromBuffer(value)); + static final _$find = $grpc.ClientMethod<$12.ClaimByFilterQuery, $12.ClaimByFilterResult>( '/api.ClaimQuery/Find', - ($16.ClaimByFilterQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $16.ClaimByFilterResult.fromBuffer(value)); - static final _$findMatchingFieldValues = $grpc.ClientMethod<$16.ClaimByMatchQuery, $16.ClaimByMatchResult>( + ($12.ClaimByFilterQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $12.ClaimByFilterResult.fromBuffer(value)); + static final _$findMatchingFieldValues = $grpc.ClientMethod<$12.ClaimByMatchQuery, $12.ClaimByMatchResult>( '/api.ClaimQuery/FindMatchingFieldValues', - ($16.ClaimByMatchQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $16.ClaimByMatchResult.fromBuffer(value)); + ($12.ClaimByMatchQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $12.ClaimByMatchResult.fromBuffer(value)); static final _$findMatchingFieldElements = $grpc.ClientMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>( '/api.ClaimQuery/FindMatchingFieldElements', ($3.ElementByMatchQuery value) => value.writeToBuffer(), @@ -43,34 +43,34 @@ class ClaimQueryClient extends $grpc.Client { '/api.ClaimQuery/Extract', ($3.ExtractQuery value) => value.writeToBuffer(), ($core.List<$core.int> value) => $3.ExtractResult.fromBuffer(value)); - static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>( + static final _$getKPIData = $grpc.ClientMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>( '/api.ClaimQuery/GetKPIData', - ($9.GetKPIDataQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value)); - static final _$getRoom = $grpc.ClientMethod<$16.ClaimGetRoomQuery, $16.ClaimGetRoomResult>( + ($13.GetKPIDataQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $13.GetKPIDataResult.fromBuffer(value)); + static final _$getRoom = $grpc.ClientMethod<$12.ClaimGetRoomQuery, $12.ClaimGetRoomResult>( '/api.ClaimQuery/GetRoom', - ($16.ClaimGetRoomQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $16.ClaimGetRoomResult.fromBuffer(value)); + ($12.ClaimGetRoomQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $12.ClaimGetRoomResult.fromBuffer(value)); static final _$countLines = $grpc.ClientMethod<$3.CountLinesQuery, $3.CountLinesResult>( '/api.ClaimQuery/CountLines', ($3.CountLinesQuery value) => value.writeToBuffer(), ($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value)); - static final _$getAvailableContacts = $grpc.ClientMethod<$16.ClaimGetAvailableContactsQuery, $16.ClaimGetAvailableContactsResult>( + static final _$getAvailableContacts = $grpc.ClientMethod<$12.ClaimGetAvailableContactsQuery, $12.ClaimGetAvailableContactsResult>( '/api.ClaimQuery/GetAvailableContacts', - ($16.ClaimGetAvailableContactsQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $16.ClaimGetAvailableContactsResult.fromBuffer(value)); + ($12.ClaimGetAvailableContactsQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $12.ClaimGetAvailableContactsResult.fromBuffer(value)); ClaimQueryClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$16.ClaimByIdResult> getByIds($16.ClaimByIdQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$12.ClaimByIdResult> getByIds($12.ClaimByIdQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getByIds, request, options: options); } - $grpc.ResponseFuture<$16.ClaimByFilterResult> find($16.ClaimByFilterQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$12.ClaimByFilterResult> find($12.ClaimByFilterQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$find, request, options: options); } - $grpc.ResponseFuture<$16.ClaimByMatchResult> findMatchingFieldValues($16.ClaimByMatchQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$12.ClaimByMatchResult> findMatchingFieldValues($12.ClaimByMatchQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$findMatchingFieldValues, request, options: options); } @@ -82,11 +82,11 @@ class ClaimQueryClient extends $grpc.Client { return $createUnaryCall(_$extract, request, options: options); } - $grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$13.GetKPIDataResult> getKPIData($13.GetKPIDataQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getKPIData, request, options: options); } - $grpc.ResponseFuture<$16.ClaimGetRoomResult> getRoom($16.ClaimGetRoomQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$12.ClaimGetRoomResult> getRoom($12.ClaimGetRoomQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getRoom, request, options: options); } @@ -94,7 +94,7 @@ class ClaimQueryClient extends $grpc.Client { return $createUnaryCall(_$countLines, request, options: options); } - $grpc.ResponseFuture<$16.ClaimGetAvailableContactsResult> getAvailableContacts($16.ClaimGetAvailableContactsQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$12.ClaimGetAvailableContactsResult> getAvailableContacts($12.ClaimGetAvailableContactsQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getAvailableContacts, request, options: options); } } @@ -104,27 +104,27 @@ abstract class ClaimQueryServiceBase extends $grpc.Service { $core.String get $name => 'api.ClaimQuery'; ClaimQueryServiceBase() { - $addMethod($grpc.ServiceMethod<$16.ClaimByIdQuery, $16.ClaimByIdResult>( + $addMethod($grpc.ServiceMethod<$12.ClaimByIdQuery, $12.ClaimByIdResult>( 'GetByIds', getByIds_Pre, false, false, - ($core.List<$core.int> value) => $16.ClaimByIdQuery.fromBuffer(value), - ($16.ClaimByIdResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$16.ClaimByFilterQuery, $16.ClaimByFilterResult>( + ($core.List<$core.int> value) => $12.ClaimByIdQuery.fromBuffer(value), + ($12.ClaimByIdResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$12.ClaimByFilterQuery, $12.ClaimByFilterResult>( 'Find', find_Pre, false, false, - ($core.List<$core.int> value) => $16.ClaimByFilterQuery.fromBuffer(value), - ($16.ClaimByFilterResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$16.ClaimByMatchQuery, $16.ClaimByMatchResult>( + ($core.List<$core.int> value) => $12.ClaimByFilterQuery.fromBuffer(value), + ($12.ClaimByFilterResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$12.ClaimByMatchQuery, $12.ClaimByMatchResult>( 'FindMatchingFieldValues', findMatchingFieldValues_Pre, false, false, - ($core.List<$core.int> value) => $16.ClaimByMatchQuery.fromBuffer(value), - ($16.ClaimByMatchResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $12.ClaimByMatchQuery.fromBuffer(value), + ($12.ClaimByMatchResult value) => value.writeToBuffer())); $addMethod($grpc.ServiceMethod<$3.ElementByMatchQuery, $3.ElementByMatchResult>( 'FindMatchingFieldElements', findMatchingFieldElements_Pre, @@ -139,20 +139,20 @@ abstract class ClaimQueryServiceBase extends $grpc.Service { false, ($core.List<$core.int> value) => $3.ExtractQuery.fromBuffer(value), ($3.ExtractResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>( + $addMethod($grpc.ServiceMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>( 'GetKPIData', getKPIData_Pre, false, false, - ($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value), - ($9.GetKPIDataResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$16.ClaimGetRoomQuery, $16.ClaimGetRoomResult>( + ($core.List<$core.int> value) => $13.GetKPIDataQuery.fromBuffer(value), + ($13.GetKPIDataResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$12.ClaimGetRoomQuery, $12.ClaimGetRoomResult>( 'GetRoom', getRoom_Pre, false, false, - ($core.List<$core.int> value) => $16.ClaimGetRoomQuery.fromBuffer(value), - ($16.ClaimGetRoomResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $12.ClaimGetRoomQuery.fromBuffer(value), + ($12.ClaimGetRoomResult value) => value.writeToBuffer())); $addMethod($grpc.ServiceMethod<$3.CountLinesQuery, $3.CountLinesResult>( 'CountLines', countLines_Pre, @@ -160,24 +160,24 @@ abstract class ClaimQueryServiceBase extends $grpc.Service { false, ($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value), ($3.CountLinesResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$16.ClaimGetAvailableContactsQuery, $16.ClaimGetAvailableContactsResult>( + $addMethod($grpc.ServiceMethod<$12.ClaimGetAvailableContactsQuery, $12.ClaimGetAvailableContactsResult>( 'GetAvailableContacts', getAvailableContacts_Pre, false, false, - ($core.List<$core.int> value) => $16.ClaimGetAvailableContactsQuery.fromBuffer(value), - ($16.ClaimGetAvailableContactsResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $12.ClaimGetAvailableContactsQuery.fromBuffer(value), + ($12.ClaimGetAvailableContactsResult value) => value.writeToBuffer())); } - $async.Future<$16.ClaimByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimByIdQuery> $request) async { + $async.Future<$12.ClaimByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimByIdQuery> $request) async { return getByIds($call, await $request); } - $async.Future<$16.ClaimByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimByFilterQuery> $request) async { + $async.Future<$12.ClaimByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimByFilterQuery> $request) async { return find($call, await $request); } - $async.Future<$16.ClaimByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimByMatchQuery> $request) async { + $async.Future<$12.ClaimByMatchResult> findMatchingFieldValues_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimByMatchQuery> $request) async { return findMatchingFieldValues($call, await $request); } @@ -189,11 +189,11 @@ abstract class ClaimQueryServiceBase extends $grpc.Service { return extract($call, await $request); } - $async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async { + $async.Future<$13.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$13.GetKPIDataQuery> $request) async { return getKPIData($call, await $request); } - $async.Future<$16.ClaimGetRoomResult> getRoom_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimGetRoomQuery> $request) async { + $async.Future<$12.ClaimGetRoomResult> getRoom_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimGetRoomQuery> $request) async { return getRoom($call, await $request); } @@ -201,17 +201,17 @@ abstract class ClaimQueryServiceBase extends $grpc.Service { return countLines($call, await $request); } - $async.Future<$16.ClaimGetAvailableContactsResult> getAvailableContacts_Pre($grpc.ServiceCall $call, $async.Future<$16.ClaimGetAvailableContactsQuery> $request) async { + $async.Future<$12.ClaimGetAvailableContactsResult> getAvailableContacts_Pre($grpc.ServiceCall $call, $async.Future<$12.ClaimGetAvailableContactsQuery> $request) async { return getAvailableContacts($call, await $request); } - $async.Future<$16.ClaimByIdResult> getByIds($grpc.ServiceCall call, $16.ClaimByIdQuery request); - $async.Future<$16.ClaimByFilterResult> find($grpc.ServiceCall call, $16.ClaimByFilterQuery request); - $async.Future<$16.ClaimByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $16.ClaimByMatchQuery request); + $async.Future<$12.ClaimByIdResult> getByIds($grpc.ServiceCall call, $12.ClaimByIdQuery request); + $async.Future<$12.ClaimByFilterResult> find($grpc.ServiceCall call, $12.ClaimByFilterQuery request); + $async.Future<$12.ClaimByMatchResult> findMatchingFieldValues($grpc.ServiceCall call, $12.ClaimByMatchQuery request); $async.Future<$3.ElementByMatchResult> findMatchingFieldElements($grpc.ServiceCall call, $3.ElementByMatchQuery request); $async.Future<$3.ExtractResult> extract($grpc.ServiceCall call, $3.ExtractQuery request); - $async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request); - $async.Future<$16.ClaimGetRoomResult> getRoom($grpc.ServiceCall call, $16.ClaimGetRoomQuery request); + $async.Future<$13.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $13.GetKPIDataQuery request); + $async.Future<$12.ClaimGetRoomResult> getRoom($grpc.ServiceCall call, $12.ClaimGetRoomQuery request); $async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request); - $async.Future<$16.ClaimGetAvailableContactsResult> getAvailableContacts($grpc.ServiceCall call, $16.ClaimGetAvailableContactsQuery request); + $async.Future<$12.ClaimGetAvailableContactsResult> getAvailableContacts($grpc.ServiceCall call, $12.ClaimGetAvailableContactsQuery request); } diff --git a/lib/client.pbgrpc.dart b/lib/client.pbgrpc.dart index 93fcec5b..4d9d6403 100644 --- a/lib/client.pbgrpc.dart +++ b/lib/client.pbgrpc.dart @@ -15,28 +15,28 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'client.pb.dart' as $17; +import 'client.pb.dart' as $14; export 'client.pb.dart'; @$pb.GrpcServiceName('api.ClientService') class ClientServiceClient extends $grpc.Client { - static final _$registerPlatformClient = $grpc.ClientMethod<$17.RegisterPlatformClientRequest, $17.RegisterClientResult>( + static final _$registerPlatformClient = $grpc.ClientMethod<$14.RegisterPlatformClientRequest, $14.RegisterClientResult>( '/api.ClientService/RegisterPlatformClient', - ($17.RegisterPlatformClientRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $17.RegisterClientResult.fromBuffer(value)); - static final _$registerClient = $grpc.ClientMethod<$17.RegisterClientRequest, $17.RegisterClientResult>( + ($14.RegisterPlatformClientRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $14.RegisterClientResult.fromBuffer(value)); + static final _$registerClient = $grpc.ClientMethod<$14.RegisterClientRequest, $14.RegisterClientResult>( '/api.ClientService/RegisterClient', - ($17.RegisterClientRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $17.RegisterClientResult.fromBuffer(value)); + ($14.RegisterClientRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $14.RegisterClientResult.fromBuffer(value)); ClientServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$17.RegisterClientResult> registerPlatformClient($17.RegisterPlatformClientRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$14.RegisterClientResult> registerPlatformClient($14.RegisterPlatformClientRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$registerPlatformClient, request, options: options); } - $grpc.ResponseFuture<$17.RegisterClientResult> registerClient($17.RegisterClientRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$14.RegisterClientResult> registerClient($14.RegisterClientRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$registerClient, request, options: options); } } @@ -46,30 +46,30 @@ abstract class ClientServiceBase extends $grpc.Service { $core.String get $name => 'api.ClientService'; ClientServiceBase() { - $addMethod($grpc.ServiceMethod<$17.RegisterPlatformClientRequest, $17.RegisterClientResult>( + $addMethod($grpc.ServiceMethod<$14.RegisterPlatformClientRequest, $14.RegisterClientResult>( 'RegisterPlatformClient', registerPlatformClient_Pre, false, false, - ($core.List<$core.int> value) => $17.RegisterPlatformClientRequest.fromBuffer(value), - ($17.RegisterClientResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$17.RegisterClientRequest, $17.RegisterClientResult>( + ($core.List<$core.int> value) => $14.RegisterPlatformClientRequest.fromBuffer(value), + ($14.RegisterClientResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$14.RegisterClientRequest, $14.RegisterClientResult>( 'RegisterClient', registerClient_Pre, false, false, - ($core.List<$core.int> value) => $17.RegisterClientRequest.fromBuffer(value), - ($17.RegisterClientResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $14.RegisterClientRequest.fromBuffer(value), + ($14.RegisterClientResult value) => value.writeToBuffer())); } - $async.Future<$17.RegisterClientResult> registerPlatformClient_Pre($grpc.ServiceCall $call, $async.Future<$17.RegisterPlatformClientRequest> $request) async { + $async.Future<$14.RegisterClientResult> registerPlatformClient_Pre($grpc.ServiceCall $call, $async.Future<$14.RegisterPlatformClientRequest> $request) async { return registerPlatformClient($call, await $request); } - $async.Future<$17.RegisterClientResult> registerClient_Pre($grpc.ServiceCall $call, $async.Future<$17.RegisterClientRequest> $request) async { + $async.Future<$14.RegisterClientResult> registerClient_Pre($grpc.ServiceCall $call, $async.Future<$14.RegisterClientRequest> $request) async { return registerClient($call, await $request); } - $async.Future<$17.RegisterClientResult> registerPlatformClient($grpc.ServiceCall call, $17.RegisterPlatformClientRequest request); - $async.Future<$17.RegisterClientResult> registerClient($grpc.ServiceCall call, $17.RegisterClientRequest request); + $async.Future<$14.RegisterClientResult> registerPlatformClient($grpc.ServiceCall call, $14.RegisterPlatformClientRequest request); + $async.Future<$14.RegisterClientResult> registerClient($grpc.ServiceCall call, $14.RegisterClientRequest request); } diff --git a/lib/collabClickhouseStatement.pb.dart b/lib/collabClickhouseStatement.pb.dart index 4d9d5618..50da55a7 100644 --- a/lib/collabClickhouseStatement.pb.dart +++ b/lib/collabClickhouseStatement.pb.dart @@ -14,8 +14,8 @@ import 'dart:core' as $core; import 'package:fixnum/fixnum.dart' as $fixnum; import 'package:protobuf/protobuf.dart' as $pb; -import 'claim.pb.dart' as $77; -import 'metadata.pb.dart' as $78; +import 'claim.pb.dart' as $71; +import 'metadata.pb.dart' as $72; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -23,7 +23,7 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; class CollabClickHouseInput extends $pb.GeneratedMessage { factory CollabClickHouseInput({ CollabClickhouseElements? clickhouseElements, - $core.Iterable<$78.MetadatasToApply>? metadatasToApply, + $core.Iterable<$72.MetadatasToApply>? metadatasToApply, }) { final $result = create(); if (clickhouseElements != null) { @@ -40,7 +40,7 @@ class CollabClickHouseInput extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CollabClickHouseInput', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM(1, _omitFieldNames ? '' : 'ClickhouseElements', protoName: 'ClickhouseElements', subBuilder: CollabClickhouseElements.create) - ..pc<$78.MetadatasToApply>(2, _omitFieldNames ? '' : 'MetadatasToApply', $pb.PbFieldType.PM, protoName: 'MetadatasToApply', subBuilder: $78.MetadatasToApply.create) + ..pc<$72.MetadatasToApply>(2, _omitFieldNames ? '' : 'MetadatasToApply', $pb.PbFieldType.PM, protoName: 'MetadatasToApply', subBuilder: $72.MetadatasToApply.create) ..hasRequiredFields = false ; @@ -77,7 +77,7 @@ class CollabClickHouseInput extends $pb.GeneratedMessage { CollabClickhouseElements ensureClickhouseElements() => $_ensure(0); @$pb.TagNumber(2) - $pb.PbList<$78.MetadatasToApply> get metadatasToApply => $_getList(1); + $pb.PbList<$72.MetadatasToApply> get metadatasToApply => $_getList(1); } enum CollabClickhouseElement_Content { @@ -87,7 +87,7 @@ enum CollabClickhouseElement_Content { class CollabClickhouseElement extends $pb.GeneratedMessage { factory CollabClickhouseElement({ - $77.Claim? claim, + $71.Claim? claim, }) { final $result = create(); if (claim != null) { @@ -105,7 +105,7 @@ class CollabClickhouseElement extends $pb.GeneratedMessage { }; static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CollabClickhouseElement', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..oo(0, [1]) - ..aOM<$77.Claim>(1, _omitFieldNames ? '' : 'Claim', protoName: 'Claim', subBuilder: $77.Claim.create) + ..aOM<$71.Claim>(1, _omitFieldNames ? '' : 'Claim', protoName: 'Claim', subBuilder: $71.Claim.create) ..hasRequiredFields = false ; @@ -134,15 +134,15 @@ class CollabClickhouseElement extends $pb.GeneratedMessage { void clearContent() => $_clearField($_whichOneof(0)); @$pb.TagNumber(1) - $77.Claim get claim => $_getN(0); + $71.Claim get claim => $_getN(0); @$pb.TagNumber(1) - set claim($77.Claim v) { $_setField(1, v); } + set claim($71.Claim v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasClaim() => $_has(0); @$pb.TagNumber(1) void clearClaim() => $_clearField(1); @$pb.TagNumber(1) - $77.Claim ensureClaim() => $_ensure(0); + $71.Claim ensureClaim() => $_ensure(0); } class CollabClickhouseElements extends $pb.GeneratedMessage { diff --git a/lib/collabShared.pb.dart b/lib/collabShared.pb.dart index 30db8c32..c9e4dd9f 100644 --- a/lib/collabShared.pb.dart +++ b/lib/collabShared.pb.dart @@ -14,10 +14,9 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; import 'collabShared.pbenum.dart'; -import 'google/protobuf/struct.pb.dart' as $79; +import 'google/protobuf/struct.pb.dart' as $73; import 'shared.pb.dart' as $3; import 'shared.pbenum.dart' as $3; -import 'slotbooking.pb.dart' as $70; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -366,7 +365,7 @@ class ListNotifChanges extends $pb.GeneratedMessage { $core.String? entityType, $core.String? entityRefID, $core.Iterable? notifChanges, - $79.Struct? tags, + $73.Struct? tags, }) { final $result = create(); if (projectID != null) { @@ -399,7 +398,7 @@ class ListNotifChanges extends $pb.GeneratedMessage { ..aOS(3, _omitFieldNames ? '' : 'EntityType', protoName: 'EntityType') ..aOS(4, _omitFieldNames ? '' : 'EntityRefID', protoName: 'EntityRefID') ..pc(5, _omitFieldNames ? '' : 'NotifChanges', $pb.PbFieldType.PM, protoName: 'NotifChanges', subBuilder: NotifChanges.create) - ..aOM<$79.Struct>(6, _omitFieldNames ? '' : 'Tags', protoName: 'Tags', subBuilder: $79.Struct.create) + ..aOM<$73.Struct>(6, _omitFieldNames ? '' : 'Tags', protoName: 'Tags', subBuilder: $73.Struct.create) ..hasRequiredFields = false ; @@ -464,15 +463,15 @@ class ListNotifChanges extends $pb.GeneratedMessage { $pb.PbList get notifChanges => $_getList(4); @$pb.TagNumber(6) - $79.Struct get tags => $_getN(5); + $73.Struct get tags => $_getN(5); @$pb.TagNumber(6) - set tags($79.Struct v) { $_setField(6, v); } + set tags($73.Struct v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasTags() => $_has(5); @$pb.TagNumber(6) void clearTags() => $_clearField(6); @$pb.TagNumber(6) - $79.Struct ensureTags() => $_ensure(5); + $73.Struct ensureTags() => $_ensure(5); } class NotifChanges extends $pb.GeneratedMessage { @@ -480,7 +479,7 @@ class NotifChanges extends $pb.GeneratedMessage { $3.DateTime? refDate, $core.String? userName, NotifTypeEnum? notificationType, - $79.Struct? details, + $73.Struct? details, }) { final $result = create(); if (refDate != null) { @@ -505,7 +504,7 @@ class NotifChanges extends $pb.GeneratedMessage { ..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'RefDate', protoName: 'RefDate', subBuilder: $3.DateTime.create) ..aOS(2, _omitFieldNames ? '' : 'UserName', protoName: 'UserName') ..e(3, _omitFieldNames ? '' : 'NotificationType', $pb.PbFieldType.OE, protoName: 'NotificationType', defaultOrMaker: NotifTypeEnum.NOTIF_TYPE_UNKNOWN, valueOf: NotifTypeEnum.valueOf, enumValues: NotifTypeEnum.values) - ..aOM<$79.Struct>(4, _omitFieldNames ? '' : 'Details', protoName: 'Details', subBuilder: $79.Struct.create) + ..aOM<$73.Struct>(4, _omitFieldNames ? '' : 'Details', protoName: 'Details', subBuilder: $73.Struct.create) ..hasRequiredFields = false ; @@ -560,261 +559,15 @@ class NotifChanges extends $pb.GeneratedMessage { void clearNotificationType() => $_clearField(3); @$pb.TagNumber(4) - $79.Struct get details => $_getN(3); + $73.Struct get details => $_getN(3); @$pb.TagNumber(4) - set details($79.Struct v) { $_setField(4, v); } + set details($73.Struct v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasDetails() => $_has(3); @$pb.TagNumber(4) void clearDetails() => $_clearField(4); @$pb.TagNumber(4) - $79.Struct ensureDetails() => $_ensure(3); -} - -class AppointmentStatus extends $pb.GeneratedMessage { - factory AppointmentStatus({ - AppointmentStatusCode? statusCode, - $core.String? date, - $3.DateTime? actualDate, - }) { - final $result = create(); - if (statusCode != null) { - $result.statusCode = statusCode; - } - if (date != null) { - $result.date = date; - } - if (actualDate != null) { - $result.actualDate = actualDate; - } - return $result; - } - AppointmentStatus._() : super(); - factory AppointmentStatus.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentStatus.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentStatus', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..e(1, _omitFieldNames ? '' : 'StatusCode', $pb.PbFieldType.OE, protoName: 'StatusCode', defaultOrMaker: AppointmentStatusCode.APPOINTMENT_0000_STATUS_UNKNOWN, valueOf: AppointmentStatusCode.valueOf, enumValues: AppointmentStatusCode.values) - ..aOS(2, _omitFieldNames ? '' : 'Date', protoName: 'Date') - ..aOM<$3.DateTime>(3, _omitFieldNames ? '' : 'ActualDate', protoName: 'ActualDate', subBuilder: $3.DateTime.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentStatus clone() => AppointmentStatus()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentStatus copyWith(void Function(AppointmentStatus) updates) => super.copyWith((message) => updates(message as AppointmentStatus)) as AppointmentStatus; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentStatus create() => AppointmentStatus._(); - AppointmentStatus createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentStatus getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentStatus? _defaultInstance; - - @$pb.TagNumber(1) - AppointmentStatusCode get statusCode => $_getN(0); - @$pb.TagNumber(1) - set statusCode(AppointmentStatusCode v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasStatusCode() => $_has(0); - @$pb.TagNumber(1) - void clearStatusCode() => $_clearField(1); - - @$pb.TagNumber(2) - $core.String get date => $_getSZ(1); - @$pb.TagNumber(2) - set date($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasDate() => $_has(1); - @$pb.TagNumber(2) - void clearDate() => $_clearField(2); - - /// Status effective date. Set by the event's RefDate that triggered the status change. - @$pb.TagNumber(3) - $3.DateTime get actualDate => $_getN(2); - @$pb.TagNumber(3) - set actualDate($3.DateTime v) { $_setField(3, v); } - @$pb.TagNumber(3) - $core.bool hasActualDate() => $_has(2); - @$pb.TagNumber(3) - void clearActualDate() => $_clearField(3); - @$pb.TagNumber(3) - $3.DateTime ensureActualDate() => $_ensure(2); -} - -class AppointmentStatusStruct extends $pb.GeneratedMessage { - factory AppointmentStatusStruct({ - AppointmentStatus? current, - $core.Iterable? history, - $core.String? creationDate, - $core.int? version, - }) { - final $result = create(); - if (current != null) { - $result.current = current; - } - if (history != null) { - $result.history.addAll(history); - } - if (creationDate != null) { - $result.creationDate = creationDate; - } - if (version != null) { - $result.version = version; - } - return $result; - } - AppointmentStatusStruct._() : super(); - factory AppointmentStatusStruct.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory AppointmentStatusStruct.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'AppointmentStatusStruct', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM(1, _omitFieldNames ? '' : 'Current', protoName: 'Current', subBuilder: AppointmentStatus.create) - ..pc(2, _omitFieldNames ? '' : 'History', $pb.PbFieldType.PM, protoName: 'History', subBuilder: AppointmentStatus.create) - ..aOS(3, _omitFieldNames ? '' : 'CreationDate', protoName: 'CreationDate') - ..a<$core.int>(4, _omitFieldNames ? '' : 'Version', $pb.PbFieldType.OU3, protoName: 'Version') - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - AppointmentStatusStruct clone() => AppointmentStatusStruct()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - AppointmentStatusStruct copyWith(void Function(AppointmentStatusStruct) updates) => super.copyWith((message) => updates(message as AppointmentStatusStruct)) as AppointmentStatusStruct; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static AppointmentStatusStruct create() => AppointmentStatusStruct._(); - AppointmentStatusStruct createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static AppointmentStatusStruct getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static AppointmentStatusStruct? _defaultInstance; - - /// Current status of the Appointment entity - @$pb.TagNumber(1) - AppointmentStatus get current => $_getN(0); - @$pb.TagNumber(1) - set current(AppointmentStatus v) { $_setField(1, v); } - @$pb.TagNumber(1) - $core.bool hasCurrent() => $_has(0); - @$pb.TagNumber(1) - void clearCurrent() => $_clearField(1); - @$pb.TagNumber(1) - AppointmentStatus ensureCurrent() => $_ensure(0); - - /// List of all status history of the Appointment entity - @$pb.TagNumber(2) - $pb.PbList get history => $_getList(1); - - @$pb.TagNumber(3) - $core.String get creationDate => $_getSZ(2); - @$pb.TagNumber(3) - set creationDate($core.String v) { $_setString(2, v); } - @$pb.TagNumber(3) - $core.bool hasCreationDate() => $_has(2); - @$pb.TagNumber(3) - void clearCreationDate() => $_clearField(3); - - @$pb.TagNumber(4) - $core.int get version => $_getIZ(3); - @$pb.TagNumber(4) - set version($core.int v) { $_setUnsignedInt32(3, v); } - @$pb.TagNumber(4) - $core.bool hasVersion() => $_has(3); - @$pb.TagNumber(4) - void clearVersion() => $_clearField(4); -} - -class Commission extends $pb.GeneratedMessage { - factory Commission({ - $core.String? projectID, - $core.String? orderID, - $core.Iterable<$70.QuantityByUnit>? quantities, - }) { - final $result = create(); - if (projectID != null) { - $result.projectID = projectID; - } - if (orderID != null) { - $result.orderID = orderID; - } - if (quantities != null) { - $result.quantities.addAll(quantities); - } - return $result; - } - Commission._() : super(); - factory Commission.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r); - factory Commission.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); - - static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Commission', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOS(1, _omitFieldNames ? '' : 'ProjectID', protoName: 'ProjectID') - ..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID') - ..pc<$70.QuantityByUnit>(3, _omitFieldNames ? '' : 'Quantities', $pb.PbFieldType.PM, protoName: 'Quantities', subBuilder: $70.QuantityByUnit.create) - ..hasRequiredFields = false - ; - - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.deepCopy] instead. ' - 'Will be removed in next major version') - Commission clone() => Commission()..mergeFromMessage(this); - @$core.Deprecated( - 'Using this can add significant overhead to your binary. ' - 'Use [GeneratedMessageGenericExtensions.rebuild] instead. ' - 'Will be removed in next major version') - Commission copyWith(void Function(Commission) updates) => super.copyWith((message) => updates(message as Commission)) as Commission; - - $pb.BuilderInfo get info_ => _i; - - @$core.pragma('dart2js:noInline') - static Commission create() => Commission._(); - Commission createEmptyInstance() => create(); - static $pb.PbList createRepeated() => $pb.PbList(); - @$core.pragma('dart2js:noInline') - static Commission getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor(create); - static Commission? _defaultInstance; - - /// Identifier for the project associated with the order - @$pb.TagNumber(1) - $core.String get projectID => $_getSZ(0); - @$pb.TagNumber(1) - set projectID($core.String v) { $_setString(0, v); } - @$pb.TagNumber(1) - $core.bool hasProjectID() => $_has(0); - @$pb.TagNumber(1) - void clearProjectID() => $_clearField(1); - - /// ID of the order, might be null for standalone - @$pb.TagNumber(2) - $core.String get orderID => $_getSZ(1); - @$pb.TagNumber(2) - set orderID($core.String v) { $_setString(1, v); } - @$pb.TagNumber(2) - $core.bool hasOrderID() => $_has(1); - @$pb.TagNumber(2) - void clearOrderID() => $_clearField(2); - - /// Volumetry inside the truck, should have at least one item listed - @$pb.TagNumber(3) - $pb.PbList<$70.QuantityByUnit> get quantities => $_getList(2); + $73.Struct ensureDetails() => $_ensure(3); } diff --git a/lib/collabShared.pbenum.dart b/lib/collabShared.pbenum.dart index c254f234..743dbfec 100644 --- a/lib/collabShared.pbenum.dart +++ b/lib/collabShared.pbenum.dart @@ -44,36 +44,5 @@ class NotifTypeEnum extends $pb.ProtobufEnum { const NotifTypeEnum._(super.v, super.n); } -/// -/// All statuses for Appointment entity -class AppointmentStatusCode extends $pb.ProtobufEnum { - static const AppointmentStatusCode APPOINTMENT_0000_STATUS_UNKNOWN = AppointmentStatusCode._(0, _omitEnumNames ? '' : 'APPOINTMENT_0000_STATUS_UNKNOWN'); - static const AppointmentStatusCode APPOINTMENT_0100_CARRIER_EXPECTED = AppointmentStatusCode._(100, _omitEnumNames ? '' : 'APPOINTMENT_0100_CARRIER_EXPECTED'); - static const AppointmentStatusCode APPOINTMENT_0200_CARRIER_ARRIVED = AppointmentStatusCode._(200, _omitEnumNames ? '' : 'APPOINTMENT_0200_CARRIER_ARRIVED'); - static const AppointmentStatusCode APPOINTMENT_0300_RECEPTION_UNLOADING = AppointmentStatusCode._(300, _omitEnumNames ? '' : 'APPOINTMENT_0300_RECEPTION_UNLOADING'); - static const AppointmentStatusCode APPOINTMENT_0400_RECEPTION_UNLOADED = AppointmentStatusCode._(400, _omitEnumNames ? '' : 'APPOINTMENT_0400_RECEPTION_UNLOADED'); - static const AppointmentStatusCode APPOINTMENT_0500_EXPEDITION_LOADING = AppointmentStatusCode._(500, _omitEnumNames ? '' : 'APPOINTMENT_0500_EXPEDITION_LOADING'); - static const AppointmentStatusCode APPOINTMENT_0600_EXPEDITION_LOADED = AppointmentStatusCode._(600, _omitEnumNames ? '' : 'APPOINTMENT_0600_EXPEDITION_LOADED'); - static const AppointmentStatusCode APPOINTMENT_0800_CARRIER_DEPARTED = AppointmentStatusCode._(800, _omitEnumNames ? '' : 'APPOINTMENT_0800_CARRIER_DEPARTED'); - static const AppointmentStatusCode APPOINTMENT_1000_CANCELLED = AppointmentStatusCode._(1000, _omitEnumNames ? '' : 'APPOINTMENT_1000_CANCELLED'); - - static const $core.List values = [ - APPOINTMENT_0000_STATUS_UNKNOWN, - APPOINTMENT_0100_CARRIER_EXPECTED, - APPOINTMENT_0200_CARRIER_ARRIVED, - APPOINTMENT_0300_RECEPTION_UNLOADING, - APPOINTMENT_0400_RECEPTION_UNLOADED, - APPOINTMENT_0500_EXPEDITION_LOADING, - APPOINTMENT_0600_EXPEDITION_LOADED, - APPOINTMENT_0800_CARRIER_DEPARTED, - APPOINTMENT_1000_CANCELLED, - ]; - - static final $core.Map<$core.int, AppointmentStatusCode> _byValue = $pb.ProtobufEnum.initByValue(values); - static AppointmentStatusCode? valueOf($core.int value) => _byValue[value]; - - const AppointmentStatusCode._(super.v, super.n); -} - const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names'); diff --git a/lib/collabShared.pbjson.dart b/lib/collabShared.pbjson.dart index 1251623f..09288b5e 100644 --- a/lib/collabShared.pbjson.dart +++ b/lib/collabShared.pbjson.dart @@ -39,32 +39,6 @@ final $typed_data.Uint8List notifTypeEnumDescriptor = $convert.base64Decode( 'VEFDVBAHEhUKEU5PVElGX1RZUEVfVVBEQVRFEAgSGQoVTk9USUZfVFlQRV9DT01QTEVUSU9OEA' 'k='); -@$core.Deprecated('Use appointmentStatusCodeDescriptor instead') -const AppointmentStatusCode$json = { - '1': 'AppointmentStatusCode', - '2': [ - {'1': 'APPOINTMENT_0000_STATUS_UNKNOWN', '2': 0}, - {'1': 'APPOINTMENT_0100_CARRIER_EXPECTED', '2': 100}, - {'1': 'APPOINTMENT_0200_CARRIER_ARRIVED', '2': 200}, - {'1': 'APPOINTMENT_0300_RECEPTION_UNLOADING', '2': 300}, - {'1': 'APPOINTMENT_0400_RECEPTION_UNLOADED', '2': 400}, - {'1': 'APPOINTMENT_0500_EXPEDITION_LOADING', '2': 500}, - {'1': 'APPOINTMENT_0600_EXPEDITION_LOADED', '2': 600}, - {'1': 'APPOINTMENT_0800_CARRIER_DEPARTED', '2': 800}, - {'1': 'APPOINTMENT_1000_CANCELLED', '2': 1000}, - ], -}; - -/// Descriptor for `AppointmentStatusCode`. Decode as a `google.protobuf.EnumDescriptorProto`. -final $typed_data.Uint8List appointmentStatusCodeDescriptor = $convert.base64Decode( - 'ChVBcHBvaW50bWVudFN0YXR1c0NvZGUSIwofQVBQT0lOVE1FTlRfMDAwMF9TVEFUVVNfVU5LTk' - '9XThAAEiUKIUFQUE9JTlRNRU5UXzAxMDBfQ0FSUklFUl9FWFBFQ1RFRBBkEiUKIEFQUE9JTlRN' - 'RU5UXzAyMDBfQ0FSUklFUl9BUlJJVkVEEMgBEikKJEFQUE9JTlRNRU5UXzAzMDBfUkVDRVBUSU' - '9OX1VOTE9BRElORxCsAhIoCiNBUFBPSU5UTUVOVF8wNDAwX1JFQ0VQVElPTl9VTkxPQURFRBCQ' - 'AxIoCiNBUFBPSU5UTUVOVF8wNTAwX0VYUEVESVRJT05fTE9BRElORxD0AxInCiJBUFBPSU5UTU' - 'VOVF8wNjAwX0VYUEVESVRJT05fTE9BREVEENgEEiYKIUFQUE9JTlRNRU5UXzA4MDBfQ0FSUklF' - 'Ul9ERVBBUlRFRBCgBhIfChpBUFBPSU5UTUVOVF8xMDAwX0NBTkNFTExFRBDoBw=='); - @$core.Deprecated('Use claimStatusDefDescriptor instead') const ClaimStatusDef$json = { '1': 'ClaimStatusDef', @@ -175,62 +149,3 @@ final $typed_data.Uint8List notifChangesDescriptor = $convert.base64Decode( 'LmFwaS5Ob3RpZlR5cGVFbnVtUhBOb3RpZmljYXRpb25UeXBlEjEKB0RldGFpbHMYBCABKAsyFy' '5nb29nbGUucHJvdG9idWYuU3RydWN0UgdEZXRhaWxz'); -@$core.Deprecated('Use appointmentStatusDescriptor instead') -const AppointmentStatus$json = { - '1': 'AppointmentStatus', - '2': [ - {'1': 'StatusCode', '3': 1, '4': 1, '5': 14, '6': '.api.AppointmentStatusCode', '8': {}, '10': 'StatusCode'}, - {'1': 'Date', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Date'}, - {'1': 'ActualDate', '3': 3, '4': 1, '5': 11, '6': '.api.DateTime', '8': {}, '10': 'ActualDate'}, - ], -}; - -/// Descriptor for `AppointmentStatus`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentStatusDescriptor = $convert.base64Decode( - 'ChFBcHBvaW50bWVudFN0YXR1cxJYCgpTdGF0dXNDb2RlGAEgASgOMhouYXBpLkFwcG9pbnRtZW' - '50U3RhdHVzQ29kZUIcysIYFAoSCgEqEg1nZW5lcmF0ZWRUZXh00sIYAFIKU3RhdHVzQ29kZRI2' - 'CgREYXRlGAIgASgJQiLKwhgLCgkKASoSBGRhdGXSwhgA2sIYCwoJCgEqEgRkYXRlUgREYXRlEo' - 'cBCgpBY3R1YWxEYXRlGAMgASgLMg0uYXBpLkRhdGVUaW1lQliSQVUyU1N0YXR1cyBlZmZlY3Rp' - 'dmUgZGF0ZS4gU2V0IGJ5IHRoZSBldmVudCdzIFJlZkRhdGUgdGhhdCB0cmlnZ2VyZWQgdGhlIH' - 'N0YXR1cyBjaGFuZ2UuUgpBY3R1YWxEYXRl'); - -@$core.Deprecated('Use appointmentStatusStructDescriptor instead') -const AppointmentStatusStruct$json = { - '1': 'AppointmentStatusStruct', - '2': [ - {'1': 'Current', '3': 1, '4': 1, '5': 11, '6': '.api.AppointmentStatus', '8': {}, '10': 'Current'}, - {'1': 'History', '3': 2, '4': 3, '5': 11, '6': '.api.AppointmentStatus', '8': {}, '10': 'History'}, - {'1': 'CreationDate', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'CreationDate'}, - {'1': 'Version', '3': 4, '4': 1, '5': 13, '10': 'Version'}, - ], -}; - -/// Descriptor for `AppointmentStatusStruct`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List appointmentStatusStructDescriptor = $convert.base64Decode( - 'ChdBcHBvaW50bWVudFN0YXR1c1N0cnVjdBK9AQoHQ3VycmVudBgBIAEoCzIWLmFwaS5BcHBvaW' - '50bWVudFN0YXR1c0KKAZrCGIUBCg4KBVN0b2NrEgVzdG9jawoXCgVTdG9jaxIOc3RvY2tfZXh0' - 'ZW5kZWQKHgoNRXhlY3V0aW9uZmxvdxINZXhlY3V0aW9uZmxvdwoUCghNb3ZlbWVudBIIbW92ZW' - '1lbnQKDgoFT3JkZXISBW9yZGVyChQKCFRyYWNraW5nEgh0cmFja2luZ1IHQ3VycmVudBLVAQoH' - 'SGlzdG9yeRgCIAMoCzIWLmFwaS5BcHBvaW50bWVudFN0YXR1c0KiAerBGAREYXRlmsIYlQEKDg' - 'oFU3RvY2sSBXN0b2NrChcKBVN0b2NrEg5zdG9ja19leHRlbmRlZAoeCg1FeGVjdXRpb25mbG93' - 'Eg1leGVjdXRpb25mbG93ChQKCE1vdmVtZW50Eghtb3ZlbWVudAoOCgVPcmRlchIFb3JkZXIKDg' - 'oFQWN0b3ISBWFjdG9yChQKCFRyYWNraW5nEgh0cmFja2luZ1IHSGlzdG9yeRIsCgxDcmVhdGlv' - 'bkRhdGUYAyABKAlCCPpCBXID0AEBUgxDcmVhdGlvbkRhdGUSGAoHVmVyc2lvbhgEIAEoDVIHVm' - 'Vyc2lvbg=='); - -@$core.Deprecated('Use commissionDescriptor instead') -const Commission$json = { - '1': 'Commission', - '2': [ - {'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'}, - {'1': 'OrderID', '3': 2, '4': 1, '5': 9, '10': 'OrderID'}, - {'1': 'Quantities', '3': 3, '4': 3, '5': 11, '6': '.api.QuantityByUnit', '8': {}, '10': 'Quantities'}, - ], -}; - -/// Descriptor for `Commission`. Decode as a `google.protobuf.DescriptorProto`. -final $typed_data.Uint8List commissionDescriptor = $convert.base64Decode( - 'CgpDb21taXNzaW9uEiUKCVByb2plY3RJRBgBIAEoCUIH+kIEcgIQAVIJUHJvamVjdElEEhgKB0' - '9yZGVySUQYAiABKAlSB09yZGVySUQSPQoKUXVhbnRpdGllcxgDIAMoCzITLmFwaS5RdWFudGl0' - 'eUJ5VW5pdEII+kIFkgECCAFSClF1YW50aXRpZXM='); - diff --git a/lib/connection.pb.dart b/lib/connection.pb.dart index 17c40eab..e95d6dd9 100644 --- a/lib/connection.pb.dart +++ b/lib/connection.pb.dart @@ -13,11 +13,11 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'base.pb.dart' as $80; -import 'connector.pb.dart' as $20; -import 'partnerApp.pb.dart' as $47; +import 'base.pb.dart' as $74; +import 'connector.pb.dart' as $17; +import 'partnerApp.pb.dart' as $44; import 'shared.pb.dart' as $3; -import 'user.pb.dart' as $64; +import 'user.pb.dart' as $60; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -465,7 +465,7 @@ class ListConnectionsRequest extends $pb.GeneratedMessage { factory ListConnectionsRequest({ $3.RequestPartnerAppHeader? header, $core.String? connectorID, - $80.Paging? paging, + $74.Paging? paging, }) { final $result = create(); if (header != null) { @@ -486,7 +486,7 @@ class ListConnectionsRequest extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListConnectionsRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$3.RequestPartnerAppHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.RequestPartnerAppHeader.create) ..aOS(2, _omitFieldNames ? '' : 'ConnectorID', protoName: 'ConnectorID') - ..aOM<$80.Paging>(3, _omitFieldNames ? '' : 'Paging', protoName: 'Paging', subBuilder: $80.Paging.create) + ..aOM<$74.Paging>(3, _omitFieldNames ? '' : 'Paging', protoName: 'Paging', subBuilder: $74.Paging.create) ..hasRequiredFields = false ; @@ -532,15 +532,15 @@ class ListConnectionsRequest extends $pb.GeneratedMessage { void clearConnectorID() => $_clearField(2); @$pb.TagNumber(3) - $80.Paging get paging => $_getN(2); + $74.Paging get paging => $_getN(2); @$pb.TagNumber(3) - set paging($80.Paging v) { $_setField(3, v); } + set paging($74.Paging v) { $_setField(3, v); } @$pb.TagNumber(3) $core.bool hasPaging() => $_has(2); @$pb.TagNumber(3) void clearPaging() => $_clearField(3); @$pb.TagNumber(3) - $80.Paging ensurePaging() => $_ensure(2); + $74.Paging ensurePaging() => $_ensure(2); } class ListConnectionsResult extends $pb.GeneratedMessage { @@ -642,8 +642,8 @@ class GetDetailsConnectionsRequest extends $pb.GeneratedMessage { class GetDetailsConnectionsResult extends $pb.GeneratedMessage { factory GetDetailsConnectionsResult({ Connection? connection, - $20.Connector? connector, - $47.PartnerApp? partnerApp, + $17.Connector? connector, + $44.PartnerApp? partnerApp, }) { final $result = create(); if (connection != null) { @@ -663,8 +663,8 @@ class GetDetailsConnectionsResult extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'GetDetailsConnectionsResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM(1, _omitFieldNames ? '' : 'Connection', protoName: 'Connection', subBuilder: Connection.create) - ..aOM<$20.Connector>(2, _omitFieldNames ? '' : 'Connector', protoName: 'Connector', subBuilder: $20.Connector.create) - ..aOM<$47.PartnerApp>(3, _omitFieldNames ? '' : 'PartnerApp', protoName: 'PartnerApp', subBuilder: $47.PartnerApp.create) + ..aOM<$17.Connector>(2, _omitFieldNames ? '' : 'Connector', protoName: 'Connector', subBuilder: $17.Connector.create) + ..aOM<$44.PartnerApp>(3, _omitFieldNames ? '' : 'PartnerApp', protoName: 'PartnerApp', subBuilder: $44.PartnerApp.create) ..hasRequiredFields = false ; @@ -701,26 +701,26 @@ class GetDetailsConnectionsResult extends $pb.GeneratedMessage { Connection ensureConnection() => $_ensure(0); @$pb.TagNumber(2) - $20.Connector get connector => $_getN(1); + $17.Connector get connector => $_getN(1); @$pb.TagNumber(2) - set connector($20.Connector v) { $_setField(2, v); } + set connector($17.Connector v) { $_setField(2, v); } @$pb.TagNumber(2) $core.bool hasConnector() => $_has(1); @$pb.TagNumber(2) void clearConnector() => $_clearField(2); @$pb.TagNumber(2) - $20.Connector ensureConnector() => $_ensure(1); + $17.Connector ensureConnector() => $_ensure(1); @$pb.TagNumber(3) - $47.PartnerApp get partnerApp => $_getN(2); + $44.PartnerApp get partnerApp => $_getN(2); @$pb.TagNumber(3) - set partnerApp($47.PartnerApp v) { $_setField(3, v); } + set partnerApp($44.PartnerApp v) { $_setField(3, v); } @$pb.TagNumber(3) $core.bool hasPartnerApp() => $_has(2); @$pb.TagNumber(3) void clearPartnerApp() => $_clearField(3); @$pb.TagNumber(3) - $47.PartnerApp ensurePartnerApp() => $_ensure(2); + $44.PartnerApp ensurePartnerApp() => $_ensure(2); } class GetStartDetailsConnectionsRequest extends $pb.GeneratedMessage { @@ -1039,7 +1039,7 @@ class RenewConnectionSARequest extends $pb.GeneratedMessage { class RenewConnectionSAResult extends $pb.GeneratedMessage { factory RenewConnectionSAResult({ - $64.User? sA, + $60.User? sA, $core.String? pEM, }) { final $result = create(); @@ -1056,7 +1056,7 @@ class RenewConnectionSAResult extends $pb.GeneratedMessage { factory RenewConnectionSAResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'RenewConnectionSAResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$64.User>(1, _omitFieldNames ? '' : 'SA', protoName: 'SA', subBuilder: $64.User.create) + ..aOM<$60.User>(1, _omitFieldNames ? '' : 'SA', protoName: 'SA', subBuilder: $60.User.create) ..aOS(2, _omitFieldNames ? '' : 'PEM', protoName: 'PEM') ..hasRequiredFields = false ; @@ -1083,15 +1083,15 @@ class RenewConnectionSAResult extends $pb.GeneratedMessage { static RenewConnectionSAResult? _defaultInstance; @$pb.TagNumber(1) - $64.User get sA => $_getN(0); + $60.User get sA => $_getN(0); @$pb.TagNumber(1) - set sA($64.User v) { $_setField(1, v); } + set sA($60.User v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasSA() => $_has(0); @$pb.TagNumber(1) void clearSA() => $_clearField(1); @$pb.TagNumber(1) - $64.User ensureSA() => $_ensure(0); + $60.User ensureSA() => $_ensure(0); @$pb.TagNumber(2) $core.String get pEM => $_getSZ(1); diff --git a/lib/connection.pbgrpc.dart b/lib/connection.pbgrpc.dart index 956ea695..e5ed0ec3 100644 --- a/lib/connection.pbgrpc.dart +++ b/lib/connection.pbgrpc.dart @@ -15,84 +15,84 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'connection.pb.dart' as $18; +import 'connection.pb.dart' as $15; export 'connection.pb.dart'; @$pb.GrpcServiceName('api.ConnectionService') class ConnectionServiceClient extends $grpc.Client { - static final _$create = $grpc.ClientMethod<$18.CreateConnectionRequest, $18.CreateConnectionResult>( + static final _$create = $grpc.ClientMethod<$15.CreateConnectionRequest, $15.CreateConnectionResult>( '/api.ConnectionService/Create', - ($18.CreateConnectionRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.CreateConnectionResult.fromBuffer(value)); - static final _$delete = $grpc.ClientMethod<$18.DeleteConnectionRequest, $18.DeleteConnectionResult>( + ($15.CreateConnectionRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.CreateConnectionResult.fromBuffer(value)); + static final _$delete = $grpc.ClientMethod<$15.DeleteConnectionRequest, $15.DeleteConnectionResult>( '/api.ConnectionService/Delete', - ($18.DeleteConnectionRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.DeleteConnectionResult.fromBuffer(value)); - static final _$list = $grpc.ClientMethod<$18.ListConnectionsRequest, $18.ListConnectionsResult>( + ($15.DeleteConnectionRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.DeleteConnectionResult.fromBuffer(value)); + static final _$list = $grpc.ClientMethod<$15.ListConnectionsRequest, $15.ListConnectionsResult>( '/api.ConnectionService/List', - ($18.ListConnectionsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.ListConnectionsResult.fromBuffer(value)); - static final _$getDetails = $grpc.ClientMethod<$18.GetDetailsConnectionsRequest, $18.GetDetailsConnectionsResult>( + ($15.ListConnectionsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.ListConnectionsResult.fromBuffer(value)); + static final _$getDetails = $grpc.ClientMethod<$15.GetDetailsConnectionsRequest, $15.GetDetailsConnectionsResult>( '/api.ConnectionService/GetDetails', - ($18.GetDetailsConnectionsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.GetDetailsConnectionsResult.fromBuffer(value)); - static final _$getStartDetails = $grpc.ClientMethod<$18.GetStartDetailsConnectionsRequest, $18.GetStartDetailsConnectionsResult>( + ($15.GetDetailsConnectionsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.GetDetailsConnectionsResult.fromBuffer(value)); + static final _$getStartDetails = $grpc.ClientMethod<$15.GetStartDetailsConnectionsRequest, $15.GetStartDetailsConnectionsResult>( '/api.ConnectionService/GetStartDetails', - ($18.GetStartDetailsConnectionsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.GetStartDetailsConnectionsResult.fromBuffer(value)); - static final _$setRunDetails = $grpc.ClientMethod<$18.SetRunDetailsConnectionsRequest, $18.SetRunDetailsConnectionsResult>( + ($15.GetStartDetailsConnectionsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.GetStartDetailsConnectionsResult.fromBuffer(value)); + static final _$setRunDetails = $grpc.ClientMethod<$15.SetRunDetailsConnectionsRequest, $15.SetRunDetailsConnectionsResult>( '/api.ConnectionService/SetRunDetails', - ($18.SetRunDetailsConnectionsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.SetRunDetailsConnectionsResult.fromBuffer(value)); - static final _$renewConnectionSA = $grpc.ClientMethod<$18.RenewConnectionSARequest, $18.RenewConnectionSAResult>( + ($15.SetRunDetailsConnectionsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.SetRunDetailsConnectionsResult.fromBuffer(value)); + static final _$renewConnectionSA = $grpc.ClientMethod<$15.RenewConnectionSARequest, $15.RenewConnectionSAResult>( '/api.ConnectionService/RenewConnectionSA', - ($18.RenewConnectionSARequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.RenewConnectionSAResult.fromBuffer(value)); - static final _$deleteConnectionInDB = $grpc.ClientMethod<$18.DeleteConnectionInDBRequest, $18.DeleteConnectionInDBResult>( + ($15.RenewConnectionSARequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.RenewConnectionSAResult.fromBuffer(value)); + static final _$deleteConnectionInDB = $grpc.ClientMethod<$15.DeleteConnectionInDBRequest, $15.DeleteConnectionInDBResult>( '/api.ConnectionService/DeleteConnectionInDB', - ($18.DeleteConnectionInDBRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.DeleteConnectionInDBResult.fromBuffer(value)); - static final _$isConnectionExist = $grpc.ClientMethod<$18.IsConnectionExistRequest, $18.IsConnectionExistResult>( + ($15.DeleteConnectionInDBRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.DeleteConnectionInDBResult.fromBuffer(value)); + static final _$isConnectionExist = $grpc.ClientMethod<$15.IsConnectionExistRequest, $15.IsConnectionExistResult>( '/api.ConnectionService/IsConnectionExist', - ($18.IsConnectionExistRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $18.IsConnectionExistResult.fromBuffer(value)); + ($15.IsConnectionExistRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $15.IsConnectionExistResult.fromBuffer(value)); ConnectionServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$18.CreateConnectionResult> create($18.CreateConnectionRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.CreateConnectionResult> create($15.CreateConnectionRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$create, request, options: options); } - $grpc.ResponseFuture<$18.DeleteConnectionResult> delete($18.DeleteConnectionRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.DeleteConnectionResult> delete($15.DeleteConnectionRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$delete, request, options: options); } - $grpc.ResponseFuture<$18.ListConnectionsResult> list($18.ListConnectionsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.ListConnectionsResult> list($15.ListConnectionsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$list, request, options: options); } - $grpc.ResponseFuture<$18.GetDetailsConnectionsResult> getDetails($18.GetDetailsConnectionsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.GetDetailsConnectionsResult> getDetails($15.GetDetailsConnectionsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getDetails, request, options: options); } - $grpc.ResponseFuture<$18.GetStartDetailsConnectionsResult> getStartDetails($18.GetStartDetailsConnectionsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.GetStartDetailsConnectionsResult> getStartDetails($15.GetStartDetailsConnectionsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getStartDetails, request, options: options); } - $grpc.ResponseFuture<$18.SetRunDetailsConnectionsResult> setRunDetails($18.SetRunDetailsConnectionsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.SetRunDetailsConnectionsResult> setRunDetails($15.SetRunDetailsConnectionsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$setRunDetails, request, options: options); } - $grpc.ResponseFuture<$18.RenewConnectionSAResult> renewConnectionSA($18.RenewConnectionSARequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.RenewConnectionSAResult> renewConnectionSA($15.RenewConnectionSARequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$renewConnectionSA, request, options: options); } - $grpc.ResponseFuture<$18.DeleteConnectionInDBResult> deleteConnectionInDB($18.DeleteConnectionInDBRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.DeleteConnectionInDBResult> deleteConnectionInDB($15.DeleteConnectionInDBRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleteConnectionInDB, request, options: options); } - $grpc.ResponseFuture<$18.IsConnectionExistResult> isConnectionExist($18.IsConnectionExistRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$15.IsConnectionExistResult> isConnectionExist($15.IsConnectionExistRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$isConnectionExist, request, options: options); } } @@ -102,114 +102,114 @@ abstract class ConnectionServiceBase extends $grpc.Service { $core.String get $name => 'api.ConnectionService'; ConnectionServiceBase() { - $addMethod($grpc.ServiceMethod<$18.CreateConnectionRequest, $18.CreateConnectionResult>( + $addMethod($grpc.ServiceMethod<$15.CreateConnectionRequest, $15.CreateConnectionResult>( 'Create', create_Pre, false, false, - ($core.List<$core.int> value) => $18.CreateConnectionRequest.fromBuffer(value), - ($18.CreateConnectionResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$18.DeleteConnectionRequest, $18.DeleteConnectionResult>( + ($core.List<$core.int> value) => $15.CreateConnectionRequest.fromBuffer(value), + ($15.CreateConnectionResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$15.DeleteConnectionRequest, $15.DeleteConnectionResult>( 'Delete', delete_Pre, false, false, - ($core.List<$core.int> value) => $18.DeleteConnectionRequest.fromBuffer(value), - ($18.DeleteConnectionResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$18.ListConnectionsRequest, $18.ListConnectionsResult>( + ($core.List<$core.int> value) => $15.DeleteConnectionRequest.fromBuffer(value), + ($15.DeleteConnectionResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$15.ListConnectionsRequest, $15.ListConnectionsResult>( 'List', list_Pre, false, false, - ($core.List<$core.int> value) => $18.ListConnectionsRequest.fromBuffer(value), - ($18.ListConnectionsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$18.GetDetailsConnectionsRequest, $18.GetDetailsConnectionsResult>( + ($core.List<$core.int> value) => $15.ListConnectionsRequest.fromBuffer(value), + ($15.ListConnectionsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$15.GetDetailsConnectionsRequest, $15.GetDetailsConnectionsResult>( 'GetDetails', getDetails_Pre, false, false, - ($core.List<$core.int> value) => $18.GetDetailsConnectionsRequest.fromBuffer(value), - ($18.GetDetailsConnectionsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$18.GetStartDetailsConnectionsRequest, $18.GetStartDetailsConnectionsResult>( + ($core.List<$core.int> value) => $15.GetDetailsConnectionsRequest.fromBuffer(value), + ($15.GetDetailsConnectionsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$15.GetStartDetailsConnectionsRequest, $15.GetStartDetailsConnectionsResult>( 'GetStartDetails', getStartDetails_Pre, false, false, - ($core.List<$core.int> value) => $18.GetStartDetailsConnectionsRequest.fromBuffer(value), - ($18.GetStartDetailsConnectionsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$18.SetRunDetailsConnectionsRequest, $18.SetRunDetailsConnectionsResult>( + ($core.List<$core.int> value) => $15.GetStartDetailsConnectionsRequest.fromBuffer(value), + ($15.GetStartDetailsConnectionsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$15.SetRunDetailsConnectionsRequest, $15.SetRunDetailsConnectionsResult>( 'SetRunDetails', setRunDetails_Pre, false, false, - ($core.List<$core.int> value) => $18.SetRunDetailsConnectionsRequest.fromBuffer(value), - ($18.SetRunDetailsConnectionsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$18.RenewConnectionSARequest, $18.RenewConnectionSAResult>( + ($core.List<$core.int> value) => $15.SetRunDetailsConnectionsRequest.fromBuffer(value), + ($15.SetRunDetailsConnectionsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$15.RenewConnectionSARequest, $15.RenewConnectionSAResult>( 'RenewConnectionSA', renewConnectionSA_Pre, false, false, - ($core.List<$core.int> value) => $18.RenewConnectionSARequest.fromBuffer(value), - ($18.RenewConnectionSAResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$18.DeleteConnectionInDBRequest, $18.DeleteConnectionInDBResult>( + ($core.List<$core.int> value) => $15.RenewConnectionSARequest.fromBuffer(value), + ($15.RenewConnectionSAResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$15.DeleteConnectionInDBRequest, $15.DeleteConnectionInDBResult>( 'DeleteConnectionInDB', deleteConnectionInDB_Pre, false, false, - ($core.List<$core.int> value) => $18.DeleteConnectionInDBRequest.fromBuffer(value), - ($18.DeleteConnectionInDBResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$18.IsConnectionExistRequest, $18.IsConnectionExistResult>( + ($core.List<$core.int> value) => $15.DeleteConnectionInDBRequest.fromBuffer(value), + ($15.DeleteConnectionInDBResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$15.IsConnectionExistRequest, $15.IsConnectionExistResult>( 'IsConnectionExist', isConnectionExist_Pre, false, false, - ($core.List<$core.int> value) => $18.IsConnectionExistRequest.fromBuffer(value), - ($18.IsConnectionExistResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $15.IsConnectionExistRequest.fromBuffer(value), + ($15.IsConnectionExistResult value) => value.writeToBuffer())); } - $async.Future<$18.CreateConnectionResult> create_Pre($grpc.ServiceCall $call, $async.Future<$18.CreateConnectionRequest> $request) async { + $async.Future<$15.CreateConnectionResult> create_Pre($grpc.ServiceCall $call, $async.Future<$15.CreateConnectionRequest> $request) async { return create($call, await $request); } - $async.Future<$18.DeleteConnectionResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$18.DeleteConnectionRequest> $request) async { + $async.Future<$15.DeleteConnectionResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$15.DeleteConnectionRequest> $request) async { return delete($call, await $request); } - $async.Future<$18.ListConnectionsResult> list_Pre($grpc.ServiceCall $call, $async.Future<$18.ListConnectionsRequest> $request) async { + $async.Future<$15.ListConnectionsResult> list_Pre($grpc.ServiceCall $call, $async.Future<$15.ListConnectionsRequest> $request) async { return list($call, await $request); } - $async.Future<$18.GetDetailsConnectionsResult> getDetails_Pre($grpc.ServiceCall $call, $async.Future<$18.GetDetailsConnectionsRequest> $request) async { + $async.Future<$15.GetDetailsConnectionsResult> getDetails_Pre($grpc.ServiceCall $call, $async.Future<$15.GetDetailsConnectionsRequest> $request) async { return getDetails($call, await $request); } - $async.Future<$18.GetStartDetailsConnectionsResult> getStartDetails_Pre($grpc.ServiceCall $call, $async.Future<$18.GetStartDetailsConnectionsRequest> $request) async { + $async.Future<$15.GetStartDetailsConnectionsResult> getStartDetails_Pre($grpc.ServiceCall $call, $async.Future<$15.GetStartDetailsConnectionsRequest> $request) async { return getStartDetails($call, await $request); } - $async.Future<$18.SetRunDetailsConnectionsResult> setRunDetails_Pre($grpc.ServiceCall $call, $async.Future<$18.SetRunDetailsConnectionsRequest> $request) async { + $async.Future<$15.SetRunDetailsConnectionsResult> setRunDetails_Pre($grpc.ServiceCall $call, $async.Future<$15.SetRunDetailsConnectionsRequest> $request) async { return setRunDetails($call, await $request); } - $async.Future<$18.RenewConnectionSAResult> renewConnectionSA_Pre($grpc.ServiceCall $call, $async.Future<$18.RenewConnectionSARequest> $request) async { + $async.Future<$15.RenewConnectionSAResult> renewConnectionSA_Pre($grpc.ServiceCall $call, $async.Future<$15.RenewConnectionSARequest> $request) async { return renewConnectionSA($call, await $request); } - $async.Future<$18.DeleteConnectionInDBResult> deleteConnectionInDB_Pre($grpc.ServiceCall $call, $async.Future<$18.DeleteConnectionInDBRequest> $request) async { + $async.Future<$15.DeleteConnectionInDBResult> deleteConnectionInDB_Pre($grpc.ServiceCall $call, $async.Future<$15.DeleteConnectionInDBRequest> $request) async { return deleteConnectionInDB($call, await $request); } - $async.Future<$18.IsConnectionExistResult> isConnectionExist_Pre($grpc.ServiceCall $call, $async.Future<$18.IsConnectionExistRequest> $request) async { + $async.Future<$15.IsConnectionExistResult> isConnectionExist_Pre($grpc.ServiceCall $call, $async.Future<$15.IsConnectionExistRequest> $request) async { return isConnectionExist($call, await $request); } - $async.Future<$18.CreateConnectionResult> create($grpc.ServiceCall call, $18.CreateConnectionRequest request); - $async.Future<$18.DeleteConnectionResult> delete($grpc.ServiceCall call, $18.DeleteConnectionRequest request); - $async.Future<$18.ListConnectionsResult> list($grpc.ServiceCall call, $18.ListConnectionsRequest request); - $async.Future<$18.GetDetailsConnectionsResult> getDetails($grpc.ServiceCall call, $18.GetDetailsConnectionsRequest request); - $async.Future<$18.GetStartDetailsConnectionsResult> getStartDetails($grpc.ServiceCall call, $18.GetStartDetailsConnectionsRequest request); - $async.Future<$18.SetRunDetailsConnectionsResult> setRunDetails($grpc.ServiceCall call, $18.SetRunDetailsConnectionsRequest request); - $async.Future<$18.RenewConnectionSAResult> renewConnectionSA($grpc.ServiceCall call, $18.RenewConnectionSARequest request); - $async.Future<$18.DeleteConnectionInDBResult> deleteConnectionInDB($grpc.ServiceCall call, $18.DeleteConnectionInDBRequest request); - $async.Future<$18.IsConnectionExistResult> isConnectionExist($grpc.ServiceCall call, $18.IsConnectionExistRequest request); + $async.Future<$15.CreateConnectionResult> create($grpc.ServiceCall call, $15.CreateConnectionRequest request); + $async.Future<$15.DeleteConnectionResult> delete($grpc.ServiceCall call, $15.DeleteConnectionRequest request); + $async.Future<$15.ListConnectionsResult> list($grpc.ServiceCall call, $15.ListConnectionsRequest request); + $async.Future<$15.GetDetailsConnectionsResult> getDetails($grpc.ServiceCall call, $15.GetDetailsConnectionsRequest request); + $async.Future<$15.GetStartDetailsConnectionsResult> getStartDetails($grpc.ServiceCall call, $15.GetStartDetailsConnectionsRequest request); + $async.Future<$15.SetRunDetailsConnectionsResult> setRunDetails($grpc.ServiceCall call, $15.SetRunDetailsConnectionsRequest request); + $async.Future<$15.RenewConnectionSAResult> renewConnectionSA($grpc.ServiceCall call, $15.RenewConnectionSARequest request); + $async.Future<$15.DeleteConnectionInDBResult> deleteConnectionInDB($grpc.ServiceCall call, $15.DeleteConnectionInDBRequest request); + $async.Future<$15.IsConnectionExistResult> isConnectionExist($grpc.ServiceCall call, $15.IsConnectionExistRequest request); } diff --git a/lib/connectionSettings.pbgrpc.dart b/lib/connectionSettings.pbgrpc.dart index 05519d0f..009646dc 100644 --- a/lib/connectionSettings.pbgrpc.dart +++ b/lib/connectionSettings.pbgrpc.dart @@ -15,36 +15,36 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'connectionSettings.pb.dart' as $19; +import 'connectionSettings.pb.dart' as $16; export 'connectionSettings.pb.dart'; @$pb.GrpcServiceName('api.ConnectionSettingsService') class ConnectionSettingsServiceClient extends $grpc.Client { - static final _$get = $grpc.ClientMethod<$19.GetConnectionSettingsRequest, $19.GetConnectionSettingsResult>( + static final _$get = $grpc.ClientMethod<$16.GetConnectionSettingsRequest, $16.GetConnectionSettingsResult>( '/api.ConnectionSettingsService/Get', - ($19.GetConnectionSettingsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $19.GetConnectionSettingsResult.fromBuffer(value)); - static final _$put = $grpc.ClientMethod<$19.PutConnectionSettingsRequest, $19.PutConnectionSettingsResult>( + ($16.GetConnectionSettingsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $16.GetConnectionSettingsResult.fromBuffer(value)); + static final _$put = $grpc.ClientMethod<$16.PutConnectionSettingsRequest, $16.PutConnectionSettingsResult>( '/api.ConnectionSettingsService/Put', - ($19.PutConnectionSettingsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $19.PutConnectionSettingsResult.fromBuffer(value)); - static final _$delete = $grpc.ClientMethod<$19.DeleteConnectionSettingsRequest, $19.DeleteConnectionSettingsResult>( + ($16.PutConnectionSettingsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $16.PutConnectionSettingsResult.fromBuffer(value)); + static final _$delete = $grpc.ClientMethod<$16.DeleteConnectionSettingsRequest, $16.DeleteConnectionSettingsResult>( '/api.ConnectionSettingsService/Delete', - ($19.DeleteConnectionSettingsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $19.DeleteConnectionSettingsResult.fromBuffer(value)); + ($16.DeleteConnectionSettingsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $16.DeleteConnectionSettingsResult.fromBuffer(value)); ConnectionSettingsServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$19.GetConnectionSettingsResult> get($19.GetConnectionSettingsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$16.GetConnectionSettingsResult> get($16.GetConnectionSettingsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$get, request, options: options); } - $grpc.ResponseFuture<$19.PutConnectionSettingsResult> put($19.PutConnectionSettingsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$16.PutConnectionSettingsResult> put($16.PutConnectionSettingsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$put, request, options: options); } - $grpc.ResponseFuture<$19.DeleteConnectionSettingsResult> delete($19.DeleteConnectionSettingsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$16.DeleteConnectionSettingsResult> delete($16.DeleteConnectionSettingsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$delete, request, options: options); } } @@ -54,42 +54,42 @@ abstract class ConnectionSettingsServiceBase extends $grpc.Service { $core.String get $name => 'api.ConnectionSettingsService'; ConnectionSettingsServiceBase() { - $addMethod($grpc.ServiceMethod<$19.GetConnectionSettingsRequest, $19.GetConnectionSettingsResult>( + $addMethod($grpc.ServiceMethod<$16.GetConnectionSettingsRequest, $16.GetConnectionSettingsResult>( 'Get', get_Pre, false, false, - ($core.List<$core.int> value) => $19.GetConnectionSettingsRequest.fromBuffer(value), - ($19.GetConnectionSettingsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$19.PutConnectionSettingsRequest, $19.PutConnectionSettingsResult>( + ($core.List<$core.int> value) => $16.GetConnectionSettingsRequest.fromBuffer(value), + ($16.GetConnectionSettingsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$16.PutConnectionSettingsRequest, $16.PutConnectionSettingsResult>( 'Put', put_Pre, false, false, - ($core.List<$core.int> value) => $19.PutConnectionSettingsRequest.fromBuffer(value), - ($19.PutConnectionSettingsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$19.DeleteConnectionSettingsRequest, $19.DeleteConnectionSettingsResult>( + ($core.List<$core.int> value) => $16.PutConnectionSettingsRequest.fromBuffer(value), + ($16.PutConnectionSettingsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$16.DeleteConnectionSettingsRequest, $16.DeleteConnectionSettingsResult>( 'Delete', delete_Pre, false, false, - ($core.List<$core.int> value) => $19.DeleteConnectionSettingsRequest.fromBuffer(value), - ($19.DeleteConnectionSettingsResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $16.DeleteConnectionSettingsRequest.fromBuffer(value), + ($16.DeleteConnectionSettingsResult value) => value.writeToBuffer())); } - $async.Future<$19.GetConnectionSettingsResult> get_Pre($grpc.ServiceCall $call, $async.Future<$19.GetConnectionSettingsRequest> $request) async { + $async.Future<$16.GetConnectionSettingsResult> get_Pre($grpc.ServiceCall $call, $async.Future<$16.GetConnectionSettingsRequest> $request) async { return get($call, await $request); } - $async.Future<$19.PutConnectionSettingsResult> put_Pre($grpc.ServiceCall $call, $async.Future<$19.PutConnectionSettingsRequest> $request) async { + $async.Future<$16.PutConnectionSettingsResult> put_Pre($grpc.ServiceCall $call, $async.Future<$16.PutConnectionSettingsRequest> $request) async { return put($call, await $request); } - $async.Future<$19.DeleteConnectionSettingsResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$19.DeleteConnectionSettingsRequest> $request) async { + $async.Future<$16.DeleteConnectionSettingsResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$16.DeleteConnectionSettingsRequest> $request) async { return delete($call, await $request); } - $async.Future<$19.GetConnectionSettingsResult> get($grpc.ServiceCall call, $19.GetConnectionSettingsRequest request); - $async.Future<$19.PutConnectionSettingsResult> put($grpc.ServiceCall call, $19.PutConnectionSettingsRequest request); - $async.Future<$19.DeleteConnectionSettingsResult> delete($grpc.ServiceCall call, $19.DeleteConnectionSettingsRequest request); + $async.Future<$16.GetConnectionSettingsResult> get($grpc.ServiceCall call, $16.GetConnectionSettingsRequest request); + $async.Future<$16.PutConnectionSettingsResult> put($grpc.ServiceCall call, $16.PutConnectionSettingsRequest request); + $async.Future<$16.DeleteConnectionSettingsResult> delete($grpc.ServiceCall call, $16.DeleteConnectionSettingsRequest request); } diff --git a/lib/connector.pb.dart b/lib/connector.pb.dart index 83b9feb2..63b10125 100644 --- a/lib/connector.pb.dart +++ b/lib/connector.pb.dart @@ -13,7 +13,7 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'base.pb.dart' as $80; +import 'base.pb.dart' as $74; import 'connector.pbenum.dart'; import 'shared.pb.dart' as $3; @@ -999,7 +999,7 @@ class GetConnectorResult extends $pb.GeneratedMessage { class ListConnectorsRequest extends $pb.GeneratedMessage { factory ListConnectorsRequest({ - $80.Paging? paging, + $74.Paging? paging, }) { final $result = create(); if (paging != null) { @@ -1012,7 +1012,7 @@ class ListConnectorsRequest extends $pb.GeneratedMessage { factory ListConnectorsRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListConnectorsRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$80.Paging>(1, _omitFieldNames ? '' : 'Paging', protoName: 'Paging', subBuilder: $80.Paging.create) + ..aOM<$74.Paging>(1, _omitFieldNames ? '' : 'Paging', protoName: 'Paging', subBuilder: $74.Paging.create) ..hasRequiredFields = false ; @@ -1038,15 +1038,15 @@ class ListConnectorsRequest extends $pb.GeneratedMessage { static ListConnectorsRequest? _defaultInstance; @$pb.TagNumber(1) - $80.Paging get paging => $_getN(0); + $74.Paging get paging => $_getN(0); @$pb.TagNumber(1) - set paging($80.Paging v) { $_setField(1, v); } + set paging($74.Paging v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasPaging() => $_has(0); @$pb.TagNumber(1) void clearPaging() => $_clearField(1); @$pb.TagNumber(1) - $80.Paging ensurePaging() => $_ensure(0); + $74.Paging ensurePaging() => $_ensure(0); } class ListConnectorsResult extends $pb.GeneratedMessage { diff --git a/lib/connector.pbgrpc.dart b/lib/connector.pbgrpc.dart index aca5a180..7dde5eff 100644 --- a/lib/connector.pbgrpc.dart +++ b/lib/connector.pbgrpc.dart @@ -15,60 +15,60 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'connector.pb.dart' as $20; +import 'connector.pb.dart' as $17; export 'connector.pb.dart'; @$pb.GrpcServiceName('api.ConnectorService') class ConnectorServiceClient extends $grpc.Client { - static final _$create = $grpc.ClientMethod<$20.CreateConnectorRequest, $20.CreateConnectorResult>( + static final _$create = $grpc.ClientMethod<$17.CreateConnectorRequest, $17.CreateConnectorResult>( '/api.ConnectorService/Create', - ($20.CreateConnectorRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $20.CreateConnectorResult.fromBuffer(value)); - static final _$update = $grpc.ClientMethod<$20.UpdateConnectorRequest, $20.UpdateConnectorResult>( + ($17.CreateConnectorRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $17.CreateConnectorResult.fromBuffer(value)); + static final _$update = $grpc.ClientMethod<$17.UpdateConnectorRequest, $17.UpdateConnectorResult>( '/api.ConnectorService/Update', - ($20.UpdateConnectorRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $20.UpdateConnectorResult.fromBuffer(value)); - static final _$delete = $grpc.ClientMethod<$20.DeleteConnectorRequest, $20.DeleteConnectorResult>( + ($17.UpdateConnectorRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $17.UpdateConnectorResult.fromBuffer(value)); + static final _$delete = $grpc.ClientMethod<$17.DeleteConnectorRequest, $17.DeleteConnectorResult>( '/api.ConnectorService/Delete', - ($20.DeleteConnectorRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $20.DeleteConnectorResult.fromBuffer(value)); - static final _$get = $grpc.ClientMethod<$20.GetConnectorRequest, $20.GetConnectorResult>( + ($17.DeleteConnectorRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $17.DeleteConnectorResult.fromBuffer(value)); + static final _$get = $grpc.ClientMethod<$17.GetConnectorRequest, $17.GetConnectorResult>( '/api.ConnectorService/Get', - ($20.GetConnectorRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $20.GetConnectorResult.fromBuffer(value)); - static final _$list = $grpc.ClientMethod<$20.ListConnectorsRequest, $20.ListConnectorsResult>( + ($17.GetConnectorRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $17.GetConnectorResult.fromBuffer(value)); + static final _$list = $grpc.ClientMethod<$17.ListConnectorsRequest, $17.ListConnectorsResult>( '/api.ConnectorService/List', - ($20.ListConnectorsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $20.ListConnectorsResult.fromBuffer(value)); - static final _$listAvailable = $grpc.ClientMethod<$20.ListAvailableConnectorsRequest, $20.ListAvailableConnectorsResult>( + ($17.ListConnectorsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $17.ListConnectorsResult.fromBuffer(value)); + static final _$listAvailable = $grpc.ClientMethod<$17.ListAvailableConnectorsRequest, $17.ListAvailableConnectorsResult>( '/api.ConnectorService/ListAvailable', - ($20.ListAvailableConnectorsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $20.ListAvailableConnectorsResult.fromBuffer(value)); + ($17.ListAvailableConnectorsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $17.ListAvailableConnectorsResult.fromBuffer(value)); ConnectorServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$20.CreateConnectorResult> create($20.CreateConnectorRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$17.CreateConnectorResult> create($17.CreateConnectorRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$create, request, options: options); } - $grpc.ResponseFuture<$20.UpdateConnectorResult> update($20.UpdateConnectorRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$17.UpdateConnectorResult> update($17.UpdateConnectorRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$update, request, options: options); } - $grpc.ResponseFuture<$20.DeleteConnectorResult> delete($20.DeleteConnectorRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$17.DeleteConnectorResult> delete($17.DeleteConnectorRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$delete, request, options: options); } - $grpc.ResponseFuture<$20.GetConnectorResult> get($20.GetConnectorRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$17.GetConnectorResult> get($17.GetConnectorRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$get, request, options: options); } - $grpc.ResponseFuture<$20.ListConnectorsResult> list($20.ListConnectorsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$17.ListConnectorsResult> list($17.ListConnectorsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$list, request, options: options); } - $grpc.ResponseFuture<$20.ListAvailableConnectorsResult> listAvailable($20.ListAvailableConnectorsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$17.ListAvailableConnectorsResult> listAvailable($17.ListAvailableConnectorsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$listAvailable, request, options: options); } } @@ -78,78 +78,78 @@ abstract class ConnectorServiceBase extends $grpc.Service { $core.String get $name => 'api.ConnectorService'; ConnectorServiceBase() { - $addMethod($grpc.ServiceMethod<$20.CreateConnectorRequest, $20.CreateConnectorResult>( + $addMethod($grpc.ServiceMethod<$17.CreateConnectorRequest, $17.CreateConnectorResult>( 'Create', create_Pre, false, false, - ($core.List<$core.int> value) => $20.CreateConnectorRequest.fromBuffer(value), - ($20.CreateConnectorResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$20.UpdateConnectorRequest, $20.UpdateConnectorResult>( + ($core.List<$core.int> value) => $17.CreateConnectorRequest.fromBuffer(value), + ($17.CreateConnectorResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$17.UpdateConnectorRequest, $17.UpdateConnectorResult>( 'Update', update_Pre, false, false, - ($core.List<$core.int> value) => $20.UpdateConnectorRequest.fromBuffer(value), - ($20.UpdateConnectorResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$20.DeleteConnectorRequest, $20.DeleteConnectorResult>( + ($core.List<$core.int> value) => $17.UpdateConnectorRequest.fromBuffer(value), + ($17.UpdateConnectorResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$17.DeleteConnectorRequest, $17.DeleteConnectorResult>( 'Delete', delete_Pre, false, false, - ($core.List<$core.int> value) => $20.DeleteConnectorRequest.fromBuffer(value), - ($20.DeleteConnectorResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$20.GetConnectorRequest, $20.GetConnectorResult>( + ($core.List<$core.int> value) => $17.DeleteConnectorRequest.fromBuffer(value), + ($17.DeleteConnectorResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$17.GetConnectorRequest, $17.GetConnectorResult>( 'Get', get_Pre, false, false, - ($core.List<$core.int> value) => $20.GetConnectorRequest.fromBuffer(value), - ($20.GetConnectorResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$20.ListConnectorsRequest, $20.ListConnectorsResult>( + ($core.List<$core.int> value) => $17.GetConnectorRequest.fromBuffer(value), + ($17.GetConnectorResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$17.ListConnectorsRequest, $17.ListConnectorsResult>( 'List', list_Pre, false, false, - ($core.List<$core.int> value) => $20.ListConnectorsRequest.fromBuffer(value), - ($20.ListConnectorsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$20.ListAvailableConnectorsRequest, $20.ListAvailableConnectorsResult>( + ($core.List<$core.int> value) => $17.ListConnectorsRequest.fromBuffer(value), + ($17.ListConnectorsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$17.ListAvailableConnectorsRequest, $17.ListAvailableConnectorsResult>( 'ListAvailable', listAvailable_Pre, false, false, - ($core.List<$core.int> value) => $20.ListAvailableConnectorsRequest.fromBuffer(value), - ($20.ListAvailableConnectorsResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $17.ListAvailableConnectorsRequest.fromBuffer(value), + ($17.ListAvailableConnectorsResult value) => value.writeToBuffer())); } - $async.Future<$20.CreateConnectorResult> create_Pre($grpc.ServiceCall $call, $async.Future<$20.CreateConnectorRequest> $request) async { + $async.Future<$17.CreateConnectorResult> create_Pre($grpc.ServiceCall $call, $async.Future<$17.CreateConnectorRequest> $request) async { return create($call, await $request); } - $async.Future<$20.UpdateConnectorResult> update_Pre($grpc.ServiceCall $call, $async.Future<$20.UpdateConnectorRequest> $request) async { + $async.Future<$17.UpdateConnectorResult> update_Pre($grpc.ServiceCall $call, $async.Future<$17.UpdateConnectorRequest> $request) async { return update($call, await $request); } - $async.Future<$20.DeleteConnectorResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$20.DeleteConnectorRequest> $request) async { + $async.Future<$17.DeleteConnectorResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$17.DeleteConnectorRequest> $request) async { return delete($call, await $request); } - $async.Future<$20.GetConnectorResult> get_Pre($grpc.ServiceCall $call, $async.Future<$20.GetConnectorRequest> $request) async { + $async.Future<$17.GetConnectorResult> get_Pre($grpc.ServiceCall $call, $async.Future<$17.GetConnectorRequest> $request) async { return get($call, await $request); } - $async.Future<$20.ListConnectorsResult> list_Pre($grpc.ServiceCall $call, $async.Future<$20.ListConnectorsRequest> $request) async { + $async.Future<$17.ListConnectorsResult> list_Pre($grpc.ServiceCall $call, $async.Future<$17.ListConnectorsRequest> $request) async { return list($call, await $request); } - $async.Future<$20.ListAvailableConnectorsResult> listAvailable_Pre($grpc.ServiceCall $call, $async.Future<$20.ListAvailableConnectorsRequest> $request) async { + $async.Future<$17.ListAvailableConnectorsResult> listAvailable_Pre($grpc.ServiceCall $call, $async.Future<$17.ListAvailableConnectorsRequest> $request) async { return listAvailable($call, await $request); } - $async.Future<$20.CreateConnectorResult> create($grpc.ServiceCall call, $20.CreateConnectorRequest request); - $async.Future<$20.UpdateConnectorResult> update($grpc.ServiceCall call, $20.UpdateConnectorRequest request); - $async.Future<$20.DeleteConnectorResult> delete($grpc.ServiceCall call, $20.DeleteConnectorRequest request); - $async.Future<$20.GetConnectorResult> get($grpc.ServiceCall call, $20.GetConnectorRequest request); - $async.Future<$20.ListConnectorsResult> list($grpc.ServiceCall call, $20.ListConnectorsRequest request); - $async.Future<$20.ListAvailableConnectorsResult> listAvailable($grpc.ServiceCall call, $20.ListAvailableConnectorsRequest request); + $async.Future<$17.CreateConnectorResult> create($grpc.ServiceCall call, $17.CreateConnectorRequest request); + $async.Future<$17.UpdateConnectorResult> update($grpc.ServiceCall call, $17.UpdateConnectorRequest request); + $async.Future<$17.DeleteConnectorResult> delete($grpc.ServiceCall call, $17.DeleteConnectorRequest request); + $async.Future<$17.GetConnectorResult> get($grpc.ServiceCall call, $17.GetConnectorRequest request); + $async.Future<$17.ListConnectorsResult> list($grpc.ServiceCall call, $17.ListConnectorsRequest request); + $async.Future<$17.ListAvailableConnectorsResult> listAvailable($grpc.ServiceCall call, $17.ListAvailableConnectorsRequest request); } diff --git a/lib/elastic.pbgrpc.dart b/lib/elastic.pbgrpc.dart index 1e554738..350b2188 100644 --- a/lib/elastic.pbgrpc.dart +++ b/lib/elastic.pbgrpc.dart @@ -15,44 +15,44 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'elastic.pb.dart' as $21; +import 'elastic.pb.dart' as $18; export 'elastic.pb.dart'; @$pb.GrpcServiceName('api.ElasticService') class ElasticServiceClient extends $grpc.Client { - static final _$updateModelMappings = $grpc.ClientMethod<$21.UpdateModelMappingsRequest, $21.UpdateModelMappingsResult>( + static final _$updateModelMappings = $grpc.ClientMethod<$18.UpdateModelMappingsRequest, $18.UpdateModelMappingsResult>( '/api.ElasticService/UpdateModelMappings', - ($21.UpdateModelMappingsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $21.UpdateModelMappingsResult.fromBuffer(value)); - static final _$createProjectMappings = $grpc.ClientMethod<$21.CreateProjectMappingsRequest, $21.CreateProjectMappingsResult>( + ($18.UpdateModelMappingsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $18.UpdateModelMappingsResult.fromBuffer(value)); + static final _$createProjectMappings = $grpc.ClientMethod<$18.CreateProjectMappingsRequest, $18.CreateProjectMappingsResult>( '/api.ElasticService/CreateProjectMappings', - ($21.CreateProjectMappingsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $21.CreateProjectMappingsResult.fromBuffer(value)); - static final _$deleteProjectMappings = $grpc.ClientMethod<$21.DeleteProjectMappingsRequest, $21.DeleteProjectMappingsResult>( + ($18.CreateProjectMappingsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $18.CreateProjectMappingsResult.fromBuffer(value)); + static final _$deleteProjectMappings = $grpc.ClientMethod<$18.DeleteProjectMappingsRequest, $18.DeleteProjectMappingsResult>( '/api.ElasticService/DeleteProjectMappings', - ($21.DeleteProjectMappingsRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $21.DeleteProjectMappingsResult.fromBuffer(value)); - static final _$clearIndexEntity = $grpc.ClientMethod<$21.ClearIndexEntityRequest, $21.ClearIndexEntityResult>( + ($18.DeleteProjectMappingsRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $18.DeleteProjectMappingsResult.fromBuffer(value)); + static final _$clearIndexEntity = $grpc.ClientMethod<$18.ClearIndexEntityRequest, $18.ClearIndexEntityResult>( '/api.ElasticService/ClearIndexEntity', - ($21.ClearIndexEntityRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $21.ClearIndexEntityResult.fromBuffer(value)); + ($18.ClearIndexEntityRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $18.ClearIndexEntityResult.fromBuffer(value)); ElasticServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$21.UpdateModelMappingsResult> updateModelMappings($21.UpdateModelMappingsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$18.UpdateModelMappingsResult> updateModelMappings($18.UpdateModelMappingsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$updateModelMappings, request, options: options); } - $grpc.ResponseFuture<$21.CreateProjectMappingsResult> createProjectMappings($21.CreateProjectMappingsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$18.CreateProjectMappingsResult> createProjectMappings($18.CreateProjectMappingsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$createProjectMappings, request, options: options); } - $grpc.ResponseFuture<$21.DeleteProjectMappingsResult> deleteProjectMappings($21.DeleteProjectMappingsRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$18.DeleteProjectMappingsResult> deleteProjectMappings($18.DeleteProjectMappingsRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleteProjectMappings, request, options: options); } - $grpc.ResponseFuture<$21.ClearIndexEntityResult> clearIndexEntity($21.ClearIndexEntityRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$18.ClearIndexEntityResult> clearIndexEntity($18.ClearIndexEntityRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$clearIndexEntity, request, options: options); } } @@ -62,54 +62,54 @@ abstract class ElasticServiceBase extends $grpc.Service { $core.String get $name => 'api.ElasticService'; ElasticServiceBase() { - $addMethod($grpc.ServiceMethod<$21.UpdateModelMappingsRequest, $21.UpdateModelMappingsResult>( + $addMethod($grpc.ServiceMethod<$18.UpdateModelMappingsRequest, $18.UpdateModelMappingsResult>( 'UpdateModelMappings', updateModelMappings_Pre, false, false, - ($core.List<$core.int> value) => $21.UpdateModelMappingsRequest.fromBuffer(value), - ($21.UpdateModelMappingsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$21.CreateProjectMappingsRequest, $21.CreateProjectMappingsResult>( + ($core.List<$core.int> value) => $18.UpdateModelMappingsRequest.fromBuffer(value), + ($18.UpdateModelMappingsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$18.CreateProjectMappingsRequest, $18.CreateProjectMappingsResult>( 'CreateProjectMappings', createProjectMappings_Pre, false, false, - ($core.List<$core.int> value) => $21.CreateProjectMappingsRequest.fromBuffer(value), - ($21.CreateProjectMappingsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$21.DeleteProjectMappingsRequest, $21.DeleteProjectMappingsResult>( + ($core.List<$core.int> value) => $18.CreateProjectMappingsRequest.fromBuffer(value), + ($18.CreateProjectMappingsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$18.DeleteProjectMappingsRequest, $18.DeleteProjectMappingsResult>( 'DeleteProjectMappings', deleteProjectMappings_Pre, false, false, - ($core.List<$core.int> value) => $21.DeleteProjectMappingsRequest.fromBuffer(value), - ($21.DeleteProjectMappingsResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$21.ClearIndexEntityRequest, $21.ClearIndexEntityResult>( + ($core.List<$core.int> value) => $18.DeleteProjectMappingsRequest.fromBuffer(value), + ($18.DeleteProjectMappingsResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$18.ClearIndexEntityRequest, $18.ClearIndexEntityResult>( 'ClearIndexEntity', clearIndexEntity_Pre, false, false, - ($core.List<$core.int> value) => $21.ClearIndexEntityRequest.fromBuffer(value), - ($21.ClearIndexEntityResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $18.ClearIndexEntityRequest.fromBuffer(value), + ($18.ClearIndexEntityResult value) => value.writeToBuffer())); } - $async.Future<$21.UpdateModelMappingsResult> updateModelMappings_Pre($grpc.ServiceCall $call, $async.Future<$21.UpdateModelMappingsRequest> $request) async { + $async.Future<$18.UpdateModelMappingsResult> updateModelMappings_Pre($grpc.ServiceCall $call, $async.Future<$18.UpdateModelMappingsRequest> $request) async { return updateModelMappings($call, await $request); } - $async.Future<$21.CreateProjectMappingsResult> createProjectMappings_Pre($grpc.ServiceCall $call, $async.Future<$21.CreateProjectMappingsRequest> $request) async { + $async.Future<$18.CreateProjectMappingsResult> createProjectMappings_Pre($grpc.ServiceCall $call, $async.Future<$18.CreateProjectMappingsRequest> $request) async { return createProjectMappings($call, await $request); } - $async.Future<$21.DeleteProjectMappingsResult> deleteProjectMappings_Pre($grpc.ServiceCall $call, $async.Future<$21.DeleteProjectMappingsRequest> $request) async { + $async.Future<$18.DeleteProjectMappingsResult> deleteProjectMappings_Pre($grpc.ServiceCall $call, $async.Future<$18.DeleteProjectMappingsRequest> $request) async { return deleteProjectMappings($call, await $request); } - $async.Future<$21.ClearIndexEntityResult> clearIndexEntity_Pre($grpc.ServiceCall $call, $async.Future<$21.ClearIndexEntityRequest> $request) async { + $async.Future<$18.ClearIndexEntityResult> clearIndexEntity_Pre($grpc.ServiceCall $call, $async.Future<$18.ClearIndexEntityRequest> $request) async { return clearIndexEntity($call, await $request); } - $async.Future<$21.UpdateModelMappingsResult> updateModelMappings($grpc.ServiceCall call, $21.UpdateModelMappingsRequest request); - $async.Future<$21.CreateProjectMappingsResult> createProjectMappings($grpc.ServiceCall call, $21.CreateProjectMappingsRequest request); - $async.Future<$21.DeleteProjectMappingsResult> deleteProjectMappings($grpc.ServiceCall call, $21.DeleteProjectMappingsRequest request); - $async.Future<$21.ClearIndexEntityResult> clearIndexEntity($grpc.ServiceCall call, $21.ClearIndexEntityRequest request); + $async.Future<$18.UpdateModelMappingsResult> updateModelMappings($grpc.ServiceCall call, $18.UpdateModelMappingsRequest request); + $async.Future<$18.CreateProjectMappingsResult> createProjectMappings($grpc.ServiceCall call, $18.CreateProjectMappingsRequest request); + $async.Future<$18.DeleteProjectMappingsResult> deleteProjectMappings($grpc.ServiceCall call, $18.DeleteProjectMappingsRequest request); + $async.Future<$18.ClearIndexEntityResult> clearIndexEntity($grpc.ServiceCall call, $18.ClearIndexEntityRequest request); } diff --git a/lib/executionflow.pb.dart b/lib/executionflow.pb.dart index f5d74a4e..5a8bc3d2 100644 --- a/lib/executionflow.pb.dart +++ b/lib/executionflow.pb.dart @@ -13,12 +13,12 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'actor.pb.dart' as $72; -import 'item.pb.dart' as $83; -import 'partner.pb.dart' as $71; +import 'actor.pb.dart' as $67; +import 'item.pb.dart' as $77; +import 'partner.pb.dart' as $66; import 'shared.pb.dart' as $3; -import 'tradeShared.pb.dart' as $81; -import 'warehousingShared.pb.dart' as $82; +import 'tradeShared.pb.dart' as $75; +import 'warehousingShared.pb.dart' as $76; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -27,23 +27,23 @@ class ExecutionflowPayload extends $pb.GeneratedMessage { $3.DateTime? creationDateTime, $core.String? orderID, $core.Iterable<$3.MetadataElement>? metaData, - $81.TradeTier? shipFrom, - $81.TradeTier? shipTo, - $81.TradeTier? carrier, + $75.TradeTier? shipFrom, + $75.TradeTier? shipTo, + $75.TradeTier? carrier, $core.String? carrierService, - $81.OrderRequestedMilestones? requestedMilestones, - $core.Iterable<$81.ExeFlowLine>? lines, - $core.Iterable<$82.HandlingunitSummary>? handlingunits, - $81.ExecutionflowStatusStruct? status, + $75.OrderRequestedMilestones? requestedMilestones, + $core.Iterable<$75.ExeFlowLine>? lines, + $core.Iterable<$76.HandlingunitSummary>? handlingunits, + $75.ExecutionflowStatusStruct? status, $core.bool? shipFromAcked, $core.bool? shipToAcked, $core.Iterable<$3.AttachmentSummary>? attachments, $core.int? attachmentNumber, $core.Iterable<$3.ClaimSummary>? claims, $core.int? claimNumber, - $core.Iterable<$81.ETAbyHU>? handlingunitETAs, - $81.ETA? executionflowETA, - $81.ETA? executionflowETAComputed, + $core.Iterable<$75.ETAbyHU>? handlingunitETAs, + $75.ETA? executionflowETA, + $75.ETA? executionflowETAComputed, }) { final $result = create(); if (creationDateTime != null) { @@ -116,23 +116,23 @@ class ExecutionflowPayload extends $pb.GeneratedMessage { ..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create) ..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID') ..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create) - ..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create) + ..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create) ..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService') - ..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create) - ..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create) - ..pc<$82.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create) - ..aOM<$81.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create) + ..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create) + ..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create) + ..pc<$76.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $76.HandlingunitSummary.create) + ..aOM<$75.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ExecutionflowStatusStruct.create) ..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked') ..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked') ..pc<$3.AttachmentSummary>(16, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $3.AttachmentSummary.create) ..a<$core.int>(17, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber') ..pc<$3.ClaimSummary>(18, _omitFieldNames ? '' : 'Claims', $pb.PbFieldType.PM, protoName: 'Claims', subBuilder: $3.ClaimSummary.create) ..a<$core.int>(19, _omitFieldNames ? '' : 'ClaimNumber', $pb.PbFieldType.O3, protoName: 'ClaimNumber') - ..pc<$81.ETAbyHU>(20, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $81.ETAbyHU.create) - ..aOM<$81.ETA>(21, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $81.ETA.create) - ..aOM<$81.ETA>(22, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $81.ETA.create) + ..pc<$75.ETAbyHU>(20, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $75.ETAbyHU.create) + ..aOM<$75.ETA>(21, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $75.ETA.create) + ..aOM<$75.ETA>(22, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $75.ETA.create) ..hasRequiredFields = false ; @@ -183,39 +183,39 @@ class ExecutionflowPayload extends $pb.GeneratedMessage { /// Where to ship the order from @$pb.TagNumber(4) - $81.TradeTier get shipFrom => $_getN(3); + $75.TradeTier get shipFrom => $_getN(3); @$pb.TagNumber(4) - set shipFrom($81.TradeTier v) { $_setField(4, v); } + set shipFrom($75.TradeTier v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasShipFrom() => $_has(3); @$pb.TagNumber(4) void clearShipFrom() => $_clearField(4); @$pb.TagNumber(4) - $81.TradeTier ensureShipFrom() => $_ensure(3); + $75.TradeTier ensureShipFrom() => $_ensure(3); /// Where to ship the order to @$pb.TagNumber(5) - $81.TradeTier get shipTo => $_getN(4); + $75.TradeTier get shipTo => $_getN(4); @$pb.TagNumber(5) - set shipTo($81.TradeTier v) { $_setField(5, v); } + set shipTo($75.TradeTier v) { $_setField(5, v); } @$pb.TagNumber(5) $core.bool hasShipTo() => $_has(4); @$pb.TagNumber(5) void clearShipTo() => $_clearField(5); @$pb.TagNumber(5) - $81.TradeTier ensureShipTo() => $_ensure(4); + $75.TradeTier ensureShipTo() => $_ensure(4); /// Definition of the order carrier @$pb.TagNumber(6) - $81.TradeTier get carrier => $_getN(5); + $75.TradeTier get carrier => $_getN(5); @$pb.TagNumber(6) - set carrier($81.TradeTier v) { $_setField(6, v); } + set carrier($75.TradeTier v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasCarrier() => $_has(5); @$pb.TagNumber(6) void clearCarrier() => $_clearField(6); @$pb.TagNumber(6) - $81.TradeTier ensureCarrier() => $_ensure(5); + $75.TradeTier ensureCarrier() => $_ensure(5); /// Type of carrier service @$pb.TagNumber(7) @@ -228,32 +228,32 @@ class ExecutionflowPayload extends $pb.GeneratedMessage { void clearCarrierService() => $_clearField(7); @$pb.TagNumber(8) - $81.OrderRequestedMilestones get requestedMilestones => $_getN(7); + $75.OrderRequestedMilestones get requestedMilestones => $_getN(7); @$pb.TagNumber(8) - set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); } + set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); } @$pb.TagNumber(8) $core.bool hasRequestedMilestones() => $_has(7); @$pb.TagNumber(8) void clearRequestedMilestones() => $_clearField(8); @$pb.TagNumber(8) - $81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); + $75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); @$pb.TagNumber(9) - $pb.PbList<$81.ExeFlowLine> get lines => $_getList(8); + $pb.PbList<$75.ExeFlowLine> get lines => $_getList(8); @$pb.TagNumber(11) - $pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(9); + $pb.PbList<$76.HandlingunitSummary> get handlingunits => $_getList(9); @$pb.TagNumber(13) - $81.ExecutionflowStatusStruct get status => $_getN(10); + $75.ExecutionflowStatusStruct get status => $_getN(10); @$pb.TagNumber(13) - set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); } + set status($75.ExecutionflowStatusStruct v) { $_setField(13, v); } @$pb.TagNumber(13) $core.bool hasStatus() => $_has(10); @$pb.TagNumber(13) void clearStatus() => $_clearField(13); @$pb.TagNumber(13) - $81.ExecutionflowStatusStruct ensureStatus() => $_ensure(10); + $75.ExecutionflowStatusStruct ensureStatus() => $_ensure(10); @$pb.TagNumber(14) $core.bool get shipFromAcked => $_getBF(11); @@ -298,29 +298,29 @@ class ExecutionflowPayload extends $pb.GeneratedMessage { void clearClaimNumber() => $_clearField(19); @$pb.TagNumber(20) - $pb.PbList<$81.ETAbyHU> get handlingunitETAs => $_getList(17); + $pb.PbList<$75.ETAbyHU> get handlingunitETAs => $_getList(17); @$pb.TagNumber(21) - $81.ETA get executionflowETA => $_getN(18); + $75.ETA get executionflowETA => $_getN(18); @$pb.TagNumber(21) - set executionflowETA($81.ETA v) { $_setField(21, v); } + set executionflowETA($75.ETA v) { $_setField(21, v); } @$pb.TagNumber(21) $core.bool hasExecutionflowETA() => $_has(18); @$pb.TagNumber(21) void clearExecutionflowETA() => $_clearField(21); @$pb.TagNumber(21) - $81.ETA ensureExecutionflowETA() => $_ensure(18); + $75.ETA ensureExecutionflowETA() => $_ensure(18); @$pb.TagNumber(22) - $81.ETA get executionflowETAComputed => $_getN(19); + $75.ETA get executionflowETAComputed => $_getN(19); @$pb.TagNumber(22) - set executionflowETAComputed($81.ETA v) { $_setField(22, v); } + set executionflowETAComputed($75.ETA v) { $_setField(22, v); } @$pb.TagNumber(22) $core.bool hasExecutionflowETAComputed() => $_has(19); @$pb.TagNumber(22) void clearExecutionflowETAComputed() => $_clearField(22); @$pb.TagNumber(22) - $81.ETA ensureExecutionflowETAComputed() => $_ensure(19); + $75.ETA ensureExecutionflowETAComputed() => $_ensure(19); } class Executionflow extends $pb.GeneratedMessage { @@ -424,9 +424,9 @@ class ExecutionflowEnrichment extends $pb.GeneratedMessage { $core.String? project, $core.String? parentEntityName, $core.String? parentEntityID, - $83.ItemPayload? item, - $72.ActorPayload? actor, - $71.PartnerPayload? partner, + $77.ItemPayload? item, + $67.ActorPayload? actor, + $66.PartnerPayload? partner, }) { final $result = create(); if (parentEventID != null) { @@ -484,9 +484,9 @@ class ExecutionflowEnrichment extends $pb.GeneratedMessage { ..aOS(6, _omitFieldNames ? '' : 'Project', protoName: 'Project') ..aOS(7, _omitFieldNames ? '' : 'ParentEntityName', protoName: 'ParentEntityName') ..aOS(8, _omitFieldNames ? '' : 'ParentEntityID', protoName: 'ParentEntityID') - ..aOM<$83.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $83.ItemPayload.create) - ..aOM<$72.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $72.ActorPayload.create) - ..aOM<$71.PartnerPayload>(12, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $71.PartnerPayload.create) + ..aOM<$77.ItemPayload>(10, _omitFieldNames ? '' : 'Item', protoName: 'Item', subBuilder: $77.ItemPayload.create) + ..aOM<$67.ActorPayload>(11, _omitFieldNames ? '' : 'Actor', protoName: 'Actor', subBuilder: $67.ActorPayload.create) + ..aOM<$66.PartnerPayload>(12, _omitFieldNames ? '' : 'Partner', protoName: 'Partner', subBuilder: $66.PartnerPayload.create) ..hasRequiredFields = false ; @@ -587,37 +587,37 @@ class ExecutionflowEnrichment extends $pb.GeneratedMessage { void clearParentEntityID() => $_clearField(8); @$pb.TagNumber(10) - $83.ItemPayload get item => $_getN(8); + $77.ItemPayload get item => $_getN(8); @$pb.TagNumber(10) - set item($83.ItemPayload v) { $_setField(10, v); } + set item($77.ItemPayload v) { $_setField(10, v); } @$pb.TagNumber(10) $core.bool hasItem() => $_has(8); @$pb.TagNumber(10) void clearItem() => $_clearField(10); @$pb.TagNumber(10) - $83.ItemPayload ensureItem() => $_ensure(8); + $77.ItemPayload ensureItem() => $_ensure(8); @$pb.TagNumber(11) - $72.ActorPayload get actor => $_getN(9); + $67.ActorPayload get actor => $_getN(9); @$pb.TagNumber(11) - set actor($72.ActorPayload v) { $_setField(11, v); } + set actor($67.ActorPayload v) { $_setField(11, v); } @$pb.TagNumber(11) $core.bool hasActor() => $_has(9); @$pb.TagNumber(11) void clearActor() => $_clearField(11); @$pb.TagNumber(11) - $72.ActorPayload ensureActor() => $_ensure(9); + $67.ActorPayload ensureActor() => $_ensure(9); @$pb.TagNumber(12) - $71.PartnerPayload get partner => $_getN(10); + $66.PartnerPayload get partner => $_getN(10); @$pb.TagNumber(12) - set partner($71.PartnerPayload v) { $_setField(12, v); } + set partner($66.PartnerPayload v) { $_setField(12, v); } @$pb.TagNumber(12) $core.bool hasPartner() => $_has(10); @$pb.TagNumber(12) void clearPartner() => $_clearField(12); @$pb.TagNumber(12) - $71.PartnerPayload ensurePartner() => $_ensure(10); + $66.PartnerPayload ensurePartner() => $_ensure(10); } class ExecutionflowTriplet extends $pb.GeneratedMessage { diff --git a/lib/executionflowAction.pb.dart b/lib/executionflowAction.pb.dart index a77345d1..cb36c26c 100644 --- a/lib/executionflowAction.pb.dart +++ b/lib/executionflowAction.pb.dart @@ -14,8 +14,8 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; import 'shared.pb.dart' as $3; -import 'tradeShared.pb.dart' as $81; -import 'warehousingShared.pb.dart' as $82; +import 'tradeShared.pb.dart' as $75; +import 'warehousingShared.pb.dart' as $76; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -23,11 +23,11 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; /// ExecutionflowMapSummaryToOrder : map the Executionflow status to the corresponding trade order entity class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage { factory ExecutionflowMapSummaryToOrderPayload({ - $81.ExecutionflowStatusStruct? status, + $75.ExecutionflowStatusStruct? status, $core.String? orderID, - $81.TradeTier? shipFrom, - $81.TradeTier? shipTo, - $81.TradeTier? carrier, + $75.TradeTier? shipFrom, + $75.TradeTier? shipTo, + $75.TradeTier? carrier, $core.String? carrierService, $core.Iterable<$3.AttachmentSummary>? attachments, $core.int? attachmentNumber, @@ -72,11 +72,11 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage { factory ExecutionflowMapSummaryToOrderPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowMapSummaryToOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$81.ExecutionflowStatusStruct>(1, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create) + ..aOM<$75.ExecutionflowStatusStruct>(1, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ExecutionflowStatusStruct.create) ..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID') - ..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create) + ..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create) ..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService') ..pc<$3.AttachmentSummary>(16, _omitFieldNames ? '' : 'Attachments', $pb.PbFieldType.PM, protoName: 'Attachments', subBuilder: $3.AttachmentSummary.create) ..a<$core.int>(17, _omitFieldNames ? '' : 'AttachmentNumber', $pb.PbFieldType.O3, protoName: 'AttachmentNumber') @@ -107,15 +107,15 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage { static ExecutionflowMapSummaryToOrderPayload? _defaultInstance; @$pb.TagNumber(1) - $81.ExecutionflowStatusStruct get status => $_getN(0); + $75.ExecutionflowStatusStruct get status => $_getN(0); @$pb.TagNumber(1) - set status($81.ExecutionflowStatusStruct v) { $_setField(1, v); } + set status($75.ExecutionflowStatusStruct v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasStatus() => $_has(0); @$pb.TagNumber(1) void clearStatus() => $_clearField(1); @$pb.TagNumber(1) - $81.ExecutionflowStatusStruct ensureStatus() => $_ensure(0); + $75.ExecutionflowStatusStruct ensureStatus() => $_ensure(0); @$pb.TagNumber(2) $core.String get orderID => $_getSZ(1); @@ -127,37 +127,37 @@ class ExecutionflowMapSummaryToOrderPayload extends $pb.GeneratedMessage { void clearOrderID() => $_clearField(2); @$pb.TagNumber(4) - $81.TradeTier get shipFrom => $_getN(2); + $75.TradeTier get shipFrom => $_getN(2); @$pb.TagNumber(4) - set shipFrom($81.TradeTier v) { $_setField(4, v); } + set shipFrom($75.TradeTier v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasShipFrom() => $_has(2); @$pb.TagNumber(4) void clearShipFrom() => $_clearField(4); @$pb.TagNumber(4) - $81.TradeTier ensureShipFrom() => $_ensure(2); + $75.TradeTier ensureShipFrom() => $_ensure(2); @$pb.TagNumber(5) - $81.TradeTier get shipTo => $_getN(3); + $75.TradeTier get shipTo => $_getN(3); @$pb.TagNumber(5) - set shipTo($81.TradeTier v) { $_setField(5, v); } + set shipTo($75.TradeTier v) { $_setField(5, v); } @$pb.TagNumber(5) $core.bool hasShipTo() => $_has(3); @$pb.TagNumber(5) void clearShipTo() => $_clearField(5); @$pb.TagNumber(5) - $81.TradeTier ensureShipTo() => $_ensure(3); + $75.TradeTier ensureShipTo() => $_ensure(3); @$pb.TagNumber(6) - $81.TradeTier get carrier => $_getN(4); + $75.TradeTier get carrier => $_getN(4); @$pb.TagNumber(6) - set carrier($81.TradeTier v) { $_setField(6, v); } + set carrier($75.TradeTier v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasCarrier() => $_has(4); @$pb.TagNumber(6) void clearCarrier() => $_clearField(6); @$pb.TagNumber(6) - $81.TradeTier ensureCarrier() => $_ensure(4); + $75.TradeTier ensureCarrier() => $_ensure(4); @$pb.TagNumber(7) $core.String get carrierService => $_getSZ(5); @@ -313,7 +313,7 @@ class ExecutionflowMapSummaryToOrder extends $pb.GeneratedMessage { /// ExecutionflowMapETAToOrder : map the Executionflow ETA to the corresponding trade order entity class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage { factory ExecutionflowMapETAToOrderPayload({ - $81.ETA? executionflowETAComputed, + $75.ETA? executionflowETAComputed, $core.String? orderID, }) { final $result = create(); @@ -330,7 +330,7 @@ class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage { factory ExecutionflowMapETAToOrderPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowMapETAToOrderPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $81.ETA.create) + ..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETAComputed', protoName: 'ExecutionflowETAComputed', subBuilder: $75.ETA.create) ..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID') ..hasRequiredFields = false ; @@ -357,15 +357,15 @@ class ExecutionflowMapETAToOrderPayload extends $pb.GeneratedMessage { static ExecutionflowMapETAToOrderPayload? _defaultInstance; @$pb.TagNumber(1) - $81.ETA get executionflowETAComputed => $_getN(0); + $75.ETA get executionflowETAComputed => $_getN(0); @$pb.TagNumber(1) - set executionflowETAComputed($81.ETA v) { $_setField(1, v); } + set executionflowETAComputed($75.ETA v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasExecutionflowETAComputed() => $_has(0); @$pb.TagNumber(1) void clearExecutionflowETAComputed() => $_clearField(1); @$pb.TagNumber(1) - $81.ETA ensureExecutionflowETAComputed() => $_ensure(0); + $75.ETA ensureExecutionflowETAComputed() => $_ensure(0); @$pb.TagNumber(2) $core.String get orderID => $_getSZ(1); @@ -500,14 +500,14 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage { $3.DateTime? creationDateTime, $core.String? orderID, $core.Iterable<$3.MetadataElement>? metaData, - $81.TradeTier? shipFrom, - $81.TradeTier? shipTo, - $81.TradeTier? carrier, + $75.TradeTier? shipFrom, + $75.TradeTier? shipTo, + $75.TradeTier? carrier, $core.String? carrierService, - $81.OrderRequestedMilestones? requestedMilestones, - $core.Iterable<$81.ExeFlowLine>? lines, - $core.Iterable<$82.HandlingunitSummary>? handlingunits, - $81.ExecutionflowStatusStruct? status, + $75.OrderRequestedMilestones? requestedMilestones, + $core.Iterable<$75.ExeFlowLine>? lines, + $core.Iterable<$76.HandlingunitSummary>? handlingunits, + $75.ExecutionflowStatusStruct? status, $core.bool? shipFromAcked, $core.bool? shipToAcked, }) { @@ -561,14 +561,14 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage { ..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create) ..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID') ..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create) - ..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create) + ..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create) ..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService') - ..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create) - ..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create) - ..pc<$82.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create) - ..aOM<$81.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create) + ..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create) + ..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create) + ..pc<$76.HandlingunitSummary>(11, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $76.HandlingunitSummary.create) + ..aOM<$75.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ExecutionflowStatusStruct.create) ..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked') ..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked') ..hasRequiredFields = false @@ -621,39 +621,39 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage { /// Where to ship the order from @$pb.TagNumber(4) - $81.TradeTier get shipFrom => $_getN(3); + $75.TradeTier get shipFrom => $_getN(3); @$pb.TagNumber(4) - set shipFrom($81.TradeTier v) { $_setField(4, v); } + set shipFrom($75.TradeTier v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasShipFrom() => $_has(3); @$pb.TagNumber(4) void clearShipFrom() => $_clearField(4); @$pb.TagNumber(4) - $81.TradeTier ensureShipFrom() => $_ensure(3); + $75.TradeTier ensureShipFrom() => $_ensure(3); /// Where to ship the order to @$pb.TagNumber(5) - $81.TradeTier get shipTo => $_getN(4); + $75.TradeTier get shipTo => $_getN(4); @$pb.TagNumber(5) - set shipTo($81.TradeTier v) { $_setField(5, v); } + set shipTo($75.TradeTier v) { $_setField(5, v); } @$pb.TagNumber(5) $core.bool hasShipTo() => $_has(4); @$pb.TagNumber(5) void clearShipTo() => $_clearField(5); @$pb.TagNumber(5) - $81.TradeTier ensureShipTo() => $_ensure(4); + $75.TradeTier ensureShipTo() => $_ensure(4); /// Definition of the order carrier @$pb.TagNumber(6) - $81.TradeTier get carrier => $_getN(5); + $75.TradeTier get carrier => $_getN(5); @$pb.TagNumber(6) - set carrier($81.TradeTier v) { $_setField(6, v); } + set carrier($75.TradeTier v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasCarrier() => $_has(5); @$pb.TagNumber(6) void clearCarrier() => $_clearField(6); @$pb.TagNumber(6) - $81.TradeTier ensureCarrier() => $_ensure(5); + $75.TradeTier ensureCarrier() => $_ensure(5); /// Type of carrier service @$pb.TagNumber(7) @@ -666,32 +666,32 @@ class ExecutionflowNotifyPartnerAppsPayload extends $pb.GeneratedMessage { void clearCarrierService() => $_clearField(7); @$pb.TagNumber(8) - $81.OrderRequestedMilestones get requestedMilestones => $_getN(7); + $75.OrderRequestedMilestones get requestedMilestones => $_getN(7); @$pb.TagNumber(8) - set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); } + set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); } @$pb.TagNumber(8) $core.bool hasRequestedMilestones() => $_has(7); @$pb.TagNumber(8) void clearRequestedMilestones() => $_clearField(8); @$pb.TagNumber(8) - $81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); + $75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); @$pb.TagNumber(9) - $pb.PbList<$81.ExeFlowLine> get lines => $_getList(8); + $pb.PbList<$75.ExeFlowLine> get lines => $_getList(8); @$pb.TagNumber(11) - $pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(9); + $pb.PbList<$76.HandlingunitSummary> get handlingunits => $_getList(9); @$pb.TagNumber(13) - $81.ExecutionflowStatusStruct get status => $_getN(10); + $75.ExecutionflowStatusStruct get status => $_getN(10); @$pb.TagNumber(13) - set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); } + set status($75.ExecutionflowStatusStruct v) { $_setField(13, v); } @$pb.TagNumber(13) $core.bool hasStatus() => $_has(10); @$pb.TagNumber(13) void clearStatus() => $_clearField(13); @$pb.TagNumber(13) - $81.ExecutionflowStatusStruct ensureStatus() => $_ensure(10); + $75.ExecutionflowStatusStruct ensureStatus() => $_ensure(10); @$pb.TagNumber(14) $core.bool get shipFromAcked => $_getBF(11); @@ -835,13 +835,13 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage { $3.DateTime? creationDateTime, $core.String? orderID, $core.Iterable<$3.MetadataElement>? metaData, - $81.TradeTier? shipFrom, - $81.TradeTier? shipTo, - $81.TradeTier? carrier, + $75.TradeTier? shipFrom, + $75.TradeTier? shipTo, + $75.TradeTier? carrier, $core.String? carrierService, - $81.OrderRequestedMilestones? requestedMilestones, - $core.Iterable<$81.ExeFlowLine>? lines, - $81.ExecutionflowStatusStruct? status, + $75.OrderRequestedMilestones? requestedMilestones, + $core.Iterable<$75.ExeFlowLine>? lines, + $75.ExecutionflowStatusStruct? status, }) { final $result = create(); if (creationDateTime != null) { @@ -884,13 +884,13 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage { ..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create) ..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID') ..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create) - ..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create) + ..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create) ..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService') - ..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create) - ..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create) - ..aOM<$81.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $81.ExecutionflowStatusStruct.create) + ..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create) + ..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create) + ..aOM<$75.ExecutionflowStatusStruct>(13, _omitFieldNames ? '' : 'Status', protoName: 'Status', subBuilder: $75.ExecutionflowStatusStruct.create) ..hasRequiredFields = false ; @@ -939,37 +939,37 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage { $pb.PbList<$3.MetadataElement> get metaData => $_getList(2); @$pb.TagNumber(4) - $81.TradeTier get shipFrom => $_getN(3); + $75.TradeTier get shipFrom => $_getN(3); @$pb.TagNumber(4) - set shipFrom($81.TradeTier v) { $_setField(4, v); } + set shipFrom($75.TradeTier v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasShipFrom() => $_has(3); @$pb.TagNumber(4) void clearShipFrom() => $_clearField(4); @$pb.TagNumber(4) - $81.TradeTier ensureShipFrom() => $_ensure(3); + $75.TradeTier ensureShipFrom() => $_ensure(3); @$pb.TagNumber(5) - $81.TradeTier get shipTo => $_getN(4); + $75.TradeTier get shipTo => $_getN(4); @$pb.TagNumber(5) - set shipTo($81.TradeTier v) { $_setField(5, v); } + set shipTo($75.TradeTier v) { $_setField(5, v); } @$pb.TagNumber(5) $core.bool hasShipTo() => $_has(4); @$pb.TagNumber(5) void clearShipTo() => $_clearField(5); @$pb.TagNumber(5) - $81.TradeTier ensureShipTo() => $_ensure(4); + $75.TradeTier ensureShipTo() => $_ensure(4); @$pb.TagNumber(6) - $81.TradeTier get carrier => $_getN(5); + $75.TradeTier get carrier => $_getN(5); @$pb.TagNumber(6) - set carrier($81.TradeTier v) { $_setField(6, v); } + set carrier($75.TradeTier v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasCarrier() => $_has(5); @$pb.TagNumber(6) void clearCarrier() => $_clearField(6); @$pb.TagNumber(6) - $81.TradeTier ensureCarrier() => $_ensure(5); + $75.TradeTier ensureCarrier() => $_ensure(5); @$pb.TagNumber(7) $core.String get carrierService => $_getSZ(6); @@ -981,29 +981,29 @@ class ExecutionflowCreateDetectedOrderPayload extends $pb.GeneratedMessage { void clearCarrierService() => $_clearField(7); @$pb.TagNumber(8) - $81.OrderRequestedMilestones get requestedMilestones => $_getN(7); + $75.OrderRequestedMilestones get requestedMilestones => $_getN(7); @$pb.TagNumber(8) - set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); } + set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); } @$pb.TagNumber(8) $core.bool hasRequestedMilestones() => $_has(7); @$pb.TagNumber(8) void clearRequestedMilestones() => $_clearField(8); @$pb.TagNumber(8) - $81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); + $75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); @$pb.TagNumber(9) - $pb.PbList<$81.ExeFlowLine> get lines => $_getList(8); + $pb.PbList<$75.ExeFlowLine> get lines => $_getList(8); @$pb.TagNumber(13) - $81.ExecutionflowStatusStruct get status => $_getN(9); + $75.ExecutionflowStatusStruct get status => $_getN(9); @$pb.TagNumber(13) - set status($81.ExecutionflowStatusStruct v) { $_setField(13, v); } + set status($75.ExecutionflowStatusStruct v) { $_setField(13, v); } @$pb.TagNumber(13) $core.bool hasStatus() => $_has(9); @$pb.TagNumber(13) void clearStatus() => $_clearField(13); @$pb.TagNumber(13) - $81.ExecutionflowStatusStruct ensureStatus() => $_ensure(9); + $75.ExecutionflowStatusStruct ensureStatus() => $_ensure(9); } class ExecutionflowCreateDetectedOrder extends $pb.GeneratedMessage { diff --git a/lib/executionflowInput.pb.dart b/lib/executionflowInput.pb.dart index 5662bd5c..3d3cac70 100644 --- a/lib/executionflowInput.pb.dart +++ b/lib/executionflowInput.pb.dart @@ -14,8 +14,8 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; import 'shared.pb.dart' as $3; -import 'tradeShared.pb.dart' as $81; -import 'warehousingShared.pb.dart' as $82; +import 'tradeShared.pb.dart' as $75; +import 'warehousingShared.pb.dart' as $76; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -24,12 +24,12 @@ class ExecutionflowCreatedPayload extends $pb.GeneratedMessage { $3.DateTime? creationDateTime, $core.String? orderID, $core.Iterable<$3.MetadataElement>? metaData, - $81.TradeTier? shipFrom, - $81.TradeTier? shipTo, - $81.TradeTier? carrier, + $75.TradeTier? shipFrom, + $75.TradeTier? shipTo, + $75.TradeTier? carrier, $core.String? carrierService, - $81.OrderRequestedMilestones? requestedMilestones, - $core.Iterable<$81.ExeFlowLine>? lines, + $75.OrderRequestedMilestones? requestedMilestones, + $core.Iterable<$75.ExeFlowLine>? lines, }) { final $result = create(); if (creationDateTime != null) { @@ -69,12 +69,12 @@ class ExecutionflowCreatedPayload extends $pb.GeneratedMessage { ..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create) ..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID') ..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create) - ..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create) + ..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create) ..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService') - ..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create) - ..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create) + ..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create) + ..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create) ..hasRequiredFields = false ; @@ -125,39 +125,39 @@ class ExecutionflowCreatedPayload extends $pb.GeneratedMessage { /// Where to ship the order from @$pb.TagNumber(4) - $81.TradeTier get shipFrom => $_getN(3); + $75.TradeTier get shipFrom => $_getN(3); @$pb.TagNumber(4) - set shipFrom($81.TradeTier v) { $_setField(4, v); } + set shipFrom($75.TradeTier v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasShipFrom() => $_has(3); @$pb.TagNumber(4) void clearShipFrom() => $_clearField(4); @$pb.TagNumber(4) - $81.TradeTier ensureShipFrom() => $_ensure(3); + $75.TradeTier ensureShipFrom() => $_ensure(3); /// Where to ship the order to @$pb.TagNumber(5) - $81.TradeTier get shipTo => $_getN(4); + $75.TradeTier get shipTo => $_getN(4); @$pb.TagNumber(5) - set shipTo($81.TradeTier v) { $_setField(5, v); } + set shipTo($75.TradeTier v) { $_setField(5, v); } @$pb.TagNumber(5) $core.bool hasShipTo() => $_has(4); @$pb.TagNumber(5) void clearShipTo() => $_clearField(5); @$pb.TagNumber(5) - $81.TradeTier ensureShipTo() => $_ensure(4); + $75.TradeTier ensureShipTo() => $_ensure(4); /// Definition of the order carrier @$pb.TagNumber(6) - $81.TradeTier get carrier => $_getN(5); + $75.TradeTier get carrier => $_getN(5); @$pb.TagNumber(6) - set carrier($81.TradeTier v) { $_setField(6, v); } + set carrier($75.TradeTier v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasCarrier() => $_has(5); @$pb.TagNumber(6) void clearCarrier() => $_clearField(6); @$pb.TagNumber(6) - $81.TradeTier ensureCarrier() => $_ensure(5); + $75.TradeTier ensureCarrier() => $_ensure(5); /// Type of carrier service @$pb.TagNumber(7) @@ -170,19 +170,19 @@ class ExecutionflowCreatedPayload extends $pb.GeneratedMessage { void clearCarrierService() => $_clearField(7); @$pb.TagNumber(8) - $81.OrderRequestedMilestones get requestedMilestones => $_getN(7); + $75.OrderRequestedMilestones get requestedMilestones => $_getN(7); @$pb.TagNumber(8) - set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); } + set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); } @$pb.TagNumber(8) $core.bool hasRequestedMilestones() => $_has(7); @$pb.TagNumber(8) void clearRequestedMilestones() => $_clearField(8); @$pb.TagNumber(8) - $81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); + $75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); /// Definition of trade. Executionflow lines. Defines the requested goods and the prepared goods @$pb.TagNumber(9) - $pb.PbList<$81.ExeFlowLine> get lines => $_getList(8); + $pb.PbList<$75.ExeFlowLine> get lines => $_getList(8); } class ExecutionflowCreatedEvent extends $pb.GeneratedMessage { @@ -426,12 +426,12 @@ class ExecutionflowDetectedPayload extends $pb.GeneratedMessage { $3.DateTime? creationDateTime, $core.String? orderID, $core.Iterable<$3.MetadataElement>? metaData, - $81.TradeTier? shipFrom, - $81.TradeTier? shipTo, - $81.TradeTier? carrier, + $75.TradeTier? shipFrom, + $75.TradeTier? shipTo, + $75.TradeTier? carrier, $core.String? carrierService, - $81.OrderRequestedMilestones? requestedMilestones, - $core.Iterable<$81.ExeFlowLine>? lines, + $75.OrderRequestedMilestones? requestedMilestones, + $core.Iterable<$75.ExeFlowLine>? lines, $core.bool? shipFromAcked, $core.bool? shipToAcked, }) { @@ -479,12 +479,12 @@ class ExecutionflowDetectedPayload extends $pb.GeneratedMessage { ..aOM<$3.DateTime>(1, _omitFieldNames ? '' : 'CreationDateTime', protoName: 'CreationDateTime', subBuilder: $3.DateTime.create) ..aOS(2, _omitFieldNames ? '' : 'OrderID', protoName: 'OrderID') ..pc<$3.MetadataElement>(3, _omitFieldNames ? '' : 'MetaData', $pb.PbFieldType.PM, protoName: 'MetaData', subBuilder: $3.MetadataElement.create) - ..aOM<$81.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $81.TradeTier.create) - ..aOM<$81.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create) + ..aOM<$75.TradeTier>(4, _omitFieldNames ? '' : 'ShipFrom', protoName: 'ShipFrom', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(5, _omitFieldNames ? '' : 'ShipTo', protoName: 'ShipTo', subBuilder: $75.TradeTier.create) + ..aOM<$75.TradeTier>(6, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create) ..aOS(7, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService') - ..aOM<$81.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $81.OrderRequestedMilestones.create) - ..pc<$81.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $81.ExeFlowLine.create) + ..aOM<$75.OrderRequestedMilestones>(8, _omitFieldNames ? '' : 'RequestedMilestones', protoName: 'RequestedMilestones', subBuilder: $75.OrderRequestedMilestones.create) + ..pc<$75.ExeFlowLine>(9, _omitFieldNames ? '' : 'Lines', $pb.PbFieldType.PM, protoName: 'Lines', subBuilder: $75.ExeFlowLine.create) ..aOB(14, _omitFieldNames ? '' : 'ShipFromAcked', protoName: 'ShipFromAcked') ..aOB(15, _omitFieldNames ? '' : 'ShipToAcked', protoName: 'ShipToAcked') ..hasRequiredFields = false @@ -537,39 +537,39 @@ class ExecutionflowDetectedPayload extends $pb.GeneratedMessage { /// Where to ship the order from @$pb.TagNumber(4) - $81.TradeTier get shipFrom => $_getN(3); + $75.TradeTier get shipFrom => $_getN(3); @$pb.TagNumber(4) - set shipFrom($81.TradeTier v) { $_setField(4, v); } + set shipFrom($75.TradeTier v) { $_setField(4, v); } @$pb.TagNumber(4) $core.bool hasShipFrom() => $_has(3); @$pb.TagNumber(4) void clearShipFrom() => $_clearField(4); @$pb.TagNumber(4) - $81.TradeTier ensureShipFrom() => $_ensure(3); + $75.TradeTier ensureShipFrom() => $_ensure(3); /// Where to ship the order to @$pb.TagNumber(5) - $81.TradeTier get shipTo => $_getN(4); + $75.TradeTier get shipTo => $_getN(4); @$pb.TagNumber(5) - set shipTo($81.TradeTier v) { $_setField(5, v); } + set shipTo($75.TradeTier v) { $_setField(5, v); } @$pb.TagNumber(5) $core.bool hasShipTo() => $_has(4); @$pb.TagNumber(5) void clearShipTo() => $_clearField(5); @$pb.TagNumber(5) - $81.TradeTier ensureShipTo() => $_ensure(4); + $75.TradeTier ensureShipTo() => $_ensure(4); /// Definition of the order carrier @$pb.TagNumber(6) - $81.TradeTier get carrier => $_getN(5); + $75.TradeTier get carrier => $_getN(5); @$pb.TagNumber(6) - set carrier($81.TradeTier v) { $_setField(6, v); } + set carrier($75.TradeTier v) { $_setField(6, v); } @$pb.TagNumber(6) $core.bool hasCarrier() => $_has(5); @$pb.TagNumber(6) void clearCarrier() => $_clearField(6); @$pb.TagNumber(6) - $81.TradeTier ensureCarrier() => $_ensure(5); + $75.TradeTier ensureCarrier() => $_ensure(5); /// Type of carrier service @$pb.TagNumber(7) @@ -582,19 +582,19 @@ class ExecutionflowDetectedPayload extends $pb.GeneratedMessage { void clearCarrierService() => $_clearField(7); @$pb.TagNumber(8) - $81.OrderRequestedMilestones get requestedMilestones => $_getN(7); + $75.OrderRequestedMilestones get requestedMilestones => $_getN(7); @$pb.TagNumber(8) - set requestedMilestones($81.OrderRequestedMilestones v) { $_setField(8, v); } + set requestedMilestones($75.OrderRequestedMilestones v) { $_setField(8, v); } @$pb.TagNumber(8) $core.bool hasRequestedMilestones() => $_has(7); @$pb.TagNumber(8) void clearRequestedMilestones() => $_clearField(8); @$pb.TagNumber(8) - $81.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); + $75.OrderRequestedMilestones ensureRequestedMilestones() => $_ensure(7); /// Definition of trade. Executionflow lines. Defines the requested goods and the prepared goods @$pb.TagNumber(9) - $pb.PbList<$81.ExeFlowLine> get lines => $_getList(8); + $pb.PbList<$75.ExeFlowLine> get lines => $_getList(8); @$pb.TagNumber(14) $core.bool get shipFromAcked => $_getBF(9); @@ -2499,7 +2499,7 @@ class ExecutionflowCompletedResponse extends $pb.GeneratedMessage { class ExecutionflowHUContentUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowHUContentUpdatedPayload({ - $core.Iterable<$82.HandlingunitSummary>? handlingunits, + $core.Iterable<$76.HandlingunitSummary>? handlingunits, }) { final $result = create(); if (handlingunits != null) { @@ -2512,7 +2512,7 @@ class ExecutionflowHUContentUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowHUContentUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowHUContentUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc<$82.HandlingunitSummary>(1, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create) + ..pc<$76.HandlingunitSummary>(1, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $76.HandlingunitSummary.create) ..hasRequiredFields = false ; @@ -2538,7 +2538,7 @@ class ExecutionflowHUContentUpdatedPayload extends $pb.GeneratedMessage { static ExecutionflowHUContentUpdatedPayload? _defaultInstance; @$pb.TagNumber(1) - $pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(0); + $pb.PbList<$76.HandlingunitSummary> get handlingunits => $_getList(0); } class ExecutionflowHUContentUpdatedEvent extends $pb.GeneratedMessage { @@ -2783,7 +2783,7 @@ class ExecutionflowHUContentUpdatedResponse extends $pb.GeneratedMessage { /// - Update the handlingunit goods status with tracking. class ExecutionflowHUTrackingUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowHUTrackingUpdatedPayload({ - $core.Iterable<$82.HandlingunitSummary>? handlingunits, + $core.Iterable<$76.HandlingunitSummary>? handlingunits, }) { final $result = create(); if (handlingunits != null) { @@ -2796,7 +2796,7 @@ class ExecutionflowHUTrackingUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowHUTrackingUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowHUTrackingUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc<$82.HandlingunitSummary>(1, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $82.HandlingunitSummary.create) + ..pc<$76.HandlingunitSummary>(1, _omitFieldNames ? '' : 'Handlingunits', $pb.PbFieldType.PM, protoName: 'Handlingunits', subBuilder: $76.HandlingunitSummary.create) ..hasRequiredFields = false ; @@ -2822,7 +2822,7 @@ class ExecutionflowHUTrackingUpdatedPayload extends $pb.GeneratedMessage { static ExecutionflowHUTrackingUpdatedPayload? _defaultInstance; @$pb.TagNumber(1) - $pb.PbList<$82.HandlingunitSummary> get handlingunits => $_getList(0); + $pb.PbList<$76.HandlingunitSummary> get handlingunits => $_getList(0); } class ExecutionflowHUTrackingUpdatedEvent extends $pb.GeneratedMessage { @@ -3068,7 +3068,7 @@ class ExecutionflowHUTrackingUpdatedResponse extends $pb.GeneratedMessage { /// Comments updated 2024/01/09 class ExecutionflowHUETAUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowHUETAUpdatedPayload({ - $core.Iterable<$81.ETAbyHU>? handlingunitETAs, + $core.Iterable<$75.ETAbyHU>? handlingunitETAs, }) { final $result = create(); if (handlingunitETAs != null) { @@ -3081,7 +3081,7 @@ class ExecutionflowHUETAUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowHUETAUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowHUETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..pc<$81.ETAbyHU>(1, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $81.ETAbyHU.create) + ..pc<$75.ETAbyHU>(1, _omitFieldNames ? '' : 'HandlingunitETAs', $pb.PbFieldType.PM, protoName: 'HandlingunitETAs', subBuilder: $75.ETAbyHU.create) ..hasRequiredFields = false ; @@ -3107,7 +3107,7 @@ class ExecutionflowHUETAUpdatedPayload extends $pb.GeneratedMessage { static ExecutionflowHUETAUpdatedPayload? _defaultInstance; @$pb.TagNumber(1) - $pb.PbList<$81.ETAbyHU> get handlingunitETAs => $_getList(0); + $pb.PbList<$75.ETAbyHU> get handlingunitETAs => $_getList(0); } class ExecutionflowHUETAUpdatedEvent extends $pb.GeneratedMessage { @@ -3353,7 +3353,7 @@ class ExecutionflowHUETAUpdatedResponse extends $pb.GeneratedMessage { /// Comments updated 2024/01/09 class ExecutionflowETAUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowETAUpdatedPayload({ - $81.ETA? executionflowETA, + $75.ETA? executionflowETA, }) { final $result = create(); if (executionflowETA != null) { @@ -3366,7 +3366,7 @@ class ExecutionflowETAUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowETAUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowETAUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$81.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $81.ETA.create) + ..aOM<$75.ETA>(1, _omitFieldNames ? '' : 'ExecutionflowETA', protoName: 'ExecutionflowETA', subBuilder: $75.ETA.create) ..hasRequiredFields = false ; @@ -3393,15 +3393,15 @@ class ExecutionflowETAUpdatedPayload extends $pb.GeneratedMessage { /// The ETA for the executionflow as given by WMS. this ETA will be aggregated with those coming from HUs @$pb.TagNumber(1) - $81.ETA get executionflowETA => $_getN(0); + $75.ETA get executionflowETA => $_getN(0); @$pb.TagNumber(1) - set executionflowETA($81.ETA v) { $_setField(1, v); } + set executionflowETA($75.ETA v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasExecutionflowETA() => $_has(0); @$pb.TagNumber(1) void clearExecutionflowETA() => $_clearField(1); @$pb.TagNumber(1) - $81.ETA ensureExecutionflowETA() => $_ensure(0); + $75.ETA ensureExecutionflowETA() => $_ensure(0); } class ExecutionflowETAUpdatedEvent extends $pb.GeneratedMessage { @@ -6603,7 +6603,7 @@ class ExecutionflowMetaDataUpdatedResponse extends $pb.GeneratedMessage { class ExecutionflowCarrierUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowCarrierUpdatedPayload({ - $81.TradeTier? carrier, + $75.TradeTier? carrier, $core.String? carrierService, }) { final $result = create(); @@ -6620,7 +6620,7 @@ class ExecutionflowCarrierUpdatedPayload extends $pb.GeneratedMessage { factory ExecutionflowCarrierUpdatedPayload.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r); static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowCarrierUpdatedPayload', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) - ..aOM<$81.TradeTier>(1, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $81.TradeTier.create) + ..aOM<$75.TradeTier>(1, _omitFieldNames ? '' : 'Carrier', protoName: 'Carrier', subBuilder: $75.TradeTier.create) ..aOS(2, _omitFieldNames ? '' : 'CarrierService', protoName: 'CarrierService') ..hasRequiredFields = false ; @@ -6648,15 +6648,15 @@ class ExecutionflowCarrierUpdatedPayload extends $pb.GeneratedMessage { /// Definition of the order carrier @$pb.TagNumber(1) - $81.TradeTier get carrier => $_getN(0); + $75.TradeTier get carrier => $_getN(0); @$pb.TagNumber(1) - set carrier($81.TradeTier v) { $_setField(1, v); } + set carrier($75.TradeTier v) { $_setField(1, v); } @$pb.TagNumber(1) $core.bool hasCarrier() => $_has(0); @$pb.TagNumber(1) void clearCarrier() => $_clearField(1); @$pb.TagNumber(1) - $81.TradeTier ensureCarrier() => $_ensure(0); + $75.TradeTier ensureCarrier() => $_ensure(0); /// Type of carrier service @$pb.TagNumber(2) diff --git a/lib/executionflowInput.pbgrpc.dart b/lib/executionflowInput.pbgrpc.dart index 22e4d010..1962b87a 100644 --- a/lib/executionflowInput.pbgrpc.dart +++ b/lib/executionflowInput.pbgrpc.dart @@ -15,236 +15,236 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'executionflowInput.pb.dart' as $22; +import 'executionflowInput.pb.dart' as $19; export 'executionflowInput.pb.dart'; @$pb.GrpcServiceName('api.ExecutionflowInputAPI') class ExecutionflowInputAPIClient extends $grpc.Client { - static final _$created = $grpc.ClientMethod<$22.ExecutionflowCreatedRequest, $22.ExecutionflowCreatedResponse>( + static final _$created = $grpc.ClientMethod<$19.ExecutionflowCreatedRequest, $19.ExecutionflowCreatedResponse>( '/api.ExecutionflowInputAPI/Created', - ($22.ExecutionflowCreatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowCreatedResponse.fromBuffer(value)); - static final _$detected = $grpc.ClientMethod<$22.ExecutionflowDetectedRequest, $22.ExecutionflowDetectedResponse>( + ($19.ExecutionflowCreatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowCreatedResponse.fromBuffer(value)); + static final _$detected = $grpc.ClientMethod<$19.ExecutionflowDetectedRequest, $19.ExecutionflowDetectedResponse>( '/api.ExecutionflowInputAPI/Detected', - ($22.ExecutionflowDetectedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowDetectedResponse.fromBuffer(value)); - static final _$redetected = $grpc.ClientMethod<$22.ExecutionflowRedetectedRequest, $22.ExecutionflowRedetectedResponse>( + ($19.ExecutionflowDetectedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowDetectedResponse.fromBuffer(value)); + static final _$redetected = $grpc.ClientMethod<$19.ExecutionflowRedetectedRequest, $19.ExecutionflowRedetectedResponse>( '/api.ExecutionflowInputAPI/Redetected', - ($22.ExecutionflowRedetectedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowRedetectedResponse.fromBuffer(value)); - static final _$shipFromAcked = $grpc.ClientMethod<$22.ExecutionflowShipFromAckedRequest, $22.ExecutionflowShipFromAckedResponse>( + ($19.ExecutionflowRedetectedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowRedetectedResponse.fromBuffer(value)); + static final _$shipFromAcked = $grpc.ClientMethod<$19.ExecutionflowShipFromAckedRequest, $19.ExecutionflowShipFromAckedResponse>( '/api.ExecutionflowInputAPI/ShipFromAcked', - ($22.ExecutionflowShipFromAckedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowShipFromAckedResponse.fromBuffer(value)); - static final _$shipToAcked = $grpc.ClientMethod<$22.ExecutionflowShipToAckedRequest, $22.ExecutionflowShipToAckedResponse>( + ($19.ExecutionflowShipFromAckedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowShipFromAckedResponse.fromBuffer(value)); + static final _$shipToAcked = $grpc.ClientMethod<$19.ExecutionflowShipToAckedRequest, $19.ExecutionflowShipToAckedResponse>( '/api.ExecutionflowInputAPI/ShipToAcked', - ($22.ExecutionflowShipToAckedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowShipToAckedResponse.fromBuffer(value)); - static final _$cancelled = $grpc.ClientMethod<$22.ExecutionflowCancelledRequest, $22.ExecutionflowCancelledResponse>( + ($19.ExecutionflowShipToAckedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowShipToAckedResponse.fromBuffer(value)); + static final _$cancelled = $grpc.ClientMethod<$19.ExecutionflowCancelledRequest, $19.ExecutionflowCancelledResponse>( '/api.ExecutionflowInputAPI/Cancelled', - ($22.ExecutionflowCancelledRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowCancelledResponse.fromBuffer(value)); - static final _$anonymised = $grpc.ClientMethod<$22.ExecutionflowAnonymisedRequest, $22.ExecutionflowAnonymisedResponse>( + ($19.ExecutionflowCancelledRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowCancelledResponse.fromBuffer(value)); + static final _$anonymised = $grpc.ClientMethod<$19.ExecutionflowAnonymisedRequest, $19.ExecutionflowAnonymisedResponse>( '/api.ExecutionflowInputAPI/Anonymised', - ($22.ExecutionflowAnonymisedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowAnonymisedResponse.fromBuffer(value)); - static final _$completed = $grpc.ClientMethod<$22.ExecutionflowCompletedRequest, $22.ExecutionflowCompletedResponse>( + ($19.ExecutionflowAnonymisedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowAnonymisedResponse.fromBuffer(value)); + static final _$completed = $grpc.ClientMethod<$19.ExecutionflowCompletedRequest, $19.ExecutionflowCompletedResponse>( '/api.ExecutionflowInputAPI/Completed', - ($22.ExecutionflowCompletedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowCompletedResponse.fromBuffer(value)); - static final _$hUContentUpdated = $grpc.ClientMethod<$22.ExecutionflowHUContentUpdatedRequest, $22.ExecutionflowHUContentUpdatedResponse>( + ($19.ExecutionflowCompletedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowCompletedResponse.fromBuffer(value)); + static final _$hUContentUpdated = $grpc.ClientMethod<$19.ExecutionflowHUContentUpdatedRequest, $19.ExecutionflowHUContentUpdatedResponse>( '/api.ExecutionflowInputAPI/HUContentUpdated', - ($22.ExecutionflowHUContentUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowHUContentUpdatedResponse.fromBuffer(value)); - static final _$hUTrackingUpdated = $grpc.ClientMethod<$22.ExecutionflowHUTrackingUpdatedRequest, $22.ExecutionflowHUTrackingUpdatedResponse>( + ($19.ExecutionflowHUContentUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowHUContentUpdatedResponse.fromBuffer(value)); + static final _$hUTrackingUpdated = $grpc.ClientMethod<$19.ExecutionflowHUTrackingUpdatedRequest, $19.ExecutionflowHUTrackingUpdatedResponse>( '/api.ExecutionflowInputAPI/HUTrackingUpdated', - ($22.ExecutionflowHUTrackingUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowHUTrackingUpdatedResponse.fromBuffer(value)); - static final _$hUETAUpdated = $grpc.ClientMethod<$22.ExecutionflowHUETAUpdatedRequest, $22.ExecutionflowHUETAUpdatedResponse>( + ($19.ExecutionflowHUTrackingUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowHUTrackingUpdatedResponse.fromBuffer(value)); + static final _$hUETAUpdated = $grpc.ClientMethod<$19.ExecutionflowHUETAUpdatedRequest, $19.ExecutionflowHUETAUpdatedResponse>( '/api.ExecutionflowInputAPI/HUETAUpdated', - ($22.ExecutionflowHUETAUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowHUETAUpdatedResponse.fromBuffer(value)); - static final _$eTAUpdated = $grpc.ClientMethod<$22.ExecutionflowETAUpdatedRequest, $22.ExecutionflowETAUpdatedResponse>( + ($19.ExecutionflowHUETAUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowHUETAUpdatedResponse.fromBuffer(value)); + static final _$eTAUpdated = $grpc.ClientMethod<$19.ExecutionflowETAUpdatedRequest, $19.ExecutionflowETAUpdatedResponse>( '/api.ExecutionflowInputAPI/ETAUpdated', - ($22.ExecutionflowETAUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowETAUpdatedResponse.fromBuffer(value)); - static final _$preparationExpected = $grpc.ClientMethod<$22.ExecutionflowPreparationExpectedRequest, $22.ExecutionflowPreparationExpectedResponse>( + ($19.ExecutionflowETAUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowETAUpdatedResponse.fromBuffer(value)); + static final _$preparationExpected = $grpc.ClientMethod<$19.ExecutionflowPreparationExpectedRequest, $19.ExecutionflowPreparationExpectedResponse>( '/api.ExecutionflowInputAPI/PreparationExpected', - ($22.ExecutionflowPreparationExpectedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowPreparationExpectedResponse.fromBuffer(value)); - static final _$preparationStarted = $grpc.ClientMethod<$22.ExecutionflowPreparationStartedRequest, $22.ExecutionflowPreparationStartedResponse>( + ($19.ExecutionflowPreparationExpectedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowPreparationExpectedResponse.fromBuffer(value)); + static final _$preparationStarted = $grpc.ClientMethod<$19.ExecutionflowPreparationStartedRequest, $19.ExecutionflowPreparationStartedResponse>( '/api.ExecutionflowInputAPI/PreparationStarted', - ($22.ExecutionflowPreparationStartedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowPreparationStartedResponse.fromBuffer(value)); - static final _$preparationCompleted = $grpc.ClientMethod<$22.ExecutionflowPreparationCompletedRequest, $22.ExecutionflowPreparationCompletedResponse>( + ($19.ExecutionflowPreparationStartedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowPreparationStartedResponse.fromBuffer(value)); + static final _$preparationCompleted = $grpc.ClientMethod<$19.ExecutionflowPreparationCompletedRequest, $19.ExecutionflowPreparationCompletedResponse>( '/api.ExecutionflowInputAPI/PreparationCompleted', - ($22.ExecutionflowPreparationCompletedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowPreparationCompletedResponse.fromBuffer(value)); - static final _$transportExpected = $grpc.ClientMethod<$22.ExecutionflowTransportExpectedRequest, $22.ExecutionflowTransportExpectedResponse>( + ($19.ExecutionflowPreparationCompletedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowPreparationCompletedResponse.fromBuffer(value)); + static final _$transportExpected = $grpc.ClientMethod<$19.ExecutionflowTransportExpectedRequest, $19.ExecutionflowTransportExpectedResponse>( '/api.ExecutionflowInputAPI/TransportExpected', - ($22.ExecutionflowTransportExpectedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowTransportExpectedResponse.fromBuffer(value)); - static final _$transportStarted = $grpc.ClientMethod<$22.ExecutionflowTransportStartedRequest, $22.ExecutionflowTransportStartedResponse>( + ($19.ExecutionflowTransportExpectedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowTransportExpectedResponse.fromBuffer(value)); + static final _$transportStarted = $grpc.ClientMethod<$19.ExecutionflowTransportStartedRequest, $19.ExecutionflowTransportStartedResponse>( '/api.ExecutionflowInputAPI/TransportStarted', - ($22.ExecutionflowTransportStartedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowTransportStartedResponse.fromBuffer(value)); - static final _$transportCompleted = $grpc.ClientMethod<$22.ExecutionflowTransportCompletedRequest, $22.ExecutionflowTransportCompletedResponse>( + ($19.ExecutionflowTransportStartedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowTransportStartedResponse.fromBuffer(value)); + static final _$transportCompleted = $grpc.ClientMethod<$19.ExecutionflowTransportCompletedRequest, $19.ExecutionflowTransportCompletedResponse>( '/api.ExecutionflowInputAPI/TransportCompleted', - ($22.ExecutionflowTransportCompletedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowTransportCompletedResponse.fromBuffer(value)); - static final _$receiptExpected = $grpc.ClientMethod<$22.ExecutionflowReceiptExpectedRequest, $22.ExecutionflowReceiptExpectedResponse>( + ($19.ExecutionflowTransportCompletedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowTransportCompletedResponse.fromBuffer(value)); + static final _$receiptExpected = $grpc.ClientMethod<$19.ExecutionflowReceiptExpectedRequest, $19.ExecutionflowReceiptExpectedResponse>( '/api.ExecutionflowInputAPI/ReceiptExpected', - ($22.ExecutionflowReceiptExpectedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowReceiptExpectedResponse.fromBuffer(value)); - static final _$receiptStarted = $grpc.ClientMethod<$22.ExecutionflowReceiptStartedRequest, $22.ExecutionflowReceiptStartedResponse>( + ($19.ExecutionflowReceiptExpectedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowReceiptExpectedResponse.fromBuffer(value)); + static final _$receiptStarted = $grpc.ClientMethod<$19.ExecutionflowReceiptStartedRequest, $19.ExecutionflowReceiptStartedResponse>( '/api.ExecutionflowInputAPI/ReceiptStarted', - ($22.ExecutionflowReceiptStartedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowReceiptStartedResponse.fromBuffer(value)); - static final _$receiptCompleted = $grpc.ClientMethod<$22.ExecutionflowReceiptCompletedRequest, $22.ExecutionflowReceiptCompletedResponse>( + ($19.ExecutionflowReceiptStartedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowReceiptStartedResponse.fromBuffer(value)); + static final _$receiptCompleted = $grpc.ClientMethod<$19.ExecutionflowReceiptCompletedRequest, $19.ExecutionflowReceiptCompletedResponse>( '/api.ExecutionflowInputAPI/ReceiptCompleted', - ($22.ExecutionflowReceiptCompletedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowReceiptCompletedResponse.fromBuffer(value)); - static final _$metaDataUpdated = $grpc.ClientMethod<$22.ExecutionflowMetaDataUpdatedRequest, $22.ExecutionflowMetaDataUpdatedResponse>( + ($19.ExecutionflowReceiptCompletedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowReceiptCompletedResponse.fromBuffer(value)); + static final _$metaDataUpdated = $grpc.ClientMethod<$19.ExecutionflowMetaDataUpdatedRequest, $19.ExecutionflowMetaDataUpdatedResponse>( '/api.ExecutionflowInputAPI/MetaDataUpdated', - ($22.ExecutionflowMetaDataUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowMetaDataUpdatedResponse.fromBuffer(value)); - static final _$carrierUpdated = $grpc.ClientMethod<$22.ExecutionflowCarrierUpdatedRequest, $22.ExecutionflowCarrierUpdatedResponse>( + ($19.ExecutionflowMetaDataUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowMetaDataUpdatedResponse.fromBuffer(value)); + static final _$carrierUpdated = $grpc.ClientMethod<$19.ExecutionflowCarrierUpdatedRequest, $19.ExecutionflowCarrierUpdatedResponse>( '/api.ExecutionflowInputAPI/CarrierUpdated', - ($22.ExecutionflowCarrierUpdatedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowCarrierUpdatedResponse.fromBuffer(value)); - static final _$attachmentAdded = $grpc.ClientMethod<$22.ExecutionflowAttachmentAddedRequest, $22.ExecutionflowAttachmentAddedResponse>( + ($19.ExecutionflowCarrierUpdatedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowCarrierUpdatedResponse.fromBuffer(value)); + static final _$attachmentAdded = $grpc.ClientMethod<$19.ExecutionflowAttachmentAddedRequest, $19.ExecutionflowAttachmentAddedResponse>( '/api.ExecutionflowInputAPI/AttachmentAdded', - ($22.ExecutionflowAttachmentAddedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowAttachmentAddedResponse.fromBuffer(value)); - static final _$attachmentRemoved = $grpc.ClientMethod<$22.ExecutionflowAttachmentRemovedRequest, $22.ExecutionflowAttachmentRemovedResponse>( + ($19.ExecutionflowAttachmentAddedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowAttachmentAddedResponse.fromBuffer(value)); + static final _$attachmentRemoved = $grpc.ClientMethod<$19.ExecutionflowAttachmentRemovedRequest, $19.ExecutionflowAttachmentRemovedResponse>( '/api.ExecutionflowInputAPI/AttachmentRemoved', - ($22.ExecutionflowAttachmentRemovedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowAttachmentRemovedResponse.fromBuffer(value)); - static final _$allocationError = $grpc.ClientMethod<$22.ExecutionflowAllocationErrorRequest, $22.ExecutionflowAllocationErrorResponse>( + ($19.ExecutionflowAttachmentRemovedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowAttachmentRemovedResponse.fromBuffer(value)); + static final _$allocationError = $grpc.ClientMethod<$19.ExecutionflowAllocationErrorRequest, $19.ExecutionflowAllocationErrorResponse>( '/api.ExecutionflowInputAPI/AllocationError', - ($22.ExecutionflowAllocationErrorRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowAllocationErrorResponse.fromBuffer(value)); - static final _$claimAdded = $grpc.ClientMethod<$22.ExecutionflowClaimAddedRequest, $22.ExecutionflowClaimAddedResponse>( + ($19.ExecutionflowAllocationErrorRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowAllocationErrorResponse.fromBuffer(value)); + static final _$claimAdded = $grpc.ClientMethod<$19.ExecutionflowClaimAddedRequest, $19.ExecutionflowClaimAddedResponse>( '/api.ExecutionflowInputAPI/ClaimAdded', - ($22.ExecutionflowClaimAddedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowClaimAddedResponse.fromBuffer(value)); - static final _$deleted = $grpc.ClientMethod<$22.ExecutionflowDeletedRequest, $22.ExecutionflowDeletedResponse>( + ($19.ExecutionflowClaimAddedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowClaimAddedResponse.fromBuffer(value)); + static final _$deleted = $grpc.ClientMethod<$19.ExecutionflowDeletedRequest, $19.ExecutionflowDeletedResponse>( '/api.ExecutionflowInputAPI/Deleted', - ($22.ExecutionflowDeletedRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $22.ExecutionflowDeletedResponse.fromBuffer(value)); + ($19.ExecutionflowDeletedRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $19.ExecutionflowDeletedResponse.fromBuffer(value)); ExecutionflowInputAPIClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$22.ExecutionflowCreatedResponse> created($22.ExecutionflowCreatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowCreatedResponse> created($19.ExecutionflowCreatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$created, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowDetectedResponse> detected($22.ExecutionflowDetectedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowDetectedResponse> detected($19.ExecutionflowDetectedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$detected, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowRedetectedResponse> redetected($22.ExecutionflowRedetectedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowRedetectedResponse> redetected($19.ExecutionflowRedetectedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$redetected, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowShipFromAckedResponse> shipFromAcked($22.ExecutionflowShipFromAckedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowShipFromAckedResponse> shipFromAcked($19.ExecutionflowShipFromAckedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$shipFromAcked, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowShipToAckedResponse> shipToAcked($22.ExecutionflowShipToAckedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowShipToAckedResponse> shipToAcked($19.ExecutionflowShipToAckedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$shipToAcked, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowCancelledResponse> cancelled($22.ExecutionflowCancelledRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowCancelledResponse> cancelled($19.ExecutionflowCancelledRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$cancelled, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowAnonymisedResponse> anonymised($22.ExecutionflowAnonymisedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowAnonymisedResponse> anonymised($19.ExecutionflowAnonymisedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$anonymised, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowCompletedResponse> completed($22.ExecutionflowCompletedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowCompletedResponse> completed($19.ExecutionflowCompletedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$completed, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($22.ExecutionflowHUContentUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($19.ExecutionflowHUContentUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$hUContentUpdated, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($22.ExecutionflowHUTrackingUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($19.ExecutionflowHUTrackingUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$hUTrackingUpdated, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($22.ExecutionflowHUETAUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($19.ExecutionflowHUETAUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$hUETAUpdated, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowETAUpdatedResponse> eTAUpdated($22.ExecutionflowETAUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowETAUpdatedResponse> eTAUpdated($19.ExecutionflowETAUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$eTAUpdated, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowPreparationExpectedResponse> preparationExpected($22.ExecutionflowPreparationExpectedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowPreparationExpectedResponse> preparationExpected($19.ExecutionflowPreparationExpectedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$preparationExpected, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowPreparationStartedResponse> preparationStarted($22.ExecutionflowPreparationStartedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowPreparationStartedResponse> preparationStarted($19.ExecutionflowPreparationStartedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$preparationStarted, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted($22.ExecutionflowPreparationCompletedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowPreparationCompletedResponse> preparationCompleted($19.ExecutionflowPreparationCompletedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$preparationCompleted, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowTransportExpectedResponse> transportExpected($22.ExecutionflowTransportExpectedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowTransportExpectedResponse> transportExpected($19.ExecutionflowTransportExpectedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$transportExpected, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowTransportStartedResponse> transportStarted($22.ExecutionflowTransportStartedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowTransportStartedResponse> transportStarted($19.ExecutionflowTransportStartedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$transportStarted, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowTransportCompletedResponse> transportCompleted($22.ExecutionflowTransportCompletedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowTransportCompletedResponse> transportCompleted($19.ExecutionflowTransportCompletedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$transportCompleted, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowReceiptExpectedResponse> receiptExpected($22.ExecutionflowReceiptExpectedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowReceiptExpectedResponse> receiptExpected($19.ExecutionflowReceiptExpectedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$receiptExpected, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowReceiptStartedResponse> receiptStarted($22.ExecutionflowReceiptStartedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowReceiptStartedResponse> receiptStarted($19.ExecutionflowReceiptStartedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$receiptStarted, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted($22.ExecutionflowReceiptCompletedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowReceiptCompletedResponse> receiptCompleted($19.ExecutionflowReceiptCompletedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$receiptCompleted, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($22.ExecutionflowMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($19.ExecutionflowMetaDataUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$metaDataUpdated, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated($22.ExecutionflowCarrierUpdatedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowCarrierUpdatedResponse> carrierUpdated($19.ExecutionflowCarrierUpdatedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$carrierUpdated, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded($22.ExecutionflowAttachmentAddedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowAttachmentAddedResponse> attachmentAdded($19.ExecutionflowAttachmentAddedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$attachmentAdded, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($22.ExecutionflowAttachmentRemovedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($19.ExecutionflowAttachmentRemovedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$attachmentRemoved, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowAllocationErrorResponse> allocationError($22.ExecutionflowAllocationErrorRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowAllocationErrorResponse> allocationError($19.ExecutionflowAllocationErrorRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$allocationError, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowClaimAddedResponse> claimAdded($22.ExecutionflowClaimAddedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowClaimAddedResponse> claimAdded($19.ExecutionflowClaimAddedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$claimAdded, request, options: options); } - $grpc.ResponseFuture<$22.ExecutionflowDeletedResponse> deleted($22.ExecutionflowDeletedRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$19.ExecutionflowDeletedResponse> deleted($19.ExecutionflowDeletedRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleted, request, options: options); } } @@ -254,342 +254,342 @@ abstract class ExecutionflowInputAPIServiceBase extends $grpc.Service { $core.String get $name => 'api.ExecutionflowInputAPI'; ExecutionflowInputAPIServiceBase() { - $addMethod($grpc.ServiceMethod<$22.ExecutionflowCreatedRequest, $22.ExecutionflowCreatedResponse>( + $addMethod($grpc.ServiceMethod<$19.ExecutionflowCreatedRequest, $19.ExecutionflowCreatedResponse>( 'Created', created_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowCreatedRequest.fromBuffer(value), - ($22.ExecutionflowCreatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowDetectedRequest, $22.ExecutionflowDetectedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowCreatedRequest.fromBuffer(value), + ($19.ExecutionflowCreatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowDetectedRequest, $19.ExecutionflowDetectedResponse>( 'Detected', detected_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowDetectedRequest.fromBuffer(value), - ($22.ExecutionflowDetectedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowRedetectedRequest, $22.ExecutionflowRedetectedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowDetectedRequest.fromBuffer(value), + ($19.ExecutionflowDetectedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowRedetectedRequest, $19.ExecutionflowRedetectedResponse>( 'Redetected', redetected_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowRedetectedRequest.fromBuffer(value), - ($22.ExecutionflowRedetectedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowShipFromAckedRequest, $22.ExecutionflowShipFromAckedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowRedetectedRequest.fromBuffer(value), + ($19.ExecutionflowRedetectedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowShipFromAckedRequest, $19.ExecutionflowShipFromAckedResponse>( 'ShipFromAcked', shipFromAcked_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowShipFromAckedRequest.fromBuffer(value), - ($22.ExecutionflowShipFromAckedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowShipToAckedRequest, $22.ExecutionflowShipToAckedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowShipFromAckedRequest.fromBuffer(value), + ($19.ExecutionflowShipFromAckedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowShipToAckedRequest, $19.ExecutionflowShipToAckedResponse>( 'ShipToAcked', shipToAcked_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowShipToAckedRequest.fromBuffer(value), - ($22.ExecutionflowShipToAckedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowCancelledRequest, $22.ExecutionflowCancelledResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowShipToAckedRequest.fromBuffer(value), + ($19.ExecutionflowShipToAckedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowCancelledRequest, $19.ExecutionflowCancelledResponse>( 'Cancelled', cancelled_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowCancelledRequest.fromBuffer(value), - ($22.ExecutionflowCancelledResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowAnonymisedRequest, $22.ExecutionflowAnonymisedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowCancelledRequest.fromBuffer(value), + ($19.ExecutionflowCancelledResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowAnonymisedRequest, $19.ExecutionflowAnonymisedResponse>( 'Anonymised', anonymised_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowAnonymisedRequest.fromBuffer(value), - ($22.ExecutionflowAnonymisedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowCompletedRequest, $22.ExecutionflowCompletedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowAnonymisedRequest.fromBuffer(value), + ($19.ExecutionflowAnonymisedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowCompletedRequest, $19.ExecutionflowCompletedResponse>( 'Completed', completed_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowCompletedRequest.fromBuffer(value), - ($22.ExecutionflowCompletedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowHUContentUpdatedRequest, $22.ExecutionflowHUContentUpdatedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowCompletedRequest.fromBuffer(value), + ($19.ExecutionflowCompletedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowHUContentUpdatedRequest, $19.ExecutionflowHUContentUpdatedResponse>( 'HUContentUpdated', hUContentUpdated_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowHUContentUpdatedRequest.fromBuffer(value), - ($22.ExecutionflowHUContentUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowHUTrackingUpdatedRequest, $22.ExecutionflowHUTrackingUpdatedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowHUContentUpdatedRequest.fromBuffer(value), + ($19.ExecutionflowHUContentUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowHUTrackingUpdatedRequest, $19.ExecutionflowHUTrackingUpdatedResponse>( 'HUTrackingUpdated', hUTrackingUpdated_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowHUTrackingUpdatedRequest.fromBuffer(value), - ($22.ExecutionflowHUTrackingUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowHUETAUpdatedRequest, $22.ExecutionflowHUETAUpdatedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowHUTrackingUpdatedRequest.fromBuffer(value), + ($19.ExecutionflowHUTrackingUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowHUETAUpdatedRequest, $19.ExecutionflowHUETAUpdatedResponse>( 'HUETAUpdated', hUETAUpdated_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowHUETAUpdatedRequest.fromBuffer(value), - ($22.ExecutionflowHUETAUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowETAUpdatedRequest, $22.ExecutionflowETAUpdatedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowHUETAUpdatedRequest.fromBuffer(value), + ($19.ExecutionflowHUETAUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowETAUpdatedRequest, $19.ExecutionflowETAUpdatedResponse>( 'ETAUpdated', eTAUpdated_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowETAUpdatedRequest.fromBuffer(value), - ($22.ExecutionflowETAUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationExpectedRequest, $22.ExecutionflowPreparationExpectedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowETAUpdatedRequest.fromBuffer(value), + ($19.ExecutionflowETAUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowPreparationExpectedRequest, $19.ExecutionflowPreparationExpectedResponse>( 'PreparationExpected', preparationExpected_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowPreparationExpectedRequest.fromBuffer(value), - ($22.ExecutionflowPreparationExpectedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationStartedRequest, $22.ExecutionflowPreparationStartedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowPreparationExpectedRequest.fromBuffer(value), + ($19.ExecutionflowPreparationExpectedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowPreparationStartedRequest, $19.ExecutionflowPreparationStartedResponse>( 'PreparationStarted', preparationStarted_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowPreparationStartedRequest.fromBuffer(value), - ($22.ExecutionflowPreparationStartedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowPreparationCompletedRequest, $22.ExecutionflowPreparationCompletedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowPreparationStartedRequest.fromBuffer(value), + ($19.ExecutionflowPreparationStartedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowPreparationCompletedRequest, $19.ExecutionflowPreparationCompletedResponse>( 'PreparationCompleted', preparationCompleted_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowPreparationCompletedRequest.fromBuffer(value), - ($22.ExecutionflowPreparationCompletedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportExpectedRequest, $22.ExecutionflowTransportExpectedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowPreparationCompletedRequest.fromBuffer(value), + ($19.ExecutionflowPreparationCompletedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowTransportExpectedRequest, $19.ExecutionflowTransportExpectedResponse>( 'TransportExpected', transportExpected_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowTransportExpectedRequest.fromBuffer(value), - ($22.ExecutionflowTransportExpectedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportStartedRequest, $22.ExecutionflowTransportStartedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowTransportExpectedRequest.fromBuffer(value), + ($19.ExecutionflowTransportExpectedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowTransportStartedRequest, $19.ExecutionflowTransportStartedResponse>( 'TransportStarted', transportStarted_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowTransportStartedRequest.fromBuffer(value), - ($22.ExecutionflowTransportStartedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowTransportCompletedRequest, $22.ExecutionflowTransportCompletedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowTransportStartedRequest.fromBuffer(value), + ($19.ExecutionflowTransportStartedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowTransportCompletedRequest, $19.ExecutionflowTransportCompletedResponse>( 'TransportCompleted', transportCompleted_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowTransportCompletedRequest.fromBuffer(value), - ($22.ExecutionflowTransportCompletedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptExpectedRequest, $22.ExecutionflowReceiptExpectedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowTransportCompletedRequest.fromBuffer(value), + ($19.ExecutionflowTransportCompletedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowReceiptExpectedRequest, $19.ExecutionflowReceiptExpectedResponse>( 'ReceiptExpected', receiptExpected_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowReceiptExpectedRequest.fromBuffer(value), - ($22.ExecutionflowReceiptExpectedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptStartedRequest, $22.ExecutionflowReceiptStartedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowReceiptExpectedRequest.fromBuffer(value), + ($19.ExecutionflowReceiptExpectedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowReceiptStartedRequest, $19.ExecutionflowReceiptStartedResponse>( 'ReceiptStarted', receiptStarted_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowReceiptStartedRequest.fromBuffer(value), - ($22.ExecutionflowReceiptStartedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowReceiptCompletedRequest, $22.ExecutionflowReceiptCompletedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowReceiptStartedRequest.fromBuffer(value), + ($19.ExecutionflowReceiptStartedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowReceiptCompletedRequest, $19.ExecutionflowReceiptCompletedResponse>( 'ReceiptCompleted', receiptCompleted_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowReceiptCompletedRequest.fromBuffer(value), - ($22.ExecutionflowReceiptCompletedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowMetaDataUpdatedRequest, $22.ExecutionflowMetaDataUpdatedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowReceiptCompletedRequest.fromBuffer(value), + ($19.ExecutionflowReceiptCompletedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowMetaDataUpdatedRequest, $19.ExecutionflowMetaDataUpdatedResponse>( 'MetaDataUpdated', metaDataUpdated_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowMetaDataUpdatedRequest.fromBuffer(value), - ($22.ExecutionflowMetaDataUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowCarrierUpdatedRequest, $22.ExecutionflowCarrierUpdatedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowMetaDataUpdatedRequest.fromBuffer(value), + ($19.ExecutionflowMetaDataUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowCarrierUpdatedRequest, $19.ExecutionflowCarrierUpdatedResponse>( 'CarrierUpdated', carrierUpdated_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowCarrierUpdatedRequest.fromBuffer(value), - ($22.ExecutionflowCarrierUpdatedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowAttachmentAddedRequest, $22.ExecutionflowAttachmentAddedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowCarrierUpdatedRequest.fromBuffer(value), + ($19.ExecutionflowCarrierUpdatedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowAttachmentAddedRequest, $19.ExecutionflowAttachmentAddedResponse>( 'AttachmentAdded', attachmentAdded_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowAttachmentAddedRequest.fromBuffer(value), - ($22.ExecutionflowAttachmentAddedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowAttachmentRemovedRequest, $22.ExecutionflowAttachmentRemovedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowAttachmentAddedRequest.fromBuffer(value), + ($19.ExecutionflowAttachmentAddedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowAttachmentRemovedRequest, $19.ExecutionflowAttachmentRemovedResponse>( 'AttachmentRemoved', attachmentRemoved_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowAttachmentRemovedRequest.fromBuffer(value), - ($22.ExecutionflowAttachmentRemovedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowAllocationErrorRequest, $22.ExecutionflowAllocationErrorResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowAttachmentRemovedRequest.fromBuffer(value), + ($19.ExecutionflowAttachmentRemovedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowAllocationErrorRequest, $19.ExecutionflowAllocationErrorResponse>( 'AllocationError', allocationError_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowAllocationErrorRequest.fromBuffer(value), - ($22.ExecutionflowAllocationErrorResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowClaimAddedRequest, $22.ExecutionflowClaimAddedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowAllocationErrorRequest.fromBuffer(value), + ($19.ExecutionflowAllocationErrorResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowClaimAddedRequest, $19.ExecutionflowClaimAddedResponse>( 'ClaimAdded', claimAdded_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowClaimAddedRequest.fromBuffer(value), - ($22.ExecutionflowClaimAddedResponse value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$22.ExecutionflowDeletedRequest, $22.ExecutionflowDeletedResponse>( + ($core.List<$core.int> value) => $19.ExecutionflowClaimAddedRequest.fromBuffer(value), + ($19.ExecutionflowClaimAddedResponse value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$19.ExecutionflowDeletedRequest, $19.ExecutionflowDeletedResponse>( 'Deleted', deleted_Pre, false, false, - ($core.List<$core.int> value) => $22.ExecutionflowDeletedRequest.fromBuffer(value), - ($22.ExecutionflowDeletedResponse value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $19.ExecutionflowDeletedRequest.fromBuffer(value), + ($19.ExecutionflowDeletedResponse value) => value.writeToBuffer())); } - $async.Future<$22.ExecutionflowCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCreatedRequest> $request) async { + $async.Future<$19.ExecutionflowCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowCreatedRequest> $request) async { return created($call, await $request); } - $async.Future<$22.ExecutionflowDetectedResponse> detected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowDetectedRequest> $request) async { + $async.Future<$19.ExecutionflowDetectedResponse> detected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowDetectedRequest> $request) async { return detected($call, await $request); } - $async.Future<$22.ExecutionflowRedetectedResponse> redetected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowRedetectedRequest> $request) async { + $async.Future<$19.ExecutionflowRedetectedResponse> redetected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowRedetectedRequest> $request) async { return redetected($call, await $request); } - $async.Future<$22.ExecutionflowShipFromAckedResponse> shipFromAcked_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowShipFromAckedRequest> $request) async { + $async.Future<$19.ExecutionflowShipFromAckedResponse> shipFromAcked_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowShipFromAckedRequest> $request) async { return shipFromAcked($call, await $request); } - $async.Future<$22.ExecutionflowShipToAckedResponse> shipToAcked_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowShipToAckedRequest> $request) async { + $async.Future<$19.ExecutionflowShipToAckedResponse> shipToAcked_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowShipToAckedRequest> $request) async { return shipToAcked($call, await $request); } - $async.Future<$22.ExecutionflowCancelledResponse> cancelled_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCancelledRequest> $request) async { + $async.Future<$19.ExecutionflowCancelledResponse> cancelled_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowCancelledRequest> $request) async { return cancelled($call, await $request); } - $async.Future<$22.ExecutionflowAnonymisedResponse> anonymised_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAnonymisedRequest> $request) async { + $async.Future<$19.ExecutionflowAnonymisedResponse> anonymised_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowAnonymisedRequest> $request) async { return anonymised($call, await $request); } - $async.Future<$22.ExecutionflowCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCompletedRequest> $request) async { + $async.Future<$19.ExecutionflowCompletedResponse> completed_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowCompletedRequest> $request) async { return completed($call, await $request); } - $async.Future<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUContentUpdatedRequest> $request) async { + $async.Future<$19.ExecutionflowHUContentUpdatedResponse> hUContentUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowHUContentUpdatedRequest> $request) async { return hUContentUpdated($call, await $request); } - $async.Future<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUTrackingUpdatedRequest> $request) async { + $async.Future<$19.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowHUTrackingUpdatedRequest> $request) async { return hUTrackingUpdated($call, await $request); } - $async.Future<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowHUETAUpdatedRequest> $request) async { + $async.Future<$19.ExecutionflowHUETAUpdatedResponse> hUETAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowHUETAUpdatedRequest> $request) async { return hUETAUpdated($call, await $request); } - $async.Future<$22.ExecutionflowETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowETAUpdatedRequest> $request) async { + $async.Future<$19.ExecutionflowETAUpdatedResponse> eTAUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowETAUpdatedRequest> $request) async { return eTAUpdated($call, await $request); } - $async.Future<$22.ExecutionflowPreparationExpectedResponse> preparationExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationExpectedRequest> $request) async { + $async.Future<$19.ExecutionflowPreparationExpectedResponse> preparationExpected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowPreparationExpectedRequest> $request) async { return preparationExpected($call, await $request); } - $async.Future<$22.ExecutionflowPreparationStartedResponse> preparationStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationStartedRequest> $request) async { + $async.Future<$19.ExecutionflowPreparationStartedResponse> preparationStarted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowPreparationStartedRequest> $request) async { return preparationStarted($call, await $request); } - $async.Future<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowPreparationCompletedRequest> $request) async { + $async.Future<$19.ExecutionflowPreparationCompletedResponse> preparationCompleted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowPreparationCompletedRequest> $request) async { return preparationCompleted($call, await $request); } - $async.Future<$22.ExecutionflowTransportExpectedResponse> transportExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportExpectedRequest> $request) async { + $async.Future<$19.ExecutionflowTransportExpectedResponse> transportExpected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowTransportExpectedRequest> $request) async { return transportExpected($call, await $request); } - $async.Future<$22.ExecutionflowTransportStartedResponse> transportStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportStartedRequest> $request) async { + $async.Future<$19.ExecutionflowTransportStartedResponse> transportStarted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowTransportStartedRequest> $request) async { return transportStarted($call, await $request); } - $async.Future<$22.ExecutionflowTransportCompletedResponse> transportCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowTransportCompletedRequest> $request) async { + $async.Future<$19.ExecutionflowTransportCompletedResponse> transportCompleted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowTransportCompletedRequest> $request) async { return transportCompleted($call, await $request); } - $async.Future<$22.ExecutionflowReceiptExpectedResponse> receiptExpected_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptExpectedRequest> $request) async { + $async.Future<$19.ExecutionflowReceiptExpectedResponse> receiptExpected_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowReceiptExpectedRequest> $request) async { return receiptExpected($call, await $request); } - $async.Future<$22.ExecutionflowReceiptStartedResponse> receiptStarted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptStartedRequest> $request) async { + $async.Future<$19.ExecutionflowReceiptStartedResponse> receiptStarted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowReceiptStartedRequest> $request) async { return receiptStarted($call, await $request); } - $async.Future<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowReceiptCompletedRequest> $request) async { + $async.Future<$19.ExecutionflowReceiptCompletedResponse> receiptCompleted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowReceiptCompletedRequest> $request) async { return receiptCompleted($call, await $request); } - $async.Future<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowMetaDataUpdatedRequest> $request) async { + $async.Future<$19.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowMetaDataUpdatedRequest> $request) async { return metaDataUpdated($call, await $request); } - $async.Future<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowCarrierUpdatedRequest> $request) async { + $async.Future<$19.ExecutionflowCarrierUpdatedResponse> carrierUpdated_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowCarrierUpdatedRequest> $request) async { return carrierUpdated($call, await $request); } - $async.Future<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAttachmentAddedRequest> $request) async { + $async.Future<$19.ExecutionflowAttachmentAddedResponse> attachmentAdded_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowAttachmentAddedRequest> $request) async { return attachmentAdded($call, await $request); } - $async.Future<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAttachmentRemovedRequest> $request) async { + $async.Future<$19.ExecutionflowAttachmentRemovedResponse> attachmentRemoved_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowAttachmentRemovedRequest> $request) async { return attachmentRemoved($call, await $request); } - $async.Future<$22.ExecutionflowAllocationErrorResponse> allocationError_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowAllocationErrorRequest> $request) async { + $async.Future<$19.ExecutionflowAllocationErrorResponse> allocationError_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowAllocationErrorRequest> $request) async { return allocationError($call, await $request); } - $async.Future<$22.ExecutionflowClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowClaimAddedRequest> $request) async { + $async.Future<$19.ExecutionflowClaimAddedResponse> claimAdded_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowClaimAddedRequest> $request) async { return claimAdded($call, await $request); } - $async.Future<$22.ExecutionflowDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$22.ExecutionflowDeletedRequest> $request) async { + $async.Future<$19.ExecutionflowDeletedResponse> deleted_Pre($grpc.ServiceCall $call, $async.Future<$19.ExecutionflowDeletedRequest> $request) async { return deleted($call, await $request); } - $async.Future<$22.ExecutionflowCreatedResponse> created($grpc.ServiceCall call, $22.ExecutionflowCreatedRequest request); - $async.Future<$22.ExecutionflowDetectedResponse> detected($grpc.ServiceCall call, $22.ExecutionflowDetectedRequest request); - $async.Future<$22.ExecutionflowRedetectedResponse> redetected($grpc.ServiceCall call, $22.ExecutionflowRedetectedRequest request); - $async.Future<$22.ExecutionflowShipFromAckedResponse> shipFromAcked($grpc.ServiceCall call, $22.ExecutionflowShipFromAckedRequest request); - $async.Future<$22.ExecutionflowShipToAckedResponse> shipToAcked($grpc.ServiceCall call, $22.ExecutionflowShipToAckedRequest request); - $async.Future<$22.ExecutionflowCancelledResponse> cancelled($grpc.ServiceCall call, $22.ExecutionflowCancelledRequest request); - $async.Future<$22.ExecutionflowAnonymisedResponse> anonymised($grpc.ServiceCall call, $22.ExecutionflowAnonymisedRequest request); - $async.Future<$22.ExecutionflowCompletedResponse> completed($grpc.ServiceCall call, $22.ExecutionflowCompletedRequest request); - $async.Future<$22.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($grpc.ServiceCall call, $22.ExecutionflowHUContentUpdatedRequest request); - $async.Future<$22.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($grpc.ServiceCall call, $22.ExecutionflowHUTrackingUpdatedRequest request); - $async.Future<$22.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($grpc.ServiceCall call, $22.ExecutionflowHUETAUpdatedRequest request); - $async.Future<$22.ExecutionflowETAUpdatedResponse> eTAUpdated($grpc.ServiceCall call, $22.ExecutionflowETAUpdatedRequest request); - $async.Future<$22.ExecutionflowPreparationExpectedResponse> preparationExpected($grpc.ServiceCall call, $22.ExecutionflowPreparationExpectedRequest request); - $async.Future<$22.ExecutionflowPreparationStartedResponse> preparationStarted($grpc.ServiceCall call, $22.ExecutionflowPreparationStartedRequest request); - $async.Future<$22.ExecutionflowPreparationCompletedResponse> preparationCompleted($grpc.ServiceCall call, $22.ExecutionflowPreparationCompletedRequest request); - $async.Future<$22.ExecutionflowTransportExpectedResponse> transportExpected($grpc.ServiceCall call, $22.ExecutionflowTransportExpectedRequest request); - $async.Future<$22.ExecutionflowTransportStartedResponse> transportStarted($grpc.ServiceCall call, $22.ExecutionflowTransportStartedRequest request); - $async.Future<$22.ExecutionflowTransportCompletedResponse> transportCompleted($grpc.ServiceCall call, $22.ExecutionflowTransportCompletedRequest request); - $async.Future<$22.ExecutionflowReceiptExpectedResponse> receiptExpected($grpc.ServiceCall call, $22.ExecutionflowReceiptExpectedRequest request); - $async.Future<$22.ExecutionflowReceiptStartedResponse> receiptStarted($grpc.ServiceCall call, $22.ExecutionflowReceiptStartedRequest request); - $async.Future<$22.ExecutionflowReceiptCompletedResponse> receiptCompleted($grpc.ServiceCall call, $22.ExecutionflowReceiptCompletedRequest request); - $async.Future<$22.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $22.ExecutionflowMetaDataUpdatedRequest request); - $async.Future<$22.ExecutionflowCarrierUpdatedResponse> carrierUpdated($grpc.ServiceCall call, $22.ExecutionflowCarrierUpdatedRequest request); - $async.Future<$22.ExecutionflowAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $22.ExecutionflowAttachmentAddedRequest request); - $async.Future<$22.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $22.ExecutionflowAttachmentRemovedRequest request); - $async.Future<$22.ExecutionflowAllocationErrorResponse> allocationError($grpc.ServiceCall call, $22.ExecutionflowAllocationErrorRequest request); - $async.Future<$22.ExecutionflowClaimAddedResponse> claimAdded($grpc.ServiceCall call, $22.ExecutionflowClaimAddedRequest request); - $async.Future<$22.ExecutionflowDeletedResponse> deleted($grpc.ServiceCall call, $22.ExecutionflowDeletedRequest request); + $async.Future<$19.ExecutionflowCreatedResponse> created($grpc.ServiceCall call, $19.ExecutionflowCreatedRequest request); + $async.Future<$19.ExecutionflowDetectedResponse> detected($grpc.ServiceCall call, $19.ExecutionflowDetectedRequest request); + $async.Future<$19.ExecutionflowRedetectedResponse> redetected($grpc.ServiceCall call, $19.ExecutionflowRedetectedRequest request); + $async.Future<$19.ExecutionflowShipFromAckedResponse> shipFromAcked($grpc.ServiceCall call, $19.ExecutionflowShipFromAckedRequest request); + $async.Future<$19.ExecutionflowShipToAckedResponse> shipToAcked($grpc.ServiceCall call, $19.ExecutionflowShipToAckedRequest request); + $async.Future<$19.ExecutionflowCancelledResponse> cancelled($grpc.ServiceCall call, $19.ExecutionflowCancelledRequest request); + $async.Future<$19.ExecutionflowAnonymisedResponse> anonymised($grpc.ServiceCall call, $19.ExecutionflowAnonymisedRequest request); + $async.Future<$19.ExecutionflowCompletedResponse> completed($grpc.ServiceCall call, $19.ExecutionflowCompletedRequest request); + $async.Future<$19.ExecutionflowHUContentUpdatedResponse> hUContentUpdated($grpc.ServiceCall call, $19.ExecutionflowHUContentUpdatedRequest request); + $async.Future<$19.ExecutionflowHUTrackingUpdatedResponse> hUTrackingUpdated($grpc.ServiceCall call, $19.ExecutionflowHUTrackingUpdatedRequest request); + $async.Future<$19.ExecutionflowHUETAUpdatedResponse> hUETAUpdated($grpc.ServiceCall call, $19.ExecutionflowHUETAUpdatedRequest request); + $async.Future<$19.ExecutionflowETAUpdatedResponse> eTAUpdated($grpc.ServiceCall call, $19.ExecutionflowETAUpdatedRequest request); + $async.Future<$19.ExecutionflowPreparationExpectedResponse> preparationExpected($grpc.ServiceCall call, $19.ExecutionflowPreparationExpectedRequest request); + $async.Future<$19.ExecutionflowPreparationStartedResponse> preparationStarted($grpc.ServiceCall call, $19.ExecutionflowPreparationStartedRequest request); + $async.Future<$19.ExecutionflowPreparationCompletedResponse> preparationCompleted($grpc.ServiceCall call, $19.ExecutionflowPreparationCompletedRequest request); + $async.Future<$19.ExecutionflowTransportExpectedResponse> transportExpected($grpc.ServiceCall call, $19.ExecutionflowTransportExpectedRequest request); + $async.Future<$19.ExecutionflowTransportStartedResponse> transportStarted($grpc.ServiceCall call, $19.ExecutionflowTransportStartedRequest request); + $async.Future<$19.ExecutionflowTransportCompletedResponse> transportCompleted($grpc.ServiceCall call, $19.ExecutionflowTransportCompletedRequest request); + $async.Future<$19.ExecutionflowReceiptExpectedResponse> receiptExpected($grpc.ServiceCall call, $19.ExecutionflowReceiptExpectedRequest request); + $async.Future<$19.ExecutionflowReceiptStartedResponse> receiptStarted($grpc.ServiceCall call, $19.ExecutionflowReceiptStartedRequest request); + $async.Future<$19.ExecutionflowReceiptCompletedResponse> receiptCompleted($grpc.ServiceCall call, $19.ExecutionflowReceiptCompletedRequest request); + $async.Future<$19.ExecutionflowMetaDataUpdatedResponse> metaDataUpdated($grpc.ServiceCall call, $19.ExecutionflowMetaDataUpdatedRequest request); + $async.Future<$19.ExecutionflowCarrierUpdatedResponse> carrierUpdated($grpc.ServiceCall call, $19.ExecutionflowCarrierUpdatedRequest request); + $async.Future<$19.ExecutionflowAttachmentAddedResponse> attachmentAdded($grpc.ServiceCall call, $19.ExecutionflowAttachmentAddedRequest request); + $async.Future<$19.ExecutionflowAttachmentRemovedResponse> attachmentRemoved($grpc.ServiceCall call, $19.ExecutionflowAttachmentRemovedRequest request); + $async.Future<$19.ExecutionflowAllocationErrorResponse> allocationError($grpc.ServiceCall call, $19.ExecutionflowAllocationErrorRequest request); + $async.Future<$19.ExecutionflowClaimAddedResponse> claimAdded($grpc.ServiceCall call, $19.ExecutionflowClaimAddedRequest request); + $async.Future<$19.ExecutionflowDeletedResponse> deleted($grpc.ServiceCall call, $19.ExecutionflowDeletedRequest request); } diff --git a/lib/executionflowQuery.pb.dart b/lib/executionflowQuery.pb.dart index 1a9e374b..1579e02f 100644 --- a/lib/executionflowQuery.pb.dart +++ b/lib/executionflowQuery.pb.dart @@ -13,7 +13,7 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'executionflow.pb.dart' as $84; +import 'executionflow.pb.dart' as $78; import 'shared.pb.dart' as $3; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -81,7 +81,7 @@ class ExecutionflowByIdQuery extends $pb.GeneratedMessage { class ExecutionflowByIdResult extends $pb.GeneratedMessage { factory ExecutionflowByIdResult({ $3.ResultHeader? header, - $core.Iterable<$84.Executionflow>? objects, + $core.Iterable<$78.Executionflow>? objects, }) { final $result = create(); if (header != null) { @@ -98,7 +98,7 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByIdResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create) - ..pc<$84.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $84.Executionflow.create) + ..pc<$78.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $78.Executionflow.create) ..hasRequiredFields = false ; @@ -135,7 +135,7 @@ class ExecutionflowByIdResult extends $pb.GeneratedMessage { $3.ResultHeader ensureHeader() => $_ensure(0); @$pb.TagNumber(2) - $pb.PbList<$84.Executionflow> get objects => $_getList(1); + $pb.PbList<$78.Executionflow> get objects => $_getList(1); } class ExecutionflowByFilterQuery extends $pb.GeneratedMessage { @@ -231,7 +231,7 @@ class ExecutionflowByFilterQuery extends $pb.GeneratedMessage { class ExecutionflowByFilterResult extends $pb.GeneratedMessage { factory ExecutionflowByFilterResult({ $3.ResultHeader? header, - $core.Iterable<$84.Executionflow>? objects, + $core.Iterable<$78.Executionflow>? objects, $core.String? queryContext, }) { final $result = create(); @@ -252,7 +252,7 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ExecutionflowByFilterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create) ..aOM<$3.ResultHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $3.ResultHeader.create) - ..pc<$84.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $84.Executionflow.create) + ..pc<$78.Executionflow>(2, _omitFieldNames ? '' : 'Objects', $pb.PbFieldType.PM, protoName: 'Objects', subBuilder: $78.Executionflow.create) ..aOS(3, _omitFieldNames ? '' : 'queryContext', protoName: 'queryContext') ..hasRequiredFields = false ; @@ -290,7 +290,7 @@ class ExecutionflowByFilterResult extends $pb.GeneratedMessage { $3.ResultHeader ensureHeader() => $_ensure(0); @$pb.TagNumber(2) - $pb.PbList<$84.Executionflow> get objects => $_getList(1); + $pb.PbList<$78.Executionflow> get objects => $_getList(1); @$pb.TagNumber(3) $core.String get queryContext => $_getSZ(2); diff --git a/lib/executionflowQuery.pbgrpc.dart b/lib/executionflowQuery.pbgrpc.dart index 8b35ec68..5a1b4b5d 100644 --- a/lib/executionflowQuery.pbgrpc.dart +++ b/lib/executionflowQuery.pbgrpc.dart @@ -15,38 +15,38 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'clickhouse.pb.dart' as $9; -import 'executionflowQuery.pb.dart' as $23; +import 'clickhouse.pb.dart' as $13; +import 'executionflowQuery.pb.dart' as $20; import 'shared.pb.dart' as $3; export 'executionflowQuery.pb.dart'; @$pb.GrpcServiceName('api.ExecutionflowQuery') class ExecutionflowQueryClient extends $grpc.Client { - static final _$getByIds = $grpc.ClientMethod<$23.ExecutionflowByIdQuery, $23.ExecutionflowByIdResult>( + static final _$getByIds = $grpc.ClientMethod<$20.ExecutionflowByIdQuery, $20.ExecutionflowByIdResult>( '/api.ExecutionflowQuery/GetByIds', - ($23.ExecutionflowByIdQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $23.ExecutionflowByIdResult.fromBuffer(value)); - static final _$getKPIData = $grpc.ClientMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>( + ($20.ExecutionflowByIdQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $20.ExecutionflowByIdResult.fromBuffer(value)); + static final _$getKPIData = $grpc.ClientMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>( '/api.ExecutionflowQuery/GetKPIData', - ($9.GetKPIDataQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $9.GetKPIDataResult.fromBuffer(value)); + ($13.GetKPIDataQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $13.GetKPIDataResult.fromBuffer(value)); static final _$countLines = $grpc.ClientMethod<$3.CountLinesQuery, $3.CountLinesResult>( '/api.ExecutionflowQuery/CountLines', ($3.CountLinesQuery value) => value.writeToBuffer(), ($core.List<$core.int> value) => $3.CountLinesResult.fromBuffer(value)); - static final _$find = $grpc.ClientMethod<$23.ExecutionflowByFilterQuery, $23.ExecutionflowByFilterResult>( + static final _$find = $grpc.ClientMethod<$20.ExecutionflowByFilterQuery, $20.ExecutionflowByFilterResult>( '/api.ExecutionflowQuery/Find', - ($23.ExecutionflowByFilterQuery value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $23.ExecutionflowByFilterResult.fromBuffer(value)); + ($20.ExecutionflowByFilterQuery value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $20.ExecutionflowByFilterResult.fromBuffer(value)); ExecutionflowQueryClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$23.ExecutionflowByIdResult> getByIds($23.ExecutionflowByIdQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$20.ExecutionflowByIdResult> getByIds($20.ExecutionflowByIdQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getByIds, request, options: options); } - $grpc.ResponseFuture<$9.GetKPIDataResult> getKPIData($9.GetKPIDataQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$13.GetKPIDataResult> getKPIData($13.GetKPIDataQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getKPIData, request, options: options); } @@ -54,7 +54,7 @@ class ExecutionflowQueryClient extends $grpc.Client { return $createUnaryCall(_$countLines, request, options: options); } - $grpc.ResponseFuture<$23.ExecutionflowByFilterResult> find($23.ExecutionflowByFilterQuery request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$20.ExecutionflowByFilterResult> find($20.ExecutionflowByFilterQuery request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$find, request, options: options); } } @@ -64,20 +64,20 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service { $core.String get $name => 'api.ExecutionflowQuery'; ExecutionflowQueryServiceBase() { - $addMethod($grpc.ServiceMethod<$23.ExecutionflowByIdQuery, $23.ExecutionflowByIdResult>( + $addMethod($grpc.ServiceMethod<$20.ExecutionflowByIdQuery, $20.ExecutionflowByIdResult>( 'GetByIds', getByIds_Pre, false, false, - ($core.List<$core.int> value) => $23.ExecutionflowByIdQuery.fromBuffer(value), - ($23.ExecutionflowByIdResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$9.GetKPIDataQuery, $9.GetKPIDataResult>( + ($core.List<$core.int> value) => $20.ExecutionflowByIdQuery.fromBuffer(value), + ($20.ExecutionflowByIdResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$13.GetKPIDataQuery, $13.GetKPIDataResult>( 'GetKPIData', getKPIData_Pre, false, false, - ($core.List<$core.int> value) => $9.GetKPIDataQuery.fromBuffer(value), - ($9.GetKPIDataResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $13.GetKPIDataQuery.fromBuffer(value), + ($13.GetKPIDataResult value) => value.writeToBuffer())); $addMethod($grpc.ServiceMethod<$3.CountLinesQuery, $3.CountLinesResult>( 'CountLines', countLines_Pre, @@ -85,20 +85,20 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service { false, ($core.List<$core.int> value) => $3.CountLinesQuery.fromBuffer(value), ($3.CountLinesResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$23.ExecutionflowByFilterQuery, $23.ExecutionflowByFilterResult>( + $addMethod($grpc.ServiceMethod<$20.ExecutionflowByFilterQuery, $20.ExecutionflowByFilterResult>( 'Find', find_Pre, false, false, - ($core.List<$core.int> value) => $23.ExecutionflowByFilterQuery.fromBuffer(value), - ($23.ExecutionflowByFilterResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $20.ExecutionflowByFilterQuery.fromBuffer(value), + ($20.ExecutionflowByFilterResult value) => value.writeToBuffer())); } - $async.Future<$23.ExecutionflowByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$23.ExecutionflowByIdQuery> $request) async { + $async.Future<$20.ExecutionflowByIdResult> getByIds_Pre($grpc.ServiceCall $call, $async.Future<$20.ExecutionflowByIdQuery> $request) async { return getByIds($call, await $request); } - $async.Future<$9.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$9.GetKPIDataQuery> $request) async { + $async.Future<$13.GetKPIDataResult> getKPIData_Pre($grpc.ServiceCall $call, $async.Future<$13.GetKPIDataQuery> $request) async { return getKPIData($call, await $request); } @@ -106,12 +106,12 @@ abstract class ExecutionflowQueryServiceBase extends $grpc.Service { return countLines($call, await $request); } - $async.Future<$23.ExecutionflowByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$23.ExecutionflowByFilterQuery> $request) async { + $async.Future<$20.ExecutionflowByFilterResult> find_Pre($grpc.ServiceCall $call, $async.Future<$20.ExecutionflowByFilterQuery> $request) async { return find($call, await $request); } - $async.Future<$23.ExecutionflowByIdResult> getByIds($grpc.ServiceCall call, $23.ExecutionflowByIdQuery request); - $async.Future<$9.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $9.GetKPIDataQuery request); + $async.Future<$20.ExecutionflowByIdResult> getByIds($grpc.ServiceCall call, $20.ExecutionflowByIdQuery request); + $async.Future<$13.GetKPIDataResult> getKPIData($grpc.ServiceCall call, $13.GetKPIDataQuery request); $async.Future<$3.CountLinesResult> countLines($grpc.ServiceCall call, $3.CountLinesQuery request); - $async.Future<$23.ExecutionflowByFilterResult> find($grpc.ServiceCall call, $23.ExecutionflowByFilterQuery request); + $async.Future<$20.ExecutionflowByFilterResult> find($grpc.ServiceCall call, $20.ExecutionflowByFilterQuery request); } diff --git a/lib/gcs-api.pbgrpc.dart b/lib/gcs-api.pbgrpc.dart index 79f8e9e9..deef63c9 100644 --- a/lib/gcs-api.pbgrpc.dart +++ b/lib/gcs-api.pbgrpc.dart @@ -15,92 +15,92 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'gcs-api.pb.dart' as $24; +import 'gcs-api.pb.dart' as $21; export 'gcs-api.pb.dart'; @$pb.GrpcServiceName('api.GcsApi') class GcsApiClient extends $grpc.Client { - static final _$getPartnerReadToken = $grpc.ClientMethod<$24.GetPartnerReadTokenRequest, $24.GetPartnerReadTokenResult>( + static final _$getPartnerReadToken = $grpc.ClientMethod<$21.GetPartnerReadTokenRequest, $21.GetPartnerReadTokenResult>( '/api.GcsApi/GetPartnerReadToken', - ($24.GetPartnerReadTokenRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.GetPartnerReadTokenResult.fromBuffer(value)); - static final _$getPartnerWriteToken = $grpc.ClientMethod<$24.GetPartnerWriteTokenRequest, $24.GetPartnerWriteTokenResult>( + ($21.GetPartnerReadTokenRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.GetPartnerReadTokenResult.fromBuffer(value)); + static final _$getPartnerWriteToken = $grpc.ClientMethod<$21.GetPartnerWriteTokenRequest, $21.GetPartnerWriteTokenResult>( '/api.GcsApi/GetPartnerWriteToken', - ($24.GetPartnerWriteTokenRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.GetPartnerWriteTokenResult.fromBuffer(value)); - static final _$getProjectReadToken = $grpc.ClientMethod<$24.GetProjectReadTokenRequest, $24.GetProjectReadTokenResult>( + ($21.GetPartnerWriteTokenRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.GetPartnerWriteTokenResult.fromBuffer(value)); + static final _$getProjectReadToken = $grpc.ClientMethod<$21.GetProjectReadTokenRequest, $21.GetProjectReadTokenResult>( '/api.GcsApi/GetProjectReadToken', - ($24.GetProjectReadTokenRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.GetProjectReadTokenResult.fromBuffer(value)); - static final _$getProjectWriteToken = $grpc.ClientMethod<$24.GetProjectWriteTokenRequest, $24.GetProjectWriteTokenResult>( + ($21.GetProjectReadTokenRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.GetProjectReadTokenResult.fromBuffer(value)); + static final _$getProjectWriteToken = $grpc.ClientMethod<$21.GetProjectWriteTokenRequest, $21.GetProjectWriteTokenResult>( '/api.GcsApi/GetProjectWriteToken', - ($24.GetProjectWriteTokenRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.GetProjectWriteTokenResult.fromBuffer(value)); - static final _$getBucketSTS = $grpc.ClientMethod<$24.GetBucketSTSRequest, $24.GetBucketSTSResult>( + ($21.GetProjectWriteTokenRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.GetProjectWriteTokenResult.fromBuffer(value)); + static final _$getBucketSTS = $grpc.ClientMethod<$21.GetBucketSTSRequest, $21.GetBucketSTSResult>( '/api.GcsApi/GetBucketSTS', - ($24.GetBucketSTSRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.GetBucketSTSResult.fromBuffer(value)); - static final _$createPartnerBucket = $grpc.ClientMethod<$24.CreatePartnerBucketRequest, $24.CreateBucketResult>( + ($21.GetBucketSTSRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.GetBucketSTSResult.fromBuffer(value)); + static final _$createPartnerBucket = $grpc.ClientMethod<$21.CreatePartnerBucketRequest, $21.CreateBucketResult>( '/api.GcsApi/CreatePartnerBucket', - ($24.CreatePartnerBucketRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.CreateBucketResult.fromBuffer(value)); - static final _$createProjectBucket = $grpc.ClientMethod<$24.CreateProjectBucketRequest, $24.CreateBucketResult>( + ($21.CreatePartnerBucketRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.CreateBucketResult.fromBuffer(value)); + static final _$createProjectBucket = $grpc.ClientMethod<$21.CreateProjectBucketRequest, $21.CreateBucketResult>( '/api.GcsApi/CreateProjectBucket', - ($24.CreateProjectBucketRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.CreateBucketResult.fromBuffer(value)); - static final _$deletePartnerBucket = $grpc.ClientMethod<$24.DeletePartnerBucketRequest, $24.DeleteBucketResult>( + ($21.CreateProjectBucketRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.CreateBucketResult.fromBuffer(value)); + static final _$deletePartnerBucket = $grpc.ClientMethod<$21.DeletePartnerBucketRequest, $21.DeleteBucketResult>( '/api.GcsApi/DeletePartnerBucket', - ($24.DeletePartnerBucketRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.DeleteBucketResult.fromBuffer(value)); - static final _$deleteProjectBucket = $grpc.ClientMethod<$24.DeleteProjectBucketRequest, $24.DeleteBucketResult>( + ($21.DeletePartnerBucketRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.DeleteBucketResult.fromBuffer(value)); + static final _$deleteProjectBucket = $grpc.ClientMethod<$21.DeleteProjectBucketRequest, $21.DeleteBucketResult>( '/api.GcsApi/DeleteProjectBucket', - ($24.DeleteProjectBucketRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.DeleteBucketResult.fromBuffer(value)); - static final _$deleteOrganisationBucket = $grpc.ClientMethod<$24.DeleteOrganisationBucketRequest, $24.DeleteBucketResult>( + ($21.DeleteProjectBucketRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.DeleteBucketResult.fromBuffer(value)); + static final _$deleteOrganisationBucket = $grpc.ClientMethod<$21.DeleteOrganisationBucketRequest, $21.DeleteBucketResult>( '/api.GcsApi/DeleteOrganisationBucket', - ($24.DeleteOrganisationBucketRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $24.DeleteBucketResult.fromBuffer(value)); + ($21.DeleteOrganisationBucketRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $21.DeleteBucketResult.fromBuffer(value)); GcsApiClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$24.GetPartnerReadTokenResult> getPartnerReadToken($24.GetPartnerReadTokenRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.GetPartnerReadTokenResult> getPartnerReadToken($21.GetPartnerReadTokenRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getPartnerReadToken, request, options: options); } - $grpc.ResponseFuture<$24.GetPartnerWriteTokenResult> getPartnerWriteToken($24.GetPartnerWriteTokenRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.GetPartnerWriteTokenResult> getPartnerWriteToken($21.GetPartnerWriteTokenRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getPartnerWriteToken, request, options: options); } - $grpc.ResponseFuture<$24.GetProjectReadTokenResult> getProjectReadToken($24.GetProjectReadTokenRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.GetProjectReadTokenResult> getProjectReadToken($21.GetProjectReadTokenRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getProjectReadToken, request, options: options); } - $grpc.ResponseFuture<$24.GetProjectWriteTokenResult> getProjectWriteToken($24.GetProjectWriteTokenRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.GetProjectWriteTokenResult> getProjectWriteToken($21.GetProjectWriteTokenRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getProjectWriteToken, request, options: options); } - $grpc.ResponseFuture<$24.GetBucketSTSResult> getBucketSTS($24.GetBucketSTSRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.GetBucketSTSResult> getBucketSTS($21.GetBucketSTSRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$getBucketSTS, request, options: options); } - $grpc.ResponseFuture<$24.CreateBucketResult> createPartnerBucket($24.CreatePartnerBucketRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.CreateBucketResult> createPartnerBucket($21.CreatePartnerBucketRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$createPartnerBucket, request, options: options); } - $grpc.ResponseFuture<$24.CreateBucketResult> createProjectBucket($24.CreateProjectBucketRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.CreateBucketResult> createProjectBucket($21.CreateProjectBucketRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$createProjectBucket, request, options: options); } - $grpc.ResponseFuture<$24.DeleteBucketResult> deletePartnerBucket($24.DeletePartnerBucketRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.DeleteBucketResult> deletePartnerBucket($21.DeletePartnerBucketRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deletePartnerBucket, request, options: options); } - $grpc.ResponseFuture<$24.DeleteBucketResult> deleteProjectBucket($24.DeleteProjectBucketRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.DeleteBucketResult> deleteProjectBucket($21.DeleteProjectBucketRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleteProjectBucket, request, options: options); } - $grpc.ResponseFuture<$24.DeleteBucketResult> deleteOrganisationBucket($24.DeleteOrganisationBucketRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$21.DeleteBucketResult> deleteOrganisationBucket($21.DeleteOrganisationBucketRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$deleteOrganisationBucket, request, options: options); } } @@ -110,126 +110,126 @@ abstract class GcsApiServiceBase extends $grpc.Service { $core.String get $name => 'api.GcsApi'; GcsApiServiceBase() { - $addMethod($grpc.ServiceMethod<$24.GetPartnerReadTokenRequest, $24.GetPartnerReadTokenResult>( + $addMethod($grpc.ServiceMethod<$21.GetPartnerReadTokenRequest, $21.GetPartnerReadTokenResult>( 'GetPartnerReadToken', getPartnerReadToken_Pre, false, false, - ($core.List<$core.int> value) => $24.GetPartnerReadTokenRequest.fromBuffer(value), - ($24.GetPartnerReadTokenResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.GetPartnerWriteTokenRequest, $24.GetPartnerWriteTokenResult>( + ($core.List<$core.int> value) => $21.GetPartnerReadTokenRequest.fromBuffer(value), + ($21.GetPartnerReadTokenResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.GetPartnerWriteTokenRequest, $21.GetPartnerWriteTokenResult>( 'GetPartnerWriteToken', getPartnerWriteToken_Pre, false, false, - ($core.List<$core.int> value) => $24.GetPartnerWriteTokenRequest.fromBuffer(value), - ($24.GetPartnerWriteTokenResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.GetProjectReadTokenRequest, $24.GetProjectReadTokenResult>( + ($core.List<$core.int> value) => $21.GetPartnerWriteTokenRequest.fromBuffer(value), + ($21.GetPartnerWriteTokenResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.GetProjectReadTokenRequest, $21.GetProjectReadTokenResult>( 'GetProjectReadToken', getProjectReadToken_Pre, false, false, - ($core.List<$core.int> value) => $24.GetProjectReadTokenRequest.fromBuffer(value), - ($24.GetProjectReadTokenResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.GetProjectWriteTokenRequest, $24.GetProjectWriteTokenResult>( + ($core.List<$core.int> value) => $21.GetProjectReadTokenRequest.fromBuffer(value), + ($21.GetProjectReadTokenResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.GetProjectWriteTokenRequest, $21.GetProjectWriteTokenResult>( 'GetProjectWriteToken', getProjectWriteToken_Pre, false, false, - ($core.List<$core.int> value) => $24.GetProjectWriteTokenRequest.fromBuffer(value), - ($24.GetProjectWriteTokenResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.GetBucketSTSRequest, $24.GetBucketSTSResult>( + ($core.List<$core.int> value) => $21.GetProjectWriteTokenRequest.fromBuffer(value), + ($21.GetProjectWriteTokenResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.GetBucketSTSRequest, $21.GetBucketSTSResult>( 'GetBucketSTS', getBucketSTS_Pre, false, false, - ($core.List<$core.int> value) => $24.GetBucketSTSRequest.fromBuffer(value), - ($24.GetBucketSTSResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.CreatePartnerBucketRequest, $24.CreateBucketResult>( + ($core.List<$core.int> value) => $21.GetBucketSTSRequest.fromBuffer(value), + ($21.GetBucketSTSResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.CreatePartnerBucketRequest, $21.CreateBucketResult>( 'CreatePartnerBucket', createPartnerBucket_Pre, false, false, - ($core.List<$core.int> value) => $24.CreatePartnerBucketRequest.fromBuffer(value), - ($24.CreateBucketResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.CreateProjectBucketRequest, $24.CreateBucketResult>( + ($core.List<$core.int> value) => $21.CreatePartnerBucketRequest.fromBuffer(value), + ($21.CreateBucketResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.CreateProjectBucketRequest, $21.CreateBucketResult>( 'CreateProjectBucket', createProjectBucket_Pre, false, false, - ($core.List<$core.int> value) => $24.CreateProjectBucketRequest.fromBuffer(value), - ($24.CreateBucketResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.DeletePartnerBucketRequest, $24.DeleteBucketResult>( + ($core.List<$core.int> value) => $21.CreateProjectBucketRequest.fromBuffer(value), + ($21.CreateBucketResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.DeletePartnerBucketRequest, $21.DeleteBucketResult>( 'DeletePartnerBucket', deletePartnerBucket_Pre, false, false, - ($core.List<$core.int> value) => $24.DeletePartnerBucketRequest.fromBuffer(value), - ($24.DeleteBucketResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.DeleteProjectBucketRequest, $24.DeleteBucketResult>( + ($core.List<$core.int> value) => $21.DeletePartnerBucketRequest.fromBuffer(value), + ($21.DeleteBucketResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.DeleteProjectBucketRequest, $21.DeleteBucketResult>( 'DeleteProjectBucket', deleteProjectBucket_Pre, false, false, - ($core.List<$core.int> value) => $24.DeleteProjectBucketRequest.fromBuffer(value), - ($24.DeleteBucketResult value) => value.writeToBuffer())); - $addMethod($grpc.ServiceMethod<$24.DeleteOrganisationBucketRequest, $24.DeleteBucketResult>( + ($core.List<$core.int> value) => $21.DeleteProjectBucketRequest.fromBuffer(value), + ($21.DeleteBucketResult value) => value.writeToBuffer())); + $addMethod($grpc.ServiceMethod<$21.DeleteOrganisationBucketRequest, $21.DeleteBucketResult>( 'DeleteOrganisationBucket', deleteOrganisationBucket_Pre, false, false, - ($core.List<$core.int> value) => $24.DeleteOrganisationBucketRequest.fromBuffer(value), - ($24.DeleteBucketResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $21.DeleteOrganisationBucketRequest.fromBuffer(value), + ($21.DeleteBucketResult value) => value.writeToBuffer())); } - $async.Future<$24.GetPartnerReadTokenResult> getPartnerReadToken_Pre($grpc.ServiceCall $call, $async.Future<$24.GetPartnerReadTokenRequest> $request) async { + $async.Future<$21.GetPartnerReadTokenResult> getPartnerReadToken_Pre($grpc.ServiceCall $call, $async.Future<$21.GetPartnerReadTokenRequest> $request) async { return getPartnerReadToken($call, await $request); } - $async.Future<$24.GetPartnerWriteTokenResult> getPartnerWriteToken_Pre($grpc.ServiceCall $call, $async.Future<$24.GetPartnerWriteTokenRequest> $request) async { + $async.Future<$21.GetPartnerWriteTokenResult> getPartnerWriteToken_Pre($grpc.ServiceCall $call, $async.Future<$21.GetPartnerWriteTokenRequest> $request) async { return getPartnerWriteToken($call, await $request); } - $async.Future<$24.GetProjectReadTokenResult> getProjectReadToken_Pre($grpc.ServiceCall $call, $async.Future<$24.GetProjectReadTokenRequest> $request) async { + $async.Future<$21.GetProjectReadTokenResult> getProjectReadToken_Pre($grpc.ServiceCall $call, $async.Future<$21.GetProjectReadTokenRequest> $request) async { return getProjectReadToken($call, await $request); } - $async.Future<$24.GetProjectWriteTokenResult> getProjectWriteToken_Pre($grpc.ServiceCall $call, $async.Future<$24.GetProjectWriteTokenRequest> $request) async { + $async.Future<$21.GetProjectWriteTokenResult> getProjectWriteToken_Pre($grpc.ServiceCall $call, $async.Future<$21.GetProjectWriteTokenRequest> $request) async { return getProjectWriteToken($call, await $request); } - $async.Future<$24.GetBucketSTSResult> getBucketSTS_Pre($grpc.ServiceCall $call, $async.Future<$24.GetBucketSTSRequest> $request) async { + $async.Future<$21.GetBucketSTSResult> getBucketSTS_Pre($grpc.ServiceCall $call, $async.Future<$21.GetBucketSTSRequest> $request) async { return getBucketSTS($call, await $request); } - $async.Future<$24.CreateBucketResult> createPartnerBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.CreatePartnerBucketRequest> $request) async { + $async.Future<$21.CreateBucketResult> createPartnerBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.CreatePartnerBucketRequest> $request) async { return createPartnerBucket($call, await $request); } - $async.Future<$24.CreateBucketResult> createProjectBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.CreateProjectBucketRequest> $request) async { + $async.Future<$21.CreateBucketResult> createProjectBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.CreateProjectBucketRequest> $request) async { return createProjectBucket($call, await $request); } - $async.Future<$24.DeleteBucketResult> deletePartnerBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.DeletePartnerBucketRequest> $request) async { + $async.Future<$21.DeleteBucketResult> deletePartnerBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.DeletePartnerBucketRequest> $request) async { return deletePartnerBucket($call, await $request); } - $async.Future<$24.DeleteBucketResult> deleteProjectBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.DeleteProjectBucketRequest> $request) async { + $async.Future<$21.DeleteBucketResult> deleteProjectBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.DeleteProjectBucketRequest> $request) async { return deleteProjectBucket($call, await $request); } - $async.Future<$24.DeleteBucketResult> deleteOrganisationBucket_Pre($grpc.ServiceCall $call, $async.Future<$24.DeleteOrganisationBucketRequest> $request) async { + $async.Future<$21.DeleteBucketResult> deleteOrganisationBucket_Pre($grpc.ServiceCall $call, $async.Future<$21.DeleteOrganisationBucketRequest> $request) async { return deleteOrganisationBucket($call, await $request); } - $async.Future<$24.GetPartnerReadTokenResult> getPartnerReadToken($grpc.ServiceCall call, $24.GetPartnerReadTokenRequest request); - $async.Future<$24.GetPartnerWriteTokenResult> getPartnerWriteToken($grpc.ServiceCall call, $24.GetPartnerWriteTokenRequest request); - $async.Future<$24.GetProjectReadTokenResult> getProjectReadToken($grpc.ServiceCall call, $24.GetProjectReadTokenRequest request); - $async.Future<$24.GetProjectWriteTokenResult> getProjectWriteToken($grpc.ServiceCall call, $24.GetProjectWriteTokenRequest request); - $async.Future<$24.GetBucketSTSResult> getBucketSTS($grpc.ServiceCall call, $24.GetBucketSTSRequest request); - $async.Future<$24.CreateBucketResult> createPartnerBucket($grpc.ServiceCall call, $24.CreatePartnerBucketRequest request); - $async.Future<$24.CreateBucketResult> createProjectBucket($grpc.ServiceCall call, $24.CreateProjectBucketRequest request); - $async.Future<$24.DeleteBucketResult> deletePartnerBucket($grpc.ServiceCall call, $24.DeletePartnerBucketRequest request); - $async.Future<$24.DeleteBucketResult> deleteProjectBucket($grpc.ServiceCall call, $24.DeleteProjectBucketRequest request); - $async.Future<$24.DeleteBucketResult> deleteOrganisationBucket($grpc.ServiceCall call, $24.DeleteOrganisationBucketRequest request); + $async.Future<$21.GetPartnerReadTokenResult> getPartnerReadToken($grpc.ServiceCall call, $21.GetPartnerReadTokenRequest request); + $async.Future<$21.GetPartnerWriteTokenResult> getPartnerWriteToken($grpc.ServiceCall call, $21.GetPartnerWriteTokenRequest request); + $async.Future<$21.GetProjectReadTokenResult> getProjectReadToken($grpc.ServiceCall call, $21.GetProjectReadTokenRequest request); + $async.Future<$21.GetProjectWriteTokenResult> getProjectWriteToken($grpc.ServiceCall call, $21.GetProjectWriteTokenRequest request); + $async.Future<$21.GetBucketSTSResult> getBucketSTS($grpc.ServiceCall call, $21.GetBucketSTSRequest request); + $async.Future<$21.CreateBucketResult> createPartnerBucket($grpc.ServiceCall call, $21.CreatePartnerBucketRequest request); + $async.Future<$21.CreateBucketResult> createProjectBucket($grpc.ServiceCall call, $21.CreateProjectBucketRequest request); + $async.Future<$21.DeleteBucketResult> deletePartnerBucket($grpc.ServiceCall call, $21.DeletePartnerBucketRequest request); + $async.Future<$21.DeleteBucketResult> deleteProjectBucket($grpc.ServiceCall call, $21.DeleteProjectBucketRequest request); + $async.Future<$21.DeleteBucketResult> deleteOrganisationBucket($grpc.ServiceCall call, $21.DeleteOrganisationBucketRequest request); } diff --git a/lib/go-ape.pbgrpc.dart b/lib/go-ape.pbgrpc.dart index 1fa2158d..237226fa 100644 --- a/lib/go-ape.pbgrpc.dart +++ b/lib/go-ape.pbgrpc.dart @@ -15,20 +15,20 @@ import 'dart:core' as $core; import 'package:grpc/service_api.dart' as $grpc; import 'package:protobuf/protobuf.dart' as $pb; -import 'go-ape.pb.dart' as $25; +import 'go-ape.pb.dart' as $22; export 'go-ape.pb.dart'; @$pb.GrpcServiceName('api.GoAPEService') class GoAPEServiceClient extends $grpc.Client { - static final _$generate = $grpc.ClientMethod<$25.GoAPEGenerateRequest, $25.GoAPEGenerateResult>( + static final _$generate = $grpc.ClientMethod<$22.GoAPEGenerateRequest, $22.GoAPEGenerateResult>( '/api.GoAPEService/Generate', - ($25.GoAPEGenerateRequest value) => value.writeToBuffer(), - ($core.List<$core.int> value) => $25.GoAPEGenerateResult.fromBuffer(value)); + ($22.GoAPEGenerateRequest value) => value.writeToBuffer(), + ($core.List<$core.int> value) => $22.GoAPEGenerateResult.fromBuffer(value)); GoAPEServiceClient(super.channel, {super.options, super.interceptors}); - $grpc.ResponseFuture<$25.GoAPEGenerateResult> generate($25.GoAPEGenerateRequest request, {$grpc.CallOptions? options}) { + $grpc.ResponseFuture<$22.GoAPEGenerateResult> generate($22.GoAPEGenerateRequest request, {$grpc.CallOptions? options}) { return $createUnaryCall(_$generate, request, options: options); } } @@ -38,18 +38,18 @@ abstract class GoAPEServiceBase extends $grpc.Service { $core.String get $name => 'api.GoAPEService'; GoAPEServiceBase() { - $addMethod($grpc.ServiceMethod<$25.GoAPEGenerateRequest, $25.GoAPEGenerateResult>( + $addMethod($grpc.ServiceMethod<$22.GoAPEGenerateRequest, $22.GoAPEGenerateResult>( 'Generate', generate_Pre, false, false, - ($core.List<$core.int> value) => $25.GoAPEGenerateRequest.fromBuffer(value), - ($25.GoAPEGenerateResult value) => value.writeToBuffer())); + ($core.List<$core.int> value) => $22.GoAPEGenerateRequest.fromBuffer(value), + ($22.GoAPEGenerateResult value) => value.writeToBuffer())); } - $async.Future<$25.GoAPEGenerateResult> generate_Pre($grpc.ServiceCall $call, $async.Future<$25.GoAPEGenerateRequest> $request) async { + $async.Future<$22.GoAPEGenerateResult> generate_Pre($grpc.ServiceCall $call, $async.Future<$22.GoAPEGenerateRequest> $request) async { return generate($call, await $request); } - $async.Future<$25.GoAPEGenerateResult> generate($grpc.ServiceCall call, $25.GoAPEGenerateRequest request); + $async.Future<$22.GoAPEGenerateResult> generate($grpc.ServiceCall call, $22.GoAPEGenerateRequest request); } diff --git a/lib/google/api/annotations.pb.dart b/lib/google/api/annotations.pb.dart index 6c6931ba..44bc1040 100644 --- a/lib/google/api/annotations.pb.dart +++ b/lib/google/api/annotations.pb.dart @@ -13,12 +13,12 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'http.pb.dart' as $85; +import 'http.pb.dart' as $79; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; class Annotations { - static final http = $pb.Extension<$85.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $85.HttpRule.getDefault, subBuilder: $85.HttpRule.create); + static final http = $pb.Extension<$79.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $79.HttpRule.getDefault, subBuilder: $79.HttpRule.create); static void registerAllExtensions($pb.ExtensionRegistry registry) { registry.add(http); } diff --git a/lib/google/api/httpbody.pb.dart b/lib/google/api/httpbody.pb.dart index 193e8431..21a41b85 100644 --- a/lib/google/api/httpbody.pb.dart +++ b/lib/google/api/httpbody.pb.dart @@ -13,7 +13,7 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import '../protobuf/any.pb.dart' as $86; +import '../protobuf/any.pb.dart' as $80; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -60,7 +60,7 @@ class HttpBody extends $pb.GeneratedMessage { factory HttpBody({ $core.String? contentType, $core.List<$core.int>? data, - $core.Iterable<$86.Any>? extensions, + $core.Iterable<$80.Any>? extensions, }) { final $result = create(); if (contentType != null) { @@ -81,7 +81,7 @@ class HttpBody extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HttpBody', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'contentType') ..a<$core.List<$core.int>>(2, _omitFieldNames ? '' : 'data', $pb.PbFieldType.OY) - ..pc<$86.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $86.Any.create) + ..pc<$80.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $80.Any.create) ..hasRequiredFields = false ; @@ -129,7 +129,7 @@ class HttpBody extends $pb.GeneratedMessage { /// Application specific response metadata. Must be set in the first response /// for streaming APIs. @$pb.TagNumber(3) - $pb.PbList<$86.Any> get extensions => $_getList(2); + $pb.PbList<$80.Any> get extensions => $_getList(2); } diff --git a/lib/google/protobuf/api.pb.dart b/lib/google/protobuf/api.pb.dart index 9bea9631..a13e36d1 100644 --- a/lib/google/protobuf/api.pb.dart +++ b/lib/google/protobuf/api.pb.dart @@ -13,9 +13,9 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'source_context.pb.dart' as $88; -import 'type.pb.dart' as $87; -import 'type.pbenum.dart' as $87; +import 'source_context.pb.dart' as $82; +import 'type.pb.dart' as $81; +import 'type.pbenum.dart' as $81; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -32,11 +32,11 @@ class Api extends $pb.GeneratedMessage { factory Api({ $core.String? name, $core.Iterable? methods, - $core.Iterable<$87.Option>? options, + $core.Iterable<$81.Option>? options, $core.String? version, - $88.SourceContext? sourceContext, + $82.SourceContext? sourceContext, $core.Iterable? mixins, - $87.Syntax? syntax, + $81.Syntax? syntax, }) { final $result = create(); if (name != null) { @@ -69,11 +69,11 @@ class Api extends $pb.GeneratedMessage { static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Api', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create) ..aOS(1, _omitFieldNames ? '' : 'name') ..pc(2, _omitFieldNames ? '' : 'methods', $pb.PbFieldType.PM, subBuilder: Method.create) - ..pc<$87.Option>(3, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $87.Option.create) + ..pc<$81.Option>(3, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $81.Option.create) ..aOS(4, _omitFieldNames ? '' : 'version') - ..aOM<$88.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $88.SourceContext.create) + ..aOM<$82.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $82.SourceContext.create) ..pc(6, _omitFieldNames ? '' : 'mixins', $pb.PbFieldType.PM, subBuilder: Mixin.create) - ..e<$87.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $87.Syntax.SYNTAX_PROTO2, valueOf: $87.Syntax.valueOf, enumValues: $87.Syntax.values) + ..e<$81.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $81.Syntax.SYNTAX_PROTO2, valueOf: $81.Syntax.valueOf, enumValues: $81.Syntax.values) ..hasRequiredFields = false ; @@ -115,7 +115,7 @@ class Api extends $pb.GeneratedMessage { /// Any metadata attached to the interface. @$pb.TagNumber(3) - $pb.PbList<$87.Option> get options => $_getList(2); + $pb.PbList<$81.Option> get options => $_getList(2); /// A version string for this interface. If specified, must have the form /// `major-version.minor-version`, as in `1.10`. If the minor version is @@ -148,15 +148,15 @@ class Api extends $pb.GeneratedMessage { /// Source context for the protocol buffer service represented by this /// message. @$pb.TagNumber(5) - $88.SourceContext get sourceContext => $_getN(4); + $82.SourceContext get sourceContext => $_getN(4); @$pb.TagNumber(5) - set sourceContext($88.SourceContext v) { $_setField(5, v); } + set sourceContext($82.SourceContext v) { $_setField(5, v); } @$pb.TagNumber(5) $core.bool hasSourceContext() => $_has(4); @$pb.TagNumber(5) void clearSourceContext() => $_clearField(5); @$pb.TagNumber(5) - $88.SourceContext ensureSourceContext() => $_ensure(4); + $82.SourceContext ensureSourceContext() => $_ensure(4); /// Included interfaces. See [Mixin][]. @$pb.TagNumber(6) @@ -164,9 +164,9 @@ class Api extends $pb.GeneratedMessage { /// The source syntax of the service. @$pb.TagNumber(7) - $87.Syntax get syntax => $_getN(6); + $81.Syntax get syntax => $_getN(6); @$pb.TagNumber(7) - set syntax($87.Syntax v) { $_setField(7, v); } + set syntax($81.Syntax v) { $_setField(7, v); } @$pb.TagNumber(7) $core.bool hasSyntax() => $_has(6); @$pb.TagNumber(7) @@ -181,8 +181,8 @@ class Method extends $pb.GeneratedMessage { $core.bool? requestStreaming, $core.String? responseTypeUrl, $core.bool? responseStreaming, - $core.Iterable<$87.Option>? options, - $87.Syntax? syntax, + $core.Iterable<$81.Option>? options, + $81.Syntax? syntax, }) { final $result = create(); if (name != null) { @@ -218,8 +218,8 @@ class Method extends $pb.GeneratedMessage { ..aOB(3, _omitFieldNames ? '' : 'requestStreaming') ..aOS(4, _omitFieldNames ? '' : 'responseTypeUrl') ..aOB(5, _omitFieldNames ? '' : 'responseStreaming') - ..pc<$87.Option>(6, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $87.Option.create) - ..e<$87.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $87.Syntax.SYNTAX_PROTO2, valueOf: $87.Syntax.valueOf, enumValues: $87.Syntax.values) + ..pc<$81.Option>(6, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $81.Option.create) + ..e<$81.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $81.Syntax.SYNTAX_PROTO2, valueOf: $81.Syntax.valueOf, enumValues: $81.Syntax.values) ..hasRequiredFields = false ; @@ -296,13 +296,13 @@ class Method extends $pb.GeneratedMessage { /// Any metadata attached to the method. @$pb.TagNumber(6) - $pb.PbList<$87.Option> get options => $_getList(5); + $pb.PbList<$81.Option> get options => $_getList(5); /// The source syntax of this method. @$pb.TagNumber(7) - $87.Syntax get syntax => $_getN(6); + $81.Syntax get syntax => $_getN(6); @$pb.TagNumber(7) - set syntax($87.Syntax v) { $_setField(7, v); } + set syntax($81.Syntax v) { $_setField(7, v); } @$pb.TagNumber(7) $core.bool hasSyntax() => $_has(6); @$pb.TagNumber(7) diff --git a/lib/google/protobuf/compiler/plugin.pb.dart b/lib/google/protobuf/compiler/plugin.pb.dart index cc698e76..2e6684d9 100644 --- a/lib/google/protobuf/compiler/plugin.pb.dart +++ b/lib/google/protobuf/compiler/plugin.pb.dart @@ -13,7 +13,7 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import '../descriptor.pb.dart' as $89; +import '../descriptor.pb.dart' as $83; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -118,7 +118,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage { $core.Iterable<$core.String>? fileToGenerate, $core.String? parameter, Version? compilerVersion, - $core.Iterable<$89.FileDescriptorProto>? protoFile, + $core.Iterable<$83.FileDescriptorProto>? protoFile, }) { final $result = create(); if (fileToGenerate != null) { @@ -143,7 +143,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage { ..pPS(1, _omitFieldNames ? '' : 'fileToGenerate') ..aOS(2, _omitFieldNames ? '' : 'parameter') ..aOM(3, _omitFieldNames ? '' : 'compilerVersion', subBuilder: Version.create) - ..pc<$89.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $89.FileDescriptorProto.create) + ..pc<$83.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $83.FileDescriptorProto.create) ; @$core.Deprecated( @@ -210,7 +210,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage { /// Type names of fields and extensions in the FileDescriptorProto are always /// fully qualified. @$pb.TagNumber(15) - $pb.PbList<$89.FileDescriptorProto> get protoFile => $_getList(3); + $pb.PbList<$83.FileDescriptorProto> get protoFile => $_getList(3); } /// Represents a single generated file. diff --git a/lib/google/protobuf/type.pb.dart b/lib/google/protobuf/type.pb.dart index 3c7e4e66..a77d1fcc 100644 --- a/lib/google/protobuf/type.pb.dart +++ b/lib/google/protobuf/type.pb.dart @@ -13,8 +13,8 @@ import 'dart:core' as $core; import 'package:protobuf/protobuf.dart' as $pb; -import 'any.pb.dart' as $86; -import 'source_context.pb.dart' as $88; +import 'any.pb.dart' as $80; +import 'source_context.pb.dart' as $82; import 'type.pbenum.dart'; export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions; @@ -28,7 +28,7 @@ class Type extends $pb.GeneratedMessage { $core.Iterable? fields, $core.Iterable<$core.String>? oneofs, $core.Iterable