@seamapi/types 1.464.0 → 1.464.4
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/LICENSE.txt +1 -1
- package/dist/connect.d.cts +2793 -2269
- package/dist/devicedb.d.cts +0 -4
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +4 -4
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +5 -5
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-system.d.ts +6 -6
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +248 -248
- package/lib/seam/connect/models/action-attempts/activate-climate-preset.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/common.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/deprecated.d.ts +84 -84
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +28 -28
- package/lib/seam/connect/models/action-attempts/lock-door.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/push-thermostat-programs.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/reset-sandbox-workspace.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +28 -28
- package/lib/seam/connect/models/action-attempts/set-fan-mode.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/set-hvac-mode.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/simulate-keypad-code-entry.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/simulate-manual-lock-via-keypad.d.ts +12 -12
- package/lib/seam/connect/models/action-attempts/unlock-door.d.ts +12 -12
- package/lib/seam/connect/models/batch.d.ts +2564 -2564
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +6 -6
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +12 -12
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +12 -12
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +12 -12
- package/lib/seam/connect/models/devices/device-metadata.d.ts +56 -56
- package/lib/seam/connect/models/devices/device.d.ts +132 -132
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +100 -100
- package/lib/seam/connect/models/events/devices.d.ts +16 -16
- package/lib/seam/connect/models/events/seam-event.d.ts +8 -8
- package/lib/seam/connect/models/locations/location.d.ts +2 -2
- package/lib/seam/connect/models/partner/magic-link.d.ts +2 -2
- package/lib/seam/connect/models/thermostats/climate-preset.d.ts +2 -2
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +2 -2
- package/lib/seam/connect/models/webhooks/webhook.d.ts +2 -2
- package/lib/seam/connect/models/workspaces/workspace.d.ts +4 -4
- package/lib/seam/connect/openapi.js +6 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2793 -2269
- package/lib/seam/devicedb/models/device-model.d.ts +116 -116
- package/lib/seam/devicedb/models/image-reference.d.ts +4 -4
- package/lib/seam/devicedb/models/manufacturer.d.ts +12 -12
- package/lib/seam/devicedb/route-specs.d.ts +210 -214
- package/package.json +12 -13
- package/src/lib/seam/connect/route-types.ts +3007 -2362
|
@@ -356,13 +356,13 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
356
356
|
width: z.ZodNumber;
|
|
357
357
|
height: z.ZodNumber;
|
|
358
358
|
}, "strip", z.ZodTypeAny, {
|
|
359
|
-
height: number;
|
|
360
|
-
width: number;
|
|
361
359
|
url: string;
|
|
362
|
-
}, {
|
|
363
|
-
height: number;
|
|
364
360
|
width: number;
|
|
361
|
+
height: number;
|
|
362
|
+
}, {
|
|
365
363
|
url: string;
|
|
364
|
+
width: number;
|
|
365
|
+
height: number;
|
|
366
366
|
}>>;
|
|
367
367
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
368
368
|
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
@@ -393,8 +393,8 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
393
393
|
}, "device_model_count">, "strip", z.ZodTypeAny, {
|
|
394
394
|
display_name: string;
|
|
395
395
|
manufacturer_id: string;
|
|
396
|
-
integration: "
|
|
397
|
-
integration_support_level: "
|
|
396
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
397
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
398
398
|
is_connect_webview_supported: boolean;
|
|
399
399
|
requires_seam_support_to_add_account: boolean;
|
|
400
400
|
annotations: {
|
|
@@ -403,9 +403,9 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
403
403
|
}[];
|
|
404
404
|
description?: string | undefined;
|
|
405
405
|
logo?: {
|
|
406
|
-
height: number;
|
|
407
|
-
width: number;
|
|
408
406
|
url: string;
|
|
407
|
+
width: number;
|
|
408
|
+
height: number;
|
|
409
409
|
} | undefined;
|
|
410
410
|
website?: string | undefined;
|
|
411
411
|
legal_name?: string | undefined;
|
|
@@ -420,8 +420,8 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
420
420
|
}, {
|
|
421
421
|
display_name: string;
|
|
422
422
|
manufacturer_id: string;
|
|
423
|
-
integration: "
|
|
424
|
-
integration_support_level: "
|
|
423
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
424
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
425
425
|
is_connect_webview_supported: boolean;
|
|
426
426
|
requires_seam_support_to_add_account: boolean;
|
|
427
427
|
annotations: {
|
|
@@ -430,9 +430,9 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
430
430
|
}[];
|
|
431
431
|
description?: string | undefined;
|
|
432
432
|
logo?: {
|
|
433
|
-
height: number;
|
|
434
|
-
width: number;
|
|
435
433
|
url: string;
|
|
434
|
+
width: number;
|
|
435
|
+
height: number;
|
|
436
436
|
} | undefined;
|
|
437
437
|
website?: string | undefined;
|
|
438
438
|
legal_name?: string | undefined;
|
|
@@ -467,90 +467,89 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
467
467
|
width: z.ZodNumber;
|
|
468
468
|
height: z.ZodNumber;
|
|
469
469
|
}, "strip", z.ZodTypeAny, {
|
|
470
|
-
height: number;
|
|
471
|
-
width: number;
|
|
472
470
|
url: string;
|
|
473
|
-
}, {
|
|
474
|
-
height: number;
|
|
475
471
|
width: number;
|
|
472
|
+
height: number;
|
|
473
|
+
}, {
|
|
476
474
|
url: string;
|
|
475
|
+
width: number;
|
|
476
|
+
height: number;
|
|
477
477
|
}>>;
|
|
478
478
|
back_image: z.ZodOptional<z.ZodObject<{
|
|
479
479
|
url: z.ZodString;
|
|
480
480
|
width: z.ZodNumber;
|
|
481
481
|
height: z.ZodNumber;
|
|
482
482
|
}, "strip", z.ZodTypeAny, {
|
|
483
|
-
height: number;
|
|
484
|
-
width: number;
|
|
485
483
|
url: string;
|
|
486
|
-
}, {
|
|
487
|
-
height: number;
|
|
488
484
|
width: number;
|
|
485
|
+
height: number;
|
|
486
|
+
}, {
|
|
489
487
|
url: string;
|
|
488
|
+
width: number;
|
|
489
|
+
height: number;
|
|
490
490
|
}>>;
|
|
491
491
|
images: z.ZodArray<z.ZodObject<{
|
|
492
492
|
url: z.ZodString;
|
|
493
493
|
width: z.ZodNumber;
|
|
494
494
|
height: z.ZodNumber;
|
|
495
495
|
}, "strip", z.ZodTypeAny, {
|
|
496
|
-
height: number;
|
|
497
|
-
width: number;
|
|
498
496
|
url: string;
|
|
499
|
-
}, {
|
|
500
|
-
height: number;
|
|
501
497
|
width: number;
|
|
498
|
+
height: number;
|
|
499
|
+
}, {
|
|
502
500
|
url: string;
|
|
501
|
+
width: number;
|
|
502
|
+
height: number;
|
|
503
503
|
}>, "many">;
|
|
504
504
|
}, "strip", z.ZodTypeAny, {
|
|
505
505
|
display_name: string;
|
|
506
506
|
slug: string;
|
|
507
507
|
images: {
|
|
508
|
-
height: number;
|
|
509
|
-
width: number;
|
|
510
508
|
url: string;
|
|
509
|
+
width: number;
|
|
510
|
+
height: number;
|
|
511
511
|
}[];
|
|
512
512
|
primary_color_hex?: string | undefined;
|
|
513
513
|
manufacturer_sku?: string | undefined;
|
|
514
514
|
front_image?: {
|
|
515
|
-
height: number;
|
|
516
|
-
width: number;
|
|
517
515
|
url: string;
|
|
516
|
+
width: number;
|
|
517
|
+
height: number;
|
|
518
518
|
} | undefined;
|
|
519
519
|
back_image?: {
|
|
520
|
-
height: number;
|
|
521
|
-
width: number;
|
|
522
520
|
url: string;
|
|
521
|
+
width: number;
|
|
522
|
+
height: number;
|
|
523
523
|
} | undefined;
|
|
524
524
|
}, {
|
|
525
525
|
display_name: string;
|
|
526
526
|
slug: string;
|
|
527
527
|
images: {
|
|
528
|
-
height: number;
|
|
529
|
-
width: number;
|
|
530
528
|
url: string;
|
|
529
|
+
width: number;
|
|
530
|
+
height: number;
|
|
531
531
|
}[];
|
|
532
532
|
primary_color_hex?: string | undefined;
|
|
533
533
|
manufacturer_sku?: string | undefined;
|
|
534
534
|
front_image?: {
|
|
535
|
-
height: number;
|
|
536
|
-
width: number;
|
|
537
535
|
url: string;
|
|
536
|
+
width: number;
|
|
537
|
+
height: number;
|
|
538
538
|
} | undefined;
|
|
539
539
|
back_image?: {
|
|
540
|
-
height: number;
|
|
541
|
-
width: number;
|
|
542
540
|
url: string;
|
|
541
|
+
width: number;
|
|
542
|
+
height: number;
|
|
543
543
|
} | undefined;
|
|
544
544
|
}>, "many">;
|
|
545
545
|
power_sources: z.ZodArray<z.ZodEnum<["battery", "hardwired", "mechanical_harvesting", "wireless", "ethernet"]>, "many">;
|
|
546
546
|
}, "strip", z.ZodTypeAny, {
|
|
547
|
-
description: string;
|
|
548
547
|
display_name: string;
|
|
549
548
|
manufacturer: {
|
|
550
549
|
display_name: string;
|
|
551
550
|
manufacturer_id: string;
|
|
552
|
-
integration: "
|
|
553
|
-
integration_support_level: "
|
|
551
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
552
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
554
553
|
is_connect_webview_supported: boolean;
|
|
555
554
|
requires_seam_support_to_add_account: boolean;
|
|
556
555
|
annotations: {
|
|
@@ -559,9 +558,9 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
559
558
|
}[];
|
|
560
559
|
description?: string | undefined;
|
|
561
560
|
logo?: {
|
|
562
|
-
height: number;
|
|
563
|
-
width: number;
|
|
564
561
|
url: string;
|
|
562
|
+
width: number;
|
|
563
|
+
height: number;
|
|
565
564
|
} | undefined;
|
|
566
565
|
website?: string | undefined;
|
|
567
566
|
legal_name?: string | undefined;
|
|
@@ -574,6 +573,7 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
574
573
|
us_customer_support_contact_url?: string | undefined;
|
|
575
574
|
seam_api_guide?: string | undefined;
|
|
576
575
|
};
|
|
576
|
+
description: string;
|
|
577
577
|
hardware: {
|
|
578
578
|
has_physical_key?: boolean | undefined;
|
|
579
579
|
};
|
|
@@ -584,33 +584,32 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
584
584
|
display_name: string;
|
|
585
585
|
slug: string;
|
|
586
586
|
images: {
|
|
587
|
-
height: number;
|
|
588
|
-
width: number;
|
|
589
587
|
url: string;
|
|
588
|
+
width: number;
|
|
589
|
+
height: number;
|
|
590
590
|
}[];
|
|
591
591
|
primary_color_hex?: string | undefined;
|
|
592
592
|
manufacturer_sku?: string | undefined;
|
|
593
593
|
front_image?: {
|
|
594
|
-
height: number;
|
|
595
|
-
width: number;
|
|
596
594
|
url: string;
|
|
595
|
+
width: number;
|
|
596
|
+
height: number;
|
|
597
597
|
} | undefined;
|
|
598
598
|
back_image?: {
|
|
599
|
-
height: number;
|
|
600
|
-
width: number;
|
|
601
599
|
url: string;
|
|
600
|
+
width: number;
|
|
601
|
+
height: number;
|
|
602
602
|
} | undefined;
|
|
603
603
|
}[];
|
|
604
604
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
605
605
|
product_url?: string | undefined;
|
|
606
606
|
}, {
|
|
607
|
-
description: string;
|
|
608
607
|
display_name: string;
|
|
609
608
|
manufacturer: {
|
|
610
609
|
display_name: string;
|
|
611
610
|
manufacturer_id: string;
|
|
612
|
-
integration: "
|
|
613
|
-
integration_support_level: "
|
|
611
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
612
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
614
613
|
is_connect_webview_supported: boolean;
|
|
615
614
|
requires_seam_support_to_add_account: boolean;
|
|
616
615
|
annotations: {
|
|
@@ -619,9 +618,9 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
619
618
|
}[];
|
|
620
619
|
description?: string | undefined;
|
|
621
620
|
logo?: {
|
|
622
|
-
height: number;
|
|
623
|
-
width: number;
|
|
624
621
|
url: string;
|
|
622
|
+
width: number;
|
|
623
|
+
height: number;
|
|
625
624
|
} | undefined;
|
|
626
625
|
website?: string | undefined;
|
|
627
626
|
legal_name?: string | undefined;
|
|
@@ -634,6 +633,7 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
634
633
|
us_customer_support_contact_url?: string | undefined;
|
|
635
634
|
seam_api_guide?: string | undefined;
|
|
636
635
|
};
|
|
636
|
+
description: string;
|
|
637
637
|
hardware: {
|
|
638
638
|
has_physical_key?: boolean | undefined;
|
|
639
639
|
};
|
|
@@ -644,21 +644,21 @@ export declare const base_device_model_v1: z.ZodObject<{
|
|
|
644
644
|
display_name: string;
|
|
645
645
|
slug: string;
|
|
646
646
|
images: {
|
|
647
|
-
height: number;
|
|
648
|
-
width: number;
|
|
649
647
|
url: string;
|
|
648
|
+
width: number;
|
|
649
|
+
height: number;
|
|
650
650
|
}[];
|
|
651
651
|
primary_color_hex?: string | undefined;
|
|
652
652
|
manufacturer_sku?: string | undefined;
|
|
653
653
|
front_image?: {
|
|
654
|
-
height: number;
|
|
655
|
-
width: number;
|
|
656
654
|
url: string;
|
|
655
|
+
width: number;
|
|
656
|
+
height: number;
|
|
657
657
|
} | undefined;
|
|
658
658
|
back_image?: {
|
|
659
|
-
height: number;
|
|
660
|
-
width: number;
|
|
661
659
|
url: string;
|
|
660
|
+
width: number;
|
|
661
|
+
height: number;
|
|
662
662
|
} | undefined;
|
|
663
663
|
}[];
|
|
664
664
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
@@ -675,13 +675,13 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
675
675
|
width: z.ZodNumber;
|
|
676
676
|
height: z.ZodNumber;
|
|
677
677
|
}, "strip", z.ZodTypeAny, {
|
|
678
|
-
height: number;
|
|
679
|
-
width: number;
|
|
680
678
|
url: string;
|
|
681
|
-
}, {
|
|
682
|
-
height: number;
|
|
683
679
|
width: number;
|
|
680
|
+
height: number;
|
|
681
|
+
}, {
|
|
684
682
|
url: string;
|
|
683
|
+
width: number;
|
|
684
|
+
height: number;
|
|
685
685
|
}>>;
|
|
686
686
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
687
687
|
integration_support_level: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
@@ -712,8 +712,8 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
712
712
|
}, "device_model_count">, "strip", z.ZodTypeAny, {
|
|
713
713
|
display_name: string;
|
|
714
714
|
manufacturer_id: string;
|
|
715
|
-
integration: "
|
|
716
|
-
integration_support_level: "
|
|
715
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
716
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
717
717
|
is_connect_webview_supported: boolean;
|
|
718
718
|
requires_seam_support_to_add_account: boolean;
|
|
719
719
|
annotations: {
|
|
@@ -722,9 +722,9 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
722
722
|
}[];
|
|
723
723
|
description?: string | undefined;
|
|
724
724
|
logo?: {
|
|
725
|
-
height: number;
|
|
726
|
-
width: number;
|
|
727
725
|
url: string;
|
|
726
|
+
width: number;
|
|
727
|
+
height: number;
|
|
728
728
|
} | undefined;
|
|
729
729
|
website?: string | undefined;
|
|
730
730
|
legal_name?: string | undefined;
|
|
@@ -739,8 +739,8 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
739
739
|
}, {
|
|
740
740
|
display_name: string;
|
|
741
741
|
manufacturer_id: string;
|
|
742
|
-
integration: "
|
|
743
|
-
integration_support_level: "
|
|
742
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
743
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
744
744
|
is_connect_webview_supported: boolean;
|
|
745
745
|
requires_seam_support_to_add_account: boolean;
|
|
746
746
|
annotations: {
|
|
@@ -749,9 +749,9 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
749
749
|
}[];
|
|
750
750
|
description?: string | undefined;
|
|
751
751
|
logo?: {
|
|
752
|
-
height: number;
|
|
753
|
-
width: number;
|
|
754
752
|
url: string;
|
|
753
|
+
width: number;
|
|
754
|
+
height: number;
|
|
755
755
|
} | undefined;
|
|
756
756
|
website?: string | undefined;
|
|
757
757
|
legal_name?: string | undefined;
|
|
@@ -786,90 +786,89 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
786
786
|
width: z.ZodNumber;
|
|
787
787
|
height: z.ZodNumber;
|
|
788
788
|
}, "strip", z.ZodTypeAny, {
|
|
789
|
-
height: number;
|
|
790
|
-
width: number;
|
|
791
789
|
url: string;
|
|
792
|
-
}, {
|
|
793
|
-
height: number;
|
|
794
790
|
width: number;
|
|
791
|
+
height: number;
|
|
792
|
+
}, {
|
|
795
793
|
url: string;
|
|
794
|
+
width: number;
|
|
795
|
+
height: number;
|
|
796
796
|
}>>;
|
|
797
797
|
back_image: z.ZodOptional<z.ZodObject<{
|
|
798
798
|
url: z.ZodString;
|
|
799
799
|
width: z.ZodNumber;
|
|
800
800
|
height: z.ZodNumber;
|
|
801
801
|
}, "strip", z.ZodTypeAny, {
|
|
802
|
-
height: number;
|
|
803
|
-
width: number;
|
|
804
802
|
url: string;
|
|
805
|
-
}, {
|
|
806
|
-
height: number;
|
|
807
803
|
width: number;
|
|
804
|
+
height: number;
|
|
805
|
+
}, {
|
|
808
806
|
url: string;
|
|
807
|
+
width: number;
|
|
808
|
+
height: number;
|
|
809
809
|
}>>;
|
|
810
810
|
images: z.ZodArray<z.ZodObject<{
|
|
811
811
|
url: z.ZodString;
|
|
812
812
|
width: z.ZodNumber;
|
|
813
813
|
height: z.ZodNumber;
|
|
814
814
|
}, "strip", z.ZodTypeAny, {
|
|
815
|
-
height: number;
|
|
816
|
-
width: number;
|
|
817
815
|
url: string;
|
|
818
|
-
}, {
|
|
819
|
-
height: number;
|
|
820
816
|
width: number;
|
|
817
|
+
height: number;
|
|
818
|
+
}, {
|
|
821
819
|
url: string;
|
|
820
|
+
width: number;
|
|
821
|
+
height: number;
|
|
822
822
|
}>, "many">;
|
|
823
823
|
}, "strip", z.ZodTypeAny, {
|
|
824
824
|
display_name: string;
|
|
825
825
|
slug: string;
|
|
826
826
|
images: {
|
|
827
|
-
height: number;
|
|
828
|
-
width: number;
|
|
829
827
|
url: string;
|
|
828
|
+
width: number;
|
|
829
|
+
height: number;
|
|
830
830
|
}[];
|
|
831
831
|
primary_color_hex?: string | undefined;
|
|
832
832
|
manufacturer_sku?: string | undefined;
|
|
833
833
|
front_image?: {
|
|
834
|
-
height: number;
|
|
835
|
-
width: number;
|
|
836
834
|
url: string;
|
|
835
|
+
width: number;
|
|
836
|
+
height: number;
|
|
837
837
|
} | undefined;
|
|
838
838
|
back_image?: {
|
|
839
|
-
height: number;
|
|
840
|
-
width: number;
|
|
841
839
|
url: string;
|
|
840
|
+
width: number;
|
|
841
|
+
height: number;
|
|
842
842
|
} | undefined;
|
|
843
843
|
}, {
|
|
844
844
|
display_name: string;
|
|
845
845
|
slug: string;
|
|
846
846
|
images: {
|
|
847
|
-
height: number;
|
|
848
|
-
width: number;
|
|
849
847
|
url: string;
|
|
848
|
+
width: number;
|
|
849
|
+
height: number;
|
|
850
850
|
}[];
|
|
851
851
|
primary_color_hex?: string | undefined;
|
|
852
852
|
manufacturer_sku?: string | undefined;
|
|
853
853
|
front_image?: {
|
|
854
|
-
height: number;
|
|
855
|
-
width: number;
|
|
856
854
|
url: string;
|
|
855
|
+
width: number;
|
|
856
|
+
height: number;
|
|
857
857
|
} | undefined;
|
|
858
858
|
back_image?: {
|
|
859
|
-
height: number;
|
|
860
|
-
width: number;
|
|
861
859
|
url: string;
|
|
860
|
+
width: number;
|
|
861
|
+
height: number;
|
|
862
862
|
} | undefined;
|
|
863
863
|
}>, "many">;
|
|
864
864
|
power_sources: z.ZodArray<z.ZodEnum<["battery", "hardwired", "mechanical_harvesting", "wireless", "ethernet"]>, "many">;
|
|
865
865
|
}, "strip", z.ZodTypeAny, {
|
|
866
|
-
description: string;
|
|
867
866
|
display_name: string;
|
|
868
867
|
manufacturer: {
|
|
869
868
|
display_name: string;
|
|
870
869
|
manufacturer_id: string;
|
|
871
|
-
integration: "
|
|
872
|
-
integration_support_level: "
|
|
870
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
871
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
873
872
|
is_connect_webview_supported: boolean;
|
|
874
873
|
requires_seam_support_to_add_account: boolean;
|
|
875
874
|
annotations: {
|
|
@@ -878,9 +877,9 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
878
877
|
}[];
|
|
879
878
|
description?: string | undefined;
|
|
880
879
|
logo?: {
|
|
881
|
-
height: number;
|
|
882
|
-
width: number;
|
|
883
880
|
url: string;
|
|
881
|
+
width: number;
|
|
882
|
+
height: number;
|
|
884
883
|
} | undefined;
|
|
885
884
|
website?: string | undefined;
|
|
886
885
|
legal_name?: string | undefined;
|
|
@@ -893,6 +892,7 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
893
892
|
us_customer_support_contact_url?: string | undefined;
|
|
894
893
|
seam_api_guide?: string | undefined;
|
|
895
894
|
};
|
|
895
|
+
description: string;
|
|
896
896
|
hardware: {
|
|
897
897
|
has_physical_key?: boolean | undefined;
|
|
898
898
|
};
|
|
@@ -903,33 +903,32 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
903
903
|
display_name: string;
|
|
904
904
|
slug: string;
|
|
905
905
|
images: {
|
|
906
|
-
height: number;
|
|
907
|
-
width: number;
|
|
908
906
|
url: string;
|
|
907
|
+
width: number;
|
|
908
|
+
height: number;
|
|
909
909
|
}[];
|
|
910
910
|
primary_color_hex?: string | undefined;
|
|
911
911
|
manufacturer_sku?: string | undefined;
|
|
912
912
|
front_image?: {
|
|
913
|
-
height: number;
|
|
914
|
-
width: number;
|
|
915
913
|
url: string;
|
|
914
|
+
width: number;
|
|
915
|
+
height: number;
|
|
916
916
|
} | undefined;
|
|
917
917
|
back_image?: {
|
|
918
|
-
height: number;
|
|
919
|
-
width: number;
|
|
920
918
|
url: string;
|
|
919
|
+
width: number;
|
|
920
|
+
height: number;
|
|
921
921
|
} | undefined;
|
|
922
922
|
}[];
|
|
923
923
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
924
924
|
product_url?: string | undefined;
|
|
925
925
|
}, {
|
|
926
|
-
description: string;
|
|
927
926
|
display_name: string;
|
|
928
927
|
manufacturer: {
|
|
929
928
|
display_name: string;
|
|
930
929
|
manufacturer_id: string;
|
|
931
|
-
integration: "
|
|
932
|
-
integration_support_level: "
|
|
930
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
931
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
933
932
|
is_connect_webview_supported: boolean;
|
|
934
933
|
requires_seam_support_to_add_account: boolean;
|
|
935
934
|
annotations: {
|
|
@@ -938,9 +937,9 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
938
937
|
}[];
|
|
939
938
|
description?: string | undefined;
|
|
940
939
|
logo?: {
|
|
941
|
-
height: number;
|
|
942
|
-
width: number;
|
|
943
940
|
url: string;
|
|
941
|
+
width: number;
|
|
942
|
+
height: number;
|
|
944
943
|
} | undefined;
|
|
945
944
|
website?: string | undefined;
|
|
946
945
|
legal_name?: string | undefined;
|
|
@@ -953,6 +952,7 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
953
952
|
us_customer_support_contact_url?: string | undefined;
|
|
954
953
|
seam_api_guide?: string | undefined;
|
|
955
954
|
};
|
|
955
|
+
description: string;
|
|
956
956
|
hardware: {
|
|
957
957
|
has_physical_key?: boolean | undefined;
|
|
958
958
|
};
|
|
@@ -963,21 +963,21 @@ export declare const device_model_v1: z.ZodIntersection<z.ZodObject<{
|
|
|
963
963
|
display_name: string;
|
|
964
964
|
slug: string;
|
|
965
965
|
images: {
|
|
966
|
-
height: number;
|
|
967
|
-
width: number;
|
|
968
966
|
url: string;
|
|
967
|
+
width: number;
|
|
968
|
+
height: number;
|
|
969
969
|
}[];
|
|
970
970
|
primary_color_hex?: string | undefined;
|
|
971
971
|
manufacturer_sku?: string | undefined;
|
|
972
972
|
front_image?: {
|
|
973
|
-
height: number;
|
|
974
|
-
width: number;
|
|
975
973
|
url: string;
|
|
974
|
+
width: number;
|
|
975
|
+
height: number;
|
|
976
976
|
} | undefined;
|
|
977
977
|
back_image?: {
|
|
978
|
-
height: number;
|
|
979
|
-
width: number;
|
|
980
978
|
url: string;
|
|
979
|
+
width: number;
|
|
980
|
+
height: number;
|
|
981
981
|
} | undefined;
|
|
982
982
|
}[];
|
|
983
983
|
power_sources: ("battery" | "hardwired" | "mechanical_harvesting" | "wireless" | "ethernet")[];
|
|
@@ -4,12 +4,12 @@ export declare const image_reference: z.ZodObject<{
|
|
|
4
4
|
width: z.ZodNumber;
|
|
5
5
|
height: z.ZodNumber;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
-
height: number;
|
|
8
|
-
width: number;
|
|
9
7
|
url: string;
|
|
10
|
-
}, {
|
|
11
|
-
height: number;
|
|
12
8
|
width: number;
|
|
9
|
+
height: number;
|
|
10
|
+
}, {
|
|
13
11
|
url: string;
|
|
12
|
+
width: number;
|
|
13
|
+
height: number;
|
|
14
14
|
}>;
|
|
15
15
|
export type ImageReference = z.infer<typeof image_reference>;
|
|
@@ -22,13 +22,13 @@ export declare const manufacturer: z.ZodObject<{
|
|
|
22
22
|
width: z.ZodNumber;
|
|
23
23
|
height: z.ZodNumber;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
height: number;
|
|
26
|
-
width: number;
|
|
27
25
|
url: string;
|
|
28
|
-
}, {
|
|
29
|
-
height: number;
|
|
30
26
|
width: number;
|
|
27
|
+
height: number;
|
|
28
|
+
}, {
|
|
31
29
|
url: string;
|
|
30
|
+
width: number;
|
|
31
|
+
height: number;
|
|
32
32
|
}>>;
|
|
33
33
|
/** @deprecated */
|
|
34
34
|
integration: z.ZodEnum<["stable", "beta", "planned", "unsupported", "inquire"]>;
|
|
@@ -60,8 +60,8 @@ export declare const manufacturer: z.ZodObject<{
|
|
|
60
60
|
}, "strip", z.ZodTypeAny, {
|
|
61
61
|
display_name: string;
|
|
62
62
|
manufacturer_id: string;
|
|
63
|
-
integration: "
|
|
64
|
-
integration_support_level: "
|
|
63
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
64
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
65
65
|
is_connect_webview_supported: boolean;
|
|
66
66
|
requires_seam_support_to_add_account: boolean;
|
|
67
67
|
device_model_count: number;
|
|
@@ -71,9 +71,9 @@ export declare const manufacturer: z.ZodObject<{
|
|
|
71
71
|
}[];
|
|
72
72
|
description?: string | undefined;
|
|
73
73
|
logo?: {
|
|
74
|
-
height: number;
|
|
75
|
-
width: number;
|
|
76
74
|
url: string;
|
|
75
|
+
width: number;
|
|
76
|
+
height: number;
|
|
77
77
|
} | undefined;
|
|
78
78
|
website?: string | undefined;
|
|
79
79
|
legal_name?: string | undefined;
|
|
@@ -88,8 +88,8 @@ export declare const manufacturer: z.ZodObject<{
|
|
|
88
88
|
}, {
|
|
89
89
|
display_name: string;
|
|
90
90
|
manufacturer_id: string;
|
|
91
|
-
integration: "
|
|
92
|
-
integration_support_level: "
|
|
91
|
+
integration: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
92
|
+
integration_support_level: "stable" | "beta" | "planned" | "unsupported" | "inquire";
|
|
93
93
|
is_connect_webview_supported: boolean;
|
|
94
94
|
requires_seam_support_to_add_account: boolean;
|
|
95
95
|
device_model_count: number;
|
|
@@ -99,9 +99,9 @@ export declare const manufacturer: z.ZodObject<{
|
|
|
99
99
|
}[];
|
|
100
100
|
description?: string | undefined;
|
|
101
101
|
logo?: {
|
|
102
|
-
height: number;
|
|
103
|
-
width: number;
|
|
104
102
|
url: string;
|
|
103
|
+
width: number;
|
|
104
|
+
height: number;
|
|
105
105
|
} | undefined;
|
|
106
106
|
website?: string | undefined;
|
|
107
107
|
legal_name?: string | undefined;
|