@seamapi/types 1.387.0 → 1.389.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 +63 -9
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +220 -136
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +1 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +93 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js +7 -0
- package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +10 -10
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +14 -14
- package/lib/seam/connect/openapi.js +46 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +148 -106
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +10 -0
- package/src/lib/seam/connect/openapi.ts +52 -0
- package/src/lib/seam/connect/route-types.ts +155 -0
|
@@ -41,7 +41,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
41
41
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
42
42
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
43
43
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
44
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
44
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
45
45
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
46
46
|
created_at: z.ZodString;
|
|
47
47
|
workspace_id: z.ZodString;
|
|
@@ -247,7 +247,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
247
247
|
} | undefined;
|
|
248
248
|
is_one_time_use?: boolean | undefined;
|
|
249
249
|
issued_at?: string | null | undefined;
|
|
250
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
250
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
251
251
|
external_type_display_name?: string | undefined;
|
|
252
252
|
acs_user_id?: string | undefined;
|
|
253
253
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -316,7 +316,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
316
316
|
} | undefined;
|
|
317
317
|
is_one_time_use?: boolean | undefined;
|
|
318
318
|
issued_at?: string | null | undefined;
|
|
319
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
319
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
320
320
|
external_type_display_name?: string | undefined;
|
|
321
321
|
acs_user_id?: string | undefined;
|
|
322
322
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -339,7 +339,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
339
339
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
340
340
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
341
341
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
342
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
342
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
343
343
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
344
344
|
created_at: z.ZodString;
|
|
345
345
|
workspace_id: z.ZodString;
|
|
@@ -545,7 +545,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
545
545
|
} | undefined;
|
|
546
546
|
is_one_time_use?: boolean | undefined;
|
|
547
547
|
issued_at?: string | null | undefined;
|
|
548
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
548
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
549
549
|
external_type_display_name?: string | undefined;
|
|
550
550
|
acs_user_id?: string | undefined;
|
|
551
551
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -614,7 +614,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
614
614
|
} | undefined;
|
|
615
615
|
is_one_time_use?: boolean | undefined;
|
|
616
616
|
issued_at?: string | null | undefined;
|
|
617
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
617
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
618
618
|
external_type_display_name?: string | undefined;
|
|
619
619
|
acs_user_id?: string | undefined;
|
|
620
620
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -688,7 +688,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
688
688
|
} | undefined;
|
|
689
689
|
is_one_time_use?: boolean | undefined;
|
|
690
690
|
issued_at?: string | null | undefined;
|
|
691
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
691
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
692
692
|
external_type_display_name?: string | undefined;
|
|
693
693
|
acs_user_id?: string | undefined;
|
|
694
694
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -757,7 +757,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
757
757
|
} | undefined;
|
|
758
758
|
is_one_time_use?: boolean | undefined;
|
|
759
759
|
issued_at?: string | null | undefined;
|
|
760
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
760
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
761
761
|
external_type_display_name?: string | undefined;
|
|
762
762
|
acs_user_id?: string | undefined;
|
|
763
763
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -832,7 +832,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
832
832
|
} | undefined;
|
|
833
833
|
is_one_time_use?: boolean | undefined;
|
|
834
834
|
issued_at?: string | null | undefined;
|
|
835
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
835
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
836
836
|
external_type_display_name?: string | undefined;
|
|
837
837
|
acs_user_id?: string | undefined;
|
|
838
838
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -901,7 +901,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
901
901
|
} | undefined;
|
|
902
902
|
is_one_time_use?: boolean | undefined;
|
|
903
903
|
issued_at?: string | null | undefined;
|
|
904
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
904
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
905
905
|
external_type_display_name?: string | undefined;
|
|
906
906
|
acs_user_id?: string | undefined;
|
|
907
907
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -129,7 +129,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
129
129
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
130
130
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
131
131
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
132
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
132
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
133
133
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
134
134
|
created_at: z.ZodString;
|
|
135
135
|
workspace_id: z.ZodString;
|
|
@@ -335,7 +335,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
335
335
|
} | undefined;
|
|
336
336
|
is_one_time_use?: boolean | undefined;
|
|
337
337
|
issued_at?: string | null | undefined;
|
|
338
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
338
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
339
339
|
external_type_display_name?: string | undefined;
|
|
340
340
|
acs_user_id?: string | undefined;
|
|
341
341
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -404,7 +404,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
404
404
|
} | undefined;
|
|
405
405
|
is_one_time_use?: boolean | undefined;
|
|
406
406
|
issued_at?: string | null | undefined;
|
|
407
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
407
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
408
408
|
external_type_display_name?: string | undefined;
|
|
409
409
|
acs_user_id?: string | undefined;
|
|
410
410
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -427,7 +427,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
427
427
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
428
428
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
429
429
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
430
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key"]>>;
|
|
430
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access"]>>;
|
|
431
431
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
432
432
|
created_at: z.ZodString;
|
|
433
433
|
workspace_id: z.ZodString;
|
|
@@ -633,7 +633,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
633
633
|
} | undefined;
|
|
634
634
|
is_one_time_use?: boolean | undefined;
|
|
635
635
|
issued_at?: string | null | undefined;
|
|
636
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
636
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
637
637
|
external_type_display_name?: string | undefined;
|
|
638
638
|
acs_user_id?: string | undefined;
|
|
639
639
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -702,7 +702,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
702
702
|
} | undefined;
|
|
703
703
|
is_one_time_use?: boolean | undefined;
|
|
704
704
|
issued_at?: string | null | undefined;
|
|
705
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
705
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
706
706
|
external_type_display_name?: string | undefined;
|
|
707
707
|
acs_user_id?: string | undefined;
|
|
708
708
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -808,7 +808,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
808
808
|
} | undefined;
|
|
809
809
|
is_one_time_use?: boolean | undefined;
|
|
810
810
|
issued_at?: string | null | undefined;
|
|
811
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
811
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
812
812
|
external_type_display_name?: string | undefined;
|
|
813
813
|
acs_user_id?: string | undefined;
|
|
814
814
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -877,7 +877,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
877
877
|
} | undefined;
|
|
878
878
|
is_one_time_use?: boolean | undefined;
|
|
879
879
|
issued_at?: string | null | undefined;
|
|
880
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
880
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
881
881
|
external_type_display_name?: string | undefined;
|
|
882
882
|
acs_user_id?: string | undefined;
|
|
883
883
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -973,7 +973,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
973
973
|
} | undefined;
|
|
974
974
|
is_one_time_use?: boolean | undefined;
|
|
975
975
|
issued_at?: string | null | undefined;
|
|
976
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
976
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
977
977
|
external_type_display_name?: string | undefined;
|
|
978
978
|
acs_user_id?: string | undefined;
|
|
979
979
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1042,7 +1042,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1042
1042
|
} | undefined;
|
|
1043
1043
|
is_one_time_use?: boolean | undefined;
|
|
1044
1044
|
issued_at?: string | null | undefined;
|
|
1045
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1045
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1046
1046
|
external_type_display_name?: string | undefined;
|
|
1047
1047
|
acs_user_id?: string | undefined;
|
|
1048
1048
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1143,7 +1143,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1143
1143
|
} | undefined;
|
|
1144
1144
|
is_one_time_use?: boolean | undefined;
|
|
1145
1145
|
issued_at?: string | null | undefined;
|
|
1146
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1146
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1147
1147
|
external_type_display_name?: string | undefined;
|
|
1148
1148
|
acs_user_id?: string | undefined;
|
|
1149
1149
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1212,7 +1212,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1212
1212
|
} | undefined;
|
|
1213
1213
|
is_one_time_use?: boolean | undefined;
|
|
1214
1214
|
issued_at?: string | null | undefined;
|
|
1215
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1215
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1216
1216
|
external_type_display_name?: string | undefined;
|
|
1217
1217
|
acs_user_id?: string | undefined;
|
|
1218
1218
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1314,7 +1314,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1314
1314
|
} | undefined;
|
|
1315
1315
|
is_one_time_use?: boolean | undefined;
|
|
1316
1316
|
issued_at?: string | null | undefined;
|
|
1317
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1317
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1318
1318
|
external_type_display_name?: string | undefined;
|
|
1319
1319
|
acs_user_id?: string | undefined;
|
|
1320
1320
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1383,7 +1383,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1383
1383
|
} | undefined;
|
|
1384
1384
|
is_one_time_use?: boolean | undefined;
|
|
1385
1385
|
issued_at?: string | null | undefined;
|
|
1386
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1386
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
1387
1387
|
external_type_display_name?: string | undefined;
|
|
1388
1388
|
acs_user_id?: string | undefined;
|
|
1389
1389
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1512,6 +1512,7 @@ export default {
|
|
|
1512
1512
|
'salto_ks_credential',
|
|
1513
1513
|
'assa_abloy_vostio_key',
|
|
1514
1514
|
'salto_space_key',
|
|
1515
|
+
'latch_access',
|
|
1515
1516
|
],
|
|
1516
1517
|
type: 'string',
|
|
1517
1518
|
},
|
|
@@ -2898,6 +2899,26 @@ export default {
|
|
|
2898
2899
|
required: ['created_at', 'message', 'warning_code'],
|
|
2899
2900
|
type: 'object',
|
|
2900
2901
|
},
|
|
2902
|
+
{
|
|
2903
|
+
description: 'Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created on Latch Mission Control. Please use the Latch Mission Control to manage this user.',
|
|
2904
|
+
properties: {
|
|
2905
|
+
created_at: {
|
|
2906
|
+
description: 'Date and time at which Seam created the warning.',
|
|
2907
|
+
format: 'date-time',
|
|
2908
|
+
type: 'string',
|
|
2909
|
+
},
|
|
2910
|
+
message: {
|
|
2911
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
2912
|
+
type: 'string',
|
|
2913
|
+
},
|
|
2914
|
+
warning_code: {
|
|
2915
|
+
enum: ['latch_resident_user'],
|
|
2916
|
+
type: 'string',
|
|
2917
|
+
},
|
|
2918
|
+
},
|
|
2919
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
2920
|
+
type: 'object',
|
|
2921
|
+
},
|
|
2901
2922
|
],
|
|
2902
2923
|
},
|
|
2903
2924
|
type: 'array',
|
|
@@ -3336,6 +3357,7 @@ export default {
|
|
|
3336
3357
|
'salto_ks_credential',
|
|
3337
3358
|
'assa_abloy_vostio_key',
|
|
3338
3359
|
'salto_space_key',
|
|
3360
|
+
'latch_access',
|
|
3339
3361
|
],
|
|
3340
3362
|
type: 'string',
|
|
3341
3363
|
},
|
|
@@ -3681,6 +3703,7 @@ export default {
|
|
|
3681
3703
|
'salto_ks_credential',
|
|
3682
3704
|
'assa_abloy_vostio_key',
|
|
3683
3705
|
'salto_space_key',
|
|
3706
|
+
'latch_access',
|
|
3684
3707
|
],
|
|
3685
3708
|
type: 'string',
|
|
3686
3709
|
},
|
|
@@ -4395,6 +4418,7 @@ export default {
|
|
|
4395
4418
|
'salto_ks_credential',
|
|
4396
4419
|
'assa_abloy_vostio_key',
|
|
4397
4420
|
'salto_space_key',
|
|
4421
|
+
'latch_access',
|
|
4398
4422
|
],
|
|
4399
4423
|
type: 'string',
|
|
4400
4424
|
},
|
|
@@ -4738,6 +4762,7 @@ export default {
|
|
|
4738
4762
|
'salto_ks_credential',
|
|
4739
4763
|
'assa_abloy_vostio_key',
|
|
4740
4764
|
'salto_space_key',
|
|
4765
|
+
'latch_access',
|
|
4741
4766
|
],
|
|
4742
4767
|
type: 'string',
|
|
4743
4768
|
},
|
|
@@ -15193,6 +15218,7 @@ export default {
|
|
|
15193
15218
|
'salto_ks_credential',
|
|
15194
15219
|
'assa_abloy_vostio_key',
|
|
15195
15220
|
'salto_space_key',
|
|
15221
|
+
'latch_access',
|
|
15196
15222
|
],
|
|
15197
15223
|
type: 'string',
|
|
15198
15224
|
},
|
|
@@ -15932,6 +15958,26 @@ export default {
|
|
|
15932
15958
|
required: ['created_at', 'message', 'warning_code'],
|
|
15933
15959
|
type: 'object',
|
|
15934
15960
|
},
|
|
15961
|
+
{
|
|
15962
|
+
description: 'Indicates that the [ACS user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) was created on Latch Mission Control. Please use the Latch Mission Control to manage this user.',
|
|
15963
|
+
properties: {
|
|
15964
|
+
created_at: {
|
|
15965
|
+
description: 'Date and time at which Seam created the warning.',
|
|
15966
|
+
format: 'date-time',
|
|
15967
|
+
type: 'string',
|
|
15968
|
+
},
|
|
15969
|
+
message: {
|
|
15970
|
+
description: 'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
15971
|
+
type: 'string',
|
|
15972
|
+
},
|
|
15973
|
+
warning_code: {
|
|
15974
|
+
enum: ['latch_resident_user'],
|
|
15975
|
+
type: 'string',
|
|
15976
|
+
},
|
|
15977
|
+
},
|
|
15978
|
+
required: ['created_at', 'message', 'warning_code'],
|
|
15979
|
+
type: 'object',
|
|
15980
|
+
},
|
|
15935
15981
|
],
|
|
15936
15982
|
},
|
|
15937
15983
|
type: 'array',
|