Latest generation

This commit is contained in:
ci core model
2026-08-24 15:23:30 +00:00
parent bbb577314e
commit 2bf7160a01
5 changed files with 2620 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# CHANGELOG
Lib version: 1.15.0-SNAPSHOT-260824125204
Lib version: 1.15.0-SNAPSHOT-260824152240

File diff suppressed because it is too large Load Diff

View File

@@ -78,6 +78,34 @@ class ActorInputAPIClient extends $grpc.Client {
return $createUnaryCall(_$customFieldsUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.ActorStockManagementUpdatedResponse> stockManagementUpdated($0.ActorStockManagementUpdatedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$stockManagementUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.ActorPartnerLinkUpdatedResponse> partnerLinkUpdated($0.ActorPartnerLinkUpdatedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$partnerLinkUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.ActorTypologyUpdatedResponse> typologyUpdated($0.ActorTypologyUpdatedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$typologyUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.ActorCarrierInformationUpdatedResponse> carrierInformationUpdated($0.ActorCarrierInformationUpdatedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$carrierInformationUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.ActorPhotoURIUpdatedResponse> photoURIUpdated($0.ActorPhotoURIUpdatedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$photoURIUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.ActorConnectionUpdatedResponse> connectionUpdated($0.ActorConnectionUpdatedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$connectionUpdated, request, options: options);
}
$grpc.ResponseFuture<$0.ActorWMSUpdatedResponse> wMSUpdated($0.ActorWMSUpdatedRequest request, {$grpc.CallOptions? options,}) {
return $createUnaryCall(_$wMSUpdated, request, options: options);
}
// method descriptors
static final _$created = $grpc.ClientMethod<$0.ActorCreatedRequest, $0.ActorCreatedResponse>(
@@ -124,6 +152,34 @@ class ActorInputAPIClient extends $grpc.Client {
'/api.ActorInputAPI/CustomFieldsUpdated',
($0.ActorCustomFieldsUpdatedRequest value) => value.writeToBuffer(),
$0.ActorCustomFieldsUpdatedResponse.fromBuffer);
static final _$stockManagementUpdated = $grpc.ClientMethod<$0.ActorStockManagementUpdatedRequest, $0.ActorStockManagementUpdatedResponse>(
'/api.ActorInputAPI/StockManagementUpdated',
($0.ActorStockManagementUpdatedRequest value) => value.writeToBuffer(),
$0.ActorStockManagementUpdatedResponse.fromBuffer);
static final _$partnerLinkUpdated = $grpc.ClientMethod<$0.ActorPartnerLinkUpdatedRequest, $0.ActorPartnerLinkUpdatedResponse>(
'/api.ActorInputAPI/PartnerLinkUpdated',
($0.ActorPartnerLinkUpdatedRequest value) => value.writeToBuffer(),
$0.ActorPartnerLinkUpdatedResponse.fromBuffer);
static final _$typologyUpdated = $grpc.ClientMethod<$0.ActorTypologyUpdatedRequest, $0.ActorTypologyUpdatedResponse>(
'/api.ActorInputAPI/TypologyUpdated',
($0.ActorTypologyUpdatedRequest value) => value.writeToBuffer(),
$0.ActorTypologyUpdatedResponse.fromBuffer);
static final _$carrierInformationUpdated = $grpc.ClientMethod<$0.ActorCarrierInformationUpdatedRequest, $0.ActorCarrierInformationUpdatedResponse>(
'/api.ActorInputAPI/CarrierInformationUpdated',
($0.ActorCarrierInformationUpdatedRequest value) => value.writeToBuffer(),
$0.ActorCarrierInformationUpdatedResponse.fromBuffer);
static final _$photoURIUpdated = $grpc.ClientMethod<$0.ActorPhotoURIUpdatedRequest, $0.ActorPhotoURIUpdatedResponse>(
'/api.ActorInputAPI/PhotoURIUpdated',
($0.ActorPhotoURIUpdatedRequest value) => value.writeToBuffer(),
$0.ActorPhotoURIUpdatedResponse.fromBuffer);
static final _$connectionUpdated = $grpc.ClientMethod<$0.ActorConnectionUpdatedRequest, $0.ActorConnectionUpdatedResponse>(
'/api.ActorInputAPI/ConnectionUpdated',
($0.ActorConnectionUpdatedRequest value) => value.writeToBuffer(),
$0.ActorConnectionUpdatedResponse.fromBuffer);
static final _$wMSUpdated = $grpc.ClientMethod<$0.ActorWMSUpdatedRequest, $0.ActorWMSUpdatedResponse>(
'/api.ActorInputAPI/WMSUpdated',
($0.ActorWMSUpdatedRequest value) => value.writeToBuffer(),
$0.ActorWMSUpdatedResponse.fromBuffer);
}
@$pb.GrpcServiceName('api.ActorInputAPI')
@@ -208,6 +264,55 @@ abstract class ActorInputAPIServiceBase extends $grpc.Service {
false,
($core.List<$core.int> value) => $0.ActorCustomFieldsUpdatedRequest.fromBuffer(value),
($0.ActorCustomFieldsUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ActorStockManagementUpdatedRequest, $0.ActorStockManagementUpdatedResponse>(
'StockManagementUpdated',
stockManagementUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $0.ActorStockManagementUpdatedRequest.fromBuffer(value),
($0.ActorStockManagementUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ActorPartnerLinkUpdatedRequest, $0.ActorPartnerLinkUpdatedResponse>(
'PartnerLinkUpdated',
partnerLinkUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $0.ActorPartnerLinkUpdatedRequest.fromBuffer(value),
($0.ActorPartnerLinkUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ActorTypologyUpdatedRequest, $0.ActorTypologyUpdatedResponse>(
'TypologyUpdated',
typologyUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $0.ActorTypologyUpdatedRequest.fromBuffer(value),
($0.ActorTypologyUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ActorCarrierInformationUpdatedRequest, $0.ActorCarrierInformationUpdatedResponse>(
'CarrierInformationUpdated',
carrierInformationUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $0.ActorCarrierInformationUpdatedRequest.fromBuffer(value),
($0.ActorCarrierInformationUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ActorPhotoURIUpdatedRequest, $0.ActorPhotoURIUpdatedResponse>(
'PhotoURIUpdated',
photoURIUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $0.ActorPhotoURIUpdatedRequest.fromBuffer(value),
($0.ActorPhotoURIUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ActorConnectionUpdatedRequest, $0.ActorConnectionUpdatedResponse>(
'ConnectionUpdated',
connectionUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $0.ActorConnectionUpdatedRequest.fromBuffer(value),
($0.ActorConnectionUpdatedResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$0.ActorWMSUpdatedRequest, $0.ActorWMSUpdatedResponse>(
'WMSUpdated',
wMSUpdated_Pre,
false,
false,
($core.List<$core.int> value) => $0.ActorWMSUpdatedRequest.fromBuffer(value),
($0.ActorWMSUpdatedResponse value) => value.writeToBuffer()));
}
$async.Future<$0.ActorCreatedResponse> created_Pre($grpc.ServiceCall $call, $async.Future<$0.ActorCreatedRequest> $request) async {
@@ -276,4 +381,46 @@ abstract class ActorInputAPIServiceBase extends $grpc.Service {
$async.Future<$0.ActorCustomFieldsUpdatedResponse> customFieldsUpdated($grpc.ServiceCall call, $0.ActorCustomFieldsUpdatedRequest request);
$async.Future<$0.ActorStockManagementUpdatedResponse> stockManagementUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ActorStockManagementUpdatedRequest> $request) async {
return stockManagementUpdated($call, await $request);
}
$async.Future<$0.ActorStockManagementUpdatedResponse> stockManagementUpdated($grpc.ServiceCall call, $0.ActorStockManagementUpdatedRequest request);
$async.Future<$0.ActorPartnerLinkUpdatedResponse> partnerLinkUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ActorPartnerLinkUpdatedRequest> $request) async {
return partnerLinkUpdated($call, await $request);
}
$async.Future<$0.ActorPartnerLinkUpdatedResponse> partnerLinkUpdated($grpc.ServiceCall call, $0.ActorPartnerLinkUpdatedRequest request);
$async.Future<$0.ActorTypologyUpdatedResponse> typologyUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ActorTypologyUpdatedRequest> $request) async {
return typologyUpdated($call, await $request);
}
$async.Future<$0.ActorTypologyUpdatedResponse> typologyUpdated($grpc.ServiceCall call, $0.ActorTypologyUpdatedRequest request);
$async.Future<$0.ActorCarrierInformationUpdatedResponse> carrierInformationUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ActorCarrierInformationUpdatedRequest> $request) async {
return carrierInformationUpdated($call, await $request);
}
$async.Future<$0.ActorCarrierInformationUpdatedResponse> carrierInformationUpdated($grpc.ServiceCall call, $0.ActorCarrierInformationUpdatedRequest request);
$async.Future<$0.ActorPhotoURIUpdatedResponse> photoURIUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ActorPhotoURIUpdatedRequest> $request) async {
return photoURIUpdated($call, await $request);
}
$async.Future<$0.ActorPhotoURIUpdatedResponse> photoURIUpdated($grpc.ServiceCall call, $0.ActorPhotoURIUpdatedRequest request);
$async.Future<$0.ActorConnectionUpdatedResponse> connectionUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ActorConnectionUpdatedRequest> $request) async {
return connectionUpdated($call, await $request);
}
$async.Future<$0.ActorConnectionUpdatedResponse> connectionUpdated($grpc.ServiceCall call, $0.ActorConnectionUpdatedRequest request);
$async.Future<$0.ActorWMSUpdatedResponse> wMSUpdated_Pre($grpc.ServiceCall $call, $async.Future<$0.ActorWMSUpdatedRequest> $request) async {
return wMSUpdated($call, await $request);
}
$async.Future<$0.ActorWMSUpdatedResponse> wMSUpdated($grpc.ServiceCall call, $0.ActorWMSUpdatedRequest request);
}

View File

@@ -215,6 +215,522 @@ final $typed_data.Uint8List actorCreatedv2ResponseDescriptor = $convert.base64De
'hlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoZorsYCFJlc3Bv'
'bnNlursYCUNyZWF0ZWR2Mg==');
@$core.Deprecated('Use actorWMSUpdatedPayloadDescriptor instead')
const ActorWMSUpdatedPayload$json = {
'1': 'ActorWMSUpdatedPayload',
'2': [
{'1': 'Name', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'Name'},
{'1': 'IdType', '3': 2, '4': 1, '5': 14, '6': '.api.IdType', '8': {}, '10': 'IdType'},
{'1': 'Address', '3': 3, '4': 1, '5': 11, '6': '.api.Address', '10': 'Address'},
{'1': 'AdditionalInformation', '3': 4, '4': 1, '5': 9, '10': 'AdditionalInformation'},
{'1': 'Emails', '3': 5, '4': 3, '5': 9, '8': {}, '10': 'Emails'},
{'1': 'Phones', '3': 6, '4': 3, '5': 9, '8': {}, '10': 'Phones'},
],
'7': {},
};
/// Descriptor for `ActorWMSUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorWMSUpdatedPayloadDescriptor = $convert.base64Decode(
'ChZBY3RvcldNU1VwZGF0ZWRQYXlsb2FkEiMKBE5hbWUYASABKAlCD5JBDDIKQWN0b3IgTmFtZV'
'IETmFtZRJRCgZJZFR5cGUYAiABKA4yCy5hcGkuSWRUeXBlQizKwhgUChIKASoSDWdlbmVyYXRl'
'ZFRleHTawhgQCg4KASoSCXNob3J0VGV4dFIGSWRUeXBlEiYKB0FkZHJlc3MYAyABKAsyDC5hcG'
'kuQWRkcmVzc1IHQWRkcmVzcxI0ChVBZGRpdGlvbmFsSW5mb3JtYXRpb24YBCABKAlSFUFkZGl0'
'aW9uYWxJbmZvcm1hdGlvbhJ8CgZFbWFpbHMYBSADKAlCZJJBUTIdTXVzdCBiZSBhIHZhbGlkIG'
'VtYWlsIGFkZHJlc3NKMFsiSm9obi5kb2VAcmVmbGV4LmNvbSIsICJ3aWxsLnNtaXRoQHJlZmxl'
'eC5jb20iXbqBAQySAQkiB3IFYAHwAQFSBkVtYWlscxJDCgZQaG9uZXMYBiADKAlCK5JBKEomWy'
'IwNiAwMCAwMCAwMCAwMCIsICIrNDkgMDAgMDAwMCAwMDAwIl1SBlBob25lczovkkERCg8yDUV2'
'ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYCldNU1VwZGF0ZWQ=');
@$core.Deprecated('Use actorWMSUpdatedEventDescriptor instead')
const ActorWMSUpdatedEvent$json = {
'1': 'ActorWMSUpdatedEvent',
'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.ActorWMSUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorWMSUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorWMSUpdatedEventDescriptor = $convert.base64Decode(
'ChRBY3RvcldNU1VwZGF0ZWRFdmVudBIzCgZIZWFkZXIYASABKAsyEC5hcGkuRXZlbnRIZWFkZX'
'JCCbqBAQWKAQIQAVIGSGVhZGVyEigKAklEGAIgASgLMg0uYXBpLkVudGl0eUlEQgm6gQEFigEC'
'EAFSAklEEkAKB1BheWxvYWQYAyABKAsyGy5hcGkuQWN0b3JXTVNVcGRhdGVkUGF5bG9hZEIJuo'
'EBBYoBAhABUgdQYXlsb2FkOk+SQSAKHtIBBkhlYWRlctIBCEVudGl0eUlE0gEHUGF5bG9hZKK7'
'GAVFdmVudLq7GApXTVNVcGRhdGVk2rsYEWNoZWNrUGFydG5lckFwcElk');
@$core.Deprecated('Use actorWMSUpdatedRequestDescriptor instead')
const ActorWMSUpdatedRequest$json = {
'1': 'ActorWMSUpdatedRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorWMSUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorWMSUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorWMSUpdatedRequestDescriptor = $convert.base64Decode(
'ChZBY3RvcldNU1VwZGF0ZWRSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH'
'JvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
'SURCCbqBAQWKAQIQAVICSUQSQAoHUGF5bG9hZBgDIAEoCzIbLmFwaS5BY3RvcldNU1VwZGF0ZW'
'RQYXlsb2FkQgm6gQEFigECEAFSB1BheWxvYWQ6NpJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXls'
'b2FkorsYB1JlcXVlc3S6uxgKV01TVXBkYXRlZA==');
@$core.Deprecated('Use actorWMSUpdatedResponseDescriptor instead')
const ActorWMSUpdatedResponse$json = {
'1': 'ActorWMSUpdatedResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
'7': {},
};
/// Descriptor for `ActorWMSUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorWMSUpdatedResponseDescriptor = $convert.base64Decode(
'ChdBY3RvcldNU1VwZGF0ZWRSZXNwb25zZRIrCgZIZWFkZXIYASABKAsyEy5hcGkuUmVzcG9uc2'
'VIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQ6GqK7GAhSZXNw'
'b25zZbq7GApXTVNVcGRhdGVk');
@$core.Deprecated('Use actorTypologyUpdatedPayloadDescriptor instead')
const ActorTypologyUpdatedPayload$json = {
'1': 'ActorTypologyUpdatedPayload',
'2': [
{'1': 'Typology', '3': 1, '4': 1, '5': 14, '6': '.api.ActorTypology', '10': 'Typology'},
],
'7': {},
};
/// Descriptor for `ActorTypologyUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorTypologyUpdatedPayloadDescriptor = $convert.base64Decode(
'ChtBY3RvclR5cG9sb2d5VXBkYXRlZFBheWxvYWQSLgoIVHlwb2xvZ3kYASABKA4yEi5hcGkuQW'
'N0b3JUeXBvbG9neVIIVHlwb2xvZ3k6NJJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2ZW50qLsY'
'Abq7GA9UeXBvbG9neVVwZGF0ZWQ=');
@$core.Deprecated('Use actorTypologyUpdatedEventDescriptor instead')
const ActorTypologyUpdatedEvent$json = {
'1': 'ActorTypologyUpdatedEvent',
'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.ActorTypologyUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorTypologyUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorTypologyUpdatedEventDescriptor = $convert.base64Decode(
'ChlBY3RvclR5cG9sb2d5VXBkYXRlZEV2ZW50EjMKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCbqB'
'AQWKAQIQAVICSUQSRQoHUGF5bG9hZBgDIAEoCzIgLmFwaS5BY3RvclR5cG9sb2d5VXBkYXRlZF'
'BheWxvYWRCCbqBAQWKAQIQAVIHUGF5bG9hZDpUkkEgCh7SAQZIZWFkZXLSAQhFbnRpdHlJRNIB'
'B1BheWxvYWSiuxgFRXZlbnS6uxgPVHlwb2xvZ3lVcGRhdGVk2rsYEWNoZWNrUGFydG5lckFwcE'
'lk');
@$core.Deprecated('Use actorTypologyUpdatedRequestDescriptor instead')
const ActorTypologyUpdatedRequest$json = {
'1': 'ActorTypologyUpdatedRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorTypologyUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorTypologyUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorTypologyUpdatedRequestDescriptor = $convert.base64Decode(
'ChtBY3RvclR5cG9sb2d5VXBkYXRlZFJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
'Vlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIoCgJJRBgCIAEoCzINLmFwaS5F'
'bnRpdHlJREIJuoEBBYoBAhABUgJJRBJFCgdQYXlsb2FkGAMgASgLMiAuYXBpLkFjdG9yVHlwb2'
'xvZ3lVcGRhdGVkUGF5bG9hZEIJuoEBBYoBAhABUgdQYXlsb2FkOjuSQRoKGNIBBkhlYWRlctIB'
'AklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYD1R5cG9sb2d5VXBkYXRlZA==');
@$core.Deprecated('Use actorTypologyUpdatedResponseDescriptor instead')
const ActorTypologyUpdatedResponse$json = {
'1': 'ActorTypologyUpdatedResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
'7': {},
};
/// Descriptor for `ActorTypologyUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorTypologyUpdatedResponseDescriptor = $convert.base64Decode(
'ChxBY3RvclR5cG9sb2d5VXBkYXRlZFJlc3BvbnNlEisKBkhlYWRlchgBIAEoCzITLmFwaS5SZX'
'Nwb25zZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoforsY'
'CFJlc3BvbnNlursYD1R5cG9sb2d5VXBkYXRlZA==');
@$core.Deprecated('Use actorCarrierInformationUpdatedPayloadDescriptor instead')
const ActorCarrierInformationUpdatedPayload$json = {
'1': 'ActorCarrierInformationUpdatedPayload',
'2': [
{'1': 'IsCarrier', '3': 1, '4': 1, '5': 8, '8': {}, '10': 'IsCarrier'},
{'1': 'CarrierServices', '3': 2, '4': 3, '5': 11, '6': '.api.CarrierService', '8': {}, '10': 'CarrierServices'},
],
'7': {},
};
/// Descriptor for `ActorCarrierInformationUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorCarrierInformationUpdatedPayloadDescriptor = $convert.base64Decode(
'CiVBY3RvckNhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRQYXlsb2FkEjkKCUlzQ2FycmllchgBIA'
'EoCEIbkkEYMhZDYW4gYmUgdXNlZCBhcyBjYXJyaWVyUglJc0NhcnJpZXISYgoPQ2FycmllclNl'
'cnZpY2VzGAIgAygLMhMuYXBpLkNhcnJpZXJTZXJ2aWNlQiOSQRoyGExpc3Qgb2YgY2Fycmllci'
'BzZXJ2aWNlc+rBGAJJRFIPQ2FycmllclNlcnZpY2VzOj6SQREKDzINRXZlbnQgUGF5bG9hZKK7'
'GAVFdmVudKi7GAG6uxgZQ2FycmllckluZm9ybWF0aW9uVXBkYXRlZA==');
@$core.Deprecated('Use actorCarrierInformationUpdatedEventDescriptor instead')
const ActorCarrierInformationUpdatedEvent$json = {
'1': 'ActorCarrierInformationUpdatedEvent',
'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.ActorCarrierInformationUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorCarrierInformationUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorCarrierInformationUpdatedEventDescriptor = $convert.base64Decode(
'CiNBY3RvckNhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRFdmVudBIzCgZIZWFkZXIYASABKAsyEC'
'5hcGkuRXZlbnRIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEigKAklEGAIgASgLMg0uYXBpLkVu'
'dGl0eUlEQgm6gQEFigECEAFSAklEEk8KB1BheWxvYWQYAyABKAsyKi5hcGkuQWN0b3JDYXJyaW'
'VySW5mb3JtYXRpb25VcGRhdGVkUGF5bG9hZEIJuoEBBYoBAhABUgdQYXlsb2FkOl6SQSAKHtIB'
'BkhlYWRlctIBCEVudGl0eUlE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBlDYXJyaWVySW5mb3JtYX'
'Rpb25VcGRhdGVk2rsYEWNoZWNrUGFydG5lckFwcElk');
@$core.Deprecated('Use actorCarrierInformationUpdatedRequestDescriptor instead')
const ActorCarrierInformationUpdatedRequest$json = {
'1': 'ActorCarrierInformationUpdatedRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorCarrierInformationUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorCarrierInformationUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorCarrierInformationUpdatedRequestDescriptor = $convert.base64Decode(
'CiVBY3RvckNhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCz'
'IZLmFwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiAB'
'KAsyDS5hcGkuRW50aXR5SURCCbqBAQWKAQIQAVICSUQSTwoHUGF5bG9hZBgDIAEoCzIqLmFwaS'
'5BY3RvckNhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRQYXlsb2FkQgm6gQEFigECEAFSB1BheWxv'
'YWQ6RZJBGgoY0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgZQ2Fycmllck'
'luZm9ybWF0aW9uVXBkYXRlZA==');
@$core.Deprecated('Use actorCarrierInformationUpdatedResponseDescriptor instead')
const ActorCarrierInformationUpdatedResponse$json = {
'1': 'ActorCarrierInformationUpdatedResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
'7': {},
};
/// Descriptor for `ActorCarrierInformationUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorCarrierInformationUpdatedResponseDescriptor = $convert.base64Decode(
'CiZBY3RvckNhcnJpZXJJbmZvcm1hdGlvblVwZGF0ZWRSZXNwb25zZRIrCgZIZWFkZXIYASABKA'
'syEy5hcGkuUmVzcG9uc2VIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
'RFICSUQ6KaK7GAhSZXNwb25zZbq7GBlDYXJyaWVySW5mb3JtYXRpb25VcGRhdGVk');
@$core.Deprecated('Use actorStockManagementUpdatedPayloadDescriptor instead')
const ActorStockManagementUpdatedPayload$json = {
'1': 'ActorStockManagementUpdatedPayload',
'2': [
{'1': 'ManagedStock', '3': 1, '4': 1, '5': 8, '8': {}, '10': 'ManagedStock'},
],
'7': {},
};
/// Descriptor for `ActorStockManagementUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorStockManagementUpdatedPayloadDescriptor = $convert.base64Decode(
'CiJBY3RvclN0b2NrTWFuYWdlbWVudFVwZGF0ZWRQYXlsb2FkEjkKDE1hbmFnZWRTdG9jaxgBIA'
'EoCEIVkkESMhBDYW4gbWFuYWdlIHN0b2NrUgxNYW5hZ2VkU3RvY2s6O5JBEQoPMg1FdmVudCBQ'
'YXlsb2FkorsYBUV2ZW50qLsYAbq7GBZTdG9ja01hbmFnZW1lbnRVcGRhdGVk');
@$core.Deprecated('Use actorStockManagementUpdatedEventDescriptor instead')
const ActorStockManagementUpdatedEvent$json = {
'1': 'ActorStockManagementUpdatedEvent',
'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.ActorStockManagementUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorStockManagementUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorStockManagementUpdatedEventDescriptor = $convert.base64Decode(
'CiBBY3RvclN0b2NrTWFuYWdlbWVudFVwZGF0ZWRFdmVudBIzCgZIZWFkZXIYASABKAsyEC5hcG'
'kuRXZlbnRIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEigKAklEGAIgASgLMg0uYXBpLkVudGl0'
'eUlEQgm6gQEFigECEAFSAklEEkwKB1BheWxvYWQYAyABKAsyJy5hcGkuQWN0b3JTdG9ja01hbm'
'FnZW1lbnRVcGRhdGVkUGF5bG9hZEIJuoEBBYoBAhABUgdQYXlsb2FkOluSQSAKHtIBBkhlYWRl'
'ctIBCEVudGl0eUlE0gEHUGF5bG9hZKK7GAVFdmVudLq7GBZTdG9ja01hbmFnZW1lbnRVcGRhdG'
'Vk2rsYEWNoZWNrUGFydG5lckFwcElk');
@$core.Deprecated('Use actorStockManagementUpdatedRequestDescriptor instead')
const ActorStockManagementUpdatedRequest$json = {
'1': 'ActorStockManagementUpdatedRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorStockManagementUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorStockManagementUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorStockManagementUpdatedRequestDescriptor = $convert.base64Decode(
'CiJBY3RvclN0b2NrTWFuYWdlbWVudFVwZGF0ZWRSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLm'
'FwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiABKAsy'
'DS5hcGkuRW50aXR5SURCCbqBAQWKAQIQAVICSUQSTAoHUGF5bG9hZBgDIAEoCzInLmFwaS5BY3'
'RvclN0b2NrTWFuYWdlbWVudFVwZGF0ZWRQYXlsb2FkQgm6gQEFigECEAFSB1BheWxvYWQ6QpJB'
'GgoY0gEGSGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgWU3RvY2tNYW5hZ2VtZW'
'50VXBkYXRlZA==');
@$core.Deprecated('Use actorStockManagementUpdatedResponseDescriptor instead')
const ActorStockManagementUpdatedResponse$json = {
'1': 'ActorStockManagementUpdatedResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
'7': {},
};
/// Descriptor for `ActorStockManagementUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorStockManagementUpdatedResponseDescriptor = $convert.base64Decode(
'CiNBY3RvclN0b2NrTWFuYWdlbWVudFVwZGF0ZWRSZXNwb25zZRIrCgZIZWFkZXIYASABKAsyEy'
'5hcGkuUmVzcG9uc2VIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFIC'
'SUQ6JqK7GAhSZXNwb25zZbq7GBZTdG9ja01hbmFnZW1lbnRVcGRhdGVk');
@$core.Deprecated('Use actorPartnerLinkUpdatedPayloadDescriptor instead')
const ActorPartnerLinkUpdatedPayload$json = {
'1': 'ActorPartnerLinkUpdatedPayload',
'2': [
{'1': 'PartnerID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'PartnerID'},
],
'7': {},
};
/// Descriptor for `ActorPartnerLinkUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorPartnerLinkUpdatedPayloadDescriptor = $convert.base64Decode(
'Ch5BY3RvclBhcnRuZXJMaW5rVXBkYXRlZFBheWxvYWQSQAoJUGFydG5lcklEGAEgASgJQiKSQR'
'QyEkV4aXN0aW5nIFBhcnRuZXJJRNrBGAdQYXJ0bmVyUglQYXJ0bmVySUQ6N5JBEQoPMg1FdmVu'
'dCBQYXlsb2FkorsYBUV2ZW50qLsYAbq7GBJQYXJ0bmVyTGlua1VwZGF0ZWQ=');
@$core.Deprecated('Use actorPartnerLinkUpdatedEventDescriptor instead')
const ActorPartnerLinkUpdatedEvent$json = {
'1': 'ActorPartnerLinkUpdatedEvent',
'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.ActorPartnerLinkUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorPartnerLinkUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorPartnerLinkUpdatedEventDescriptor = $convert.base64Decode(
'ChxBY3RvclBhcnRuZXJMaW5rVXBkYXRlZEV2ZW50EjMKBkhlYWRlchgBIAEoCzIQLmFwaS5Fdm'
'VudEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURC'
'CbqBAQWKAQIQAVICSUQSSAoHUGF5bG9hZBgDIAEoCzIjLmFwaS5BY3RvclBhcnRuZXJMaW5rVX'
'BkYXRlZFBheWxvYWRCCbqBAQWKAQIQAVIHUGF5bG9hZDpXkkEgCh7SAQZIZWFkZXLSAQhFbnRp'
'dHlJRNIBB1BheWxvYWSiuxgFRXZlbnS6uxgSUGFydG5lckxpbmtVcGRhdGVk2rsYEWNoZWNrUG'
'FydG5lckFwcElk');
@$core.Deprecated('Use actorPartnerLinkUpdatedRequestDescriptor instead')
const ActorPartnerLinkUpdatedRequest$json = {
'1': 'ActorPartnerLinkUpdatedRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorPartnerLinkUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorPartnerLinkUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorPartnerLinkUpdatedRequestDescriptor = $convert.base64Decode(
'Ch5BY3RvclBhcnRuZXJMaW5rVXBkYXRlZFJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLl'
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIoCgJJRBgCIAEoCzINLmFw'
'aS5FbnRpdHlJREIJuoEBBYoBAhABUgJJRBJICgdQYXlsb2FkGAMgASgLMiMuYXBpLkFjdG9yUG'
'FydG5lckxpbmtVcGRhdGVkUGF5bG9hZEIJuoEBBYoBAhABUgdQYXlsb2FkOj6SQRoKGNIBBkhl'
'YWRlctIBAklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYElBhcnRuZXJMaW5rVXBkYXRlZA==');
@$core.Deprecated('Use actorPartnerLinkUpdatedResponseDescriptor instead')
const ActorPartnerLinkUpdatedResponse$json = {
'1': 'ActorPartnerLinkUpdatedResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
'7': {},
};
/// Descriptor for `ActorPartnerLinkUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorPartnerLinkUpdatedResponseDescriptor = $convert.base64Decode(
'Ch9BY3RvclBhcnRuZXJMaW5rVXBkYXRlZFJlc3BvbnNlEisKBkhlYWRlchgBIAEoCzITLmFwaS'
'5SZXNwb25zZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoi'
'orsYCFJlc3BvbnNlursYElBhcnRuZXJMaW5rVXBkYXRlZA==');
@$core.Deprecated('Use actorPhotoURIUpdatedPayloadDescriptor instead')
const ActorPhotoURIUpdatedPayload$json = {
'1': 'ActorPhotoURIUpdatedPayload',
'2': [
{'1': 'PhotoURI', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'PhotoURI'},
],
'7': {},
};
/// Descriptor for `ActorPhotoURIUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorPhotoURIUpdatedPayloadDescriptor = $convert.base64Decode(
'ChtBY3RvclBob3RvVVJJVXBkYXRlZFBheWxvYWQSWAoIUGhvdG9VUkkYASABKAlCPJJBKUonIm'
'h0dHBzOi8vcmVmbGV4LXZpc2liaWxpdHktZm9yZXZlci5qcGci2sIYDAoKCgEqEgVpbWFnZVII'
'UGhvdG9VUkk6NJJBEQoPMg1FdmVudCBQYXlsb2FkorsYBUV2ZW50qLsYAbq7GA9QaG90b1VSSV'
'VwZGF0ZWQ=');
@$core.Deprecated('Use actorPhotoURIUpdatedEventDescriptor instead')
const ActorPhotoURIUpdatedEvent$json = {
'1': 'ActorPhotoURIUpdatedEvent',
'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.ActorPhotoURIUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorPhotoURIUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorPhotoURIUpdatedEventDescriptor = $convert.base64Decode(
'ChlBY3RvclBob3RvVVJJVXBkYXRlZEV2ZW50EjMKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudE'
'hlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCbqB'
'AQWKAQIQAVICSUQSRQoHUGF5bG9hZBgDIAEoCzIgLmFwaS5BY3RvclBob3RvVVJJVXBkYXRlZF'
'BheWxvYWRCCbqBAQWKAQIQAVIHUGF5bG9hZDpUkkEgCh7SAQZIZWFkZXLSAQhFbnRpdHlJRNIB'
'B1BheWxvYWSiuxgFRXZlbnS6uxgPUGhvdG9VUklVcGRhdGVk2rsYEWNoZWNrUGFydG5lckFwcE'
'lk');
@$core.Deprecated('Use actorPhotoURIUpdatedRequestDescriptor instead')
const ActorPhotoURIUpdatedRequest$json = {
'1': 'ActorPhotoURIUpdatedRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorPhotoURIUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorPhotoURIUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorPhotoURIUpdatedRequestDescriptor = $convert.base64Decode(
'ChtBY3RvclBob3RvVVJJVXBkYXRlZFJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
'Vlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIoCgJJRBgCIAEoCzINLmFwaS5F'
'bnRpdHlJREIJuoEBBYoBAhABUgJJRBJFCgdQYXlsb2FkGAMgASgLMiAuYXBpLkFjdG9yUGhvdG'
'9VUklVcGRhdGVkUGF5bG9hZEIJuoEBBYoBAhABUgdQYXlsb2FkOjuSQRoKGNIBBkhlYWRlctIB'
'AklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYD1Bob3RvVVJJVXBkYXRlZA==');
@$core.Deprecated('Use actorPhotoURIUpdatedResponseDescriptor instead')
const ActorPhotoURIUpdatedResponse$json = {
'1': 'ActorPhotoURIUpdatedResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
'7': {},
};
/// Descriptor for `ActorPhotoURIUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorPhotoURIUpdatedResponseDescriptor = $convert.base64Decode(
'ChxBY3RvclBob3RvVVJJVXBkYXRlZFJlc3BvbnNlEisKBkhlYWRlchgBIAEoCzITLmFwaS5SZX'
'Nwb25zZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoforsY'
'CFJlc3BvbnNlursYD1Bob3RvVVJJVXBkYXRlZA==');
@$core.Deprecated('Use actorConnectionUpdatedPayloadDescriptor instead')
const ActorConnectionUpdatedPayload$json = {
'1': 'ActorConnectionUpdatedPayload',
'2': [
{'1': 'IsShipToConnected', '3': 1, '4': 1, '5': 8, '10': 'IsShipToConnected'},
{'1': 'IsShipFromConnected', '3': 2, '4': 1, '5': 8, '10': 'IsShipFromConnected'},
{'1': 'ShipToPartnerAppID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'ShipToPartnerAppID'},
{'1': 'ShipFromPartnerAppID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'ShipFromPartnerAppID'},
{'1': 'ConnectionIdentifierPrefixes', '3': 5, '4': 3, '5': 9, '8': {}, '10': 'ConnectionIdentifierPrefixes'},
],
'7': {},
};
/// Descriptor for `ActorConnectionUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorConnectionUpdatedPayloadDescriptor = $convert.base64Decode(
'Ch1BY3RvckNvbm5lY3Rpb25VcGRhdGVkUGF5bG9hZBIsChFJc1NoaXBUb0Nvbm5lY3RlZBgBIA'
'EoCFIRSXNTaGlwVG9Db25uZWN0ZWQSMAoTSXNTaGlwRnJvbUNvbm5lY3RlZBgCIAEoCFITSXNT'
'aGlwRnJvbUNvbm5lY3RlZBJQChJTaGlwVG9QYXJ0bmVyQXBwSUQYAyABKAlCIJJBHTIbTXVzdC'
'BiZSBleGlzdGluZyBwYXJ0bmVyIElEUhJTaGlwVG9QYXJ0bmVyQXBwSUQSVAoUU2hpcEZyb21Q'
'YXJ0bmVyQXBwSUQYBCABKAlCIJJBHTIbTXVzdCBiZSBleGlzdGluZyBwYXJ0bmVyIElEUhRTaG'
'lwRnJvbVBhcnRuZXJBcHBJRBJeChxDb25uZWN0aW9uSWRlbnRpZmllclByZWZpeGVzGAUgAygJ'
'Qhq6gQEWkgETIhFyDzINXlthLXpBLVowLTldKlIcQ29ubmVjdGlvbklkZW50aWZpZXJQcmVmaX'
'hlczo2kkERCg8yDUV2ZW50IFBheWxvYWSiuxgFRXZlbnSouxgBursYEUNvbm5lY3Rpb25VcGRh'
'dGVk');
@$core.Deprecated('Use actorConnectionUpdatedEventDescriptor instead')
const ActorConnectionUpdatedEvent$json = {
'1': 'ActorConnectionUpdatedEvent',
'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.ActorConnectionUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorConnectionUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorConnectionUpdatedEventDescriptor = $convert.base64Decode(
'ChtBY3RvckNvbm5lY3Rpb25VcGRhdGVkRXZlbnQSMwoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
'50SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIoCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREIJ'
'uoEBBYoBAhABUgJJRBJHCgdQYXlsb2FkGAMgASgLMiIuYXBpLkFjdG9yQ29ubmVjdGlvblVwZG'
'F0ZWRQYXlsb2FkQgm6gQEFigECEAFSB1BheWxvYWQ6VpJBIAoe0gEGSGVhZGVy0gEIRW50aXR5'
'SUTSAQdQYXlsb2FkorsYBUV2ZW50ursYEUNvbm5lY3Rpb25VcGRhdGVk2rsYEWNoZWNrUGFydG'
'5lckFwcElk');
@$core.Deprecated('Use actorConnectionUpdatedRequestDescriptor instead')
const ActorConnectionUpdatedRequest$json = {
'1': 'ActorConnectionUpdatedRequest',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '8': {}, '10': 'ID'},
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.ActorConnectionUpdatedPayload', '8': {}, '10': 'Payload'},
],
'7': {},
};
/// Descriptor for `ActorConnectionUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorConnectionUpdatedRequestDescriptor = $convert.base64Decode(
'Ch1BY3RvckNvbm5lY3Rpb25VcGRhdGVkUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
'VxdWVzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEigKAklEGAIgASgLMg0uYXBp'
'LkVudGl0eUlEQgm6gQEFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIi5hcGkuQWN0b3JDb2'
'5uZWN0aW9uVXBkYXRlZFBheWxvYWRCCbqBAQWKAQIQAVIHUGF5bG9hZDo9kkEaChjSAQZIZWFk'
'ZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GBFDb25uZWN0aW9uVXBkYXRlZA==');
@$core.Deprecated('Use actorConnectionUpdatedResponseDescriptor instead')
const ActorConnectionUpdatedResponse$json = {
'1': 'ActorConnectionUpdatedResponse',
'2': [
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.ResponseHeader', '10': 'Header'},
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
],
'7': {},
};
/// Descriptor for `ActorConnectionUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List actorConnectionUpdatedResponseDescriptor = $convert.base64Decode(
'Ch5BY3RvckNvbm5lY3Rpb25VcGRhdGVkUmVzcG9uc2USKwoGSGVhZGVyGAEgASgLMhMuYXBpLl'
'Jlc3BvbnNlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEOiGi'
'uxgIUmVzcG9uc2W6uxgRQ29ubmVjdGlvblVwZGF0ZWQ=');
@$core.Deprecated('Use actorDeletedPayloadDescriptor instead')
const ActorDeletedPayload$json = {
'1': 'ActorDeletedPayload',

View File

@@ -1,6 +1,6 @@
name: dart_core_sdk
description: dart libs from core model proto files
version: 1.15.0-SNAPSHOT-260824125204
version: 1.15.0-SNAPSHOT-260824152240
homepage: ''
publish_to: ''
repository: ''