You've already forked dart-core-sdk
431 lines
21 KiB
Dart
431 lines
21 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from partnerInput.proto.
|
|
|
|
// @dart = 3.3
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names
|
|
// ignore_for_file: curly_braces_in_flow_control_structures
|
|
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use partnerCreatedPayloadDescriptor instead')
|
|
const PartnerCreatedPayload$json = {
|
|
'1': 'PartnerCreatedPayload',
|
|
'2': [
|
|
{'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
|
|
{'1': 'LegalStructure', '3': 2, '4': 1, '5': 9, '10': 'LegalStructure'},
|
|
{'1': 'Address', '3': 4, '4': 1, '5': 11, '6': '.api.Address', '10': 'Address'},
|
|
{'1': 'PhotoURI', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'PhotoURI'},
|
|
{
|
|
'1': 'AllowedRoles',
|
|
'3': 6,
|
|
'4': 3,
|
|
'5': 9,
|
|
'8': {'3': true},
|
|
'10': 'AllowedRoles',
|
|
},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerCreatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerCreatedPayloadDescriptor = $convert.base64Decode(
|
|
'ChVQYXJ0bmVyQ3JlYXRlZFBheWxvYWQSEgoETmFtZRgBIAEoCVIETmFtZRImCg5MZWdhbFN0cn'
|
|
'VjdHVyZRgCIAEoCVIOTGVnYWxTdHJ1Y3R1cmUSJgoHQWRkcmVzcxgEIAEoCzIMLmFwaS5BZGRy'
|
|
'ZXNzUgdBZGRyZXNzElgKCFBob3RvVVJJGAUgASgJQjySQSlKJyJodHRwczovL3JlZmxleC12aX'
|
|
'NpYmlsaXR5LWZvcmV2ZXIuanBnItrCGAwKCgoBKhIFaW1hZ2VSCFBob3RvVVJJEnAKDEFsbG93'
|
|
'ZWRSb2xlcxgGIAMoCUJMGAGSQUcyRURlcHJlY2F0ZWQgc2luY2UgcmVsZWFzZSAxLjcuIFJvbG'
|
|
'VzIGFsbG93ZWQgZm9yIHRoZXNlIHBhcnRuZXIncyB1c2Vyc1IMQWxsb3dlZFJvbGVzOhiiuxgF'
|
|
'RXZlbnSouxgBursYB0NyZWF0ZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerCreatedEventDescriptor instead')
|
|
const PartnerCreatedEvent$json = {
|
|
'1': 'PartnerCreatedEvent',
|
|
'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.PartnerCreatedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerCreatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerCreatedEventDescriptor = $convert.base64Decode(
|
|
'ChNQYXJ0bmVyQ3JlYXRlZEV2ZW50EjMKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlck'
|
|
'IJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURCCbqBAQWKAQIQ'
|
|
'AVICSUQSPwoHUGF5bG9hZBgDIAEoCzIaLmFwaS5QYXJ0bmVyQ3JlYXRlZFBheWxvYWRCCbqBAQ'
|
|
'WKAQIQAVIHUGF5bG9hZDoUorsYBUV2ZW50ursYB0NyZWF0ZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerCreatedRequestDescriptor instead')
|
|
const PartnerCreatedRequest$json = {
|
|
'1': 'PartnerCreatedRequest',
|
|
'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.PartnerCreatedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerCreatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerCreatedRequestDescriptor = $convert.base64Decode(
|
|
'ChVQYXJ0bmVyQ3JlYXRlZFJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3RQcm'
|
|
'9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIoCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJ'
|
|
'REIJuoEBBYoBAhABUgJJRBI/CgdQYXlsb2FkGAMgASgLMhouYXBpLlBhcnRuZXJDcmVhdGVkUG'
|
|
'F5bG9hZEIJuoEBBYoBAhABUgdQYXlsb2FkOjOSQRoKGNIBBkhlYWRlctIBAklE0gEHUGF5bG9h'
|
|
'ZKK7GAdSZXF1ZXN0ursYB0NyZWF0ZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerCreatedResponseDescriptor instead')
|
|
const PartnerCreatedResponse$json = {
|
|
'1': 'PartnerCreatedResponse',
|
|
'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 `PartnerCreatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerCreatedResponseDescriptor = $convert.base64Decode(
|
|
'ChZQYXJ0bmVyQ3JlYXRlZFJlc3BvbnNlEisKBkhlYWRlchgBIAEoCzITLmFwaS5SZXNwb25zZU'
|
|
'hlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoXorsYCFJlc3Bv'
|
|
'bnNlursYB0NyZWF0ZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerDeletedPayloadDescriptor instead')
|
|
const PartnerDeletedPayload$json = {
|
|
'1': 'PartnerDeletedPayload',
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerDeletedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerDeletedPayloadDescriptor = $convert.base64Decode(
|
|
'ChVQYXJ0bmVyRGVsZXRlZFBheWxvYWQ6GKK7GAVFdmVudKi7GAG6uxgHRGVsZXRlZA==');
|
|
|
|
@$core.Deprecated('Use partnerDeletedEventDescriptor instead')
|
|
const PartnerDeletedEvent$json = {
|
|
'1': 'PartnerDeletedEvent',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.EventHeader', '10': 'Header'},
|
|
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
|
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.PartnerDeletedPayload', '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerDeletedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerDeletedEventDescriptor = $convert.base64Decode(
|
|
'ChNQYXJ0bmVyRGVsZXRlZEV2ZW50EigKBkhlYWRlchgBIAEoCzIQLmFwaS5FdmVudEhlYWRlcl'
|
|
'IGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRBI0CgdQYXlsb2FkGAMgASgL'
|
|
'MhouYXBpLlBhcnRuZXJEZWxldGVkUGF5bG9hZFIHUGF5bG9hZDokorsYBUV2ZW50ursYB0RlbG'
|
|
'V0ZWTauxgMY2hlY2tEZWxldGVk');
|
|
|
|
@$core.Deprecated('Use partnerDeletedRequestDescriptor instead')
|
|
const PartnerDeletedRequest$json = {
|
|
'1': 'PartnerDeletedRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '10': 'Header'},
|
|
{'1': 'ID', '3': 2, '4': 1, '5': 11, '6': '.api.EntityID', '10': 'ID'},
|
|
{'1': 'Payload', '3': 3, '4': 1, '5': 11, '6': '.api.PartnerDeletedPayload', '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerDeletedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerDeletedRequestDescriptor = $convert.base64Decode(
|
|
'ChVQYXJ0bmVyRGVsZXRlZFJlcXVlc3QSMQoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3RQcm'
|
|
'9qZWN0SGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEEjQKB1Bh'
|
|
'eWxvYWQYAyABKAsyGi5hcGkuUGFydG5lckRlbGV0ZWRQYXlsb2FkUgdQYXlsb2FkOhaiuxgHUm'
|
|
'VxdWVzdLq7GAdEZWxldGVk');
|
|
|
|
@$core.Deprecated('Use partnerDeletedResponseDescriptor instead')
|
|
const PartnerDeletedResponse$json = {
|
|
'1': 'PartnerDeletedResponse',
|
|
'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 `PartnerDeletedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerDeletedResponseDescriptor = $convert.base64Decode(
|
|
'ChZQYXJ0bmVyRGVsZXRlZFJlc3BvbnNlEisKBkhlYWRlchgBIAEoCzITLmFwaS5SZXNwb25zZU'
|
|
'hlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJRDoXorsYCFJlc3Bv'
|
|
'bnNlursYB0RlbGV0ZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerAttachmentAddedPayloadDescriptor instead')
|
|
const PartnerAttachmentAddedPayload$json = {
|
|
'1': 'PartnerAttachmentAddedPayload',
|
|
'2': [
|
|
{'1': 'Attachments', '3': 1, '4': 3, '5': 11, '6': '.api.AttachmentSummary', '8': {}, '10': 'Attachments'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerAttachmentAddedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAttachmentAddedPayloadDescriptor = $convert.base64Decode(
|
|
'Ch1QYXJ0bmVyQXR0YWNobWVudEFkZGVkUGF5bG9hZBJjCgtBdHRhY2htZW50cxgBIAMoCzIWLm'
|
|
'FwaS5BdHRhY2htZW50U3VtbWFyeUIpkkEmMiROdW1iZXIgb2YgYXR0YWNobWVudHMgYWRkZWQg'
|
|
'cGVyIHR5cGVSC0F0dGFjaG1lbnRzOiCiuxgFRXZlbnSouxgBursYD0F0dGFjaG1lbnRBZGRlZA'
|
|
'==');
|
|
|
|
@$core.Deprecated('Use partnerAttachmentAddedEventDescriptor instead')
|
|
const PartnerAttachmentAddedEvent$json = {
|
|
'1': 'PartnerAttachmentAddedEvent',
|
|
'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.PartnerAttachmentAddedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerAttachmentAddedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAttachmentAddedEventDescriptor = $convert.base64Decode(
|
|
'ChtQYXJ0bmVyQXR0YWNobWVudEFkZGVkRXZlbnQSMwoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW'
|
|
'50SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIoCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREIJ'
|
|
'uoEBBYoBAhABUgJJRBJHCgdQYXlsb2FkGAMgASgLMiIuYXBpLlBhcnRuZXJBdHRhY2htZW50QW'
|
|
'RkZWRQYXlsb2FkQgm6gQEFigECEAFSB1BheWxvYWQ6LaK7GAVFdmVudLq7GA9BdHRhY2htZW50'
|
|
'QWRkZWTauxgNYWRkQXR0YWNobWVudA==');
|
|
|
|
@$core.Deprecated('Use partnerAttachmentAddedRequestDescriptor instead')
|
|
const PartnerAttachmentAddedRequest$json = {
|
|
'1': 'PartnerAttachmentAddedRequest',
|
|
'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.PartnerAttachmentAddedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerAttachmentAddedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAttachmentAddedRequestDescriptor = $convert.base64Decode(
|
|
'Ch1QYXJ0bmVyQXR0YWNobWVudEFkZGVkUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
|
'VxdWVzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEigKAklEGAIgASgLMg0uYXBp'
|
|
'LkVudGl0eUlEQgm6gQEFigECEAFSAklEEkcKB1BheWxvYWQYAyABKAsyIi5hcGkuUGFydG5lck'
|
|
'F0dGFjaG1lbnRBZGRlZFBheWxvYWRCCbqBAQWKAQIQAVIHUGF5bG9hZDo7kkEaChjSAQZIZWFk'
|
|
'ZXLSAQJJRNIBB1BheWxvYWSiuxgHUmVxdWVzdLq7GA9BdHRhY2htZW50QWRkZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerAttachmentAddedResponseDescriptor instead')
|
|
const PartnerAttachmentAddedResponse$json = {
|
|
'1': 'PartnerAttachmentAddedResponse',
|
|
'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 `PartnerAttachmentAddedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAttachmentAddedResponseDescriptor = $convert.base64Decode(
|
|
'Ch5QYXJ0bmVyQXR0YWNobWVudEFkZGVkUmVzcG9uc2USKwoGSGVhZGVyGAEgASgLMhMuYXBpLl'
|
|
'Jlc3BvbnNlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEOh+i'
|
|
'uxgIUmVzcG9uc2W6uxgPQXR0YWNobWVudEFkZGVk');
|
|
|
|
@$core.Deprecated('Use partnerAttachmentRemovedPayloadDescriptor instead')
|
|
const PartnerAttachmentRemovedPayload$json = {
|
|
'1': 'PartnerAttachmentRemovedPayload',
|
|
'2': [
|
|
{'1': 'Attachments', '3': 1, '4': 3, '5': 11, '6': '.api.AttachmentSummary', '8': {}, '10': 'Attachments'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerAttachmentRemovedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAttachmentRemovedPayloadDescriptor = $convert.base64Decode(
|
|
'Ch9QYXJ0bmVyQXR0YWNobWVudFJlbW92ZWRQYXlsb2FkEmUKC0F0dGFjaG1lbnRzGAEgAygLMh'
|
|
'YuYXBpLkF0dGFjaG1lbnRTdW1tYXJ5QiuSQSgyJk51bWJlciBvZiBhdHRhY2htZW50cyByZW1v'
|
|
'dmVkIHBlciB0eXBlUgtBdHRhY2htZW50czoiorsYBUV2ZW50qLsYAbq7GBFBdHRhY2htZW50Um'
|
|
'Vtb3ZlZA==');
|
|
|
|
@$core.Deprecated('Use partnerAttachmentRemovedEventDescriptor instead')
|
|
const PartnerAttachmentRemovedEvent$json = {
|
|
'1': 'PartnerAttachmentRemovedEvent',
|
|
'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.PartnerAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerAttachmentRemovedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAttachmentRemovedEventDescriptor = $convert.base64Decode(
|
|
'Ch1QYXJ0bmVyQXR0YWNobWVudFJlbW92ZWRFdmVudBIzCgZIZWFkZXIYASABKAsyEC5hcGkuRX'
|
|
'ZlbnRIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEigKAklEGAIgASgLMg0uYXBpLkVudGl0eUlE'
|
|
'Qgm6gQEFigECEAFSAklEEkkKB1BheWxvYWQYAyABKAsyJC5hcGkuUGFydG5lckF0dGFjaG1lbn'
|
|
'RSZW1vdmVkUGF5bG9hZEIJuoEBBYoBAhABUgdQYXlsb2FkOjKiuxgFRXZlbnS6uxgRQXR0YWNo'
|
|
'bWVudFJlbW92ZWTauxgQcmVtb3ZlQXR0YWNobWVudA==');
|
|
|
|
@$core.Deprecated('Use partnerAttachmentRemovedRequestDescriptor instead')
|
|
const PartnerAttachmentRemovedRequest$json = {
|
|
'1': 'PartnerAttachmentRemovedRequest',
|
|
'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.PartnerAttachmentRemovedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerAttachmentRemovedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAttachmentRemovedRequestDescriptor = $convert.base64Decode(
|
|
'Ch9QYXJ0bmVyQXR0YWNobWVudFJlbW92ZWRSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS'
|
|
'5SZXF1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiABKAsyDS5h'
|
|
'cGkuRW50aXR5SURCCbqBAQWKAQIQAVICSUQSSQoHUGF5bG9hZBgDIAEoCzIkLmFwaS5QYXJ0bm'
|
|
'VyQXR0YWNobWVudFJlbW92ZWRQYXlsb2FkQgm6gQEFigECEAFSB1BheWxvYWQ6PZJBGgoY0gEG'
|
|
'SGVhZGVy0gECSUTSAQdQYXlsb2FkorsYB1JlcXVlc3S6uxgRQXR0YWNobWVudFJlbW92ZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerAttachmentRemovedResponseDescriptor instead')
|
|
const PartnerAttachmentRemovedResponse$json = {
|
|
'1': 'PartnerAttachmentRemovedResponse',
|
|
'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 `PartnerAttachmentRemovedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerAttachmentRemovedResponseDescriptor = $convert.base64Decode(
|
|
'CiBQYXJ0bmVyQXR0YWNobWVudFJlbW92ZWRSZXNwb25zZRIrCgZIZWFkZXIYASABKAsyEy5hcG'
|
|
'kuUmVzcG9uc2VIZWFkZXJSBkhlYWRlchIdCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJRFICSUQ6'
|
|
'IaK7GAhSZXNwb25zZbq7GBFBdHRhY2htZW50UmVtb3ZlZA==');
|
|
|
|
@$core.Deprecated('Use partnerSanitisedPayloadDescriptor instead')
|
|
const PartnerSanitisedPayload$json = {
|
|
'1': 'PartnerSanitisedPayload',
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerSanitisedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerSanitisedPayloadDescriptor = $convert.base64Decode(
|
|
'ChdQYXJ0bmVyU2FuaXRpc2VkUGF5bG9hZDoaorsYBUV2ZW50qLsYAbq7GAlTYW5pdGlzZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerSanitisedEventDescriptor instead')
|
|
const PartnerSanitisedEvent$json = {
|
|
'1': 'PartnerSanitisedEvent',
|
|
'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.PartnerSanitisedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerSanitisedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerSanitisedEventDescriptor = $convert.base64Decode(
|
|
'ChVQYXJ0bmVyU2FuaXRpc2VkRXZlbnQSMwoGSGVhZGVyGAEgASgLMhAuYXBpLkV2ZW50SGVhZG'
|
|
'VyQgm6gQEFigECEAFSBkhlYWRlchIoCgJJRBgCIAEoCzINLmFwaS5FbnRpdHlJREIJuoEBBYoB'
|
|
'AhABUgJJRBJBCgdQYXlsb2FkGAMgASgLMhwuYXBpLlBhcnRuZXJTYW5pdGlzZWRQYXlsb2FkQg'
|
|
'm6gQEFigECEAFSB1BheWxvYWQ6IqK7GAVFdmVudLq7GAlTYW5pdGlzZWTKuxgIc2FuaXRpc2U=');
|
|
|
|
@$core.Deprecated('Use partnerSanitisedRequestDescriptor instead')
|
|
const PartnerSanitisedRequest$json = {
|
|
'1': 'PartnerSanitisedRequest',
|
|
'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.PartnerSanitisedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerSanitisedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerSanitisedRequestDescriptor = $convert.base64Decode(
|
|
'ChdQYXJ0bmVyU2FuaXRpc2VkUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
|
'Byb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEigKAklEGAIgASgLMg0uYXBpLkVudGl0'
|
|
'eUlEQgm6gQEFigECEAFSAklEEkEKB1BheWxvYWQYAyABKAsyHC5hcGkuUGFydG5lclNhbml0aX'
|
|
'NlZFBheWxvYWRCCbqBAQWKAQIQAVIHUGF5bG9hZDo1kkEaChjSAQZIZWFkZXLSAQJJRNIBB1Bh'
|
|
'eWxvYWSiuxgHUmVxdWVzdLq7GAlTYW5pdGlzZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerSanitisedResponseDescriptor instead')
|
|
const PartnerSanitisedResponse$json = {
|
|
'1': 'PartnerSanitisedResponse',
|
|
'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 `PartnerSanitisedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerSanitisedResponseDescriptor = $convert.base64Decode(
|
|
'ChhQYXJ0bmVyU2FuaXRpc2VkUmVzcG9uc2USKwoGSGVhZGVyGAEgASgLMhMuYXBpLlJlc3Bvbn'
|
|
'NlSGVhZGVyUgZIZWFkZXISHQoCSUQYAiABKAsyDS5hcGkuRW50aXR5SURSAklEOhmiuxgIUmVz'
|
|
'cG9uc2W6uxgJU2FuaXRpc2Vk');
|
|
|
|
@$core.Deprecated('Use partnerCustomFieldsUpdatedPayloadDescriptor instead')
|
|
const PartnerCustomFieldsUpdatedPayload$json = {
|
|
'1': 'PartnerCustomFieldsUpdatedPayload',
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerCustomFieldsUpdatedPayload`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerCustomFieldsUpdatedPayloadDescriptor = $convert.base64Decode(
|
|
'CiFQYXJ0bmVyQ3VzdG9tRmllbGRzVXBkYXRlZFBheWxvYWQ6JKK7GAVFdmVudKi7GAG6uxgTQ3'
|
|
'VzdG9tRmllbGRzVXBkYXRlZA==');
|
|
|
|
@$core.Deprecated('Use partnerCustomFieldsUpdatedEventDescriptor instead')
|
|
const PartnerCustomFieldsUpdatedEvent$json = {
|
|
'1': 'PartnerCustomFieldsUpdatedEvent',
|
|
'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.PartnerCustomFieldsUpdatedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerCustomFieldsUpdatedEvent`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerCustomFieldsUpdatedEventDescriptor = $convert.base64Decode(
|
|
'Ch9QYXJ0bmVyQ3VzdG9tRmllbGRzVXBkYXRlZEV2ZW50EjMKBkhlYWRlchgBIAEoCzIQLmFwaS'
|
|
'5FdmVudEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISKAoCSUQYAiABKAsyDS5hcGkuRW50aXR5'
|
|
'SURCCbqBAQWKAQIQAVICSUQSSwoHUGF5bG9hZBgDIAEoCzImLmFwaS5QYXJ0bmVyQ3VzdG9tRm'
|
|
'llbGRzVXBkYXRlZFBheWxvYWRCCbqBAQWKAQIQAVIHUGF5bG9hZDogorsYBUV2ZW50ursYE0N1'
|
|
'c3RvbUZpZWxkc1VwZGF0ZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerCustomFieldsUpdatedRequestDescriptor instead')
|
|
const PartnerCustomFieldsUpdatedRequest$json = {
|
|
'1': 'PartnerCustomFieldsUpdatedRequest',
|
|
'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.PartnerCustomFieldsUpdatedPayload', '8': {}, '10': 'Payload'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `PartnerCustomFieldsUpdatedRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerCustomFieldsUpdatedRequestDescriptor = $convert.base64Decode(
|
|
'CiFQYXJ0bmVyQ3VzdG9tRmllbGRzVXBkYXRlZFJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYX'
|
|
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIoCgJJRBgCIAEoCzIN'
|
|
'LmFwaS5FbnRpdHlJREIJuoEBBYoBAhABUgJJRBJLCgdQYXlsb2FkGAMgASgLMiYuYXBpLlBhcn'
|
|
'RuZXJDdXN0b21GaWVsZHNVcGRhdGVkUGF5bG9hZEIJuoEBBYoBAhABUgdQYXlsb2FkOj+SQRoK'
|
|
'GNIBBkhlYWRlctIBAklE0gEHUGF5bG9hZKK7GAdSZXF1ZXN0ursYE0N1c3RvbUZpZWxkc1VwZG'
|
|
'F0ZWQ=');
|
|
|
|
@$core.Deprecated('Use partnerCustomFieldsUpdatedResponseDescriptor instead')
|
|
const PartnerCustomFieldsUpdatedResponse$json = {
|
|
'1': 'PartnerCustomFieldsUpdatedResponse',
|
|
'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 `PartnerCustomFieldsUpdatedResponse`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List partnerCustomFieldsUpdatedResponseDescriptor = $convert.base64Decode(
|
|
'CiJQYXJ0bmVyQ3VzdG9tRmllbGRzVXBkYXRlZFJlc3BvbnNlEisKBkhlYWRlchgBIAEoCzITLm'
|
|
'FwaS5SZXNwb25zZUhlYWRlclIGSGVhZGVyEh0KAklEGAIgASgLMg0uYXBpLkVudGl0eUlEUgJJ'
|
|
'RDojorsYCFJlc3BvbnNlursYE0N1c3RvbUZpZWxkc1VwZGF0ZWQ=');
|
|
|