NuntioRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use nuntioRequestDescriptor instead')
const NuntioRequest$json = const {
  '1': 'NuntioRequest',
  '2': const [
    const {'1': 'namespace', '3': 1, '4': 1, '5': 9, '10': 'namespace'},
    const {'1': 'auth_token', '3': 2, '4': 1, '5': 11, '6': '.Nuntio.AuthToken', '10': 'authToken'},
    const {'1': 'api_key', '3': 3, '4': 1, '5': 9, '10': 'apiKey'},
    const {'1': 'project', '3': 4, '4': 1, '5': 11, '6': '.Nuntio.Project', '10': 'project'},
    const {'1': 'member', '3': 5, '4': 1, '5': 11, '6': '.Nuntio.Member', '10': 'member'},
    const {'1': 'current_user', '3': 6, '4': 1, '5': 11, '6': '.Nuntio.User', '10': 'currentUser'},
    const {'1': 'access', '3': 7, '4': 1, '5': 11, '6': '.Nuntio.Access', '10': 'access'},
    const {'1': 'password', '3': 8, '4': 1, '5': 9, '10': 'password'},
    const {'1': 'folder', '3': 9, '4': 1, '5': 11, '6': '.Nuntio.Folder', '10': 'folder'},
    const {'1': 'file', '3': 10, '4': 1, '5': 11, '6': '.Nuntio.File', '10': 'file'},
    const {'1': 'data', '3': 11, '4': 1, '5': 12, '10': 'data'},
    const {'1': 'recursive', '3': 12, '4': 1, '5': 8, '10': 'recursive'},
    const {'1': 'current_member', '3': 13, '4': 1, '5': 11, '6': '.Nuntio.Member', '10': 'currentMember'},
    const {'1': 'query', '3': 14, '4': 1, '5': 11, '6': '.Nuntio.MongoQuery', '10': 'query'},
    const {'1': 'document', '3': 15, '4': 1, '5': 11, '6': '.Nuntio.Document', '10': 'document'},
    const {'1': 'documents', '3': 16, '4': 3, '5': 11, '6': '.Nuntio.Document', '10': 'documents'},
    const {'1': 'collection', '3': 17, '4': 1, '5': 11, '6': '.Nuntio.Collection', '10': 'collection'},
    const {'1': 'email_provider', '3': 18, '4': 1, '5': 11, '6': '.Nuntio.EmailProvider', '10': 'emailProvider'},
    const {'1': 'text_provider', '3': 19, '4': 1, '5': 11, '6': '.Nuntio.TextProvider', '10': 'textProvider'},
    const {'1': 'text', '3': 20, '4': 1, '5': 11, '6': '.Nuntio.Sms', '10': 'text'},
    const {'1': 'email', '3': 21, '4': 1, '5': 11, '6': '.Nuntio.Email', '10': 'email'},
    const {'1': 'drop_collection', '3': 22, '4': 1, '5': 8, '10': 'dropCollection'},
    const {'1': 'index', '3': 23, '4': 1, '5': 11, '6': '.Nuntio.Index', '10': 'index'},
    const {'1': 'function', '3': 24, '4': 1, '5': 11, '6': '.Nuntio.Function', '10': 'function'},
  ],
};