@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
package/dist/connect.d.cts
CHANGED
|
@@ -15226,8 +15226,10 @@ declare const _default: {
|
|
|
15226
15226
|
type: string;
|
|
15227
15227
|
};
|
|
15228
15228
|
manual_override_allowed: {
|
|
15229
|
+
deprecated: boolean;
|
|
15229
15230
|
description: string;
|
|
15230
15231
|
type: string;
|
|
15232
|
+
'x-deprecated': string;
|
|
15231
15233
|
};
|
|
15232
15234
|
name: {
|
|
15233
15235
|
default: null;
|
|
@@ -15304,8 +15306,10 @@ declare const _default: {
|
|
|
15304
15306
|
type: string;
|
|
15305
15307
|
};
|
|
15306
15308
|
manual_override_allowed: {
|
|
15309
|
+
deprecated: boolean;
|
|
15307
15310
|
description: string;
|
|
15308
15311
|
type: string;
|
|
15312
|
+
'x-deprecated': string;
|
|
15309
15313
|
};
|
|
15310
15314
|
name: {
|
|
15311
15315
|
default: null;
|
|
@@ -15366,8 +15370,10 @@ declare const _default: {
|
|
|
15366
15370
|
type: string;
|
|
15367
15371
|
};
|
|
15368
15372
|
manual_override_allowed: {
|
|
15373
|
+
deprecated: boolean;
|
|
15369
15374
|
description: string;
|
|
15370
15375
|
type: string;
|
|
15376
|
+
'x-deprecated': string;
|
|
15371
15377
|
};
|
|
15372
15378
|
name: {
|
|
15373
15379
|
default: null;
|
|
@@ -15580,24 +15586,30 @@ declare const _default: {
|
|
|
15580
15586
|
type: string;
|
|
15581
15587
|
};
|
|
15582
15588
|
enrollment_automation: {
|
|
15589
|
+
description: string;
|
|
15583
15590
|
properties: {
|
|
15584
15591
|
created_at: {
|
|
15592
|
+
description: string;
|
|
15585
15593
|
format: string;
|
|
15586
15594
|
type: string;
|
|
15587
15595
|
};
|
|
15588
15596
|
credential_manager_acs_system_id: {
|
|
15597
|
+
description: string;
|
|
15589
15598
|
format: string;
|
|
15590
15599
|
type: string;
|
|
15591
15600
|
};
|
|
15592
15601
|
enrollment_automation_id: {
|
|
15602
|
+
description: string;
|
|
15593
15603
|
format: string;
|
|
15594
15604
|
type: string;
|
|
15595
15605
|
};
|
|
15596
15606
|
user_identity_id: {
|
|
15607
|
+
description: string;
|
|
15597
15608
|
format: string;
|
|
15598
15609
|
type: string;
|
|
15599
15610
|
};
|
|
15600
15611
|
workspace_id: {
|
|
15612
|
+
description: string;
|
|
15601
15613
|
format: string;
|
|
15602
15614
|
type: string;
|
|
15603
15615
|
};
|
|
@@ -16403,8 +16415,10 @@ declare const _default: {
|
|
|
16403
16415
|
type: string;
|
|
16404
16416
|
};
|
|
16405
16417
|
user_identity: {
|
|
16418
|
+
description: string;
|
|
16406
16419
|
properties: {
|
|
16407
16420
|
created_at: {
|
|
16421
|
+
description: string;
|
|
16408
16422
|
format: string;
|
|
16409
16423
|
type: string;
|
|
16410
16424
|
};
|
|
@@ -16413,6 +16427,7 @@ declare const _default: {
|
|
|
16413
16427
|
type: string;
|
|
16414
16428
|
};
|
|
16415
16429
|
email_address: {
|
|
16430
|
+
description: string;
|
|
16416
16431
|
format: string;
|
|
16417
16432
|
nullable: boolean;
|
|
16418
16433
|
type: string;
|
|
@@ -16423,19 +16438,23 @@ declare const _default: {
|
|
|
16423
16438
|
type: string;
|
|
16424
16439
|
};
|
|
16425
16440
|
phone_number: {
|
|
16441
|
+
description: string;
|
|
16426
16442
|
nullable: boolean;
|
|
16427
16443
|
type: string;
|
|
16428
16444
|
};
|
|
16429
16445
|
user_identity_id: {
|
|
16446
|
+
description: string;
|
|
16430
16447
|
format: string;
|
|
16431
16448
|
type: string;
|
|
16432
16449
|
};
|
|
16433
16450
|
user_identity_key: {
|
|
16451
|
+
description: string;
|
|
16434
16452
|
minLength: number;
|
|
16435
16453
|
nullable: boolean;
|
|
16436
16454
|
type: string;
|
|
16437
16455
|
};
|
|
16438
16456
|
workspace_id: {
|
|
16457
|
+
description: string;
|
|
16439
16458
|
format: string;
|
|
16440
16459
|
type: string;
|
|
16441
16460
|
};
|
|
@@ -28106,7 +28125,7 @@ declare const _default: {
|
|
|
28106
28125
|
type: string;
|
|
28107
28126
|
};
|
|
28108
28127
|
manual_override_allowed: {
|
|
28109
|
-
|
|
28128
|
+
default: boolean;
|
|
28110
28129
|
type: string;
|
|
28111
28130
|
};
|
|
28112
28131
|
name: {
|
|
@@ -29698,8 +29717,10 @@ declare const _default: {
|
|
|
29698
29717
|
type: string;
|
|
29699
29718
|
};
|
|
29700
29719
|
manual_override_allowed: {
|
|
29720
|
+
deprecated: boolean;
|
|
29701
29721
|
description: string;
|
|
29702
29722
|
type: string;
|
|
29723
|
+
'x-deprecated': string;
|
|
29703
29724
|
};
|
|
29704
29725
|
name: {
|
|
29705
29726
|
default: null;
|
|
@@ -29805,8 +29826,10 @@ declare const _default: {
|
|
|
29805
29826
|
type: string;
|
|
29806
29827
|
};
|
|
29807
29828
|
manual_override_allowed: {
|
|
29829
|
+
deprecated: boolean;
|
|
29808
29830
|
description: string;
|
|
29809
29831
|
type: string;
|
|
29832
|
+
'x-deprecated': string;
|
|
29810
29833
|
};
|
|
29811
29834
|
name: {
|
|
29812
29835
|
default: null;
|
|
@@ -29868,6 +29891,7 @@ declare const _default: {
|
|
|
29868
29891
|
};
|
|
29869
29892
|
'/user_identities/add_acs_user': {
|
|
29870
29893
|
post: {
|
|
29894
|
+
description: string;
|
|
29871
29895
|
operationId: string;
|
|
29872
29896
|
requestBody: {
|
|
29873
29897
|
content: {
|
|
@@ -29875,10 +29899,12 @@ declare const _default: {
|
|
|
29875
29899
|
schema: {
|
|
29876
29900
|
properties: {
|
|
29877
29901
|
acs_user_id: {
|
|
29902
|
+
description: string;
|
|
29878
29903
|
format: string;
|
|
29879
29904
|
type: string;
|
|
29880
29905
|
};
|
|
29881
29906
|
user_identity_id: {
|
|
29907
|
+
description: string;
|
|
29882
29908
|
format: string;
|
|
29883
29909
|
type: string;
|
|
29884
29910
|
};
|
|
@@ -29931,8 +29957,10 @@ declare const _default: {
|
|
|
29931
29957
|
'x-fern-sdk-group-name': string[];
|
|
29932
29958
|
'x-fern-sdk-method-name': string;
|
|
29933
29959
|
'x-response-key': null;
|
|
29960
|
+
'x-title': string;
|
|
29934
29961
|
};
|
|
29935
29962
|
put: {
|
|
29963
|
+
description: string;
|
|
29936
29964
|
operationId: string;
|
|
29937
29965
|
requestBody: {
|
|
29938
29966
|
content: {
|
|
@@ -29940,10 +29968,12 @@ declare const _default: {
|
|
|
29940
29968
|
schema: {
|
|
29941
29969
|
properties: {
|
|
29942
29970
|
acs_user_id: {
|
|
29971
|
+
description: string;
|
|
29943
29972
|
format: string;
|
|
29944
29973
|
type: string;
|
|
29945
29974
|
};
|
|
29946
29975
|
user_identity_id: {
|
|
29976
|
+
description: string;
|
|
29947
29977
|
format: string;
|
|
29948
29978
|
type: string;
|
|
29949
29979
|
};
|
|
@@ -29995,10 +30025,12 @@ declare const _default: {
|
|
|
29995
30025
|
tags: string[];
|
|
29996
30026
|
'x-fern-ignore': boolean;
|
|
29997
30027
|
'x-response-key': null;
|
|
30028
|
+
'x-title': string;
|
|
29998
30029
|
};
|
|
29999
30030
|
};
|
|
30000
30031
|
'/user_identities/create': {
|
|
30001
30032
|
post: {
|
|
30033
|
+
description: string;
|
|
30002
30034
|
operationId: string;
|
|
30003
30035
|
requestBody: {
|
|
30004
30036
|
content: {
|
|
@@ -30006,20 +30038,24 @@ declare const _default: {
|
|
|
30006
30038
|
schema: {
|
|
30007
30039
|
properties: {
|
|
30008
30040
|
email_address: {
|
|
30041
|
+
description: string;
|
|
30009
30042
|
format: string;
|
|
30010
30043
|
nullable: boolean;
|
|
30011
30044
|
type: string;
|
|
30012
30045
|
};
|
|
30013
30046
|
full_name: {
|
|
30047
|
+
description: string;
|
|
30014
30048
|
minLength: number;
|
|
30015
30049
|
nullable: boolean;
|
|
30016
30050
|
type: string;
|
|
30017
30051
|
};
|
|
30018
30052
|
phone_number: {
|
|
30053
|
+
description: string;
|
|
30019
30054
|
nullable: boolean;
|
|
30020
30055
|
type: string;
|
|
30021
30056
|
};
|
|
30022
30057
|
user_identity_key: {
|
|
30058
|
+
description: string;
|
|
30023
30059
|
minLength: number;
|
|
30024
30060
|
nullable: boolean;
|
|
30025
30061
|
type: string;
|
|
@@ -30076,10 +30112,12 @@ declare const _default: {
|
|
|
30076
30112
|
'x-fern-sdk-method-name': string;
|
|
30077
30113
|
'x-fern-sdk-return-value': string;
|
|
30078
30114
|
'x-response-key': string;
|
|
30115
|
+
'x-title': string;
|
|
30079
30116
|
};
|
|
30080
30117
|
};
|
|
30081
30118
|
'/user_identities/delete': {
|
|
30082
30119
|
post: {
|
|
30120
|
+
description: string;
|
|
30083
30121
|
operationId: string;
|
|
30084
30122
|
requestBody: {
|
|
30085
30123
|
content: {
|
|
@@ -30087,6 +30125,7 @@ declare const _default: {
|
|
|
30087
30125
|
schema: {
|
|
30088
30126
|
properties: {
|
|
30089
30127
|
user_identity_id: {
|
|
30128
|
+
description: string;
|
|
30090
30129
|
format: string;
|
|
30091
30130
|
type: string;
|
|
30092
30131
|
};
|
|
@@ -30139,10 +30178,12 @@ declare const _default: {
|
|
|
30139
30178
|
'x-fern-sdk-group-name': string[];
|
|
30140
30179
|
'x-fern-sdk-method-name': string;
|
|
30141
30180
|
'x-response-key': null;
|
|
30181
|
+
'x-title': string;
|
|
30142
30182
|
};
|
|
30143
30183
|
};
|
|
30144
30184
|
'/user_identities/enrollment_automations/delete': {
|
|
30145
30185
|
post: {
|
|
30186
|
+
description: string;
|
|
30146
30187
|
operationId: string;
|
|
30147
30188
|
requestBody: {
|
|
30148
30189
|
content: {
|
|
@@ -30150,6 +30191,7 @@ declare const _default: {
|
|
|
30150
30191
|
schema: {
|
|
30151
30192
|
properties: {
|
|
30152
30193
|
enrollment_automation_id: {
|
|
30194
|
+
description: string;
|
|
30153
30195
|
format: string;
|
|
30154
30196
|
type: string;
|
|
30155
30197
|
};
|
|
@@ -30202,10 +30244,12 @@ declare const _default: {
|
|
|
30202
30244
|
'x-fern-sdk-group-name': string[];
|
|
30203
30245
|
'x-fern-sdk-method-name': string;
|
|
30204
30246
|
'x-response-key': null;
|
|
30247
|
+
'x-title': string;
|
|
30205
30248
|
};
|
|
30206
30249
|
};
|
|
30207
30250
|
'/user_identities/enrollment_automations/get': {
|
|
30208
30251
|
post: {
|
|
30252
|
+
description: string;
|
|
30209
30253
|
operationId: string;
|
|
30210
30254
|
requestBody: {
|
|
30211
30255
|
content: {
|
|
@@ -30213,6 +30257,7 @@ declare const _default: {
|
|
|
30213
30257
|
schema: {
|
|
30214
30258
|
properties: {
|
|
30215
30259
|
enrollment_automation_id: {
|
|
30260
|
+
description: string;
|
|
30216
30261
|
format: string;
|
|
30217
30262
|
type: string;
|
|
30218
30263
|
};
|
|
@@ -30277,10 +30322,12 @@ declare const _default: {
|
|
|
30277
30322
|
'x-fern-sdk-method-name': string;
|
|
30278
30323
|
'x-fern-sdk-return-value': string;
|
|
30279
30324
|
'x-response-key': string;
|
|
30325
|
+
'x-title': string;
|
|
30280
30326
|
};
|
|
30281
30327
|
};
|
|
30282
30328
|
'/user_identities/enrollment_automations/launch': {
|
|
30283
30329
|
post: {
|
|
30330
|
+
description: string;
|
|
30284
30331
|
operationId: string;
|
|
30285
30332
|
requestBody: {
|
|
30286
30333
|
content: {
|
|
@@ -30288,21 +30335,26 @@ declare const _default: {
|
|
|
30288
30335
|
schema: {
|
|
30289
30336
|
properties: {
|
|
30290
30337
|
acs_credential_pool_id: {
|
|
30338
|
+
description: string;
|
|
30291
30339
|
format: string;
|
|
30292
30340
|
type: string;
|
|
30293
30341
|
};
|
|
30294
30342
|
create_credential_manager_user: {
|
|
30343
|
+
description: string;
|
|
30295
30344
|
type: string;
|
|
30296
30345
|
};
|
|
30297
30346
|
credential_manager_acs_system_id: {
|
|
30347
|
+
description: string;
|
|
30298
30348
|
format: string;
|
|
30299
30349
|
type: string;
|
|
30300
30350
|
};
|
|
30301
30351
|
credential_manager_acs_user_id: {
|
|
30352
|
+
description: string;
|
|
30302
30353
|
format: string;
|
|
30303
30354
|
type: string;
|
|
30304
30355
|
};
|
|
30305
30356
|
user_identity_id: {
|
|
30357
|
+
description: string;
|
|
30306
30358
|
format: string;
|
|
30307
30359
|
type: string;
|
|
30308
30360
|
};
|
|
@@ -30386,10 +30438,12 @@ declare const _default: {
|
|
|
30386
30438
|
'x-fern-sdk-method-name': string;
|
|
30387
30439
|
'x-fern-sdk-return-value': string;
|
|
30388
30440
|
'x-response-key': string;
|
|
30441
|
+
'x-title': string;
|
|
30389
30442
|
};
|
|
30390
30443
|
};
|
|
30391
30444
|
'/user_identities/enrollment_automations/list': {
|
|
30392
30445
|
post: {
|
|
30446
|
+
description: string;
|
|
30393
30447
|
operationId: string;
|
|
30394
30448
|
requestBody: {
|
|
30395
30449
|
content: {
|
|
@@ -30397,6 +30451,7 @@ declare const _default: {
|
|
|
30397
30451
|
schema: {
|
|
30398
30452
|
properties: {
|
|
30399
30453
|
user_identity_id: {
|
|
30454
|
+
description: string;
|
|
30400
30455
|
format: string;
|
|
30401
30456
|
type: string;
|
|
30402
30457
|
};
|
|
@@ -30464,10 +30519,12 @@ declare const _default: {
|
|
|
30464
30519
|
'x-fern-sdk-method-name': string;
|
|
30465
30520
|
'x-fern-sdk-return-value': string;
|
|
30466
30521
|
'x-response-key': string;
|
|
30522
|
+
'x-title': string;
|
|
30467
30523
|
};
|
|
30468
30524
|
};
|
|
30469
30525
|
'/user_identities/get': {
|
|
30470
30526
|
post: {
|
|
30527
|
+
description: string;
|
|
30471
30528
|
operationId: string;
|
|
30472
30529
|
requestBody: {
|
|
30473
30530
|
content: {
|
|
@@ -30476,6 +30533,7 @@ declare const _default: {
|
|
|
30476
30533
|
oneOf: ({
|
|
30477
30534
|
properties: {
|
|
30478
30535
|
user_identity_id: {
|
|
30536
|
+
description: string;
|
|
30479
30537
|
format: string;
|
|
30480
30538
|
type: string;
|
|
30481
30539
|
};
|
|
@@ -30543,10 +30601,12 @@ declare const _default: {
|
|
|
30543
30601
|
'x-fern-sdk-method-name': string;
|
|
30544
30602
|
'x-fern-sdk-return-value': string;
|
|
30545
30603
|
'x-response-key': string;
|
|
30604
|
+
'x-title': string;
|
|
30546
30605
|
};
|
|
30547
30606
|
};
|
|
30548
30607
|
'/user_identities/grant_access_to_device': {
|
|
30549
30608
|
post: {
|
|
30609
|
+
description: string;
|
|
30550
30610
|
operationId: string;
|
|
30551
30611
|
requestBody: {
|
|
30552
30612
|
content: {
|
|
@@ -30554,10 +30614,12 @@ declare const _default: {
|
|
|
30554
30614
|
schema: {
|
|
30555
30615
|
properties: {
|
|
30556
30616
|
device_id: {
|
|
30617
|
+
description: string;
|
|
30557
30618
|
format: string;
|
|
30558
30619
|
type: string;
|
|
30559
30620
|
};
|
|
30560
30621
|
user_identity_id: {
|
|
30622
|
+
description: string;
|
|
30561
30623
|
format: string;
|
|
30562
30624
|
type: string;
|
|
30563
30625
|
};
|
|
@@ -30610,8 +30672,10 @@ declare const _default: {
|
|
|
30610
30672
|
'x-fern-sdk-group-name': string[];
|
|
30611
30673
|
'x-fern-sdk-method-name': string;
|
|
30612
30674
|
'x-response-key': null;
|
|
30675
|
+
'x-title': string;
|
|
30613
30676
|
};
|
|
30614
30677
|
put: {
|
|
30678
|
+
description: string;
|
|
30615
30679
|
operationId: string;
|
|
30616
30680
|
requestBody: {
|
|
30617
30681
|
content: {
|
|
@@ -30619,10 +30683,12 @@ declare const _default: {
|
|
|
30619
30683
|
schema: {
|
|
30620
30684
|
properties: {
|
|
30621
30685
|
device_id: {
|
|
30686
|
+
description: string;
|
|
30622
30687
|
format: string;
|
|
30623
30688
|
type: string;
|
|
30624
30689
|
};
|
|
30625
30690
|
user_identity_id: {
|
|
30691
|
+
description: string;
|
|
30626
30692
|
format: string;
|
|
30627
30693
|
type: string;
|
|
30628
30694
|
};
|
|
@@ -30674,10 +30740,12 @@ declare const _default: {
|
|
|
30674
30740
|
tags: string[];
|
|
30675
30741
|
'x-fern-ignore': boolean;
|
|
30676
30742
|
'x-response-key': null;
|
|
30743
|
+
'x-title': string;
|
|
30677
30744
|
};
|
|
30678
30745
|
};
|
|
30679
30746
|
'/user_identities/list': {
|
|
30680
30747
|
post: {
|
|
30748
|
+
description: string;
|
|
30681
30749
|
operationId: string;
|
|
30682
30750
|
requestBody: {
|
|
30683
30751
|
content: {
|
|
@@ -30751,10 +30819,12 @@ declare const _default: {
|
|
|
30751
30819
|
'x-fern-sdk-method-name': string;
|
|
30752
30820
|
'x-fern-sdk-return-value': string;
|
|
30753
30821
|
'x-response-key': string;
|
|
30822
|
+
'x-title': string;
|
|
30754
30823
|
};
|
|
30755
30824
|
};
|
|
30756
30825
|
'/user_identities/list_accessible_devices': {
|
|
30757
30826
|
post: {
|
|
30827
|
+
description: string;
|
|
30758
30828
|
operationId: string;
|
|
30759
30829
|
requestBody: {
|
|
30760
30830
|
content: {
|
|
@@ -30762,6 +30832,7 @@ declare const _default: {
|
|
|
30762
30832
|
schema: {
|
|
30763
30833
|
properties: {
|
|
30764
30834
|
user_identity_id: {
|
|
30835
|
+
description: string;
|
|
30765
30836
|
format: string;
|
|
30766
30837
|
type: string;
|
|
30767
30838
|
};
|
|
@@ -30829,10 +30900,12 @@ declare const _default: {
|
|
|
30829
30900
|
'x-fern-sdk-method-name': string;
|
|
30830
30901
|
'x-fern-sdk-return-value': string;
|
|
30831
30902
|
'x-response-key': string;
|
|
30903
|
+
'x-title': string;
|
|
30832
30904
|
};
|
|
30833
30905
|
};
|
|
30834
30906
|
'/user_identities/list_acs_systems': {
|
|
30835
30907
|
post: {
|
|
30908
|
+
description: string;
|
|
30836
30909
|
operationId: string;
|
|
30837
30910
|
requestBody: {
|
|
30838
30911
|
content: {
|
|
@@ -30840,6 +30913,7 @@ declare const _default: {
|
|
|
30840
30913
|
schema: {
|
|
30841
30914
|
properties: {
|
|
30842
30915
|
user_identity_id: {
|
|
30916
|
+
description: string;
|
|
30843
30917
|
format: string;
|
|
30844
30918
|
type: string;
|
|
30845
30919
|
};
|
|
@@ -30907,10 +30981,12 @@ declare const _default: {
|
|
|
30907
30981
|
'x-fern-sdk-method-name': string;
|
|
30908
30982
|
'x-fern-sdk-return-value': string;
|
|
30909
30983
|
'x-response-key': string;
|
|
30984
|
+
'x-title': string;
|
|
30910
30985
|
};
|
|
30911
30986
|
};
|
|
30912
30987
|
'/user_identities/list_acs_users': {
|
|
30913
30988
|
post: {
|
|
30989
|
+
description: string;
|
|
30914
30990
|
operationId: string;
|
|
30915
30991
|
requestBody: {
|
|
30916
30992
|
content: {
|
|
@@ -30918,6 +30994,7 @@ declare const _default: {
|
|
|
30918
30994
|
schema: {
|
|
30919
30995
|
properties: {
|
|
30920
30996
|
user_identity_id: {
|
|
30997
|
+
description: string;
|
|
30921
30998
|
format: string;
|
|
30922
30999
|
type: string;
|
|
30923
31000
|
};
|
|
@@ -30977,10 +31054,12 @@ declare const _default: {
|
|
|
30977
31054
|
'x-fern-sdk-method-name': string;
|
|
30978
31055
|
'x-fern-sdk-return-value': string;
|
|
30979
31056
|
'x-response-key': string;
|
|
31057
|
+
'x-title': string;
|
|
30980
31058
|
};
|
|
30981
31059
|
};
|
|
30982
31060
|
'/user_identities/remove_acs_user': {
|
|
30983
31061
|
post: {
|
|
31062
|
+
description: string;
|
|
30984
31063
|
operationId: string;
|
|
30985
31064
|
requestBody: {
|
|
30986
31065
|
content: {
|
|
@@ -30988,10 +31067,12 @@ declare const _default: {
|
|
|
30988
31067
|
schema: {
|
|
30989
31068
|
properties: {
|
|
30990
31069
|
acs_user_id: {
|
|
31070
|
+
description: string;
|
|
30991
31071
|
format: string;
|
|
30992
31072
|
type: string;
|
|
30993
31073
|
};
|
|
30994
31074
|
user_identity_id: {
|
|
31075
|
+
description: string;
|
|
30995
31076
|
format: string;
|
|
30996
31077
|
type: string;
|
|
30997
31078
|
};
|
|
@@ -31044,10 +31125,12 @@ declare const _default: {
|
|
|
31044
31125
|
'x-fern-sdk-group-name': string[];
|
|
31045
31126
|
'x-fern-sdk-method-name': string;
|
|
31046
31127
|
'x-response-key': null;
|
|
31128
|
+
'x-title': string;
|
|
31047
31129
|
};
|
|
31048
31130
|
};
|
|
31049
31131
|
'/user_identities/revoke_access_to_device': {
|
|
31050
31132
|
post: {
|
|
31133
|
+
description: string;
|
|
31051
31134
|
operationId: string;
|
|
31052
31135
|
requestBody: {
|
|
31053
31136
|
content: {
|
|
@@ -31055,10 +31138,12 @@ declare const _default: {
|
|
|
31055
31138
|
schema: {
|
|
31056
31139
|
properties: {
|
|
31057
31140
|
device_id: {
|
|
31141
|
+
description: string;
|
|
31058
31142
|
format: string;
|
|
31059
31143
|
type: string;
|
|
31060
31144
|
};
|
|
31061
31145
|
user_identity_id: {
|
|
31146
|
+
description: string;
|
|
31062
31147
|
format: string;
|
|
31063
31148
|
type: string;
|
|
31064
31149
|
};
|
|
@@ -31111,6 +31196,7 @@ declare const _default: {
|
|
|
31111
31196
|
'x-fern-sdk-group-name': string[];
|
|
31112
31197
|
'x-fern-sdk-method-name': string;
|
|
31113
31198
|
'x-response-key': null;
|
|
31199
|
+
'x-title': string;
|
|
31114
31200
|
};
|
|
31115
31201
|
};
|
|
31116
31202
|
'/user_identities/update': {
|
|
@@ -31122,6 +31208,7 @@ declare const _default: {
|
|
|
31122
31208
|
schema: {
|
|
31123
31209
|
properties: {
|
|
31124
31210
|
email_address: {
|
|
31211
|
+
description: string;
|
|
31125
31212
|
format: string;
|
|
31126
31213
|
nullable: boolean;
|
|
31127
31214
|
type: string;
|
|
@@ -31132,14 +31219,17 @@ declare const _default: {
|
|
|
31132
31219
|
type: string;
|
|
31133
31220
|
};
|
|
31134
31221
|
phone_number: {
|
|
31222
|
+
description: string;
|
|
31135
31223
|
nullable: boolean;
|
|
31136
31224
|
type: string;
|
|
31137
31225
|
};
|
|
31138
31226
|
user_identity_id: {
|
|
31227
|
+
description: string;
|
|
31139
31228
|
format: string;
|
|
31140
31229
|
type: string;
|
|
31141
31230
|
};
|
|
31142
31231
|
user_identity_key: {
|
|
31232
|
+
description: string;
|
|
31143
31233
|
minLength: number;
|
|
31144
31234
|
nullable: boolean;
|
|
31145
31235
|
type: string;
|
|
@@ -31201,6 +31291,7 @@ declare const _default: {
|
|
|
31201
31291
|
schema: {
|
|
31202
31292
|
properties: {
|
|
31203
31293
|
email_address: {
|
|
31294
|
+
description: string;
|
|
31204
31295
|
format: string;
|
|
31205
31296
|
nullable: boolean;
|
|
31206
31297
|
type: string;
|
|
@@ -31211,14 +31302,17 @@ declare const _default: {
|
|
|
31211
31302
|
type: string;
|
|
31212
31303
|
};
|
|
31213
31304
|
phone_number: {
|
|
31305
|
+
description: string;
|
|
31214
31306
|
nullable: boolean;
|
|
31215
31307
|
type: string;
|
|
31216
31308
|
};
|
|
31217
31309
|
user_identity_id: {
|
|
31310
|
+
description: string;
|
|
31218
31311
|
format: string;
|
|
31219
31312
|
type: string;
|
|
31220
31313
|
};
|
|
31221
31314
|
user_identity_key: {
|
|
31315
|
+
description: string;
|
|
31222
31316
|
minLength: number;
|
|
31223
31317
|
nullable: boolean;
|
|
31224
31318
|
type: string;
|
|
@@ -41822,7 +41916,8 @@ interface Routes {
|
|
|
41822
41916
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
41823
41917
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
41824
41918
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
41825
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
41919
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
41920
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
41826
41921
|
manual_override_allowed?: boolean | undefined;
|
|
41827
41922
|
} | undefined;
|
|
41828
41923
|
/**
|
|
@@ -41850,7 +41945,8 @@ interface Routes {
|
|
|
41850
41945
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
41851
41946
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
41852
41947
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
41853
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
41948
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
41949
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
41854
41950
|
manual_override_allowed?: boolean | undefined;
|
|
41855
41951
|
} | undefined;
|
|
41856
41952
|
available_climate_presets?: Array<{
|
|
@@ -41876,7 +41972,8 @@ interface Routes {
|
|
|
41876
41972
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
41877
41973
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
41878
41974
|
heating_set_point_fahrenheit?: number | undefined;
|
|
41879
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
41975
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
41976
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
41880
41977
|
manual_override_allowed: boolean;
|
|
41881
41978
|
}> | undefined;
|
|
41882
41979
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -42369,7 +42466,8 @@ interface Routes {
|
|
|
42369
42466
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
42370
42467
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
42371
42468
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
42372
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
42469
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
42470
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
42373
42471
|
manual_override_allowed?: boolean | undefined;
|
|
42374
42472
|
} | undefined;
|
|
42375
42473
|
/**
|
|
@@ -42397,7 +42495,8 @@ interface Routes {
|
|
|
42397
42495
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
42398
42496
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
42399
42497
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
42400
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
42498
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
42499
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
42401
42500
|
manual_override_allowed?: boolean | undefined;
|
|
42402
42501
|
} | undefined;
|
|
42403
42502
|
available_climate_presets?: Array<{
|
|
@@ -42423,7 +42522,8 @@ interface Routes {
|
|
|
42423
42522
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
42424
42523
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
42425
42524
|
heating_set_point_fahrenheit?: number | undefined;
|
|
42426
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
42525
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
42526
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
42427
42527
|
manual_override_allowed: boolean;
|
|
42428
42528
|
}> | undefined;
|
|
42429
42529
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -43319,7 +43419,8 @@ interface Routes {
|
|
|
43319
43419
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
43320
43420
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
43321
43421
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
43322
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43422
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43423
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
43323
43424
|
manual_override_allowed?: boolean | undefined;
|
|
43324
43425
|
} | undefined;
|
|
43325
43426
|
/**
|
|
@@ -43347,7 +43448,8 @@ interface Routes {
|
|
|
43347
43448
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
43348
43449
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
43349
43450
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
43350
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43451
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43452
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
43351
43453
|
manual_override_allowed?: boolean | undefined;
|
|
43352
43454
|
} | undefined;
|
|
43353
43455
|
available_climate_presets?: Array<{
|
|
@@ -43373,7 +43475,8 @@ interface Routes {
|
|
|
43373
43475
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
43374
43476
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
43375
43477
|
heating_set_point_fahrenheit?: number | undefined;
|
|
43376
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43478
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43479
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
43377
43480
|
manual_override_allowed: boolean;
|
|
43378
43481
|
}> | undefined;
|
|
43379
43482
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -43829,7 +43932,8 @@ interface Routes {
|
|
|
43829
43932
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
43830
43933
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
43831
43934
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
43832
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43935
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43936
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
43833
43937
|
manual_override_allowed?: boolean | undefined;
|
|
43834
43938
|
} | undefined;
|
|
43835
43939
|
/**
|
|
@@ -43857,7 +43961,8 @@ interface Routes {
|
|
|
43857
43961
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
43858
43962
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
43859
43963
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
43860
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43964
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43965
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
43861
43966
|
manual_override_allowed?: boolean | undefined;
|
|
43862
43967
|
} | undefined;
|
|
43863
43968
|
available_climate_presets?: Array<{
|
|
@@ -43883,7 +43988,8 @@ interface Routes {
|
|
|
43883
43988
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
43884
43989
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
43885
43990
|
heating_set_point_fahrenheit?: number | undefined;
|
|
43886
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43991
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
43992
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
43887
43993
|
manual_override_allowed: boolean;
|
|
43888
43994
|
}> | undefined;
|
|
43889
43995
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -44376,7 +44482,8 @@ interface Routes {
|
|
|
44376
44482
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
44377
44483
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
44378
44484
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
44379
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
44485
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
44486
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
44380
44487
|
manual_override_allowed?: boolean | undefined;
|
|
44381
44488
|
} | undefined;
|
|
44382
44489
|
/**
|
|
@@ -44404,7 +44511,8 @@ interface Routes {
|
|
|
44404
44511
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
44405
44512
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
44406
44513
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
44407
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
44514
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
44515
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
44408
44516
|
manual_override_allowed?: boolean | undefined;
|
|
44409
44517
|
} | undefined;
|
|
44410
44518
|
available_climate_presets?: Array<{
|
|
@@ -44430,7 +44538,8 @@ interface Routes {
|
|
|
44430
44538
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
44431
44539
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
44432
44540
|
heating_set_point_fahrenheit?: number | undefined;
|
|
44433
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
44541
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
44542
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
44434
44543
|
manual_override_allowed: boolean;
|
|
44435
44544
|
}> | undefined;
|
|
44436
44545
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -44886,7 +44995,8 @@ interface Routes {
|
|
|
44886
44995
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
44887
44996
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
44888
44997
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
44889
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
44998
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
44999
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
44890
45000
|
manual_override_allowed?: boolean | undefined;
|
|
44891
45001
|
} | undefined;
|
|
44892
45002
|
/**
|
|
@@ -44914,7 +45024,8 @@ interface Routes {
|
|
|
44914
45024
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
44915
45025
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
44916
45026
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
44917
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
45027
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
45028
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
44918
45029
|
manual_override_allowed?: boolean | undefined;
|
|
44919
45030
|
} | undefined;
|
|
44920
45031
|
available_climate_presets?: Array<{
|
|
@@ -44940,7 +45051,8 @@ interface Routes {
|
|
|
44940
45051
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
44941
45052
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
44942
45053
|
heating_set_point_fahrenheit?: number | undefined;
|
|
44943
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
45054
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
45055
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
44944
45056
|
manual_override_allowed: boolean;
|
|
44945
45057
|
}> | undefined;
|
|
44946
45058
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -46933,7 +47045,8 @@ interface Routes {
|
|
|
46933
47045
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
46934
47046
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
46935
47047
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
46936
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47048
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47049
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
46937
47050
|
manual_override_allowed?: boolean | undefined;
|
|
46938
47051
|
} | undefined;
|
|
46939
47052
|
/**
|
|
@@ -46961,7 +47074,8 @@ interface Routes {
|
|
|
46961
47074
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
46962
47075
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
46963
47076
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
46964
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47077
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47078
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
46965
47079
|
manual_override_allowed?: boolean | undefined;
|
|
46966
47080
|
} | undefined;
|
|
46967
47081
|
available_climate_presets?: Array<{
|
|
@@ -46987,7 +47101,8 @@ interface Routes {
|
|
|
46987
47101
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
46988
47102
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
46989
47103
|
heating_set_point_fahrenheit?: number | undefined;
|
|
46990
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47104
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47105
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
46991
47106
|
manual_override_allowed: boolean;
|
|
46992
47107
|
}> | undefined;
|
|
46993
47108
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -47443,7 +47558,8 @@ interface Routes {
|
|
|
47443
47558
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
47444
47559
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
47445
47560
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
47446
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47561
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47562
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
47447
47563
|
manual_override_allowed?: boolean | undefined;
|
|
47448
47564
|
} | undefined;
|
|
47449
47565
|
/**
|
|
@@ -47471,7 +47587,8 @@ interface Routes {
|
|
|
47471
47587
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
47472
47588
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
47473
47589
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
47474
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47590
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47591
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
47475
47592
|
manual_override_allowed?: boolean | undefined;
|
|
47476
47593
|
} | undefined;
|
|
47477
47594
|
available_climate_presets?: Array<{
|
|
@@ -47497,7 +47614,8 @@ interface Routes {
|
|
|
47497
47614
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
47498
47615
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
47499
47616
|
heating_set_point_fahrenheit?: number | undefined;
|
|
47500
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47617
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
47618
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
47501
47619
|
manual_override_allowed: boolean;
|
|
47502
47620
|
}> | undefined;
|
|
47503
47621
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -51512,6 +51630,7 @@ interface Routes {
|
|
|
51512
51630
|
jsonBody: {
|
|
51513
51631
|
/** ID of the desired thermostat device. */
|
|
51514
51632
|
device_id: string;
|
|
51633
|
+
manual_override_allowed?: boolean;
|
|
51515
51634
|
/** Unique key to identify the climate preset. */
|
|
51516
51635
|
climate_preset_key: string;
|
|
51517
51636
|
/** User-friendly name to identify the climate preset. */
|
|
@@ -51528,8 +51647,6 @@ interface Routes {
|
|
|
51528
51647
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
51529
51648
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
51530
51649
|
heating_set_point_fahrenheit?: number | undefined;
|
|
51531
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings. */
|
|
51532
|
-
manual_override_allowed: boolean;
|
|
51533
51650
|
};
|
|
51534
51651
|
commonParams: {};
|
|
51535
51652
|
formData: {};
|
|
@@ -51931,7 +52048,8 @@ interface Routes {
|
|
|
51931
52048
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
51932
52049
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
51933
52050
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
51934
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
52051
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
52052
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
51935
52053
|
manual_override_allowed?: boolean | undefined;
|
|
51936
52054
|
} | undefined;
|
|
51937
52055
|
/**
|
|
@@ -51959,7 +52077,8 @@ interface Routes {
|
|
|
51959
52077
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
51960
52078
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
51961
52079
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
51962
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
52080
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
52081
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
51963
52082
|
manual_override_allowed?: boolean | undefined;
|
|
51964
52083
|
} | undefined;
|
|
51965
52084
|
available_climate_presets?: Array<{
|
|
@@ -51985,7 +52104,8 @@ interface Routes {
|
|
|
51985
52104
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
51986
52105
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
51987
52106
|
heating_set_point_fahrenheit?: number | undefined;
|
|
51988
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
52107
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
52108
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
51989
52109
|
manual_override_allowed: boolean;
|
|
51990
52110
|
}> | undefined;
|
|
51991
52111
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -53960,7 +54080,8 @@ interface Routes {
|
|
|
53960
54080
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
53961
54081
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
53962
54082
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
53963
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54083
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54084
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
53964
54085
|
manual_override_allowed?: boolean | undefined;
|
|
53965
54086
|
} | undefined;
|
|
53966
54087
|
/**
|
|
@@ -53988,7 +54109,8 @@ interface Routes {
|
|
|
53988
54109
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
53989
54110
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
53990
54111
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
53991
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54112
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54113
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
53992
54114
|
manual_override_allowed?: boolean | undefined;
|
|
53993
54115
|
} | undefined;
|
|
53994
54116
|
available_climate_presets?: Array<{
|
|
@@ -54014,7 +54136,8 @@ interface Routes {
|
|
|
54014
54136
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
54015
54137
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
54016
54138
|
heating_set_point_fahrenheit?: number | undefined;
|
|
54017
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54139
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54140
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
54018
54141
|
manual_override_allowed: boolean;
|
|
54019
54142
|
}> | undefined;
|
|
54020
54143
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -54470,7 +54593,8 @@ interface Routes {
|
|
|
54470
54593
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
54471
54594
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
54472
54595
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
54473
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54596
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54597
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
54474
54598
|
manual_override_allowed?: boolean | undefined;
|
|
54475
54599
|
} | undefined;
|
|
54476
54600
|
/**
|
|
@@ -54498,7 +54622,8 @@ interface Routes {
|
|
|
54498
54622
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
54499
54623
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
54500
54624
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
54501
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54625
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54626
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
54502
54627
|
manual_override_allowed?: boolean | undefined;
|
|
54503
54628
|
} | undefined;
|
|
54504
54629
|
available_climate_presets?: Array<{
|
|
@@ -54524,7 +54649,8 @@ interface Routes {
|
|
|
54524
54649
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
54525
54650
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
54526
54651
|
heating_set_point_fahrenheit?: number | undefined;
|
|
54527
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54652
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
54653
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
54528
54654
|
manual_override_allowed: boolean;
|
|
54529
54655
|
}> | undefined;
|
|
54530
54656
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -56299,7 +56425,8 @@ interface Routes {
|
|
|
56299
56425
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
56300
56426
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
56301
56427
|
heating_set_point_fahrenheit?: number | undefined;
|
|
56302
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
56428
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
56429
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
56303
56430
|
manual_override_allowed: boolean;
|
|
56304
56431
|
};
|
|
56305
56432
|
commonParams: {};
|
|
@@ -56312,7 +56439,9 @@ interface Routes {
|
|
|
56312
56439
|
queryParams: {};
|
|
56313
56440
|
jsonBody: {};
|
|
56314
56441
|
commonParams: {
|
|
56442
|
+
/** ID of the desired user identity. */
|
|
56315
56443
|
user_identity_id: string;
|
|
56444
|
+
/** ID of the desired ACS user. */
|
|
56316
56445
|
acs_user_id: string;
|
|
56317
56446
|
};
|
|
56318
56447
|
formData: {};
|
|
@@ -56324,21 +56453,32 @@ interface Routes {
|
|
|
56324
56453
|
queryParams: {};
|
|
56325
56454
|
jsonBody: {};
|
|
56326
56455
|
commonParams: {
|
|
56456
|
+
/** Unique key for the user identity. */
|
|
56327
56457
|
user_identity_key?: (string | null) | undefined;
|
|
56458
|
+
/** Unique email address for the user identity. */
|
|
56328
56459
|
email_address?: (string | null) | undefined;
|
|
56460
|
+
/** Unique phone number for the user identity in E.164 format (for example, +15555550100). */
|
|
56329
56461
|
phone_number?: (string | null) | undefined;
|
|
56462
|
+
/** Full name of the user associated with the user identity. */
|
|
56330
56463
|
full_name?: (string | null) | undefined;
|
|
56331
56464
|
};
|
|
56332
56465
|
formData: {};
|
|
56333
56466
|
jsonResponse: {
|
|
56467
|
+
/** 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. */
|
|
56334
56468
|
user_identity: {
|
|
56469
|
+
/** ID of the user identity. */
|
|
56335
56470
|
user_identity_id: string;
|
|
56471
|
+
/** Unique key for the user identity. */
|
|
56336
56472
|
user_identity_key: string | null;
|
|
56473
|
+
/** Unique email address for the user identity. */
|
|
56337
56474
|
email_address: string | null;
|
|
56475
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
56338
56476
|
phone_number: string | null;
|
|
56339
56477
|
display_name: string;
|
|
56340
56478
|
full_name: string | null;
|
|
56479
|
+
/** Date and time at which the user identity was created. */
|
|
56341
56480
|
created_at: string;
|
|
56481
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
56342
56482
|
workspace_id: string;
|
|
56343
56483
|
};
|
|
56344
56484
|
};
|
|
@@ -56349,6 +56489,7 @@ interface Routes {
|
|
|
56349
56489
|
queryParams: {};
|
|
56350
56490
|
jsonBody: {};
|
|
56351
56491
|
commonParams: {
|
|
56492
|
+
/** ID of the desired user identity. */
|
|
56352
56493
|
user_identity_id: string;
|
|
56353
56494
|
};
|
|
56354
56495
|
formData: {};
|
|
@@ -56360,6 +56501,7 @@ interface Routes {
|
|
|
56360
56501
|
queryParams: {};
|
|
56361
56502
|
jsonBody: {};
|
|
56362
56503
|
commonParams: {
|
|
56504
|
+
/** ID of the desired enrollment automation. */
|
|
56363
56505
|
enrollment_automation_id: string;
|
|
56364
56506
|
};
|
|
56365
56507
|
formData: {};
|
|
@@ -56371,16 +56513,23 @@ interface Routes {
|
|
|
56371
56513
|
queryParams: {};
|
|
56372
56514
|
jsonBody: {};
|
|
56373
56515
|
commonParams: {
|
|
56516
|
+
/** ID of the desired enrollment automation. */
|
|
56374
56517
|
enrollment_automation_id: string;
|
|
56375
56518
|
};
|
|
56376
56519
|
formData: {};
|
|
56377
56520
|
jsonResponse: {
|
|
56521
|
+
/** 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). */
|
|
56378
56522
|
enrollment_automation: {
|
|
56523
|
+
/** ID of the enrollment automation. */
|
|
56524
|
+
enrollment_automation_id: string;
|
|
56525
|
+
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
56379
56526
|
credential_manager_acs_system_id: string;
|
|
56527
|
+
/** 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). */
|
|
56380
56528
|
user_identity_id: string;
|
|
56529
|
+
/** Date and time at which the enrollment automation was created. */
|
|
56381
56530
|
created_at: string;
|
|
56531
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the enrollment automation. */
|
|
56382
56532
|
workspace_id: string;
|
|
56383
|
-
enrollment_automation_id: string;
|
|
56384
56533
|
};
|
|
56385
56534
|
};
|
|
56386
56535
|
};
|
|
@@ -56390,10 +56539,15 @@ interface Routes {
|
|
|
56390
56539
|
queryParams: {};
|
|
56391
56540
|
jsonBody: {};
|
|
56392
56541
|
commonParams: {
|
|
56542
|
+
/** ID of the desired user identity. */
|
|
56393
56543
|
user_identity_id: string;
|
|
56544
|
+
/** ID of the desired ACS system that serves as the credential manager. */
|
|
56394
56545
|
credential_manager_acs_system_id: string;
|
|
56546
|
+
/** ID of the ACS credential pool from which to obtain credentials for the user identity. */
|
|
56395
56547
|
acs_credential_pool_id?: string | undefined;
|
|
56548
|
+
/** 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`. */
|
|
56396
56549
|
create_credential_manager_user?: boolean | undefined;
|
|
56550
|
+
/** 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`. */
|
|
56397
56551
|
credential_manager_acs_user_id?: string | undefined;
|
|
56398
56552
|
};
|
|
56399
56553
|
formData: {};
|
|
@@ -56414,16 +56568,22 @@ interface Routes {
|
|
|
56414
56568
|
queryParams: {};
|
|
56415
56569
|
jsonBody: {};
|
|
56416
56570
|
commonParams: {
|
|
56571
|
+
/** ID of the user identity for which you want to retrieve all enrollment automations. */
|
|
56417
56572
|
user_identity_id: string;
|
|
56418
56573
|
};
|
|
56419
56574
|
formData: {};
|
|
56420
56575
|
jsonResponse: {
|
|
56421
56576
|
enrollment_automations: Array<{
|
|
56577
|
+
/** ID of the enrollment automation. */
|
|
56578
|
+
enrollment_automation_id: string;
|
|
56579
|
+
/** ID of the associated [ACS system](https://docs.seam.co/latest/capability-guides/access-systems) that serves as the credential manager. */
|
|
56422
56580
|
credential_manager_acs_system_id: string;
|
|
56581
|
+
/** 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). */
|
|
56423
56582
|
user_identity_id: string;
|
|
56583
|
+
/** Date and time at which the enrollment automation was created. */
|
|
56424
56584
|
created_at: string;
|
|
56585
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the enrollment automation. */
|
|
56425
56586
|
workspace_id: string;
|
|
56426
|
-
enrollment_automation_id: string;
|
|
56427
56587
|
}>;
|
|
56428
56588
|
};
|
|
56429
56589
|
};
|
|
@@ -56433,20 +56593,28 @@ interface Routes {
|
|
|
56433
56593
|
queryParams: {};
|
|
56434
56594
|
jsonBody: {};
|
|
56435
56595
|
commonParams: {
|
|
56596
|
+
/** ID of the desired user identity. */
|
|
56436
56597
|
user_identity_id: string;
|
|
56437
56598
|
} | {
|
|
56438
56599
|
user_identity_key: string;
|
|
56439
56600
|
};
|
|
56440
56601
|
formData: {};
|
|
56441
56602
|
jsonResponse: {
|
|
56603
|
+
/** 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. */
|
|
56442
56604
|
user_identity: {
|
|
56605
|
+
/** ID of the user identity. */
|
|
56443
56606
|
user_identity_id: string;
|
|
56607
|
+
/** Unique key for the user identity. */
|
|
56444
56608
|
user_identity_key: string | null;
|
|
56609
|
+
/** Unique email address for the user identity. */
|
|
56445
56610
|
email_address: string | null;
|
|
56611
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
56446
56612
|
phone_number: string | null;
|
|
56447
56613
|
display_name: string;
|
|
56448
56614
|
full_name: string | null;
|
|
56615
|
+
/** Date and time at which the user identity was created. */
|
|
56449
56616
|
created_at: string;
|
|
56617
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
56450
56618
|
workspace_id: string;
|
|
56451
56619
|
};
|
|
56452
56620
|
};
|
|
@@ -56457,7 +56625,9 @@ interface Routes {
|
|
|
56457
56625
|
queryParams: {};
|
|
56458
56626
|
jsonBody: {};
|
|
56459
56627
|
commonParams: {
|
|
56628
|
+
/** ID of the desired user identity. */
|
|
56460
56629
|
user_identity_id: string;
|
|
56630
|
+
/** ID of the desired managed device. */
|
|
56461
56631
|
device_id: string;
|
|
56462
56632
|
};
|
|
56463
56633
|
formData: {};
|
|
@@ -56474,13 +56644,19 @@ interface Routes {
|
|
|
56474
56644
|
formData: {};
|
|
56475
56645
|
jsonResponse: {
|
|
56476
56646
|
user_identities: Array<{
|
|
56647
|
+
/** ID of the user identity. */
|
|
56477
56648
|
user_identity_id: string;
|
|
56649
|
+
/** Unique key for the user identity. */
|
|
56478
56650
|
user_identity_key: string | null;
|
|
56651
|
+
/** Unique email address for the user identity. */
|
|
56479
56652
|
email_address: string | null;
|
|
56653
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
56480
56654
|
phone_number: string | null;
|
|
56481
56655
|
display_name: string;
|
|
56482
56656
|
full_name: string | null;
|
|
56657
|
+
/** Date and time at which the user identity was created. */
|
|
56483
56658
|
created_at: string;
|
|
56659
|
+
/** ID of the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) that contains the user identity. */
|
|
56484
56660
|
workspace_id: string;
|
|
56485
56661
|
}>;
|
|
56486
56662
|
};
|
|
@@ -56491,6 +56667,7 @@ interface Routes {
|
|
|
56491
56667
|
queryParams: {};
|
|
56492
56668
|
jsonBody: {};
|
|
56493
56669
|
commonParams: {
|
|
56670
|
+
/** ID of the user identity for which you want to retrieve all accessible devices. */
|
|
56494
56671
|
user_identity_id: string;
|
|
56495
56672
|
};
|
|
56496
56673
|
formData: {};
|
|
@@ -56864,7 +57041,8 @@ interface Routes {
|
|
|
56864
57041
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
56865
57042
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
56866
57043
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
56867
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57044
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57045
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
56868
57046
|
manual_override_allowed?: boolean | undefined;
|
|
56869
57047
|
} | undefined;
|
|
56870
57048
|
/**
|
|
@@ -56892,7 +57070,8 @@ interface Routes {
|
|
|
56892
57070
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
56893
57071
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
56894
57072
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
56895
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57073
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57074
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
56896
57075
|
manual_override_allowed?: boolean | undefined;
|
|
56897
57076
|
} | undefined;
|
|
56898
57077
|
available_climate_presets?: Array<{
|
|
@@ -56918,7 +57097,8 @@ interface Routes {
|
|
|
56918
57097
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
56919
57098
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
56920
57099
|
heating_set_point_fahrenheit?: number | undefined;
|
|
56921
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57100
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57101
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
56922
57102
|
manual_override_allowed: boolean;
|
|
56923
57103
|
}> | undefined;
|
|
56924
57104
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -57376,7 +57556,8 @@ interface Routes {
|
|
|
57376
57556
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
57377
57557
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
57378
57558
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
57379
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57559
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57560
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
57380
57561
|
manual_override_allowed?: boolean | undefined;
|
|
57381
57562
|
} | undefined;
|
|
57382
57563
|
/**
|
|
@@ -57404,7 +57585,8 @@ interface Routes {
|
|
|
57404
57585
|
cooling_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
57405
57586
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
57406
57587
|
heating_set_point_fahrenheit?: (number | undefined) | undefined;
|
|
57407
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57588
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57589
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
57408
57590
|
manual_override_allowed?: boolean | undefined;
|
|
57409
57591
|
} | undefined;
|
|
57410
57592
|
available_climate_presets?: Array<{
|
|
@@ -57430,7 +57612,8 @@ interface Routes {
|
|
|
57430
57612
|
cooling_set_point_fahrenheit?: number | undefined;
|
|
57431
57613
|
/** Temperature to which the thermostat should heat (in °F). */
|
|
57432
57614
|
heating_set_point_fahrenheit?: number | undefined;
|
|
57433
|
-
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57615
|
+
/** Indicates whether a person at the thermostat can change the thermostat's settings.
|
|
57616
|
+
* @deprecated Use 'thermostat_schedule.is_override_allowed' */
|
|
57434
57617
|
manual_override_allowed: boolean;
|
|
57435
57618
|
}> | undefined;
|
|
57436
57619
|
fallback_climate_preset_key?: (string | null) | undefined;
|
|
@@ -57525,6 +57708,7 @@ interface Routes {
|
|
|
57525
57708
|
queryParams: {};
|
|
57526
57709
|
jsonBody: {};
|
|
57527
57710
|
commonParams: {
|
|
57711
|
+
/** ID of the user identity for which you want to retrieve all access control systems. */
|
|
57528
57712
|
user_identity_id: string;
|
|
57529
57713
|
};
|
|
57530
57714
|
formData: {};
|
|
@@ -57633,6 +57817,7 @@ interface Routes {
|
|
|
57633
57817
|
queryParams: {};
|
|
57634
57818
|
jsonBody: {};
|
|
57635
57819
|
commonParams: {
|
|
57820
|
+
/** ID of the user identity for which you want to retrieve all ACS users. */
|
|
57636
57821
|
user_identity_id: string;
|
|
57637
57822
|
};
|
|
57638
57823
|
formData: {};
|
|
@@ -57735,7 +57920,9 @@ interface Routes {
|
|
|
57735
57920
|
queryParams: {};
|
|
57736
57921
|
jsonBody: {};
|
|
57737
57922
|
commonParams: {
|
|
57923
|
+
/** ID of the desired user identity. */
|
|
57738
57924
|
user_identity_id: string;
|
|
57925
|
+
/** ID of the ACS user. */
|
|
57739
57926
|
acs_user_id: string;
|
|
57740
57927
|
};
|
|
57741
57928
|
formData: {};
|
|
@@ -57747,7 +57934,9 @@ interface Routes {
|
|
|
57747
57934
|
queryParams: {};
|
|
57748
57935
|
jsonBody: {};
|
|
57749
57936
|
commonParams: {
|
|
57937
|
+
/** ID of the desired user identity. */
|
|
57750
57938
|
user_identity_id: string;
|
|
57939
|
+
/** ID of the desired managed device. */
|
|
57751
57940
|
device_id: string;
|
|
57752
57941
|
};
|
|
57753
57942
|
formData: {};
|
|
@@ -57758,9 +57947,13 @@ interface Routes {
|
|
|
57758
57947
|
method: 'PATCH' | 'POST';
|
|
57759
57948
|
queryParams: {};
|
|
57760
57949
|
jsonBody: {
|
|
57950
|
+
/** ID of the user identity. */
|
|
57761
57951
|
user_identity_id: string;
|
|
57952
|
+
/** Unique key for the user identity. */
|
|
57762
57953
|
user_identity_key?: (string | null) | undefined;
|
|
57954
|
+
/** Unique email address for the user identity. */
|
|
57763
57955
|
email_address?: (string | null) | undefined;
|
|
57956
|
+
/** Unique phone number for the user identity in [E.164 format](https://www.itu.int/rec/T-REC-E.164/en) (for example, +15555550100). */
|
|
57764
57957
|
phone_number?: (string | null) | undefined;
|
|
57765
57958
|
full_name?: (string | null) | undefined;
|
|
57766
57959
|
};
|