UNPKG

@dodi-smart/nuki-graphql-api

Version:
11 lines 407 B
export type AdvancedApiKeyUpdate = { /** * The URL where our webhooks should point to */ webhookUrl: string; /** * The features to trigger webhooks, for all types except 'ONLY_SECRET' */ webhookFeatures: Array<'DEVICE_STATUS' | 'DEVICE_MASTERDATA' | 'DEVICE_CONFIG' | 'DEVICE_LOGS' | 'DEVICE_AUTHS' | 'ACCOUNT_USER'>; }; //# sourceMappingURL=AdvancedApiKeyUpdate.d.ts.map