@seamapi/types 1.300.0 → 1.300.2

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.
@@ -7156,16 +7156,15 @@ export interface Routes {
7156
7156
  jsonBody: {}
7157
7157
  commonParams:
7158
7158
  | {
7159
- acs_system_ids: string[]
7160
- acs_encoder_ids: string[]
7159
+ acs_system_id: string
7161
7160
  limit?: number
7162
7161
  }
7163
7162
  | {
7164
- acs_encoder_ids: string[]
7163
+ acs_system_ids: string[]
7165
7164
  limit?: number
7166
7165
  }
7167
7166
  | {
7168
- acs_system_ids: string[]
7167
+ acs_encoder_ids: string[]
7169
7168
  limit?: number
7170
7169
  }
7171
7170
  formData: {}
@@ -12287,7 +12286,6 @@ export interface Routes {
12287
12286
  | 'honeywell_resideo_thermostat'
12288
12287
  )
12289
12288
  | ('ios_phone' | 'android_phone')
12290
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
12291
12289
  /** Optional nickname to describe the device, settable through Seam */
12292
12290
  nickname?: string | undefined
12293
12291
  /** 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. */
@@ -12995,7 +12993,6 @@ export interface Routes {
12995
12993
  | 'honeywell_resideo_thermostat'
12996
12994
  )
12997
12995
  | ('ios_phone' | 'android_phone')
12998
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
12999
12996
  )
13000
12997
  | undefined
13001
12998
  /** Array of device types by which to filter devices. */
@@ -13037,7 +13034,6 @@ export interface Routes {
13037
13034
  | 'honeywell_resideo_thermostat'
13038
13035
  )
13039
13036
  | ('ios_phone' | 'android_phone')
13040
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
13041
13037
  >
13042
13038
  | undefined
13043
13039
  /** Manufacturer by which to filter devices. */
@@ -13166,7 +13162,6 @@ export interface Routes {
13166
13162
  | 'honeywell_resideo_thermostat'
13167
13163
  )
13168
13164
  | ('ios_phone' | 'android_phone')
13169
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
13170
13165
  /** Optional nickname to describe the device, settable through Seam */
13171
13166
  nickname?: string | undefined
13172
13167
  /** 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. */
@@ -13994,7 +13989,6 @@ export interface Routes {
13994
13989
  | 'honeywell_resideo_thermostat'
13995
13990
  )
13996
13991
  | ('ios_phone' | 'android_phone')
13997
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
13998
13992
  /** Unique identifier for the account associated with the device. */
13999
13993
  connected_account_id: string
14000
13994
  /** Location information for the device. */
@@ -14157,7 +14151,6 @@ export interface Routes {
14157
14151
  | 'honeywell_resideo_thermostat'
14158
14152
  )
14159
14153
  | ('ios_phone' | 'android_phone')
14160
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
14161
14154
  )
14162
14155
  | undefined
14163
14156
  /** Array of device types by which to filter devices. */
@@ -14199,7 +14192,6 @@ export interface Routes {
14199
14192
  | 'honeywell_resideo_thermostat'
14200
14193
  )
14201
14194
  | ('ios_phone' | 'android_phone')
14202
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
14203
14195
  >
14204
14196
  | undefined
14205
14197
  /** Manufacturer by which to filter devices. */
@@ -14328,7 +14320,6 @@ export interface Routes {
14328
14320
  | 'honeywell_resideo_thermostat'
14329
14321
  )
14330
14322
  | ('ios_phone' | 'android_phone')
14331
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
14332
14323
  /** Unique identifier for the account associated with the device. */
14333
14324
  connected_account_id: string
14334
14325
  /** Location information for the device. */
@@ -14761,7 +14752,6 @@ export interface Routes {
14761
14752
  | 'honeywell_resideo_thermostat'
14762
14753
  )
14763
14754
  | ('ios_phone' | 'android_phone')
14764
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
14765
14755
  /** Optional nickname to describe the device, settable through Seam */
14766
14756
  nickname?: string | undefined
14767
14757
  /** 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. */
@@ -15457,7 +15447,6 @@ export interface Routes {
15457
15447
  | 'honeywell_resideo_thermostat'
15458
15448
  )
15459
15449
  | ('ios_phone' | 'android_phone')
15460
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
15461
15450
  /** Optional nickname to describe the device, settable through Seam */
15462
15451
  nickname?: string | undefined
15463
15452
  /** 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. */
@@ -16165,7 +16154,6 @@ export interface Routes {
16165
16154
  | 'honeywell_resideo_thermostat'
16166
16155
  )
16167
16156
  | ('ios_phone' | 'android_phone')
16168
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
16169
16157
  )
16170
16158
  | undefined
16171
16159
  /** Array of device types by which to filter devices. */
@@ -16207,7 +16195,6 @@ export interface Routes {
16207
16195
  | 'honeywell_resideo_thermostat'
16208
16196
  )
16209
16197
  | ('ios_phone' | 'android_phone')
