UNPKG

@onesignal/node-onesignal

Version:
51 lines 1.17 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiKeyToken = void 0; class ApiKeyToken { static getAttributeTypeMap() { return ApiKeyToken.attributeTypeMap; } constructor() { } } exports.ApiKeyToken = ApiKeyToken; ApiKeyToken.discriminator = undefined; ApiKeyToken.attributeTypeMap = [ { "name": "token_id", "baseName": "token_id", "type": "string", "format": "" }, { "name": "updated_at", "baseName": "updated_at", "type": "string", "format": "" }, { "name": "created_at", "baseName": "created_at", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "ip_allowlist_mode", "baseName": "ip_allowlist_mode", "type": "ApiKeyTokenIpAllowlistModeEnum", "format": "" }, { "name": "ip_allowlist", "baseName": "ip_allowlist", "type": "Array<string>", "format": "" } ]; //# sourceMappingURL=ApiKeyToken.js.map