3232- [ ActionAttemptGetResponse] ( interfaces/ActionAttemptGetResponse.md )
3333- [ ActionAttemptResultTypeMap] ( interfaces/ActionAttemptResultTypeMap.md )
3434- [ ActionAttemptWithError] ( interfaces/ActionAttemptWithError.md )
35- - [ CommonDeviceEvent] ( interfaces/CommonDeviceEvent.md )
3635- [ ConnectWebview] ( interfaces/ConnectWebview.md )
3736- [ ConnectWebviewCreateRequest] ( interfaces/ConnectWebviewCreateRequest.md )
3837- [ ConnectWebviewCreateResponse] ( interfaces/ConnectWebviewCreateResponse.md )
6968- [ ActionType] ( modules.md#actiontype )
7069- [ AnyDevice] ( modules.md#anydevice )
7170- [ CommonDeviceProperties] ( modules.md#commondeviceproperties )
72- - [ CreateAccessCodeEvent] ( modules.md#createaccesscodeevent )
73- - [ DeviceConnectedEvent] ( modules.md#deviceconnectedevent )
74- - [ DeviceDisconnectEvent] ( modules.md#devicedisconnectevent )
75- - [ DeviceLowBatteryEvent] ( modules.md#devicelowbatteryevent )
76- - [ DeviceTamperEvent] ( modules.md#devicetamperevent )
7771- [ DeviceType] ( modules.md#devicetype )
7872- [ DeviceUpdateRequest] ( modules.md#deviceupdaterequest )
7973- [ LockDevice] ( modules.md#lockdevice )
8074- [ LockDeviceType] ( modules.md#lockdevicetype )
81- - [ NoiseDetectedEvent] ( modules.md#noisedetectedevent )
8275- [ NoiseDetectionDeviceType] ( modules.md#noisedetectiondevicetype )
83- - [ SeamEvent ] ( modules.md#seamevent )
76+ - [ SeamWebhookEvent ] ( modules.md#seamwebhookevent )
8477- [ SuccessfulAPIResponse] ( modules.md#successfulapiresponse )
8578
8679### Functions
201194
202195___
203196
204- ### CreateAccessCodeEvent
205-
206- Ƭ ** CreateAccessCodeEvent** : [ ` CommonDeviceEvent ` ] ( interfaces/CommonDeviceEvent.md ) <`` "access_codes.created" `` , { ` access_code_id ` : ` string ` }\>
207-
208- #### Defined in
209-
210- [ src/types/webhook-events.ts:21] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/types/webhook-events.ts#L21 )
211-
212- ___
213-
214- ### DeviceConnectedEvent
215-
216- Ƭ ** DeviceConnectedEvent** : [ ` CommonDeviceEvent ` ] ( interfaces/CommonDeviceEvent.md ) <`` "device.connected" `` \>
217-
218- #### Defined in
219-
220- [ src/types/webhook-events.ts:14] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/types/webhook-events.ts#L14 )
221-
222- ___
223-
224- ### DeviceDisconnectEvent
225-
226- Ƭ ** DeviceDisconnectEvent** : [ ` CommonDeviceEvent ` ] ( interfaces/CommonDeviceEvent.md ) <`` "devices.disconnected" `` \>
227-
228- #### Defined in
229-
230- [ src/types/webhook-events.ts:15] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/types/webhook-events.ts#L15 )
231-
232- ___
233-
234- ### DeviceLowBatteryEvent
235-
236- Ƭ ** DeviceLowBatteryEvent** : [ ` CommonDeviceEvent ` ] ( interfaces/CommonDeviceEvent.md ) <`` "devices.triggered_low_battery" `` \>
237-
238- #### Defined in
239-
240- [ src/types/webhook-events.ts:17] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/types/webhook-events.ts#L17 )
241-
242- ___
243-
244- ### DeviceTamperEvent
245-
246- Ƭ ** DeviceTamperEvent** : [ ` CommonDeviceEvent ` ] ( interfaces/CommonDeviceEvent.md ) <`` "devices.tampered" `` \>
247-
248- #### Defined in
249-
250- [ src/types/webhook-events.ts:16] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/types/webhook-events.ts#L16 )
251-
252- ___
253-
254197### DeviceType
255198
256199Ƭ ** DeviceType** : [ ` LockDeviceType ` ] ( modules.md#lockdevicetype ) \| [ ` NoiseDetectionDeviceType ` ] ( modules.md#noisedetectiondevicetype )
300243
301244___
302245
303- ### NoiseDetectedEvent
304-
305- Ƭ ** NoiseDetectedEvent** : [ ` CommonDeviceEvent ` ] ( interfaces/CommonDeviceEvent.md ) <`` "noise_thresholds.detected_noise" `` \>
306-
307- #### Defined in
308-
309- [ src/types/webhook-events.ts:29] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/types/webhook-events.ts#L29 )
310-
311- ___
312-
313246### NoiseDetectionDeviceType
314247
315248Ƭ ** NoiseDetectionDeviceType** : `` "noiseaware_activity_zone" ``
@@ -320,13 +253,13 @@ ___
320253
321254___
322255
323- ### SeamEvent
256+ ### SeamWebhookEvent
324257
325- Ƭ ** SeamEvent ** : [ ` DeviceConnectedEvent ` ] ( modules.md#deviceconnectedevent ) \| [ ` DeviceDisconnectEvent ` ] ( modules.md#devicedisconnectevent ) \| [ ` DeviceTamperEvent ` ] ( modules.md#devicetamperevent ) \| [ ` DeviceLowBatteryEvent ` ] ( modules.md#devicelowbatteryevent ) \| [ ` CreateAccessCodeEvent ` ] ( modules.md#createaccesscodeevent ) \| [ ` NoiseDetectedEvent ` ] ( modules.md#noisedetectedevent )
258+ Ƭ ** SeamWebhookEvent ** : ` Distribute ` < ` SeamEvent ` [ `` "event_type" `` ] \>
326259
327260#### Defined in
328261
329- [ src/types/webhook-events.ts:32 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/types/webhook-events.ts#L32 )
262+ [ src/types/webhook-events.ts:10 ] ( https://github.com/seamapi/seamapi-javascript/blob/main/src/types/webhook-events.ts#L10 )
330263
331264___
332265
0 commit comments