@seamapi/types 1.66.0 → 1.68.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 +1 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/devicedb.cjs +6 -0
- package/dist/devicedb.cjs.map +1 -1
- package/dist/devicedb.d.cts +62 -0
- package/lib/seam/connect/openapi.js +1 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/lib/seam/devicedb/public-models/device-model-v1.d.ts +10 -0
- package/lib/seam/devicedb/public-models/manufacturer.d.ts +4 -0
- package/lib/seam/devicedb/public-models/manufacturer.js +2 -0
- package/lib/seam/devicedb/public-models/manufacturer.js.map +1 -1
- package/lib/seam/devicedb/route-specs.d.ts +42 -0
- package/lib/seam/devicedb/route-specs.js +8 -0
- package/lib/seam/devicedb/route-specs.js.map +1 -1
- package/lib/seam/devicedb/route-types.d.ts +6 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +1 -0
- package/src/lib/seam/connect/route-types.ts +1 -0
- package/src/lib/seam/devicedb/public-models/manufacturer.ts +2 -0
- package/src/lib/seam/devicedb/route-specs.ts +8 -0
- package/src/lib/seam/devicedb/route-types.ts +30 -0
|
@@ -1441,7 +1441,7 @@ export interface Routes {
|
|
|
1441
1441
|
device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
|
|
1442
1442
|
custom_redirect_url?: string | undefined;
|
|
1443
1443
|
custom_redirect_failure_url?: string | undefined;
|
|
1444
|
-
accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'yale_access' | 'hid_cm'> | undefined;
|
|
1444
|
+
accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'yale_access' | 'hid_cm'> | undefined;
|
|
1445
1445
|
provider_category?: ('stable' | 'consumer_smartlocks' | 'internal_beta') | undefined;
|
|
1446
1446
|
custom_metadata?: Record<string, string | number | null | boolean> | undefined;
|
|
1447
1447
|
automatically_manage_new_devices?: boolean | undefined;
|
|
@@ -314,6 +314,7 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
314
314
|
url: string;
|
|
315
315
|
}>>;
|
|
316
316
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
317
|
+
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
317
318
|
is_connect_webview_supported: z.ZodBoolean;
|
|
318
319
|
requires_seam_support_to_add_account: z.ZodBoolean;
|
|
319
320
|
device_model_count: z.ZodNumber;
|
|
@@ -321,6 +322,7 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
321
322
|
display_name: string;
|
|
322
323
|
manufacturer_id: string;
|
|
323
324
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
325
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
324
326
|
is_connect_webview_supported: boolean;
|
|
325
327
|
requires_seam_support_to_add_account: boolean;
|
|
326
328
|
logo?: {
|
|
@@ -332,6 +334,7 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
332
334
|
display_name: string;
|
|
333
335
|
manufacturer_id: string;
|
|
334
336
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
337
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
335
338
|
is_connect_webview_supported: boolean;
|
|
336
339
|
requires_seam_support_to_add_account: boolean;
|
|
337
340
|
logo?: {
|
|
@@ -439,6 +442,7 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
439
442
|
display_name: string;
|
|
440
443
|
manufacturer_id: string;
|
|
441
444
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
445
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
442
446
|
is_connect_webview_supported: boolean;
|
|
443
447
|
requires_seam_support_to_add_account: boolean;
|
|
444
448
|
logo?: {
|
|
@@ -480,6 +484,7 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
480
484
|
display_name: string;
|
|
481
485
|
manufacturer_id: string;
|
|
482
486
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
487
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
483
488
|
is_connect_webview_supported: boolean;
|
|
484
489
|
requires_seam_support_to_add_account: boolean;
|
|
485
490
|
logo?: {
|
|
@@ -534,6 +539,7 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
534
539
|
url: string;
|
|
535
540
|
}>>;
|
|
536
541
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
542
|
+
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
537
543
|
is_connect_webview_supported: z.ZodBoolean;
|
|
538
544
|
requires_seam_support_to_add_account: z.ZodBoolean;
|
|
539
545
|
device_model_count: z.ZodNumber;
|
|
@@ -541,6 +547,7 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
541
547
|
display_name: string;
|
|
542
548
|
manufacturer_id: string;
|
|
543
549
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
550
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
544
551
|
is_connect_webview_supported: boolean;
|
|
545
552
|
requires_seam_support_to_add_account: boolean;
|
|
546
553
|
logo?: {
|
|
@@ -552,6 +559,7 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
552
559
|
display_name: string;
|
|
553
560
|
manufacturer_id: string;
|
|
554
561
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
562
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
555
563
|
is_connect_webview_supported: boolean;
|
|
556
564
|
requires_seam_support_to_add_account: boolean;
|
|
557
565
|
logo?: {
|
|
@@ -659,6 +667,7 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
659
667
|
display_name: string;
|
|
660
668
|
manufacturer_id: string;
|
|
661
669
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
670
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
662
671
|
is_connect_webview_supported: boolean;
|
|
663
672
|
requires_seam_support_to_add_account: boolean;
|
|
664
673
|
logo?: {
|
|
@@ -700,6 +709,7 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
700
709
|
display_name: string;
|
|
701
710
|
manufacturer_id: string;
|
|
702
711
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
712
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
703
713
|
is_connect_webview_supported: boolean;
|
|
704
714
|
requires_seam_support_to_add_account: boolean;
|
|
705
715
|
logo?: {
|
|
@@ -17,7 +17,9 @@ export declare const manufacturer: z.ZodObject<{
|
|
|
17
17
|
width: number;
|
|
18
18
|
url: string;
|
|
19
19
|
}>>;
|
|
20
|
+
/** @deprecated */
|
|
20
21
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
22
|
+
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
21
23
|
is_connect_webview_supported: z.ZodBoolean;
|
|
22
24
|
requires_seam_support_to_add_account: z.ZodBoolean;
|
|
23
25
|
device_model_count: z.ZodNumber;
|
|
@@ -25,6 +27,7 @@ export declare const manufacturer: z.ZodObject<{
|
|
|
25
27
|
display_name: string;
|
|
26
28
|
manufacturer_id: string;
|
|
27
29
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
30
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
28
31
|
is_connect_webview_supported: boolean;
|
|
29
32
|
requires_seam_support_to_add_account: boolean;
|
|
30
33
|
device_model_count: number;
|
|
@@ -37,6 +40,7 @@ export declare const manufacturer: z.ZodObject<{
|
|
|
37
40
|
display_name: string;
|
|
38
41
|
manufacturer_id: string;
|
|
39
42
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
43
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
40
44
|
is_connect_webview_supported: boolean;
|
|
41
45
|
requires_seam_support_to_add_account: boolean;
|
|
42
46
|
device_model_count: number;
|
|
@@ -11,7 +11,9 @@ export const manufacturer = z.object({
|
|
|
11
11
|
manufacturer_id: z.string().uuid(),
|
|
12
12
|
display_name: z.string(),
|
|
13
13
|
logo: image_reference.optional(),
|
|
14
|
+
/** @deprecated */
|
|
14
15
|
integration: manufacturer_integration_support_level,
|
|
16
|
+
integration_support_level: manufacturer_integration_support_level,
|
|
15
17
|
is_connect_webview_supported: z.boolean(),
|
|
16
18
|
requires_seam_support_to_add_account: z.boolean(),
|
|
17
19
|
device_model_count: z.number(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"manufacturer.js","sourceRoot":"","sources":["../../../../src/lib/seam/devicedb/public-models/manufacturer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAEtD,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3D,QAAQ;IACR,MAAM;IACN,SAAS;IACT,aAAa;IACb,SAAS;CACV,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAClC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,IAAI,EAAE,eAAe,CAAC,QAAQ,EAAE;IAChC,WAAW,EAAE,sCAAsC;IACnD,4BAA4B,EAAE,CAAC,CAAC,OAAO,EAAE;IACzC,oCAAoC,EAAE,CAAC,CAAC,OAAO,EAAE;IACjD,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;CAC/B,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"manufacturer.js","sourceRoot":"","sources":["../../../../src/lib/seam/devicedb/public-models/manufacturer.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAEtD,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC,CAAC,IAAI,CAAC;IAC3D,QAAQ;IACR,MAAM;IACN,SAAS;IACT,aAAa;IACb,SAAS;CACV,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,YAAY,GAAG,CAAC,CAAC,MAAM,CAAC;IACnC,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAClC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE;IACxB,IAAI,EAAE,eAAe,CAAC,QAAQ,EAAE;IAChC,kBAAkB;IAClB,WAAW,EAAE,sCAAsC;IACnD,yBAAyB,EAAE,sCAAsC;IACjE,4BAA4B,EAAE,CAAC,CAAC,OAAO,EAAE;IACzC,oCAAoC,EAAE,CAAC,CAAC,OAAO,EAAE;IACjD,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;CAC/B,CAAC,CAAA"}
|
|
@@ -30,6 +30,7 @@ export declare const routes: {
|
|
|
30
30
|
url: string;
|
|
31
31
|
}>>;
|
|
32
32
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
33
|
+
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
33
34
|
is_connect_webview_supported: z.ZodBoolean;
|
|
34
35
|
requires_seam_support_to_add_account: z.ZodBoolean;
|
|
35
36
|
device_model_count: z.ZodNumber;
|
|
@@ -37,6 +38,7 @@ export declare const routes: {
|
|
|
37
38
|
display_name: string;
|
|
38
39
|
manufacturer_id: string;
|
|
39
40
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
41
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
40
42
|
is_connect_webview_supported: boolean;
|
|
41
43
|
requires_seam_support_to_add_account: boolean;
|
|
42
44
|
logo?: {
|
|
@@ -48,6 +50,7 @@ export declare const routes: {
|
|
|
48
50
|
display_name: string;
|
|
49
51
|
manufacturer_id: string;
|
|
50
52
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
53
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
51
54
|
is_connect_webview_supported: boolean;
|
|
52
55
|
requires_seam_support_to_add_account: boolean;
|
|
53
56
|
logo?: {
|
|
@@ -155,6 +158,7 @@ export declare const routes: {
|
|
|
155
158
|
display_name: string;
|
|
156
159
|
manufacturer_id: string;
|
|
157
160
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
161
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
158
162
|
is_connect_webview_supported: boolean;
|
|
159
163
|
requires_seam_support_to_add_account: boolean;
|
|
160
164
|
logo?: {
|
|
@@ -196,6 +200,7 @@ export declare const routes: {
|
|
|
196
200
|
display_name: string;
|
|
197
201
|
manufacturer_id: string;
|
|
198
202
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
203
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
199
204
|
is_connect_webview_supported: boolean;
|
|
200
205
|
requires_seam_support_to_add_account: boolean;
|
|
201
206
|
logo?: {
|
|
@@ -466,6 +471,7 @@ export declare const routes: {
|
|
|
466
471
|
display_name: string;
|
|
467
472
|
manufacturer_id: string;
|
|
468
473
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
474
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
469
475
|
is_connect_webview_supported: boolean;
|
|
470
476
|
requires_seam_support_to_add_account: boolean;
|
|
471
477
|
logo?: {
|
|
@@ -520,6 +526,7 @@ export declare const routes: {
|
|
|
520
526
|
display_name: string;
|
|
521
527
|
manufacturer_id: string;
|
|
522
528
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
529
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
523
530
|
is_connect_webview_supported: boolean;
|
|
524
531
|
requires_seam_support_to_add_account: boolean;
|
|
525
532
|
logo?: {
|
|
@@ -569,6 +576,7 @@ export declare const routes: {
|
|
|
569
576
|
display_name: string;
|
|
570
577
|
manufacturer_id: string;
|
|
571
578
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
579
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
572
580
|
is_connect_webview_supported: boolean;
|
|
573
581
|
requires_seam_support_to_add_account: boolean;
|
|
574
582
|
logo?: {
|
|
@@ -624,6 +632,7 @@ export declare const routes: {
|
|
|
624
632
|
display_name: string;
|
|
625
633
|
manufacturer_id: string;
|
|
626
634
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
635
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
627
636
|
is_connect_webview_supported: boolean;
|
|
628
637
|
requires_seam_support_to_add_account: boolean;
|
|
629
638
|
logo?: {
|
|
@@ -667,6 +676,7 @@ export declare const routes: {
|
|
|
667
676
|
display_name: string;
|
|
668
677
|
manufacturer_id: string;
|
|
669
678
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
679
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
670
680
|
is_connect_webview_supported: boolean;
|
|
671
681
|
requires_seam_support_to_add_account: boolean;
|
|
672
682
|
logo?: {
|
|
@@ -722,6 +732,7 @@ export declare const routes: {
|
|
|
722
732
|
display_name: string;
|
|
723
733
|
manufacturer_id: string;
|
|
724
734
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
735
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
725
736
|
is_connect_webview_supported: boolean;
|
|
726
737
|
requires_seam_support_to_add_account: boolean;
|
|
727
738
|
logo?: {
|
|
@@ -767,6 +778,7 @@ export declare const routes: {
|
|
|
767
778
|
display_name: string;
|
|
768
779
|
manufacturer_id: string;
|
|
769
780
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
781
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
770
782
|
is_connect_webview_supported: boolean;
|
|
771
783
|
requires_seam_support_to_add_account: boolean;
|
|
772
784
|
logo?: {
|
|
@@ -821,6 +833,7 @@ export declare const routes: {
|
|
|
821
833
|
display_name: string;
|
|
822
834
|
manufacturer_id: string;
|
|
823
835
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
836
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
824
837
|
is_connect_webview_supported: boolean;
|
|
825
838
|
requires_seam_support_to_add_account: boolean;
|
|
826
839
|
logo?: {
|
|
@@ -870,6 +883,7 @@ export declare const routes: {
|
|
|
870
883
|
display_name: string;
|
|
871
884
|
manufacturer_id: string;
|
|
872
885
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
886
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
873
887
|
is_connect_webview_supported: boolean;
|
|
874
888
|
requires_seam_support_to_add_account: boolean;
|
|
875
889
|
logo?: {
|
|
@@ -925,6 +939,7 @@ export declare const routes: {
|
|
|
925
939
|
display_name: string;
|
|
926
940
|
manufacturer_id: string;
|
|
927
941
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
942
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
928
943
|
is_connect_webview_supported: boolean;
|
|
929
944
|
requires_seam_support_to_add_account: boolean;
|
|
930
945
|
logo?: {
|
|
@@ -968,6 +983,7 @@ export declare const routes: {
|
|
|
968
983
|
display_name: string;
|
|
969
984
|
manufacturer_id: string;
|
|
970
985
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
986
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
971
987
|
is_connect_webview_supported: boolean;
|
|
972
988
|
requires_seam_support_to_add_account: boolean;
|
|
973
989
|
logo?: {
|
|
@@ -1023,6 +1039,7 @@ export declare const routes: {
|
|
|
1023
1039
|
display_name: string;
|
|
1024
1040
|
manufacturer_id: string;
|
|
1025
1041
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1042
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1026
1043
|
is_connect_webview_supported: boolean;
|
|
1027
1044
|
requires_seam_support_to_add_account: boolean;
|
|
1028
1045
|
logo?: {
|
|
@@ -1068,7 +1085,9 @@ export declare const routes: {
|
|
|
1068
1085
|
main_category: z.ZodOptional<z.ZodEnum<["smartlock", "sensor", "thermostat", "relay", "intercom", "accessory"]>>;
|
|
1069
1086
|
manufacturer_id: z.ZodOptional<z.ZodString>;
|
|
1070
1087
|
manufacturer_ids: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1088
|
+
/** @deprecated */
|
|
1071
1089
|
integration_status: z.ZodOptional<z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>>;
|
|
1090
|
+
integration_support_levels: z.ZodOptional<z.ZodArray<z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>, "many">>;
|
|
1072
1091
|
text_search: z.ZodOptional<z.ZodString>;
|
|
1073
1092
|
include_if: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
1074
1093
|
exclude_if: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1077,6 +1096,7 @@ export declare const routes: {
|
|
|
1077
1096
|
manufacturer_id?: string | undefined;
|
|
1078
1097
|
manufacturer_ids?: string[] | undefined;
|
|
1079
1098
|
integration_status?: "beta" | "stable" | "unsupported" | "planned" | "inquire" | undefined;
|
|
1099
|
+
integration_support_levels?: ("beta" | "stable" | "unsupported" | "planned" | "inquire")[] | undefined;
|
|
1080
1100
|
text_search?: string | undefined;
|
|
1081
1101
|
include_if?: string[] | undefined;
|
|
1082
1102
|
exclude_if?: string[] | undefined;
|
|
@@ -1085,6 +1105,7 @@ export declare const routes: {
|
|
|
1085
1105
|
manufacturer_id?: string | undefined;
|
|
1086
1106
|
manufacturer_ids?: string[] | undefined;
|
|
1087
1107
|
integration_status?: "beta" | "stable" | "unsupported" | "planned" | "inquire" | undefined;
|
|
1108
|
+
integration_support_levels?: ("beta" | "stable" | "unsupported" | "planned" | "inquire")[] | undefined;
|
|
1088
1109
|
text_search?: string | undefined;
|
|
1089
1110
|
include_if?: string[] | undefined;
|
|
1090
1111
|
exclude_if?: string[] | undefined;
|
|
@@ -1109,6 +1130,7 @@ export declare const routes: {
|
|
|
1109
1130
|
url: string;
|
|
1110
1131
|
}>>;
|
|
1111
1132
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
1133
|
+
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
1112
1134
|
is_connect_webview_supported: z.ZodBoolean;
|
|
1113
1135
|
requires_seam_support_to_add_account: z.ZodBoolean;
|
|
1114
1136
|
device_model_count: z.ZodNumber;
|
|
@@ -1116,6 +1138,7 @@ export declare const routes: {
|
|
|
1116
1138
|
display_name: string;
|
|
1117
1139
|
manufacturer_id: string;
|
|
1118
1140
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1141
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1119
1142
|
is_connect_webview_supported: boolean;
|
|
1120
1143
|
requires_seam_support_to_add_account: boolean;
|
|
1121
1144
|
logo?: {
|
|
@@ -1127,6 +1150,7 @@ export declare const routes: {
|
|
|
1127
1150
|
display_name: string;
|
|
1128
1151
|
manufacturer_id: string;
|
|
1129
1152
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1153
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1130
1154
|
is_connect_webview_supported: boolean;
|
|
1131
1155
|
requires_seam_support_to_add_account: boolean;
|
|
1132
1156
|
logo?: {
|
|
@@ -1234,6 +1258,7 @@ export declare const routes: {
|
|
|
1234
1258
|
display_name: string;
|
|
1235
1259
|
manufacturer_id: string;
|
|
1236
1260
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1261
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1237
1262
|
is_connect_webview_supported: boolean;
|
|
1238
1263
|
requires_seam_support_to_add_account: boolean;
|
|
1239
1264
|
logo?: {
|
|
@@ -1275,6 +1300,7 @@ export declare const routes: {
|
|
|
1275
1300
|
display_name: string;
|
|
1276
1301
|
manufacturer_id: string;
|
|
1277
1302
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1303
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1278
1304
|
is_connect_webview_supported: boolean;
|
|
1279
1305
|
requires_seam_support_to_add_account: boolean;
|
|
1280
1306
|
logo?: {
|
|
@@ -1545,6 +1571,7 @@ export declare const routes: {
|
|
|
1545
1571
|
display_name: string;
|
|
1546
1572
|
manufacturer_id: string;
|
|
1547
1573
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1574
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1548
1575
|
is_connect_webview_supported: boolean;
|
|
1549
1576
|
requires_seam_support_to_add_account: boolean;
|
|
1550
1577
|
logo?: {
|
|
@@ -1641,6 +1668,7 @@ export declare const routes: {
|
|
|
1641
1668
|
display_name: string;
|
|
1642
1669
|
manufacturer_id: string;
|
|
1643
1670
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1671
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1644
1672
|
is_connect_webview_supported: boolean;
|
|
1645
1673
|
requires_seam_support_to_add_account: boolean;
|
|
1646
1674
|
logo?: {
|
|
@@ -1758,6 +1786,7 @@ export declare const routes: {
|
|
|
1758
1786
|
url: string;
|
|
1759
1787
|
}>>;
|
|
1760
1788
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
1789
|
+
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
1761
1790
|
is_connect_webview_supported: z.ZodBoolean;
|
|
1762
1791
|
requires_seam_support_to_add_account: z.ZodBoolean;
|
|
1763
1792
|
device_model_count: z.ZodNumber;
|
|
@@ -1765,6 +1794,7 @@ export declare const routes: {
|
|
|
1765
1794
|
display_name: string;
|
|
1766
1795
|
manufacturer_id: string;
|
|
1767
1796
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1797
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1768
1798
|
is_connect_webview_supported: boolean;
|
|
1769
1799
|
requires_seam_support_to_add_account: boolean;
|
|
1770
1800
|
device_model_count: number;
|
|
@@ -1777,6 +1807,7 @@ export declare const routes: {
|
|
|
1777
1807
|
display_name: string;
|
|
1778
1808
|
manufacturer_id: string;
|
|
1779
1809
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1810
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1780
1811
|
is_connect_webview_supported: boolean;
|
|
1781
1812
|
requires_seam_support_to_add_account: boolean;
|
|
1782
1813
|
device_model_count: number;
|
|
@@ -1791,6 +1822,7 @@ export declare const routes: {
|
|
|
1791
1822
|
display_name: string;
|
|
1792
1823
|
manufacturer_id: string;
|
|
1793
1824
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1825
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1794
1826
|
is_connect_webview_supported: boolean;
|
|
1795
1827
|
requires_seam_support_to_add_account: boolean;
|
|
1796
1828
|
device_model_count: number;
|
|
@@ -1805,6 +1837,7 @@ export declare const routes: {
|
|
|
1805
1837
|
display_name: string;
|
|
1806
1838
|
manufacturer_id: string;
|
|
1807
1839
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1840
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1808
1841
|
is_connect_webview_supported: boolean;
|
|
1809
1842
|
requires_seam_support_to_add_account: boolean;
|
|
1810
1843
|
device_model_count: number;
|
|
@@ -1820,13 +1853,17 @@ export declare const routes: {
|
|
|
1820
1853
|
readonly auth: "publishable_key";
|
|
1821
1854
|
readonly methods: readonly ["GET", "OPTIONS"];
|
|
1822
1855
|
readonly queryParams: z.ZodObject<{
|
|
1856
|
+
/** @deprecated */
|
|
1823
1857
|
integration_status: z.ZodOptional<z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>>;
|
|
1858
|
+
integration_support_levels: z.ZodOptional<z.ZodArray<z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>, "many">>;
|
|
1824
1859
|
liqe_query: z.ZodOptional<z.ZodString>;
|
|
1825
1860
|
}, "strip", z.ZodTypeAny, {
|
|
1826
1861
|
integration_status?: "beta" | "stable" | "unsupported" | "planned" | "inquire" | undefined;
|
|
1862
|
+
integration_support_levels?: ("beta" | "stable" | "unsupported" | "planned" | "inquire")[] | undefined;
|
|
1827
1863
|
liqe_query?: string | undefined;
|
|
1828
1864
|
}, {
|
|
1829
1865
|
integration_status?: "beta" | "stable" | "unsupported" | "planned" | "inquire" | undefined;
|
|
1866
|
+
integration_support_levels?: ("beta" | "stable" | "unsupported" | "planned" | "inquire")[] | undefined;
|
|
1830
1867
|
liqe_query?: string | undefined;
|
|
1831
1868
|
}>;
|
|
1832
1869
|
readonly jsonResponse: z.ZodObject<{
|
|
@@ -1847,6 +1884,7 @@ export declare const routes: {
|
|
|
1847
1884
|
url: string;
|
|
1848
1885
|
}>>;
|
|
1849
1886
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
1887
|
+
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
1850
1888
|
is_connect_webview_supported: z.ZodBoolean;
|
|
1851
1889
|
requires_seam_support_to_add_account: z.ZodBoolean;
|
|
1852
1890
|
device_model_count: z.ZodNumber;
|
|
@@ -1854,6 +1892,7 @@ export declare const routes: {
|
|
|
1854
1892
|
display_name: string;
|
|
1855
1893
|
manufacturer_id: string;
|
|
1856
1894
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1895
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1857
1896
|
is_connect_webview_supported: boolean;
|
|
1858
1897
|
requires_seam_support_to_add_account: boolean;
|
|
1859
1898
|
device_model_count: number;
|
|
@@ -1866,6 +1905,7 @@ export declare const routes: {
|
|
|
1866
1905
|
display_name: string;
|
|
1867
1906
|
manufacturer_id: string;
|
|
1868
1907
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1908
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1869
1909
|
is_connect_webview_supported: boolean;
|
|
1870
1910
|
requires_seam_support_to_add_account: boolean;
|
|
1871
1911
|
device_model_count: number;
|
|
@@ -1880,6 +1920,7 @@ export declare const routes: {
|
|
|
1880
1920
|
display_name: string;
|
|
1881
1921
|
manufacturer_id: string;
|
|
1882
1922
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1923
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1883
1924
|
is_connect_webview_supported: boolean;
|
|
1884
1925
|
requires_seam_support_to_add_account: boolean;
|
|
1885
1926
|
device_model_count: number;
|
|
@@ -1894,6 +1935,7 @@ export declare const routes: {
|
|
|
1894
1935
|
display_name: string;
|
|
1895
1936
|
manufacturer_id: string;
|
|
1896
1937
|
integration: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1938
|
+
integration_support_level: "beta" | "stable" | "unsupported" | "planned" | "inquire";
|
|
1897
1939
|
is_connect_webview_supported: boolean;
|
|
1898
1940
|
requires_seam_support_to_add_account: boolean;
|
|
1899
1941
|
device_model_count: number;
|
|
@@ -19,7 +19,11 @@ export const routes = {
|
|
|
19
19
|
main_category: schemas.device_category.optional(),
|
|
20
20
|
manufacturer_id: z.string().uuid().optional(),
|
|
21
21
|
manufacturer_ids: z.string().uuid().array().optional(),
|
|
22
|
+
/** @deprecated */
|
|
22
23
|
integration_status: schemas.manufacturer.shape.integration.optional(),
|
|
24
|
+
integration_support_levels: z
|
|
25
|
+
.array(schemas.manufacturer_integration_support_level)
|
|
26
|
+
.optional(),
|
|
23
27
|
text_search: z.string().optional(),
|
|
24
28
|
include_if: z.array(dot_path).optional(),
|
|
25
29
|
exclude_if: z.array(dot_path).optional(),
|
|
@@ -42,7 +46,11 @@ export const routes = {
|
|
|
42
46
|
auth: 'publishable_key',
|
|
43
47
|
methods: ['GET', 'OPTIONS'],
|
|
44
48
|
queryParams: z.object({
|
|
49
|
+
/** @deprecated */
|
|
45
50
|
integration_status: schemas.manufacturer.shape.integration.optional(),
|
|
51
|
+
integration_support_levels: z
|
|
52
|
+
.array(schemas.manufacturer_integration_support_level)
|
|
53
|
+
.optional(),
|
|
46
54
|
liqe_query: z.string().optional(),
|
|
47
55
|
}),
|
|
48
56
|
jsonResponse: z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"route-specs.js","sourceRoot":"","sources":["../../../src/lib/seam/devicedb/route-specs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAA;AAEnD,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAA;AAE5D,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,2BAA2B,EAAE;QAC3B,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACpB,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;SACnC,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC;YACrB,YAAY,EAAE,OAAO,CAAC,eAAe;SACtC,CAAC;KACH;IACD,4BAA4B,EAAE;QAC5B,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACpB,aAAa,EAAE,OAAO,CAAC,eAAe,CAAC,QAAQ,EAAE;YACjD,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;YAC7C,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;YACtD,kBAAkB,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,WAAW,CAAC,QAAQ,EAAE;YACrE,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAClC,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE;YACxC,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE;SACzC,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC;YACrB,aAAa,EAAE,OAAO,CAAC,eAAe,CAAC,KAAK,EAAE;SAC/C,CAAC;KACH;IACD,2BAA2B,EAAE;QAC3B,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACpB,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;SACnC,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC;YACrB,YAAY,EAAE,OAAO,CAAC,YAAY;SACnC,CAAC;KACH;IACD,4BAA4B,EAAE;QAC5B,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACpB,kBAAkB,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,WAAW,CAAC,QAAQ,EAAE;YACrE,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAClC,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC;YACrB,aAAa,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,EAAE;SAC5C,CAAC;KACH;CACO,CAAA"}
|
|
1
|
+
{"version":3,"file":"route-specs.js","sourceRoot":"","sources":["../../../src/lib/seam/devicedb/route-specs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,KAAK,OAAO,MAAM,0BAA0B,CAAA;AAEnD,MAAM,QAAQ,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,CAAA;AAE5D,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,2BAA2B,EAAE;QAC3B,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACpB,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;SACnC,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC;YACrB,YAAY,EAAE,OAAO,CAAC,eAAe;SACtC,CAAC;KACH;IACD,4BAA4B,EAAE;QAC5B,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACpB,aAAa,EAAE,OAAO,CAAC,eAAe,CAAC,QAAQ,EAAE;YACjD,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,EAAE;YAC7C,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,EAAE,CAAC,QAAQ,EAAE;YACtD,kBAAkB;YAClB,kBAAkB,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,WAAW,CAAC,QAAQ,EAAE;YACrE,0BAA0B,EAAE,CAAC;iBAC1B,KAAK,CAAC,OAAO,CAAC,sCAAsC,CAAC;iBACrD,QAAQ,EAAE;YACb,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;YAClC,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE;YACxC,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC,QAAQ,EAAE;SACzC,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC;YACrB,aAAa,EAAE,OAAO,CAAC,eAAe,CAAC,KAAK,EAAE;SAC/C,CAAC;KACH;IACD,2BAA2B,EAAE;QAC3B,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACpB,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;SACnC,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC;YACrB,YAAY,EAAE,OAAO,CAAC,YAAY;SACnC,CAAC;KACH;IACD,4BAA4B,EAAE;QAC5B,IAAI,EAAE,iBAAiB;QACvB,OAAO,EAAE,CAAC,KAAK,EAAE,SAAS,CAAC;QAC3B,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC;YACpB,kBAAkB;YAClB,kBAAkB,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,CAAC,WAAW,CAAC,QAAQ,EAAE;YACrE,0BAA0B,EAAE,CAAC;iBAC1B,KAAK,CAAC,OAAO,CAAC,sCAAsC,CAAC;iBACrD,QAAQ,EAAE;YACb,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;SAClC,CAAC;QACF,YAAY,EAAE,CAAC,CAAC,MAAM,CAAC;YACrB,aAAa,EAAE,OAAO,CAAC,YAAY,CAAC,KAAK,EAAE;SAC5C,CAAC;KACH;CACO,CAAA"}
|
|
@@ -20,6 +20,7 @@ export interface Routes {
|
|
|
20
20
|
height: number;
|
|
21
21
|
} | undefined;
|
|
22
22
|
integration: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire';
|
|
23
|
+
integration_support_level: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire';
|
|
23
24
|
is_connect_webview_supported: boolean;
|
|
24
25
|
requires_seam_support_to_add_account: boolean;
|
|
25
26
|
};
|
|
@@ -114,6 +115,7 @@ export interface Routes {
|
|
|
114
115
|
manufacturer_id?: string | undefined;
|
|
115
116
|
manufacturer_ids?: string[] | undefined;
|
|
116
117
|
integration_status?: ('stable' | 'beta' | 'planned' | 'unsupported' | 'inquire') | undefined;
|
|
118
|
+
integration_support_levels?: Array<'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire'> | undefined;
|
|
117
119
|
text_search?: string | undefined;
|
|
118
120
|
include_if?: string[] | undefined;
|
|
119
121
|
exclude_if?: string[] | undefined;
|
|
@@ -133,6 +135,7 @@ export interface Routes {
|
|
|
133
135
|
height: number;
|
|
134
136
|
} | undefined;
|
|
135
137
|
integration: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire';
|
|
138
|
+
integration_support_level: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire';
|
|
136
139
|
is_connect_webview_supported: boolean;
|
|
137
140
|
requires_seam_support_to_add_account: boolean;
|
|
138
141
|
};
|
|
@@ -238,6 +241,7 @@ export interface Routes {
|
|
|
238
241
|
height: number;
|
|
239
242
|
} | undefined;
|
|
240
243
|
integration: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire';
|
|
244
|
+
integration_support_level: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire';
|
|
241
245
|
is_connect_webview_supported: boolean;
|
|
242
246
|
requires_seam_support_to_add_account: boolean;
|
|
243
247
|
device_model_count: number;
|
|
@@ -249,6 +253,7 @@ export interface Routes {
|
|
|
249
253
|
method: 'GET' | 'OPTIONS';
|
|
250
254
|
queryParams: {
|
|
251
255
|
integration_status?: ('stable' | 'beta' | 'planned' | 'unsupported' | 'inquire') | undefined;
|
|
256
|
+
integration_support_levels?: Array<'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire'> | undefined;
|
|
252
257
|
liqe_query?: string | undefined;
|
|
253
258
|
};
|
|
254
259
|
jsonBody: {};
|
|
@@ -264,6 +269,7 @@ export interface Routes {
|
|
|
264
269
|
height: number;
|
|
265
270
|
} | undefined;
|
|
266
271
|
integration: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire';
|
|
272
|
+
integration_support_level: 'stable' | 'beta' | 'planned' | 'unsupported' | 'inquire';
|
|
267
273
|
is_connect_webview_supported: boolean;
|
|
268
274
|
requires_seam_support_to_add_account: boolean;
|
|
269
275
|
device_model_count: number;
|
package/package.json
CHANGED
|
@@ -18,7 +18,9 @@ export const manufacturer = z.object({
|
|
|
18
18
|
manufacturer_id: z.string().uuid(),
|
|
19
19
|
display_name: z.string(),
|
|
20
20
|
logo: image_reference.optional(),
|
|
21
|
+
/** @deprecated */
|
|
21
22
|
integration: manufacturer_integration_support_level,
|
|
23
|
+
integration_support_level: manufacturer_integration_support_level,
|
|
22
24
|
is_connect_webview_supported: z.boolean(),
|
|
23
25
|
requires_seam_support_to_add_account: z.boolean(),
|
|
24
26
|
device_model_count: z.number(),
|
|
@@ -22,7 +22,11 @@ export const routes = {
|
|
|
22
22
|
main_category: schemas.device_category.optional(),
|
|
23
23
|
manufacturer_id: z.string().uuid().optional(),
|
|
24
24
|
manufacturer_ids: z.string().uuid().array().optional(),
|
|
25
|
+
/** @deprecated */
|
|
25
26
|
integration_status: schemas.manufacturer.shape.integration.optional(),
|
|
27
|
+
integration_support_levels: z
|
|
28
|
+
.array(schemas.manufacturer_integration_support_level)
|
|
29
|
+
.optional(),
|
|
26
30
|
text_search: z.string().optional(),
|
|
27
31
|
include_if: z.array(dot_path).optional(),
|
|
28
32
|
exclude_if: z.array(dot_path).optional(),
|
|
@@ -45,7 +49,11 @@ export const routes = {
|
|
|
45
49
|
auth: 'publishable_key',
|
|
46
50
|
methods: ['GET', 'OPTIONS'],
|
|
47
51
|
queryParams: z.object({
|
|
52
|
+
/** @deprecated */
|
|
48
53
|
integration_status: schemas.manufacturer.shape.integration.optional(),
|
|
54
|
+
integration_support_levels: z
|
|
55
|
+
.array(schemas.manufacturer_integration_support_level)
|
|
56
|
+
.optional(),
|
|
49
57
|
liqe_query: z.string().optional(),
|
|
50
58
|
}),
|
|
51
59
|
jsonResponse: z.object({
|