You've already forked dart-core-sdk
1367 lines
62 KiB
Dart
1367 lines
62 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'
|
|
'5lQ29kZRInCgZTdGF0dXMYCiABKA4yDy5hcGkuVXNlclN0YXR1c1IGU3RhdHVzEoABCglDcmVh'
|
|
'dGVkQXQYCyABKAlCYpJBVzJVVVRDIGRhdGUvdGltZSBpbiA8YSBocmVmPSdodHRwczovL2VuLn'
|
|
'dpa2lwZWRpYS5vcmcvd2lraS9JU09fODYwMSc+SVNPIDg2MDE8L2E+IGZvcm1hdPpCBXID0AEB'
|
|
'UglDcmVhdGVkQXQSZQoEVHlwZRgMIAEoDjINLmFwaS5Vc2VyVHlwZUJCkkE/Mj1UeXBlIG9mIH'
|
|
'RoZSB1c2VyLCBjb3VsZCBiZSBhIFNlcnZpY2UgQWNjb3VudCBvciBhIG5vcm1hbCBVc2VyUgRU'
|
|
'eXBlEpcBCgxQYXJ0bmVyQXBwSUQYDSABKAlCc5JBcDJuSWYgdGhlIHVzZXIgaXMgYSBTZXJ2aW'
|
|
'NlIEFjY291bnQsIHRoZSBQYXJ0bmVyQXBwSUQgaXMgdGhlIElEIG9mIHRoZSBwYXJ0bmVyIGFw'
|
|
'cCBpdCBiZWxvbmdzIHRvLCBlbXB0eSBvdGhlcndpc2VSDFBhcnRuZXJBcHBJRBKwAQoJRXhwaX'
|
|
'Jlc0F0GA4gASgJQpEBkkGFATKCAVVUQyBkYXRlL3RpbWUgaW4gPGEgaHJlZj0naHR0cHM6Ly9l'
|
|
'bi53aWtpcGVkaWEub3JnL3dpa2kvSVNPXzg2MDEnPklTTyA4NjAxPC9hPiBmb3JtYXQgOyBvbm'
|
|
'x5IGZvciBTZXJ2aWNlIEFjY291bnRzLCBlbXB0eSBvdGhlcndpc2X6QgVyA9ABAVIJRXhwaXJl'
|
|
'c0F0EngKCVBhcnRuZXJJRBgPIAEoCUJakkFXMlVUaGUgUGFydG5lciBJRCB0aGUgdXNlciBiZW'
|
|
'xvbmdzIHRvLiBJZiBlbXB0eSwgdGhlIHVzZXIgaXMgbm90IGFmZmlsaWF0ZWQgdG8gYSBwYXJ0'
|
|
'bmVyUglQYXJ0bmVySUQSRgoFVHdvRkEYECABKA4yDy5hcGkuVHdvRkFWYWx1ZUIfkkEcMhpUaG'
|
|
'UgMkZBIHZhbHVlIGZvciB0aGUgdXNlclIFVHdvRkESgAEKEVRlbXBvcmFyaWx5TG9ja2VkGBEg'
|
|
'ASgIQlKSQU8yTUlmIHRoZSB1c2VyIGhhcyBiZWVuIHRlbXBvcmFyaWx5IGxvY2tlZCBkdWUgdG'
|
|
'8gdG9vIG1hbnkgZmFpbGVkIGxvZ2luIGF0dGVtcHRzUhFUZW1wb3JhcmlseUxvY2tlZA==');
|
|
|
|
@$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(
|
|
'ChFSZW1vdmVVc2VyUmVxdWVzdBIfCgZVc2VySUQYASABKAlCB/pCBHICEAFSBlVzZXJJRDoOkk'
|
|
'ELCgnSAQZVc2VySUQ=');
|
|
|
|
@$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(
|
|
'ChFFbnJvbGxVc2VyUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi5hcGkuUmVxdWVzdE9yZ2FuaX'
|
|
'NhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIbCgRNYWlsGAIgASgJQgf6QgRyAhABUgRN'
|
|
'YWlsEhYKBmxvY2FsZRgDIAEoCVIGbG9jYWxlEh4KCkZvcmNlVHdvRkEYBCABKAhSCkZvcmNlVH'
|
|
'dvRkESKAoPTG9naW5UaHJvdWdoT1RQGAUgASgIUg9Mb2dpblRocm91Z2hPVFA6FZJBEgoQ0gEG'
|
|
'SGVhZGVy0gEETWFpbA==');
|
|
|
|
@$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(
|
|
'ChtTZW5kVmVyaWZpY2F0aW9uTWFpbFJlcXVlc3QSQAoGSGVhZGVyGAEgASgLMh4uYXBpLlJlcX'
|
|
'Vlc3RPcmdhbmlzYXRpb25IZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISHwoGVXNlcklEGAIgASgJ'
|
|
'Qgf6QgRyAhABUgZVc2VySUQ6F5JBFAoS0gEGSGVhZGVy0gEGVXNlcklE');
|
|
|
|
@$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(
|
|
'Ch1TZW5kVmVyaWZpY2F0aW9uTWFpbEFzUmVxdWVzdBInCgpTZW5kZXJNYWlsGAEgASgJQgf6Qg'
|
|
'RyAhABUgpTZW5kZXJNYWlsEh8KBlVzZXJJRBgCIAEoCUIH+kIEcgIQAVIGVXNlcklEEiYKDk9y'
|
|
'Z2FuaXNhdGlvbklEGAMgASgJUg5PcmdhbmlzYXRpb25JRBIcCglQcm9qZWN0SUQYBCABKAlSCV'
|
|
'Byb2plY3RJRDobkkEYChbSAQpTZW5kZXJNYWls0gEGVXNlcklE');
|
|
|
|
@$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(
|
|
'ChhFbnJvbGxVc2VyUHJvamVjdFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3'
|
|
'RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhsKBE1haWwYAiABKAlCB/pCBHICEAFS'
|
|
'BE1haWwSFgoGbG9jYWxlGAMgASgJUgZsb2NhbGUSHgoKRm9yY2VUd29GQRgEIAEoCFIKRm9yY2'
|
|
'VUd29GQRIoCg9Mb2dpblRocm91Z2hPVFAYBSABKAhSD0xvZ2luVGhyb3VnaE9UUDoVkkESChDS'
|
|
'AQZIZWFkZXLSAQRNYWls');
|
|
|
|
@$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(
|
|
'CiJTZW5kVmVyaWZpY2F0aW9uTWFpbFByb2plY3RSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLm'
|
|
'FwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIfCgZVc2VySUQYAiAB'
|
|
'KAlCB/pCBHICEAFSBlVzZXJJRDoXkkEUChLSAQZIZWFkZXLSAQZVc2VySUQ=');
|
|
|
|
@$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(
|
|
'Cg9DcmVhdGVTQVJlcXVlc3QSQAoGSGVhZGVyGAEgASgLMh4uYXBpLlJlcXVlc3RPcmdhbmlzYX'
|
|
'Rpb25IZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISYwoETmFtZRgCIAEoCUJPkkEjigEgXlthLXpB'
|
|
'LVowLTldKyg/Oi1bYS16QS1aMC05XSspKiT6QiZyJBABMiBeW2EtekEtWjAtOV0rKD86LVthLX'
|
|
'pBLVowLTldKykqJFIETmFtZToVkkESChDSAQZIZWFkZXLSAQROYW1l');
|
|
|
|
@$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(
|
|
'Cg5SZW5ld1NBUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi5hcGkuUmVxdWVzdE9yZ2FuaXNhdG'
|
|
'lvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIbCgRNYWlsGAIgASgJQgf6QgRyAhABUgRNYWls'
|
|
'OhWSQRIKENIBBkhlYWRlctIBBE1haWw=');
|
|
|
|
@$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(
|
|
'Cg9SZW1vdmVTQVJlcXVlc3QSQAoGSGVhZGVyGAEgASgLMh4uYXBpLlJlcXVlc3RPcmdhbmlzYX'
|
|
'Rpb25IZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISGwoETWFpbBgCIAEoCUIH+kIEcgIQAVIETWFp'
|
|
'bDoVkkESChDSAQZIZWFkZXLSAQRNYWls');
|
|
|
|
@$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(
|
|
'ChRTdWdnZXN0U0FOYW1lUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi5hcGkuUmVxdWVzdE9yZ2'
|
|
'FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchJjCgROYW1lGAIgASgJQk+SQSOKASBe'
|
|
'W2EtekEtWjAtOV0rKD86LVthLXpBLVowLTldKykqJPpCJnIkEAEyIF5bYS16QS1aMC05XSsoPz'
|
|
'otW2EtekEtWjAtOV0rKSokUgROYW1lOhWSQRIKENIBBkhlYWRlctIBBE5hbWU=');
|
|
|
|
@$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(
|
|
'ChZDcmVhdGVQcm9qZWN0U0FSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH'
|
|
'JvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchJjCgROYW1lGAIgASgJQk+SQSOKASBeW2Et'
|
|
'ekEtWjAtOV0rKD86LVthLXpBLVowLTldKykqJPpCJnIkEAEyIF5bYS16QS1aMC05XSsoPzotW2'
|
|
'EtekEtWjAtOV0rKSokUgROYW1lOhWSQRIKENIBBkhlYWRlctIBBE5hbWU=');
|
|
|
|
@$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(
|
|
'ChVSZW5ld1Byb2plY3RTQVJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3RQcm'
|
|
'9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhsKBE1haWwYAiABKAlCB/pCBHICEAFSBE1h'
|
|
'aWw6FZJBEgoQ0gEGSGVhZGVy0gEETWFpbA==');
|
|
|
|
@$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(
|
|
'ChZSZW1vdmVQcm9qZWN0U0FSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZXF1ZXN0UH'
|
|
'JvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIbCgRNYWlsGAIgASgJQgf6QgRyAhABUgRN'
|
|
'YWlsOhWSQRIKENIBBkhlYWRlctIBBE1haWw=');
|
|
|
|
@$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(
|
|
'ChtTdWdnZXN0UHJvamVjdFNBTmFtZVJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
|
|
'Vlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEmMKBE5hbWUYAiABKAlCT5JBI4oB'
|
|
'IF5bYS16QS1aMC05XSsoPzotW2EtekEtWjAtOV0rKSok+kImciQQATIgXlthLXpBLVowLTldKy'
|
|
'g/Oi1bYS16QS1aMC05XSspKiRSBE5hbWU6FZJBEgoQ0gEGSGVhZGVy0gEETmFtZQ==');
|
|
|
|
@$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(
|
|
'ChxMaXN0T3JnYW5pc2F0aW9uVXNlcnNSZXF1ZXN0EkAKBkhlYWRlchgBIAEoCzIeLmFwaS5SZX'
|
|
'F1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyOg6SQQsKCdIBBkhlYWRl'
|
|
'cg==');
|
|
|
|
@$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(
|
|
'ChdMaXN0UHJvamVjdFVzZXJzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
|
'Byb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXI6DpJBCwoJ0gEGSGVhZGVy');
|
|
|
|
@$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(
|
|
'ChpMaXN0UGFydG5lckFwcFVzZXJzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISVQoMUGFydG5lckFwcElEGAIgASgJ'
|
|
'QjGSQRSKARFeKFtBLVphLXowLTktXSkrJPpCF3IVEAEyEV4oW0EtWmEtejAtOS1dKSskUgxQYX'
|
|
'J0bmVyQXBwSUQ6HZJBGgoY0gEGSGVhZGVy0gEMUGFydG5lckFwcElE');
|
|
|
|
@$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(
|
|
'ChpMaXN0Q29ubmVjdGlvblVzZXJzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISVQoMQ29ubmVjdGlvbklEGAIgASgJ'
|
|
'QjGSQRSKARFeKFtBLVphLXowLTktXSkrJPpCF3IVEAEyEV4oW0EtWmEtejAtOS1dKSskUgxDb2'
|
|
'5uZWN0aW9uSUQ6HZJBGgoY0gEGSGVhZGVy0gEMQ29ubmVjdGlvbklE');
|
|
|
|
@$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(
|
|
'ChZHZXRQbGF0Zm9ybVVzZXJSZXF1ZXN0Eh8KBlVzZXJJRBgBIAEoCUIH+kIEcgIQAVIGVXNlck'
|
|
'lEOg6SQQsKCdIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'ChxHZXRQbGF0Zm9ybVVzZXJCeU1haWxSZXF1ZXN0EiMKCFVzZXJNYWlsGAEgASgJQgf6QgRyAh'
|
|
'ABUghVc2VyTWFpbDoQkkENCgvSAQhVc2VyTWFpbA==');
|
|
|
|
@$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(
|
|
'ChpHZXRPcmdhbmlzYXRpb25Vc2VyUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi5hcGkuUmVxdW'
|
|
'VzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIfCgZVc2VySUQYAiABKAlC'
|
|
'B/pCBHICEAFSBlVzZXJJRDoXkkEUChLSAQZIZWFkZXLSAQZVc2VySUQ=');
|
|
|
|
@$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(
|
|
'ChVHZXRQcm9qZWN0VXNlclJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3RQcm'
|
|
'9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEh8KBlVzZXJJRBgCIAEoCUIH+kIEcgIQAVIG'
|
|
'VXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'ChtHZXRQcm9qZWN0VXNlckJ5TWFpbFJlcXVlc3QSJQoJUHJvamVjdElEGAEgASgJQgf6QgRyAh'
|
|
'ABUglQcm9qZWN0SUQSIwoIVXNlck1haWwYAiABKAlCB/pCBHICEAFSCFVzZXJNYWlsOheSQRQK'
|
|
'EtIBBkhlYWRlctIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'ChxMaXN0VXNlclBsYXRmb3JtUm9sZXNSZXF1ZXN0Eh8KBlVzZXJJRBgBIAEoCUIH+kIEcgIQAV'
|
|
'IGVXNlcklEOg6SQQsKCdIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'CiBMaXN0VXNlck9yZ2FuaXNhdGlvblJvbGVzUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi5hcG'
|
|
'kuUmVxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIfCgZVc2VySUQY'
|
|
'AiABKAlCB/pCBHICEAFSBlVzZXJJRDoXkkEUChLSAQZIZWFkZXLSAQZVc2VySUQ=');
|
|
|
|
@$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(
|
|
'ChtMaXN0VXNlclByb2plY3RSb2xlc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
|
|
'Vlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEh8KBlVzZXJJRBgCIAEoCUIH+kIE'
|
|
'cgIQAVIGVXNlcklEOheSQRQKEtIBBkhlYWRlctIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'Ch5MaXN0VXNlclBhcnRuZXJBcHBSb2xlc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
|
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEisKDFBhcnRuZXJBcHBJRBgC'
|
|
'IAEoCUIH+kIEcgIQAVIMUGFydG5lckFwcElEEh8KBlVzZXJJRBgDIAEoCUIH+kIEcgIQAVIGVX'
|
|
'NlcklEOiaSQSMKIdIBBkhlYWRlctIBDFBhcnRuZXJBcHBJRNIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'Ch5MaXN0VXNlckNvbm5lY3Rpb25Sb2xlc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
|
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEisKDENvbm5lY3Rpb25JRBgC'
|
|
'IAEoCUIH+kIEcgIQAVIMQ29ubmVjdGlvbklEEh8KBlVzZXJJRBgDIAEoCUIH+kIEcgIQAVIGVX'
|
|
'NlcklEOiaSQSMKIdIBBkhlYWRlctIBDENvbm5lY3Rpb25JRNIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'CiJMaXN0VXNlckF0dGFjaG1lbnRUeXBlUm9sZXNSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLm'
|
|
'FwaS5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIzChBBdHRhY2htZW50'
|
|
'VHlwZUlEGAIgASgJQgf6QgRyAhABUhBBdHRhY2htZW50VHlwZUlEEh8KBlVzZXJJRBgDIAEoCU'
|
|
'IH+kIEcgIQAVIGVXNlcklEOiqSQScKJdIBBkhlYWRlctIBEEF0dGFjaG1lbnRUeXBlSUTSAQZV'
|
|
'c2VySUQ=');
|
|
|
|
@$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(
|
|
'ChtTZXRVc2VyUGxhdGZvcm1Sb2xlc1JlcXVlc3QSHwoGVXNlcklEGAEgASgJQgf6QgRyAhABUg'
|
|
'ZVc2VySUQSFAoFUm9sZXMYAiADKAlSBVJvbGVzOg6SQQsKCdIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'Ch9TZXRVc2VyT3JnYW5pc2F0aW9uUm9sZXNSZXF1ZXN0EkAKBkhlYWRlchgBIAEoCzIeLmFwaS'
|
|
'5SZXF1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEh8KBlVzZXJJRBgC'
|
|
'IAEoCUIH+kIEcgIQAVIGVXNlcklEEhQKBVJvbGVzGAMgAygJUgVSb2xlczoXkkEUChLSAQZIZW'
|
|
'FkZXLSAQZVc2VySUQ=');
|
|
|
|
@$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(
|
|
'ChpTZXRVc2VyUHJvamVjdFJvbGVzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISHwoGVXNlcklEGAIgASgJQgf6QgRy'
|
|
'AhABUgZVc2VySUQSFAoFUm9sZXMYAyADKAlSBVJvbGVzOheSQRQKEtIBBkhlYWRlctIBBlVzZX'
|
|
'JJRA==');
|
|
|
|
@$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(
|
|
'Ch1TZXRVc2VyUGFydG5lckFwcFJvbGVzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
|
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKwoMUGFydG5lckFwcElEGAIg'
|
|
'ASgJQgf6QgRyAhABUgxQYXJ0bmVyQXBwSUQSHwoGVXNlcklEGAMgASgJQgf6QgRyAhABUgZVc2'
|
|
'VySUQSFAoFUm9sZXMYBCADKAlSBVJvbGVzOiaSQSMKIdIBBkhlYWRlctIBDFBhcnRuZXJBcHBJ'
|
|
'RNIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'Ch1TZXRVc2VyQ29ubmVjdGlvblJvbGVzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
|
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKwoMQ29ubmVjdGlvbklEGAIg'
|
|
'ASgJQgf6QgRyAhABUgxDb25uZWN0aW9uSUQSHwoGVXNlcklEGAMgASgJQgf6QgRyAhABUgZVc2'
|
|
'VySUQSFAoFUm9sZXMYBCADKAlSBVJvbGVzOiaSQSMKIdIBBkhlYWRlctIBDENvbm5lY3Rpb25J'
|
|
'RNIBBlVzZXJJRA==');
|
|
|
|
@$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(
|
|
'CiFTZXRVc2VyQXR0YWNobWVudFR5cGVSb2xlc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYX'
|
|
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjMKEEF0dGFjaG1lbnRU'
|
|
'eXBlSUQYAiABKAlCB/pCBHICEAFSEEF0dGFjaG1lbnRUeXBlSUQSHwoGVXNlcklEGAMgASgJQg'
|
|
'f6QgRyAhABUgZVc2VySUQSFAoFUm9sZXMYBCADKAlSBVJvbGVzOiqSQScKJdIBBkhlYWRlctIB'
|
|
'EEF0dGFjaG1lbnRUeXBlSUTSAQZVc2VySUQ=');
|
|
|
|
@$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(
|
|
'ChxFbnJvbGxVc2VyV2l0aG91dE1haWxSZXF1ZXN0EkAKBkhlYWRlchgBIAEoCzIeLmFwaS5SZX'
|
|
'F1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEhsKBE1haWwYAiABKAlC'
|
|
'B/pCBHICEAFSBE1haWwSFgoGbG9jYWxlGAMgASgJUgZsb2NhbGUSHgoKRm9yY2VUd29GQRgEIA'
|
|
'EoCFIKRm9yY2VUd29GQRIoCg9Mb2dpblRocm91Z2hPVFAYBSABKAhSD0xvZ2luVGhyb3VnaE9U'
|
|
'UDoVkkESChDSAQZIZWFkZXLSAQRNYWls');
|
|
|
|
@$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(
|
|
'CiNFbnJvbGxVc2VyUHJvamVjdFdpdGhvdXRNYWlsUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS'
|
|
'5hcGkuUmVxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISGwoETWFpbBgCIAEo'
|
|
'CUIH+kIEcgIQAVIETWFpbBIWCgZsb2NhbGUYAyABKAlSBmxvY2FsZRIeCgpGb3JjZVR3b0ZBGA'
|
|
'QgASgIUgpGb3JjZVR3b0ZBEigKD0xvZ2luVGhyb3VnaE9UUBgFIAEoCFIPTG9naW5UaHJvdWdo'
|
|
'T1RQOhWSQRIKENIBBkhlYWRlctIBBE1haWw=');
|
|
|
|
@$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(
|
|
'ChpVcGRhdGVUd29GQVBsYXRmb3JtUmVxdWVzdBIfCgZVc2VySUQYASABKAlCB/pCBHICEAFSBl'
|
|
'VzZXJJRBIlCgVWYWx1ZRgCIAEoDjIPLmFwaS5Ud29GQVZhbHVlUgVWYWx1ZToWkkETChHSAQZV'
|
|
'c2VySUTSAQVWYWx1ZQ==');
|
|
|
|
@$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(
|
|
'Ch1Gb3JjZVR3b0ZBT3JnYW5pc2F0aW9uUmVxdWVzdBJACgZIZWFkZXIYASABKAsyHi5hcGkuUm'
|
|
'VxdWVzdE9yZ2FuaXNhdGlvbkhlYWRlckII+kIFigECEAFSBkhlYWRlchIfCgZVc2VySUQYAiAB'
|
|
'KAlCB/pCBHICEAFSBlVzZXJJRBIeCgpGb3JjZVR3b0ZBGAMgASgIUgpGb3JjZVR3b0ZBOiSSQS'
|
|
'EKH9IBBkhlYWRlctIBBlVzZXJJRNIBCkZvcmNlVHdvRkE=');
|
|
|
|
@$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(
|
|
'ChxGb3JjZVByb2plY3RVc2VyVHdvRkFSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS5SZX'
|
|
'F1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchIfCgZVc2VySUQYAiABKAlCB/pC'
|
|
'BHICEAFSBlVzZXJJRDoXkkEUChLSAQZIZWFkZXLSAQZVc2VySUQ=');
|
|
|
|
@$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(
|
|
'ChBGaW5kVXNlcnNGaWx0ZXJzEhIKBE1haWwYASABKAlSBE1haWwSMQoGU3RhdHVzGAIgASgOMg'
|
|
'8uYXBpLlVzZXJTdGF0dXNCCPpCBYIBAhABUgZTdGF0dXMSHAoJRmlyc3ROYW1lGAMgASgJUglG'
|
|
'aXJzdE5hbWUSGgoITGFzdE5hbWUYBCABKAlSCExhc3ROYW1lEiIKDExhbmd1YWdlQ29kZRgFIA'
|
|
'EoCVIMTGFuZ3VhZ2VDb2RlEisKBFR5cGUYBiABKA4yDS5hcGkuVXNlclR5cGVCCPpCBYIBAhAB'
|
|
'UgRUeXBlEhQKBUxpbWl0GAcgASgFUgVMaW1pdA==');
|
|
|
|
@$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(
|
|
'ChhGaW5kUGxhdGZvcm1Vc2Vyc1JlcXVlc3QSNwoGRmlsdGVyGAEgASgLMhUuYXBpLkZpbmRVc2'
|
|
'Vyc0ZpbHRlcnNCCPpCBYoBAhABUgZGaWx0ZXI6DpJBCwoJ0gEGRmlsdGVy');
|
|
|
|
@$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(
|
|
'ChxGaW5kT3JnYW5pc2F0aW9uVXNlcnNSZXF1ZXN0EkAKBkhlYWRlchgBIAEoCzIeLmFwaS5SZX'
|
|
'F1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjcKBkZpbHRlchgCIAEo'
|
|
'CzIVLmFwaS5GaW5kVXNlcnNGaWx0ZXJzQgj6QgWKAQIQAVIGRmlsdGVyOheSQRQKEtIBBkhlYW'
|
|
'RlctIBBkZpbHRlcg==');
|
|
|
|
@$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(
|
|
'ChdGaW5kUHJvamVjdFVzZXJzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
|
'Byb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISNwoGRmlsdGVyGAIgASgLMhUuYXBpLkZp'
|
|
'bmRVc2Vyc0ZpbHRlcnNCCPpCBYoBAhABUgZGaWx0ZXI6F5JBFAoS0gEGSGVhZGVy0gEGRmlsdG'
|
|
'Vy');
|
|
|
|
@$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(
|
|
'ChpGaW5kUGFydG5lckFwcFVzZXJzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISVQoMUGFydG5lckFwcElEGAIgASgJ'
|
|
'QjGSQRSKARFeKFtBLVphLXowLTktXSkrJPpCF3IVEAEyEV4oW0EtWmEtejAtOS1dKSskUgxQYX'
|
|
'J0bmVyQXBwSUQSNwoGRmlsdGVyGAMgASgLMhUuYXBpLkZpbmRVc2Vyc0ZpbHRlcnNCCPpCBYoB'
|
|
'AhABUgZGaWx0ZXI6JpJBIwoh0gEGSGVhZGVy0gEMUGFydG5lckFwcElE0gEGRmlsdGVy');
|
|
|
|
@$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(
|
|
'ChpGaW5kQ29ubmVjdGlvblVzZXJzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
|
'VzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISVQoMQ29ubmVjdGlvbklEGAIgASgJ'
|
|
'QjGSQRSKARFeKFtBLVphLXowLTktXSkrJPpCF3IVEAEyEV4oW0EtWmEtejAtOS1dKSskUgxDb2'
|
|
'5uZWN0aW9uSUQSNwoGRmlsdGVyGAMgASgLMhUuYXBpLkZpbmRVc2Vyc0ZpbHRlcnNCCPpCBYoB'
|
|
'AhABUgZGaWx0ZXI6JpJBIwoh0gEGSGVhZGVy0gEMQ29ubmVjdGlvbklE0gEGRmlsdGVy');
|
|
|
|
@$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(
|
|
'Ch5MaXN0VXNlcnNJblBsYXRmb3JtUm9sZVJlcXVlc3QSHgoFUm9sZXMYASADKAlCCPpCBZIBAg'
|
|
'gBUgVSb2xlczoNkkEKCgjSAQVSb2xlcw==');
|
|
|
|
@$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(
|
|
'CiJMaXN0VXNlcnNJbk9yZ2FuaXNhdGlvblJvbGVSZXF1ZXN0EkAKBkhlYWRlchgBIAEoCzIeLm'
|
|
'FwaS5SZXF1ZXN0T3JnYW5pc2F0aW9uSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEh4KBVJvbGVz'
|
|
'GAIgAygJQgj6QgWSAQIIAVIFUm9sZXM6FZJBEgoQ0gEGSGVhZGVy0gEEUm9sZQ==');
|
|
|
|
@$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(
|
|
'Ch1MaXN0VXNlcnNJblByb2plY3RSb2xlUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
|
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISHgoFUm9sZXMYAyADKAlCCPpC'
|
|
'BZIBAggBUgVSb2xlczoVkkESChDSAQZIZWFkZXLSAQRSb2xl');
|
|
|
|
@$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(
|
|
'CiBMaXN0VXNlcnNJblBhcnRuZXJBcHBSb2xlUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcG'
|
|
'kuUmVxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISVQoMUGFydG5lckFwcElE'
|
|
'GAIgASgJQjGSQRSKARFeKFtBLVphLXowLTktXSkrJPpCF3IVEAEyEV4oW0EtWmEtejAtOS1dKS'
|
|
'skUgxQYXJ0bmVyQXBwSUQSHgoFUm9sZXMYAyADKAlCCPpCBZIBAggBUgVSb2xlczokkkEhCh/S'
|
|
'AQZIZWFkZXLSAQxQYXJ0bmVyQXBwSUTSAQRSb2xl');
|
|
|
|
@$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(
|
|
'CiBMaXN0VXNlcnNJbkNvbm5lY3Rpb25Sb2xlUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcG'
|
|
'kuUmVxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISVQoMQ29ubmVjdGlvbklE'
|
|
'GAIgASgJQjGSQRSKARFeKFtBLVphLXowLTktXSkrJPpCF3IVEAEyEV4oW0EtWmEtejAtOS1dKS'
|
|
'skUgxDb25uZWN0aW9uSUQSHgoFUm9sZXMYAyADKAlCCPpCBZIBAggBUgVSb2xlczokkkEhCh/S'
|
|
'AQZIZWFkZXLSAQxDb25uZWN0aW9uSUTSAQRSb2xl');
|
|
|
|
@$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=');
|
|
|