UNPKG

@dodi-smart/nuki-graphql-api

Version:
39 lines 1.33 kB
"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.AdvancedApiKey = void 0; var AdvancedApiKey; (function (AdvancedApiKey) { /** * The application type */ let type; (function (type) { type["ONLY_SECRET"] = "ONLY_SECRET"; type["SHORT_RENTAL"] = "SHORT_RENTAL"; type["HEALTHCARE"] = "HEALTHCARE"; type["SMART_HOME"] = "SMART_HOME"; type["OTHER"] = "OTHER"; })(type = AdvancedApiKey.type || (AdvancedApiKey.type = {})); /** * The status of the webhook posting automation */ let webhookStatus; (function (webhookStatus) { webhookStatus["ACTIVE"] = "ACTIVE"; webhookStatus["DEACTIVATED"] = "DEACTIVATED"; })(webhookStatus = AdvancedApiKey.webhookStatus || (AdvancedApiKey.webhookStatus = {})); /** * The application status */ let status; (function (status) { status["INACTIVE"] = "INACTIVE"; status["APPLIED"] = "APPLIED"; status["TESTING"] = "TESTING"; status["ACTIVE"] = "ACTIVE"; })(status = AdvancedApiKey.status || (AdvancedApiKey.status = {})); })(AdvancedApiKey = exports.AdvancedApiKey || (exports.AdvancedApiKey = {})); //# sourceMappingURL=AdvancedApiKey.js.map