@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
20 lines • 736 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const builder_1 = require("../builder");
builder_1.builder.objectType('NukiAccountConfig', {
fields: (t) => ({
alexaPin: t.exposeString('alexaPin', {
description: 'The alexa pin - used by alexa for unlock actions',
nullable: false
}),
gactionsHomePin: t.exposeString('gactionsHomePin', {
description: 'The google smart home pin - used for unlock actions',
nullable: false
}),
otpEnabledDate: t.exposeString('otpEnabledDate', {
description: 'The opt enabled date',
nullable: true
})
})
});
//# sourceMappingURL=account-config.js.map