@seamapi/types 1.293.0 → 1.294.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 +300 -81
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +238 -45
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.d.ts +3 -5
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js +23 -6
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.js.map +1 -1
- package/lib/seam/connect/models/thermostats/climate-preset.js +5 -3
- package/lib/seam/connect/models/thermostats/climate-preset.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.js +26 -8
- package/lib/seam/connect/models/user-identities/user-identity.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +95 -1
- package/lib/seam/connect/openapi.js +259 -50
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +143 -44
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential-provisioning-automation.ts +32 -7
- package/src/lib/seam/connect/models/thermostats/climate-preset.ts +7 -5
- package/src/lib/seam/connect/models/user-identities/user-identity.ts +34 -10
- package/src/lib/seam/connect/openapi.ts +302 -51
- package/src/lib/seam/connect/route-types.ts +143 -44
|
@@ -11436,7 +11436,8 @@ export interface Routes {
|
|
|
11436
11436
|
heating_set_point_fahrenheit?:
|
|
11437
11437
|
| (number | undefined)
|
|
11438
11438
|
| undefined
|
|
11439
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
11439
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
11440
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
11440
11441
|
manual_override_allowed?: boolean | undefined
|
|
11441
11442
|
}
|
|
11442
11443
|
| undefined
|
|
@@ -11474,7 +11475,8 @@ export interface Routes {
|
|
|
11474
11475
|
heating_set_point_fahrenheit?:
|
|
11475
11476
|
| (number | undefined)
|
|
11476
11477
|
| undefined
|
|
11477
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
11478
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
11479
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
11478
11480
|
manual_override_allowed?: boolean | undefined
|
|
11479
11481
|
}
|
|
11480
11482
|
| undefined
|
|
@@ -11504,7 +11506,8 @@ export interface Routes {
|
|
|
11504
11506
|
cooling_set_point_fahrenheit?: number | undefined
|
|
11505
11507
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
11506
11508
|
heating_set_point_fahrenheit?: number | undefined
|
|
11507
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
11509
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
11510
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
11508
11511
|
manual_override_allowed: boolean
|
|
11509
11512
|
}>
|
|
11510
11513
|
| undefined
|
|
@@ -12312,7 +12315,8 @@ export interface Routes {
|
|
|
12312
12315
|
heating_set_point_fahrenheit?:
|
|
12313
12316
|
| (number | undefined)
|
|
12314
12317
|
| undefined
|
|
12315
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
12318
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
12319
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
12316
12320
|
manual_override_allowed?: boolean | undefined
|
|
12317
12321
|
}
|
|
12318
12322
|
| undefined
|
|
@@ -12350,7 +12354,8 @@ export interface Routes {
|
|
|
12350
12354
|
heating_set_point_fahrenheit?:
|
|
12351
12355
|
| (number | undefined)
|
|
12352
12356
|
| undefined
|
|
12353
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
12357
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
12358
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
12354
12359
|
manual_override_allowed?: boolean | undefined
|
|
12355
12360
|
}
|
|
12356
12361
|
| undefined
|
|
@@ -12380,7 +12385,8 @@ export interface Routes {
|
|
|
12380
12385
|
cooling_set_point_fahrenheit?: number | undefined
|
|
12381
12386
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
12382
12387
|
heating_set_point_fahrenheit?: number | undefined
|
|
12383
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
12388
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
12389
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
12384
12390
|
manual_override_allowed: boolean
|
|
12385
12391
|
}>
|
|
12386
12392
|
| undefined
|
|
@@ -13903,7 +13909,8 @@ export interface Routes {
|
|
|
13903
13909
|
heating_set_point_fahrenheit?:
|
|
13904
13910
|
| (number | undefined)
|
|
13905
13911
|
| undefined
|
|
13906
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
13912
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
13913
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
13907
13914
|
manual_override_allowed?: boolean | undefined
|
|
13908
13915
|
}
|
|
13909
13916
|
| undefined
|
|
@@ -13941,7 +13948,8 @@ export interface Routes {
|
|
|
13941
13948
|
heating_set_point_fahrenheit?:
|
|
13942
13949
|
| (number | undefined)
|
|
13943
13950
|
| undefined
|
|
13944
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
13951
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
13952
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
13945
13953
|
manual_override_allowed?: boolean | undefined
|
|
13946
13954
|
}
|
|
13947
13955
|
| undefined
|
|
@@ -13971,7 +13979,8 @@ export interface Routes {
|
|
|
13971
13979
|
cooling_set_point_fahrenheit?: number | undefined
|
|
13972
13980
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
13973
13981
|
heating_set_point_fahrenheit?: number | undefined
|
|
13974
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
13982
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
13983
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
13975
13984
|
manual_override_allowed: boolean
|
|
13976
13985
|
}>
|
|
13977
13986
|
| undefined
|
|
@@ -14596,7 +14605,8 @@ export interface Routes {
|
|
|
14596
14605
|
heating_set_point_fahrenheit?:
|
|
14597
14606
|
| (number | undefined)
|
|
14598
14607
|
| undefined
|
|
14599
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
14608
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
14609
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
14600
14610
|
manual_override_allowed?: boolean | undefined
|
|
14601
14611
|
}
|
|
14602
14612
|
| undefined
|
|
@@ -14634,7 +14644,8 @@ export interface Routes {
|
|
|
14634
14644
|
heating_set_point_fahrenheit?:
|
|
14635
14645
|
| (number | undefined)
|
|
14636
14646
|
| undefined
|
|
14637
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
14647
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
14648
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
14638
14649
|
manual_override_allowed?: boolean | undefined
|
|
14639
14650
|
}
|
|
14640
14651
|
| undefined
|
|
@@ -14664,7 +14675,8 @@ export interface Routes {
|
|
|
14664
14675
|
cooling_set_point_fahrenheit?: number | undefined
|
|
14665
14676
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
14666
14677
|
heating_set_point_fahrenheit?: number | undefined
|
|
14667
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
14678
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
14679
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
14668
14680
|
manual_override_allowed: boolean
|
|
14669
14681
|
}>
|
|
14670
14682
|
| undefined
|
|
@@ -15472,7 +15484,8 @@ export interface Routes {
|
|
|
15472
15484
|
heating_set_point_fahrenheit?:
|
|
15473
15485
|
| (number | undefined)
|
|
15474
15486
|
| undefined
|
|
15475
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
15487
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
15488
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
15476
15489
|
manual_override_allowed?: boolean | undefined
|
|
15477
15490
|
}
|
|
15478
15491
|
| undefined
|
|
@@ -15510,7 +15523,8 @@ export interface Routes {
|
|
|
15510
15523
|
heating_set_point_fahrenheit?:
|
|
15511
15524
|
| (number | undefined)
|
|
15512
15525
|
| undefined
|
|
15513
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
15526
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
15527
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
15514
15528
|
manual_override_allowed?: boolean | undefined
|
|
15515
15529
|
}
|
|
15516
15530
|
| undefined
|
|
@@ -15540,7 +15554,8 @@ export interface Routes {
|
|
|
15540
15554
|
cooling_set_point_fahrenheit?: number | undefined
|
|
15541
15555
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
15542
15556
|
heating_set_point_fahrenheit?: number | undefined
|
|
15543
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
15557
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
15558
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
15544
15559
|
manual_override_allowed: boolean
|
|
15545
15560
|
}>
|
|
15546
15561
|
| undefined
|
|
@@ -16165,7 +16180,8 @@ export interface Routes {
|
|
|
16165
16180
|
heating_set_point_fahrenheit?:
|
|
16166
16181
|
| (number | undefined)
|
|
16167
16182
|
| undefined
|
|
16168
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
16183
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
16184
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
16169
16185
|
manual_override_allowed?: boolean | undefined
|
|
16170
16186
|
}
|
|
16171
16187
|
| undefined
|
|
@@ -16203,7 +16219,8 @@ export interface Routes {
|
|
|
16203
16219
|
heating_set_point_fahrenheit?:
|
|
16204
16220
|
| (number | undefined)
|
|
16205
16221
|
| undefined
|
|
16206
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
16222
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
16223
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
16207
16224
|
manual_override_allowed?: boolean | undefined
|
|
16208
16225
|
}
|
|
16209
16226
|
| undefined
|
|
@@ -16233,7 +16250,8 @@ export interface Routes {
|
|
|
16233
16250
|
cooling_set_point_fahrenheit?: number | undefined
|
|
16234
16251
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
16235
16252
|
heating_set_point_fahrenheit?: number | undefined
|
|
16236
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
16253
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
16254
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
16237
16255
|
manual_override_allowed: boolean
|
|
16238
16256
|
}>
|
|
16239
16257
|
| undefined
|
|
@@ -18793,7 +18811,8 @@ export interface Routes {
|
|
|
18793
18811
|
heating_set_point_fahrenheit?:
|
|
18794
18812
|
| (number | undefined)
|
|
18795
18813
|
| undefined
|
|
18796
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
18814
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
18815
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
18797
18816
|
manual_override_allowed?: boolean | undefined
|
|
18798
18817
|
}
|
|
18799
18818
|
| undefined
|
|
@@ -18831,7 +18850,8 @@ export interface Routes {
|
|
|
18831
18850
|
heating_set_point_fahrenheit?:
|
|
18832
18851
|
| (number | undefined)
|
|
18833
18852
|
| undefined
|
|
18834
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
18853
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
18854
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
18835
18855
|
manual_override_allowed?: boolean | undefined
|
|
18836
18856
|
}
|
|
18837
18857
|
| undefined
|
|
@@ -18861,7 +18881,8 @@ export interface Routes {
|
|
|
18861
18881
|
cooling_set_point_fahrenheit?: number | undefined
|
|
18862
18882
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
18863
18883
|
heating_set_point_fahrenheit?: number | undefined
|
|
18864
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
18884
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
18885
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
18865
18886
|
manual_override_allowed: boolean
|
|
18866
18887
|
}>
|
|
18867
18888
|
| undefined
|
|
@@ -19486,7 +19507,8 @@ export interface Routes {
|
|
|
19486
19507
|
heating_set_point_fahrenheit?:
|
|
19487
19508
|
| (number | undefined)
|
|
19488
19509
|
| undefined
|
|
19489
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
19510
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
19511
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
19490
19512
|
manual_override_allowed?: boolean | undefined
|
|
19491
19513
|
}
|
|
19492
19514
|
| undefined
|
|
@@ -19524,7 +19546,8 @@ export interface Routes {
|
|
|
19524
19546
|
heating_set_point_fahrenheit?:
|
|
19525
19547
|
| (number | undefined)
|
|
19526
19548
|
| undefined
|
|
19527
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
19549
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
19550
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
19528
19551
|
manual_override_allowed?: boolean | undefined
|
|
19529
19552
|
}
|
|
19530
19553
|
| undefined
|
|
@@ -19554,7 +19577,8 @@ export interface Routes {
|
|
|
19554
19577
|
cooling_set_point_fahrenheit?: number | undefined
|
|
19555
19578
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
19556
19579
|
heating_set_point_fahrenheit?: number | undefined
|
|
19557
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
19580
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
19581
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
19558
19582
|
manual_override_allowed: boolean
|
|
19559
19583
|
}>
|
|
19560
19584
|
| undefined
|
|
@@ -24234,6 +24258,7 @@ export interface Routes {
|
|
|
24234
24258
|
jsonBody: {
|
|
24235
24259
|
/** ID of the desired thermostat device. */
|
|
24236
24260
|
device_id: string
|
|
24261
|
+
manual_override_allowed?: boolean
|
|
24237
24262
|
/** Unique key to identify the climate preset. */
|
|
24238
24263
|
climate_preset_key: string
|
|
24239
24264
|
/** User-friendly name to identify the climate preset. */
|
|
@@ -24250,8 +24275,6 @@ export interface Routes {
|
|
|
24250
24275
|
cooling_set_point_fahrenheit?: number | undefined
|
|
24251
24276
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
24252
24277
|
heating_set_point_fahrenheit?: number | undefined
|
|
24253
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings. */
|
|
24254
|
-
manual_override_allowed: boolean
|
|
24255
24278
|
}
|
|
24256
24279
|
commonParams: {}
|
|
24257
24280
|
formData: {}
|
|
@@ -24811,7 +24834,8 @@ export interface Routes {
|
|
|
24811
24834
|
heating_set_point_fahrenheit?:
|
|
24812
24835
|
| (number | undefined)
|
|
24813
24836
|
| undefined
|
|
24814
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
24837
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
24838
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
24815
24839
|
manual_override_allowed?: boolean | undefined
|
|
24816
24840
|
}
|
|
24817
24841
|
| undefined
|
|
@@ -24849,7 +24873,8 @@ export interface Routes {
|
|
|
24849
24873
|
heating_set_point_fahrenheit?:
|
|
24850
24874
|
| (number | undefined)
|
|
24851
24875
|
| undefined
|
|
24852
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
24876
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
24877
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
24853
24878
|
manual_override_allowed?: boolean | undefined
|
|
24854
24879
|
}
|
|
24855
24880
|
| undefined
|
|
@@ -24879,7 +24904,8 @@ export interface Routes {
|
|
|
24879
24904
|
cooling_set_point_fahrenheit?: number | undefined
|
|
24880
24905
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
24881
24906
|
heating_set_point_fahrenheit?: number | undefined
|
|
24882
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
24907
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
24908
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
24883
24909
|
manual_override_allowed: boolean
|
|
24884
24910
|
}>
|
|
24885
24911
|
| undefined
|
|
@@ -27421,7 +27447,8 @@ export interface Routes {
|
|
|
27421
27447
|
heating_set_point_fahrenheit?:
|
|
27422
27448
|
| (number | undefined)
|
|
27423
27449
|
| undefined
|
|
27424
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
27450
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
27451
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
27425
27452
|
manual_override_allowed?: boolean | undefined
|
|
27426
27453
|
}
|
|
27427
27454
|
| undefined
|
|
@@ -27459,7 +27486,8 @@ export interface Routes {
|
|
|
27459
27486
|
heating_set_point_fahrenheit?:
|
|
27460
27487
|
| (number | undefined)
|
|
27461
27488
|
| undefined
|
|
27462
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
27489
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
27490
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
27463
27491
|
manual_override_allowed?: boolean | undefined
|
|
27464
27492
|
}
|
|
27465
27493
|
| undefined
|
|
@@ -27489,7 +27517,8 @@ export interface Routes {
|
|
|
27489
27517
|
cooling_set_point_fahrenheit?: number | undefined
|
|
27490
27518
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
27491
27519
|
heating_set_point_fahrenheit?: number | undefined
|
|
27492
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
27520
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
27521
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
27493
27522
|
manual_override_allowed: boolean
|
|
27494
27523
|
}>
|
|
27495
27524
|
| undefined
|
|
@@ -28114,7 +28143,8 @@ export interface Routes {
|
|
|
28114
28143
|
heating_set_point_fahrenheit?:
|
|
28115
28144
|
| (number | undefined)
|
|
28116
28145
|
| undefined
|
|
28117
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
28146
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
28147
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
28118
28148
|
manual_override_allowed?: boolean | undefined
|
|
28119
28149
|
}
|
|
28120
28150
|
| undefined
|
|
@@ -28152,7 +28182,8 @@ export interface Routes {
|
|
|
28152
28182
|
heating_set_point_fahrenheit?:
|
|
28153
28183
|
| (number | undefined)
|
|
28154
28184
|
| undefined
|
|
28155
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
28185
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
28186
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
28156
28187
|
manual_override_allowed?: boolean | undefined
|
|
28157
28188
|
}
|
|
28158
28189
|
| undefined
|
|
@@ -28182,7 +28213,8 @@ export interface Routes {
|
|
|
28182
28213
|
cooling_set_point_fahrenheit?: number | undefined
|
|
28183
28214
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
28184
28215
|
heating_set_point_fahrenheit?: number | undefined
|
|
28185
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
28216
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
28217
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
28186
28218
|
manual_override_allowed: boolean
|
|
28187
28219
|
}>
|
|
28188
28220
|
| undefined
|
|
@@ -30220,7 +30252,8 @@ export interface Routes {
|
|
|
30220
30252
|
cooling_set_point_fahrenheit?: number | undefined
|
|
30221
30253
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
30222
30254
|
heating_set_point_fahrenheit?: number | undefined
|
|
30223
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
30255
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
30256
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
30224
30257
|
manual_override_allowed: boolean
|
|
30225
30258
|
}
|
|
30226
30259
|
commonParams: {}
|
|
@@ -30233,7 +30266,9 @@ export interface Routes {
|
|
|
30233
30266
|
queryParams: {}
|
|
30234
30267
|
jsonBody: {}
|
|
30235
30268
|
commonParams: {
|
|
30269
|
+
/** ID of the desired user identity. */
|
|
30236
30270
|
user_identity_id: string
|
|
30271
|
+
/** ID of the desired ACS user. */
|
|
30237
30272
|
acs_user_id: string
|
|
30238
30273
|
}
|
|
30239
30274
|
formData: {}
|
|
@@ -30245,21 +30280,32 @@ export interface Routes {
|
|
|
30245
30280
|
queryParams: {}
|
|
30246
30281
|
jsonBody: {}
|
|
30247
30282
|
commonParams: {
|
|
30283
|
+
/** Unique key for the user identity. */
|
|
30248
30284
|
user_identity_key?: (string | null) | undefined
|
|
30285
|
+
/** Unique email address for the user identity. */
|
|
30249
30286
|
email_address?: (string | null) | undefined
|
|
30287
|
+
/** Unique phone number for the user identity in E.164 format (for example, +15555550100). */
|
|
30250
30288
|
phone_number?: (string | null) | undefined
|
|
30289
|
+
/** Full name of the user associated with the user identity. */
|
|
30251
30290
|
full_name?: (string | null) | undefined
|
|
30252
30291
|
}
|
|
30253
30292
|
formData: {}
|
|
30254
30293
|
jsonResponse: {
|
|
30294
|
+
/** Represents a [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) associated with an application user account. */
|
|
30255
30295
|
user_identity: {
|
|
30296
|
+
/** ID of the user identity. */
|
|
30256
30297
|
user_identity_id: string
|
|
30298
|
+
/** Unique key for the user identity. */
|
|
30257
30299
|
user_identity_key: string | null
|
|
30300
|
+
/** Unique email address for the user identity. */
|
|
30258
30301
|
email_address: string | null
|
|
30302
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
30259
30303
|
phone_number: string | null
|
|
30260
30304
|
display_name: string
|
|
30261
30305
|
full_name: string | null
|
|
30306
|
+
/** Date and time at which the user identity was created. */
|
|
30262
30307
|
created_at: string
|
|
30308
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
30263
30309
|
workspace_id: string
|
|
30264
30310
|
}
|
|
30265
30311
|
}
|
|
@@ -30270,6 +30316,7 @@ export interface Routes {
|
|
|
30270
30316
|
queryParams: {}
|
|
30271
30317
|
jsonBody: {}
|
|
30272
30318
|
commonParams: {
|
|
30319
|
+
/** ID of the desired user identity. */
|
|
30273
30320
|
user_identity_id: string
|
|
30274
30321
|
}
|
|
30275
30322
|
formData: {}
|
|
@@ -30281,6 +30328,7 @@ export interface Routes {
|
|
|
30281
30328
|
queryParams: {}
|
|
30282
30329
|
jsonBody: {}
|
|
30283
30330
|
commonParams: {
|
|
30331
|
+
/** ID of the desired enrollment automation. */
|
|
30284
30332
|
enrollment_automation_id: string
|
|
30285
30333
|
}
|
|
30286
30334
|
formData: {}
|
|
@@ -30292,16 +30340,23 @@ export interface Routes {
|
|
|
30292
30340
|
queryParams: {}
|
|
30293
30341
|
jsonBody: {}
|
|
30294
30342
|
commonParams: {
|
|
30343
|
+
/** ID of the desired enrollment automation. */
|
|
30295
30344
|
enrollment_automation_id: string
|
|
30296
30345
|
}
|
|
30297
30346
|
formData: {}
|
|
30298
30347
|
jsonResponse: {
|
|
30348
|
+
/** Represents an [enrollment automation](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/issuing-mobile-credentials-from-an-access-control-system) within the [Seam mobile access solution](https://docs.seam.co/latest/capability-guides/mobile-access-in-development). */
|
|
30299
30349
|
enrollment_automation: {
|
|
30350
|
+
/** ID of the enrollment automation. */
|
|
30351
|
+
enrollment_automation_id: string
|
|
30352
|
+
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
30300
30353
|
credential_manager_acs_system_id: string
|
|
30354
|
+
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
|
|
30301
30355
|
user_identity_id: string
|
|
30356
|
+
/** Date and time at which the enrollment automation was created. */
|
|
30302
30357
|
created_at: string
|
|
30358
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the enrollment automation. */
|
|
30303
30359
|
workspace_id: string
|
|
30304
|
-
enrollment_automation_id: string
|
|
30305
30360
|
}
|
|
30306
30361
|
}
|
|
30307
30362
|
}
|
|
@@ -30311,10 +30366,15 @@ export interface Routes {
|
|
|
30311
30366
|
queryParams: {}
|
|
30312
30367
|
jsonBody: {}
|
|
30313
30368
|
commonParams: {
|
|
30369
|
+
/** ID of the desired user identity. */
|
|
30314
30370
|
user_identity_id: string
|
|
30371
|
+
/** ID of the desired ACS system that serves as the credential manager. */
|
|
30315
30372
|
credential_manager_acs_system_id: string
|
|
30373
|
+
/** ID of the ACS credential pool from which to obtain credentials for the user identity. */
|
|
30316
30374
|
acs_credential_pool_id?: string | undefined
|
|
30375
|
+
/** Indicates whether to create an associated credential manager user. If you set `create_credential_manager_user` to `true`, you cannot specify a `credential_manager_acs_user_id`. */
|
|
30317
30376
|
create_credential_manager_user?: boolean | undefined
|
|
30377
|
+
/** ID of the associated ACS user within the credential manager. If you specify a `credential_manager_acs_user_id`, you cannot set `create_credential_manager_user` to `true`. */
|
|
30318
30378
|
credential_manager_acs_user_id?: string | undefined
|
|
30319
30379
|
}
|
|
30320
30380
|
formData: {}
|
|
@@ -30335,16 +30395,22 @@ export interface Routes {
|
|
|
30335
30395
|
queryParams: {}
|
|
30336
30396
|
jsonBody: {}
|
|
30337
30397
|
commonParams: {
|
|
30398
|
+
/** ID of the user identity for which you want to retrieve all enrollment automations. */
|
|
30338
30399
|
user_identity_id: string
|
|
30339
30400
|
}
|
|
30340
30401
|
formData: {}
|
|
30341
30402
|
jsonResponse: {
|
|
30342
30403
|
enrollment_automations: Array<{
|
|
30404
|
+
/** ID of the enrollment automation. */
|
|
30405
|
+
enrollment_automation_id: string
|
|
30406
|
+
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
30343
30407
|
credential_manager_acs_system_id: string
|
|
30408
|
+
/** ID of the associated [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity). */
|
|
30344
30409
|
user_identity_id: string
|
|
30410
|
+
/** Date and time at which the enrollment automation was created. */
|
|
30345
30411
|
created_at: string
|
|
30412
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the enrollment automation. */
|
|
30346
30413
|
workspace_id: string
|
|
30347
|
-
enrollment_automation_id: string
|
|
30348
30414
|
}>
|
|
30349
30415
|
}
|
|
30350
30416
|
}
|
|
@@ -30355,6 +30421,7 @@ export interface Routes {
|
|
|
30355
30421
|
jsonBody: {}
|
|
30356
30422
|
commonParams:
|
|
30357
30423
|
| {
|
|
30424
|
+
/** ID of the desired user identity. */
|
|
30358
30425
|
user_identity_id: string
|
|
30359
30426
|
}
|
|
30360
30427
|
| {
|
|
@@ -30362,14 +30429,21 @@ export interface Routes {
|
|
|
30362
30429
|
}
|
|
30363
30430
|
formData: {}
|
|
30364
30431
|
jsonResponse: {
|
|
30432
|
+
/** Represents a [user identity](https://docs.seam.co/latest/capability-guides/mobile-access-in-development/managing-mobile-app-user-accounts-with-user-identities#what-is-a-user-identity) associated with an application user account. */
|
|
30365
30433
|
user_identity: {
|
|
30434
|
+
/** ID of the user identity. */
|
|
30366
30435
|
user_identity_id: string
|
|
30436
|
+
/** Unique key for the user identity. */
|
|
30367
30437
|
user_identity_key: string | null
|
|
30438
|
+
/** Unique email address for the user identity. */
|
|
30368
30439
|
email_address: string | null
|
|
30440
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
30369
30441
|
phone_number: string | null
|
|
30370
30442
|
display_name: string
|
|
30371
30443
|
full_name: string | null
|
|
30444
|
+
/** Date and time at which the user identity was created. */
|
|
30372
30445
|
created_at: string
|
|
30446
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
30373
30447
|
workspace_id: string
|
|
30374
30448
|
}
|
|
30375
30449
|
}
|
|
@@ -30380,7 +30454,9 @@ export interface Routes {
|
|
|
30380
30454
|
queryParams: {}
|
|
30381
30455
|
jsonBody: {}
|
|
30382
30456
|
commonParams: {
|
|
30457
|
+
/** ID of the desired user identity. */
|
|
30383
30458
|
user_identity_id: string
|
|
30459
|
+
/** ID of the desired managed device. */
|
|
30384
30460
|
device_id: string
|
|
30385
30461
|
}
|
|
30386
30462
|
formData: {}
|
|
@@ -30397,13 +30473,19 @@ export interface Routes {
|
|
|
30397
30473
|
formData: {}
|
|
30398
30474
|
jsonResponse: {
|
|
30399
30475
|
user_identities: Array<{
|
|
30476
|
+
/** ID of the user identity. */
|
|
30400
30477
|
user_identity_id: string
|
|
30478
|
+
/** Unique key for the user identity. */
|
|
30401
30479
|
user_identity_key: string | null
|
|
30480
|
+
/** Unique email address for the user identity. */
|
|
30402
30481
|
email_address: string | null
|
|
30482
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
30403
30483
|
phone_number: string | null
|
|
30404
30484
|
display_name: string
|
|
30405
30485
|
full_name: string | null
|
|
30486
|
+
/** Date and time at which the user identity was created. */
|
|
30406
30487
|
created_at: string
|
|
30488
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
30407
30489
|
workspace_id: string
|
|
30408
30490
|
}>
|
|
30409
30491
|
}
|
|
@@ -30414,6 +30496,7 @@ export interface Routes {
|
|
|
30414
30496
|
queryParams: {}
|
|
30415
30497
|
jsonBody: {}
|
|
30416
30498
|
commonParams: {
|
|
30499
|
+
/** ID of the user identity for which you want to retrieve all accessible devices. */
|
|
30417
30500
|
user_identity_id: string
|
|
30418
30501
|
}
|
|
30419
30502
|
formData: {}
|
|
@@ -30945,7 +31028,8 @@ export interface Routes {
|
|
|
30945
31028
|
heating_set_point_fahrenheit?:
|
|
30946
31029
|
| (number | undefined)
|
|
30947
31030
|
| undefined
|
|
30948
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31031
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31032
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
30949
31033
|
manual_override_allowed?: boolean | undefined
|
|
30950
31034
|
}
|
|
30951
31035
|
| undefined
|
|
@@ -30983,7 +31067,8 @@ export interface Routes {
|
|
|
30983
31067
|
heating_set_point_fahrenheit?:
|
|
30984
31068
|
| (number | undefined)
|
|
30985
31069
|
| undefined
|
|
30986
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31070
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31071
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
30987
31072
|
manual_override_allowed?: boolean | undefined
|
|
30988
31073
|
}
|
|
30989
31074
|
| undefined
|
|
@@ -31013,7 +31098,8 @@ export interface Routes {
|
|
|
31013
31098
|
cooling_set_point_fahrenheit?: number | undefined
|
|
31014
31099
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
31015
31100
|
heating_set_point_fahrenheit?: number | undefined
|
|
31016
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31101
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31102
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
31017
31103
|
manual_override_allowed: boolean
|
|
31018
31104
|
}>
|
|
31019
31105
|
| undefined
|
|
@@ -31640,7 +31726,8 @@ export interface Routes {
|
|
|
31640
31726
|
heating_set_point_fahrenheit?:
|
|
31641
31727
|
| (number | undefined)
|
|
31642
31728
|
| undefined
|
|
31643
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31729
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31730
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
31644
31731
|
manual_override_allowed?: boolean | undefined
|
|
31645
31732
|
}
|
|
31646
31733
|
| undefined
|
|
@@ -31678,7 +31765,8 @@ export interface Routes {
|
|
|
31678
31765
|
heating_set_point_fahrenheit?:
|
|
31679
31766
|
| (number | undefined)
|
|
31680
31767
|
| undefined
|
|
31681
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31768
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31769
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
31682
31770
|
manual_override_allowed?: boolean | undefined
|
|
31683
31771
|
}
|
|
31684
31772
|
| undefined
|
|
@@ -31708,7 +31796,8 @@ export interface Routes {
|
|
|
31708
31796
|
cooling_set_point_fahrenheit?: number | undefined
|
|
31709
31797
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
31710
31798
|
heating_set_point_fahrenheit?: number | undefined
|
|
31711
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31799
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
31800
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
31712
31801
|
manual_override_allowed: boolean
|
|
31713
31802
|
}>
|
|
31714
31803
|
| undefined
|
|
@@ -31814,6 +31903,7 @@ export interface Routes {
|
|
|
31814
31903
|
queryParams: {}
|
|
31815
31904
|
jsonBody: {}
|
|
31816
31905
|
commonParams: {
|
|
31906
|
+
/** ID of the user identity for which you want to retrieve all access control systems. */
|
|
31817
31907
|
user_identity_id: string
|
|
31818
31908
|
}
|
|
31819
31909
|
formData: {}
|
|
@@ -31960,6 +32050,7 @@ export interface Routes {
|
|
|
31960
32050
|
queryParams: {}
|
|
31961
32051
|
jsonBody: {}
|
|
31962
32052
|
commonParams: {
|
|
32053
|
+
/** ID of the user identity for which you want to retrieve all ACS users. */
|
|
31963
32054
|
user_identity_id: string
|
|
31964
32055
|
}
|
|
31965
32056
|
formData: {}
|
|
@@ -32082,7 +32173,9 @@ export interface Routes {
|
|
|
32082
32173
|
queryParams: {}
|
|
32083
32174
|
jsonBody: {}
|
|
32084
32175
|
commonParams: {
|
|
32176
|
+
/** ID of the desired user identity. */
|
|
32085
32177
|
user_identity_id: string
|
|
32178
|
+
/** ID of the ACS user. */
|
|
32086
32179
|
acs_user_id: string
|
|
32087
32180
|
}
|
|
32088
32181
|
formData: {}
|
|
@@ -32094,7 +32187,9 @@ export interface Routes {
|
|
|
32094
32187
|
queryParams: {}
|
|
32095
32188
|
jsonBody: {}
|
|
32096
32189
|
commonParams: {
|
|
32190
|
+
/** ID of the desired user identity. */
|
|
32097
32191
|
user_identity_id: string
|
|
32192
|
+
/** ID of the desired managed device. */
|
|
32098
32193
|
device_id: string
|
|
32099
32194
|
}
|
|
32100
32195
|
formData: {}
|
|
@@ -32105,9 +32200,13 @@ export interface Routes {
|
|
|
32105
32200
|
method: 'PATCH' | 'POST'
|
|
32106
32201
|
queryParams: {}
|
|
32107
32202
|
jsonBody: {
|
|
32203
|
+
/** ID of the user identity. */
|
|
32108
32204
|
user_identity_id: string
|
|
32205
|
+
/** Unique key for the user identity. */
|
|
32109
32206
|
user_identity_key?: (string | null) | undefined
|
|
32207
|
+
/** Unique email address for the user identity. */
|
|
32110
32208
|
email_address?: (string | null) | undefined
|
|
32209
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
32111
32210
|
phone_number?: (string | null) | undefined
|
|
32112
32211
|
full_name?: (string | null) | undefined
|
|
32113
32212
|
}
|