@seamapi/types 1.960.0 → 1.962.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 +6 -518
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -1394
- package/dist/index.cjs +6 -518
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -78
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -78
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
- package/lib/seam/connect/models/devices/device-provider.js +2 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +0 -319
- package/lib/seam/connect/models/devices/device.js +0 -59
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +0 -99
- package/lib/seam/connect/openapi.js +2 -468
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -979
- package/package.json +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +2 -1
- package/src/lib/seam/connect/models/devices/device.ts +0 -63
- package/src/lib/seam/connect/openapi.ts +2 -538
- package/src/lib/seam/connect/route-types.ts +2 -1090
|
@@ -1362,22 +1362,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
1362
1362
|
created_at: string;
|
|
1363
1363
|
error_code: "august_lock_not_authorized";
|
|
1364
1364
|
is_device_error: true;
|
|
1365
|
-
}> | z.ZodObject<{
|
|
1366
|
-
message: z.ZodString;
|
|
1367
|
-
is_device_error: z.ZodLiteral<true>;
|
|
1368
|
-
created_at: z.ZodString;
|
|
1369
|
-
} & {
|
|
1370
|
-
error_code: z.ZodLiteral<"august_lock_missing_bridge">;
|
|
1371
|
-
}, "strip", z.ZodTypeAny, {
|
|
1372
|
-
message: string;
|
|
1373
|
-
created_at: string;
|
|
1374
|
-
error_code: "august_lock_missing_bridge";
|
|
1375
|
-
is_device_error: true;
|
|
1376
|
-
}, {
|
|
1377
|
-
message: string;
|
|
1378
|
-
created_at: string;
|
|
1379
|
-
error_code: "august_lock_missing_bridge";
|
|
1380
|
-
is_device_error: true;
|
|
1381
1365
|
}> | z.ZodObject<{
|
|
1382
1366
|
message: z.ZodString;
|
|
1383
1367
|
created_at: z.ZodString;
|
|
@@ -1420,22 +1404,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
1420
1404
|
message: z.ZodString;
|
|
1421
1405
|
is_device_error: z.ZodLiteral<true>;
|
|
1422
1406
|
created_at: z.ZodString;
|
|
1423
|
-
} & {
|
|
1424
|
-
error_code: z.ZodLiteral<"ttlock_lock_not_paired_to_gateway">;
|
|
1425
|
-
}, "strip", z.ZodTypeAny, {
|
|
1426
|
-
message: string;
|
|
1427
|
-
created_at: string;
|
|
1428
|
-
error_code: "ttlock_lock_not_paired_to_gateway";
|
|
1429
|
-
is_device_error: true;
|
|
1430
|
-
}, {
|
|
1431
|
-
message: string;
|
|
1432
|
-
created_at: string;
|
|
1433
|
-
error_code: "ttlock_lock_not_paired_to_gateway";
|
|
1434
|
-
is_device_error: true;
|
|
1435
|
-
}> | z.ZodObject<{
|
|
1436
|
-
message: z.ZodString;
|
|
1437
|
-
is_device_error: z.ZodLiteral<true>;
|
|
1438
|
-
created_at: z.ZodString;
|
|
1439
1407
|
} & {
|
|
1440
1408
|
error_code: z.ZodLiteral<"missing_device_credentials">;
|
|
1441
1409
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1480,22 +1448,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
1480
1448
|
created_at: string;
|
|
1481
1449
|
error_code: "subscription_required";
|
|
1482
1450
|
is_device_error: true;
|
|
1483
|
-
}> | z.ZodObject<{
|
|
1484
|
-
message: z.ZodString;
|
|
1485
|
-
is_device_error: z.ZodLiteral<true>;
|
|
1486
|
-
created_at: z.ZodString;
|
|
1487
|
-
} & {
|
|
1488
|
-
error_code: z.ZodLiteral<"lockly_missing_wifi_bridge">;
|
|
1489
|
-
}, "strip", z.ZodTypeAny, {
|
|
1490
|
-
message: string;
|
|
1491
|
-
created_at: string;
|
|
1492
|
-
error_code: "lockly_missing_wifi_bridge";
|
|
1493
|
-
is_device_error: true;
|
|
1494
|
-
}, {
|
|
1495
|
-
message: string;
|
|
1496
|
-
created_at: string;
|
|
1497
|
-
error_code: "lockly_missing_wifi_bridge";
|
|
1498
|
-
is_device_error: true;
|
|
1499
1451
|
}>)[]]>, "many">;
|
|
1500
1452
|
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
1501
1453
|
message: z.ZodString;
|
|
@@ -1951,11 +1903,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
1951
1903
|
created_at: string;
|
|
1952
1904
|
error_code: "august_lock_not_authorized";
|
|
1953
1905
|
is_device_error: true;
|
|
1954
|
-
} | {
|
|
1955
|
-
message: string;
|
|
1956
|
-
created_at: string;
|
|
1957
|
-
error_code: "august_lock_missing_bridge";
|
|
1958
|
-
is_device_error: true;
|
|
1959
1906
|
} | {
|
|
1960
1907
|
message: string;
|
|
1961
1908
|
created_at: string;
|
|
@@ -1968,11 +1915,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
1968
1915
|
error_code: "dormakaba_sites_disconnected";
|
|
1969
1916
|
is_connected_account_error: true;
|
|
1970
1917
|
is_device_error: false;
|
|
1971
|
-
} | {
|
|
1972
|
-
message: string;
|
|
1973
|
-
created_at: string;
|
|
1974
|
-
error_code: "ttlock_lock_not_paired_to_gateway";
|
|
1975
|
-
is_device_error: true;
|
|
1976
1918
|
} | {
|
|
1977
1919
|
message: string;
|
|
1978
1920
|
created_at: string;
|
|
@@ -1988,11 +1930,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
1988
1930
|
created_at: string;
|
|
1989
1931
|
error_code: "subscription_required";
|
|
1990
1932
|
is_device_error: true;
|
|
1991
|
-
} | {
|
|
1992
|
-
message: string;
|
|
1993
|
-
created_at: string;
|
|
1994
|
-
error_code: "lockly_missing_wifi_bridge";
|
|
1995
|
-
is_device_error: true;
|
|
1996
1933
|
} | {
|
|
1997
1934
|
message: string;
|
|
1998
1935
|
error_code: "provider_issue";
|
|
@@ -2238,11 +2175,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
2238
2175
|
created_at: string;
|
|
2239
2176
|
error_code: "august_lock_not_authorized";
|
|
2240
2177
|
is_device_error: true;
|
|
2241
|
-
} | {
|
|
2242
|
-
message: string;
|
|
2243
|
-
created_at: string;
|
|
2244
|
-
error_code: "august_lock_missing_bridge";
|
|
2245
|
-
is_device_error: true;
|
|
2246
2178
|
} | {
|
|
2247
2179
|
message: string;
|
|
2248
2180
|
created_at: string;
|
|
@@ -2255,11 +2187,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
2255
2187
|
error_code: "dormakaba_sites_disconnected";
|
|
2256
2188
|
is_connected_account_error: true;
|
|
2257
2189
|
is_device_error: false;
|
|
2258
|
-
} | {
|
|
2259
|
-
message: string;
|
|
2260
|
-
created_at: string;
|
|
2261
|
-
error_code: "ttlock_lock_not_paired_to_gateway";
|
|
2262
|
-
is_device_error: true;
|
|
2263
2190
|
} | {
|
|
2264
2191
|
message: string;
|
|
2265
2192
|
created_at: string;
|
|
@@ -2275,11 +2202,6 @@ export declare const access_code: z.ZodObject<{
|
|
|
2275
2202
|
created_at: string;
|
|
2276
2203
|
error_code: "subscription_required";
|
|
2277
2204
|
is_device_error: true;
|
|
2278
|
-
} | {
|
|
2279
|
-
message: string;
|
|
2280
|
-
created_at: string;
|
|
2281
|
-
error_code: "lockly_missing_wifi_bridge";
|
|
2282
|
-
is_device_error: true;
|
|
2283
2205
|
} | {
|
|
2284
2206
|
message: string;
|
|
2285
2207
|
error_code: "provider_issue";
|
|
@@ -407,22 +407,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
407
407
|
created_at: string;
|
|
408
408
|
error_code: "august_lock_not_authorized";
|
|
409
409
|
is_device_error: true;
|
|
410
|
-
}> | z.ZodObject<{
|
|
411
|
-
message: z.ZodString;
|
|
412
|
-
is_device_error: z.ZodLiteral<true>;
|
|
413
|
-
created_at: z.ZodString;
|
|
414
|
-
} & {
|
|
415
|
-
error_code: z.ZodLiteral<"august_lock_missing_bridge">;
|
|
416
|
-
}, "strip", z.ZodTypeAny, {
|
|
417
|
-
message: string;
|
|
418
|
-
created_at: string;
|
|
419
|
-
error_code: "august_lock_missing_bridge";
|
|
420
|
-
is_device_error: true;
|
|
421
|
-
}, {
|
|
422
|
-
message: string;
|
|
423
|
-
created_at: string;
|
|
424
|
-
error_code: "august_lock_missing_bridge";
|
|
425
|
-
is_device_error: true;
|
|
426
410
|
}> | z.ZodObject<{
|
|
427
411
|
message: z.ZodString;
|
|
428
412
|
created_at: z.ZodString;
|
|
@@ -465,22 +449,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
465
449
|
message: z.ZodString;
|
|
466
450
|
is_device_error: z.ZodLiteral<true>;
|
|
467
451
|
created_at: z.ZodString;
|
|
468
|
-
} & {
|
|
469
|
-
error_code: z.ZodLiteral<"ttlock_lock_not_paired_to_gateway">;
|
|
470
|
-
}, "strip", z.ZodTypeAny, {
|
|
471
|
-
message: string;
|
|
472
|
-
created_at: string;
|
|
473
|
-
error_code: "ttlock_lock_not_paired_to_gateway";
|
|
474
|
-
is_device_error: true;
|
|
475
|
-
}, {
|
|
476
|
-
message: string;
|
|
477
|
-
created_at: string;
|
|
478
|
-
error_code: "ttlock_lock_not_paired_to_gateway";
|
|
479
|
-
is_device_error: true;
|
|
480
|
-
}> | z.ZodObject<{
|
|
481
|
-
message: z.ZodString;
|
|
482
|
-
is_device_error: z.ZodLiteral<true>;
|
|
483
|
-
created_at: z.ZodString;
|
|
484
452
|
} & {
|
|
485
453
|
error_code: z.ZodLiteral<"missing_device_credentials">;
|
|
486
454
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -525,22 +493,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
525
493
|
created_at: string;
|
|
526
494
|
error_code: "subscription_required";
|
|
527
495
|
is_device_error: true;
|
|
528
|
-
}> | z.ZodObject<{
|
|
529
|
-
message: z.ZodString;
|
|
530
|
-
is_device_error: z.ZodLiteral<true>;
|
|
531
|
-
created_at: z.ZodString;
|
|
532
|
-
} & {
|
|
533
|
-
error_code: z.ZodLiteral<"lockly_missing_wifi_bridge">;
|
|
534
|
-
}, "strip", z.ZodTypeAny, {
|
|
535
|
-
message: string;
|
|
536
|
-
created_at: string;
|
|
537
|
-
error_code: "lockly_missing_wifi_bridge";
|
|
538
|
-
is_device_error: true;
|
|
539
|
-
}, {
|
|
540
|
-
message: string;
|
|
541
|
-
created_at: string;
|
|
542
|
-
error_code: "lockly_missing_wifi_bridge";
|
|
543
|
-
is_device_error: true;
|
|
544
496
|
}>)[]]>, "many">;
|
|
545
497
|
warnings: z.ZodArray<z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<{
|
|
546
498
|
message: z.ZodString;
|
|
@@ -822,11 +774,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
822
774
|
created_at: string;
|
|
823
775
|
error_code: "august_lock_not_authorized";
|
|
824
776
|
is_device_error: true;
|
|
825
|
-
} | {
|
|
826
|
-
message: string;
|
|
827
|
-
created_at: string;
|
|
828
|
-
error_code: "august_lock_missing_bridge";
|
|
829
|
-
is_device_error: true;
|
|
830
777
|
} | {
|
|
831
778
|
message: string;
|
|
832
779
|
created_at: string;
|
|
@@ -839,11 +786,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
839
786
|
error_code: "dormakaba_sites_disconnected";
|
|
840
787
|
is_connected_account_error: true;
|
|
841
788
|
is_device_error: false;
|
|
842
|
-
} | {
|
|
843
|
-
message: string;
|
|
844
|
-
created_at: string;
|
|
845
|
-
error_code: "ttlock_lock_not_paired_to_gateway";
|
|
846
|
-
is_device_error: true;
|
|
847
789
|
} | {
|
|
848
790
|
message: string;
|
|
849
791
|
created_at: string;
|
|
@@ -859,11 +801,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
859
801
|
created_at: string;
|
|
860
802
|
error_code: "subscription_required";
|
|
861
803
|
is_device_error: true;
|
|
862
|
-
} | {
|
|
863
|
-
message: string;
|
|
864
|
-
created_at: string;
|
|
865
|
-
error_code: "lockly_missing_wifi_bridge";
|
|
866
|
-
is_device_error: true;
|
|
867
804
|
} | {
|
|
868
805
|
message: string;
|
|
869
806
|
error_code: "provider_issue";
|
|
@@ -1056,11 +993,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
1056
993
|
created_at: string;
|
|
1057
994
|
error_code: "august_lock_not_authorized";
|
|
1058
995
|
is_device_error: true;
|
|
1059
|
-
} | {
|
|
1060
|
-
message: string;
|
|
1061
|
-
created_at: string;
|
|
1062
|
-
error_code: "august_lock_missing_bridge";
|
|
1063
|
-
is_device_error: true;
|
|
1064
996
|
} | {
|
|
1065
997
|
message: string;
|
|
1066
998
|
created_at: string;
|
|
@@ -1073,11 +1005,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
1073
1005
|
error_code: "dormakaba_sites_disconnected";
|
|
1074
1006
|
is_connected_account_error: true;
|
|
1075
1007
|
is_device_error: false;
|
|
1076
|
-
} | {
|
|
1077
|
-
message: string;
|
|
1078
|
-
created_at: string;
|
|
1079
|
-
error_code: "ttlock_lock_not_paired_to_gateway";
|
|
1080
|
-
is_device_error: true;
|
|
1081
1008
|
} | {
|
|
1082
1009
|
message: string;
|
|
1083
1010
|
created_at: string;
|
|
@@ -1093,11 +1020,6 @@ export declare const unmanaged_access_code: z.ZodObject<{
|
|
|
1093
1020
|
created_at: string;
|
|
1094
1021
|
error_code: "subscription_required";
|
|
1095
1022
|
is_device_error: true;
|
|
1096
|
-
} | {
|
|
1097
|
-
message: string;
|
|
1098
|
-
created_at: string;
|
|
1099
|
-
error_code: "lockly_missing_wifi_bridge";
|
|
1100
|
-
is_device_error: true;
|
|
1101
1023
|
} | {
|
|
1102
1024
|
message: string;
|
|
1103
1025
|
error_code: "provider_issue";
|
|
@@ -16,6 +16,7 @@ export declare const DEVICE_PROVIDERS: {
|
|
|
16
16
|
readonly DOORKING: "doorking";
|
|
17
17
|
readonly SALTO: "salto";
|
|
18
18
|
readonly SALTO_KS: "salto_ks";
|
|
19
|
+
readonly SALTO_KS_ACCEPT: "salto_ks_accept";
|
|
19
20
|
readonly LOCKLY: "lockly";
|
|
20
21
|
readonly TTLOCK: "ttlock";
|
|
21
22
|
readonly LINEAR: "linear";
|
|
@@ -72,7 +73,7 @@ export type ProviderCategory = keyof typeof PROVIDER_CATEGORY_MAP;
|
|
|
72
73
|
export declare const PROVIDER_CATEGORY_MAP: {
|
|
73
74
|
readonly stable: readonly ["august", "brivo", "schlage", "smartthings", "yale", "nuki", "salto_ks", "salto_space", "minut", "my_2n", "kwikset", "ttlock", "noiseaware", "igloohome", "ecobee", "lockly", "wyze", "nest", "tedee", "honeywell_resideo", "first_alert", "visionline", "assa_abloy_credential_service", "dormakaba_ambiance", "latch", "akiles", "sensi", "assa_abloy_vostio", "avigilon_alta", "keynest", "hotek", "ultraloq", "dormakaba_oracode", "ring", "korelock", "keyincode", "sifely", "omnitec", "dusaw", "thirty_three_lock"];
|
|
74
75
|
readonly consumer_smartlocks: readonly ["akiles", "august", "schlage", "yale", "smartthings", "nuki", "ttlock", "kwikset", "igloohome", "wyze", "lockly", "tedee", "ultraloq", "dormakaba_oracode", "korelock", "dusaw", "keyincode", "sifely", "thirty_three_lock"];
|
|
75
|
-
readonly beta: readonly ["kisi"];
|
|
76
|
+
readonly beta: readonly ["kisi", "salto_ks_accept"];
|
|
76
77
|
readonly thermostats: readonly ["ecobee", "nest", "sensi", "honeywell_resideo", "first_alert"];
|
|
77
78
|
readonly noise_sensors: readonly ["minut", "noiseaware"];
|
|
78
79
|
readonly access_control_systems: readonly ["brivo", "visionline", "assa_abloy_credential_service", "latch", "salto_ks", "assa_abloy_vostio", "salto_space", "dormakaba_ambiance", "dormakaba_community", "legic_connect", "hotek"];
|
|
@@ -16,6 +16,7 @@ export const DEVICE_PROVIDERS = {
|
|
|
16
16
|
DOORKING: 'doorking',
|
|
17
17
|
SALTO: 'salto',
|
|
18
18
|
SALTO_KS: 'salto_ks',
|
|
19
|
+
SALTO_KS_ACCEPT: 'salto_ks_accept',
|
|
19
20
|
LOCKLY: 'lockly',
|
|
20
21
|
TTLOCK: 'ttlock',
|
|
21
22
|
LINEAR: 'linear',
|
|
@@ -128,7 +129,7 @@ export const PROVIDER_CATEGORY_MAP = {
|
|
|
128
129
|
'sifely',
|
|
129
130
|
'thirty_three_lock',
|
|
130
131
|
],
|
|
131
|
-
beta: ['kisi'],
|
|
132
|
+
beta: ['kisi', 'salto_ks_accept'],
|
|
132
133
|
thermostats: ['ecobee', 'nest', 'sensi', 'honeywell_resideo', 'first_alert'],
|
|
133
134
|
noise_sensors: ['minut', 'noiseaware'],
|
|
134
135
|
access_control_systems: [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"device-provider.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/devices/device-provider.ts"],"names":[],"mappings":"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"}
|