LocalAccountProto$json top-level constant

  1. @Deprecated('Use localAccountProtoDescriptor instead')
Map<String, Object> const LocalAccountProto$json

Implementation

@$core.Deprecated('Use localAccountProtoDescriptor instead')
const LocalAccountProto$json = {
  '1': 'LocalAccountProto',
  '2': [
    {'1': 'id', '3': 1, '4': 1, '5': 3, '10': 'id'},
    {'1': 'email', '3': 2, '4': 1, '5': 9, '10': 'email'},
    {'1': 'phone', '3': 3, '4': 1, '5': 9, '10': 'phone'},
    {'1': 'last_name', '3': 4, '4': 1, '5': 9, '10': 'lastName'},
    {'1': 'first_name', '3': 5, '4': 1, '5': 9, '10': 'firstName'},
    {'1': 'locale', '3': 6, '4': 1, '5': 9, '10': 'locale'},
    {'1': 'company', '3': 7, '4': 1, '5': 9, '10': 'company'},
    {'1': 'group_id', '3': 8, '4': 1, '5': 9, '10': 'groupId'},
    {'1': 'enabled', '3': 9, '4': 1, '5': 8, '10': 'enabled'},
    {
      '1': 'expired_at',
      '3': 10,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'expiredAt'
    },
    {
      '1': 'client_roles',
      '3': 11,
      '4': 3,
      '5': 14,
      '6': '.Auth.AccountProto.Roles',
      '10': 'clientRoles'
    },
    {
      '1': 'status',
      '3': 12,
      '4': 1,
      '5': 14,
      '6': '.Auth.AccountProto.ActivationStatuses',
      '10': 'status'
    },
    {'1': 'deleted', '3': 13, '4': 1, '5': 8, '10': 'deleted'},
    {'1': 'client_id', '3': 14, '4': 1, '5': 3, '10': 'clientId'},
    {
      '1': 'type',
      '3': 15,
      '4': 1,
      '5': 14,
      '6': '.Platform.LocalAccountProto.AccountTypes',
      '10': 'type'
    },
    {'1': 'client_name', '3': 16, '4': 1, '5': 9, '10': 'clientName'},
  ],
  '3': [
    LocalAccountProto_RetrieveRequest$json,
    LocalAccountProto_CreateAdminRequest$json,
    LocalAccountProto_CreateAppRequest$json,
    LocalAccountProto_UpdateRequest$json,
    LocalAccountProto_SearchRequest$json,
    LocalAccountProto_SearchReply$json,
    LocalAccountProto_SetClientRequest$json,
    LocalAccountProto_EnableAccount$json,
    LocalAccountProto_DisableAccount$json,
    LocalAccountProto_UpdateExpiredAt$json,
    LocalAccountProto_ResendInvitationRequest$json
  ],
  '4': [LocalAccountProto_AccountTypes$json],
};