@seamapi/types 1.816.0 → 1.817.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 +0 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +207 -207
- package/dist/index.cjs +0 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-credential.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-credential.js +0 -1
- package/lib/seam/connect/models/acs/acs-credential.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/models/batch.d.ts +42 -42
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +0 -7
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +135 -135
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +0 -1
- package/src/lib/seam/connect/openapi.ts +0 -7
- package/src/lib/seam/connect/route-types.ts +0 -135
|
@@ -6996,7 +6996,7 @@ export declare const batch: z.ZodObject<{
|
|
|
6996
6996
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
6997
6997
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
6998
6998
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
6999
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
6999
|
+
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", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
7000
7000
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
7001
7001
|
created_at: z.ZodString;
|
|
7002
7002
|
workspace_id: z.ZodString;
|
|
@@ -7210,7 +7210,7 @@ export declare const batch: z.ZodObject<{
|
|
|
7210
7210
|
issued_at?: string | null | undefined;
|
|
7211
7211
|
is_issued?: boolean | undefined;
|
|
7212
7212
|
acs_user_id?: string | undefined;
|
|
7213
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
7213
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
7214
7214
|
external_type_display_name?: string | undefined;
|
|
7215
7215
|
acs_credential_pool_id?: string | undefined;
|
|
7216
7216
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -7282,7 +7282,7 @@ export declare const batch: z.ZodObject<{
|
|
|
7282
7282
|
issued_at?: string | null | undefined;
|
|
7283
7283
|
is_issued?: boolean | undefined;
|
|
7284
7284
|
acs_user_id?: string | undefined;
|
|
7285
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
7285
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
7286
7286
|
external_type_display_name?: string | undefined;
|
|
7287
7287
|
acs_credential_pool_id?: string | undefined;
|
|
7288
7288
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -7306,7 +7306,7 @@ export declare const batch: z.ZodObject<{
|
|
|
7306
7306
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
7307
7307
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7308
7308
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
7309
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
7309
|
+
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", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
7310
7310
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
7311
7311
|
created_at: z.ZodString;
|
|
7312
7312
|
workspace_id: z.ZodString;
|
|
@@ -7520,7 +7520,7 @@ export declare const batch: z.ZodObject<{
|
|
|
7520
7520
|
issued_at?: string | null | undefined;
|
|
7521
7521
|
is_issued?: boolean | undefined;
|
|
7522
7522
|
acs_user_id?: string | undefined;
|
|
7523
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
7523
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
7524
7524
|
external_type_display_name?: string | undefined;
|
|
7525
7525
|
acs_credential_pool_id?: string | undefined;
|
|
7526
7526
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -7592,7 +7592,7 @@ export declare const batch: z.ZodObject<{
|
|
|
7592
7592
|
issued_at?: string | null | undefined;
|
|
7593
7593
|
is_issued?: boolean | undefined;
|
|
7594
7594
|
acs_user_id?: string | undefined;
|
|
7595
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
7595
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
7596
7596
|
external_type_display_name?: string | undefined;
|
|
7597
7597
|
acs_credential_pool_id?: string | undefined;
|
|
7598
7598
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -7901,7 +7901,7 @@ export declare const batch: z.ZodObject<{
|
|
|
7901
7901
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
7902
7902
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
7903
7903
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
7904
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
7904
|
+
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", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
7905
7905
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
7906
7906
|
created_at: z.ZodString;
|
|
7907
7907
|
workspace_id: z.ZodString;
|
|
@@ -8115,7 +8115,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8115
8115
|
issued_at?: string | null | undefined;
|
|
8116
8116
|
is_issued?: boolean | undefined;
|
|
8117
8117
|
acs_user_id?: string | undefined;
|
|
8118
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8118
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8119
8119
|
external_type_display_name?: string | undefined;
|
|
8120
8120
|
acs_credential_pool_id?: string | undefined;
|
|
8121
8121
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8187,7 +8187,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8187
8187
|
issued_at?: string | null | undefined;
|
|
8188
8188
|
is_issued?: boolean | undefined;
|
|
8189
8189
|
acs_user_id?: string | undefined;
|
|
8190
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8190
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8191
8191
|
external_type_display_name?: string | undefined;
|
|
8192
8192
|
acs_credential_pool_id?: string | undefined;
|
|
8193
8193
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8210,7 +8210,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8210
8210
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
8211
8211
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
8212
8212
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
8213
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
8213
|
+
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", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
8214
8214
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
8215
8215
|
created_at: z.ZodString;
|
|
8216
8216
|
workspace_id: z.ZodString;
|
|
@@ -8424,7 +8424,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8424
8424
|
issued_at?: string | null | undefined;
|
|
8425
8425
|
is_issued?: boolean | undefined;
|
|
8426
8426
|
acs_user_id?: string | undefined;
|
|
8427
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8427
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8428
8428
|
external_type_display_name?: string | undefined;
|
|
8429
8429
|
acs_credential_pool_id?: string | undefined;
|
|
8430
8430
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8496,7 +8496,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8496
8496
|
issued_at?: string | null | undefined;
|
|
8497
8497
|
is_issued?: boolean | undefined;
|
|
8498
8498
|
acs_user_id?: string | undefined;
|
|
8499
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8499
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8500
8500
|
external_type_display_name?: string | undefined;
|
|
8501
8501
|
acs_credential_pool_id?: string | undefined;
|
|
8502
8502
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8605,7 +8605,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8605
8605
|
issued_at?: string | null | undefined;
|
|
8606
8606
|
is_issued?: boolean | undefined;
|
|
8607
8607
|
acs_user_id?: string | undefined;
|
|
8608
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8608
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8609
8609
|
external_type_display_name?: string | undefined;
|
|
8610
8610
|
acs_credential_pool_id?: string | undefined;
|
|
8611
8611
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8677,7 +8677,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8677
8677
|
issued_at?: string | null | undefined;
|
|
8678
8678
|
is_issued?: boolean | undefined;
|
|
8679
8679
|
acs_user_id?: string | undefined;
|
|
8680
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8680
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8681
8681
|
external_type_display_name?: string | undefined;
|
|
8682
8682
|
acs_credential_pool_id?: string | undefined;
|
|
8683
8683
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8776,7 +8776,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8776
8776
|
issued_at?: string | null | undefined;
|
|
8777
8777
|
is_issued?: boolean | undefined;
|
|
8778
8778
|
acs_user_id?: string | undefined;
|
|
8779
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8779
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8780
8780
|
external_type_display_name?: string | undefined;
|
|
8781
8781
|
acs_credential_pool_id?: string | undefined;
|
|
8782
8782
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8848,7 +8848,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8848
8848
|
issued_at?: string | null | undefined;
|
|
8849
8849
|
is_issued?: boolean | undefined;
|
|
8850
8850
|
acs_user_id?: string | undefined;
|
|
8851
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8851
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8852
8852
|
external_type_display_name?: string | undefined;
|
|
8853
8853
|
acs_credential_pool_id?: string | undefined;
|
|
8854
8854
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -8952,7 +8952,7 @@ export declare const batch: z.ZodObject<{
|
|
|
8952
8952
|
issued_at?: string | null | undefined;
|
|
8953
8953
|
is_issued?: boolean | undefined;
|
|
8954
8954
|
acs_user_id?: string | undefined;
|
|
8955
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
8955
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
8956
8956
|
external_type_display_name?: string | undefined;
|
|
8957
8957
|
acs_credential_pool_id?: string | undefined;
|
|
8958
8958
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9024,7 +9024,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9024
9024
|
issued_at?: string | null | undefined;
|
|
9025
9025
|
is_issued?: boolean | undefined;
|
|
9026
9026
|
acs_user_id?: string | undefined;
|
|
9027
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9027
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9028
9028
|
external_type_display_name?: string | undefined;
|
|
9029
9029
|
acs_credential_pool_id?: string | undefined;
|
|
9030
9030
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9129,7 +9129,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9129
9129
|
issued_at?: string | null | undefined;
|
|
9130
9130
|
is_issued?: boolean | undefined;
|
|
9131
9131
|
acs_user_id?: string | undefined;
|
|
9132
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9132
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9133
9133
|
external_type_display_name?: string | undefined;
|
|
9134
9134
|
acs_credential_pool_id?: string | undefined;
|
|
9135
9135
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9201,7 +9201,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9201
9201
|
issued_at?: string | null | undefined;
|
|
9202
9202
|
is_issued?: boolean | undefined;
|
|
9203
9203
|
acs_user_id?: string | undefined;
|
|
9204
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9204
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9205
9205
|
external_type_display_name?: string | undefined;
|
|
9206
9206
|
acs_credential_pool_id?: string | undefined;
|
|
9207
9207
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9364,7 +9364,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9364
9364
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
9365
9365
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9366
9366
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
9367
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
9367
|
+
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", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
9368
9368
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
9369
9369
|
created_at: z.ZodString;
|
|
9370
9370
|
workspace_id: z.ZodString;
|
|
@@ -9578,7 +9578,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9578
9578
|
issued_at?: string | null | undefined;
|
|
9579
9579
|
is_issued?: boolean | undefined;
|
|
9580
9580
|
acs_user_id?: string | undefined;
|
|
9581
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9581
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9582
9582
|
external_type_display_name?: string | undefined;
|
|
9583
9583
|
acs_credential_pool_id?: string | undefined;
|
|
9584
9584
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9650,7 +9650,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9650
9650
|
issued_at?: string | null | undefined;
|
|
9651
9651
|
is_issued?: boolean | undefined;
|
|
9652
9652
|
acs_user_id?: string | undefined;
|
|
9653
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9653
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9654
9654
|
external_type_display_name?: string | undefined;
|
|
9655
9655
|
acs_credential_pool_id?: string | undefined;
|
|
9656
9656
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9673,7 +9673,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9673
9673
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
9674
9674
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
9675
9675
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
9676
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
9676
|
+
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", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
9677
9677
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
9678
9678
|
created_at: z.ZodString;
|
|
9679
9679
|
workspace_id: z.ZodString;
|
|
@@ -9887,7 +9887,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9887
9887
|
issued_at?: string | null | undefined;
|
|
9888
9888
|
is_issued?: boolean | undefined;
|
|
9889
9889
|
acs_user_id?: string | undefined;
|
|
9890
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9890
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9891
9891
|
external_type_display_name?: string | undefined;
|
|
9892
9892
|
acs_credential_pool_id?: string | undefined;
|
|
9893
9893
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -9959,7 +9959,7 @@ export declare const batch: z.ZodObject<{
|
|
|
9959
9959
|
issued_at?: string | null | undefined;
|
|
9960
9960
|
is_issued?: boolean | undefined;
|
|
9961
9961
|
acs_user_id?: string | undefined;
|
|
9962
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
9962
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
9963
9963
|
external_type_display_name?: string | undefined;
|
|
9964
9964
|
acs_credential_pool_id?: string | undefined;
|
|
9965
9965
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10036,7 +10036,7 @@ export declare const batch: z.ZodObject<{
|
|
|
10036
10036
|
issued_at?: string | null | undefined;
|
|
10037
10037
|
is_issued?: boolean | undefined;
|
|
10038
10038
|
acs_user_id?: string | undefined;
|
|
10039
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10039
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10040
10040
|
external_type_display_name?: string | undefined;
|
|
10041
10041
|
acs_credential_pool_id?: string | undefined;
|
|
10042
10042
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10108,7 +10108,7 @@ export declare const batch: z.ZodObject<{
|
|
|
10108
10108
|
issued_at?: string | null | undefined;
|
|
10109
10109
|
is_issued?: boolean | undefined;
|
|
10110
10110
|
acs_user_id?: string | undefined;
|
|
10111
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10111
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10112
10112
|
external_type_display_name?: string | undefined;
|
|
10113
10113
|
acs_credential_pool_id?: string | undefined;
|
|
10114
10114
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10186,7 +10186,7 @@ export declare const batch: z.ZodObject<{
|
|
|
10186
10186
|
issued_at?: string | null | undefined;
|
|
10187
10187
|
is_issued?: boolean | undefined;
|
|
10188
10188
|
acs_user_id?: string | undefined;
|
|
10189
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10189
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10190
10190
|
external_type_display_name?: string | undefined;
|
|
10191
10191
|
acs_credential_pool_id?: string | undefined;
|
|
10192
10192
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -10258,7 +10258,7 @@ export declare const batch: z.ZodObject<{
|
|
|
10258
10258
|
issued_at?: string | null | undefined;
|
|
10259
10259
|
is_issued?: boolean | undefined;
|
|
10260
10260
|
acs_user_id?: string | undefined;
|
|
10261
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
10261
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
10262
10262
|
external_type_display_name?: string | undefined;
|
|
10263
10263
|
acs_credential_pool_id?: string | undefined;
|
|
10264
10264
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -27188,7 +27188,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27188
27188
|
issued_at?: string | null | undefined;
|
|
27189
27189
|
is_issued?: boolean | undefined;
|
|
27190
27190
|
acs_user_id?: string | undefined;
|
|
27191
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
27191
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
27192
27192
|
external_type_display_name?: string | undefined;
|
|
27193
27193
|
acs_credential_pool_id?: string | undefined;
|
|
27194
27194
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -27261,7 +27261,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27261
27261
|
issued_at?: string | null | undefined;
|
|
27262
27262
|
is_issued?: boolean | undefined;
|
|
27263
27263
|
acs_user_id?: string | undefined;
|
|
27264
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
27264
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
27265
27265
|
external_type_display_name?: string | undefined;
|
|
27266
27266
|
acs_credential_pool_id?: string | undefined;
|
|
27267
27267
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -27541,7 +27541,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27541
27541
|
issued_at?: string | null | undefined;
|
|
27542
27542
|
is_issued?: boolean | undefined;
|
|
27543
27543
|
acs_user_id?: string | undefined;
|
|
27544
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
27544
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
27545
27545
|
external_type_display_name?: string | undefined;
|
|
27546
27546
|
acs_credential_pool_id?: string | undefined;
|
|
27547
27547
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -27613,7 +27613,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27613
27613
|
issued_at?: string | null | undefined;
|
|
27614
27614
|
is_issued?: boolean | undefined;
|
|
27615
27615
|
acs_user_id?: string | undefined;
|
|
27616
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
27616
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
27617
27617
|
external_type_display_name?: string | undefined;
|
|
27618
27618
|
acs_credential_pool_id?: string | undefined;
|
|
27619
27619
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -27824,7 +27824,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27824
27824
|
issued_at?: string | null | undefined;
|
|
27825
27825
|
is_issued?: boolean | undefined;
|
|
27826
27826
|
acs_user_id?: string | undefined;
|
|
27827
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
27827
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
27828
27828
|
external_type_display_name?: string | undefined;
|
|
27829
27829
|
acs_credential_pool_id?: string | undefined;
|
|
27830
27830
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -27896,7 +27896,7 @@ export declare const batch: z.ZodObject<{
|
|
|
27896
27896
|
issued_at?: string | null | undefined;
|
|
27897
27897
|
is_issued?: boolean | undefined;
|
|
27898
27898
|
acs_user_id?: string | undefined;
|
|
27899
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
27899
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
27900
27900
|
external_type_display_name?: string | undefined;
|
|
27901
27901
|
acs_credential_pool_id?: string | undefined;
|
|
27902
27902
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -32138,7 +32138,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32138
32138
|
issued_at?: string | null | undefined;
|
|
32139
32139
|
is_issued?: boolean | undefined;
|
|
32140
32140
|
acs_user_id?: string | undefined;
|
|
32141
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
32141
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
32142
32142
|
external_type_display_name?: string | undefined;
|
|
32143
32143
|
acs_credential_pool_id?: string | undefined;
|
|
32144
32144
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -32211,7 +32211,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32211
32211
|
issued_at?: string | null | undefined;
|
|
32212
32212
|
is_issued?: boolean | undefined;
|
|
32213
32213
|
acs_user_id?: string | undefined;
|
|
32214
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
32214
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
32215
32215
|
external_type_display_name?: string | undefined;
|
|
32216
32216
|
acs_credential_pool_id?: string | undefined;
|
|
32217
32217
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -32491,7 +32491,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32491
32491
|
issued_at?: string | null | undefined;
|
|
32492
32492
|
is_issued?: boolean | undefined;
|
|
32493
32493
|
acs_user_id?: string | undefined;
|
|
32494
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
32494
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
32495
32495
|
external_type_display_name?: string | undefined;
|
|
32496
32496
|
acs_credential_pool_id?: string | undefined;
|
|
32497
32497
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -32563,7 +32563,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32563
32563
|
issued_at?: string | null | undefined;
|
|
32564
32564
|
is_issued?: boolean | undefined;
|
|
32565
32565
|
acs_user_id?: string | undefined;
|
|
32566
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
32566
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
32567
32567
|
external_type_display_name?: string | undefined;
|
|
32568
32568
|
acs_credential_pool_id?: string | undefined;
|
|
32569
32569
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -32774,7 +32774,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32774
32774
|
issued_at?: string | null | undefined;
|
|
32775
32775
|
is_issued?: boolean | undefined;
|
|
32776
32776
|
acs_user_id?: string | undefined;
|
|
32777
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
32777
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
32778
32778
|
external_type_display_name?: string | undefined;
|
|
32779
32779
|
acs_credential_pool_id?: string | undefined;
|
|
32780
32780
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -32846,7 +32846,7 @@ export declare const batch: z.ZodObject<{
|
|
|
32846
32846
|
issued_at?: string | null | undefined;
|
|
32847
32847
|
is_issued?: boolean | undefined;
|
|
32848
32848
|
acs_user_id?: string | undefined;
|
|
32849
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
32849
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
32850
32850
|
external_type_display_name?: string | undefined;
|
|
32851
32851
|
acs_credential_pool_id?: string | undefined;
|
|
32852
32852
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -31,7 +31,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
31
31
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
32
32
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
33
33
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
34
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
34
|
+
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", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
35
35
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
36
36
|
created_at: z.ZodString;
|
|
37
37
|
workspace_id: z.ZodString;
|
|
@@ -638,7 +638,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
638
638
|
issued_at?: string | null | undefined;
|
|
639
639
|
is_issued?: boolean | undefined;
|
|
640
640
|
acs_user_id?: string | undefined;
|
|
641
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
641
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
642
642
|
external_type_display_name?: string | undefined;
|
|
643
643
|
acs_credential_pool_id?: string | undefined;
|
|
644
644
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -782,7 +782,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
782
782
|
issued_at?: string | null | undefined;
|
|
783
783
|
is_issued?: boolean | undefined;
|
|
784
784
|
acs_user_id?: string | undefined;
|
|
785
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
785
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
786
786
|
external_type_display_name?: string | undefined;
|
|
787
787
|
acs_credential_pool_id?: string | undefined;
|
|
788
788
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -928,7 +928,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
928
928
|
issued_at?: string | null | undefined;
|
|
929
929
|
is_issued?: boolean | undefined;
|
|
930
930
|
acs_user_id?: string | undefined;
|
|
931
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
931
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
932
932
|
external_type_display_name?: string | undefined;
|
|
933
933
|
acs_credential_pool_id?: string | undefined;
|
|
934
934
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -1080,7 +1080,7 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1080
1080
|
issued_at?: string | null | undefined;
|
|
1081
1081
|
is_issued?: boolean | undefined;
|
|
1082
1082
|
acs_user_id?: string | undefined;
|
|
1083
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
1083
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1084
1084
|
external_type_display_name?: string | undefined;
|
|
1085
1085
|
acs_credential_pool_id?: string | undefined;
|
|
1086
1086
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -1129,7 +1129,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1129
1129
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
1130
1130
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1131
1131
|
access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
|
|
1132
|
-
external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "
|
|
1132
|
+
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", "dormakaba_ambiance_credential", "hotek_card"]>>;
|
|
1133
1133
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
1134
1134
|
created_at: z.ZodString;
|
|
1135
1135
|
workspace_id: z.ZodString;
|
|
@@ -1736,7 +1736,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1736
1736
|
issued_at?: string | null | undefined;
|
|
1737
1737
|
is_issued?: boolean | undefined;
|
|
1738
1738
|
acs_user_id?: string | undefined;
|
|
1739
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
1739
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1740
1740
|
external_type_display_name?: string | undefined;
|
|
1741
1741
|
acs_credential_pool_id?: string | undefined;
|
|
1742
1742
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -1880,7 +1880,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1880
1880
|
issued_at?: string | null | undefined;
|
|
1881
1881
|
is_issued?: boolean | undefined;
|
|
1882
1882
|
acs_user_id?: string | undefined;
|
|
1883
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
1883
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
1884
1884
|
external_type_display_name?: string | undefined;
|
|
1885
1885
|
acs_credential_pool_id?: string | undefined;
|
|
1886
1886
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -2026,7 +2026,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2026
2026
|
issued_at?: string | null | undefined;
|
|
2027
2027
|
is_issued?: boolean | undefined;
|
|
2028
2028
|
acs_user_id?: string | undefined;
|
|
2029
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
2029
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
2030
2030
|
external_type_display_name?: string | undefined;
|
|
2031
2031
|
acs_credential_pool_id?: string | undefined;
|
|
2032
2032
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -2178,7 +2178,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2178
2178
|
issued_at?: string | null | undefined;
|
|
2179
2179
|
is_issued?: boolean | undefined;
|
|
2180
2180
|
acs_user_id?: string | undefined;
|
|
2181
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
2181
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
2182
2182
|
external_type_display_name?: string | undefined;
|
|
2183
2183
|
acs_credential_pool_id?: string | undefined;
|
|
2184
2184
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -2445,7 +2445,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2445
2445
|
issued_at?: string | null | undefined;
|
|
2446
2446
|
is_issued?: boolean | undefined;
|
|
2447
2447
|
acs_user_id?: string | undefined;
|
|
2448
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
2448
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
2449
2449
|
external_type_display_name?: string | undefined;
|
|
2450
2450
|
acs_credential_pool_id?: string | undefined;
|
|
2451
2451
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -2628,7 +2628,7 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2628
2628
|
issued_at?: string | null | undefined;
|
|
2629
2629
|
is_issued?: boolean | undefined;
|
|
2630
2630
|
acs_user_id?: string | undefined;
|
|
2631
|
-
external_type?: "pti_card" | "brivo_credential" | "
|
|
2631
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
|
|
2632
2632
|
external_type_display_name?: string | undefined;
|
|
2633
2633
|
acs_credential_pool_id?: string | undefined;
|
|
2634
2634
|
parent_acs_credential_id?: string | undefined;
|
|
@@ -3348,7 +3348,6 @@ export default {
|
|
|
3348
3348
|
enum: [
|
|
3349
3349
|
'pti_card',
|
|
3350
3350
|
'brivo_credential',
|
|
3351
|
-
'brivo_digital_credential',
|
|
3352
3351
|
'hid_credential',
|
|
3353
3352
|
'visionline_card',
|
|
3354
3353
|
'salto_ks_credential',
|
|
@@ -5612,7 +5611,6 @@ export default {
|
|
|
5612
5611
|
enum: [
|
|
5613
5612
|
'pti_card',
|
|
5614
5613
|
'brivo_credential',
|
|
5615
|
-
'brivo_digital_credential',
|
|
5616
5614
|
'hid_credential',
|
|
5617
5615
|
'visionline_card',
|
|
5618
5616
|
'salto_ks_credential',
|
|
@@ -6003,7 +6001,6 @@ export default {
|
|
|
6003
6001
|
enum: [
|
|
6004
6002
|
'pti_card',
|
|
6005
6003
|
'brivo_credential',
|
|
6006
|
-
'brivo_digital_credential',
|
|
6007
6004
|
'hid_credential',
|
|
6008
6005
|
'visionline_card',
|
|
6009
6006
|
'salto_ks_credential',
|
|
@@ -6620,7 +6617,6 @@ export default {
|
|
|
6620
6617
|
enum: [
|
|
6621
6618
|
'pti_card',
|
|
6622
6619
|
'brivo_credential',
|
|
6623
|
-
'brivo_digital_credential',
|
|
6624
6620
|
'hid_credential',
|
|
6625
6621
|
'visionline_card',
|
|
6626
6622
|
'salto_ks_credential',
|
|
@@ -7009,7 +7005,6 @@ export default {
|
|
|
7009
7005
|
enum: [
|
|
7010
7006
|
'pti_card',
|
|
7011
7007
|
'brivo_credential',
|
|
7012
|
-
'brivo_digital_credential',
|
|
7013
7008
|
'hid_credential',
|
|
7014
7009
|
'visionline_card',
|
|
7015
7010
|
'salto_ks_credential',
|
|
@@ -22715,7 +22710,6 @@ export default {
|
|
|
22715
22710
|
enum: [
|
|
22716
22711
|
'pti_card',
|
|
22717
22712
|
'brivo_credential',
|
|
22718
|
-
'brivo_digital_credential',
|
|
22719
22713
|
'hid_credential',
|
|
22720
22714
|
'visionline_card',
|
|
22721
22715
|
'salto_ks_credential',
|
|
@@ -25681,7 +25675,6 @@ export default {
|
|
|
25681
25675
|
enum: [
|
|
25682
25676
|
'pti_card',
|
|
25683
25677
|
'brivo_credential',
|
|
25684
|
-
'brivo_digital_credential',
|
|
25685
25678
|
'hid_credential',
|
|
25686
25679
|
'visionline_card',
|
|
25687
25680
|
'salto_ks_credential',
|