@seamapi/types 1.566.0 → 1.567.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.
@@ -12971,6 +12971,8 @@ export type Routes = {
12971
12971
  acs_system_id: string
12972
12972
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
12973
12973
  acs_entrance_id: string
12974
+ /** IDs of the spaces that the entrance is in. */
12975
+ space_ids: string[]
12974
12976
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
12975
12977
  created_at: string
12976
12978
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -16813,6 +16815,8 @@ export type Routes = {
16813
16815
  acs_system_id: string
16814
16816
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
16815
16817
  acs_entrance_id: string
16818
+ /** IDs of the spaces that the entrance is in. */
16819
+ space_ids: string[]
16816
16820
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
16817
16821
  created_at: string
16818
16822
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -23852,6 +23856,8 @@ export type Routes = {
23852
23856
  acs_system_id: string
23853
23857
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
23854
23858
  acs_entrance_id: string
23859
+ /** IDs of the spaces that the entrance is in. */
23860
+ space_ids: string[]
23855
23861
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
23856
23862
  created_at: string
23857
23863
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -25462,6 +25468,8 @@ export type Routes = {
25462
25468
  acs_system_id: string
25463
25469
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25464
25470
  acs_entrance_id: string
25471
+ /** IDs of the spaces that the entrance is in. */
25472
+ space_ids: string[]
25465
25473
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
25466
25474
  created_at: string
25467
25475
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -29442,6 +29450,8 @@ export type Routes = {
29442
29450
  acs_system_id: string
29443
29451
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29444
29452
  acs_entrance_id: string
29453
+ /** IDs of the spaces that the entrance is in. */
29454
+ space_ids: string[]
29445
29455
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
29446
29456
  created_at: string
29447
29457
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -29636,6 +29646,8 @@ export type Routes = {
29636
29646
  acs_system_id: string
29637
29647
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29638
29648
  acs_entrance_id: string
29649
+ /** IDs of the spaces that the entrance is in. */
29650
+ space_ids: string[]
29639
29651
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
29640
29652
  created_at: string
29641
29653
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -31380,6 +31392,8 @@ export type Routes = {
31380
31392
  acs_system_id: string
31381
31393
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31382
31394
  acs_entrance_id: string
31395
+ /** IDs of the spaces that the entrance is in. */
31396
+ space_ids: string[]
31383
31397
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
31384
31398
  created_at: string
31385
31399
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -69953,6 +69967,8 @@ export type Routes = {
69953
69967
  acs_system_id: string
69954
69968
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
69955
69969
  acs_entrance_id: string
69970
+ /** IDs of the spaces that the entrance is in. */
69971
+ space_ids: string[]
69956
69972
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
69957
69973
  created_at: string
69958
69974
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -71879,6 +71895,8 @@ export type Routes = {
71879
71895
  acs_system_id: string
71880
71896
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
71881
71897
  acs_entrance_id: string
71898
+ /** IDs of the spaces that the entrance is in. */
71899
+ space_ids: string[]
71882
71900
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
71883
71901
  created_at: string
71884
71902
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -72022,7 +72040,6 @@ export type Routes = {
72022
72040
  can_unlock_with_card?: boolean | undefined
72023
72041
  /** Indicates whether the ACS entrance can be unlocked with pin codes. */
72024
72042
  can_unlock_with_code?: boolean | undefined
72025
- space_ids: string[]
72026
72043
  }[]
72027
72044
  | undefined
72028
72045
  connected_accounts?:
@@ -96619,6 +96636,8 @@ export type Routes = {
96619
96636
  acs_system_id: string
96620
96637
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
96621
96638
  acs_entrance_id: string
96639
+ /** IDs of the spaces that the entrance is in. */
96640
+ space_ids: string[]
96622
96641
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
96623
96642
  created_at: string
96624
96643
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */