@seamapi/types 1.566.0 → 1.568.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.
@@ -11491,6 +11491,8 @@ export type Routes = {
11491
11491
  | 'smartthings_thermostat'
11492
11492
  )
11493
11493
  | ('ios_phone' | 'android_phone')
11494
+ /** IDs of the spaces the device is in. */
11495
+ space_ids: string[]
11494
11496
  /** Optional nickname to describe the device, settable through Seam. */
11495
11497
  nickname?: string | undefined
11496
11498
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -12971,6 +12973,8 @@ export type Routes = {
12971
12973
  acs_system_id: string
12972
12974
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
12973
12975
  acs_entrance_id: string
12976
+ /** IDs of the spaces that the entrance is in. */
12977
+ space_ids: string[]
12974
12978
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
12975
12979
  created_at: string
12976
12980
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -15333,6 +15337,8 @@ export type Routes = {
15333
15337
  | 'smartthings_thermostat'
15334
15338
  )
15335
15339
  | ('ios_phone' | 'android_phone')
15340
+ /** IDs of the spaces the device is in. */
15341
+ space_ids: string[]
15336
15342
  /** Optional nickname to describe the device, settable through Seam. */
15337
15343
  nickname?: string | undefined
15338
15344
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -16813,6 +16819,8 @@ export type Routes = {
16813
16819
  acs_system_id: string
16814
16820
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
16815
16821
  acs_entrance_id: string
16822
+ /** IDs of the spaces that the entrance is in. */
16823
+ space_ids: string[]
16816
16824
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
16817
16825
  created_at: string
16818
16826
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -23852,6 +23860,8 @@ export type Routes = {
23852
23860
  acs_system_id: string
23853
23861
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
23854
23862
  acs_entrance_id: string
23863
+ /** IDs of the spaces that the entrance is in. */
23864
+ space_ids: string[]
23855
23865
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
23856
23866
  created_at: string
23857
23867
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -25462,6 +25472,8 @@ export type Routes = {
25462
25472
  acs_system_id: string
25463
25473
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
25464
25474
  acs_entrance_id: string
25475
+ /** IDs of the spaces that the entrance is in. */
25476
+ space_ids: string[]
25465
25477
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
25466
25478
  created_at: string
25467
25479
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -29442,6 +29454,8 @@ export type Routes = {
29442
29454
  acs_system_id: string
29443
29455
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29444
29456
  acs_entrance_id: string
29457
+ /** IDs of the spaces that the entrance is in. */
29458
+ space_ids: string[]
29445
29459
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
29446
29460
  created_at: string
29447
29461
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -29636,6 +29650,8 @@ export type Routes = {
29636
29650
  acs_system_id: string
29637
29651
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
29638
29652
  acs_entrance_id: string
29653
+ /** IDs of the spaces that the entrance is in. */
29654
+ space_ids: string[]
29639
29655
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
29640
29656
  created_at: string
29641
29657
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -31380,6 +31396,8 @@ export type Routes = {
31380
31396
  acs_system_id: string
31381
31397
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
31382
31398
  acs_entrance_id: string
31399
+ /** IDs of the spaces that the entrance is in. */
31400
+ space_ids: string[]
31383
31401
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
31384
31402
  created_at: string
31385
31403
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -37028,6 +37046,8 @@ export type Routes = {
37028
37046
  | 'smartthings_thermostat'
37029
37047
  )
37030
37048
  | ('ios_phone' | 'android_phone')
37049
+ /** IDs of the spaces the device is in. */
37050
+ space_ids: string[]
37031
37051
  /** Optional nickname to describe the device, settable through Seam. */
37032
37052
  nickname?: string | undefined
37033
37053
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -38749,6 +38769,8 @@ export type Routes = {
38749
38769
  | 'smartthings_thermostat'
38750
38770
  )
38751
38771
  | ('ios_phone' | 'android_phone')
38772
+ /** IDs of the spaces the device is in. */
38773
+ space_ids: string[]
38752
38774
  /** Optional nickname to describe the device, settable through Seam. */
38753
38775
  nickname?: string | undefined
38754
38776
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -46479,6 +46501,8 @@ export type Routes = {
46479
46501
  | 'smartthings_thermostat'
46480
46502
  )
46481
46503
  | ('ios_phone' | 'android_phone')
46504
+ /** IDs of the spaces the device is in. */
46505
+ space_ids: string[]
46482
46506
  /** Optional nickname to describe the device, settable through Seam. */
46483
46507
  nickname?: string | undefined
46484
46508
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -47982,6 +48006,8 @@ export type Routes = {
47982
48006
  | 'smartthings_thermostat'
47983
48007
  )
47984
48008
  | ('ios_phone' | 'android_phone')
48009
+ /** IDs of the spaces the device is in. */
48010
+ space_ids: string[]
47985
48011
  /** Optional nickname to describe the device, settable through Seam. */
47986
48012
  nickname?: string | undefined
47987
48013
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -49665,6 +49691,8 @@ export type Routes = {
49665
49691
  | 'smartthings_thermostat'
49666
49692
  )
49667
49693
  | ('ios_phone' | 'android_phone')
49694
+ /** IDs of the spaces the device is in. */
49695
+ space_ids: string[]
49668
49696
  /** Optional nickname to describe the device, settable through Seam. */
49669
49697
  nickname?: string | undefined
49670
49698
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -51167,6 +51195,8 @@ export type Routes = {
51167
51195
  | 'smartthings_thermostat'
51168
51196
  )
51169
51197
  | ('ios_phone' | 'android_phone')
51198
+ /** IDs of the spaces the device is in. */
51199
+ space_ids: string[]
51170
51200
  /** Optional nickname to describe the device, settable through Seam. */
51171
51201
  nickname?: string | undefined
51172
51202
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -58553,6 +58583,8 @@ export type Routes = {
58553
58583
  | 'smartthings_thermostat'
58554
58584
  )
58555
58585
  | ('ios_phone' | 'android_phone')
58586
+ /** IDs of the spaces the device is in. */
58587
+ space_ids: string[]
58556
58588
  /** Optional nickname to describe the device, settable through Seam. */
58557
58589
  nickname?: string | undefined
58558
58590
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -60055,6 +60087,8 @@ export type Routes = {
60055
60087
  | 'smartthings_thermostat'
60056
60088
  )
60057
60089
  | ('ios_phone' | 'android_phone')
60090
+ /** IDs of the spaces the device is in. */
60091
+ space_ids: string[]
60058
60092
  /** Optional nickname to describe the device, settable through Seam. */
60059
60093
  nickname?: string | undefined
60060
60094
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -69953,6 +69987,8 @@ export type Routes = {
69953
69987
  acs_system_id: string
69954
69988
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
69955
69989
  acs_entrance_id: string
69990
+ /** IDs of the spaces that the entrance is in. */
69991
+ space_ids: string[]
69956
69992
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
69957
69993
  created_at: string
69958
69994
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -70398,6 +70434,8 @@ export type Routes = {
70398
70434
  | 'smartthings_thermostat'
70399
70435
  )
70400
70436
  | ('ios_phone' | 'android_phone')
70437
+ /** IDs of the spaces the device is in. */
70438
+ space_ids: string[]
70401
70439
  /** Optional nickname to describe the device, settable through Seam. */
70402
70440
  nickname?: string | undefined
70403
70441
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -71870,7 +71908,6 @@ export type Routes = {
71870
71908
  can_simulate_hub_connection?: boolean | undefined
71871
71909
  can_simulate_hub_disconnection?: boolean | undefined
71872
71910
  can_simulate_paid_subscription?: boolean | undefined
71873
- space_ids: string[]
71874
71911
  }[]
71875
71912
  | undefined
71876
71913
  acs_entrances?:
@@ -71879,6 +71916,8 @@ export type Routes = {
71879
71916
  acs_system_id: string
71880
71917
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
71881
71918
  acs_entrance_id: string
71919
+ /** IDs of the spaces that the entrance is in. */
71920
+ space_ids: string[]
71882
71921
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
71883
71922
  created_at: string
71884
71923
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
@@ -72022,7 +72061,6 @@ export type Routes = {
72022
72061
  can_unlock_with_card?: boolean | undefined
72023
72062
  /** Indicates whether the ACS entrance can be unlocked with pin codes. */
72024
72063
  can_unlock_with_code?: boolean | undefined
72025
- space_ids: string[]
72026
72064
  }[]
72027
72065
  | undefined
72028
72066
  connected_accounts?:
@@ -76985,6 +77023,8 @@ export type Routes = {
76985
77023
  | 'smartthings_thermostat'
76986
77024
  )
76987
77025
  | ('ios_phone' | 'android_phone')
77026
+ /** IDs of the spaces the device is in. */
77027
+ space_ids: string[]
76988
77028
  /** Optional nickname to describe the device, settable through Seam. */
76989
77029
  nickname?: string | undefined
76990
77030
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -81514,6 +81554,8 @@ export type Routes = {
81514
81554
  | 'smartthings_thermostat'
81515
81555
  )
81516
81556
  | ('ios_phone' | 'android_phone')
81557
+ /** IDs of the spaces the device is in. */
81558
+ space_ids: string[]
81517
81559
  /** Optional nickname to describe the device, settable through Seam. */
81518
81560
  nickname?: string | undefined
81519
81561
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -83016,6 +83058,8 @@ export type Routes = {
83016
83058
  | 'smartthings_thermostat'
83017
83059
  )
83018
83060
  | ('ios_phone' | 'android_phone')
83061
+ /** IDs of the spaces the device is in. */
83062
+ space_ids: string[]
83019
83063
  /** Optional nickname to describe the device, settable through Seam. */
83020
83064
  nickname?: string | undefined
83021
83065
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -91267,6 +91311,8 @@ export type Routes = {
91267
91311
  | 'smartthings_thermostat'
91268
91312
  )
91269
91313
  | ('ios_phone' | 'android_phone')
91314
+ /** IDs of the spaces the device is in. */
91315
+ space_ids: string[]
91270
91316
  /** Optional nickname to describe the device, settable through Seam. */
91271
91317
  nickname?: string | undefined
91272
91318
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -92771,6 +92817,8 @@ export type Routes = {
92771
92817
  | 'smartthings_thermostat'
92772
92818
  )
92773
92819
  | ('ios_phone' | 'android_phone')
92820
+ /** IDs of the spaces the device is in. */
92821
+ space_ids: string[]
92774
92822
  /** Optional nickname to describe the device, settable through Seam. */
92775
92823
  nickname?: string | undefined
92776
92824
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -95139,6 +95187,8 @@ export type Routes = {
95139
95187
  | 'smartthings_thermostat'
95140
95188
  )
95141
95189
  | ('ios_phone' | 'android_phone')
95190
+ /** IDs of the spaces the device is in. */
95191
+ space_ids: string[]
95142
95192
  /** Optional nickname to describe the device, settable through Seam. */
95143
95193
  nickname?: string | undefined
95144
95194
  /** Display name of the device, defaults to nickname (if it is set) or `properties.appearance.name`, otherwise. Enables administrators and users to identify the device easily, especially when there are numerous devices. */
@@ -96619,6 +96669,8 @@ export type Routes = {
96619
96669
  acs_system_id: string
96620
96670
  /** ID of the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */
96621
96671
  acs_entrance_id: string
96672
+ /** IDs of the spaces that the entrance is in. */
96673
+ space_ids: string[]
96622
96674
  /** Date and time at which the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) was created. */
96623
96675
  created_at: string
96624
96676
  /** Display name for the [entrance](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details). */