@seamapi/types 1.369.2 → 1.370.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 +370 -1
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +519 -28
- package/lib/seam/connect/internal/schemas.d.ts +1 -1
- package/lib/seam/connect/internal/schemas.js +1 -1
- package/lib/seam/connect/internal/schemas.js.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +57 -0
- package/lib/seam/connect/models/access-grants/access-grant.js +29 -0
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -0
- package/lib/seam/connect/models/access-grants/access-method.d.ts +21 -0
- package/lib/seam/connect/models/access-grants/access-method.js +24 -0
- package/lib/seam/connect/models/access-grants/access-method.js.map +1 -0
- package/lib/seam/connect/models/access-grants/index.d.ts +2 -0
- package/lib/seam/connect/models/access-grants/index.js +3 -0
- package/lib/seam/connect/models/access-grants/index.js.map +1 -0
- package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +20 -20
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +12 -12
- package/lib/seam/connect/models/bridges/{bridge_client_session.js → bridge-client-session.js} +1 -1
- package/lib/seam/connect/models/bridges/{bridge_client_session.js.map → bridge-client-session.js.map} +1 -1
- package/lib/seam/connect/models/bridges/bridge-connected-system.d.ts +30 -0
- package/lib/seam/connect/models/bridges/bridge-connected-system.js +17 -0
- package/lib/seam/connect/models/bridges/bridge-connected-system.js.map +1 -0
- package/lib/seam/connect/models/bridges/index.d.ts +2 -1
- package/lib/seam/connect/models/bridges/index.js +2 -1
- package/lib/seam/connect/models/bridges/index.js.map +1 -1
- package/lib/seam/connect/models/index.d.ts +1 -0
- package/lib/seam/connect/models/index.js +1 -0
- package/lib/seam/connect/models/index.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +402 -0
- package/lib/seam/connect/openapi.js +369 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +89 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +3 -0
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +34 -0
- package/src/lib/seam/connect/models/access-grants/access-method.ts +28 -0
- package/src/lib/seam/connect/models/access-grants/index.ts +2 -0
- package/src/lib/seam/connect/models/bridges/bridge-connected-system.ts +19 -0
- package/src/lib/seam/connect/models/bridges/index.ts +2 -1
- package/src/lib/seam/connect/models/index.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +394 -0
- package/src/lib/seam/connect/route-types.ts +96 -0
- /package/lib/seam/connect/models/bridges/{bridge_client_session.d.ts → bridge-client-session.d.ts} +0 -0
- /package/src/lib/seam/connect/models/bridges/{bridge_client_session.ts → bridge-client-session.ts} +0 -0
|
@@ -246,6 +246,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
246
246
|
door_names?: string[] | undefined;
|
|
247
247
|
} | undefined;
|
|
248
248
|
is_one_time_use?: boolean | undefined;
|
|
249
|
+
issued_at?: string | null | undefined;
|
|
249
250
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
250
251
|
external_type_display_name?: string | undefined;
|
|
251
252
|
acs_user_id?: string | undefined;
|
|
@@ -253,7 +254,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
253
254
|
parent_acs_credential_id?: string | undefined;
|
|
254
255
|
card_number?: string | null | undefined;
|
|
255
256
|
is_issued?: boolean | undefined;
|
|
256
|
-
issued_at?: string | null | undefined;
|
|
257
257
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
258
258
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
259
259
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -315,6 +315,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
315
315
|
door_names?: string[] | undefined;
|
|
316
316
|
} | undefined;
|
|
317
317
|
is_one_time_use?: boolean | undefined;
|
|
318
|
+
issued_at?: string | null | undefined;
|
|
318
319
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
319
320
|
external_type_display_name?: string | undefined;
|
|
320
321
|
acs_user_id?: string | undefined;
|
|
@@ -322,7 +323,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
322
323
|
parent_acs_credential_id?: string | undefined;
|
|
323
324
|
card_number?: string | null | undefined;
|
|
324
325
|
is_issued?: boolean | undefined;
|
|
325
|
-
issued_at?: string | null | undefined;
|
|
326
326
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
327
327
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
328
328
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -544,6 +544,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
544
544
|
door_names?: string[] | undefined;
|
|
545
545
|
} | undefined;
|
|
546
546
|
is_one_time_use?: boolean | undefined;
|
|
547
|
+
issued_at?: string | null | undefined;
|
|
547
548
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
548
549
|
external_type_display_name?: string | undefined;
|
|
549
550
|
acs_user_id?: string | undefined;
|
|
@@ -551,7 +552,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
551
552
|
parent_acs_credential_id?: string | undefined;
|
|
552
553
|
card_number?: string | null | undefined;
|
|
553
554
|
is_issued?: boolean | undefined;
|
|
554
|
-
issued_at?: string | null | undefined;
|
|
555
555
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
556
556
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
557
557
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -613,6 +613,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
613
613
|
door_names?: string[] | undefined;
|
|
614
614
|
} | undefined;
|
|
615
615
|
is_one_time_use?: boolean | undefined;
|
|
616
|
+
issued_at?: string | null | undefined;
|
|
616
617
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
617
618
|
external_type_display_name?: string | undefined;
|
|
618
619
|
acs_user_id?: string | undefined;
|
|
@@ -620,7 +621,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
620
621
|
parent_acs_credential_id?: string | undefined;
|
|
621
622
|
card_number?: string | null | undefined;
|
|
622
623
|
is_issued?: boolean | undefined;
|
|
623
|
-
issued_at?: string | null | undefined;
|
|
624
624
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
625
625
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
626
626
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -687,6 +687,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
687
687
|
door_names?: string[] | undefined;
|
|
688
688
|
} | undefined;
|
|
689
689
|
is_one_time_use?: boolean | undefined;
|
|
690
|
+
issued_at?: string | null | undefined;
|
|
690
691
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
691
692
|
external_type_display_name?: string | undefined;
|
|
692
693
|
acs_user_id?: string | undefined;
|
|
@@ -694,7 +695,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
694
695
|
parent_acs_credential_id?: string | undefined;
|
|
695
696
|
card_number?: string | null | undefined;
|
|
696
697
|
is_issued?: boolean | undefined;
|
|
697
|
-
issued_at?: string | null | undefined;
|
|
698
698
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
699
699
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
700
700
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -756,6 +756,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
756
756
|
door_names?: string[] | undefined;
|
|
757
757
|
} | undefined;
|
|
758
758
|
is_one_time_use?: boolean | undefined;
|
|
759
|
+
issued_at?: string | null | undefined;
|
|
759
760
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
760
761
|
external_type_display_name?: string | undefined;
|
|
761
762
|
acs_user_id?: string | undefined;
|
|
@@ -763,7 +764,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
763
764
|
parent_acs_credential_id?: string | undefined;
|
|
764
765
|
card_number?: string | null | undefined;
|
|
765
766
|
is_issued?: boolean | undefined;
|
|
766
|
-
issued_at?: string | null | undefined;
|
|
767
767
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
768
768
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
769
769
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -831,6 +831,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
831
831
|
door_names?: string[] | undefined;
|
|
832
832
|
} | undefined;
|
|
833
833
|
is_one_time_use?: boolean | undefined;
|
|
834
|
+
issued_at?: string | null | undefined;
|
|
834
835
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
835
836
|
external_type_display_name?: string | undefined;
|
|
836
837
|
acs_user_id?: string | undefined;
|
|
@@ -838,7 +839,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
838
839
|
parent_acs_credential_id?: string | undefined;
|
|
839
840
|
card_number?: string | null | undefined;
|
|
840
841
|
is_issued?: boolean | undefined;
|
|
841
|
-
issued_at?: string | null | undefined;
|
|
842
842
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
843
843
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
844
844
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -900,6 +900,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
900
900
|
door_names?: string[] | undefined;
|
|
901
901
|
} | undefined;
|
|
902
902
|
is_one_time_use?: boolean | undefined;
|
|
903
|
+
issued_at?: string | null | undefined;
|
|
903
904
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
904
905
|
external_type_display_name?: string | undefined;
|
|
905
906
|
acs_user_id?: string | undefined;
|
|
@@ -907,7 +908,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
907
908
|
parent_acs_credential_id?: string | undefined;
|
|
908
909
|
card_number?: string | null | undefined;
|
|
909
910
|
is_issued?: boolean | undefined;
|
|
910
|
-
issued_at?: string | null | undefined;
|
|
911
911
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
912
912
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
913
913
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -334,6 +334,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
334
334
|
door_names?: string[] | undefined;
|
|
335
335
|
} | undefined;
|
|
336
336
|
is_one_time_use?: boolean | undefined;
|
|
337
|
+
issued_at?: string | null | undefined;
|
|
337
338
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
338
339
|
external_type_display_name?: string | undefined;
|
|
339
340
|
acs_user_id?: string | undefined;
|
|
@@ -341,7 +342,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
341
342
|
parent_acs_credential_id?: string | undefined;
|
|
342
343
|
card_number?: string | null | undefined;
|
|
343
344
|
is_issued?: boolean | undefined;
|
|
344
|
-
issued_at?: string | null | undefined;
|
|
345
345
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
346
346
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
347
347
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -403,6 +403,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
403
403
|
door_names?: string[] | undefined;
|
|
404
404
|
} | undefined;
|
|
405
405
|
is_one_time_use?: boolean | undefined;
|
|
406
|
+
issued_at?: string | null | undefined;
|
|
406
407
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
407
408
|
external_type_display_name?: string | undefined;
|
|
408
409
|
acs_user_id?: string | undefined;
|
|
@@ -410,7 +411,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
410
411
|
parent_acs_credential_id?: string | undefined;
|
|
411
412
|
card_number?: string | null | undefined;
|
|
412
413
|
is_issued?: boolean | undefined;
|
|
413
|
-
issued_at?: string | null | undefined;
|
|
414
414
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
415
415
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
416
416
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -632,6 +632,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
632
632
|
door_names?: string[] | undefined;
|
|
633
633
|
} | undefined;
|
|
634
634
|
is_one_time_use?: boolean | undefined;
|
|
635
|
+
issued_at?: string | null | undefined;
|
|
635
636
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
636
637
|
external_type_display_name?: string | undefined;
|
|
637
638
|
acs_user_id?: string | undefined;
|
|
@@ -639,7 +640,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
639
640
|
parent_acs_credential_id?: string | undefined;
|
|
640
641
|
card_number?: string | null | undefined;
|
|
641
642
|
is_issued?: boolean | undefined;
|
|
642
|
-
issued_at?: string | null | undefined;
|
|
643
643
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
644
644
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
645
645
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -701,6 +701,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
701
701
|
door_names?: string[] | undefined;
|
|
702
702
|
} | undefined;
|
|
703
703
|
is_one_time_use?: boolean | undefined;
|
|
704
|
+
issued_at?: string | null | undefined;
|
|
704
705
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
705
706
|
external_type_display_name?: string | undefined;
|
|
706
707
|
acs_user_id?: string | undefined;
|
|
@@ -708,7 +709,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
708
709
|
parent_acs_credential_id?: string | undefined;
|
|
709
710
|
card_number?: string | null | undefined;
|
|
710
711
|
is_issued?: boolean | undefined;
|
|
711
|
-
issued_at?: string | null | undefined;
|
|
712
712
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
713
713
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
714
714
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -807,6 +807,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
807
807
|
door_names?: string[] | undefined;
|
|
808
808
|
} | undefined;
|
|
809
809
|
is_one_time_use?: boolean | undefined;
|
|
810
|
+
issued_at?: string | null | undefined;
|
|
810
811
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
811
812
|
external_type_display_name?: string | undefined;
|
|
812
813
|
acs_user_id?: string | undefined;
|
|
@@ -814,7 +815,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
814
815
|
parent_acs_credential_id?: string | undefined;
|
|
815
816
|
card_number?: string | null | undefined;
|
|
816
817
|
is_issued?: boolean | undefined;
|
|
817
|
-
issued_at?: string | null | undefined;
|
|
818
818
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
819
819
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
820
820
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -876,6 +876,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
876
876
|
door_names?: string[] | undefined;
|
|
877
877
|
} | undefined;
|
|
878
878
|
is_one_time_use?: boolean | undefined;
|
|
879
|
+
issued_at?: string | null | undefined;
|
|
879
880
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
880
881
|
external_type_display_name?: string | undefined;
|
|
881
882
|
acs_user_id?: string | undefined;
|
|
@@ -883,7 +884,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
883
884
|
parent_acs_credential_id?: string | undefined;
|
|
884
885
|
card_number?: string | null | undefined;
|
|
885
886
|
is_issued?: boolean | undefined;
|
|
886
|
-
issued_at?: string | null | undefined;
|
|
887
887
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
888
888
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
889
889
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -972,6 +972,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
972
972
|
door_names?: string[] | undefined;
|
|
973
973
|
} | undefined;
|
|
974
974
|
is_one_time_use?: boolean | undefined;
|
|
975
|
+
issued_at?: string | null | undefined;
|
|
975
976
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
976
977
|
external_type_display_name?: string | undefined;
|
|
977
978
|
acs_user_id?: string | undefined;
|
|
@@ -979,7 +980,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
979
980
|
parent_acs_credential_id?: string | undefined;
|
|
980
981
|
card_number?: string | null | undefined;
|
|
981
982
|
is_issued?: boolean | undefined;
|
|
982
|
-
issued_at?: string | null | undefined;
|
|
983
983
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
984
984
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
985
985
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1041,6 +1041,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1041
1041
|
door_names?: string[] | undefined;
|
|
1042
1042
|
} | undefined;
|
|
1043
1043
|
is_one_time_use?: boolean | undefined;
|
|
1044
|
+
issued_at?: string | null | undefined;
|
|
1044
1045
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1045
1046
|
external_type_display_name?: string | undefined;
|
|
1046
1047
|
acs_user_id?: string | undefined;
|
|
@@ -1048,7 +1049,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1048
1049
|
parent_acs_credential_id?: string | undefined;
|
|
1049
1050
|
card_number?: string | null | undefined;
|
|
1050
1051
|
is_issued?: boolean | undefined;
|
|
1051
|
-
issued_at?: string | null | undefined;
|
|
1052
1052
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1053
1053
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1054
1054
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1142,6 +1142,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1142
1142
|
door_names?: string[] | undefined;
|
|
1143
1143
|
} | undefined;
|
|
1144
1144
|
is_one_time_use?: boolean | undefined;
|
|
1145
|
+
issued_at?: string | null | undefined;
|
|
1145
1146
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1146
1147
|
external_type_display_name?: string | undefined;
|
|
1147
1148
|
acs_user_id?: string | undefined;
|
|
@@ -1149,7 +1150,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1149
1150
|
parent_acs_credential_id?: string | undefined;
|
|
1150
1151
|
card_number?: string | null | undefined;
|
|
1151
1152
|
is_issued?: boolean | undefined;
|
|
1152
|
-
issued_at?: string | null | undefined;
|
|
1153
1153
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1154
1154
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1155
1155
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1211,6 +1211,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1211
1211
|
door_names?: string[] | undefined;
|
|
1212
1212
|
} | undefined;
|
|
1213
1213
|
is_one_time_use?: boolean | undefined;
|
|
1214
|
+
issued_at?: string | null | undefined;
|
|
1214
1215
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1215
1216
|
external_type_display_name?: string | undefined;
|
|
1216
1217
|
acs_user_id?: string | undefined;
|
|
@@ -1218,7 +1219,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1218
1219
|
parent_acs_credential_id?: string | undefined;
|
|
1219
1220
|
card_number?: string | null | undefined;
|
|
1220
1221
|
is_issued?: boolean | undefined;
|
|
1221
|
-
issued_at?: string | null | undefined;
|
|
1222
1222
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1223
1223
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1224
1224
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1313,6 +1313,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1313
1313
|
door_names?: string[] | undefined;
|
|
1314
1314
|
} | undefined;
|
|
1315
1315
|
is_one_time_use?: boolean | undefined;
|
|
1316
|
+
issued_at?: string | null | undefined;
|
|
1316
1317
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1317
1318
|
external_type_display_name?: string | undefined;
|
|
1318
1319
|
acs_user_id?: string | undefined;
|
|
@@ -1320,7 +1321,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1320
1321
|
parent_acs_credential_id?: string | undefined;
|
|
1321
1322
|
card_number?: string | null | undefined;
|
|
1322
1323
|
is_issued?: boolean | undefined;
|
|
1323
|
-
issued_at?: string | null | undefined;
|
|
1324
1324
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1325
1325
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1326
1326
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1382,6 +1382,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1382
1382
|
door_names?: string[] | undefined;
|
|
1383
1383
|
} | undefined;
|
|
1384
1384
|
is_one_time_use?: boolean | undefined;
|
|
1385
|
+
issued_at?: string | null | undefined;
|
|
1385
1386
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1386
1387
|
external_type_display_name?: string | undefined;
|
|
1387
1388
|
acs_user_id?: string | undefined;
|
|
@@ -1389,7 +1390,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1389
1390
|
parent_acs_credential_id?: string | undefined;
|
|
1390
1391
|
card_number?: string | null | undefined;
|
|
1391
1392
|
is_issued?: boolean | undefined;
|
|
1392
|
-
issued_at?: string | null | undefined;
|
|
1393
1393
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1394
1394
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1395
1395
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"bridge-client-session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/bridges/bridge-client-session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,CAAC,MAAM,sBAAsB,GAAG,kCAAkC;KACrE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,wBAAwB,CAAC;SACjC,QAAQ,CAAC,sBAAsB,CAAC;IACnC,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,CAAC,uCAAuC,CAAC;IACpD,uCAAuC,EAAE,CAAC;SACvC,OAAO,EAAE;SACT,QAAQ,CAAC,6CAA6C,CAAC;IAC1D,2CAA2C,EAAE,CAAC;SAC3C,OAAO,EAAE;SACT,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gCAAgC,EAAE,CAAC;SAChC,OAAO,EAAE;SACT,QAAQ,CAAC,yCAAyC,CAAC;IACtD,8BAA8B,EAAE,CAAC;SAC9B,OAAO,EAAE;SACT,QAAQ,CAAC,oCAAoC,CAAC;CAClD,CAAC;KACD,QAAQ,CAAC,oCAAoC,CAAC,CAAA;AAEjD,MAAM,CAAC,MAAM,4BAA4B,GAAG,kCAAkC;KAC3E,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,8BAA8B,CAAC;SACvC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,4CAA4C,CAAC,CAAA;AAEzD,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC;KACzC,kBAAkB,CAAC,YAAY,EAAE;IAChC,sBAAsB;IACtB,4BAA4B;CAC7B,CAAC;KACD,QAAQ,CAAC,oDAAoD,CAAC,CAAA;AAMjE,MAAM,+BAA+B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,sBAAsB,EAAE,sBAAsB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACpE,4BAA4B,EAAE,4BAA4B;SACvD,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC3C,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE;IACvC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IAClC,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9C,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE;IACnC,oCAAoC,EAAE,CAAC,CAAC,MAAM,EAAE;IAChD,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC;CAC7C,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const bridge_connected_system: z.ZodObject<{
|
|
3
|
+
bridge_id: z.ZodString;
|
|
4
|
+
bridge_created_at: z.ZodString;
|
|
5
|
+
connected_account_id: z.ZodString;
|
|
6
|
+
connected_account_created_at: z.ZodString;
|
|
7
|
+
acs_system_id: z.ZodString;
|
|
8
|
+
acs_system_display_name: z.ZodString;
|
|
9
|
+
workspace_id: z.ZodString;
|
|
10
|
+
workspace_display_name: z.ZodString;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
connected_account_id: string;
|
|
13
|
+
bridge_id: string;
|
|
14
|
+
workspace_id: string;
|
|
15
|
+
acs_system_id: string;
|
|
16
|
+
bridge_created_at: string;
|
|
17
|
+
connected_account_created_at: string;
|
|
18
|
+
acs_system_display_name: string;
|
|
19
|
+
workspace_display_name: string;
|
|
20
|
+
}, {
|
|
21
|
+
connected_account_id: string;
|
|
22
|
+
bridge_id: string;
|
|
23
|
+
workspace_id: string;
|
|
24
|
+
acs_system_id: string;
|
|
25
|
+
bridge_created_at: string;
|
|
26
|
+
connected_account_created_at: string;
|
|
27
|
+
acs_system_display_name: string;
|
|
28
|
+
workspace_display_name: string;
|
|
29
|
+
}>;
|
|
30
|
+
export type BridgeConnectedSystem = z.infer<typeof bridge_connected_system>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const bridge_connected_system = z.object({
|
|
3
|
+
bridge_id: z.string().uuid(),
|
|
4
|
+
bridge_created_at: z.string().datetime(),
|
|
5
|
+
connected_account_id: z.string().uuid(),
|
|
6
|
+
connected_account_created_at: z.string().datetime(),
|
|
7
|
+
acs_system_id: z.string().uuid(),
|
|
8
|
+
acs_system_display_name: z.string(),
|
|
9
|
+
workspace_id: z.string().uuid(),
|
|
10
|
+
workspace_display_name: z.string(),
|
|
11
|
+
}).describe(`
|
|
12
|
+
---
|
|
13
|
+
route_path: /seam/bridge/v1/bridge_connected_systems
|
|
14
|
+
undocumented: Seam Bridge Client only.
|
|
15
|
+
---
|
|
16
|
+
`);
|
|
17
|
+
//# sourceMappingURL=bridge-connected-system.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bridge-connected-system.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/bridges/bridge-connected-system.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC5B,iBAAiB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACxC,oBAAoB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IACvC,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACnD,aAAa,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAChC,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE;IACnC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC/B,sBAAsB,EAAE,CAAC,CAAC,MAAM,EAAE;CACnC,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/bridges/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,4BAA4B,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/bridges/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA;AAC3B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,8BAA8B,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,sBAAsB,CAAA;AACpC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,0BAA0B,CAAA;AACxC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/lib/seam/connect/models/index.ts"],"names":[],"mappings":"AAAA,cAAc,yBAAyB,CAAA;AACvC,cAAc,0BAA0B,CAAA;AACxC,cAAc,gBAAgB,CAAA;AAC9B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,6BAA6B,CAAA;AAC3C,cAAc,+BAA+B,CAAA;AAC7C,cAAc,sBAAsB,CAAA;AACpC,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA;AACjC,cAAc,sBAAsB,CAAA;AACpC,cAAc,0BAA0B,CAAA;AACxC,cAAc,iBAAiB,CAAA;AAC/B,cAAc,mBAAmB,CAAA;AACjC,cAAc,wBAAwB,CAAA;AACtC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,qBAAqB,CAAA;AACnC,cAAc,uBAAuB,CAAA"}
|