seamapi-types
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -18,2 +18,3 @@ import { Except } from 'type-fest'; | ||
}>; | ||
declare type DeviceCodeLimitReachedEvent = CommonDeviceEvent<"device.code_limit_reached">; | ||
declare type CreateAccessCodeEvent = CommonDeviceEvent<"access_code.created", { | ||
@@ -156,2 +157,2 @@ access_code_id: string; | ||
export { AnyField, AnyPane, AnyPaneWithoutSubmitProps, ChangeAccessCodeEvent, CommonConnectedAccountEvent, CommonDeviceEvent, ConnectedAccountDisconnected, CreateAccessCodeEvent, DeviceConnectedEvent, DeviceDisconnectEvent, DeviceLowBatteryEvent, DeviceTamperEvent, Field, FieldsPane, FinishedPane, InitiateTwoFactorPane, LoadingPane, LockLockedEvent, LockMethod, LockUnlockedEvent, LoginPane, NoiseDetectedEvent, ProviderMetadata, RedirectPane, RemovedFromDeviceAccessCodeEvent, SeamEvent, SearchAndSelectPane, SelectionField, SetOnDeviceAccessCodeEvent, TextField, TwoFactorOption, TwoFactorOptionWithId, TwoFactorPane }; | ||
export { AnyField, AnyPane, AnyPaneWithoutSubmitProps, ChangeAccessCodeEvent, CommonConnectedAccountEvent, CommonDeviceEvent, ConnectedAccountDisconnected, CreateAccessCodeEvent, DeviceCodeLimitReachedEvent, DeviceConnectedEvent, DeviceDisconnectEvent, DeviceLowBatteryEvent, DeviceTamperEvent, Field, FieldsPane, FinishedPane, InitiateTwoFactorPane, LoadingPane, LockLockedEvent, LockMethod, LockUnlockedEvent, LoginPane, NoiseDetectedEvent, ProviderMetadata, RedirectPane, RemovedFromDeviceAccessCodeEvent, SeamEvent, SearchAndSelectPane, SelectionField, SetOnDeviceAccessCodeEvent, TextField, TwoFactorOption, TwoFactorOptionWithId, TwoFactorPane }; |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"main": "dist/index.js", | ||
@@ -9,0 +9,0 @@ "types": "dist/index.d.ts", |
@@ -30,2 +30,4 @@ export interface CommonDeviceEvent< | ||
> | ||
export type DeviceCodeLimitReachedEvent = | ||
CommonDeviceEvent<"device.code_limit_reached"> | ||
@@ -32,0 +34,0 @@ // Access codes |
15581
443