@seamapi/types 1.326.0 → 1.328.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +820 -370
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +276 -16
- package/lib/seam/connect/models/access-codes/managed-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js +5 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.js +7 -3
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js +5 -1
- package/lib/seam/connect/models/acs/acs-credential-pool.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +12 -5
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +0 -5
- package/lib/seam/connect/models/acs/acs-entrance.js +7 -4
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.js +6 -2
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.js +7 -4
- package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.d.ts +0 -3
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js +0 -1
- package/lib/seam/connect/models/acs/metadata/dormakaba-community.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.js +5 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.js.map +1 -1
- package/lib/seam/connect/models/client-sessions/client-session.js +5 -1
- package/lib/seam/connect/models/client-sessions/client-session.js.map +1 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js +5 -1
- package/lib/seam/connect/models/connect-webviews/connect-webview.js.map +1 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js +5 -1
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +5 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.js +5 -1
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.js +5 -1
- package/lib/seam/connect/models/devices/phone.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js +5 -1
- package/lib/seam/connect/models/devices/unmanaged-device.js.map +1 -1
- package/lib/seam/connect/models/events/access-codes.js +119 -68
- package/lib/seam/connect/models/events/access-codes.js.map +1 -1
- package/lib/seam/connect/models/events/acs/access_groups.d.ts +64 -0
- package/lib/seam/connect/models/events/acs/access_groups.js +15 -0
- package/lib/seam/connect/models/events/acs/access_groups.js.map +1 -0
- package/lib/seam/connect/models/events/acs/credentials.js +14 -8
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/encoders.js +14 -8
- package/lib/seam/connect/models/events/acs/encoders.js.map +1 -1
- package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
- package/lib/seam/connect/models/events/acs/index.js +2 -0
- package/lib/seam/connect/models/events/acs/index.js.map +1 -1
- package/lib/seam/connect/models/events/acs/systems.js +21 -12
- package/lib/seam/connect/models/events/acs/systems.js.map +1 -1
- package/lib/seam/connect/models/events/acs/users.js +7 -4
- package/lib/seam/connect/models/events/acs/users.js.map +1 -1
- package/lib/seam/connect/models/events/action-attempts.js +28 -16
- package/lib/seam/connect/models/events/action-attempts.js.map +1 -1
- package/lib/seam/connect/models/events/client-sessions.js +7 -4
- package/lib/seam/connect/models/events/client-sessions.js.map +1 -1
- package/lib/seam/connect/models/events/connect-webviews.js +14 -8
- package/lib/seam/connect/models/events/connect-webviews.js.map +1 -1
- package/lib/seam/connect/models/events/connected-accounts.js +45 -25
- package/lib/seam/connect/models/events/connected-accounts.js.map +1 -1
- package/lib/seam/connect/models/events/devices.js +214 -119
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/enrollment-automations.js +7 -4
- package/lib/seam/connect/models/events/enrollment-automations.js.map +1 -1
- package/lib/seam/connect/models/events/phones.js +7 -4
- package/lib/seam/connect/models/events/phones.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/models/events/seam-event.js +5 -1
- package/lib/seam/connect/models/events/seam-event.js.map +1 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js +5 -1
- package/lib/seam/connect/models/noise-sensors/noise-threshold.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +8 -8
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +7 -4
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/models/webhooks/webhook.js +5 -1
- package/lib/seam/connect/models/webhooks/webhook.js.map +1 -1
- package/lib/seam/connect/models/workspaces/workspace.js +5 -1
- package/lib/seam/connect/models/workspaces/workspace.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +165 -4
- package/lib/seam/connect/openapi.js +154 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +81 -7
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +5 -1
- package/src/lib/seam/connect/models/access-codes/unmanaged-access-code.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +7 -3
- package/src/lib/seam/connect/models/acs/acs-credential-pool.ts +5 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +38 -35
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +31 -30
- package/src/lib/seam/connect/models/acs/acs-system.ts +6 -4
- package/src/lib/seam/connect/models/acs/acs-user.ts +10 -9
- package/src/lib/seam/connect/models/acs/metadata/dormakaba-community.ts +0 -1
- package/src/lib/seam/connect/models/action-attempts/action-attempt.ts +5 -1
- package/src/lib/seam/connect/models/client-sessions/client-session.ts +5 -1
- package/src/lib/seam/connect/models/connect-webviews/connect-webview.ts +5 -1
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +5 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +5 -1
- package/src/lib/seam/connect/models/devices/device.ts +5 -1
- package/src/lib/seam/connect/models/devices/phone.ts +5 -1
- package/src/lib/seam/connect/models/devices/unmanaged-device.ts +5 -1
- package/src/lib/seam/connect/models/events/access-codes.ts +139 -117
- package/src/lib/seam/connect/models/events/acs/access_groups.ts +22 -0
- package/src/lib/seam/connect/models/events/acs/credentials.ts +16 -14
- package/src/lib/seam/connect/models/events/acs/encoders.ts +16 -14
- package/src/lib/seam/connect/models/events/acs/index.ts +2 -0
- package/src/lib/seam/connect/models/events/acs/systems.ts +24 -21
- package/src/lib/seam/connect/models/events/acs/users.ts +8 -7
- package/src/lib/seam/connect/models/events/action-attempts.ts +32 -24
- package/src/lib/seam/connect/models/events/client-sessions.ts +8 -7
- package/src/lib/seam/connect/models/events/connect-webviews.ts +16 -13
- package/src/lib/seam/connect/models/events/connected-accounts.ts +55 -44
- package/src/lib/seam/connect/models/events/devices.ts +339 -301
- package/src/lib/seam/connect/models/events/enrollment-automations.ts +8 -6
- package/src/lib/seam/connect/models/events/phones.ts +8 -5
- package/src/lib/seam/connect/models/events/seam-event.ts +5 -1
- package/src/lib/seam/connect/models/noise-sensors/noise-threshold.ts +5 -1
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +60 -62
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +35 -34
- package/src/lib/seam/connect/models/webhooks/webhook.ts +5 -1
- package/src/lib/seam/connect/models/workspaces/workspace.ts +5 -1
- package/src/lib/seam/connect/openapi.ts +157 -6
- package/src/lib/seam/connect/route-types.ts +83 -5
|
@@ -25,6 +25,7 @@ export interface Routes {
|
|
|
25
25
|
commonParams: {}
|
|
26
26
|
formData: {}
|
|
27
27
|
jsonResponse: {
|
|
28
|
+
/** */
|
|
28
29
|
action_attempt:
|
|
29
30
|
| {
|
|
30
31
|
/** The ID of the action attempt. */
|
|
@@ -960,6 +961,7 @@ export interface Routes {
|
|
|
960
961
|
message: string
|
|
961
962
|
}
|
|
962
963
|
}
|
|
964
|
+
/** */
|
|
963
965
|
access_code: {
|
|
964
966
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
965
967
|
common_code_key: string | null
|
|
@@ -1281,6 +1283,7 @@ export interface Routes {
|
|
|
1281
1283
|
}
|
|
1282
1284
|
formData: {}
|
|
1283
1285
|
jsonResponse: {
|
|
1286
|
+
/** */
|
|
1284
1287
|
action_attempt:
|
|
1285
1288
|
| {
|
|
1286
1289
|
/** The ID of the action attempt. */
|
|
@@ -2246,6 +2249,7 @@ export interface Routes {
|
|
|
2246
2249
|
}
|
|
2247
2250
|
formData: {}
|
|
2248
2251
|
jsonResponse: {
|
|
2252
|
+
/** */
|
|
2249
2253
|
access_code: {
|
|
2250
2254
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
2251
2255
|
common_code_key: string | null
|
|
@@ -2552,6 +2556,7 @@ export interface Routes {
|
|
|
2552
2556
|
commonParams: {}
|
|
2553
2557
|
formData: {}
|
|
2554
2558
|
jsonResponse: {
|
|
2559
|
+
/** */
|
|
2555
2560
|
backup_access_code: {
|
|
2556
2561
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
2557
2562
|
common_code_key: string | null
|
|
@@ -2692,6 +2697,7 @@ export interface Routes {
|
|
|
2692
2697
|
/** Indicates whether the access code is intended for use in offline scenarios. If "true," this code can be created on a device without a network connection. */
|
|
2693
2698
|
is_offline_access_code: boolean
|
|
2694
2699
|
}
|
|
2700
|
+
/** */
|
|
2695
2701
|
access_code: {
|
|
2696
2702
|
/** Unique identifier for a group of access codes that share the same code. */
|
|
2697
2703
|
common_code_key: string | null
|
|
@@ -2846,6 +2852,7 @@ export interface Routes {
|
|
|
2846
2852
|
commonParams: {}
|
|
2847
2853
|
formData: {}
|
|
2848
2854
|
jsonResponse: {
|
|
2855
|
+
/** */
|
|
2849
2856
|
access_code: {
|
|
2850
2857
|
/** Nature of the access code. Values are "ongoing" for access codes that are active continuously until deactivated manually or "time_bound" for access codes that have a specific duration. */
|
|
2851
2858
|
type: 'time_bound' | 'ongoing'
|
|
@@ -2992,6 +2999,7 @@ export interface Routes {
|
|
|
2992
2999
|
}
|
|
2993
3000
|
formData: {}
|
|
2994
3001
|
jsonResponse: {
|
|
3002
|
+
/** */
|
|
2995
3003
|
action_attempt:
|
|
2996
3004
|
| {
|
|
2997
3005
|
/** The ID of the action attempt. */
|
|
@@ -3941,6 +3949,7 @@ export interface Routes {
|
|
|
3941
3949
|
}
|
|
3942
3950
|
formData: {}
|
|
3943
3951
|
jsonResponse: {
|
|
3952
|
+
/** */
|
|
3944
3953
|
access_code: {
|
|
3945
3954
|
/** Nature of the access code. Values are "ongoing" for access codes that are active continuously until deactivated manually or "time_bound" for access codes that have a specific duration. */
|
|
3946
3955
|
type: 'time_bound' | 'ongoing'
|
|
@@ -4235,6 +4244,7 @@ export interface Routes {
|
|
|
4235
4244
|
commonParams: {}
|
|
4236
4245
|
formData: {}
|
|
4237
4246
|
jsonResponse: {
|
|
4247
|
+
/** */
|
|
4238
4248
|
action_attempt:
|
|
4239
4249
|
| {
|
|
4240
4250
|
/** The ID of the action attempt. */
|
|
@@ -5384,7 +5394,6 @@ export interface Routes {
|
|
|
5384
5394
|
dormakaba_community_metadata?:
|
|
5385
5395
|
| {
|
|
5386
5396
|
access_point_name: string
|
|
5387
|
-
common_area_number?: number | undefined
|
|
5388
5397
|
}
|
|
5389
5398
|
| undefined
|
|
5390
5399
|
assa_abloy_vostio_metadata?:
|
|
@@ -5704,6 +5713,7 @@ export interface Routes {
|
|
|
5704
5713
|
}
|
|
5705
5714
|
formData: {}
|
|
5706
5715
|
jsonResponse: {
|
|
5716
|
+
/** */
|
|
5707
5717
|
acs_credential_provisioning_automation: {
|
|
5708
5718
|
acs_credential_provisioning_automation_id: string
|
|
5709
5719
|
credential_manager_acs_system_id: string
|
|
@@ -6512,7 +6522,6 @@ export interface Routes {
|
|
|
6512
6522
|
dormakaba_community_metadata?:
|
|
6513
6523
|
| {
|
|
6514
6524
|
access_point_name: string
|
|
6515
|
-
common_area_number?: number | undefined
|
|
6516
6525
|
}
|
|
6517
6526
|
| undefined
|
|
6518
6527
|
assa_abloy_vostio_metadata?:
|
|
@@ -7086,6 +7095,7 @@ export interface Routes {
|
|
|
7086
7095
|
}
|
|
7087
7096
|
formData: {}
|
|
7088
7097
|
jsonResponse: {
|
|
7098
|
+
/** */
|
|
7089
7099
|
action_attempt:
|
|
7090
7100
|
| {
|
|
7091
7101
|
/** The ID of the action attempt. */
|
|
@@ -8083,6 +8093,7 @@ export interface Routes {
|
|
|
8083
8093
|
}
|
|
8084
8094
|
formData: {}
|
|
8085
8095
|
jsonResponse: {
|
|
8096
|
+
/** */
|
|
8086
8097
|
action_attempt:
|
|
8087
8098
|
| {
|
|
8088
8099
|
/** The ID of the action attempt. */
|
|
@@ -9172,7 +9183,6 @@ export interface Routes {
|
|
|
9172
9183
|
dormakaba_community_metadata?:
|
|
9173
9184
|
| {
|
|
9174
9185
|
access_point_name: string
|
|
9175
|
-
common_area_number?: number | undefined
|
|
9176
9186
|
}
|
|
9177
9187
|
| undefined
|
|
9178
9188
|
assa_abloy_vostio_metadata?:
|
|
@@ -9274,7 +9284,6 @@ export interface Routes {
|
|
|
9274
9284
|
dormakaba_community_metadata?:
|
|
9275
9285
|
| {
|
|
9276
9286
|
access_point_name: string
|
|
9277
|
-
common_area_number?: number | undefined
|
|
9278
9287
|
}
|
|
9279
9288
|
| undefined
|
|
9280
9289
|
assa_abloy_vostio_metadata?:
|
|
@@ -10442,7 +10451,6 @@ export interface Routes {
|
|
|
10442
10451
|
dormakaba_community_metadata?:
|
|
10443
10452
|
| {
|
|
10444
10453
|
access_point_name: string
|
|
10445
|
-
common_area_number?: number | undefined
|
|
10446
10454
|
}
|
|
10447
10455
|
| undefined
|
|
10448
10456
|
assa_abloy_vostio_metadata?:
|
|
@@ -10814,6 +10822,7 @@ export interface Routes {
|
|
|
10814
10822
|
}
|
|
10815
10823
|
formData: {}
|
|
10816
10824
|
jsonResponse: {
|
|
10825
|
+
/** */
|
|
10817
10826
|
action_attempt:
|
|
10818
10827
|
| {
|
|
10819
10828
|
/** The ID of the action attempt. */
|
|
@@ -12713,6 +12722,7 @@ export interface Routes {
|
|
|
12713
12722
|
commonParams: {}
|
|
12714
12723
|
formData: {}
|
|
12715
12724
|
jsonResponse: {
|
|
12725
|
+
/** */
|
|
12716
12726
|
client_session: {
|
|
12717
12727
|
client_session_id: string
|
|
12718
12728
|
workspace_id: string
|
|
@@ -12749,6 +12759,7 @@ export interface Routes {
|
|
|
12749
12759
|
}
|
|
12750
12760
|
formData: {}
|
|
12751
12761
|
jsonResponse: {
|
|
12762
|
+
/** */
|
|
12752
12763
|
client_session: {
|
|
12753
12764
|
client_session_id: string
|
|
12754
12765
|
workspace_id: string
|
|
@@ -12777,6 +12788,7 @@ export interface Routes {
|
|
|
12777
12788
|
commonParams: {}
|
|
12778
12789
|
formData: {}
|
|
12779
12790
|
jsonResponse: {
|
|
12791
|
+
/** */
|
|
12780
12792
|
client_session: {
|
|
12781
12793
|
client_session_id: string
|
|
12782
12794
|
workspace_id: string
|
|
@@ -12805,6 +12817,7 @@ export interface Routes {
|
|
|
12805
12817
|
}
|
|
12806
12818
|
formData: {}
|
|
12807
12819
|
jsonResponse: {
|
|
12820
|
+
/** */
|
|
12808
12821
|
client_session: {
|
|
12809
12822
|
client_session_id: string
|
|
12810
12823
|
workspace_id: string
|
|
@@ -12935,6 +12948,7 @@ export interface Routes {
|
|
|
12935
12948
|
commonParams: {}
|
|
12936
12949
|
formData: {}
|
|
12937
12950
|
jsonResponse: {
|
|
12951
|
+
/** */
|
|
12938
12952
|
connect_webview: {
|
|
12939
12953
|
connect_webview_id: string
|
|
12940
12954
|
workspace_id: string
|
|
@@ -12983,6 +12997,7 @@ export interface Routes {
|
|
|
12983
12997
|
}
|
|
12984
12998
|
formData: {}
|
|
12985
12999
|
jsonResponse: {
|
|
13000
|
+
/** */
|
|
12986
13001
|
connect_webview: {
|
|
12987
13002
|
connect_webview_id: string
|
|
12988
13003
|
workspace_id: string
|
|
@@ -13077,6 +13092,7 @@ export interface Routes {
|
|
|
13077
13092
|
}
|
|
13078
13093
|
formData: {}
|
|
13079
13094
|
jsonResponse: {
|
|
13095
|
+
/** */
|
|
13080
13096
|
connected_account: {
|
|
13081
13097
|
connected_account_id?: string | undefined
|
|
13082
13098
|
created_at?: string | undefined
|
|
@@ -13172,6 +13188,7 @@ export interface Routes {
|
|
|
13172
13188
|
commonParams: {}
|
|
13173
13189
|
formData: {}
|
|
13174
13190
|
jsonResponse: {
|
|
13191
|
+
/** */
|
|
13175
13192
|
connected_account: {
|
|
13176
13193
|
connected_account_id?: string | undefined
|
|
13177
13194
|
created_at?: string | undefined
|
|
@@ -13229,6 +13246,7 @@ export interface Routes {
|
|
|
13229
13246
|
}
|
|
13230
13247
|
formData: {}
|
|
13231
13248
|
jsonResponse: {
|
|
13249
|
+
/** */
|
|
13232
13250
|
device: {
|
|
13233
13251
|
/** Unique identifier for the device. */
|
|
13234
13252
|
device_id: string
|
|
@@ -15107,6 +15125,7 @@ export interface Routes {
|
|
|
15107
15125
|
}
|
|
15108
15126
|
formData: {}
|
|
15109
15127
|
jsonResponse: {
|
|
15128
|
+
/** */
|
|
15110
15129
|
device: {
|
|
15111
15130
|
/** Unique identifier for the device. */
|
|
15112
15131
|
device_id: string
|
|
@@ -15788,6 +15807,7 @@ export interface Routes {
|
|
|
15788
15807
|
}
|
|
15789
15808
|
formData: {}
|
|
15790
15809
|
jsonResponse: {
|
|
15810
|
+
/** */
|
|
15791
15811
|
event?:
|
|
15792
15812
|
| (
|
|
15793
15813
|
| {
|
|
@@ -16213,6 +16233,22 @@ export interface Routes {
|
|
|
16213
16233
|
acs_encoder_id: string
|
|
16214
16234
|
event_type: 'acs_encoder.removed'
|
|
16215
16235
|
}
|
|
16236
|
+
| {
|
|
16237
|
+
/** ID of the event. */
|
|
16238
|
+
event_id: string
|
|
16239
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
16240
|
+
workspace_id: string
|
|
16241
|
+
/** Date and time at which the event was created. */
|
|
16242
|
+
created_at: string
|
|
16243
|
+
/** Date and time at which the event occurred. */
|
|
16244
|
+
occurred_at: string
|
|
16245
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
16246
|
+
connected_account_id?: string | undefined
|
|
16247
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
16248
|
+
acs_system_id: string
|
|
16249
|
+
acs_access_group_id: string
|
|
16250
|
+
event_type: 'acs_access_group.deleted'
|
|
16251
|
+
}
|
|
16216
16252
|
| {
|
|
16217
16253
|
/** ID of the event. */
|
|
16218
16254
|
event_id: string
|
|
@@ -17096,6 +17132,7 @@ export interface Routes {
|
|
|
17096
17132
|
| 'acs_system.added'
|
|
17097
17133
|
| 'acs_system.connected'
|
|
17098
17134
|
| 'acs_system.disconnected'
|
|
17135
|
+
| 'acs_access_group.deleted'
|
|
17099
17136
|
| 'acs_user.deleted'
|
|
17100
17137
|
| 'acs_credential.deleted'
|
|
17101
17138
|
| 'acs_credential.issued'
|
|
@@ -17172,6 +17209,7 @@ export interface Routes {
|
|
|
17172
17209
|
| 'acs_system.added'
|
|
17173
17210
|
| 'acs_system.connected'
|
|
17174
17211
|
| 'acs_system.disconnected'
|
|
17212
|
+
| 'acs_access_group.deleted'
|
|
17175
17213
|
| 'acs_user.deleted'
|
|
17176
17214
|
| 'acs_credential.deleted'
|
|
17177
17215
|
| 'acs_credential.issued'
|
|
@@ -17620,6 +17658,22 @@ export interface Routes {
|
|
|
17620
17658
|
acs_encoder_id: string
|
|
17621
17659
|
event_type: 'acs_encoder.removed'
|
|
17622
17660
|
}
|
|
17661
|
+
| {
|
|
17662
|
+
/** ID of the event. */
|
|
17663
|
+
event_id: string
|
|
17664
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces). */
|
|
17665
|
+
workspace_id: string
|
|
17666
|
+
/** Date and time at which the event was created. */
|
|
17667
|
+
created_at: string
|
|
17668
|
+
/** Date and time at which the event occurred. */
|
|
17669
|
+
occurred_at: string
|
|
17670
|
+
/** ID of the [connected account](https://docs.seam.co/latest/core-concepts/connected-accounts). */
|
|
17671
|
+
connected_account_id?: string | undefined
|
|
17672
|
+
/** ID of the [ACS system](https://docs.seam.co/latest/capability-guides/access-systems). */
|
|
17673
|
+
acs_system_id: string
|
|
17674
|
+
acs_access_group_id: string
|
|
17675
|
+
event_type: 'acs_access_group.deleted'
|
|
17676
|
+
}
|
|
17623
17677
|
| {
|
|
17624
17678
|
/** ID of the event. */
|
|
17625
17679
|
event_id: string
|
|
@@ -18429,6 +18483,7 @@ export interface Routes {
|
|
|
18429
18483
|
}
|
|
18430
18484
|
formData: {}
|
|
18431
18485
|
jsonResponse: {
|
|
18486
|
+
/** */
|
|
18432
18487
|
lock: {
|
|
18433
18488
|
/** Unique identifier for the device. */
|
|
18434
18489
|
device_id: string
|
|
@@ -19209,6 +19264,7 @@ export interface Routes {
|
|
|
19209
19264
|
can_simulate_connection?: boolean | undefined
|
|
19210
19265
|
can_simulate_disconnection?: boolean | undefined
|
|
19211
19266
|
}
|
|
19267
|
+
/** */
|
|
19212
19268
|
device: {
|
|
19213
19269
|
/** Unique identifier for the device. */
|
|
19214
19270
|
device_id: string
|
|
@@ -21746,6 +21802,7 @@ export interface Routes {
|
|
|
21746
21802
|
commonParams: {}
|
|
21747
21803
|
formData: {}
|
|
21748
21804
|
jsonResponse: {
|
|
21805
|
+
/** */
|
|
21749
21806
|
action_attempt:
|
|
21750
21807
|
| {
|
|
21751
21808
|
/** The ID of the action attempt. */
|
|
@@ -22694,6 +22751,7 @@ export interface Routes {
|
|
|
22694
22751
|
commonParams: {}
|
|
22695
22752
|
formData: {}
|
|
22696
22753
|
jsonResponse: {
|
|
22754
|
+
/** */
|
|
22697
22755
|
action_attempt:
|
|
22698
22756
|
| {
|
|
22699
22757
|
/** The ID of the action attempt. */
|
|
@@ -23641,6 +23699,7 @@ export interface Routes {
|
|
|
23641
23699
|
}
|
|
23642
23700
|
formData: {}
|
|
23643
23701
|
jsonResponse: {
|
|
23702
|
+
/** */
|
|
23644
23703
|
network: {
|
|
23645
23704
|
network_id: string
|
|
23646
23705
|
workspace_id: string
|
|
@@ -25425,6 +25484,7 @@ export interface Routes {
|
|
|
25425
25484
|
commonParams: {}
|
|
25426
25485
|
formData: {}
|
|
25427
25486
|
jsonResponse: {
|
|
25487
|
+
/** */
|
|
25428
25488
|
action_attempt:
|
|
25429
25489
|
| {
|
|
25430
25490
|
/** The ID of the action attempt. */
|
|
@@ -26360,6 +26420,7 @@ export interface Routes {
|
|
|
26360
26420
|
message: string
|
|
26361
26421
|
}
|
|
26362
26422
|
}
|
|
26423
|
+
/** */
|
|
26363
26424
|
noise_threshold: {
|
|
26364
26425
|
noise_threshold_id: string
|
|
26365
26426
|
device_id: string
|
|
@@ -26383,6 +26444,7 @@ export interface Routes {
|
|
|
26383
26444
|
commonParams: {}
|
|
26384
26445
|
formData: {}
|
|
26385
26446
|
jsonResponse: {
|
|
26447
|
+
/** */
|
|
26386
26448
|
action_attempt:
|
|
26387
26449
|
| {
|
|
26388
26450
|
/** The ID of the action attempt. */
|
|
@@ -27330,6 +27392,7 @@ export interface Routes {
|
|
|
27330
27392
|
}
|
|
27331
27393
|
formData: {}
|
|
27332
27394
|
jsonResponse: {
|
|
27395
|
+
/** */
|
|
27333
27396
|
noise_threshold: {
|
|
27334
27397
|
noise_threshold_id: string
|
|
27335
27398
|
device_id: string
|
|
@@ -27380,6 +27443,7 @@ export interface Routes {
|
|
|
27380
27443
|
commonParams: {}
|
|
27381
27444
|
formData: {}
|
|
27382
27445
|
jsonResponse: {
|
|
27446
|
+
/** */
|
|
27383
27447
|
action_attempt:
|
|
27384
27448
|
| {
|
|
27385
27449
|
/** The ID of the action attempt. */
|
|
@@ -28524,6 +28588,7 @@ export interface Routes {
|
|
|
28524
28588
|
commonParams: {}
|
|
28525
28589
|
formData: {}
|
|
28526
28590
|
jsonResponse: {
|
|
28591
|
+
/** */
|
|
28527
28592
|
phone: {
|
|
28528
28593
|
/** Unique identifier for the device. */
|
|
28529
28594
|
device_id: string
|
|
@@ -28686,6 +28751,7 @@ export interface Routes {
|
|
|
28686
28751
|
commonParams: {}
|
|
28687
28752
|
formData: {}
|
|
28688
28753
|
jsonResponse: {
|
|
28754
|
+
/** */
|
|
28689
28755
|
action_attempt:
|
|
28690
28756
|
| {
|
|
28691
28757
|
/** The ID of the action attempt. */
|
|
@@ -29640,6 +29706,7 @@ export interface Routes {
|
|
|
29640
29706
|
commonParams: {}
|
|
29641
29707
|
formData: {}
|
|
29642
29708
|
jsonResponse: {
|
|
29709
|
+
/** */
|
|
29643
29710
|
action_attempt:
|
|
29644
29711
|
| {
|
|
29645
29712
|
/** The ID of the action attempt. */
|
|
@@ -30635,6 +30702,7 @@ export interface Routes {
|
|
|
30635
30702
|
}
|
|
30636
30703
|
formData: {}
|
|
30637
30704
|
jsonResponse: {
|
|
30705
|
+
/** */
|
|
30638
30706
|
thermostat: {
|
|
30639
30707
|
/** Unique identifier for the device. */
|
|
30640
30708
|
device_id: string
|
|
@@ -31434,6 +31502,7 @@ export interface Routes {
|
|
|
31434
31502
|
commonParams: {}
|
|
31435
31503
|
formData: {}
|
|
31436
31504
|
jsonResponse: {
|
|
31505
|
+
/** */
|
|
31437
31506
|
action_attempt:
|
|
31438
31507
|
| {
|
|
31439
31508
|
/** The ID of the action attempt. */
|
|
@@ -32392,6 +32461,7 @@ export interface Routes {
|
|
|
32392
32461
|
commonParams: {}
|
|
32393
32462
|
formData: {}
|
|
32394
32463
|
jsonResponse: {
|
|
32464
|
+
/** */
|
|
32395
32465
|
action_attempt:
|
|
32396
32466
|
| {
|
|
32397
32467
|
/** The ID of the action attempt. */
|
|
@@ -35086,6 +35156,7 @@ export interface Routes {
|
|
|
35086
35156
|
commonParams: {}
|
|
35087
35157
|
formData: {}
|
|
35088
35158
|
jsonResponse: {
|
|
35159
|
+
/** */
|
|
35089
35160
|
action_attempt:
|
|
35090
35161
|
| {
|
|
35091
35162
|
/** The ID of the action attempt. */
|
|
@@ -36220,6 +36291,7 @@ export interface Routes {
|
|
|
36220
36291
|
commonParams: {}
|
|
36221
36292
|
formData: {}
|
|
36222
36293
|
jsonResponse: {
|
|
36294
|
+
/** */
|
|
36223
36295
|
action_attempt:
|
|
36224
36296
|
| {
|
|
36225
36297
|
/** The ID of the action attempt. */
|
|
@@ -37201,6 +37273,7 @@ export interface Routes {
|
|
|
37201
37273
|
commonParams: {}
|
|
37202
37274
|
formData: {}
|
|
37203
37275
|
jsonResponse: {
|
|
37276
|
+
/** */
|
|
37204
37277
|
action_attempt:
|
|
37205
37278
|
| {
|
|
37206
37279
|
/** The ID of the action attempt. */
|
|
@@ -40350,6 +40423,7 @@ export interface Routes {
|
|
|
40350
40423
|
commonParams: {}
|
|
40351
40424
|
formData: {}
|
|
40352
40425
|
jsonResponse: {
|
|
40426
|
+
/** */
|
|
40353
40427
|
webhook: {
|
|
40354
40428
|
webhook_id: string
|
|
40355
40429
|
url: string
|
|
@@ -40379,6 +40453,7 @@ export interface Routes {
|
|
|
40379
40453
|
}
|
|
40380
40454
|
formData: {}
|
|
40381
40455
|
jsonResponse: {
|
|
40456
|
+
/** */
|
|
40382
40457
|
webhook: {
|
|
40383
40458
|
webhook_id: string
|
|
40384
40459
|
url: string
|
|
@@ -40433,6 +40508,7 @@ export interface Routes {
|
|
|
40433
40508
|
commonParams: {}
|
|
40434
40509
|
formData: {}
|
|
40435
40510
|
jsonResponse: {
|
|
40511
|
+
/** */
|
|
40436
40512
|
workspace: {
|
|
40437
40513
|
workspace_id: string
|
|
40438
40514
|
name: string
|
|
@@ -40452,6 +40528,7 @@ export interface Routes {
|
|
|
40452
40528
|
commonParams: {}
|
|
40453
40529
|
formData: {}
|
|
40454
40530
|
jsonResponse: {
|
|
40531
|
+
/** */
|
|
40455
40532
|
workspace: {
|
|
40456
40533
|
workspace_id: string
|
|
40457
40534
|
name: string
|
|
@@ -40490,6 +40567,7 @@ export interface Routes {
|
|
|
40490
40567
|
commonParams: {}
|
|
40491
40568
|
formData: {}
|
|
40492
40569
|
jsonResponse: {
|
|
40570
|
+
/** */
|
|
40493
40571
|
action_attempt:
|
|
40494
40572
|
| {
|
|
40495
40573
|
/** The ID of the action attempt. */
|