@seamapi/types 1.134.0 → 1.135.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 +3 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +22 -0
- package/lib/seam/connect/openapi.d.ts +9 -0
- package/lib/seam/connect/openapi.js +3 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +13 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +3 -0
- package/src/lib/seam/connect/route-types.ts +13 -0
package/dist/connect.d.cts
CHANGED
|
@@ -734,6 +734,9 @@ declare const _default: {
|
|
|
734
734
|
can_program_online_access_codes: {
|
|
735
735
|
type: string;
|
|
736
736
|
};
|
|
737
|
+
can_remotely_lock: {
|
|
738
|
+
type: string;
|
|
739
|
+
};
|
|
737
740
|
can_remotely_unlock: {
|
|
738
741
|
type: string;
|
|
739
742
|
};
|
|
@@ -2359,6 +2362,9 @@ declare const _default: {
|
|
|
2359
2362
|
can_program_online_access_codes: {
|
|
2360
2363
|
type: string;
|
|
2361
2364
|
};
|
|
2365
|
+
can_remotely_lock: {
|
|
2366
|
+
type: string;
|
|
2367
|
+
};
|
|
2362
2368
|
can_remotely_unlock: {
|
|
2363
2369
|
type: string;
|
|
2364
2370
|
};
|
|
@@ -2589,6 +2595,9 @@ declare const _default: {
|
|
|
2589
2595
|
can_program_online_access_codes: {
|
|
2590
2596
|
type: string;
|
|
2591
2597
|
};
|
|
2598
|
+
can_remotely_lock: {
|
|
2599
|
+
type: string;
|
|
2600
|
+
};
|
|
2592
2601
|
can_remotely_unlock: {
|
|
2593
2602
|
type: string;
|
|
2594
2603
|
};
|
|
@@ -19425,6 +19434,7 @@ interface Routes {
|
|
|
19425
19434
|
is_managed: true;
|
|
19426
19435
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
19427
19436
|
can_remotely_unlock?: boolean | undefined;
|
|
19437
|
+
can_remotely_lock?: boolean | undefined;
|
|
19428
19438
|
can_program_online_access_codes?: boolean | undefined;
|
|
19429
19439
|
};
|
|
19430
19440
|
};
|
|
@@ -19923,6 +19933,7 @@ interface Routes {
|
|
|
19923
19933
|
is_managed: true;
|
|
19924
19934
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
19925
19935
|
can_remotely_unlock?: boolean | undefined;
|
|
19936
|
+
can_remotely_lock?: boolean | undefined;
|
|
19926
19937
|
can_program_online_access_codes?: boolean | undefined;
|
|
19927
19938
|
}>;
|
|
19928
19939
|
};
|
|
@@ -20016,6 +20027,7 @@ interface Routes {
|
|
|
20016
20027
|
};
|
|
20017
20028
|
};
|
|
20018
20029
|
can_remotely_unlock?: boolean | undefined;
|
|
20030
|
+
can_remotely_lock?: boolean | undefined;
|
|
20019
20031
|
can_program_online_access_codes?: boolean | undefined;
|
|
20020
20032
|
};
|
|
20021
20033
|
};
|
|
@@ -20101,6 +20113,7 @@ interface Routes {
|
|
|
20101
20113
|
};
|
|
20102
20114
|
};
|
|
20103
20115
|
can_remotely_unlock?: boolean | undefined;
|
|
20116
|
+
can_remotely_lock?: boolean | undefined;
|
|
20104
20117
|
can_program_online_access_codes?: boolean | undefined;
|
|
20105
20118
|
}>;
|
|
20106
20119
|
};
|
|
@@ -20744,6 +20757,7 @@ interface Routes {
|
|
|
20744
20757
|
is_managed: true;
|
|
20745
20758
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
20746
20759
|
can_remotely_unlock?: boolean | undefined;
|
|
20760
|
+
can_remotely_lock?: boolean | undefined;
|
|
20747
20761
|
can_program_online_access_codes?: boolean | undefined;
|
|
20748
20762
|
};
|
|
20749
20763
|
device: {
|
|
@@ -21219,6 +21233,7 @@ interface Routes {
|
|
|
21219
21233
|
is_managed: true;
|
|
21220
21234
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
21221
21235
|
can_remotely_unlock?: boolean | undefined;
|
|
21236
|
+
can_remotely_lock?: boolean | undefined;
|
|
21222
21237
|
can_program_online_access_codes?: boolean | undefined;
|
|
21223
21238
|
};
|
|
21224
21239
|
};
|
|
@@ -21717,6 +21732,7 @@ interface Routes {
|
|
|
21717
21732
|
is_managed: true;
|
|
21718
21733
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
21719
21734
|
can_remotely_unlock?: boolean | undefined;
|
|
21735
|
+
can_remotely_lock?: boolean | undefined;
|
|
21720
21736
|
can_program_online_access_codes?: boolean | undefined;
|
|
21721
21737
|
}>;
|
|
21722
21738
|
devices: Array<{
|
|
@@ -22192,6 +22208,7 @@ interface Routes {
|
|
|
22192
22208
|
is_managed: true;
|
|
22193
22209
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
22194
22210
|
can_remotely_unlock?: boolean | undefined;
|
|
22211
|
+
can_remotely_lock?: boolean | undefined;
|
|
22195
22212
|
can_program_online_access_codes?: boolean | undefined;
|
|
22196
22213
|
}>;
|
|
22197
22214
|
};
|
|
@@ -22545,6 +22562,7 @@ interface Routes {
|
|
|
22545
22562
|
is_managed: true;
|
|
22546
22563
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
22547
22564
|
can_remotely_unlock?: boolean | undefined;
|
|
22565
|
+
can_remotely_lock?: boolean | undefined;
|
|
22548
22566
|
can_program_online_access_codes?: boolean | undefined;
|
|
22549
22567
|
}>;
|
|
22550
22568
|
};
|
|
@@ -22618,6 +22636,7 @@ interface Routes {
|
|
|
22618
22636
|
is_managed: true;
|
|
22619
22637
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
22620
22638
|
can_remotely_unlock?: boolean | undefined;
|
|
22639
|
+
can_remotely_lock?: boolean | undefined;
|
|
22621
22640
|
can_program_online_access_codes?: boolean | undefined;
|
|
22622
22641
|
};
|
|
22623
22642
|
};
|
|
@@ -23304,6 +23323,7 @@ interface Routes {
|
|
|
23304
23323
|
is_managed: true;
|
|
23305
23324
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
23306
23325
|
can_remotely_unlock?: boolean | undefined;
|
|
23326
|
+
can_remotely_lock?: boolean | undefined;
|
|
23307
23327
|
can_program_online_access_codes?: boolean | undefined;
|
|
23308
23328
|
};
|
|
23309
23329
|
};
|
|
@@ -23878,6 +23898,7 @@ interface Routes {
|
|
|
23878
23898
|
is_managed: true;
|
|
23879
23899
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
23880
23900
|
can_remotely_unlock?: boolean | undefined;
|
|
23901
|
+
can_remotely_lock?: boolean | undefined;
|
|
23881
23902
|
can_program_online_access_codes?: boolean | undefined;
|
|
23882
23903
|
}>;
|
|
23883
23904
|
};
|
|
@@ -24637,6 +24658,7 @@ interface Routes {
|
|
|
24637
24658
|
is_managed: true;
|
|
24638
24659
|
custom_metadata?: Record<string, string | boolean | null> | undefined;
|
|
24639
24660
|
can_remotely_unlock?: boolean | undefined;
|
|
24661
|
+
can_remotely_lock?: boolean | undefined;
|
|
24640
24662
|
can_program_online_access_codes?: boolean | undefined;
|
|
24641
24663
|
}>;
|
|
24642
24664
|
};
|
|
@@ -660,6 +660,9 @@ declare const _default: {
|
|
|
660
660
|
can_program_online_access_codes: {
|
|
661
661
|
type: string;
|
|
662
662
|
};
|
|
663
|
+
can_remotely_lock: {
|
|
664
|
+
type: string;
|
|
665
|
+
};
|
|
663
666
|
can_remotely_unlock: {
|
|
664
667
|
type: string;
|
|
665
668
|
};
|
|
@@ -2285,6 +2288,9 @@ declare const _default: {
|
|
|
2285
2288
|
can_program_online_access_codes: {
|
|
2286
2289
|
type: string;
|
|
2287
2290
|
};
|
|
2291
|
+
can_remotely_lock: {
|
|
2292
|
+
type: string;
|
|
2293
|
+
};
|
|
2288
2294
|
can_remotely_unlock: {
|
|
2289
2295
|
type: string;
|
|
2290
2296
|
};
|
|
@@ -2515,6 +2521,9 @@ declare const _default: {
|
|
|
2515
2521
|
can_program_online_access_codes: {
|
|
2516
2522
|
type: string;
|
|
2517
2523
|
};
|
|
2524
|
+
can_remotely_lock: {
|
|
2525
|
+
type: string;
|
|
2526
|
+
};
|
|
2518
2527
|
can_remotely_unlock: {
|
|
2519
2528
|
type: string;
|
|
2520
2529
|
};
|
|
@@ -505,6 +505,7 @@ export default {
|
|
|
505
505
|
device: {
|
|
506
506
|
properties: {
|
|
507
507
|
can_program_online_access_codes: { type: 'boolean' },
|
|
508
|
+
can_remotely_lock: { type: 'boolean' },
|
|
508
509
|
can_remotely_unlock: { type: 'boolean' },
|
|
509
510
|
capabilities_supported: {
|
|
510
511
|
description: '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.',
|
|
@@ -1829,6 +1830,7 @@ export default {
|
|
|
1829
1830
|
phone: {
|
|
1830
1831
|
properties: {
|
|
1831
1832
|
can_program_online_access_codes: { type: 'boolean' },
|
|
1833
|
+
can_remotely_lock: { type: 'boolean' },
|
|
1832
1834
|
can_remotely_unlock: { type: 'boolean' },
|
|
1833
1835
|
capabilities_supported: {
|
|
1834
1836
|
description: '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.',
|
|
@@ -2042,6 +2044,7 @@ export default {
|
|
|
2042
2044
|
unmanaged_device: {
|
|
2043
2045
|
properties: {
|
|
2044
2046
|
can_program_online_access_codes: { type: 'boolean' },
|
|
2047
|
+
can_remotely_lock: { type: 'boolean' },
|
|
2045
2048
|
can_remotely_unlock: { type: 'boolean' },
|
|
2046
2049
|
capabilities_supported: {
|
|
2047
2050
|
description: '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.',
|