@seamapi/types 1.340.0 → 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 +63 -19
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +112 -143
- 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/models/events/acs/credentials.js +7 -4
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +71 -87
- package/lib/seam/connect/openapi.js +54 -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/models/events/acs/credentials.ts +8 -7
- package/src/lib/seam/connect/openapi.ts +54 -7
- package/src/lib/seam/connect/route-types.ts +41 -56
package/dist/connect.d.cts
CHANGED
|
@@ -21308,93 +21308,6 @@ declare const _default: {
|
|
|
21308
21308
|
'x-route-path': string;
|
|
21309
21309
|
deprecated?: never;
|
|
21310
21310
|
'x-deprecated'?: never;
|
|
21311
|
-
} | {
|
|
21312
|
-
description: string;
|
|
21313
|
-
properties: {
|
|
21314
|
-
acs_credential_id: {
|
|
21315
|
-
format: string;
|
|
21316
|
-
type: string;
|
|
21317
|
-
};
|
|
21318
|
-
acs_system_id: {
|
|
21319
|
-
description: string;
|
|
21320
|
-
format: string;
|
|
21321
|
-
type: string;
|
|
21322
|
-
};
|
|
21323
|
-
connected_account_id: {
|
|
21324
|
-
description: string;
|
|
21325
|
-
format: string;
|
|
21326
|
-
type: string;
|
|
21327
|
-
};
|
|
21328
|
-
created_at: {
|
|
21329
|
-
description: string;
|
|
21330
|
-
format: string;
|
|
21331
|
-
type: string;
|
|
21332
|
-
};
|
|
21333
|
-
event_id: {
|
|
21334
|
-
description: string;
|
|
21335
|
-
format: string;
|
|
21336
|
-
type: string;
|
|
21337
|
-
};
|
|
21338
|
-
event_type: {
|
|
21339
|
-
enum: string[];
|
|
21340
|
-
type: string;
|
|
21341
|
-
};
|
|
21342
|
-
occurred_at: {
|
|
21343
|
-
description: string;
|
|
21344
|
-
format: string;
|
|
21345
|
-
type: string;
|
|
21346
|
-
};
|
|
21347
|
-
workspace_id: {
|
|
21348
|
-
description: string;
|
|
21349
|
-
format: string;
|
|
21350
|
-
type: string;
|
|
21351
|
-
};
|
|
21352
|
-
access_code_id?: never;
|
|
21353
|
-
device_id?: never;
|
|
21354
|
-
code?: never;
|
|
21355
|
-
backup_access_code_id?: never;
|
|
21356
|
-
acs_user_id?: never;
|
|
21357
|
-
acs_encoder_id?: never;
|
|
21358
|
-
acs_access_group_id?: never;
|
|
21359
|
-
client_session_id?: never;
|
|
21360
|
-
connect_webview_id?: never;
|
|
21361
|
-
action_attempt_id?: never;
|
|
21362
|
-
action_type?: never;
|
|
21363
|
-
status?: never;
|
|
21364
|
-
error_code?: never;
|
|
21365
|
-
battery_level?: never;
|
|
21366
|
-
battery_status?: never;
|
|
21367
|
-
minut_metadata?: never;
|
|
21368
|
-
noise_level_decibels?: never;
|
|
21369
|
-
noise_level_nrs?: never;
|
|
21370
|
-
noise_threshold_id?: never;
|
|
21371
|
-
noise_threshold_name?: never;
|
|
21372
|
-
noiseaware_metadata?: never;
|
|
21373
|
-
method?: never;
|
|
21374
|
-
climate_preset_key?: never;
|
|
21375
|
-
is_fallback_climate_preset?: never;
|
|
21376
|
-
thermostat_schedule_id?: never;
|
|
21377
|
-
cooling_set_point_celsius?: never;
|
|
21378
|
-
cooling_set_point_fahrenheit?: never;
|
|
21379
|
-
fan_mode_setting?: never;
|
|
21380
|
-
heating_set_point_celsius?: never;
|
|
21381
|
-
heating_set_point_fahrenheit?: never;
|
|
21382
|
-
hvac_mode_setting?: never;
|
|
21383
|
-
lower_limit_celsius?: never;
|
|
21384
|
-
lower_limit_fahrenheit?: never;
|
|
21385
|
-
temperature_celsius?: never;
|
|
21386
|
-
temperature_fahrenheit?: never;
|
|
21387
|
-
upper_limit_celsius?: never;
|
|
21388
|
-
upper_limit_fahrenheit?: never;
|
|
21389
|
-
desired_temperature_celsius?: never;
|
|
21390
|
-
desired_temperature_fahrenheit?: never;
|
|
21391
|
-
enrollment_automation_id?: never;
|
|
21392
|
-
};
|
|
21393
|
-
required: string[];
|
|
21394
|
-
type: string;
|
|
21395
|
-
'x-route-path'?: never;
|
|
21396
|
-
deprecated?: never;
|
|
21397
|
-
'x-deprecated'?: never;
|
|
21398
21311
|
} | {
|
|
21399
21312
|
description: string;
|
|
21400
21313
|
properties: {
|
|
@@ -37645,6 +37558,77 @@ declare const _default: {
|
|
|
37645
37558
|
'x-title': string;
|
|
37646
37559
|
};
|
|
37647
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
|
+
};
|
|
37648
37632
|
'/thermostats/update_climate_preset': {
|
|
37649
37633
|
patch: {
|
|
37650
37634
|
description: string;
|
|
@@ -40584,8 +40568,7 @@ interface Routes {
|
|
|
40584
40568
|
status: 'success';
|
|
40585
40569
|
error: null;
|
|
40586
40570
|
action_type: 'ENCODE_CREDENTIAL';
|
|
40587
|
-
/** Means by which a user gains access at an entrance.
|
|
40588
|
-
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. */
|
|
40589
40572
|
result: {
|
|
40590
40573
|
/** ID of the credential. */
|
|
40591
40574
|
acs_credential_id: string;
|
|
@@ -41994,8 +41977,7 @@ interface Routes {
|
|
|
41994
41977
|
status: 'success';
|
|
41995
41978
|
error: null;
|
|
41996
41979
|
action_type: 'ENCODE_CREDENTIAL';
|
|
41997
|
-
/** Means by which a user gains access at an entrance.
|
|
41998
|
-
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. */
|
|
41999
41981
|
result: {
|
|
42000
41982
|
/** ID of the credential. */
|
|
42001
41983
|
acs_credential_id: string;
|
|
@@ -44210,8 +44192,7 @@ interface Routes {
|
|
|
44210
44192
|
status: 'success';
|
|
44211
44193
|
error: null;
|
|
44212
44194
|
action_type: 'ENCODE_CREDENTIAL';
|
|
44213
|
-
/** Means by which a user gains access at an entrance.
|
|
44214
|
-
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. */
|
|
44215
44196
|
result: {
|
|
44216
44197
|
/** ID of the credential. */
|
|
44217
44198
|
acs_credential_id: string;
|
|
@@ -45607,8 +45588,7 @@ interface Routes {
|
|
|
45607
45588
|
status: 'success';
|
|
45608
45589
|
error: null;
|
|
45609
45590
|
action_type: 'ENCODE_CREDENTIAL';
|
|
45610
|
-
/** Means by which a user gains access at an entrance.
|
|
45611
|
-
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. */
|
|
45612
45592
|
result: {
|
|
45613
45593
|
/** ID of the credential. */
|
|
45614
45594
|
acs_credential_id: string;
|
|
@@ -46587,8 +46567,7 @@ interface Routes {
|
|
|
46587
46567
|
commonParams: {};
|
|
46588
46568
|
formData: {};
|
|
46589
46569
|
jsonResponse: {
|
|
46590
|
-
/** Means by which a user gains access at an entrance.
|
|
46591
|
-
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. */
|
|
46592
46571
|
acs_credential: {
|
|
46593
46572
|
/** ID of the credential. */
|
|
46594
46573
|
acs_credential_id: string;
|
|
@@ -46750,8 +46729,7 @@ interface Routes {
|
|
|
46750
46729
|
};
|
|
46751
46730
|
formData: {};
|
|
46752
46731
|
jsonResponse: {
|
|
46753
|
-
/** Means by which a user gains access at an entrance.
|
|
46754
|
-
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. */
|
|
46755
46733
|
acs_credential: {
|
|
46756
46734
|
/** ID of the credential. */
|
|
46757
46735
|
acs_credential_id: string;
|
|
@@ -46882,8 +46860,7 @@ interface Routes {
|
|
|
46882
46860
|
};
|
|
46883
46861
|
formData: {};
|
|
46884
46862
|
jsonResponse: {
|
|
46885
|
-
/** Means by which a user gains access at an entrance.
|
|
46886
|
-
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. */
|
|
46887
46864
|
acs_credential: {
|
|
46888
46865
|
/** ID of the credential. */
|
|
46889
46866
|
acs_credential_id: string;
|
|
@@ -47018,8 +46995,7 @@ interface Routes {
|
|
|
47018
46995
|
};
|
|
47019
46996
|
formData: {};
|
|
47020
46997
|
jsonResponse: {
|
|
47021
|
-
/** Means by which a user gains access at an entrance.
|
|
47022
|
-
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. */
|
|
47023
46999
|
acs_credential: {
|
|
47024
47000
|
/** ID of the credential. */
|
|
47025
47001
|
acs_credential_id: string;
|
|
@@ -47350,8 +47326,7 @@ interface Routes {
|
|
|
47350
47326
|
commonParams: {};
|
|
47351
47327
|
formData: {};
|
|
47352
47328
|
jsonResponse: {
|
|
47353
|
-
/** Means by which a user gains access at an entrance.
|
|
47354
|
-
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. */
|
|
47355
47330
|
acs_credential: {
|
|
47356
47331
|
/** ID of the credential. */
|
|
47357
47332
|
acs_credential_id: string;
|
|
@@ -47474,8 +47449,7 @@ interface Routes {
|
|
|
47474
47449
|
};
|
|
47475
47450
|
formData: {};
|
|
47476
47451
|
jsonResponse: {
|
|
47477
|
-
/** Means by which a user gains access at an entrance.
|
|
47478
|
-
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. */
|
|
47479
47453
|
acs_credential: {
|
|
47480
47454
|
/** ID of the credential. */
|
|
47481
47455
|
acs_credential_id: string;
|
|
@@ -47735,8 +47709,7 @@ interface Routes {
|
|
|
47735
47709
|
commonParams: {};
|
|
47736
47710
|
formData: {};
|
|
47737
47711
|
jsonResponse: {
|
|
47738
|
-
/** Means by which a user gains access at an entrance.
|
|
47739
|
-
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. */
|
|
47740
47713
|
acs_credential: {
|
|
47741
47714
|
/** ID of the credential. */
|
|
47742
47715
|
acs_credential_id: string;
|
|
@@ -48203,8 +48176,7 @@ interface Routes {
|
|
|
48203
48176
|
status: 'success';
|
|
48204
48177
|
error: null;
|
|
48205
48178
|
action_type: 'ENCODE_CREDENTIAL';
|
|
48206
|
-
/** Means by which a user gains access at an entrance.
|
|
48207
|
-
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. */
|
|
48208
48180
|
result: {
|
|
48209
48181
|
/** ID of the credential. */
|
|
48210
48182
|
acs_credential_id: string;
|
|
@@ -49118,8 +49090,7 @@ interface Routes {
|
|
|
49118
49090
|
status: 'success';
|
|
49119
49091
|
error: null;
|
|
49120
49092
|
action_type: 'ENCODE_CREDENTIAL';
|
|
49121
|
-
/** Means by which a user gains access at an entrance.
|
|
49122
|
-
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. */
|
|
49123
49094
|
result: {
|
|
49124
49095
|
/** ID of the credential. */
|
|
49125
49096
|
acs_credential_id: string;
|
|
@@ -51448,8 +51419,7 @@ interface Routes {
|
|
|
51448
51419
|
status: 'success';
|
|
51449
51420
|
error: null;
|
|
51450
51421
|
action_type: 'ENCODE_CREDENTIAL';
|
|
51451
|
-
/** Means by which a user gains access at an entrance.
|
|
51452
|
-
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. */
|
|
51453
51423
|
result: {
|
|
51454
51424
|
/** ID of the credential. */
|
|
51455
51425
|
acs_credential_id: string;
|
|
@@ -52315,8 +52285,7 @@ interface Routes {
|
|
|
52315
52285
|
status: 'success';
|
|
52316
52286
|
error: null;
|
|
52317
52287
|
action_type: 'ENCODE_CREDENTIAL';
|
|
52318
|
-
/** Means by which a user gains access at an entrance.
|
|
52319
|
-
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. */
|
|
52320
52289
|
result: {
|
|
52321
52290
|
/** ID of the credential. */
|
|
52322
52291
|
acs_credential_id: string;
|
|
@@ -60633,8 +60602,7 @@ interface Routes {
|
|
|
60633
60602
|
status: 'success';
|
|
60634
60603
|
error: null;
|
|
60635
60604
|
action_type: 'ENCODE_CREDENTIAL';
|
|
60636
|
-
/** Means by which a user gains access at an entrance.
|
|
60637
|
-
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. */
|
|
60638
60606
|
result: {
|
|
60639
60607
|
/** ID of the credential. */
|
|
60640
60608
|
acs_credential_id: string;
|
|
@@ -61502,8 +61470,7 @@ interface Routes {
|
|
|
61502
61470
|
status: 'success';
|
|
61503
61471
|
error: null;
|
|
61504
61472
|
action_type: 'ENCODE_CREDENTIAL';
|
|
61505
|
-
/** Means by which a user gains access at an entrance.
|
|
61506
|
-
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. */
|
|
61507
61474
|
result: {
|
|
61508
61475
|
/** ID of the credential. */
|
|
61509
61476
|
acs_credential_id: string;
|
|
@@ -63750,8 +63717,7 @@ interface Routes {
|
|
|
63750
63717
|
status: 'success';
|
|
63751
63718
|
error: null;
|
|
63752
63719
|
action_type: 'ENCODE_CREDENTIAL';
|
|
63753
|
-
/** Means by which a user gains access at an entrance.
|
|
63754
|
-
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. */
|
|
63755
63721
|
result: {
|
|
63756
63722
|
/** ID of the credential. */
|
|
63757
63723
|
acs_credential_id: string;
|
|
@@ -64630,8 +64596,7 @@ interface Routes {
|
|
|
64630
64596
|
status: 'success';
|
|
64631
64597
|
error: null;
|
|
64632
64598
|
action_type: 'ENCODE_CREDENTIAL';
|
|
64633
|
-
/** Means by which a user gains access at an entrance.
|
|
64634
|
-
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. */
|
|
64635
64600
|
result: {
|
|
64636
64601
|
/** ID of the credential. */
|
|
64637
64602
|
acs_credential_id: string;
|
|
@@ -65549,8 +65514,7 @@ interface Routes {
|
|
|
65549
65514
|
status: 'success';
|
|
65550
65515
|
error: null;
|
|
65551
65516
|
action_type: 'ENCODE_CREDENTIAL';
|
|
65552
|
-
/** Means by which a user gains access at an entrance.
|
|
65553
|
-
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. */
|
|
65554
65518
|
result: {
|
|
65555
65519
|
/** ID of the credential. */
|
|
65556
65520
|
acs_credential_id: string;
|
|
@@ -66865,8 +66829,7 @@ interface Routes {
|
|
|
66865
66829
|
status: 'success';
|
|
66866
66830
|
error: null;
|
|
66867
66831
|
action_type: 'ENCODE_CREDENTIAL';
|
|
66868
|
-
/** Means by which a user gains access at an entrance.
|
|
66869
|
-
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. */
|
|
66870
66833
|
result: {
|
|
66871
66834
|
/** ID of the credential. */
|
|
66872
66835
|
acs_credential_id: string;
|
|
@@ -67740,8 +67703,7 @@ interface Routes {
|
|
|
67740
67703
|
status: 'success';
|
|
67741
67704
|
error: null;
|
|
67742
67705
|
action_type: 'ENCODE_CREDENTIAL';
|
|
67743
|
-
/** Means by which a user gains access at an entrance.
|
|
67744
|
-
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. */
|
|
67745
67707
|
result: {
|
|
67746
67708
|
/** ID of the credential. */
|
|
67747
67709
|
acs_credential_id: string;
|
|
@@ -69327,8 +69289,7 @@ interface Routes {
|
|
|
69327
69289
|
status: 'success';
|
|
69328
69290
|
error: null;
|
|
69329
69291
|
action_type: 'ENCODE_CREDENTIAL';
|
|
69330
|
-
/** Means by which a user gains access at an entrance.
|
|
69331
|
-
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. */
|
|
69332
69293
|
result: {
|
|
69333
69294
|
/** ID of the credential. */
|
|
69334
69295
|
acs_credential_id: string;
|
|
@@ -70206,8 +70167,7 @@ interface Routes {
|
|
|
70206
70167
|
status: 'success';
|
|
70207
70168
|
error: null;
|
|
70208
70169
|
action_type: 'ENCODE_CREDENTIAL';
|
|
70209
|
-
/** Means by which a user gains access at an entrance.
|
|
70210
|
-
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. */
|
|
70211
70171
|
result: {
|
|
70212
70172
|
/** ID of the credential. */
|
|
70213
70173
|
acs_credential_id: string;
|
|
@@ -72416,8 +72376,7 @@ interface Routes {
|
|
|
72416
72376
|
status: 'success';
|
|
72417
72377
|
error: null;
|
|
72418
72378
|
action_type: 'ENCODE_CREDENTIAL';
|
|
72419
|
-
/** Means by which a user gains access at an entrance.
|
|
72420
|
-
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. */
|
|
72421
72380
|
result: {
|
|
72422
72381
|
/** ID of the credential. */
|
|
72423
72382
|
acs_credential_id: string;
|
|
@@ -73471,8 +73430,7 @@ interface Routes {
|
|
|
73471
73430
|
status: 'success';
|
|
73472
73431
|
error: null;
|
|
73473
73432
|
action_type: 'ENCODE_CREDENTIAL';
|
|
73474
|
-
/** Means by which a user gains access at an entrance.
|
|
73475
|
-
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. */
|
|
73476
73434
|
result: {
|
|
73477
73435
|
/** ID of the credential. */
|
|
73478
73436
|
acs_credential_id: string;
|
|
@@ -74369,8 +74327,7 @@ interface Routes {
|
|
|
74369
74327
|
status: 'success';
|
|
74370
74328
|
error: null;
|
|
74371
74329
|
action_type: 'ENCODE_CREDENTIAL';
|
|
74372
|
-
/** Means by which a user gains access at an entrance.
|
|
74373
|
-
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. */
|
|
74374
74331
|
result: {
|
|
74375
74332
|
/** ID of the credential. */
|
|
74376
74333
|
acs_credential_id: string;
|
|
@@ -74905,6 +74862,19 @@ interface Routes {
|
|
|
74905
74862
|
formData: {};
|
|
74906
74863
|
jsonResponse: {};
|
|
74907
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
|
+
};
|
|
74908
74878
|
'/thermostats/update_climate_preset': {
|
|
74909
74879
|
route: '/thermostats/update_climate_preset';
|
|
74910
74880
|
method: 'POST' | 'PATCH';
|
|
@@ -77259,8 +77229,7 @@ interface Routes {
|
|
|
77259
77229
|
status: 'success';
|
|
77260
77230
|
error: null;
|
|
77261
77231
|
action_type: 'ENCODE_CREDENTIAL';
|
|
77262
|
-
/** Means by which a user gains access at an entrance.
|
|
77263
|
-
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. */
|
|
77264
77233
|
result: {
|
|
77265
77234
|
/** ID of the credential. */
|
|
77266
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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"}
|
|
@@ -19,11 +19,14 @@ export const acs_credential_issued = acs_credential_event.extend({
|
|
|
19
19
|
---
|
|
20
20
|
An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was issued.
|
|
21
21
|
`);
|
|
22
|
-
export const acs_credential_reissued = acs_credential_event
|
|
23
|
-
.extend({
|
|
22
|
+
export const acs_credential_reissued = acs_credential_event.extend({
|
|
24
23
|
event_type: z.literal('acs_credential.reissued'),
|
|
25
|
-
})
|
|
26
|
-
|
|
24
|
+
}).describe(`
|
|
25
|
+
---
|
|
26
|
+
route_path: /acs/credentials
|
|
27
|
+
---
|
|
28
|
+
An [ACS credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) was reissued.
|
|
29
|
+
`);
|
|
27
30
|
export const acs_credential_events = [
|
|
28
31
|
acs_credential_deleted_event,
|
|
29
32
|
acs_credential_issued,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credentials.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/events/acs/credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,oBAAoB,GAAG,gBAAgB,CAAC,MAAM,CAAC;IACnD,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CACrC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAG,oBAAoB,CAAC,MAAM,CAAC;IACtE,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,wBAAwB,CAAC;CAChD,CAAC,CAAC,QAAQ,CAAC;;;;;GAKT,CAAC,CAAA;AAMJ,MAAM,CAAC,MAAM,qBAAqB,GAAG,oBAAoB,CAAC,MAAM,CAAC;IAC/D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC;CAC/C,CAAC,CAAC,QAAQ,CAAC;;;;;GAKT,CAAC,CAAA;AAEJ,MAAM,CAAC,MAAM,uBAAuB,GAAG,oBAAoB
|
|
1
|
+
{"version":3,"file":"credentials.js","sourceRoot":"","sources":["../../../../../../src/lib/seam/connect/models/events/acs/credentials.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAE9C,MAAM,oBAAoB,GAAG,gBAAgB,CAAC,MAAM,CAAC;IACnD,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;CACrC,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,4BAA4B,GAAG,oBAAoB,CAAC,MAAM,CAAC;IACtE,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,wBAAwB,CAAC;CAChD,CAAC,CAAC,QAAQ,CAAC;;;;;GAKT,CAAC,CAAA;AAMJ,MAAM,CAAC,MAAM,qBAAqB,GAAG,oBAAoB,CAAC,MAAM,CAAC;IAC/D,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,uBAAuB,CAAC;CAC/C,CAAC,CAAC,QAAQ,CAAC;;;;;GAKT,CAAC,CAAA;AAEJ,MAAM,CAAC,MAAM,uBAAuB,GAAG,oBAAoB,CAAC,MAAM,CAAC;IACjE,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,yBAAyB,CAAC;CACjD,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG;IACnC,4BAA4B;IAC5B,qBAAqB;IACrB,uBAAuB;CACf,CAAA"}
|