16210
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
16211
16198
  >
16212
16199
  | undefined
16213
16200
  /** Manufacturer by which to filter devices. */
@@ -16336,7 +16323,6 @@ export interface Routes {
16336
16323
  | 'honeywell_resideo_thermostat'
16337
16324
  )
16338
16325
  | ('ios_phone' | 'android_phone')
16339
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
16340
16326
  /** Optional nickname to describe the device, settable through Seam */
16341
16327
  nickname?: string | undefined
16342
16328
  /** 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. */
@@ -17032,7 +17018,6 @@ export interface Routes {
17032
17018
  | 'honeywell_resideo_thermostat'
17033
17019
  )
17034
17020
  | ('ios_phone' | 'android_phone')
17035
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
17036
17021
  /** Optional nickname to describe the device, settable through Seam */
17037
17022
  nickname?: string | undefined
17038
17023
  /** 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. */
@@ -19748,7 +19733,6 @@ export interface Routes {
19748
19733
  | 'honeywell_resideo_thermostat'
19749
19734
  )
19750
19735
  | ('ios_phone' | 'android_phone')
19751
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
19752
19736
  )
19753
19737
  | undefined
19754
19738
  /** Array of device types by which to filter devices. */
@@ -19790,7 +19774,6 @@ export interface Routes {
19790
19774
  | 'honeywell_resideo_thermostat'
19791
19775
  )
19792
19776
  | ('ios_phone' | 'android_phone')
19793
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
19794
19777
  >
19795
19778
  | undefined
19796
19779
  /** Manufacturer by which to filter devices. */
@@ -19919,7 +19902,6 @@ export interface Routes {
19919
19902
  | 'honeywell_resideo_thermostat'
19920
19903
  )
19921
19904
  | ('ios_phone' | 'android_phone')
19922
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
19923
19905
  /** Optional nickname to describe the device, settable through Seam */
19924
19906
  nickname?: string | undefined
19925
19907
  /** 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. */
@@ -20615,7 +20597,6 @@ export interface Routes {
20615
20597
  | 'honeywell_resideo_thermostat'
20616
20598
  )
20617
20599
  | ('ios_phone' | 'android_phone')
20618
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
20619
20600
  /** Optional nickname to describe the device, settable through Seam */
20620
20601
  nickname?: string | undefined
20621
20602
  /** 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. */
@@ -26582,7 +26563,6 @@ export interface Routes {
26582
26563
  | 'honeywell_resideo_thermostat'
26583
26564
  )
26584
26565
  | ('ios_phone' | 'android_phone')
26585
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
26586
26566
  /** Optional nickname to describe the device, settable through Seam */
26587
26567
  nickname?: string | undefined
26588
26568
  /** 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. */
@@ -29280,7 +29260,6 @@ export interface Routes {
29280
29260
  | 'honeywell_resideo_thermostat'
29281
29261
  )
29282
29262
  | ('ios_phone' | 'android_phone')
29283
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
29284
29263
  )
29285
29264
  | undefined
29286
29265
  /** Array of device types by which to filter devices. */
@@ -29322,7 +29301,6 @@ export interface Routes {
29322
29301
  | 'honeywell_resideo_thermostat'
29323
29302
  )
29324
29303
  | ('ios_phone' | 'android_phone')
29325
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
29326
29304
  >
29327
29305
  | undefined
29328
29306
  /** Manufacturer by which to filter devices. */
@@ -29451,7 +29429,6 @@ export interface Routes {
29451
29429
  | 'honeywell_resideo_thermostat'
29452
29430
  )
29453
29431
  | ('ios_phone' | 'android_phone')
29454
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
29455
29432
  /** Optional nickname to describe the device, settable through Seam */
29456
29433
  nickname?: string | undefined
29457
29434
  /** 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. */
@@ -30147,7 +30124,6 @@ export interface Routes {
30147
30124
  | 'honeywell_resideo_thermostat'
30148
30125
  )
30149
30126
  | ('ios_phone' | 'android_phone')
30150
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
30151
30127
  /** Optional nickname to describe the device, settable through Seam */
30152
30128
  nickname?: string | undefined
30153
30129
  /** 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. */
@@ -34308,7 +34284,6 @@ export interface Routes {
34308
34284
  | 'honeywell_resideo_thermostat'
34309
34285
  )
34310
34286
  | ('ios_phone' | 'android_phone')
34311
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
34312
34287
  /** Optional nickname to describe the device, settable through Seam */
34313
34288
  nickname?: string | undefined
34314
34289
  /** 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. */
@@ -35006,7 +34981,6 @@ export interface Routes {
35006
34981
  | 'honeywell_resideo_thermostat'
35007
34982
  )
35008
34983
  | ('ios_phone' | 'android_phone')
35009
- | ('visionline_encoder' | 'assa_abloy_vostio_encoder')
35010
34984
  /** Optional nickname to describe the device, settable through Seam */
35011
34985
  nickname?: string | undefined
35012
34986
  /** 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. */