UNPKG

@dodi-smart/nuki-graphql-api

Version:
24 lines 883 B
"use strict"; /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ShsSubscription = void 0; var ShsSubscription; (function (ShsSubscription) { let type; (function (type) { type["B2C"] = "B2C"; })(type = ShsSubscription.type || (ShsSubscription.type = {})); let state; (function (state) { state["ACTIVE"] = "ACTIVE"; state["INACTIVE"] = "INACTIVE"; state["CANCELLED"] = "CANCELLED"; state["EXPIRED"] = "EXPIRED"; state["ON_HOLD"] = "ON_HOLD"; state["PENDING"] = "PENDING"; state["PENDING_CANCEL"] = "PENDING_CANCEL"; })(state = ShsSubscription.state || (ShsSubscription.state = {})); })(ShsSubscription = exports.ShsSubscription || (exports.ShsSubscription = {})); //# sourceMappingURL=ShsSubscription.js.map