@seamapi/types 1.340.1 → 1.341.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 +55 -15
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +112 -56
- package/lib/seam/connect/models/acs/acs-credential.js +2 -10
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +71 -0
- package/lib/seam/connect/openapi.js +53 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +41 -56
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -12
- package/src/lib/seam/connect/openapi.ts +53 -7
- package/src/lib/seam/connect/route-types.ts +41 -56
|
@@ -367,8 +367,7 @@ export interface Routes {
|
|
|
367
367
|
status: 'success';
|
|
368
368
|
error: null;
|
|
369
369
|
action_type: 'ENCODE_CREDENTIAL';
|
|
370
|
-
/** Means by which a user gains access at an entrance.
|
|
371
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
370
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
372
371
|
result: {
|
|
373
372
|
/** ID of the credential. */
|
|
374
373
|
acs_credential_id: string;
|
|
@@ -1777,8 +1776,7 @@ export interface Routes {
|
|
|
1777
1776
|
status: 'success';
|
|
1778
1777
|
error: null;
|
|
1779
1778
|
action_type: 'ENCODE_CREDENTIAL';
|
|
1780
|
-
/** Means by which a user gains access at an entrance.
|
|
1781
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
1779
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
1782
1780
|
result: {
|
|
1783
1781
|
/** ID of the credential. */
|
|
1784
1782
|
acs_credential_id: string;
|
|
@@ -3993,8 +3991,7 @@ export interface Routes {
|
|
|
3993
3991
|
status: 'success';
|
|
3994
3992
|
error: null;
|
|
3995
3993
|
action_type: 'ENCODE_CREDENTIAL';
|
|
3996
|
-
/** Means by which a user gains access at an entrance.
|
|
3997
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
3994
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
3998
3995
|
result: {
|
|
3999
3996
|
/** ID of the credential. */
|
|
4000
3997
|
acs_credential_id: string;
|
|
@@ -5390,8 +5387,7 @@ export interface Routes {
|
|
|
5390
5387
|
status: 'success';
|
|
5391
5388
|
error: null;
|
|
5392
5389
|
action_type: 'ENCODE_CREDENTIAL';
|
|
5393
|
-
/** Means by which a user gains access at an entrance.
|
|
5394
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5390
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
5395
5391
|
result: {
|
|
5396
5392
|
/** ID of the credential. */
|
|
5397
5393
|
acs_credential_id: string;
|
|
@@ -6370,8 +6366,7 @@ export interface Routes {
|
|
|
6370
6366
|
commonParams: {};
|
|
6371
6367
|
formData: {};
|
|
6372
6368
|
jsonResponse: {
|
|
6373
|
-
/** Means by which a user gains access at an entrance.
|
|
6374
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6369
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6375
6370
|
acs_credential: {
|
|
6376
6371
|
/** ID of the credential. */
|
|
6377
6372
|
acs_credential_id: string;
|
|
@@ -6533,8 +6528,7 @@ export interface Routes {
|
|
|
6533
6528
|
};
|
|
6534
6529
|
formData: {};
|
|
6535
6530
|
jsonResponse: {
|
|
6536
|
-
/** Means by which a user gains access at an entrance.
|
|
6537
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6531
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6538
6532
|
acs_credential: {
|
|
6539
6533
|
/** ID of the credential. */
|
|
6540
6534
|
acs_credential_id: string;
|
|
@@ -6665,8 +6659,7 @@ export interface Routes {
|
|
|
6665
6659
|
};
|
|
6666
6660
|
formData: {};
|
|
6667
6661
|
jsonResponse: {
|
|
6668
|
-
/** Means by which a user gains access at an entrance.
|
|
6669
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6662
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6670
6663
|
acs_credential: {
|
|
6671
6664
|
/** ID of the credential. */
|
|
6672
6665
|
acs_credential_id: string;
|
|
@@ -6801,8 +6794,7 @@ export interface Routes {
|
|
|
6801
6794
|
};
|
|
6802
6795
|
formData: {};
|
|
6803
6796
|
jsonResponse: {
|
|
6804
|
-
/** Means by which a user gains access at an entrance.
|
|
6805
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6797
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
6806
6798
|
acs_credential: {
|
|
6807
6799
|
/** ID of the credential. */
|
|
6808
6800
|
acs_credential_id: string;
|
|
@@ -7133,8 +7125,7 @@ export interface Routes {
|
|
|
7133
7125
|
commonParams: {};
|
|
7134
7126
|
formData: {};
|
|
7135
7127
|
jsonResponse: {
|
|
7136
|
-
/** Means by which a user gains access at an entrance.
|
|
7137
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7128
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7138
7129
|
acs_credential: {
|
|
7139
7130
|
/** ID of the credential. */
|
|
7140
7131
|
acs_credential_id: string;
|
|
@@ -7257,8 +7248,7 @@ export interface Routes {
|
|
|
7257
7248
|
};
|
|
7258
7249
|
formData: {};
|
|
7259
7250
|
jsonResponse: {
|
|
7260
|
-
/** Means by which a user gains access at an entrance.
|
|
7261
|
-
The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7251
|
+
/** Means by which a user gains access at an entrance. The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7262
7252
|
acs_credential: {
|
|
7263
7253
|
/** ID of the credential. */
|
|
7264
7254
|
acs_credential_id: string;
|
|
@@ -7518,8 +7508,7 @@ export interface Routes {
|
|
|
7518
7508
|
commonParams: {};
|
|
7519
7509
|
formData: {};
|
|
7520
7510
|
jsonResponse: {
|
|
7521
|
-
/** Means by which a user gains access at an entrance.
|
|
7522
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7511
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7523
7512
|
acs_credential: {
|
|
7524
7513
|
/** ID of the credential. */
|
|
7525
7514
|
acs_credential_id: string;
|
|
@@ -7986,8 +7975,7 @@ export interface Routes {
|
|
|
7986
7975
|
status: 'success';
|
|
7987
7976
|
error: null;
|
|
7988
7977
|
action_type: 'ENCODE_CREDENTIAL';
|
|
7989
|
-
/** Means by which a user gains access at an entrance.
|
|
7990
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7978
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
7991
7979
|
result: {
|
|
7992
7980
|
/** ID of the credential. */
|
|
7993
7981
|
acs_credential_id: string;
|
|
@@ -8901,8 +8889,7 @@ export interface Routes {
|
|
|
8901
8889
|
status: 'success';
|
|
8902
8890
|
error: null;
|
|
8903
8891
|
action_type: 'ENCODE_CREDENTIAL';
|
|
8904
|
-
/** Means by which a user gains access at an entrance.
|
|
8905
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8892
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
8906
8893
|
result: {
|
|
8907
8894
|
/** ID of the credential. */
|
|
8908
8895
|
acs_credential_id: string;
|
|
@@ -11231,8 +11218,7 @@ export interface Routes {
|
|
|
11231
11218
|
status: 'success';
|
|
11232
11219
|
error: null;
|
|
11233
11220
|
action_type: 'ENCODE_CREDENTIAL';
|
|
11234
|
-
/** Means by which a user gains access at an entrance.
|
|
11235
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
11221
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
11236
11222
|
result: {
|
|
11237
11223
|
/** ID of the credential. */
|
|
11238
11224
|
acs_credential_id: string;
|
|
@@ -12098,8 +12084,7 @@ export interface Routes {
|
|
|
12098
12084
|
status: 'success';
|
|
12099
12085
|
error: null;
|
|
12100
12086
|
action_type: 'ENCODE_CREDENTIAL';
|
|
12101
|
-
/** Means by which a user gains access at an entrance.
|
|
12102
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
12087
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
12103
12088
|
result: {
|
|
12104
12089
|
/** ID of the credential. */
|
|
12105
12090
|
acs_credential_id: string;
|
|
@@ -20416,8 +20401,7 @@ export interface Routes {
|
|
|
20416
20401
|
status: 'success';
|
|
20417
20402
|
error: null;
|
|
20418
20403
|
action_type: 'ENCODE_CREDENTIAL';
|
|
20419
|
-
/** Means by which a user gains access at an entrance.
|
|
20420
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
20404
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
20421
20405
|
result: {
|
|
20422
20406
|
/** ID of the credential. */
|
|
20423
20407
|
acs_credential_id: string;
|
|
@@ -21285,8 +21269,7 @@ export interface Routes {
|
|
|
21285
21269
|
status: 'success';
|
|
21286
21270
|
error: null;
|
|
21287
21271
|
action_type: 'ENCODE_CREDENTIAL';
|
|
21288
|
-
/** Means by which a user gains access at an entrance.
|
|
21289
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
21272
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
21290
21273
|
result: {
|
|
21291
21274
|
/** ID of the credential. */
|
|
21292
21275
|
acs_credential_id: string;
|
|
@@ -23533,8 +23516,7 @@ export interface Routes {
|
|
|
23533
23516
|
status: 'success';
|
|
23534
23517
|
error: null;
|
|
23535
23518
|
action_type: 'ENCODE_CREDENTIAL';
|
|
23536
|
-
/** Means by which a user gains access at an entrance.
|
|
23537
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
23519
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
23538
23520
|
result: {
|
|
23539
23521
|
/** ID of the credential. */
|
|
23540
23522
|
acs_credential_id: string;
|
|
@@ -24413,8 +24395,7 @@ export interface Routes {
|
|
|
24413
24395
|
status: 'success';
|
|
24414
24396
|
error: null;
|
|
24415
24397
|
action_type: 'ENCODE_CREDENTIAL';
|
|
24416
|
-
/** Means by which a user gains access at an entrance.
|
|
24417
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
24398
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
24418
24399
|
result: {
|
|
24419
24400
|
/** ID of the credential. */
|
|
24420
24401
|
acs_credential_id: string;
|
|
@@ -25332,8 +25313,7 @@ export interface Routes {
|
|
|
25332
25313
|
status: 'success';
|
|
25333
25314
|
error: null;
|
|
25334
25315
|
action_type: 'ENCODE_CREDENTIAL';
|
|
25335
|
-
/** Means by which a user gains access at an entrance.
|
|
25336
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
25316
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
25337
25317
|
result: {
|
|
25338
25318
|
/** ID of the credential. */
|
|
25339
25319
|
acs_credential_id: string;
|
|
@@ -26648,8 +26628,7 @@ export interface Routes {
|
|
|
26648
26628
|
status: 'success';
|
|
26649
26629
|
error: null;
|
|
26650
26630
|
action_type: 'ENCODE_CREDENTIAL';
|
|
26651
|
-
/** Means by which a user gains access at an entrance.
|
|
26652
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
26631
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
26653
26632
|
result: {
|
|
26654
26633
|
/** ID of the credential. */
|
|
26655
26634
|
acs_credential_id: string;
|
|
@@ -27523,8 +27502,7 @@ export interface Routes {
|
|
|
27523
27502
|
status: 'success';
|
|
27524
27503
|
error: null;
|
|
27525
27504
|
action_type: 'ENCODE_CREDENTIAL';
|
|
27526
|
-
/** Means by which a user gains access at an entrance.
|
|
27527
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
27505
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
27528
27506
|
result: {
|
|
27529
27507
|
/** ID of the credential. */
|
|
27530
27508
|
acs_credential_id: string;
|
|
@@ -29110,8 +29088,7 @@ export interface Routes {
|
|
|
29110
29088
|
status: 'success';
|
|
29111
29089
|
error: null;
|
|
29112
29090
|
action_type: 'ENCODE_CREDENTIAL';
|
|
29113
|
-
/** Means by which a user gains access at an entrance.
|
|
29114
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
29091
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
29115
29092
|
result: {
|
|
29116
29093
|
/** ID of the credential. */
|
|
29117
29094
|
acs_credential_id: string;
|
|
@@ -29989,8 +29966,7 @@ export interface Routes {
|
|
|
29989
29966
|
status: 'success';
|
|
29990
29967
|
error: null;
|
|
29991
29968
|
action_type: 'ENCODE_CREDENTIAL';
|
|
29992
|
-
/** Means by which a user gains access at an entrance.
|
|
29993
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
29969
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
29994
29970
|
result: {
|
|
29995
29971
|
/** ID of the credential. */
|
|
29996
29972
|
acs_credential_id: string;
|
|
@@ -32199,8 +32175,7 @@ export interface Routes {
|
|
|
32199
32175
|
status: 'success';
|
|
32200
32176
|
error: null;
|
|
32201
32177
|
action_type: 'ENCODE_CREDENTIAL';
|
|
32202
|
-
/** Means by which a user gains access at an entrance.
|
|
32203
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
32178
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
32204
32179
|
result: {
|
|
32205
32180
|
/** ID of the credential. */
|
|
32206
32181
|
acs_credential_id: string;
|
|
@@ -33254,8 +33229,7 @@ export interface Routes {
|
|
|
33254
33229
|
status: 'success';
|
|
33255
33230
|
error: null;
|
|
33256
33231
|
action_type: 'ENCODE_CREDENTIAL';
|
|
33257
|
-
/** Means by which a user gains access at an entrance.
|
|
33258
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
33232
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
33259
33233
|
result: {
|
|
33260
33234
|
/** ID of the credential. */
|
|
33261
33235
|
acs_credential_id: string;
|
|
@@ -34152,8 +34126,7 @@ export interface Routes {
|
|
|
34152
34126
|
status: 'success';
|
|
34153
34127
|
error: null;
|
|
34154
34128
|
action_type: 'ENCODE_CREDENTIAL';
|
|
34155
|
-
/** Means by which a user gains access at an entrance.
|
|
34156
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
34129
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
34157
34130
|
result: {
|
|
34158
34131
|
/** ID of the credential. */
|
|
34159
34132
|
acs_credential_id: string;
|
|
@@ -34688,6 +34661,19 @@ export interface Routes {
|
|
|
34688
34661
|
formData: {};
|
|
34689
34662
|
jsonResponse: {};
|
|
34690
34663
|
};
|
|
34664
|
+
'/thermostats/simulate/temperature_reached': {
|
|
34665
|
+
route: '/thermostats/simulate/temperature_reached';
|
|
34666
|
+
method: 'POST';
|
|
34667
|
+
queryParams: {};
|
|
34668
|
+
jsonBody: {
|
|
34669
|
+
device_id: string;
|
|
34670
|
+
temperature_celsius?: number | undefined;
|
|
34671
|
+
temperature_fahrenheit?: number | undefined;
|
|
34672
|
+
};
|
|
34673
|
+
commonParams: {};
|
|
34674
|
+
formData: {};
|
|
34675
|
+
jsonResponse: {};
|
|
34676
|
+
};
|
|
34691
34677
|
'/thermostats/update_climate_preset': {
|
|
34692
34678
|
route: '/thermostats/update_climate_preset';
|
|
34693
34679
|
method: 'POST' | 'PATCH';
|
|
@@ -37042,8 +37028,7 @@ export interface Routes {
|
|
|
37042
37028
|
status: 'success';
|
|
37043
37029
|
error: null;
|
|
37044
37030
|
action_type: 'ENCODE_CREDENTIAL';
|
|
37045
|
-
/** Means by which a user gains access at an entrance.
|
|
37046
|
-
The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
37031
|
+
/** Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code. */
|
|
37047
37032
|
result: {
|
|
37048
37033
|
/** ID of the credential. */
|
|
37049
37034
|
acs_credential_id: string;
|
package/package.json
CHANGED
|
@@ -241,7 +241,7 @@ export const acs_credential = common_acs_credential.merge(
|
|
|
241
241
|
---
|
|
242
242
|
route_path: /acs/credentials
|
|
243
243
|
---
|
|
244
|
-
|
|
244
|
+
Means by which a user gains access at an entrance. The \`acs_credential\` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.
|
|
245
245
|
`)
|
|
246
246
|
|
|
247
247
|
export const unmanaged_acs_credential = common_acs_credential.merge(
|
|
@@ -252,19 +252,9 @@ export const unmanaged_acs_credential = common_acs_credential.merge(
|
|
|
252
252
|
---
|
|
253
253
|
route_path: /acs/credentials/unmanaged
|
|
254
254
|
---
|
|
255
|
-
|
|
255
|
+
Means by which a user gains access at an entrance. The \`unmanaged_acs_credential\` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.
|
|
256
256
|
`)
|
|
257
257
|
|
|
258
|
-
function getAcsCredentialDescription(is_managed = true): string {
|
|
259
|
-
const resource_name = is_managed
|
|
260
|
-
? 'acs_credential'
|
|
261
|
-
: 'unmanaged_acs_credential'
|
|
262
|
-
const management_clause = is_managed ? '' : ', which is not managed by Seam,'
|
|
263
|
-
|
|
264
|
-
return `Means by which a user gains access at an entrance.
|
|
265
|
-
The \`${resource_name}\` object${management_clause} represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.`.trim()
|
|
266
|
-
}
|
|
267
|
-
|
|
268
258
|
export const acs_credential_on_encoder = z.object({
|
|
269
259
|
created_at: z
|
|
270
260
|
.string()
|
|
@@ -1032,7 +1032,7 @@ export default {
|
|
|
1032
1032
|
},
|
|
1033
1033
|
acs_credential: {
|
|
1034
1034
|
description:
|
|
1035
|
-
'Means by which a user gains access at an entrance
|
|
1035
|
+
'Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
|
|
1036
1036
|
properties: {
|
|
1037
1037
|
access_method: {
|
|
1038
1038
|
description:
|
|
@@ -2607,7 +2607,7 @@ export default {
|
|
|
2607
2607
|
oneOf: [
|
|
2608
2608
|
{
|
|
2609
2609
|
description:
|
|
2610
|
-
'Means by which a user gains access at an entrance
|
|
2610
|
+
'Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
|
|
2611
2611
|
properties: {
|
|
2612
2612
|
access_method: {
|
|
2613
2613
|
description:
|
|
@@ -2988,7 +2988,7 @@ export default {
|
|
|
2988
2988
|
},
|
|
2989
2989
|
{
|
|
2990
2990
|
description:
|
|
2991
|
-
'Means by which a user gains access at an entrance
|
|
2991
|
+
'Means by which a user gains access at an entrance. The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
|
|
2992
2992
|
properties: {
|
|
2993
2993
|
access_method: {
|
|
2994
2994
|
description:
|
|
@@ -3500,11 +3500,11 @@ export default {
|
|
|
3500
3500
|
error: { nullable: true },
|
|
3501
3501
|
result: {
|
|
3502
3502
|
description:
|
|
3503
|
-
'Means by which a user gains access at an entrance
|
|
3503
|
+
'Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
|
|
3504
3504
|
oneOf: [
|
|
3505
3505
|
{
|
|
3506
3506
|
description:
|
|
3507
|
-
'Means by which a user gains access at an entrance
|
|
3507
|
+
'Means by which a user gains access at an entrance. The `acs_credential` object represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
|
|
3508
3508
|
properties: {
|
|
3509
3509
|
access_method: {
|
|
3510
3510
|
description:
|
|
@@ -3882,7 +3882,7 @@ export default {
|
|
|
3882
3882
|
},
|
|
3883
3883
|
{
|
|
3884
3884
|
description:
|
|
3885
|
-
'Means by which a user gains access at an entrance
|
|
3885
|
+
'Means by which a user gains access at an entrance. The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
|
|
3886
3886
|
properties: {
|
|
3887
3887
|
access_method: {
|
|
3888
3888
|
description:
|
|
@@ -13488,7 +13488,7 @@ export default {
|
|
|
13488
13488
|
},
|
|
13489
13489
|
unmanaged_acs_credential: {
|
|
13490
13490
|
description:
|
|
13491
|
-
'Means by which a user gains access at an entrance
|
|
13491
|
+
'Means by which a user gains access at an entrance. The `unmanaged_acs_credential` object, which is not managed by Seam, represents a credential that provides an ACS user access within an access control system. For each acs_credential object, you define the access method. You can also specify additional properties, such as a code.',
|
|
13492
13492
|
properties: {
|
|
13493
13493
|
access_method: {
|
|
13494
13494
|
description:
|
|
@@ -25645,6 +25645,52 @@ export default {
|
|
|
25645
25645
|
'x-title': 'Set a Temperature Threshold',
|
|
25646
25646
|
},
|
|
25647
25647
|
},
|
|
25648
|
+
'/thermostats/simulate/temperature_reached': {
|
|
25649
|
+
post: {
|
|
25650
|
+
operationId: 'thermostatsSimulateTemperatureReachedPost',
|
|
25651
|
+
requestBody: {
|
|
25652
|
+
content: {
|
|
25653
|
+
'application/json': {
|
|
25654
|
+
schema: {
|
|
25655
|
+
properties: {
|
|
25656
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
25657
|
+
temperature_celsius: { format: 'float', type: 'number' },
|
|
25658
|
+
temperature_fahrenheit: { format: 'float', type: 'number' },
|
|
25659
|
+
},
|
|
25660
|
+
required: ['device_id'],
|
|
25661
|
+
type: 'object',
|
|
25662
|
+
},
|
|
25663
|
+
},
|
|
25664
|
+
},
|
|
25665
|
+
},
|
|
25666
|
+
responses: {
|
|
25667
|
+
200: {
|
|
25668
|
+
content: {
|
|
25669
|
+
'application/json': {
|
|
25670
|
+
schema: {
|
|
25671
|
+
properties: { ok: { type: 'boolean' } },
|
|
25672
|
+
required: ['ok'],
|
|
25673
|
+
type: 'object',
|
|
25674
|
+
},
|
|
25675
|
+
},
|
|
25676
|
+
},
|
|
25677
|
+
description: 'OK',
|
|
25678
|
+
},
|
|
25679
|
+
400: { description: 'Bad Request' },
|
|
25680
|
+
401: { description: 'Unauthorized' },
|
|
25681
|
+
},
|
|
25682
|
+
security: [
|
|
25683
|
+
{ api_key: [] },
|
|
25684
|
+
{ pat_with_workspace: [] },
|
|
25685
|
+
{ console_session_with_workspace: [] },
|
|
25686
|
+
],
|
|
25687
|
+
summary: '/thermostats/simulate/temperature_reached',
|
|
25688
|
+
tags: ['/thermostats'],
|
|
25689
|
+
'x-fern-sdk-group-name': ['thermostats', 'simulate'],
|
|
25690
|
+
'x-fern-sdk-method-name': 'temperature_reached',
|
|
25691
|
+
'x-response-key': null,
|
|
25692
|
+
},
|
|
25693
|
+
},
|
|
25648
25694
|
'/thermostats/update_climate_preset': {
|
|
25649
25695
|
patch: {
|
|
25650
25696
|
description:
|