@seamapi/types 1.334.0 → 1.336.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 +32 -12
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +137 -137
- 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/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +2 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-user.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-user.js +1 -0
- package/lib/seam/connect/models/acs/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 +17 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +101 -101
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +3 -0
- package/src/lib/seam/connect/models/acs/acs-credential.ts +2 -0
- package/src/lib/seam/connect/models/acs/acs-user.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +17 -0
- package/src/lib/seam/connect/route-types.ts +195 -0
|
@@ -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_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
132
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key", "salto_space_card", "salto_space_mobile_key"]>>;
|
|
133
133
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
134
134
|
created_at: z.ZodString;
|
|
135
135
|
workspace_id: z.ZodString;
|
|
@@ -334,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
337
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
338
338
|
external_type_display_name?: string | undefined;
|
|
339
339
|
acs_user_id?: string | undefined;
|
|
340
340
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -403,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
406
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
407
407
|
external_type_display_name?: string | undefined;
|
|
408
408
|
acs_user_id?: string | undefined;
|
|
409
409
|
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_card", "assa_abloy_vostio_mobile_key"]>>;
|
|
430
|
+
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_card", "assa_abloy_vostio_mobile_key", "salto_space_card", "salto_space_mobile_key"]>>;
|
|
431
431
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
432
432
|
created_at: z.ZodString;
|
|
433
433
|
workspace_id: z.ZodString;
|
|
@@ -632,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
635
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
636
636
|
external_type_display_name?: string | undefined;
|
|
637
637
|
acs_user_id?: string | undefined;
|
|
638
638
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -701,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
704
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
705
705
|
external_type_display_name?: string | undefined;
|
|
706
706
|
acs_user_id?: string | undefined;
|
|
707
707
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -807,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
810
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
811
811
|
external_type_display_name?: string | undefined;
|
|
812
812
|
acs_user_id?: string | undefined;
|
|
813
813
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -876,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
879
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
880
880
|
external_type_display_name?: string | undefined;
|
|
881
881
|
acs_user_id?: string | undefined;
|
|
882
882
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -972,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
975
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
976
976
|
external_type_display_name?: string | undefined;
|
|
977
977
|
acs_user_id?: string | undefined;
|
|
978
978
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1041,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1044
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
1045
1045
|
external_type_display_name?: string | undefined;
|
|
1046
1046
|
acs_user_id?: string | undefined;
|
|
1047
1047
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1142,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1145
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
1146
1146
|
external_type_display_name?: string | undefined;
|
|
1147
1147
|
acs_user_id?: string | undefined;
|
|
1148
1148
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1211,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1214
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
1215
1215
|
external_type_display_name?: string | undefined;
|
|
1216
1216
|
acs_user_id?: string | undefined;
|
|
1217
1217
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1313,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1316
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
1317
1317
|
external_type_display_name?: string | undefined;
|
|
1318
1318
|
acs_user_id?: string | undefined;
|
|
1319
1319
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1382,7 +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
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | undefined;
|
|
1385
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_card" | "assa_abloy_vostio_mobile_key" | "salto_space_card" | "salto_space_mobile_key" | undefined;
|
|
1386
1386
|
external_type_display_name?: string | undefined;
|
|
1387
1387
|
acs_user_id?: string | undefined;
|
|
1388
1388
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1027,6 +1027,8 @@ export default {
|
|
|
1027
1027
|
'salto_ks_credential',
|
|
1028
1028
|
'assa_abloy_vostio_card',
|
|
1029
1029
|
'assa_abloy_vostio_mobile_key',
|
|
1030
|
+
'salto_space_card',
|
|
1031
|
+
'salto_space_mobile_key',
|
|
1030
1032
|
],
|
|
1031
1033
|
type: 'string',
|
|
1032
1034
|
},
|
|
@@ -1943,6 +1945,7 @@ export default {
|
|
|
1943
1945
|
'salto_site_user',
|
|
1944
1946
|
'latch_user',
|
|
1945
1947
|
'dormakaba_community_user',
|
|
1948
|
+
'salto_space_user',
|
|
1946
1949
|
],
|
|
1947
1950
|
type: 'string',
|
|
1948
1951
|
},
|
|
@@ -2416,6 +2419,8 @@ export default {
|
|
|
2416
2419
|
'salto_ks_credential',
|
|
2417
2420
|
'assa_abloy_vostio_card',
|
|
2418
2421
|
'assa_abloy_vostio_mobile_key',
|
|
2422
|
+
'salto_space_card',
|
|
2423
|
+
'salto_space_mobile_key',
|
|
2419
2424
|
],
|
|
2420
2425
|
type: 'string',
|
|
2421
2426
|
},
|
|
@@ -2751,6 +2756,8 @@ export default {
|
|
|
2751
2756
|
'salto_ks_credential',
|
|
2752
2757
|
'assa_abloy_vostio_card',
|
|
2753
2758
|
'assa_abloy_vostio_mobile_key',
|
|
2759
|
+
'salto_space_card',
|
|
2760
|
+
'salto_space_mobile_key',
|
|
2754
2761
|
],
|
|
2755
2762
|
type: 'string',
|
|
2756
2763
|
},
|
|
@@ -3217,6 +3224,8 @@ export default {
|
|
|
3217
3224
|
'salto_ks_credential',
|
|
3218
3225
|
'assa_abloy_vostio_card',
|
|
3219
3226
|
'assa_abloy_vostio_mobile_key',
|
|
3227
|
+
'salto_space_card',
|
|
3228
|
+
'salto_space_mobile_key',
|
|
3220
3229
|
],
|
|
3221
3230
|
type: 'string',
|
|
3222
3231
|
},
|
|
@@ -3550,6 +3559,8 @@ export default {
|
|
|
3550
3559
|
'salto_ks_credential',
|
|
3551
3560
|
'assa_abloy_vostio_card',
|
|
3552
3561
|
'assa_abloy_vostio_mobile_key',
|
|
3562
|
+
'salto_space_card',
|
|
3563
|
+
'salto_space_mobile_key',
|
|
3553
3564
|
],
|
|
3554
3565
|
type: 'string',
|
|
3555
3566
|
},
|
|
@@ -16078,6 +16089,8 @@ export default {
|
|
|
16078
16089
|
'salto_ks_credential',
|
|
16079
16090
|
'assa_abloy_vostio_card',
|
|
16080
16091
|
'assa_abloy_vostio_mobile_key',
|
|
16092
|
+
'salto_space_card',
|
|
16093
|
+
'salto_space_mobile_key',
|
|
16081
16094
|
],
|
|
16082
16095
|
type: 'string',
|
|
16083
16096
|
},
|
|
@@ -16508,6 +16521,8 @@ export default {
|
|
|
16508
16521
|
'salto_ks_credential',
|
|
16509
16522
|
'assa_abloy_vostio_card',
|
|
16510
16523
|
'assa_abloy_vostio_mobile_key',
|
|
16524
|
+
'salto_space_card',
|
|
16525
|
+
'salto_space_mobile_key',
|
|
16511
16526
|
],
|
|
16512
16527
|
type: 'string',
|
|
16513
16528
|
},
|
|
@@ -18696,6 +18711,7 @@ export default {
|
|
|
18696
18711
|
'salto_site_user',
|
|
18697
18712
|
'latch_user',
|
|
18698
18713
|
'dormakaba_community_user',
|
|
18714
|
+
'salto_space_user',
|
|
18699
18715
|
],
|
|
18700
18716
|
type: 'string',
|
|
18701
18717
|
},
|
|
@@ -19077,6 +19093,7 @@ export default {
|
|
|
19077
19093
|
'salto_site_user',
|
|
19078
19094
|
'latch_user',
|
|
19079
19095
|
'dormakaba_community_user',
|
|
19096
|
+
'salto_space_user',
|
|
19080
19097
|
],
|
|
19081
19098
|
type: 'string',
|
|
19082
19099
|
},
|