@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
18 lines • 675 B
JavaScript
;
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
Object.defineProperty(exports, "__esModule", { value: true });
exports.AccountIntegration = void 0;
var AccountIntegration;
(function (AccountIntegration) {
/**
* If the integration/device is an legacy or from the new oauth implementation
*/
let version;
(function (version) {
version["LEGACY"] = "LEGACY";
version["HYDRA"] = "HYDRA";
})(version = AccountIntegration.version || (AccountIntegration.version = {}));
})(AccountIntegration = exports.AccountIntegration || (exports.AccountIntegration = {}));
//# sourceMappingURL=AccountIntegration.js.map