@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
package/dist/connect.d.cts
CHANGED
|
@@ -37558,6 +37558,77 @@ declare const _default: {
|
|
|
37558
37558
|
'x-title': string;
|
|
37559
37559
|
};
|
|
37560
37560
|
};
|
|
37561
|
+
'/thermostats/simulate/temperature_reached': {
|
|
37562
|
+
post: {
|
|
37563
|
+
operationId: string;
|
|
37564
|
+
requestBody: {
|
|
37565
|
+
content: {
|
|
37566
|
+
'application/json': {
|
|
37567
|
+
schema: {
|
|
37568
|
+
properties: {
|
|
37569
|
+
device_id: {
|
|
37570
|
+
format: string;
|
|
37571
|
+
type: string;
|
|
37572
|
+
};
|
|
37573
|
+
temperature_celsius: {
|
|
37574
|
+
format: string;
|
|
37575
|
+
type: string;
|
|
37576
|
+
};
|
|
37577
|
+
temperature_fahrenheit: {
|
|
37578
|
+
format: string;
|
|
37579
|
+
type: string;
|
|
37580
|
+
};
|
|
37581
|
+
};
|
|
37582
|
+
required: string[];
|
|
37583
|
+
type: string;
|
|
37584
|
+
};
|
|
37585
|
+
};
|
|
37586
|
+
};
|
|
37587
|
+
};
|
|
37588
|
+
responses: {
|
|
37589
|
+
200: {
|
|
37590
|
+
content: {
|
|
37591
|
+
'application/json': {
|
|
37592
|
+
schema: {
|
|
37593
|
+
properties: {
|
|
37594
|
+
ok: {
|
|
37595
|
+
type: string;
|
|
37596
|
+
};
|
|
37597
|
+
};
|
|
37598
|
+
required: string[];
|
|
37599
|
+
type: string;
|
|
37600
|
+
};
|
|
37601
|
+
};
|
|
37602
|
+
};
|
|
37603
|
+
description: string;
|
|
37604
|
+
};
|
|
37605
|
+
400: {
|
|
37606
|
+
description: string;
|
|
37607
|
+
};
|
|
37608
|
+
401: {
|
|
37609
|
+
description: string;
|
|
37610
|
+
};
|
|
37611
|
+
};
|
|
37612
|
+
security: ({
|
|
37613
|
+
api_key: never[];
|
|
37614
|
+
pat_with_workspace?: never;
|
|
37615
|
+
console_session_with_workspace?: never;
|
|
37616
|
+
} | {
|
|
37617
|
+
pat_with_workspace: never[];
|
|
37618
|
+
api_key?: never;
|
|
37619
|
+
console_session_with_workspace?: never;
|
|
37620
|
+
} | {
|
|
37621
|
+
console_session_with_workspace: never[];
|
|
37622
|
+
api_key?: never;
|
|
37623
|
+
pat_with_workspace?: never;
|
|
37624
|
+
})[];
|
|
37625
|
+
summary: string;
|
|
37626
|
+
tags: string[];
|
|
37627
|
+
'x-fern-sdk-group-name': string[];
|
|
37628
|
+
'x-fern-sdk-method-name': string;
|
|
37629
|
+
'x-response-key': null;
|
|
37630
|
+
};
|
|
37631
|
+
};
|
|
37561
37632
|
'/thermostats/update_climate_preset': {
|
|
37562
37633
|
patch: {
|
|
37563
37634
|
description: string;
|
|
@@ -40497,8 +40568,7 @@ interface Routes {
|
|
|
40497
40568
|
status: 'success';
|
|
40498
40569
|
error: null;
|
|
40499
40570
|
action_type: 'ENCODE_CREDENTIAL';
|
|
40500
|
-
/** Means by which a user gains access at an entrance.
|
|
40501
|
-
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. */
|
|
40571
|
+
/** 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. */
|
|
40502
40572
|
result: {
|
|
40503
40573
|
/** ID of the credential. */
|
|
40504
40574
|
acs_credential_id: string;
|
|
@@ -41907,8 +41977,7 @@ interface Routes {
|
|
|
41907
41977
|
status: 'success';
|
|
41908
41978
|
error: null;
|
|
41909
41979
|
action_type: 'ENCODE_CREDENTIAL';
|
|
41910
|
-
/** Means by which a user gains access at an entrance.
|
|
41911
|
-
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. */
|
|
41980
|
+
/** 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. */
|
|
41912
41981
|
result: {
|
|
41913
41982
|
/** ID of the credential. */
|
|
41914
41983
|
acs_credential_id: string;
|
|
@@ -44123,8 +44192,7 @@ interface Routes {
|
|
|
44123
44192
|
status: 'success';
|
|
44124
44193
|
error: null;
|
|
44125
44194
|
action_type: 'ENCODE_CREDENTIAL';
|
|
44126
|
-
/** Means by which a user gains access at an entrance.
|
|
44127
|
-
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. */
|
|
44195
|
+
/** 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. */
|
|
44128
44196
|
result: {
|
|
44129
44197
|
/** ID of the credential. */
|
|
44130
44198
|
acs_credential_id: string;
|
|
@@ -45520,8 +45588,7 @@ interface Routes {
|
|
|
45520
45588
|
status: 'success';
|
|
45521
45589
|
error: null;
|
|
45522
45590
|
action_type: 'ENCODE_CREDENTIAL';
|
|
45523
|
-
/** Means by which a user gains access at an entrance.
|
|
45524
|
-
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. */
|
|
45591
|
+
/** 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. */
|
|
45525
45592
|
result: {
|
|
45526
45593
|
/** ID of the credential. */
|
|
45527
45594
|
acs_credential_id: string;
|
|
@@ -46500,8 +46567,7 @@ interface Routes {
|
|
|
46500
46567
|
commonParams: {};
|
|
46501
46568
|
formData: {};
|
|
46502
46569
|
jsonResponse: {
|
|
46503
|
-
/** Means by which a user gains access at an entrance.
|
|
46504
|
-
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. */
|
|
46570
|
+
/** 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. */
|
|
46505
46571
|
acs_credential: {
|
|
46506
46572
|
/** ID of the credential. */
|
|
46507
46573
|
acs_credential_id: string;
|
|
@@ -46663,8 +46729,7 @@ interface Routes {
|
|
|
46663
46729
|
};
|
|
46664
46730
|
formData: {};
|
|
46665
46731
|
jsonResponse: {
|
|
46666
|
-
/** Means by which a user gains access at an entrance.
|
|
46667
|
-
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. */
|
|
46732
|
+
/** 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. */
|
|
46668
46733
|
acs_credential: {
|
|
46669
46734
|
/** ID of the credential. */
|
|
46670
46735
|
acs_credential_id: string;
|
|
@@ -46795,8 +46860,7 @@ interface Routes {
|
|
|
46795
46860
|
};
|
|
46796
46861
|
formData: {};
|
|
46797
46862
|
jsonResponse: {
|
|
46798
|
-
/** Means by which a user gains access at an entrance.
|
|
46799
|
-
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. */
|
|
46863
|
+
/** 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. */
|
|
46800
46864
|
acs_credential: {
|
|
46801
46865
|
/** ID of the credential. */
|
|
46802
46866
|
acs_credential_id: string;
|
|
@@ -46931,8 +46995,7 @@ interface Routes {
|
|
|
46931
46995
|
};
|
|
46932
46996
|
formData: {};
|
|
46933
46997
|
jsonResponse: {
|
|
46934
|
-
/** Means by which a user gains access at an entrance.
|
|
46935
|
-
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. */
|
|
46998
|
+
/** 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. */
|
|
46936
46999
|
acs_credential: {
|
|
46937
47000
|
/** ID of the credential. */
|
|
46938
47001
|
acs_credential_id: string;
|
|
@@ -47263,8 +47326,7 @@ interface Routes {
|
|
|
47263
47326
|
commonParams: {};
|
|
47264
47327
|
formData: {};
|
|
47265
47328
|
jsonResponse: {
|
|
47266
|
-
/** Means by which a user gains access at an entrance.
|
|
47267
|
-
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. */
|
|
47329
|
+
/** 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. */
|
|
47268
47330
|
acs_credential: {
|
|
47269
47331
|
/** ID of the credential. */
|
|
47270
47332
|
acs_credential_id: string;
|
|
@@ -47387,8 +47449,7 @@ interface Routes {
|
|
|
47387
47449
|
};
|
|
47388
47450
|
formData: {};
|
|
47389
47451
|
jsonResponse: {
|
|
47390
|
-
/** Means by which a user gains access at an entrance.
|
|
47391
|
-
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. */
|
|
47452
|
+
/** 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. */
|
|
47392
47453
|
acs_credential: {
|
|
47393
47454
|
/** ID of the credential. */
|
|
47394
47455
|
acs_credential_id: string;
|
|
@@ -47648,8 +47709,7 @@ interface Routes {
|
|
|
47648
47709
|
commonParams: {};
|
|
47649
47710
|
formData: {};
|
|
47650
47711
|
jsonResponse: {
|
|
47651
|
-
/** Means by which a user gains access at an entrance.
|
|
47652
|
-
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. */
|
|
47712
|
+
/** 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. */
|
|
47653
47713
|
acs_credential: {
|
|
47654
47714
|
/** ID of the credential. */
|
|
47655
47715
|
acs_credential_id: string;
|
|
@@ -48116,8 +48176,7 @@ interface Routes {
|
|
|
48116
48176
|
status: 'success';
|
|
48117
48177
|
error: null;
|
|
48118
48178
|
action_type: 'ENCODE_CREDENTIAL';
|
|
48119
|
-
/** Means by which a user gains access at an entrance.
|
|
48120
|
-
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. */
|
|
48179
|
+
/** 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. */
|
|
48121
48180
|
result: {
|
|
48122
48181
|
/** ID of the credential. */
|
|
48123
48182
|
acs_credential_id: string;
|
|
@@ -49031,8 +49090,7 @@ interface Routes {
|
|
|
49031
49090
|
status: 'success';
|
|
49032
49091
|
error: null;
|
|
49033
49092
|
action_type: 'ENCODE_CREDENTIAL';
|
|
49034
|
-
/** Means by which a user gains access at an entrance.
|
|
49035
|
-
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. */
|
|
49093
|
+
/** 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. */
|
|
49036
49094
|
result: {
|
|
49037
49095
|
/** ID of the credential. */
|
|
49038
49096
|
acs_credential_id: string;
|
|
@@ -51361,8 +51419,7 @@ interface Routes {
|
|
|
51361
51419
|
status: 'success';
|
|
51362
51420
|
error: null;
|
|
51363
51421
|
action_type: 'ENCODE_CREDENTIAL';
|
|
51364
|
-
/** Means by which a user gains access at an entrance.
|
|
51365
|
-
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. */
|
|
51422
|
+
/** 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. */
|
|
51366
51423
|
result: {
|
|
51367
51424
|
/** ID of the credential. */
|
|
51368
51425
|
acs_credential_id: string;
|
|
@@ -52228,8 +52285,7 @@ interface Routes {
|
|
|
52228
52285
|
status: 'success';
|
|
52229
52286
|
error: null;
|
|
52230
52287
|
action_type: 'ENCODE_CREDENTIAL';
|
|
52231
|
-
/** Means by which a user gains access at an entrance.
|
|
52232
|
-
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. */
|
|
52288
|
+
/** 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. */
|
|
52233
52289
|
result: {
|
|
52234
52290
|
/** ID of the credential. */
|
|
52235
52291
|
acs_credential_id: string;
|
|
@@ -60546,8 +60602,7 @@ interface Routes {
|
|
|
60546
60602
|
status: 'success';
|
|
60547
60603
|
error: null;
|
|
60548
60604
|
action_type: 'ENCODE_CREDENTIAL';
|
|
60549
|
-
/** Means by which a user gains access at an entrance.
|
|
60550
|
-
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. */
|
|
60605
|
+
/** 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. */
|
|
60551
60606
|
result: {
|
|
60552
60607
|
/** ID of the credential. */
|
|
60553
60608
|
acs_credential_id: string;
|
|
@@ -61415,8 +61470,7 @@ interface Routes {
|
|
|
61415
61470
|
status: 'success';
|
|
61416
61471
|
error: null;
|
|
61417
61472
|
action_type: 'ENCODE_CREDENTIAL';
|
|
61418
|
-
/** Means by which a user gains access at an entrance.
|
|
61419
|
-
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. */
|
|
61473
|
+
/** 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. */
|
|
61420
61474
|
result: {
|
|
61421
61475
|
/** ID of the credential. */
|
|
61422
61476
|
acs_credential_id: string;
|
|
@@ -63663,8 +63717,7 @@ interface Routes {
|
|
|
63663
63717
|
status: 'success';
|
|
63664
63718
|
error: null;
|
|
63665
63719
|
action_type: 'ENCODE_CREDENTIAL';
|
|
63666
|
-
/** Means by which a user gains access at an entrance.
|
|
63667
|
-
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. */
|
|
63720
|
+
/** 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. */
|
|
63668
63721
|
result: {
|
|
63669
63722
|
/** ID of the credential. */
|
|
63670
63723
|
acs_credential_id: string;
|
|
@@ -64543,8 +64596,7 @@ interface Routes {
|
|
|
64543
64596
|
status: 'success';
|
|
64544
64597
|
error: null;
|
|
64545
64598
|
action_type: 'ENCODE_CREDENTIAL';
|
|
64546
|
-
/** Means by which a user gains access at an entrance.
|
|
64547
|
-
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. */
|
|
64599
|
+
/** 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. */
|
|
64548
64600
|
result: {
|
|
64549
64601
|
/** ID of the credential. */
|
|
64550
64602
|
acs_credential_id: string;
|
|
@@ -65462,8 +65514,7 @@ interface Routes {
|
|
|
65462
65514
|
status: 'success';
|
|
65463
65515
|
error: null;
|
|
65464
65516
|
action_type: 'ENCODE_CREDENTIAL';
|
|
65465
|
-
/** Means by which a user gains access at an entrance.
|
|
65466
|
-
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. */
|
|
65517
|
+
/** 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. */
|
|
65467
65518
|
result: {
|
|
65468
65519
|
/** ID of the credential. */
|
|
65469
65520
|
acs_credential_id: string;
|
|
@@ -66778,8 +66829,7 @@ interface Routes {
|
|
|
66778
66829
|
status: 'success';
|
|
66779
66830
|
error: null;
|
|
66780
66831
|
action_type: 'ENCODE_CREDENTIAL';
|
|
66781
|
-
/** Means by which a user gains access at an entrance.
|
|
66782
|
-
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. */
|
|
66832
|
+
/** 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. */
|
|
66783
66833
|
result: {
|
|
66784
66834
|
/** ID of the credential. */
|
|
66785
66835
|
acs_credential_id: string;
|
|
@@ -67653,8 +67703,7 @@ interface Routes {
|
|
|
67653
67703
|
status: 'success';
|
|
67654
67704
|
error: null;
|
|
67655
67705
|
action_type: 'ENCODE_CREDENTIAL';
|
|
67656
|
-
/** Means by which a user gains access at an entrance.
|
|
67657
|
-
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. */
|
|
67706
|
+
/** 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. */
|
|
67658
67707
|
result: {
|
|
67659
67708
|
/** ID of the credential. */
|
|
67660
67709
|
acs_credential_id: string;
|
|
@@ -69240,8 +69289,7 @@ interface Routes {
|
|
|
69240
69289
|
status: 'success';
|
|
69241
69290
|
error: null;
|
|
69242
69291
|
action_type: 'ENCODE_CREDENTIAL';
|
|
69243
|
-
/** Means by which a user gains access at an entrance.
|
|
69244
|
-
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. */
|
|
69292
|
+
/** 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. */
|
|
69245
69293
|
result: {
|
|
69246
69294
|
/** ID of the credential. */
|
|
69247
69295
|
acs_credential_id: string;
|
|
@@ -70119,8 +70167,7 @@ interface Routes {
|
|
|
70119
70167
|
status: 'success';
|
|
70120
70168
|
error: null;
|
|
70121
70169
|
action_type: 'ENCODE_CREDENTIAL';
|
|
70122
|
-
/** Means by which a user gains access at an entrance.
|
|
70123
|
-
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. */
|
|
70170
|
+
/** 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. */
|
|
70124
70171
|
result: {
|
|
70125
70172
|
/** ID of the credential. */
|
|
70126
70173
|
acs_credential_id: string;
|
|
@@ -72329,8 +72376,7 @@ interface Routes {
|
|
|
72329
72376
|
status: 'success';
|
|
72330
72377
|
error: null;
|
|
72331
72378
|
action_type: 'ENCODE_CREDENTIAL';
|
|
72332
|
-
/** Means by which a user gains access at an entrance.
|
|
72333
|
-
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. */
|
|
72379
|
+
/** 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. */
|
|
72334
72380
|
result: {
|
|
72335
72381
|
/** ID of the credential. */
|
|
72336
72382
|
acs_credential_id: string;
|
|
@@ -73384,8 +73430,7 @@ interface Routes {
|
|
|
73384
73430
|
status: 'success';
|
|
73385
73431
|
error: null;
|
|
73386
73432
|
action_type: 'ENCODE_CREDENTIAL';
|
|
73387
|
-
/** Means by which a user gains access at an entrance.
|
|
73388
|
-
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. */
|
|
73433
|
+
/** 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. */
|
|
73389
73434
|
result: {
|
|
73390
73435
|
/** ID of the credential. */
|
|
73391
73436
|
acs_credential_id: string;
|
|
@@ -74282,8 +74327,7 @@ interface Routes {
|
|
|
74282
74327
|
status: 'success';
|
|
74283
74328
|
error: null;
|
|
74284
74329
|
action_type: 'ENCODE_CREDENTIAL';
|
|
74285
|
-
/** Means by which a user gains access at an entrance.
|
|
74286
|
-
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. */
|
|
74330
|
+
/** 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. */
|
|
74287
74331
|
result: {
|
|
74288
74332
|
/** ID of the credential. */
|
|
74289
74333
|
acs_credential_id: string;
|
|
@@ -74818,6 +74862,19 @@ interface Routes {
|
|
|
74818
74862
|
formData: {};
|
|
74819
74863
|
jsonResponse: {};
|
|
74820
74864
|
};
|
|
74865
|
+
'/thermostats/simulate/temperature_reached': {
|
|
74866
|
+
route: '/thermostats/simulate/temperature_reached';
|
|
74867
|
+
method: 'POST';
|
|
74868
|
+
queryParams: {};
|
|
74869
|
+
jsonBody: {
|
|
74870
|
+
device_id: string;
|
|
74871
|
+
temperature_celsius?: number | undefined;
|
|
74872
|
+
temperature_fahrenheit?: number | undefined;
|
|
74873
|
+
};
|
|
74874
|
+
commonParams: {};
|
|
74875
|
+
formData: {};
|
|
74876
|
+
jsonResponse: {};
|
|
74877
|
+
};
|
|
74821
74878
|
'/thermostats/update_climate_preset': {
|
|
74822
74879
|
route: '/thermostats/update_climate_preset';
|
|
74823
74880
|
method: 'POST' | 'PATCH';
|
|
@@ -77172,8 +77229,7 @@ interface Routes {
|
|
|
77172
77229
|
status: 'success';
|
|
77173
77230
|
error: null;
|
|
77174
77231
|
action_type: 'ENCODE_CREDENTIAL';
|
|
77175
|
-
/** Means by which a user gains access at an entrance.
|
|
77176
|
-
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. */
|
|
77232
|
+
/** 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. */
|
|
77177
77233
|
result: {
|
|
77178
77234
|
/** ID of the credential. */
|
|
77179
77235
|
acs_credential_id: string;
|
|
@@ -182,7 +182,7 @@ export const acs_credential = common_acs_credential.merge(z.object({
|
|
|
182
182
|
---
|
|
183
183
|
route_path: /acs/credentials
|
|
184
184
|
---
|
|
185
|
-
|
|
185
|
+
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.
|
|
186
186
|
`);
|
|
187
187
|
export const unmanaged_acs_credential = common_acs_credential.merge(z.object({
|
|
188
188
|
is_managed: z.literal(false),
|
|
@@ -190,16 +190,8 @@ export const unmanaged_acs_credential = common_acs_credential.merge(z.object({
|
|
|
190
190
|
---
|
|
191
191
|
route_path: /acs/credentials/unmanaged
|
|
192
192
|
---
|
|
193
|
-
|
|
193
|
+
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.
|
|
194
194
|
`);
|
|
195
|
-
function getAcsCredentialDescription(is_managed = true) {
|
|
196
|
-
const resource_name = is_managed
|
|
197
|
-
? 'acs_credential'
|
|
198
|
-
: 'unmanaged_acs_credential';
|
|
199
|
-
const management_clause = is_managed ? '' : ', which is not managed by Seam,';
|
|
200
|
-
return `Means by which a user gains access at an entrance.
|
|
201
|
-
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();
|
|
202
|
-
}
|
|
203
195
|
export const acs_credential_on_encoder = z.object({
|
|
204
196
|
created_at: z
|
|
205
197
|
.string()
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
|
|
@@ -20950,6 +20950,77 @@ declare const _default: {
|
|
|
20950
20950
|
'x-title': string;
|
|
20951
20951
|
};
|
|
20952
20952
|
};
|
|
20953
|
+
'/thermostats/simulate/temperature_reached': {
|
|
20954
|
+
post: {
|
|
20955
|
+
operationId: string;
|
|
20956
|
+
requestBody: {
|
|
20957
|
+
content: {
|
|
20958
|
+
'application/json': {
|
|
20959
|
+
schema: {
|
|
20960
|
+
properties: {
|
|
20961
|
+
device_id: {
|
|
20962
|
+
format: string;
|
|
20963
|
+
type: string;
|
|
20964
|
+
};
|
|
20965
|
+
temperature_celsius: {
|
|
20966
|
+
format: string;
|
|
20967
|
+
type: string;
|
|
20968
|
+
};
|
|
20969
|
+
temperature_fahrenheit: {
|
|
20970
|
+
format: string;
|
|
20971
|
+
type: string;
|
|
20972
|
+
};
|
|
20973
|
+
};
|
|
20974
|
+
required: string[];
|
|
20975
|
+
type: string;
|
|
20976
|
+
};
|
|
20977
|
+
};
|
|
20978
|
+
};
|
|
20979
|
+
};
|
|
20980
|
+
responses: {
|
|
20981
|
+
200: {
|
|
20982
|
+
content: {
|
|
20983
|
+
'application/json': {
|
|
20984
|
+
schema: {
|
|
20985
|
+
properties: {
|
|
20986
|
+
ok: {
|
|
20987
|
+
type: string;
|
|
20988
|
+
};
|
|
20989
|
+
};
|
|
20990
|
+
required: string[];
|
|
20991
|
+
type: string;
|
|
20992
|
+
};
|
|
20993
|
+
};
|
|
20994
|
+
};
|
|
20995
|
+
description: string;
|
|
20996
|
+
};
|
|
20997
|
+
400: {
|
|
20998
|
+
description: string;
|
|
20999
|
+
};
|
|
21000
|
+
401: {
|
|
21001
|
+
description: string;
|
|
21002
|
+
};
|
|
21003
|
+
};
|
|
21004
|
+
security: ({
|
|
21005
|
+
api_key: never[];
|
|
21006
|
+
pat_with_workspace?: never;
|
|
21007
|
+
console_session_with_workspace?: never;
|
|
21008
|
+
} | {
|
|
21009
|
+
pat_with_workspace: never[];
|
|
21010
|
+
api_key?: never;
|
|
21011
|
+
console_session_with_workspace?: never;
|
|
21012
|
+
} | {
|
|
21013
|
+
console_session_with_workspace: never[];
|
|
21014
|
+
api_key?: never;
|
|
21015
|
+
pat_with_workspace?: never;
|
|
21016
|
+
})[];
|
|
21017
|
+
summary: string;
|
|
21018
|
+
tags: string[];
|
|
21019
|
+
'x-fern-sdk-group-name': string[];
|
|
21020
|
+
'x-fern-sdk-method-name': string;
|
|
21021
|
+
'x-response-key': null;
|
|
21022
|
+
};
|
|
21023
|
+
};
|
|
20953
21024
|
'/thermostats/update_climate_preset': {
|
|
20954
21025
|
patch: {
|
|
20955
21026
|
description: string;
|
|
@@ -948,7 +948,7 @@ export default {
|
|
|
948
948
|
'x-route-path': '/acs/access_groups',
|
|
949
949
|
},
|
|
950
950
|
acs_credential: {
|
|
951
|
-
description: 'Means by which a user gains access at an entrance
|
|
951
|
+
description: '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.',
|
|
952
952
|
properties: {
|
|
953
953
|
access_method: {
|
|
954
954
|
description: 'Access method for the credential. Supported values: `code`, `card`, `mobile_key`.',
|
|
@@ -2396,7 +2396,7 @@ export default {
|
|
|
2396
2396
|
nullable: true,
|
|
2397
2397
|
oneOf: [
|
|
2398
2398
|
{
|
|
2399
|
-
description: 'Means by which a user gains access at an entrance
|
|
2399
|
+
description: '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.',
|
|
2400
2400
|
properties: {
|
|
2401
2401
|
access_method: {
|
|
2402
2402
|
description: 'Access method for the credential. Supported values: `code`, `card`, `mobile_key`.',
|
|
@@ -2732,7 +2732,7 @@ export default {
|
|
|
2732
2732
|
'x-route-path': '/acs/credentials',
|
|
2733
2733
|
},
|
|
2734
2734
|
{
|
|
2735
|
-
description: 'Means by which a user gains access at an entrance
|
|
2735
|
+
description: '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.',
|
|
2736
2736
|
properties: {
|
|
2737
2737
|
access_method: {
|
|
2738
2738
|
description: 'Access method for the credential. Supported values: `code`, `card`, `mobile_key`.',
|
|
@@ -3197,10 +3197,10 @@ export default {
|
|
|
3197
3197
|
action_type: { enum: ['ENCODE_CREDENTIAL'], type: 'string' },
|
|
3198
3198
|
error: { nullable: true },
|
|
3199
3199
|
result: {
|
|
3200
|
-
description: 'Means by which a user gains access at an entrance
|
|
3200
|
+
description: '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.',
|
|
3201
3201
|
oneOf: [
|
|
3202
3202
|
{
|
|
3203
|
-
description: 'Means by which a user gains access at an entrance
|
|
3203
|
+
description: '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.',
|
|
3204
3204
|
properties: {
|
|
3205
3205
|
access_method: {
|
|
3206
3206
|
description: 'Access method for the credential. Supported values: `code`, `card`, `mobile_key`.',
|
|
@@ -3534,7 +3534,7 @@ export default {
|
|
|
3534
3534
|
'x-route-path': '/acs/credentials',
|
|
3535
3535
|
},
|
|
3536
3536
|
{
|
|
3537
|
-
description: 'Means by which a user gains access at an entrance
|
|
3537
|
+
description: '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.',
|
|
3538
3538
|
properties: {
|
|
3539
3539
|
access_method: {
|
|
3540
3540
|
description: 'Access method for the credential. Supported values: `code`, `card`, `mobile_key`.',
|
|
@@ -12531,7 +12531,7 @@ export default {
|
|
|
12531
12531
|
'x-route-path': '/acs/access_groups/unmanaged',
|
|
12532
12532
|
},
|
|
12533
12533
|
unmanaged_acs_credential: {
|
|
12534
|
-
description: 'Means by which a user gains access at an entrance
|
|
12534
|
+
description: '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.',
|
|
12535
12535
|
properties: {
|
|
12536
12536
|
access_method: {
|
|
12537
12537
|
description: 'Access method for the credential. Supported values: `code`, `card`, `mobile_key`.',
|
|
@@ -24308,6 +24308,52 @@ export default {
|
|
|
24308
24308
|
'x-title': 'Set a Temperature Threshold',
|
|
24309
24309
|
},
|
|
24310
24310
|
},
|
|
24311
|
+
'/thermostats/simulate/temperature_reached': {
|
|
24312
|
+
post: {
|
|
24313
|
+
operationId: 'thermostatsSimulateTemperatureReachedPost',
|
|
24314
|
+
requestBody: {
|
|
24315
|
+
content: {
|
|
24316
|
+
'application/json': {
|
|
24317
|
+
schema: {
|
|
24318
|
+
properties: {
|
|
24319
|
+
device_id: { format: 'uuid', type: 'string' },
|
|
24320
|
+
temperature_celsius: { format: 'float', type: 'number' },
|
|
24321
|
+
temperature_fahrenheit: { format: 'float', type: 'number' },
|
|
24322
|
+
},
|
|
24323
|
+
required: ['device_id'],
|
|
24324
|
+
type: 'object',
|
|
24325
|
+
},
|
|
24326
|
+
},
|
|
24327
|
+
},
|
|
24328
|
+
},
|
|
24329
|
+
responses: {
|
|
24330
|
+
200: {
|
|
24331
|
+
content: {
|
|
24332
|
+
'application/json': {
|
|
24333
|
+
schema: {
|
|
24334
|
+
properties: { ok: { type: 'boolean' } },
|
|
24335
|
+
required: ['ok'],
|
|
24336
|
+
type: 'object',
|
|
24337
|
+
},
|
|
24338
|
+
},
|
|
24339
|
+
},
|
|
24340
|
+
description: 'OK',
|
|
24341
|
+
},
|
|
24342
|
+
400: { description: 'Bad Request' },
|
|
24343
|
+
401: { description: 'Unauthorized' },
|
|
24344
|
+
},
|
|
24345
|
+
security: [
|
|
24346
|
+
{ api_key: [] },
|
|
24347
|
+
{ pat_with_workspace: [] },
|
|
24348
|
+
{ console_session_with_workspace: [] },
|
|
24349
|
+
],
|
|
24350
|
+
summary: '/thermostats/simulate/temperature_reached',
|
|
24351
|
+
tags: ['/thermostats'],
|
|
24352
|
+
'x-fern-sdk-group-name': ['thermostats', 'simulate'],
|
|
24353
|
+
'x-fern-sdk-method-name': 'temperature_reached',
|
|
24354
|
+
'x-response-key': null,
|
|
24355
|
+
},
|
|
24356
|
+
},
|
|
24311
24357
|
'/thermostats/update_climate_preset': {
|
|
24312
24358
|
patch: {
|
|
24313
24359
|
description: 'Updates a specified [climate preset](https://docs.seam.co/latest/capability-guides/thermostats/creating-and-managing-climate-presets) for a specified [thermostat](https://docs.seam.co/latest/capability-guides/thermostats).',
|