@seamapi/types 1.695.0 → 1.697.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 +388 -27
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +617 -4
- package/dist/index.cjs +388 -27
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +92 -0
- package/lib/seam/connect/models/access-grants/access-grant.js +24 -0
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +138 -0
- package/lib/seam/connect/models/events/seam-event.d.ts +65 -1
- package/lib/seam/connect/models/events/spaces.d.ts +130 -0
- package/lib/seam/connect/models/events/spaces.js +41 -1
- package/lib/seam/connect/models/events/spaces.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +145 -0
- package/lib/seam/connect/openapi.js +312 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +246 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +40 -0
- package/src/lib/seam/connect/models/events/spaces.ts +47 -1
- package/src/lib/seam/connect/openapi.ts +338 -0
- package/src/lib/seam/connect/route-types.ts +258 -0
|
@@ -11439,6 +11439,15 @@ export type Routes = {
|
|
|
11439
11439
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11440
11440
|
warning_code: 'being_deleted'
|
|
11441
11441
|
}[]
|
|
11442
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
11443
|
+
errors: {
|
|
11444
|
+
/** Date and time at which Seam created the error. */
|
|
11445
|
+
created_at: string
|
|
11446
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11447
|
+
message: string
|
|
11448
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11449
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
11450
|
+
}[]
|
|
11442
11451
|
/** ID of the customization profile associated with the Access Grant. */
|
|
11443
11452
|
customization_profile_id?: string | undefined
|
|
11444
11453
|
}
|
|
@@ -11529,6 +11538,15 @@ export type Routes = {
|
|
|
11529
11538
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
11530
11539
|
warning_code: 'being_deleted'
|
|
11531
11540
|
}[]
|
|
11541
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
11542
|
+
errors: {
|
|
11543
|
+
/** Date and time at which Seam created the error. */
|
|
11544
|
+
created_at: string
|
|
11545
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11546
|
+
message: string
|
|
11547
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
11548
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
11549
|
+
}[]
|
|
11532
11550
|
/** ID of the customization profile associated with the Access Grant. */
|
|
11533
11551
|
customization_profile_id?: string | undefined
|
|
11534
11552
|
}
|
|
@@ -13845,6 +13863,15 @@ export type Routes = {
|
|
|
13845
13863
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13846
13864
|
warning_code: 'being_deleted'
|
|
13847
13865
|
}[]
|
|
13866
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
13867
|
+
errors: {
|
|
13868
|
+
/** Date and time at which Seam created the error. */
|
|
13869
|
+
created_at: string
|
|
13870
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
13871
|
+
message: string
|
|
13872
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
13873
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
13874
|
+
}[]
|
|
13848
13875
|
/** ID of the customization profile associated with the Access Grant. */
|
|
13849
13876
|
customization_profile_id?: string | undefined
|
|
13850
13877
|
}[]
|
|
@@ -13924,6 +13951,15 @@ export type Routes = {
|
|
|
13924
13951
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13925
13952
|
warning_code: 'being_deleted'
|
|
13926
13953
|
}[]
|
|
13954
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
13955
|
+
errors: {
|
|
13956
|
+
/** Date and time at which Seam created the error. */
|
|
13957
|
+
created_at: string
|
|
13958
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
13959
|
+
message: string
|
|
13960
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
13961
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
13962
|
+
}[]
|
|
13927
13963
|
/** ID of the customization profile associated with the Access Grant. */
|
|
13928
13964
|
customization_profile_id?: string | undefined
|
|
13929
13965
|
}
|
|
@@ -13988,6 +14024,15 @@ export type Routes = {
|
|
|
13988
14024
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
13989
14025
|
warning_code: 'being_deleted'
|
|
13990
14026
|
}[]
|
|
14027
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
14028
|
+
errors: {
|
|
14029
|
+
/** Date and time at which Seam created the error. */
|
|
14030
|
+
created_at: string
|
|
14031
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14032
|
+
message: string
|
|
14033
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
14034
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
14035
|
+
}[]
|
|
13991
14036
|
/** ID of user identity to which the Access Grant gives access. */
|
|
13992
14037
|
user_identity_id?: string | undefined
|
|
13993
14038
|
}
|
|
@@ -14057,6 +14102,15 @@ export type Routes = {
|
|
|
14057
14102
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
14058
14103
|
warning_code: 'being_deleted'
|
|
14059
14104
|
}[]
|
|
14105
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
14106
|
+
errors: {
|
|
14107
|
+
/** Date and time at which Seam created the error. */
|
|
14108
|
+
created_at: string
|
|
14109
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
14110
|
+
message: string
|
|
14111
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
14112
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
14113
|
+
}[]
|
|
14060
14114
|
/** ID of user identity to which the Access Grant gives access. */
|
|
14061
14115
|
user_identity_id?: string | undefined
|
|
14062
14116
|
}[]
|
|
@@ -17476,6 +17530,15 @@ export type Routes = {
|
|
|
17476
17530
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17477
17531
|
warning_code: 'being_deleted'
|
|
17478
17532
|
}[]
|
|
17533
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
17534
|
+
errors: {
|
|
17535
|
+
/** Date and time at which Seam created the error. */
|
|
17536
|
+
created_at: string
|
|
17537
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
17538
|
+
message: string
|
|
17539
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
17540
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
17541
|
+
}[]
|
|
17479
17542
|
/** ID of the customization profile associated with the Access Grant. */
|
|
17480
17543
|
customization_profile_id?: string | undefined
|
|
17481
17544
|
}[]
|
|
@@ -39306,6 +39369,46 @@ export type Routes = {
|
|
|
39306
39369
|
/** IDs of all ACS entrances currently attached to the space. */
|
|
39307
39370
|
acs_entrance_ids: string[]
|
|
39308
39371
|
}
|
|
39372
|
+
| {
|
|
39373
|
+
/** ID of the event. */
|
|
39374
|
+
event_id: string
|
|
39375
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
39376
|
+
workspace_id: string
|
|
39377
|
+
/** Date and time at which the event was created. */
|
|
39378
|
+
created_at: string
|
|
39379
|
+
/** Date and time at which the event occurred. */
|
|
39380
|
+
occurred_at: string
|
|
39381
|
+
/** ID of the affected space. */
|
|
39382
|
+
space_id: string
|
|
39383
|
+
/** Type of the event. */
|
|
39384
|
+
event_type: 'space.created'
|
|
39385
|
+
/** Unique key for the space within the workspace. */
|
|
39386
|
+
space_key?: string | undefined
|
|
39387
|
+
/** IDs of all devices attached to the space when it was created. */
|
|
39388
|
+
device_ids: string[]
|
|
39389
|
+
/** IDs of all ACS entrances attached to the space when it was created. */
|
|
39390
|
+
acs_entrance_ids: string[]
|
|
39391
|
+
}
|
|
39392
|
+
| {
|
|
39393
|
+
/** ID of the event. */
|
|
39394
|
+
event_id: string
|
|
39395
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
39396
|
+
workspace_id: string
|
|
39397
|
+
/** Date and time at which the event was created. */
|
|
39398
|
+
created_at: string
|
|
39399
|
+
/** Date and time at which the event occurred. */
|
|
39400
|
+
occurred_at: string
|
|
39401
|
+
/** ID of the affected space. */
|
|
39402
|
+
space_id: string
|
|
39403
|
+
/** Type of the event. */
|
|
39404
|
+
event_type: 'space.deleted'
|
|
39405
|
+
/** Unique key for the space within the workspace. */
|
|
39406
|
+
space_key?: string | undefined
|
|
39407
|
+
/** IDs of all devices attached to the space when it was deleted. */
|
|
39408
|
+
device_ids: string[]
|
|
39409
|
+
/** IDs of all ACS entrances currently attached to the space when it was deleted. */
|
|
39410
|
+
acs_entrance_ids: string[]
|
|
39411
|
+
}
|
|
39309
39412
|
)
|
|
39310
39413
|
| undefined
|
|
39311
39414
|
message?: string | undefined
|
|
@@ -39434,6 +39537,8 @@ export type Routes = {
|
|
|
39434
39537
|
| 'enrollment_automation.deleted'
|
|
39435
39538
|
| 'phone.deactivated'
|
|
39436
39539
|
| 'space.device_membership_changed'
|
|
39540
|
+
| 'space.created'
|
|
39541
|
+
| 'space.deleted'
|
|
39437
39542
|
)
|
|
39438
39543
|
| undefined
|
|
39439
39544
|
/** Types of the events that you want to list. */
|
|
@@ -39532,6 +39637,8 @@ export type Routes = {
|
|
|
39532
39637
|
| 'enrollment_automation.deleted'
|
|
39533
39638
|
| 'phone.deactivated'
|
|
39534
39639
|
| 'space.device_membership_changed'
|
|
39640
|
+
| 'space.created'
|
|
39641
|
+
| 'space.deleted'
|
|
39535
39642
|
)[]
|
|
39536
39643
|
| undefined
|
|
39537
39644
|
/** ID of the connected account for which you want to list events. */
|
|
@@ -41825,6 +41932,46 @@ export type Routes = {
|
|
|
41825
41932
|
/** IDs of all ACS entrances currently attached to the space. */
|
|
41826
41933
|
acs_entrance_ids: string[]
|
|
41827
41934
|
}
|
|
41935
|
+
| {
|
|
41936
|
+
/** ID of the event. */
|
|
41937
|
+
event_id: string
|
|
41938
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
41939
|
+
workspace_id: string
|
|
41940
|
+
/** Date and time at which the event was created. */
|
|
41941
|
+
created_at: string
|
|
41942
|
+
/** Date and time at which the event occurred. */
|
|
41943
|
+
occurred_at: string
|
|
41944
|
+
/** ID of the affected space. */
|
|
41945
|
+
space_id: string
|
|
41946
|
+
/** Type of the event. */
|
|
41947
|
+
event_type: 'space.created'
|
|
41948
|
+
/** Unique key for the space within the workspace. */
|
|
41949
|
+
space_key?: string | undefined
|
|
41950
|
+
/** IDs of all devices attached to the space when it was created. */
|
|
41951
|
+
device_ids: string[]
|
|
41952
|
+
/** IDs of all ACS entrances attached to the space when it was created. */
|
|
41953
|
+
acs_entrance_ids: string[]
|
|
41954
|
+
}
|
|
41955
|
+
| {
|
|
41956
|
+
/** ID of the event. */
|
|
41957
|
+
event_id: string
|
|
41958
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
41959
|
+
workspace_id: string
|
|
41960
|
+
/** Date and time at which the event was created. */
|
|
41961
|
+
created_at: string
|
|
41962
|
+
/** Date and time at which the event occurred. */
|
|
41963
|
+
occurred_at: string
|
|
41964
|
+
/** ID of the affected space. */
|
|
41965
|
+
space_id: string
|
|
41966
|
+
/** Type of the event. */
|
|
41967
|
+
event_type: 'space.deleted'
|
|
41968
|
+
/** Unique key for the space within the workspace. */
|
|
41969
|
+
space_key?: string | undefined
|
|
41970
|
+
/** IDs of all devices attached to the space when it was deleted. */
|
|
41971
|
+
device_ids: string[]
|
|
41972
|
+
/** IDs of all ACS entrances currently attached to the space when it was deleted. */
|
|
41973
|
+
acs_entrance_ids: string[]
|
|
41974
|
+
}
|
|
41828
41975
|
)[]
|
|
41829
41976
|
}
|
|
41830
41977
|
maxDuration: undefined
|
|
@@ -62687,6 +62834,15 @@ export type Routes = {
|
|
|
62687
62834
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
62688
62835
|
warning_code: 'being_deleted'
|
|
62689
62836
|
}[]
|
|
62837
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
62838
|
+
errors: {
|
|
62839
|
+
/** Date and time at which Seam created the error. */
|
|
62840
|
+
created_at: string
|
|
62841
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62842
|
+
message: string
|
|
62843
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
62844
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
62845
|
+
}[]
|
|
62690
62846
|
/** ID of the customization profile associated with the Access Grant. */
|
|
62691
62847
|
customization_profile_id?: string | undefined
|
|
62692
62848
|
}[]
|
|
@@ -63377,6 +63533,8 @@ export type Routes = {
|
|
|
63377
63533
|
| 'enrollment_automation.deleted'
|
|
63378
63534
|
| 'phone.deactivated'
|
|
63379
63535
|
| 'space.device_membership_changed'
|
|
63536
|
+
| 'space.created'
|
|
63537
|
+
| 'space.deleted'
|
|
63380
63538
|
)
|
|
63381
63539
|
| undefined
|
|
63382
63540
|
/** Types of the events that you want to list. */
|
|
@@ -63475,6 +63633,8 @@ export type Routes = {
|
|
|
63475
63633
|
| 'enrollment_automation.deleted'
|
|
63476
63634
|
| 'phone.deactivated'
|
|
63477
63635
|
| 'space.device_membership_changed'
|
|
63636
|
+
| 'space.created'
|
|
63637
|
+
| 'space.deleted'
|
|
63478
63638
|
)[]
|
|
63479
63639
|
| undefined
|
|
63480
63640
|
/** Numerical limit on the number of events to return. */
|
|
@@ -65756,6 +65916,46 @@ export type Routes = {
|
|
|
65756
65916
|
/** IDs of all ACS entrances currently attached to the space. */
|
|
65757
65917
|
acs_entrance_ids: string[]
|
|
65758
65918
|
}
|
|
65919
|
+
| {
|
|
65920
|
+
/** ID of the event. */
|
|
65921
|
+
event_id: string
|
|
65922
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
65923
|
+
workspace_id: string
|
|
65924
|
+
/** Date and time at which the event was created. */
|
|
65925
|
+
created_at: string
|
|
65926
|
+
/** Date and time at which the event occurred. */
|
|
65927
|
+
occurred_at: string
|
|
65928
|
+
/** ID of the affected space. */
|
|
65929
|
+
space_id: string
|
|
65930
|
+
/** Type of the event. */
|
|
65931
|
+
event_type: 'space.created'
|
|
65932
|
+
/** Unique key for the space within the workspace. */
|
|
65933
|
+
space_key?: string | undefined
|
|
65934
|
+
/** IDs of all devices attached to the space when it was created. */
|
|
65935
|
+
device_ids: string[]
|
|
65936
|
+
/** IDs of all ACS entrances attached to the space when it was created. */
|
|
65937
|
+
acs_entrance_ids: string[]
|
|
65938
|
+
}
|
|
65939
|
+
| {
|
|
65940
|
+
/** ID of the event. */
|
|
65941
|
+
event_id: string
|
|
65942
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
65943
|
+
workspace_id: string
|
|
65944
|
+
/** Date and time at which the event was created. */
|
|
65945
|
+
created_at: string
|
|
65946
|
+
/** Date and time at which the event occurred. */
|
|
65947
|
+
occurred_at: string
|
|
65948
|
+
/** ID of the affected space. */
|
|
65949
|
+
space_id: string
|
|
65950
|
+
/** Type of the event. */
|
|
65951
|
+
event_type: 'space.deleted'
|
|
65952
|
+
/** Unique key for the space within the workspace. */
|
|
65953
|
+
space_key?: string | undefined
|
|
65954
|
+
/** IDs of all devices attached to the space when it was deleted. */
|
|
65955
|
+
device_ids: string[]
|
|
65956
|
+
/** IDs of all ACS entrances currently attached to the space when it was deleted. */
|
|
65957
|
+
acs_entrance_ids: string[]
|
|
65958
|
+
}
|
|
65759
65959
|
)[]
|
|
65760
65960
|
}
|
|
65761
65961
|
maxDuration: undefined
|
|
@@ -66212,6 +66412,15 @@ export type Routes = {
|
|
|
66212
66412
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66213
66413
|
warning_code: 'being_deleted'
|
|
66214
66414
|
}[]
|
|
66415
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
66416
|
+
errors: {
|
|
66417
|
+
/** Date and time at which Seam created the error. */
|
|
66418
|
+
created_at: string
|
|
66419
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
66420
|
+
message: string
|
|
66421
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
66422
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
66423
|
+
}[]
|
|
66215
66424
|
/** ID of the customization profile associated with the Access Grant. */
|
|
66216
66425
|
customization_profile_id?: string | undefined
|
|
66217
66426
|
}
|
|
@@ -97393,6 +97602,15 @@ export type Routes = {
|
|
|
97393
97602
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
97394
97603
|
warning_code: 'being_deleted'
|
|
97395
97604
|
}[]
|
|
97605
|
+
/** Errors associated with the [access grant](https://docs.seam.co/latest/capability-guides/access-grants). */
|
|
97606
|
+
errors: {
|
|
97607
|
+
/** Date and time at which Seam created the error. */
|
|
97608
|
+
created_at: string
|
|
97609
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97610
|
+
message: string
|
|
97611
|
+
/** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
|
|
97612
|
+
error_code: 'cannot_create_requested_access_methods'
|
|
97613
|
+
}[]
|
|
97396
97614
|
/** ID of the customization profile associated with the Access Grant. */
|
|
97397
97615
|
customization_profile_id?: string | undefined
|
|
97398
97616
|
}[]
|
|
@@ -99836,6 +100054,46 @@ export type Routes = {
|
|
|
99836
100054
|
/** IDs of all ACS entrances currently attached to the space. */
|
|
99837
100055
|
acs_entrance_ids: string[]
|
|
99838
100056
|
}
|
|
100057
|
+
| {
|
|
100058
|
+
/** ID of the event. */
|
|
100059
|
+
event_id: string
|
|
100060
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
100061
|
+
workspace_id: string
|
|
100062
|
+
/** Date and time at which the event was created. */
|
|
100063
|
+
created_at: string
|
|
100064
|
+
/** Date and time at which the event occurred. */
|
|
100065
|
+
occurred_at: string
|
|
100066
|
+
/** ID of the affected space. */
|
|
100067
|
+
space_id: string
|
|
100068
|
+
/** Type of the event. */
|
|
100069
|
+
event_type: 'space.created'
|
|
100070
|
+
/** Unique key for the space within the workspace. */
|
|
100071
|
+
space_key?: string | undefined
|
|
100072
|
+
/** IDs of all devices attached to the space when it was created. */
|
|
100073
|
+
device_ids: string[]
|
|
100074
|
+
/** IDs of all ACS entrances attached to the space when it was created. */
|
|
100075
|
+
acs_entrance_ids: string[]
|
|
100076
|
+
}
|
|
100077
|
+
| {
|
|
100078
|
+
/** ID of the event. */
|
|
100079
|
+
event_id: string
|
|
100080
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the event. */
|
|
100081
|
+
workspace_id: string
|
|
100082
|
+
/** Date and time at which the event was created. */
|
|
100083
|
+
created_at: string
|
|
100084
|
+
/** Date and time at which the event occurred. */
|
|
100085
|
+
occurred_at: string
|
|
100086
|
+
/** ID of the affected space. */
|
|
100087
|
+
space_id: string
|
|
100088
|
+
/** Type of the event. */
|
|
100089
|
+
event_type: 'space.deleted'
|
|
100090
|
+
/** Unique key for the space within the workspace. */
|
|
100091
|
+
space_key?: string | undefined
|
|
100092
|
+
/** IDs of all devices attached to the space when it was deleted. */
|
|
100093
|
+
device_ids: string[]
|
|
100094
|
+
/** IDs of all ACS entrances currently attached to the space when it was deleted. */
|
|
100095
|
+
acs_entrance_ids: string[]
|
|
100096
|
+
}
|
|
99839
100097
|
)[]
|
|
99840
100098
|
| undefined
|
|
99841
100099
|
instant_keys?:
|