You've already forked dart-core-sdk
1453 lines
65 KiB
Dart
1453 lines
65 KiB
Dart
// This is a generated file - do not edit.
|
|
//
|
|
// Generated from user.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 twoFAValueDescriptor instead')
|
|
const TwoFAValue$json = {
|
|
'1': 'TwoFAValue',
|
|
'2': [
|
|
{'1': 'TWOFA_VALUE_UNKNOWN', '2': 0},
|
|
{'1': 'TWOFA_VALUE_OPTIONAL', '2': 10},
|
|
{'1': 'TWOFA_VALUE_FORCE', '2': 20},
|
|
{'1': 'TWOFA_VALUE_SKIP', '2': 30},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `TwoFAValue`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
|
final $typed_data.Uint8List twoFAValueDescriptor = $convert.base64Decode(
|
|
'CgpUd29GQVZhbHVlEhcKE1RXT0ZBX1ZBTFVFX1VOS05PV04QABIYChRUV09GQV9WQUxVRV9PUF'
|
|
'RJT05BTBAKEhUKEVRXT0ZBX1ZBTFVFX0ZPUkNFEBQSFAoQVFdPRkFfVkFMVUVfU0tJUBAe');
|
|
|
|
@$core.Deprecated('Use userStatusDescriptor instead')
|
|
const UserStatus$json = {
|
|
'1': 'UserStatus',
|
|
'2': [
|
|
{'1': 'USER_STATUS_UNKNOWN', '2': 0},
|
|
{'1': 'USER_STATUS_PENDING', '2': 10},
|
|
{'1': 'USER_STATUS_EXPIRED', '2': 11},
|
|
{'1': 'USER_STATUS_ACTIVE', '2': 20},
|
|
{'1': 'USER_STATUS_DISABLED', '2': 30},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `UserStatus`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
|
final $typed_data.Uint8List userStatusDescriptor = $convert.base64Decode(
|
|
'CgpVc2VyU3RhdHVzEhcKE1VTRVJfU1RBVFVTX1VOS05PV04QABIXChNVU0VSX1NUQVRVU19QRU'
|
|
'5ESU5HEAoSFwoTVVNFUl9TVEFUVVNfRVhQSVJFRBALEhYKElVTRVJfU1RBVFVTX0FDVElWRRAU'
|
|
'EhgKFFVTRVJfU1RBVFVTX0RJU0FCTEVEEB4=');
|
|
|
|
@$core.Deprecated('Use userTypeDescriptor instead')
|
|
const UserType$json = {
|
|
'1': 'UserType',
|
|
'2': [
|
|
{'1': 'USER_TYPE_UNKNOWN', '2': 0},
|
|
{'1': 'USER_TYPE_USER', '2': 10},
|
|
{'1': 'USER_TYPE_SERVICE_ACCOUNT', '2': 20},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `UserType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
|
final $typed_data.Uint8List userTypeDescriptor = $convert.base64Decode(
|
|
'CghVc2VyVHlwZRIVChFVU0VSX1RZUEVfVU5LTk9XThAAEhIKDlVTRVJfVFlQRV9VU0VSEAoSHQ'
|
|
'oZVVNFUl9UWVBFX1NFUlZJQ0VfQUNDT1VOVBAU');
|
|
|
|
@$core.Deprecated('Use userDescriptor instead')
|
|
const User$json = {
|
|
'1': 'User',
|
|
'2': [
|
|
{'1': 'ID', '3': 1, '4': 1, '5': 9, '10': 'ID'},
|
|
{'1': 'FirstName', '3': 2, '4': 1, '5': 9, '10': 'FirstName'},
|
|
{'1': 'LastName', '3': 3, '4': 1, '5': 9, '10': 'LastName'},
|
|
{'1': 'Mail', '3': 4, '4': 1, '5': 9, '10': 'Mail'},
|
|
{'1': 'LanguageCode', '3': 6, '4': 1, '5': 9, '10': 'LanguageCode'},
|
|
{'1': 'TimezoneCode', '3': 7, '4': 1, '5': 9, '10': 'TimezoneCode'},
|
|
{'1': 'Status', '3': 10, '4': 1, '5': 14, '6': '.api.UserStatus', '10': 'Status'},
|
|
{'1': 'CreatedAt', '3': 11, '4': 1, '5': 9, '8': {}, '10': 'CreatedAt'},
|
|
{'1': 'Type', '3': 12, '4': 1, '5': 14, '6': '.api.UserType', '8': {}, '10': 'Type'},
|
|
{'1': 'PartnerAppID', '3': 13, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
|
|
{'1': 'ExpiresAt', '3': 14, '4': 1, '5': 9, '8': {}, '10': 'ExpiresAt'},
|
|
{'1': 'PartnerID', '3': 15, '4': 1, '5': 9, '8': {}, '10': 'PartnerID'},
|
|
{'1': 'TwoFA', '3': 16, '4': 1, '5': 14, '6': '.api.TwoFAValue', '8': {}, '10': 'TwoFA'},
|
|
{'1': 'TemporarilyLocked', '3': 17, '4': 1, '5': 8, '8': {}, '10': 'TemporarilyLocked'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `User`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List userDescriptor = $convert.base64Decode(
|
|
'CgRVc2VyEg4KAklEGAEgASgJUgJJRBIcCglGaXJzdE5hbWUYAiABKAlSCUZpcnN0TmFtZRIaCg'
|
|
'hMYXN0TmFtZRgDIAEoCVIITGFzdE5hbWUSEgoETWFpbBgEIAEoCVIETWFpbBIiCgxMYW5ndWFn'
|
|
'ZUNvZGUYBiABKAlSDExhbmd1YWdlQ29kZRIiCgxUaW1lem9uZUNvZGUYByABKAlSDFRpbWV6b2'
|
|
'5lQ29kZRInCgZTdGF0dXMYCiABKA4yDy5hcGkuVXNlclN0YXR1c1IGU3RhdHVzEoEBCglDcmVh'
|
|
'dGVkQXQYCyABKAlCY5JBVzJVVVRDIGRhdGUvdGltZSBpbiA8YSBocmVmPSdodHRwczovL2VuLn'
|
|
'dpa2lwZWRpYS5vcmcvd2lraS9JU09fODYwMSc+SVNPIDg2MDE8L2E+IGZvcm1hdLqBAQVyA9AB'
|
|
'AVIJQ3JlYXRlZEF0EmUKBFR5cGUYDCABKA4yDS5hcGkuVXNlclR5cGVCQpJBPzI9VHlwZSBvZi'
|
|
'B0aGUgdXNlciwgY291bGQgYmUgYSBTZXJ2aWNlIEFjY291bnQgb3IgYSBub3JtYWwgVXNlclIE'
|
|
'VHlwZRKXAQoMUGFydG5lckFwcElEGA0gASgJQnOSQXAybklmIHRoZSB1c2VyIGlzIGEgU2Vydm'
|
|
'ljZSBBY2NvdW50LCB0aGUgUGFydG5lckFwcElEIGlzIHRoZSBJRCBvZiB0aGUgcGFydG5lciBh'
|
|
'cHAgaXQgYmVsb25ncyB0bywgZW1wdHkgb3RoZXJ3aXNlUgxQYXJ0bmVyQXBwSUQSsQEKCUV4cG'
|
|
'lyZXNBdBgOIAEoCUKSAZJBhQEyggFVVEMgZGF0ZS90aW1lIGluIDxhIGhyZWY9J2h0dHBzOi8v'
|
|
'ZW4ud2lraXBlZGlhLm9yZy93aWtpL0lTT184NjAxJz5JU08gODYwMTwvYT4gZm9ybWF0IDsgb2'
|
|
'5seSBmb3IgU2VydmljZSBBY2NvdW50cywgZW1wdHkgb3RoZXJ3aXNluoEBBXID0AEBUglFeHBp'
|
|
'cmVzQXQSeAoJUGFydG5lcklEGA8gASgJQlqSQVcyVVRoZSBQYXJ0bmVyIElEIHRoZSB1c2VyIG'
|
|
'JlbG9uZ3MgdG8uIElmIGVtcHR5LCB0aGUgdXNlciBpcyBub3QgYWZmaWxpYXRlZCB0byBhIHBh'
|
|
'cnRuZXJSCVBhcnRuZXJJRBJGCgVUd29GQRgQIAEoDjIPLmFwaS5Ud29GQVZhbHVlQh+SQRwyGl'
|
|
'RoZSAyRkEgdmFsdWUgZm9yIHRoZSB1c2VyUgVUd29GQRKAAQoRVGVtcG9yYXJpbHlMb2NrZWQY'
|
|
'ESABKAhCUpJBTzJNSWYgdGhlIHVzZXIgaGFzIGJlZW4gdGVtcG9yYXJpbHkgbG9ja2VkIGR1ZS'
|
|
'B0byB0b28gbWFueSBmYWlsZWQgbG9naW4gYXR0ZW1wdHNSEVRlbXBvcmFyaWx5TG9ja2Vk');
|
|
|
|
@$core.Deprecated('Use removeUserRequestDescriptor instead')
|
|
const RemoveUserRequest$json = {
|
|
'1': 'RemoveUserRequest',
|
|
'2': [
|
|
{'1': 'UserID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `RemoveUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List removeUserRequestDescriptor = $convert.base64Decode(
|
|
'ChFSZW1vdmVVc2VyUmVxdWVzdBIgCgZVc2VySUQYASABKAlCCLqBAQRyAhABUgZVc2VySUQ6Dp'
|
|
'JBCwoJ0gEGVXNlcklE');
|
|
|
|
@$core.Deprecated('Use enrollUserRequestDescriptor instead')
|
|
const EnrollUserRequest$json = {
|
|
'1': 'EnrollUserRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
|
|
{'1': 'locale', '3': 3, '4': 1, '5': 9, '10': 'locale'},
|
|
{'1': 'ForceTwoFA', '3': 4, '4': 1, '5': 8, '10': 'ForceTwoFA'},
|
|
{'1': 'LoginThroughOTP', '3': 5, '4': 1, '5': 8, '10': 'LoginThroughOTP'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `EnrollUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List enrollUserRequestDescriptor = $convert.base64Decode(
|
|
'ChFFbnJvbGxVc2VyUmVxdWVzdBJBCgZIZWFkZXIYASABKAsyHi5hcGkuUmVxdWVzdE9yZ2FuaX'
|
|
'NhdGlvbkhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISHAoETWFpbBgCIAEoCUIIuoEBBHICEAFS'
|
|
'BE1haWwSFgoGbG9jYWxlGAMgASgJUgZsb2NhbGUSHgoKRm9yY2VUd29GQRgEIAEoCFIKRm9yY2'
|
|
'VUd29GQRIoCg9Mb2dpblRocm91Z2hPVFAYBSABKAhSD0xvZ2luVGhyb3VnaE9UUDoVkkESChDS'
|
|
'AQZIZWFkZXLSAQRNYWls');
|
|
|
|
@$core.Deprecated('Use sendVerificationMailRequestDescriptor instead')
|
|
const SendVerificationMailRequest$json = {
|
|
'1': 'SendVerificationMailRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SendVerificationMailRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List sendVerificationMailRequestDescriptor = $convert.base64Decode(
|
|
'ChtTZW5kVmVyaWZpY2F0aW9uTWFpbFJlcXVlc3QSQQoGSGVhZGVyGAEgASgLMh4uYXBpLlJlcX'
|
|
'Vlc3RPcmdhbmlzYXRpb25IZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEiAKBlVzZXJJRBgCIAEo'
|
|
'CUIIuoEBBHICEAFSBlVzZXJJRDoXkkEUChLSAQZIZWFkZXLSAQZVc2VySUQ=');
|
|
|
|
@$core.Deprecated('Use sendVerificationMailAsRequestDescriptor instead')
|
|
const SendVerificationMailAsRequest$json = {
|
|
'1': 'SendVerificationMailAsRequest',
|
|
'2': [
|
|
{'1': 'SenderMail', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'SenderMail'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'OrganisationID', '3': 3, '4': 1, '5': 9, '10': 'OrganisationID'},
|
|
{'1': 'ProjectID', '3': 4, '4': 1, '5': 9, '10': 'ProjectID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SendVerificationMailAsRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List sendVerificationMailAsRequestDescriptor = $convert.base64Decode(
|
|
'Ch1TZW5kVmVyaWZpY2F0aW9uTWFpbEFzUmVxdWVzdBIoCgpTZW5kZXJNYWlsGAEgASgJQgi6gQ'
|
|
'EEcgIQAVIKU2VuZGVyTWFpbBIgCgZVc2VySUQYAiABKAlCCLqBAQRyAhABUgZVc2VySUQSJgoO'
|
|
'T3JnYW5pc2F0aW9uSUQYAyABKAlSDk9yZ2FuaXNhdGlvbklEEhwKCVByb2plY3RJRBgEIAEoCV'
|
|
'IJUHJvamVjdElEOhuSQRgKFtIBClNlbmRlck1haWzSAQZVc2VySUQ=');
|
|
|
|
@$core.Deprecated('Use enrollUserProjectRequestDescriptor instead')
|
|
const EnrollUserProjectRequest$json = {
|
|
'1': 'EnrollUserProjectRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
|
|
{'1': 'locale', '3': 3, '4': 1, '5': 9, '10': 'locale'},
|
|
{'1': 'ForceTwoFA', '3': 4, '4': 1, '5': 8, '10': 'ForceTwoFA'},
|
|
{'1': 'LoginThroughOTP', '3': 5, '4': 1, '5': 8, '10': 'LoginThroughOTP'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `EnrollUserProjectRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List enrollUserProjectRequestDescriptor = $convert.base64Decode(
|
|
'ChhFbnJvbGxVc2VyUHJvamVjdFJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
|
|
'RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIcCgRNYWlsGAIgASgJQgi6gQEEcgIQ'
|
|
'AVIETWFpbBIWCgZsb2NhbGUYAyABKAlSBmxvY2FsZRIeCgpGb3JjZVR3b0ZBGAQgASgIUgpGb3'
|
|
'JjZVR3b0ZBEigKD0xvZ2luVGhyb3VnaE9UUBgFIAEoCFIPTG9naW5UaHJvdWdoT1RQOhWSQRIK'
|
|
'ENIBBkhlYWRlctIBBE1haWw=');
|
|
|
|
@$core.Deprecated('Use sendVerificationMailProjectRequestDescriptor instead')
|
|
const SendVerificationMailProjectRequest$json = {
|
|
'1': 'SendVerificationMailProjectRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SendVerificationMailProjectRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List sendVerificationMailProjectRequestDescriptor = $convert.base64Decode(
|
|
'CiJTZW5kVmVyaWZpY2F0aW9uTWFpbFByb2plY3RSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLm'
|
|
'FwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISIAoGVXNlcklEGAIg'
|
|
'ASgJQgi6gQEEcgIQAVIGVXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use createSARequestDescriptor instead')
|
|
const CreateSARequest$json = {
|
|
'1': 'CreateSARequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `CreateSARequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List createSARequestDescriptor = $convert.base64Decode(
|
|
'Cg9DcmVhdGVTQVJlcXVlc3QSQQoGSGVhZGVyGAEgASgLMh4uYXBpLlJlcXVlc3RPcmdhbmlzYX'
|
|
'Rpb25IZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEmQKBE5hbWUYAiABKAlCUJJBI4oBIF5bYS16'
|
|
'QS1aMC05XSsoPzotW2EtekEtWjAtOV0rKSokuoEBJnIkEAEyIF5bYS16QS1aMC05XSsoPzotW2'
|
|
'EtekEtWjAtOV0rKSokUgROYW1lOhWSQRIKENIBBkhlYWRlctIBBE5hbWU=');
|
|
|
|
@$core.Deprecated('Use renewSARequestDescriptor instead')
|
|
const RenewSARequest$json = {
|
|
'1': 'RenewSARequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `RenewSARequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List renewSARequestDescriptor = $convert.base64Decode(
|
|
'Cg5SZW5ld1NBUmVxdWVzdBJBCgZIZWFkZXIYASABKAsyHi5hcGkuUmVxdWVzdE9yZ2FuaXNhdG'
|
|
'lvbkhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISHAoETWFpbBgCIAEoCUIIuoEBBHICEAFSBE1h'
|
|
'aWw6FZJBEgoQ0gEGSGVhZGVy0gEETWFpbA==');
|
|
|
|
@$core.Deprecated('Use removeSARequestDescriptor instead')
|
|
const RemoveSARequest$json = {
|
|
'1': 'RemoveSARequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `RemoveSARequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List removeSARequestDescriptor = $convert.base64Decode(
|
|
'Cg9SZW1vdmVTQVJlcXVlc3QSQQoGSGVhZGVyGAEgASgLMh4uYXBpLlJlcXVlc3RPcmdhbmlzYX'
|
|
'Rpb25IZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEhwKBE1haWwYAiABKAlCCLqBAQRyAhABUgRN'
|
|
'YWlsOhWSQRIKENIBBkhlYWRlctIBBE1haWw=');
|
|
|
|
@$core.Deprecated('Use suggestSANameRequestDescriptor instead')
|
|
const SuggestSANameRequest$json = {
|
|
'1': 'SuggestSANameRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SuggestSANameRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List suggestSANameRequestDescriptor = $convert.base64Decode(
|
|
'ChRTdWdnZXN0U0FOYW1lUmVxdWVzdBJBCgZIZWFkZXIYASABKAsyHi5hcGkuUmVxdWVzdE9yZ2'
|
|
'FuaXNhdGlvbkhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISZAoETmFtZRgCIAEoCUJQkkEjigEg'
|
|
'XlthLXpBLVowLTldKyg/Oi1bYS16QS1aMC05XSspKiS6gQEmciQQATIgXlthLXpBLVowLTldKy'
|
|
'g/Oi1bYS16QS1aMC05XSspKiRSBE5hbWU6FZJBEgoQ0gEGSGVhZGVy0gEETmFtZQ==');
|
|
|
|
@$core.Deprecated('Use createProjectSARequestDescriptor instead')
|
|
const CreateProjectSARequest$json = {
|
|
'1': 'CreateProjectSARequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `CreateProjectSARequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List createProjectSARequestDescriptor = $convert.base64Decode(
|
|
'ChZDcmVhdGVQcm9qZWN0U0FSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH'
|
|
'JvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISZAoETmFtZRgCIAEoCUJQkkEjigEgXlth'
|
|
'LXpBLVowLTldKyg/Oi1bYS16QS1aMC05XSspKiS6gQEmciQQATIgXlthLXpBLVowLTldKyg/Oi'
|
|
'1bYS16QS1aMC05XSspKiRSBE5hbWU6FZJBEgoQ0gEGSGVhZGVy0gEETmFtZQ==');
|
|
|
|
@$core.Deprecated('Use renewProjectSARequestDescriptor instead')
|
|
const RenewProjectSARequest$json = {
|
|
'1': 'RenewProjectSARequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `RenewProjectSARequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List renewProjectSARequestDescriptor = $convert.base64Decode(
|
|
'ChVSZW5ld1Byb2plY3RTQVJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3RQcm'
|
|
'9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIcCgRNYWlsGAIgASgJQgi6gQEEcgIQAVIE'
|
|
'TWFpbDoVkkESChDSAQZIZWFkZXLSAQRNYWls');
|
|
|
|
@$core.Deprecated('Use removeProjectSARequestDescriptor instead')
|
|
const RemoveProjectSARequest$json = {
|
|
'1': 'RemoveProjectSARequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `RemoveProjectSARequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List removeProjectSARequestDescriptor = $convert.base64Decode(
|
|
'ChZSZW1vdmVQcm9qZWN0U0FSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH'
|
|
'JvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISHAoETWFpbBgCIAEoCUIIuoEBBHICEAFS'
|
|
'BE1haWw6FZJBEgoQ0gEGSGVhZGVy0gEETWFpbA==');
|
|
|
|
@$core.Deprecated('Use suggestProjectSANameRequestDescriptor instead')
|
|
const SuggestProjectSANameRequest$json = {
|
|
'1': 'SuggestProjectSANameRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SuggestProjectSANameRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List suggestProjectSANameRequestDescriptor = $convert.base64Decode(
|
|
'ChtTdWdnZXN0UHJvamVjdFNBTmFtZVJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
|
|
'Vlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchJkCgROYW1lGAIgASgJQlCSQSOK'
|
|
'ASBeW2EtekEtWjAtOV0rKD86LVthLXpBLVowLTldKykqJLqBASZyJBABMiBeW2EtekEtWjAtOV'
|
|
'0rKD86LVthLXpBLVowLTldKykqJFIETmFtZToVkkESChDSAQZIZWFkZXLSAQROYW1l');
|
|
|
|
@$core.Deprecated('Use listPlatformUsersRequestDescriptor instead')
|
|
const ListPlatformUsersRequest$json = {
|
|
'1': 'ListPlatformUsersRequest',
|
|
};
|
|
|
|
/// Descriptor for `ListPlatformUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listPlatformUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChhMaXN0UGxhdGZvcm1Vc2Vyc1JlcXVlc3Q=');
|
|
|
|
@$core.Deprecated('Use listOrganisationUsersRequestDescriptor instead')
|
|
const ListOrganisationUsersRequest$json = {
|
|
'1': 'ListOrganisationUsersRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListOrganisationUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listOrganisationUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChxMaXN0T3JnYW5pc2F0aW9uVXNlcnNSZXF1ZXN0EkEKBkhlYWRlchgBIAEoCzIeLmFwaS5SZX'
|
|
'F1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgm6gQEFigECEAFSBkhlYWRlcjoOkkELCgnSAQZIZWFk'
|
|
'ZXI=');
|
|
|
|
@$core.Deprecated('Use listProjectUsersRequestDescriptor instead')
|
|
const ListProjectUsersRequest$json = {
|
|
'1': 'ListProjectUsersRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListProjectUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listProjectUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChdMaXN0UHJvamVjdFVzZXJzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
|
'Byb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyOg6SQQsKCdIBBkhlYWRlcg==');
|
|
|
|
@$core.Deprecated('Use listPartnerAppUsersRequestDescriptor instead')
|
|
const ListPartnerAppUsersRequest$json = {
|
|
'1': 'ListPartnerAppUsersRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'PartnerAppID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListPartnerAppUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listPartnerAppUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChpMaXN0UGFydG5lckFwcFVzZXJzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyElYKDFBhcnRuZXJBcHBJRBgCIAEo'
|
|
'CUIykkEUigERXihbQS1aYS16MC05LV0pKyS6gQEXchUQATIRXihbQS1aYS16MC05LV0pKyRSDF'
|
|
'BhcnRuZXJBcHBJRDodkkEaChjSAQZIZWFkZXLSAQxQYXJ0bmVyQXBwSUQ=');
|
|
|
|
@$core.Deprecated('Use listConnectionUsersRequestDescriptor instead')
|
|
const ListConnectionUsersRequest$json = {
|
|
'1': 'ListConnectionUsersRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'ConnectionID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ConnectionID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListConnectionUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listConnectionUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChpMaXN0Q29ubmVjdGlvblVzZXJzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyElYKDENvbm5lY3Rpb25JRBgCIAEo'
|
|
'CUIykkEUigERXihbQS1aYS16MC05LV0pKyS6gQEXchUQATIRXihbQS1aYS16MC05LV0pKyRSDE'
|
|
'Nvbm5lY3Rpb25JRDodkkEaChjSAQZIZWFkZXLSAQxDb25uZWN0aW9uSUQ=');
|
|
|
|
@$core.Deprecated('Use getPlatformUserRequestDescriptor instead')
|
|
const GetPlatformUserRequest$json = {
|
|
'1': 'GetPlatformUserRequest',
|
|
'2': [
|
|
{'1': 'UserID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `GetPlatformUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getPlatformUserRequestDescriptor = $convert.base64Decode(
|
|
'ChZHZXRQbGF0Zm9ybVVzZXJSZXF1ZXN0EiAKBlVzZXJJRBgBIAEoCUIIuoEBBHICEAFSBlVzZX'
|
|
'JJRDoOkkELCgnSAQZVc2VySUQ=');
|
|
|
|
@$core.Deprecated('Use getPlatformUserByMailRequestDescriptor instead')
|
|
const GetPlatformUserByMailRequest$json = {
|
|
'1': 'GetPlatformUserByMailRequest',
|
|
'2': [
|
|
{'1': 'UserMail', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'UserMail'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `GetPlatformUserByMailRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getPlatformUserByMailRequestDescriptor = $convert.base64Decode(
|
|
'ChxHZXRQbGF0Zm9ybVVzZXJCeU1haWxSZXF1ZXN0EiQKCFVzZXJNYWlsGAEgASgJQgi6gQEEcg'
|
|
'IQAVIIVXNlck1haWw6EJJBDQoL0gEIVXNlck1haWw=');
|
|
|
|
@$core.Deprecated('Use getOrganisationUserRequestDescriptor instead')
|
|
const GetOrganisationUserRequest$json = {
|
|
'1': 'GetOrganisationUserRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `GetOrganisationUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getOrganisationUserRequestDescriptor = $convert.base64Decode(
|
|
'ChpHZXRPcmdhbmlzYXRpb25Vc2VyUmVxdWVzdBJBCgZIZWFkZXIYASABKAsyHi5hcGkuUmVxdW'
|
|
'VzdE9yZ2FuaXNhdGlvbkhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISIAoGVXNlcklEGAIgASgJ'
|
|
'Qgi6gQEEcgIQAVIGVXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use getProjectUserRequestDescriptor instead')
|
|
const GetProjectUserRequest$json = {
|
|
'1': 'GetProjectUserRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `GetProjectUserRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getProjectUserRequestDescriptor = $convert.base64Decode(
|
|
'ChVHZXRQcm9qZWN0VXNlclJlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3RQcm'
|
|
'9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIgCgZVc2VySUQYAiABKAlCCLqBAQRyAhAB'
|
|
'UgZVc2VySUQ6F5JBFAoS0gEGSGVhZGVy0gEGVXNlcklE');
|
|
|
|
@$core.Deprecated('Use getProjectUserByMailRequestDescriptor instead')
|
|
const GetProjectUserByMailRequest$json = {
|
|
'1': 'GetProjectUserByMailRequest',
|
|
'2': [
|
|
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ProjectID'},
|
|
{'1': 'UserMail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserMail'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `GetProjectUserByMailRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getProjectUserByMailRequestDescriptor = $convert.base64Decode(
|
|
'ChtHZXRQcm9qZWN0VXNlckJ5TWFpbFJlcXVlc3QSJgoJUHJvamVjdElEGAEgASgJQgi6gQEEcg'
|
|
'IQAVIJUHJvamVjdElEEiQKCFVzZXJNYWlsGAIgASgJQgi6gQEEcgIQAVIIVXNlck1haWw6F5JB'
|
|
'FAoS0gEGSGVhZGVy0gEGVXNlcklE');
|
|
|
|
@$core.Deprecated('Use listUserPlatformRolesRequestDescriptor instead')
|
|
const ListUserPlatformRolesRequest$json = {
|
|
'1': 'ListUserPlatformRolesRequest',
|
|
'2': [
|
|
{'1': 'UserID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUserPlatformRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserPlatformRolesRequestDescriptor = $convert.base64Decode(
|
|
'ChxMaXN0VXNlclBsYXRmb3JtUm9sZXNSZXF1ZXN0EiAKBlVzZXJJRBgBIAEoCUIIuoEBBHICEA'
|
|
'FSBlVzZXJJRDoOkkELCgnSAQZVc2VySUQ=');
|
|
|
|
@$core.Deprecated('Use listUserOrganisationRolesRequestDescriptor instead')
|
|
const ListUserOrganisationRolesRequest$json = {
|
|
'1': 'ListUserOrganisationRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUserOrganisationRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserOrganisationRolesRequestDescriptor = $convert.base64Decode(
|
|
'CiBMaXN0VXNlck9yZ2FuaXNhdGlvblJvbGVzUmVxdWVzdBJBCgZIZWFkZXIYASABKAsyHi5hcG'
|
|
'kuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISIAoGVXNlcklE'
|
|
'GAIgASgJQgi6gQEEcgIQAVIGVXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use listUserProjectRolesRequestDescriptor instead')
|
|
const ListUserProjectRolesRequest$json = {
|
|
'1': 'ListUserProjectRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUserProjectRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserProjectRolesRequestDescriptor = $convert.base64Decode(
|
|
'ChtMaXN0VXNlclByb2plY3RSb2xlc1JlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
|
|
'Vlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIgCgZVc2VySUQYAiABKAlCCLqB'
|
|
'AQRyAhABUgZVc2VySUQ6F5JBFAoS0gEGSGVhZGVy0gEGVXNlcklE');
|
|
|
|
@$core.Deprecated('Use listUserPartnerAppRolesRequestDescriptor instead')
|
|
const ListUserPartnerAppRolesRequest$json = {
|
|
'1': 'ListUserPartnerAppRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'PartnerAppID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
|
|
{'1': 'UserID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUserPartnerAppRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserPartnerAppRolesRequestDescriptor = $convert.base64Decode(
|
|
'Ch5MaXN0VXNlclBhcnRuZXJBcHBSb2xlc1JlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
|
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIsCgxQYXJ0bmVyQXBwSUQY'
|
|
'AiABKAlCCLqBAQRyAhABUgxQYXJ0bmVyQXBwSUQSIAoGVXNlcklEGAMgASgJQgi6gQEEcgIQAV'
|
|
'IGVXNlcklEOiaSQSMKIdIBBkhlYWRlctIBDFBhcnRuZXJBcHBJRNIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use listUserConnectionRolesRequestDescriptor instead')
|
|
const ListUserConnectionRolesRequest$json = {
|
|
'1': 'ListUserConnectionRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'ConnectionID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ConnectionID'},
|
|
{'1': 'UserID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUserConnectionRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserConnectionRolesRequestDescriptor = $convert.base64Decode(
|
|
'Ch5MaXN0VXNlckNvbm5lY3Rpb25Sb2xlc1JlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
|
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIsCgxDb25uZWN0aW9uSUQY'
|
|
'AiABKAlCCLqBAQRyAhABUgxDb25uZWN0aW9uSUQSIAoGVXNlcklEGAMgASgJQgi6gQEEcgIQAV'
|
|
'IGVXNlcklEOiaSQSMKIdIBBkhlYWRlctIBDENvbm5lY3Rpb25JRNIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use listUserAttachmentTypeRolesRequestDescriptor instead')
|
|
const ListUserAttachmentTypeRolesRequest$json = {
|
|
'1': 'ListUserAttachmentTypeRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'AttachmentTypeID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AttachmentTypeID'},
|
|
{'1': 'UserID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUserAttachmentTypeRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserAttachmentTypeRolesRequestDescriptor = $convert.base64Decode(
|
|
'CiJMaXN0VXNlckF0dGFjaG1lbnRUeXBlUm9sZXNSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLm'
|
|
'FwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISNAoQQXR0YWNobWVu'
|
|
'dFR5cGVJRBgCIAEoCUIIuoEBBHICEAFSEEF0dGFjaG1lbnRUeXBlSUQSIAoGVXNlcklEGAMgAS'
|
|
'gJQgi6gQEEcgIQAVIGVXNlcklEOiqSQScKJdIBBkhlYWRlctIBEEF0dGFjaG1lbnRUeXBlSUTS'
|
|
'AQZVc2VySUQ=');
|
|
|
|
@$core.Deprecated('Use setUserPlatformRolesRequestDescriptor instead')
|
|
const SetUserPlatformRolesRequest$json = {
|
|
'1': 'SetUserPlatformRolesRequest',
|
|
'2': [
|
|
{'1': 'UserID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'Roles', '3': 2, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SetUserPlatformRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserPlatformRolesRequestDescriptor = $convert.base64Decode(
|
|
'ChtTZXRVc2VyUGxhdGZvcm1Sb2xlc1JlcXVlc3QSIAoGVXNlcklEGAEgASgJQgi6gQEEcgIQAV'
|
|
'IGVXNlcklEEhQKBVJvbGVzGAIgAygJUgVSb2xlczoOkkELCgnSAQZVc2VySUQ=');
|
|
|
|
@$core.Deprecated('Use setUserOrganisationRolesRequestDescriptor instead')
|
|
const SetUserOrganisationRolesRequest$json = {
|
|
'1': 'SetUserOrganisationRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'Roles', '3': 3, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SetUserOrganisationRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserOrganisationRolesRequestDescriptor = $convert.base64Decode(
|
|
'Ch9TZXRVc2VyT3JnYW5pc2F0aW9uUm9sZXNSZXF1ZXN0EkEKBkhlYWRlchgBIAEoCzIeLmFwaS'
|
|
'5SZXF1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIgCgZVc2VySUQY'
|
|
'AiABKAlCCLqBAQRyAhABUgZVc2VySUQSFAoFUm9sZXMYAyADKAlSBVJvbGVzOheSQRQKEtIBBk'
|
|
'hlYWRlctIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use setUserProjectRolesRequestDescriptor instead')
|
|
const SetUserProjectRolesRequest$json = {
|
|
'1': 'SetUserProjectRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'Roles', '3': 3, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SetUserProjectRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserProjectRolesRequestDescriptor = $convert.base64Decode(
|
|
'ChpTZXRVc2VyUHJvamVjdFJvbGVzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEiAKBlVzZXJJRBgCIAEoCUIIuoEB'
|
|
'BHICEAFSBlVzZXJJRBIUCgVSb2xlcxgDIAMoCVIFUm9sZXM6F5JBFAoS0gEGSGVhZGVy0gEGVX'
|
|
'NlcklE');
|
|
|
|
@$core.Deprecated('Use setUserPartnerAppRolesRequestDescriptor instead')
|
|
const SetUserPartnerAppRolesRequest$json = {
|
|
'1': 'SetUserPartnerAppRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'PartnerAppID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
|
|
{'1': 'UserID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'Roles', '3': 4, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SetUserPartnerAppRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserPartnerAppRolesRequestDescriptor = $convert.base64Decode(
|
|
'Ch1TZXRVc2VyUGFydG5lckFwcFJvbGVzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
|
'VxdWVzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEiwKDFBhcnRuZXJBcHBJRBgC'
|
|
'IAEoCUIIuoEBBHICEAFSDFBhcnRuZXJBcHBJRBIgCgZVc2VySUQYAyABKAlCCLqBAQRyAhABUg'
|
|
'ZVc2VySUQSFAoFUm9sZXMYBCADKAlSBVJvbGVzOiaSQSMKIdIBBkhlYWRlctIBDFBhcnRuZXJB'
|
|
'cHBJRNIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use setUserConnectionRolesRequestDescriptor instead')
|
|
const SetUserConnectionRolesRequest$json = {
|
|
'1': 'SetUserConnectionRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'ConnectionID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ConnectionID'},
|
|
{'1': 'UserID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'Roles', '3': 4, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SetUserConnectionRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserConnectionRolesRequestDescriptor = $convert.base64Decode(
|
|
'Ch1TZXRVc2VyQ29ubmVjdGlvblJvbGVzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
|
'VxdWVzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEiwKDENvbm5lY3Rpb25JRBgC'
|
|
'IAEoCUIIuoEBBHICEAFSDENvbm5lY3Rpb25JRBIgCgZVc2VySUQYAyABKAlCCLqBAQRyAhABUg'
|
|
'ZVc2VySUQSFAoFUm9sZXMYBCADKAlSBVJvbGVzOiaSQSMKIdIBBkhlYWRlctIBDENvbm5lY3Rp'
|
|
'b25JRNIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use setUserAttachmentTypeRolesRequestDescriptor instead')
|
|
const SetUserAttachmentTypeRolesRequest$json = {
|
|
'1': 'SetUserAttachmentTypeRolesRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'AttachmentTypeID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'AttachmentTypeID'},
|
|
{'1': 'UserID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'Roles', '3': 4, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `SetUserAttachmentTypeRolesRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserAttachmentTypeRolesRequestDescriptor = $convert.base64Decode(
|
|
'CiFTZXRVc2VyQXR0YWNobWVudFR5cGVSb2xlc1JlcXVlc3QSPAoGSGVhZGVyGAEgASgLMhkuYX'
|
|
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchI0ChBBdHRhY2htZW50'
|
|
'VHlwZUlEGAIgASgJQgi6gQEEcgIQAVIQQXR0YWNobWVudFR5cGVJRBIgCgZVc2VySUQYAyABKA'
|
|
'lCCLqBAQRyAhABUgZVc2VySUQSFAoFUm9sZXMYBCADKAlSBVJvbGVzOiqSQScKJdIBBkhlYWRl'
|
|
'ctIBEEF0dGFjaG1lbnRUeXBlSUTSAQZVc2VySUQ=');
|
|
|
|
@$core.Deprecated('Use removeUserResultDescriptor instead')
|
|
const RemoveUserResult$json = {
|
|
'1': 'RemoveUserResult',
|
|
};
|
|
|
|
/// Descriptor for `RemoveUserResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List removeUserResultDescriptor = $convert.base64Decode(
|
|
'ChBSZW1vdmVVc2VyUmVzdWx0');
|
|
|
|
@$core.Deprecated('Use enrollUserResultDescriptor instead')
|
|
const EnrollUserResult$json = {
|
|
'1': 'EnrollUserResult',
|
|
'2': [
|
|
{'1': 'User', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'User'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `EnrollUserResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List enrollUserResultDescriptor = $convert.base64Decode(
|
|
'ChBFbnJvbGxVc2VyUmVzdWx0Eh0KBFVzZXIYASABKAsyCS5hcGkuVXNlclIEVXNlcg==');
|
|
|
|
@$core.Deprecated('Use sendVerificationMailResultDescriptor instead')
|
|
const SendVerificationMailResult$json = {
|
|
'1': 'SendVerificationMailResult',
|
|
};
|
|
|
|
/// Descriptor for `SendVerificationMailResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List sendVerificationMailResultDescriptor = $convert.base64Decode(
|
|
'ChpTZW5kVmVyaWZpY2F0aW9uTWFpbFJlc3VsdA==');
|
|
|
|
@$core.Deprecated('Use createSAResultDescriptor instead')
|
|
const CreateSAResult$json = {
|
|
'1': 'CreateSAResult',
|
|
'2': [
|
|
{'1': 'SA', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'SA'},
|
|
{'1': 'PEM', '3': 2, '4': 1, '5': 9, '10': 'PEM'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `CreateSAResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List createSAResultDescriptor = $convert.base64Decode(
|
|
'Cg5DcmVhdGVTQVJlc3VsdBIZCgJTQRgBIAEoCzIJLmFwaS5Vc2VyUgJTQRIQCgNQRU0YAiABKA'
|
|
'lSA1BFTQ==');
|
|
|
|
@$core.Deprecated('Use renewSAResultDescriptor instead')
|
|
const RenewSAResult$json = {
|
|
'1': 'RenewSAResult',
|
|
'2': [
|
|
{'1': 'SA', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'SA'},
|
|
{'1': 'PEM', '3': 2, '4': 1, '5': 9, '10': 'PEM'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `RenewSAResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List renewSAResultDescriptor = $convert.base64Decode(
|
|
'Cg1SZW5ld1NBUmVzdWx0EhkKAlNBGAEgASgLMgkuYXBpLlVzZXJSAlNBEhAKA1BFTRgCIAEoCV'
|
|
'IDUEVN');
|
|
|
|
@$core.Deprecated('Use removeSAResultDescriptor instead')
|
|
const RemoveSAResult$json = {
|
|
'1': 'RemoveSAResult',
|
|
};
|
|
|
|
/// Descriptor for `RemoveSAResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List removeSAResultDescriptor = $convert.base64Decode(
|
|
'Cg5SZW1vdmVTQVJlc3VsdA==');
|
|
|
|
@$core.Deprecated('Use suggestSANameResultDescriptor instead')
|
|
const SuggestSANameResult$json = {
|
|
'1': 'SuggestSANameResult',
|
|
'2': [
|
|
{'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '10': 'Mail'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `SuggestSANameResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List suggestSANameResultDescriptor = $convert.base64Decode(
|
|
'ChNTdWdnZXN0U0FOYW1lUmVzdWx0EhIKBE5hbWUYASABKAlSBE5hbWUSEgoETWFpbBgCIAEoCV'
|
|
'IETWFpbA==');
|
|
|
|
@$core.Deprecated('Use listPlatformUsersResultDescriptor instead')
|
|
const ListPlatformUsersResult$json = {
|
|
'1': 'ListPlatformUsersResult',
|
|
'2': [
|
|
{'1': 'Users', '3': 1, '4': 3, '5': 11, '6': '.api.User', '10': 'Users'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListPlatformUsersResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listPlatformUsersResultDescriptor = $convert.base64Decode(
|
|
'ChdMaXN0UGxhdGZvcm1Vc2Vyc1Jlc3VsdBIfCgVVc2VycxgBIAMoCzIJLmFwaS5Vc2VyUgVVc2'
|
|
'Vycw==');
|
|
|
|
@$core.Deprecated('Use listOrganisationUsersResultDescriptor instead')
|
|
const ListOrganisationUsersResult$json = {
|
|
'1': 'ListOrganisationUsersResult',
|
|
'2': [
|
|
{'1': 'Users', '3': 1, '4': 3, '5': 11, '6': '.api.User', '10': 'Users'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListOrganisationUsersResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listOrganisationUsersResultDescriptor = $convert.base64Decode(
|
|
'ChtMaXN0T3JnYW5pc2F0aW9uVXNlcnNSZXN1bHQSHwoFVXNlcnMYASADKAsyCS5hcGkuVXNlcl'
|
|
'IFVXNlcnM=');
|
|
|
|
@$core.Deprecated('Use listProjectUsersResultDescriptor instead')
|
|
const ListProjectUsersResult$json = {
|
|
'1': 'ListProjectUsersResult',
|
|
'2': [
|
|
{'1': 'Users', '3': 1, '4': 3, '5': 11, '6': '.api.User', '10': 'Users'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListProjectUsersResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listProjectUsersResultDescriptor = $convert.base64Decode(
|
|
'ChZMaXN0UHJvamVjdFVzZXJzUmVzdWx0Eh8KBVVzZXJzGAEgAygLMgkuYXBpLlVzZXJSBVVzZX'
|
|
'Jz');
|
|
|
|
@$core.Deprecated('Use listPartnerAppUsersResultDescriptor instead')
|
|
const ListPartnerAppUsersResult$json = {
|
|
'1': 'ListPartnerAppUsersResult',
|
|
'2': [
|
|
{'1': 'Users', '3': 1, '4': 3, '5': 11, '6': '.api.User', '10': 'Users'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListPartnerAppUsersResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listPartnerAppUsersResultDescriptor = $convert.base64Decode(
|
|
'ChlMaXN0UGFydG5lckFwcFVzZXJzUmVzdWx0Eh8KBVVzZXJzGAEgAygLMgkuYXBpLlVzZXJSBV'
|
|
'VzZXJz');
|
|
|
|
@$core.Deprecated('Use listConnectionUsersResultDescriptor instead')
|
|
const ListConnectionUsersResult$json = {
|
|
'1': 'ListConnectionUsersResult',
|
|
'2': [
|
|
{'1': 'Users', '3': 1, '4': 3, '5': 11, '6': '.api.User', '10': 'Users'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListConnectionUsersResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listConnectionUsersResultDescriptor = $convert.base64Decode(
|
|
'ChlMaXN0Q29ubmVjdGlvblVzZXJzUmVzdWx0Eh8KBVVzZXJzGAEgAygLMgkuYXBpLlVzZXJSBV'
|
|
'VzZXJz');
|
|
|
|
@$core.Deprecated('Use getPlatformUserResultDescriptor instead')
|
|
const GetPlatformUserResult$json = {
|
|
'1': 'GetPlatformUserResult',
|
|
'2': [
|
|
{'1': 'User', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'User'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GetPlatformUserResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getPlatformUserResultDescriptor = $convert.base64Decode(
|
|
'ChVHZXRQbGF0Zm9ybVVzZXJSZXN1bHQSHQoEVXNlchgBIAEoCzIJLmFwaS5Vc2VyUgRVc2Vy');
|
|
|
|
@$core.Deprecated('Use getOrganisationUserResultDescriptor instead')
|
|
const GetOrganisationUserResult$json = {
|
|
'1': 'GetOrganisationUserResult',
|
|
'2': [
|
|
{'1': 'User', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'User'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GetOrganisationUserResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getOrganisationUserResultDescriptor = $convert.base64Decode(
|
|
'ChlHZXRPcmdhbmlzYXRpb25Vc2VyUmVzdWx0Eh0KBFVzZXIYASABKAsyCS5hcGkuVXNlclIEVX'
|
|
'Nlcg==');
|
|
|
|
@$core.Deprecated('Use getProjectUserResultDescriptor instead')
|
|
const GetProjectUserResult$json = {
|
|
'1': 'GetProjectUserResult',
|
|
'2': [
|
|
{'1': 'User', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'User'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GetProjectUserResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List getProjectUserResultDescriptor = $convert.base64Decode(
|
|
'ChRHZXRQcm9qZWN0VXNlclJlc3VsdBIdCgRVc2VyGAEgASgLMgkuYXBpLlVzZXJSBFVzZXI=');
|
|
|
|
@$core.Deprecated('Use listUserPlatformRolesResultDescriptor instead')
|
|
const ListUserPlatformRolesResult$json = {
|
|
'1': 'ListUserPlatformRolesResult',
|
|
'2': [
|
|
{'1': 'Roles', '3': 1, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListUserPlatformRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserPlatformRolesResultDescriptor = $convert.base64Decode(
|
|
'ChtMaXN0VXNlclBsYXRmb3JtUm9sZXNSZXN1bHQSFAoFUm9sZXMYASADKAlSBVJvbGVz');
|
|
|
|
@$core.Deprecated('Use listUserOrganisationRolesResultDescriptor instead')
|
|
const ListUserOrganisationRolesResult$json = {
|
|
'1': 'ListUserOrganisationRolesResult',
|
|
'2': [
|
|
{'1': 'Roles', '3': 1, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListUserOrganisationRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserOrganisationRolesResultDescriptor = $convert.base64Decode(
|
|
'Ch9MaXN0VXNlck9yZ2FuaXNhdGlvblJvbGVzUmVzdWx0EhQKBVJvbGVzGAEgAygJUgVSb2xlcw'
|
|
'==');
|
|
|
|
@$core.Deprecated('Use listUserProjectRolesResultDescriptor instead')
|
|
const ListUserProjectRolesResult$json = {
|
|
'1': 'ListUserProjectRolesResult',
|
|
'2': [
|
|
{'1': 'Roles', '3': 1, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListUserProjectRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserProjectRolesResultDescriptor = $convert.base64Decode(
|
|
'ChpMaXN0VXNlclByb2plY3RSb2xlc1Jlc3VsdBIUCgVSb2xlcxgBIAMoCVIFUm9sZXM=');
|
|
|
|
@$core.Deprecated('Use listUserPartnerAppRolesResultDescriptor instead')
|
|
const ListUserPartnerAppRolesResult$json = {
|
|
'1': 'ListUserPartnerAppRolesResult',
|
|
'2': [
|
|
{'1': 'Roles', '3': 1, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListUserPartnerAppRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserPartnerAppRolesResultDescriptor = $convert.base64Decode(
|
|
'Ch1MaXN0VXNlclBhcnRuZXJBcHBSb2xlc1Jlc3VsdBIUCgVSb2xlcxgBIAMoCVIFUm9sZXM=');
|
|
|
|
@$core.Deprecated('Use listUserConnectionRolesResultDescriptor instead')
|
|
const ListUserConnectionRolesResult$json = {
|
|
'1': 'ListUserConnectionRolesResult',
|
|
'2': [
|
|
{'1': 'Roles', '3': 1, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListUserConnectionRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserConnectionRolesResultDescriptor = $convert.base64Decode(
|
|
'Ch1MaXN0VXNlckNvbm5lY3Rpb25Sb2xlc1Jlc3VsdBIUCgVSb2xlcxgBIAMoCVIFUm9sZXM=');
|
|
|
|
@$core.Deprecated('Use listUserAttachmentTypeRolesResultDescriptor instead')
|
|
const ListUserAttachmentTypeRolesResult$json = {
|
|
'1': 'ListUserAttachmentTypeRolesResult',
|
|
'2': [
|
|
{'1': 'Roles', '3': 1, '4': 3, '5': 9, '10': 'Roles'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListUserAttachmentTypeRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUserAttachmentTypeRolesResultDescriptor = $convert.base64Decode(
|
|
'CiFMaXN0VXNlckF0dGFjaG1lbnRUeXBlUm9sZXNSZXN1bHQSFAoFUm9sZXMYASADKAlSBVJvbG'
|
|
'Vz');
|
|
|
|
@$core.Deprecated('Use setUserPlatformRolesResultDescriptor instead')
|
|
const SetUserPlatformRolesResult$json = {
|
|
'1': 'SetUserPlatformRolesResult',
|
|
};
|
|
|
|
/// Descriptor for `SetUserPlatformRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserPlatformRolesResultDescriptor = $convert.base64Decode(
|
|
'ChpTZXRVc2VyUGxhdGZvcm1Sb2xlc1Jlc3VsdA==');
|
|
|
|
@$core.Deprecated('Use setUserOrganisationRolesResultDescriptor instead')
|
|
const SetUserOrganisationRolesResult$json = {
|
|
'1': 'SetUserOrganisationRolesResult',
|
|
};
|
|
|
|
/// Descriptor for `SetUserOrganisationRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserOrganisationRolesResultDescriptor = $convert.base64Decode(
|
|
'Ch5TZXRVc2VyT3JnYW5pc2F0aW9uUm9sZXNSZXN1bHQ=');
|
|
|
|
@$core.Deprecated('Use setUserProjectRolesResultDescriptor instead')
|
|
const SetUserProjectRolesResult$json = {
|
|
'1': 'SetUserProjectRolesResult',
|
|
};
|
|
|
|
/// Descriptor for `SetUserProjectRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserProjectRolesResultDescriptor = $convert.base64Decode(
|
|
'ChlTZXRVc2VyUHJvamVjdFJvbGVzUmVzdWx0');
|
|
|
|
@$core.Deprecated('Use setUserPartnerAppRolesResultDescriptor instead')
|
|
const SetUserPartnerAppRolesResult$json = {
|
|
'1': 'SetUserPartnerAppRolesResult',
|
|
};
|
|
|
|
/// Descriptor for `SetUserPartnerAppRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserPartnerAppRolesResultDescriptor = $convert.base64Decode(
|
|
'ChxTZXRVc2VyUGFydG5lckFwcFJvbGVzUmVzdWx0');
|
|
|
|
@$core.Deprecated('Use setUserConnectionRolesResultDescriptor instead')
|
|
const SetUserConnectionRolesResult$json = {
|
|
'1': 'SetUserConnectionRolesResult',
|
|
};
|
|
|
|
/// Descriptor for `SetUserConnectionRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserConnectionRolesResultDescriptor = $convert.base64Decode(
|
|
'ChxTZXRVc2VyQ29ubmVjdGlvblJvbGVzUmVzdWx0');
|
|
|
|
@$core.Deprecated('Use setUserAttachmentTypeRolesResultDescriptor instead')
|
|
const SetUserAttachmentTypeRolesResult$json = {
|
|
'1': 'SetUserAttachmentTypeRolesResult',
|
|
};
|
|
|
|
/// Descriptor for `SetUserAttachmentTypeRolesResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List setUserAttachmentTypeRolesResultDescriptor = $convert.base64Decode(
|
|
'CiBTZXRVc2VyQXR0YWNobWVudFR5cGVSb2xlc1Jlc3VsdA==');
|
|
|
|
@$core.Deprecated('Use enrollUserWithoutMailRequestDescriptor instead')
|
|
const EnrollUserWithoutMailRequest$json = {
|
|
'1': 'EnrollUserWithoutMailRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
|
|
{'1': 'locale', '3': 3, '4': 1, '5': 9, '10': 'locale'},
|
|
{'1': 'ForceTwoFA', '3': 4, '4': 1, '5': 8, '10': 'ForceTwoFA'},
|
|
{'1': 'LoginThroughOTP', '3': 5, '4': 1, '5': 8, '10': 'LoginThroughOTP'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `EnrollUserWithoutMailRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List enrollUserWithoutMailRequestDescriptor = $convert.base64Decode(
|
|
'ChxFbnJvbGxVc2VyV2l0aG91dE1haWxSZXF1ZXN0EkEKBkhlYWRlchgBIAEoCzIeLmFwaS5SZX'
|
|
'F1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIcCgRNYWlsGAIgASgJ'
|
|
'Qgi6gQEEcgIQAVIETWFpbBIWCgZsb2NhbGUYAyABKAlSBmxvY2FsZRIeCgpGb3JjZVR3b0ZBGA'
|
|
'QgASgIUgpGb3JjZVR3b0ZBEigKD0xvZ2luVGhyb3VnaE9UUBgFIAEoCFIPTG9naW5UaHJvdWdo'
|
|
'T1RQOhWSQRIKENIBBkhlYWRlctIBBE1haWw=');
|
|
|
|
@$core.Deprecated('Use enrollUserWithoutMailResultDescriptor instead')
|
|
const EnrollUserWithoutMailResult$json = {
|
|
'1': 'EnrollUserWithoutMailResult',
|
|
'2': [
|
|
{'1': 'User', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'User'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `EnrollUserWithoutMailResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List enrollUserWithoutMailResultDescriptor = $convert.base64Decode(
|
|
'ChtFbnJvbGxVc2VyV2l0aG91dE1haWxSZXN1bHQSHQoEVXNlchgBIAEoCzIJLmFwaS5Vc2VyUg'
|
|
'RVc2Vy');
|
|
|
|
@$core.Deprecated('Use enrollUserProjectWithoutMailRequestDescriptor instead')
|
|
const EnrollUserProjectWithoutMailRequest$json = {
|
|
'1': 'EnrollUserProjectWithoutMailRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Mail', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Mail'},
|
|
{'1': 'locale', '3': 3, '4': 1, '5': 9, '10': 'locale'},
|
|
{'1': 'ForceTwoFA', '3': 4, '4': 1, '5': 8, '10': 'ForceTwoFA'},
|
|
{'1': 'LoginThroughOTP', '3': 5, '4': 1, '5': 8, '10': 'LoginThroughOTP'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `EnrollUserProjectWithoutMailRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List enrollUserProjectWithoutMailRequestDescriptor = $convert.base64Decode(
|
|
'CiNFbnJvbGxVc2VyUHJvamVjdFdpdGhvdXRNYWlsUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS'
|
|
'5hcGkuUmVxdWVzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEhwKBE1haWwYAiAB'
|
|
'KAlCCLqBAQRyAhABUgRNYWlsEhYKBmxvY2FsZRgDIAEoCVIGbG9jYWxlEh4KCkZvcmNlVHdvRk'
|
|
'EYBCABKAhSCkZvcmNlVHdvRkESKAoPTG9naW5UaHJvdWdoT1RQGAUgASgIUg9Mb2dpblRocm91'
|
|
'Z2hPVFA6FZJBEgoQ0gEGSGVhZGVy0gEETWFpbA==');
|
|
|
|
@$core.Deprecated('Use updateTwoFAPlatformRequestDescriptor instead')
|
|
const UpdateTwoFAPlatformRequest$json = {
|
|
'1': 'UpdateTwoFAPlatformRequest',
|
|
'2': [
|
|
{'1': 'UserID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'Value', '3': 2, '4': 1, '5': 14, '6': '.api.TwoFAValue', '10': 'Value'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `UpdateTwoFAPlatformRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List updateTwoFAPlatformRequestDescriptor = $convert.base64Decode(
|
|
'ChpVcGRhdGVUd29GQVBsYXRmb3JtUmVxdWVzdBIgCgZVc2VySUQYASABKAlCCLqBAQRyAhABUg'
|
|
'ZVc2VySUQSJQoFVmFsdWUYAiABKA4yDy5hcGkuVHdvRkFWYWx1ZVIFVmFsdWU6FpJBEwoR0gEG'
|
|
'VXNlcklE0gEFVmFsdWU=');
|
|
|
|
@$core.Deprecated('Use updateTwoFAPlatformResultDescriptor instead')
|
|
const UpdateTwoFAPlatformResult$json = {
|
|
'1': 'UpdateTwoFAPlatformResult',
|
|
'2': [
|
|
{'1': 'User', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'User'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `UpdateTwoFAPlatformResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List updateTwoFAPlatformResultDescriptor = $convert.base64Decode(
|
|
'ChlVcGRhdGVUd29GQVBsYXRmb3JtUmVzdWx0Eh0KBFVzZXIYASABKAsyCS5hcGkuVXNlclIEVX'
|
|
'Nlcg==');
|
|
|
|
@$core.Deprecated('Use forceTwoFAOrganisationRequestDescriptor instead')
|
|
const ForceTwoFAOrganisationRequest$json = {
|
|
'1': 'ForceTwoFAOrganisationRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
{'1': 'ForceTwoFA', '3': 3, '4': 1, '5': 8, '10': 'ForceTwoFA'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ForceTwoFAOrganisationRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List forceTwoFAOrganisationRequestDescriptor = $convert.base64Decode(
|
|
'Ch1Gb3JjZVR3b0ZBT3JnYW5pc2F0aW9uUmVxdWVzdBJBCgZIZWFkZXIYASABKAsyHi5hcGkuUm'
|
|
'VxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISIAoGVXNlcklEGAIg'
|
|
'ASgJQgi6gQEEcgIQAVIGVXNlcklEEh4KCkZvcmNlVHdvRkEYAyABKAhSCkZvcmNlVHdvRkE6JJ'
|
|
'JBIQof0gEGSGVhZGVy0gEGVXNlcklE0gEKRm9yY2VUd29GQQ==');
|
|
|
|
@$core.Deprecated('Use forceProjectUserTwoFARequestDescriptor instead')
|
|
const ForceProjectUserTwoFARequest$json = {
|
|
'1': 'ForceProjectUserTwoFARequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'UserID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'UserID'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ForceProjectUserTwoFARequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List forceProjectUserTwoFARequestDescriptor = $convert.base64Decode(
|
|
'ChxGb3JjZVByb2plY3RVc2VyVHdvRkFSZXF1ZXN0EjwKBkhlYWRlchgBIAEoCzIZLmFwaS5SZX'
|
|
'F1ZXN0UHJvamVjdEhlYWRlckIJuoEBBYoBAhABUgZIZWFkZXISIAoGVXNlcklEGAIgASgJQgi6'
|
|
'gQEEcgIQAVIGVXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA==');
|
|
|
|
@$core.Deprecated('Use forceTwoFAResultDescriptor instead')
|
|
const ForceTwoFAResult$json = {
|
|
'1': 'ForceTwoFAResult',
|
|
'2': [
|
|
{'1': 'User', '3': 1, '4': 1, '5': 11, '6': '.api.User', '10': 'User'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ForceTwoFAResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List forceTwoFAResultDescriptor = $convert.base64Decode(
|
|
'ChBGb3JjZVR3b0ZBUmVzdWx0Eh0KBFVzZXIYASABKAsyCS5hcGkuVXNlclIEVXNlcg==');
|
|
|
|
@$core.Deprecated('Use findUsersFiltersDescriptor instead')
|
|
const FindUsersFilters$json = {
|
|
'1': 'FindUsersFilters',
|
|
'2': [
|
|
{'1': 'Mail', '3': 1, '4': 1, '5': 9, '10': 'Mail'},
|
|
{'1': 'Status', '3': 2, '4': 1, '5': 14, '6': '.api.UserStatus', '8': {}, '10': 'Status'},
|
|
{'1': 'FirstName', '3': 3, '4': 1, '5': 9, '10': 'FirstName'},
|
|
{'1': 'LastName', '3': 4, '4': 1, '5': 9, '10': 'LastName'},
|
|
{'1': 'LanguageCode', '3': 5, '4': 1, '5': 9, '10': 'LanguageCode'},
|
|
{'1': 'Type', '3': 6, '4': 1, '5': 14, '6': '.api.UserType', '8': {}, '10': 'Type'},
|
|
{'1': 'Limit', '3': 7, '4': 1, '5': 5, '10': 'Limit'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `FindUsersFilters`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List findUsersFiltersDescriptor = $convert.base64Decode(
|
|
'ChBGaW5kVXNlcnNGaWx0ZXJzEhIKBE1haWwYASABKAlSBE1haWwSMgoGU3RhdHVzGAIgASgOMg'
|
|
'8uYXBpLlVzZXJTdGF0dXNCCbqBAQWCAQIQAVIGU3RhdHVzEhwKCUZpcnN0TmFtZRgDIAEoCVIJ'
|
|
'Rmlyc3ROYW1lEhoKCExhc3ROYW1lGAQgASgJUghMYXN0TmFtZRIiCgxMYW5ndWFnZUNvZGUYBS'
|
|
'ABKAlSDExhbmd1YWdlQ29kZRIsCgRUeXBlGAYgASgOMg0uYXBpLlVzZXJUeXBlQgm6gQEFggEC'
|
|
'EAFSBFR5cGUSFAoFTGltaXQYByABKAVSBUxpbWl0');
|
|
|
|
@$core.Deprecated('Use findPlatformUsersRequestDescriptor instead')
|
|
const FindPlatformUsersRequest$json = {
|
|
'1': 'FindPlatformUsersRequest',
|
|
'2': [
|
|
{'1': 'Filter', '3': 1, '4': 1, '5': 11, '6': '.api.FindUsersFilters', '8': {}, '10': 'Filter'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `FindPlatformUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List findPlatformUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChhGaW5kUGxhdGZvcm1Vc2Vyc1JlcXVlc3QSOAoGRmlsdGVyGAEgASgLMhUuYXBpLkZpbmRVc2'
|
|
'Vyc0ZpbHRlcnNCCbqBAQWKAQIQAVIGRmlsdGVyOg6SQQsKCdIBBkZpbHRlcg==');
|
|
|
|
@$core.Deprecated('Use findOrganisationUsersRequestDescriptor instead')
|
|
const FindOrganisationUsersRequest$json = {
|
|
'1': 'FindOrganisationUsersRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Filter', '3': 2, '4': 1, '5': 11, '6': '.api.FindUsersFilters', '8': {}, '10': 'Filter'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `FindOrganisationUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List findOrganisationUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChxGaW5kT3JnYW5pc2F0aW9uVXNlcnNSZXF1ZXN0EkEKBkhlYWRlchgBIAEoCzIeLmFwaS5SZX'
|
|
'F1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchI4CgZGaWx0ZXIYAiAB'
|
|
'KAsyFS5hcGkuRmluZFVzZXJzRmlsdGVyc0IJuoEBBYoBAhABUgZGaWx0ZXI6F5JBFAoS0gEGSG'
|
|
'VhZGVy0gEGRmlsdGVy');
|
|
|
|
@$core.Deprecated('Use findProjectUsersRequestDescriptor instead')
|
|
const FindProjectUsersRequest$json = {
|
|
'1': 'FindProjectUsersRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Filter', '3': 2, '4': 1, '5': 11, '6': '.api.FindUsersFilters', '8': {}, '10': 'Filter'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `FindProjectUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List findProjectUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChdGaW5kUHJvamVjdFVzZXJzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
|
'Byb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEjgKBkZpbHRlchgCIAEoCzIVLmFwaS5G'
|
|
'aW5kVXNlcnNGaWx0ZXJzQgm6gQEFigECEAFSBkZpbHRlcjoXkkEUChLSAQZIZWFkZXLSAQZGaW'
|
|
'x0ZXI=');
|
|
|
|
@$core.Deprecated('Use findPartnerAppUsersRequestDescriptor instead')
|
|
const FindPartnerAppUsersRequest$json = {
|
|
'1': 'FindPartnerAppUsersRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'PartnerAppID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
|
|
{'1': 'Filter', '3': 3, '4': 1, '5': 11, '6': '.api.FindUsersFilters', '8': {}, '10': 'Filter'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `FindPartnerAppUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List findPartnerAppUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChpGaW5kUGFydG5lckFwcFVzZXJzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyElYKDFBhcnRuZXJBcHBJRBgCIAEo'
|
|
'CUIykkEUigERXihbQS1aYS16MC05LV0pKyS6gQEXchUQATIRXihbQS1aYS16MC05LV0pKyRSDF'
|
|
'BhcnRuZXJBcHBJRBI4CgZGaWx0ZXIYAyABKAsyFS5hcGkuRmluZFVzZXJzRmlsdGVyc0IJuoEB'
|
|
'BYoBAhABUgZGaWx0ZXI6JpJBIwoh0gEGSGVhZGVy0gEMUGFydG5lckFwcElE0gEGRmlsdGVy');
|
|
|
|
@$core.Deprecated('Use findConnectionUsersRequestDescriptor instead')
|
|
const FindConnectionUsersRequest$json = {
|
|
'1': 'FindConnectionUsersRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'ConnectionID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ConnectionID'},
|
|
{'1': 'Filter', '3': 3, '4': 1, '5': 11, '6': '.api.FindUsersFilters', '8': {}, '10': 'Filter'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `FindConnectionUsersRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List findConnectionUsersRequestDescriptor = $convert.base64Decode(
|
|
'ChpGaW5kQ29ubmVjdGlvblVzZXJzUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyElYKDENvbm5lY3Rpb25JRBgCIAEo'
|
|
'CUIykkEUigERXihbQS1aYS16MC05LV0pKyS6gQEXchUQATIRXihbQS1aYS16MC05LV0pKyRSDE'
|
|
'Nvbm5lY3Rpb25JRBI4CgZGaWx0ZXIYAyABKAsyFS5hcGkuRmluZFVzZXJzRmlsdGVyc0IJuoEB'
|
|
'BYoBAhABUgZGaWx0ZXI6JpJBIwoh0gEGSGVhZGVy0gEMQ29ubmVjdGlvbklE0gEGRmlsdGVy');
|
|
|
|
@$core.Deprecated('Use findUsersResultDescriptor instead')
|
|
const FindUsersResult$json = {
|
|
'1': 'FindUsersResult',
|
|
'2': [
|
|
{'1': 'Users', '3': 1, '4': 3, '5': 11, '6': '.api.User', '10': 'Users'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `FindUsersResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List findUsersResultDescriptor = $convert.base64Decode(
|
|
'Cg9GaW5kVXNlcnNSZXN1bHQSHwoFVXNlcnMYASADKAsyCS5hcGkuVXNlclIFVXNlcnM=');
|
|
|
|
@$core.Deprecated('Use listUsersInPlatformRoleRequestDescriptor instead')
|
|
const ListUsersInPlatformRoleRequest$json = {
|
|
'1': 'ListUsersInPlatformRoleRequest',
|
|
'2': [
|
|
{'1': 'Roles', '3': 1, '4': 3, '5': 9, '8': {}, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUsersInPlatformRoleRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUsersInPlatformRoleRequestDescriptor = $convert.base64Decode(
|
|
'Ch5MaXN0VXNlcnNJblBsYXRmb3JtUm9sZVJlcXVlc3QSHwoFUm9sZXMYASADKAlCCbqBAQWSAQ'
|
|
'IIAVIFUm9sZXM6DZJBCgoI0gEFUm9sZXM=');
|
|
|
|
@$core.Deprecated('Use listUsersInOrganisationRoleRequestDescriptor instead')
|
|
const ListUsersInOrganisationRoleRequest$json = {
|
|
'1': 'ListUsersInOrganisationRoleRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestOrganisationHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Roles', '3': 2, '4': 3, '5': 9, '8': {}, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUsersInOrganisationRoleRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUsersInOrganisationRoleRequestDescriptor = $convert.base64Decode(
|
|
'CiJMaXN0VXNlcnNJbk9yZ2FuaXNhdGlvblJvbGVSZXF1ZXN0EkEKBkhlYWRlchgBIAEoCzIeLm'
|
|
'FwaS5SZXF1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgm6gQEFigECEAFSBkhlYWRlchIfCgVSb2xl'
|
|
'cxgCIAMoCUIJuoEBBZIBAggBUgVSb2xlczoVkkESChDSAQZIZWFkZXLSAQRSb2xl');
|
|
|
|
@$core.Deprecated('Use listUsersInProjectRoleRequestDescriptor instead')
|
|
const ListUsersInProjectRoleRequest$json = {
|
|
'1': 'ListUsersInProjectRoleRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'Roles', '3': 3, '4': 3, '5': 9, '8': {}, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUsersInProjectRoleRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUsersInProjectRoleRequestDescriptor = $convert.base64Decode(
|
|
'Ch1MaXN0VXNlcnNJblByb2plY3RSb2xlUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
|
'VxdWVzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyEh8KBVJvbGVzGAMgAygJQgm6'
|
|
'gQEFkgECCAFSBVJvbGVzOhWSQRIKENIBBkhlYWRlctIBBFJvbGU=');
|
|
|
|
@$core.Deprecated('Use listUsersInPartnerAppRoleRequestDescriptor instead')
|
|
const ListUsersInPartnerAppRoleRequest$json = {
|
|
'1': 'ListUsersInPartnerAppRoleRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'PartnerAppID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'PartnerAppID'},
|
|
{'1': 'Roles', '3': 3, '4': 3, '5': 9, '8': {}, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUsersInPartnerAppRoleRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUsersInPartnerAppRoleRequestDescriptor = $convert.base64Decode(
|
|
'CiBMaXN0VXNlcnNJblBhcnRuZXJBcHBSb2xlUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcG'
|
|
'kuUmVxdWVzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyElYKDFBhcnRuZXJBcHBJ'
|
|
'RBgCIAEoCUIykkEUigERXihbQS1aYS16MC05LV0pKyS6gQEXchUQATIRXihbQS1aYS16MC05LV'
|
|
'0pKyRSDFBhcnRuZXJBcHBJRBIfCgVSb2xlcxgDIAMoCUIJuoEBBZIBAggBUgVSb2xlczokkkEh'
|
|
'Ch/SAQZIZWFkZXLSAQxQYXJ0bmVyQXBwSUTSAQRSb2xl');
|
|
|
|
@$core.Deprecated('Use listUsersInConnectionRoleRequestDescriptor instead')
|
|
const ListUsersInConnectionRoleRequest$json = {
|
|
'1': 'ListUsersInConnectionRoleRequest',
|
|
'2': [
|
|
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
|
{'1': 'ConnectionID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ConnectionID'},
|
|
{'1': 'Roles', '3': 3, '4': 3, '5': 9, '8': {}, '10': 'Roles'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ListUsersInConnectionRoleRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUsersInConnectionRoleRequestDescriptor = $convert.base64Decode(
|
|
'CiBMaXN0VXNlcnNJbkNvbm5lY3Rpb25Sb2xlUmVxdWVzdBI8CgZIZWFkZXIYASABKAsyGS5hcG'
|
|
'kuUmVxdWVzdFByb2plY3RIZWFkZXJCCbqBAQWKAQIQAVIGSGVhZGVyElYKDENvbm5lY3Rpb25J'
|
|
'RBgCIAEoCUIykkEUigERXihbQS1aYS16MC05LV0pKyS6gQEXchUQATIRXihbQS1aYS16MC05LV'
|
|
'0pKyRSDENvbm5lY3Rpb25JRBIfCgVSb2xlcxgDIAMoCUIJuoEBBZIBAggBUgVSb2xlczokkkEh'
|
|
'Ch/SAQZIZWFkZXLSAQxDb25uZWN0aW9uSUTSAQRSb2xl');
|
|
|
|
@$core.Deprecated('Use listUsersInRoleResultDescriptor instead')
|
|
const ListUsersInRoleResult$json = {
|
|
'1': 'ListUsersInRoleResult',
|
|
'2': [
|
|
{'1': 'Users', '3': 1, '4': 3, '5': 11, '6': '.api.User', '10': 'Users'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ListUsersInRoleResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List listUsersInRoleResultDescriptor = $convert.base64Decode(
|
|
'ChVMaXN0VXNlcnNJblJvbGVSZXN1bHQSHwoFVXNlcnMYASADKAsyCS5hcGkuVXNlclIFVXNlcn'
|
|
'M=');
|
|
|
|
@$core.Deprecated('Use generateAPIKeyRequestDescriptor instead')
|
|
const GenerateAPIKeyRequest$json = {
|
|
'1': 'GenerateAPIKeyRequest',
|
|
};
|
|
|
|
/// Descriptor for `GenerateAPIKeyRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List generateAPIKeyRequestDescriptor = $convert.base64Decode(
|
|
'ChVHZW5lcmF0ZUFQSUtleVJlcXVlc3Q=');
|
|
|
|
@$core.Deprecated('Use generateAPIKeyResultDescriptor instead')
|
|
const GenerateAPIKeyResult$json = {
|
|
'1': 'GenerateAPIKeyResult',
|
|
'2': [
|
|
{'1': 'APIKey', '3': 1, '4': 1, '5': 9, '10': 'APIKey'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `GenerateAPIKeyResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List generateAPIKeyResultDescriptor = $convert.base64Decode(
|
|
'ChRHZW5lcmF0ZUFQSUtleVJlc3VsdBIWCgZBUElLZXkYASABKAlSBkFQSUtleQ==');
|
|
|
|
@$core.Deprecated('Use revokeAPIKeyRequestDescriptor instead')
|
|
const RevokeAPIKeyRequest$json = {
|
|
'1': 'RevokeAPIKeyRequest',
|
|
};
|
|
|
|
/// Descriptor for `RevokeAPIKeyRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List revokeAPIKeyRequestDescriptor = $convert.base64Decode(
|
|
'ChNSZXZva2VBUElLZXlSZXF1ZXN0');
|
|
|
|
@$core.Deprecated('Use revokeAPIKeyResultDescriptor instead')
|
|
const RevokeAPIKeyResult$json = {
|
|
'1': 'RevokeAPIKeyResult',
|
|
};
|
|
|
|
/// Descriptor for `RevokeAPIKeyResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List revokeAPIKeyResultDescriptor = $convert.base64Decode(
|
|
'ChJSZXZva2VBUElLZXlSZXN1bHQ=');
|
|
|
|
@$core.Deprecated('Use renewAPIKeyRequestDescriptor instead')
|
|
const RenewAPIKeyRequest$json = {
|
|
'1': 'RenewAPIKeyRequest',
|
|
};
|
|
|
|
/// Descriptor for `RenewAPIKeyRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List renewAPIKeyRequestDescriptor = $convert.base64Decode(
|
|
'ChJSZW5ld0FQSUtleVJlcXVlc3Q=');
|
|
|
|
@$core.Deprecated('Use renewAPIKeyResultDescriptor instead')
|
|
const RenewAPIKeyResult$json = {
|
|
'1': 'RenewAPIKeyResult',
|
|
'2': [
|
|
{'1': 'APIKey', '3': 1, '4': 1, '5': 9, '10': 'APIKey'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `RenewAPIKeyResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List renewAPIKeyResultDescriptor = $convert.base64Decode(
|
|
'ChFSZW5ld0FQSUtleVJlc3VsdBIWCgZBUElLZXkYASABKAlSBkFQSUtleQ==');
|
|
|
|
@$core.Deprecated('Use resolveAPIKeyRequestDescriptor instead')
|
|
const ResolveAPIKeyRequest$json = {
|
|
'1': 'ResolveAPIKeyRequest',
|
|
'2': [
|
|
{'1': 'APIKey', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'APIKey'},
|
|
],
|
|
'7': {},
|
|
};
|
|
|
|
/// Descriptor for `ResolveAPIKeyRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List resolveAPIKeyRequestDescriptor = $convert.base64Decode(
|
|
'ChRSZXNvbHZlQVBJS2V5UmVxdWVzdBIgCgZBUElLZXkYASABKAlCCLqBAQRyAhABUgZBUElLZX'
|
|
'k6DpJBCwoJ0gEGQVBJS2V5');
|
|
|
|
@$core.Deprecated('Use resolveAPIKeyResultDescriptor instead')
|
|
const ResolveAPIKeyResult$json = {
|
|
'1': 'ResolveAPIKeyResult',
|
|
'2': [
|
|
{'1': 'UserID', '3': 1, '4': 1, '5': 9, '10': 'UserID'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `ResolveAPIKeyResult`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List resolveAPIKeyResultDescriptor = $convert.base64Decode(
|
|
'ChNSZXNvbHZlQVBJS2V5UmVzdWx0EhYKBlVzZXJJRBgBIAEoCVIGVXNlcklE');
|
|
|