@seamapi/types 1.696.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.
@@ -39369,6 +39369,46 @@ export type Routes = {
39369
39369
  /** IDs of all ACS entrances currently attached to the space. */
39370
39370
  acs_entrance_ids: string[]
39371
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
+ }
39372
39412
  )
39373
39413
  | undefined
39374
39414
  message?: string | undefined
@@ -39497,6 +39537,8 @@ export type Routes = {
39497
39537
  | 'enrollment_automation.deleted'
39498
39538
  | 'phone.deactivated'
39499
39539
  | 'space.device_membership_changed'
39540
+ | 'space.created'
39541
+ | 'space.deleted'
39500
39542
  )
39501
39543
  | undefined
39502
39544
  /** Types of the events that you want to list. */
@@ -39595,6 +39637,8 @@ export type Routes = {
39595
39637
  | 'enrollment_automation.deleted'
39596
39638
  | 'phone.deactivated'
39597
39639
  | 'space.device_membership_changed'
39640
+ | 'space.created'
39641
+ | 'space.deleted'
39598
39642
  )[]
39599
39643
  | undefined
39600
39644
  /** ID of the connected account for which you want to list events. */
@@ -41888,6 +41932,46 @@ export type Routes = {
41888
41932
  /** IDs of all ACS entrances currently attached to the space. */
41889
41933
  acs_entrance_ids: string[]
41890
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
+ }
41891
41975
  )[]
41892
41976
  }
41893
41977
  maxDuration: undefined
@@ -63449,6 +63533,8 @@ export type Routes = {
63449
63533
  | 'enrollment_automation.deleted'
63450
63534
  | 'phone.deactivated'
63451
63535
  | 'space.device_membership_changed'
63536
+ | 'space.created'
63537
+ | 'space.deleted'
63452
63538
  )
63453
63539
  | undefined
63454
63540
  /** Types of the events that you want to list. */
@@ -63547,6 +63633,8 @@ export type Routes = {
63547
63633
  | 'enrollment_automation.deleted'
63548
63634
  | 'phone.deactivated'
63549
63635
  | 'space.device_membership_changed'
63636
+ | 'space.created'
63637
+ | 'space.deleted'
63550
63638
  )[]
63551
63639
  | undefined
63552
63640
  /** Numerical limit on the number of events to return. */
@@ -65828,6 +65916,46 @@ export type Routes = {
65828
65916
  /** IDs of all ACS entrances currently attached to the space. */
65829
65917
  acs_entrance_ids: string[]
65830
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
+ }
65831
65959
  )[]
65832
65960
  }
65833
65961
  maxDuration: undefined
@@ -99926,6 +100054,46 @@ export type Routes = {
99926
100054
  /** IDs of all ACS entrances currently attached to the space. */
99927
100055
  acs_entrance_ids: string[]
99928
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
+ }
99929
100097
  )[]
99930
100098
  | undefined
99931
100099
  instant_keys?: