@seamapi/types 1.57.0 → 1.58.1
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 +82 -57
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +135 -89
- package/lib/seam/connect/openapi.d.ts +113 -27
- package/lib/seam/connect/openapi.js +81 -56
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +22 -62
- package/lib/seam/connect/unstable/models/acs/credential.d.ts +3 -3
- package/lib/seam/connect/unstable/models/acs/credential.js +1 -1
- package/lib/seam/connect/unstable/models/acs/credential.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/managed-device.d.ts +1 -8
- package/lib/seam/connect/unstable/models/devices/managed-device.js +0 -7
- package/lib/seam/connect/unstable/models/devices/managed-device.js.map +1 -1
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.d.ts +0 -3
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.js +0 -1
- package/lib/seam/connect/unstable/models/devices/unmanaged-device.js.map +1 -1
- package/package.json +25 -10
- package/src/lib/seam/connect/openapi.ts +83 -59
- package/src/lib/seam/connect/route-types.ts +22 -102
- package/src/lib/seam/connect/unstable/models/acs/credential.ts +1 -1
- package/src/lib/seam/connect/unstable/models/devices/managed-device.ts +0 -9
- package/src/lib/seam/connect/unstable/models/devices/unmanaged-device.ts +0 -1
package/dist/connect.d.cts
CHANGED
|
@@ -718,14 +718,6 @@ declare const _default: {
|
|
|
718
718
|
type: string;
|
|
719
719
|
}[];
|
|
720
720
|
};
|
|
721
|
-
enabled_capabilities: {
|
|
722
|
-
description: string;
|
|
723
|
-
items: {
|
|
724
|
-
enum: string[];
|
|
725
|
-
type: string;
|
|
726
|
-
};
|
|
727
|
-
type: string;
|
|
728
|
-
};
|
|
729
721
|
errors: {
|
|
730
722
|
description: string;
|
|
731
723
|
items: {
|
|
@@ -2032,14 +2024,6 @@ declare const _default: {
|
|
|
2032
2024
|
})[];
|
|
2033
2025
|
description: string;
|
|
2034
2026
|
};
|
|
2035
|
-
supported_capabilities: {
|
|
2036
|
-
description: string;
|
|
2037
|
-
items: {
|
|
2038
|
-
enum: string[];
|
|
2039
|
-
type: string;
|
|
2040
|
-
};
|
|
2041
|
-
type: string;
|
|
2042
|
-
};
|
|
2043
2027
|
warnings: {
|
|
2044
2028
|
description: string;
|
|
2045
2029
|
items: {
|
|
@@ -2257,14 +2241,6 @@ declare const _default: {
|
|
|
2257
2241
|
type: string;
|
|
2258
2242
|
}[];
|
|
2259
2243
|
};
|
|
2260
|
-
enabled_capabilities: {
|
|
2261
|
-
description: string;
|
|
2262
|
-
items: {
|
|
2263
|
-
enum: string[];
|
|
2264
|
-
type: string;
|
|
2265
|
-
};
|
|
2266
|
-
type: string;
|
|
2267
|
-
};
|
|
2268
2244
|
errors: {
|
|
2269
2245
|
description: string;
|
|
2270
2246
|
items: {
|
|
@@ -5686,22 +5662,132 @@ declare const _default: {
|
|
|
5686
5662
|
};
|
|
5687
5663
|
};
|
|
5688
5664
|
'/acs/credentials/update': {
|
|
5689
|
-
|
|
5665
|
+
patch: {
|
|
5690
5666
|
operationId: string;
|
|
5691
5667
|
requestBody: {
|
|
5692
5668
|
content: {
|
|
5693
5669
|
'application/json': {
|
|
5694
5670
|
schema: {
|
|
5695
5671
|
properties: {
|
|
5672
|
+
acs_credential_id: {
|
|
5673
|
+
type: string;
|
|
5674
|
+
};
|
|
5696
5675
|
code: {
|
|
5697
5676
|
pattern: string;
|
|
5698
5677
|
type: string;
|
|
5699
5678
|
};
|
|
5700
|
-
|
|
5701
|
-
|
|
5679
|
+
};
|
|
5680
|
+
required: string[];
|
|
5681
|
+
type: string;
|
|
5682
|
+
};
|
|
5683
|
+
};
|
|
5684
|
+
};
|
|
5685
|
+
};
|
|
5686
|
+
responses: {
|
|
5687
|
+
200: {
|
|
5688
|
+
content: {
|
|
5689
|
+
'application/json': {
|
|
5690
|
+
schema: {
|
|
5691
|
+
properties: {
|
|
5692
|
+
acs_credential: {
|
|
5693
|
+
properties: {
|
|
5694
|
+
acs_credential_id: {
|
|
5695
|
+
format: string;
|
|
5696
|
+
type: string;
|
|
5697
|
+
};
|
|
5698
|
+
acs_credential_pool_id: {
|
|
5699
|
+
format: string;
|
|
5700
|
+
type: string;
|
|
5701
|
+
};
|
|
5702
|
+
acs_system_id: {
|
|
5703
|
+
format: string;
|
|
5704
|
+
type: string;
|
|
5705
|
+
};
|
|
5706
|
+
acs_user_id: {
|
|
5707
|
+
format: string;
|
|
5708
|
+
type: string;
|
|
5709
|
+
};
|
|
5710
|
+
code: {
|
|
5711
|
+
nullable: boolean;
|
|
5712
|
+
type: string;
|
|
5713
|
+
};
|
|
5714
|
+
created_at: {
|
|
5715
|
+
format: string;
|
|
5716
|
+
type: string;
|
|
5717
|
+
};
|
|
5718
|
+
display_name: {
|
|
5719
|
+
minLength: number;
|
|
5720
|
+
type: string;
|
|
5721
|
+
};
|
|
5722
|
+
external_type: {
|
|
5723
|
+
enum: string[];
|
|
5724
|
+
type: string;
|
|
5725
|
+
};
|
|
5726
|
+
external_type_display_name: {
|
|
5727
|
+
type: string;
|
|
5728
|
+
};
|
|
5729
|
+
workspace_id: {
|
|
5730
|
+
format: string;
|
|
5731
|
+
type: string;
|
|
5732
|
+
};
|
|
5733
|
+
};
|
|
5734
|
+
required: string[];
|
|
5735
|
+
type: string;
|
|
5736
|
+
};
|
|
5737
|
+
ok: {
|
|
5738
|
+
type: string;
|
|
5739
|
+
};
|
|
5740
|
+
};
|
|
5741
|
+
required: string[];
|
|
5742
|
+
type: string;
|
|
5743
|
+
};
|
|
5744
|
+
};
|
|
5745
|
+
};
|
|
5746
|
+
description: string;
|
|
5747
|
+
};
|
|
5748
|
+
400: {
|
|
5749
|
+
description: string;
|
|
5750
|
+
};
|
|
5751
|
+
401: {
|
|
5752
|
+
description: string;
|
|
5753
|
+
};
|
|
5754
|
+
};
|
|
5755
|
+
security: ({
|
|
5756
|
+
access_token: never[];
|
|
5757
|
+
seam_workspace: never[];
|
|
5758
|
+
seam_client_session_token?: never;
|
|
5759
|
+
client_session_token?: never;
|
|
5760
|
+
} | {
|
|
5761
|
+
seam_client_session_token: never[];
|
|
5762
|
+
access_token?: never;
|
|
5763
|
+
seam_workspace?: never;
|
|
5764
|
+
client_session_token?: never;
|
|
5765
|
+
} | {
|
|
5766
|
+
client_session_token: never[];
|
|
5767
|
+
access_token?: never;
|
|
5768
|
+
seam_workspace?: never;
|
|
5769
|
+
seam_client_session_token?: never;
|
|
5770
|
+
})[];
|
|
5771
|
+
summary: string;
|
|
5772
|
+
tags: never[];
|
|
5773
|
+
'x-fern-ignore': boolean;
|
|
5774
|
+
};
|
|
5775
|
+
post: {
|
|
5776
|
+
operationId: string;
|
|
5777
|
+
requestBody: {
|
|
5778
|
+
content: {
|
|
5779
|
+
'application/json': {
|
|
5780
|
+
schema: {
|
|
5781
|
+
properties: {
|
|
5782
|
+
acs_credential_id: {
|
|
5783
|
+
type: string;
|
|
5784
|
+
};
|
|
5785
|
+
code: {
|
|
5786
|
+
pattern: string;
|
|
5702
5787
|
type: string;
|
|
5703
5788
|
};
|
|
5704
5789
|
};
|
|
5790
|
+
required: string[];
|
|
5705
5791
|
type: string;
|
|
5706
5792
|
};
|
|
5707
5793
|
};
|
|
@@ -14461,7 +14547,7 @@ interface Routes {
|
|
|
14461
14547
|
acs_credential_pool_id?: string | undefined;
|
|
14462
14548
|
acs_system_id: string;
|
|
14463
14549
|
display_name: string;
|
|
14464
|
-
code
|
|
14550
|
+
code?: (string | undefined) | null;
|
|
14465
14551
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14466
14552
|
external_type_display_name: string;
|
|
14467
14553
|
created_at: string;
|
|
@@ -14486,7 +14572,7 @@ interface Routes {
|
|
|
14486
14572
|
acs_credential_pool_id?: string | undefined;
|
|
14487
14573
|
acs_system_id: string;
|
|
14488
14574
|
display_name: string;
|
|
14489
|
-
code
|
|
14575
|
+
code?: (string | undefined) | null;
|
|
14490
14576
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14491
14577
|
external_type_display_name: string;
|
|
14492
14578
|
created_at: string;
|
|
@@ -14521,7 +14607,7 @@ interface Routes {
|
|
|
14521
14607
|
acs_credential_pool_id?: string | undefined;
|
|
14522
14608
|
acs_system_id: string;
|
|
14523
14609
|
display_name: string;
|
|
14524
|
-
code
|
|
14610
|
+
code?: (string | undefined) | null;
|
|
14525
14611
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14526
14612
|
external_type_display_name: string;
|
|
14527
14613
|
created_at: string;
|
|
@@ -14550,7 +14636,7 @@ interface Routes {
|
|
|
14550
14636
|
acs_credential_pool_id?: string | undefined;
|
|
14551
14637
|
acs_system_id: string;
|
|
14552
14638
|
display_name: string;
|
|
14553
|
-
code
|
|
14639
|
+
code?: (string | undefined) | null;
|
|
14554
14640
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14555
14641
|
external_type_display_name: string;
|
|
14556
14642
|
created_at: string;
|
|
@@ -14575,7 +14661,7 @@ interface Routes {
|
|
|
14575
14661
|
acs_credential_pool_id?: string | undefined;
|
|
14576
14662
|
acs_system_id: string;
|
|
14577
14663
|
display_name: string;
|
|
14578
|
-
code
|
|
14664
|
+
code?: (string | undefined) | null;
|
|
14579
14665
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14580
14666
|
external_type_display_name: string;
|
|
14581
14667
|
created_at: string;
|
|
@@ -14585,13 +14671,13 @@ interface Routes {
|
|
|
14585
14671
|
};
|
|
14586
14672
|
'/acs/credentials/update': {
|
|
14587
14673
|
route: '/acs/credentials/update';
|
|
14588
|
-
method: 'POST';
|
|
14674
|
+
method: 'PATCH' | 'POST';
|
|
14589
14675
|
queryParams: {};
|
|
14590
|
-
jsonBody: {
|
|
14591
|
-
|
|
14592
|
-
code
|
|
14593
|
-
name?: string | undefined;
|
|
14676
|
+
jsonBody: {
|
|
14677
|
+
acs_credential_id: string;
|
|
14678
|
+
code: string;
|
|
14594
14679
|
};
|
|
14680
|
+
commonParams: {};
|
|
14595
14681
|
formData: {};
|
|
14596
14682
|
jsonResponse: {
|
|
14597
14683
|
acs_credential: {
|
|
@@ -14600,7 +14686,7 @@ interface Routes {
|
|
|
14600
14686
|
acs_credential_pool_id?: string | undefined;
|
|
14601
14687
|
acs_system_id: string;
|
|
14602
14688
|
display_name: string;
|
|
14603
|
-
code
|
|
14689
|
+
code?: (string | undefined) | null;
|
|
14604
14690
|
external_type: 'pti_card' | 'brivo_credential' | 'hid_credential';
|
|
14605
14691
|
external_type_display_name: string;
|
|
14606
14692
|
created_at: string;
|
|
@@ -15294,12 +15380,8 @@ interface Routes {
|
|
|
15294
15380
|
device_id: string;
|
|
15295
15381
|
/** Type of the device. */
|
|
15296
15382
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
15297
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
15298
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
15299
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
15300
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
15301
15383
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
15302
|
-
|
|
15384
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
15303
15385
|
/** Properties of the device. */
|
|
15304
15386
|
properties: ({
|
|
15305
15387
|
/** Indicates whether the device is online. */
|
|
@@ -15744,12 +15826,8 @@ interface Routes {
|
|
|
15744
15826
|
device_id: string;
|
|
15745
15827
|
/** Type of the device. */
|
|
15746
15828
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
15747
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
15748
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
15749
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
15750
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
15751
15829
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
15752
|
-
|
|
15830
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
15753
15831
|
/** Properties of the device. */
|
|
15754
15832
|
properties: ({
|
|
15755
15833
|
/** Indicates whether the device is online. */
|
|
@@ -16205,10 +16283,8 @@ interface Routes {
|
|
|
16205
16283
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
16206
16284
|
/** Unique identifier for the account associated with the device. */
|
|
16207
16285
|
connected_account_id: string;
|
|
16208
|
-
/**
|
|
16286
|
+
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
16209
16287
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16210
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
16211
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16212
16288
|
/** Unique identifier for the Seam workspace associated with the device. */
|
|
16213
16289
|
workspace_id: string;
|
|
16214
16290
|
/** Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
@@ -16269,10 +16345,8 @@ interface Routes {
|
|
|
16269
16345
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
16270
16346
|
/** Unique identifier for the account associated with the device. */
|
|
16271
16347
|
connected_account_id: string;
|
|
16272
|
-
/**
|
|
16348
|
+
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
16273
16349
|
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16274
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
16275
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16276
16350
|
/** Unique identifier for the Seam workspace associated with the device. */
|
|
16277
16351
|
workspace_id: string;
|
|
16278
16352
|
/** Array of errors associated with the device. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it. */
|
|
@@ -16477,12 +16551,8 @@ interface Routes {
|
|
|
16477
16551
|
device_id: string;
|
|
16478
16552
|
/** Type of the device. */
|
|
16479
16553
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
16480
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
16481
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16482
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
16483
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16484
16554
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
16485
|
-
|
|
16555
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16486
16556
|
/** Properties of the device. */
|
|
16487
16557
|
properties: ({
|
|
16488
16558
|
/** Indicates whether the device is online. */
|
|
@@ -16905,12 +16975,8 @@ interface Routes {
|
|
|
16905
16975
|
device_id: string;
|
|
16906
16976
|
/** Type of the device. */
|
|
16907
16977
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
16908
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
16909
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16910
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
16911
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16912
16978
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
16913
|
-
|
|
16979
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
16914
16980
|
/** Properties of the device. */
|
|
16915
16981
|
properties: ({
|
|
16916
16982
|
/** Indicates whether the device is online. */
|
|
@@ -17355,12 +17421,8 @@ interface Routes {
|
|
|
17355
17421
|
device_id: string;
|
|
17356
17422
|
/** Type of the device. */
|
|
17357
17423
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
17358
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
17359
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
17360
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
17361
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
17362
17424
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
17363
|
-
|
|
17425
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
17364
17426
|
/** Properties of the device. */
|
|
17365
17427
|
properties: ({
|
|
17366
17428
|
/** Indicates whether the device is online. */
|
|
@@ -17783,12 +17845,8 @@ interface Routes {
|
|
|
17783
17845
|
device_id: string;
|
|
17784
17846
|
/** Type of the device. */
|
|
17785
17847
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
17786
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
17787
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
17788
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
17789
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
17790
17848
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
17791
|
-
|
|
17849
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
17792
17850
|
/** Properties of the device. */
|
|
17793
17851
|
properties: ({
|
|
17794
17852
|
/** Indicates whether the device is online. */
|
|
@@ -18641,12 +18699,8 @@ interface Routes {
|
|
|
18641
18699
|
device_id: string;
|
|
18642
18700
|
/** Type of the device. */
|
|
18643
18701
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
18644
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
18645
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
18646
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
18647
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
18648
18702
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
18649
|
-
|
|
18703
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
18650
18704
|
/** Properties of the device. */
|
|
18651
18705
|
properties: ({
|
|
18652
18706
|
/** Indicates whether the device is online. */
|
|
@@ -19121,12 +19175,8 @@ interface Routes {
|
|
|
19121
19175
|
device_id: string;
|
|
19122
19176
|
/** Type of the device. */
|
|
19123
19177
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
19124
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
19125
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
19126
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
19127
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
19128
19178
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
19129
|
-
|
|
19179
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
19130
19180
|
/** Properties of the device. */
|
|
19131
19181
|
properties: ({
|
|
19132
19182
|
/** Indicates whether the device is online. */
|
|
@@ -19698,12 +19748,8 @@ interface Routes {
|
|
|
19698
19748
|
device_id: string;
|
|
19699
19749
|
/** Type of the device. */
|
|
19700
19750
|
device_type: ('akuvox_lock' | 'august_lock' | 'brivo_access_point' | 'butterflymx_panel' | 'avigilon_alta_entry' | 'doorking_lock' | 'genie_door' | 'igloo_lock' | 'linear_lock' | 'lockly_lock' | 'kwikset_lock' | 'nuki_lock' | 'salto_lock' | 'schlage_lock' | 'seam_relay' | 'smartthings_lock' | 'wyze_lock' | 'yale_lock' | 'two_n_intercom' | 'controlbyweb_device' | 'ttlock_lock' | 'igloohome_lock' | 'hubitat_lock' | 'four_suites_door' | 'dormakaba_oracode_door') | ('noiseaware_activity_zone' | 'minut_sensor') | ('ecobee_thermostat' | 'nest_thermostat');
|
|
19701
|
-
/** Deprecated. Use enabled_capabilities. */
|
|
19702
|
-
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
19703
|
-
/** Collection of capabilities that the device has enabled, reflecting its present configuration. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
19704
|
-
enabled_capabilities: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
19705
19751
|
/** Collection of capabilities that the device supports when connected to Seam. Values are "access_code," which indicates that the device can manage and utilize digital PIN codes for secure access; "lock," which indicates that the device controls a door locking mechanism, enabling the remote opening and closing of doors and other entry points; "noise_detection," which indicates that the device supports monitoring and responding to ambient noise levels; "thermostat," which indicates that the device can regulate and adjust indoor temperatures; and "battery," which indicates that the device can manage battery life and health. */
|
|
19706
|
-
|
|
19752
|
+
capabilities_supported: Array<'access_code' | 'lock' | 'noise_detection' | 'thermostat' | 'battery'>;
|
|
19707
19753
|
/** Properties of the device. */
|
|
19708
19754
|
properties: ({
|
|
19709
19755
|
/** Indicates whether the device is online. */
|
|
@@ -641,14 +641,6 @@ declare const _default: {
|
|
|
641
641
|
type: string;
|
|
642
642
|
}[];
|
|
643
643
|
};
|
|
644
|
-
enabled_capabilities: {
|
|
645
|
-
description: string;
|
|
646
|
-
items: {
|
|
647
|
-
enum: string[];
|
|
648
|
-
type: string;
|
|
649
|
-
};
|
|
650
|
-
type: string;
|
|
651
|
-
};
|
|
652
644
|
errors: {
|
|
653
645
|
description: string;
|
|
654
646
|
items: {
|
|
@@ -1955,14 +1947,6 @@ declare const _default: {
|
|
|
1955
1947
|
})[];
|
|
1956
1948
|
description: string;
|
|
1957
1949
|
};
|
|
1958
|
-
supported_capabilities: {
|
|
1959
|
-
description: string;
|
|
1960
|
-
items: {
|
|
1961
|
-
enum: string[];
|
|
1962
|
-
type: string;
|
|
1963
|
-
};
|
|
1964
|
-
type: string;
|
|
1965
|
-
};
|
|
1966
1950
|
warnings: {
|
|
1967
1951
|
description: string;
|
|
1968
1952
|
items: {
|
|
@@ -2180,14 +2164,6 @@ declare const _default: {
|
|
|
2180
2164
|
type: string;
|
|
2181
2165
|
}[];
|
|
2182
2166
|
};
|
|
2183
|
-
enabled_capabilities: {
|
|
2184
|
-
description: string;
|
|
2185
|
-
items: {
|
|
2186
|
-
enum: string[];
|
|
2187
|
-
type: string;
|
|
2188
|
-
};
|
|
2189
|
-
type: string;
|
|
2190
|
-
};
|
|
2191
2167
|
errors: {
|
|
2192
2168
|
description: string;
|
|
2193
2169
|
items: {
|
|
@@ -5609,22 +5585,132 @@ declare const _default: {
|
|
|
5609
5585
|
};
|
|
5610
5586
|
};
|
|
5611
5587
|
'/acs/credentials/update': {
|
|
5612
|
-
|
|
5588
|
+
patch: {
|
|
5613
5589
|
operationId: string;
|
|
5614
5590
|
requestBody: {
|
|
5615
5591
|
content: {
|
|
5616
5592
|
'application/json': {
|
|
5617
5593
|
schema: {
|
|
5618
5594
|
properties: {
|
|
5595
|
+
acs_credential_id: {
|
|
5596
|
+
type: string;
|
|
5597
|
+
};
|
|
5619
5598
|
code: {
|
|
5620
5599
|
pattern: string;
|
|
5621
5600
|
type: string;
|
|
5622
5601
|
};
|
|
5623
|
-
|
|
5624
|
-
|
|
5602
|
+
};
|
|
5603
|
+
required: string[];
|
|
5604
|
+
type: string;
|
|
5605
|
+
};
|
|
5606
|
+
};
|
|
5607
|
+
};
|
|
5608
|
+
};
|
|
5609
|
+
responses: {
|
|
5610
|
+
200: {
|
|
5611
|
+
content: {
|
|
5612
|
+
'application/json': {
|
|
5613
|
+
schema: {
|
|
5614
|
+
properties: {
|
|
5615
|
+
acs_credential: {
|
|
5616
|
+
properties: {
|
|
5617
|
+
acs_credential_id: {
|
|
5618
|
+
format: string;
|
|
5619
|
+
type: string;
|
|
5620
|
+
};
|
|
5621
|
+
acs_credential_pool_id: {
|
|
5622
|
+
format: string;
|
|
5623
|
+
type: string;
|
|
5624
|
+
};
|
|
5625
|
+
acs_system_id: {
|
|
5626
|
+
format: string;
|
|
5627
|
+
type: string;
|
|
5628
|
+
};
|
|
5629
|
+
acs_user_id: {
|
|
5630
|
+
format: string;
|
|
5631
|
+
type: string;
|
|
5632
|
+
};
|
|
5633
|
+
code: {
|
|
5634
|
+
nullable: boolean;
|
|
5635
|
+
type: string;
|
|
5636
|
+
};
|
|
5637
|
+
created_at: {
|
|
5638
|
+
format: string;
|
|
5639
|
+
type: string;
|
|
5640
|
+
};
|
|
5641
|
+
display_name: {
|
|
5642
|
+
minLength: number;
|
|
5643
|
+
type: string;
|
|
5644
|
+
};
|
|
5645
|
+
external_type: {
|
|
5646
|
+
enum: string[];
|
|
5647
|
+
type: string;
|
|
5648
|
+
};
|
|
5649
|
+
external_type_display_name: {
|
|
5650
|
+
type: string;
|
|
5651
|
+
};
|
|
5652
|
+
workspace_id: {
|
|
5653
|
+
format: string;
|
|
5654
|
+
type: string;
|
|
5655
|
+
};
|
|
5656
|
+
};
|
|
5657
|
+
required: string[];
|
|
5658
|
+
type: string;
|
|
5659
|
+
};
|
|
5660
|
+
ok: {
|
|
5661
|
+
type: string;
|
|
5662
|
+
};
|
|
5663
|
+
};
|
|
5664
|
+
required: string[];
|
|
5665
|
+
type: string;
|
|
5666
|
+
};
|
|
5667
|
+
};
|
|
5668
|
+
};
|
|
5669
|
+
description: string;
|
|
5670
|
+
};
|
|
5671
|
+
400: {
|
|
5672
|
+
description: string;
|
|
5673
|
+
};
|
|
5674
|
+
401: {
|
|
5675
|
+
description: string;
|
|
5676
|
+
};
|
|
5677
|
+
};
|
|
5678
|
+
security: ({
|
|
5679
|
+
access_token: never[];
|
|
5680
|
+
seam_workspace: never[];
|
|
5681
|
+
seam_client_session_token?: never;
|
|
5682
|
+
client_session_token?: never;
|
|
5683
|
+
} | {
|
|
5684
|
+
seam_client_session_token: never[];
|
|
5685
|
+
access_token?: never;
|
|
5686
|
+
seam_workspace?: never;
|
|
5687
|
+
client_session_token?: never;
|
|
5688
|
+
} | {
|
|
5689
|
+
client_session_token: never[];
|
|
5690
|
+
access_token?: never;
|
|
5691
|
+
seam_workspace?: never;
|
|
5692
|
+
seam_client_session_token?: never;
|
|
5693
|
+
})[];
|
|
5694
|
+
summary: string;
|
|
5695
|
+
tags: never[];
|
|
5696
|
+
'x-fern-ignore': boolean;
|
|
5697
|
+
};
|
|
5698
|
+
post: {
|
|
5699
|
+
operationId: string;
|
|
5700
|
+
requestBody: {
|
|
5701
|
+
content: {
|
|
5702
|
+
'application/json': {
|
|
5703
|
+
schema: {
|
|
5704
|
+
properties: {
|
|
5705
|
+
acs_credential_id: {
|
|
5706
|
+
type: string;
|
|
5707
|
+
};
|
|
5708
|
+
code: {
|
|
5709
|
+
pattern: string;
|
|
5625
5710
|
type: string;
|
|
5626
5711
|
};
|
|
5627
5712
|
};
|
|
5713
|
+
required: string[];
|
|
5628
5714
|
type: string;
|
|
5629
5715
|
};
|
|
5630
5716
|
};
|