@seamapi/types 1.514.0 → 1.515.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 +16 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +200 -200
- package/dist/index.cjs +16 -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 +1 -0
- 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 +84 -84
- package/lib/seam/connect/models/phones/phone-session.d.ts +12 -12
- package/lib/seam/connect/openapi.js +7 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +128 -128
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +7 -0
- package/src/lib/seam/connect/route-types.ts +128 -0
|
@@ -24924,7 +24924,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
24924
24924
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
24925
24925
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
24926
24926
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
24927
|
-
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"]>>;
|
|
24927
|
+
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"]>>;
|
|
24928
24928
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
24929
24929
|
created_at: z.ZodString;
|
|
24930
24930
|
workspace_id: z.ZodString;
|
|
@@ -25137,7 +25137,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25137
25137
|
user_identity_id?: string | undefined;
|
|
25138
25138
|
issued_at?: string | null | undefined;
|
|
25139
25139
|
is_issued?: boolean | undefined;
|
|
25140
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
25140
|
+
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" | undefined;
|
|
25141
25141
|
external_type_display_name?: string | undefined;
|
|
25142
25142
|
acs_user_id?: string | undefined;
|
|
25143
25143
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -25209,7 +25209,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25209
25209
|
user_identity_id?: string | undefined;
|
|
25210
25210
|
issued_at?: string | null | undefined;
|
|
25211
25211
|
is_issued?: boolean | undefined;
|
|
25212
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
25212
|
+
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" | undefined;
|
|
25213
25213
|
external_type_display_name?: string | undefined;
|
|
25214
25214
|
acs_user_id?: string | undefined;
|
|
25215
25215
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -25234,7 +25234,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25234
25234
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
25235
25235
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
25236
25236
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
25237
|
-
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"]>>;
|
|
25237
|
+
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"]>>;
|
|
25238
25238
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
25239
25239
|
created_at: z.ZodString;
|
|
25240
25240
|
workspace_id: z.ZodString;
|
|
@@ -25447,7 +25447,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25447
25447
|
user_identity_id?: string | undefined;
|
|
25448
25448
|
issued_at?: string | null | undefined;
|
|
25449
25449
|
is_issued?: boolean | undefined;
|
|
25450
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
25450
|
+
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" | undefined;
|
|
25451
25451
|
external_type_display_name?: string | undefined;
|
|
25452
25452
|
acs_user_id?: string | undefined;
|
|
25453
25453
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -25519,7 +25519,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25519
25519
|
user_identity_id?: string | undefined;
|
|
25520
25520
|
issued_at?: string | null | undefined;
|
|
25521
25521
|
is_issued?: boolean | undefined;
|
|
25522
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
25522
|
+
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" | undefined;
|
|
25523
25523
|
external_type_display_name?: string | undefined;
|
|
25524
25524
|
acs_user_id?: string | undefined;
|
|
25525
25525
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -25809,7 +25809,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
25809
25809
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
25810
25810
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
25811
25811
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
25812
|
-
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"]>>;
|
|
25812
|
+
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"]>>;
|
|
25813
25813
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
25814
25814
|
created_at: z.ZodString;
|
|
25815
25815
|
workspace_id: z.ZodString;
|
|
@@ -26022,7 +26022,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26022
26022
|
user_identity_id?: string | undefined;
|
|
26023
26023
|
issued_at?: string | null | undefined;
|
|
26024
26024
|
is_issued?: boolean | undefined;
|
|
26025
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26025
|
+
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" | undefined;
|
|
26026
26026
|
external_type_display_name?: string | undefined;
|
|
26027
26027
|
acs_user_id?: string | undefined;
|
|
26028
26028
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26094,7 +26094,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26094
26094
|
user_identity_id?: string | undefined;
|
|
26095
26095
|
issued_at?: string | null | undefined;
|
|
26096
26096
|
is_issued?: boolean | undefined;
|
|
26097
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26097
|
+
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" | undefined;
|
|
26098
26098
|
external_type_display_name?: string | undefined;
|
|
26099
26099
|
acs_user_id?: string | undefined;
|
|
26100
26100
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26118,7 +26118,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26118
26118
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
26119
26119
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
26120
26120
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
26121
|
-
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"]>>;
|
|
26121
|
+
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"]>>;
|
|
26122
26122
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
26123
26123
|
created_at: z.ZodString;
|
|
26124
26124
|
workspace_id: z.ZodString;
|
|
@@ -26331,7 +26331,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26331
26331
|
user_identity_id?: string | undefined;
|
|
26332
26332
|
issued_at?: string | null | undefined;
|
|
26333
26333
|
is_issued?: boolean | undefined;
|
|
26334
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26334
|
+
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" | undefined;
|
|
26335
26335
|
external_type_display_name?: string | undefined;
|
|
26336
26336
|
acs_user_id?: string | undefined;
|
|
26337
26337
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26403,7 +26403,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26403
26403
|
user_identity_id?: string | undefined;
|
|
26404
26404
|
issued_at?: string | null | undefined;
|
|
26405
26405
|
is_issued?: boolean | undefined;
|
|
26406
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26406
|
+
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" | undefined;
|
|
26407
26407
|
external_type_display_name?: string | undefined;
|
|
26408
26408
|
acs_user_id?: string | undefined;
|
|
26409
26409
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26512,7 +26512,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26512
26512
|
user_identity_id?: string | undefined;
|
|
26513
26513
|
issued_at?: string | null | undefined;
|
|
26514
26514
|
is_issued?: boolean | undefined;
|
|
26515
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26515
|
+
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" | undefined;
|
|
26516
26516
|
external_type_display_name?: string | undefined;
|
|
26517
26517
|
acs_user_id?: string | undefined;
|
|
26518
26518
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26584,7 +26584,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26584
26584
|
user_identity_id?: string | undefined;
|
|
26585
26585
|
issued_at?: string | null | undefined;
|
|
26586
26586
|
is_issued?: boolean | undefined;
|
|
26587
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26587
|
+
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" | undefined;
|
|
26588
26588
|
external_type_display_name?: string | undefined;
|
|
26589
26589
|
acs_user_id?: string | undefined;
|
|
26590
26590
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26683,7 +26683,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26683
26683
|
user_identity_id?: string | undefined;
|
|
26684
26684
|
issued_at?: string | null | undefined;
|
|
26685
26685
|
is_issued?: boolean | undefined;
|
|
26686
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26686
|
+
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" | undefined;
|
|
26687
26687
|
external_type_display_name?: string | undefined;
|
|
26688
26688
|
acs_user_id?: string | undefined;
|
|
26689
26689
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26755,7 +26755,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26755
26755
|
user_identity_id?: string | undefined;
|
|
26756
26756
|
issued_at?: string | null | undefined;
|
|
26757
26757
|
is_issued?: boolean | undefined;
|
|
26758
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26758
|
+
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" | undefined;
|
|
26759
26759
|
external_type_display_name?: string | undefined;
|
|
26760
26760
|
acs_user_id?: string | undefined;
|
|
26761
26761
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26859,7 +26859,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26859
26859
|
user_identity_id?: string | undefined;
|
|
26860
26860
|
issued_at?: string | null | undefined;
|
|
26861
26861
|
is_issued?: boolean | undefined;
|
|
26862
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26862
|
+
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" | undefined;
|
|
26863
26863
|
external_type_display_name?: string | undefined;
|
|
26864
26864
|
acs_user_id?: string | undefined;
|
|
26865
26865
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -26931,7 +26931,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
26931
26931
|
user_identity_id?: string | undefined;
|
|
26932
26932
|
issued_at?: string | null | undefined;
|
|
26933
26933
|
is_issued?: boolean | undefined;
|
|
26934
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
26934
|
+
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" | undefined;
|
|
26935
26935
|
external_type_display_name?: string | undefined;
|
|
26936
26936
|
acs_user_id?: string | undefined;
|
|
26937
26937
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27036,7 +27036,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27036
27036
|
user_identity_id?: string | undefined;
|
|
27037
27037
|
issued_at?: string | null | undefined;
|
|
27038
27038
|
is_issued?: boolean | undefined;
|
|
27039
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
27039
|
+
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" | undefined;
|
|
27040
27040
|
external_type_display_name?: string | undefined;
|
|
27041
27041
|
acs_user_id?: string | undefined;
|
|
27042
27042
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27108,7 +27108,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27108
27108
|
user_identity_id?: string | undefined;
|
|
27109
27109
|
issued_at?: string | null | undefined;
|
|
27110
27110
|
is_issued?: boolean | undefined;
|
|
27111
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
27111
|
+
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" | undefined;
|
|
27112
27112
|
external_type_display_name?: string | undefined;
|
|
27113
27113
|
acs_user_id?: string | undefined;
|
|
27114
27114
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27227,7 +27227,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27227
27227
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
27228
27228
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
27229
27229
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
27230
|
-
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"]>>;
|
|
27230
|
+
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"]>>;
|
|
27231
27231
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
27232
27232
|
created_at: z.ZodString;
|
|
27233
27233
|
workspace_id: z.ZodString;
|
|
@@ -27440,7 +27440,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27440
27440
|
user_identity_id?: string | undefined;
|
|
27441
27441
|
issued_at?: string | null | undefined;
|
|
27442
27442
|
is_issued?: boolean | undefined;
|
|
27443
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
27443
|
+
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" | undefined;
|
|
27444
27444
|
external_type_display_name?: string | undefined;
|
|
27445
27445
|
acs_user_id?: string | undefined;
|
|
27446
27446
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27512,7 +27512,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27512
27512
|
user_identity_id?: string | undefined;
|
|
27513
27513
|
issued_at?: string | null | undefined;
|
|
27514
27514
|
is_issued?: boolean | undefined;
|
|
27515
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
27515
|
+
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" | undefined;
|
|
27516
27516
|
external_type_display_name?: string | undefined;
|
|
27517
27517
|
acs_user_id?: string | undefined;
|
|
27518
27518
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27536,7 +27536,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27536
27536
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
27537
27537
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
27538
27538
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
27539
|
-
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"]>>;
|
|
27539
|
+
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"]>>;
|
|
27540
27540
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
27541
27541
|
created_at: z.ZodString;
|
|
27542
27542
|
workspace_id: z.ZodString;
|
|
@@ -27749,7 +27749,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27749
27749
|
user_identity_id?: string | undefined;
|
|
27750
27750
|
issued_at?: string | null | undefined;
|
|
27751
27751
|
is_issued?: boolean | undefined;
|
|
27752
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
27752
|
+
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" | undefined;
|
|
27753
27753
|
external_type_display_name?: string | undefined;
|
|
27754
27754
|
acs_user_id?: string | undefined;
|
|
27755
27755
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27821,7 +27821,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27821
27821
|
user_identity_id?: string | undefined;
|
|
27822
27822
|
issued_at?: string | null | undefined;
|
|
27823
27823
|
is_issued?: boolean | undefined;
|
|
27824
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
27824
|
+
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" | undefined;
|
|
27825
27825
|
external_type_display_name?: string | undefined;
|
|
27826
27826
|
acs_user_id?: string | undefined;
|
|
27827
27827
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27898,7 +27898,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27898
27898
|
user_identity_id?: string | undefined;
|
|
27899
27899
|
issued_at?: string | null | undefined;
|
|
27900
27900
|
is_issued?: boolean | undefined;
|
|
27901
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
27901
|
+
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" | undefined;
|
|
27902
27902
|
external_type_display_name?: string | undefined;
|
|
27903
27903
|
acs_user_id?: string | undefined;
|
|
27904
27904
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -27970,7 +27970,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
27970
27970
|
user_identity_id?: string | undefined;
|
|
27971
27971
|
issued_at?: string | null | undefined;
|
|
27972
27972
|
is_issued?: boolean | undefined;
|
|
27973
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
27973
|
+
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" | undefined;
|
|
27974
27974
|
external_type_display_name?: string | undefined;
|
|
27975
27975
|
acs_user_id?: string | undefined;
|
|
27976
27976
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -28048,7 +28048,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28048
28048
|
user_identity_id?: string | undefined;
|
|
28049
28049
|
issued_at?: string | null | undefined;
|
|
28050
28050
|
is_issued?: boolean | undefined;
|
|
28051
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
28051
|
+
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" | undefined;
|
|
28052
28052
|
external_type_display_name?: string | undefined;
|
|
28053
28053
|
acs_user_id?: string | undefined;
|
|
28054
28054
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -28120,7 +28120,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
28120
28120
|
user_identity_id?: string | undefined;
|
|
28121
28121
|
issued_at?: string | null | undefined;
|
|
28122
28122
|
is_issued?: boolean | undefined;
|
|
28123
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
28123
|
+
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" | undefined;
|
|
28124
28124
|
external_type_display_name?: string | undefined;
|
|
28125
28125
|
acs_user_id?: string | undefined;
|
|
28126
28126
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -41262,7 +41262,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41262
41262
|
user_identity_id?: string | undefined;
|
|
41263
41263
|
issued_at?: string | null | undefined;
|
|
41264
41264
|
is_issued?: boolean | undefined;
|
|
41265
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
41265
|
+
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" | undefined;
|
|
41266
41266
|
external_type_display_name?: string | undefined;
|
|
41267
41267
|
acs_user_id?: string | undefined;
|
|
41268
41268
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -41335,7 +41335,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41335
41335
|
user_identity_id?: string | undefined;
|
|
41336
41336
|
issued_at?: string | null | undefined;
|
|
41337
41337
|
is_issued?: boolean | undefined;
|
|
41338
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
41338
|
+
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" | undefined;
|
|
41339
41339
|
external_type_display_name?: string | undefined;
|
|
41340
41340
|
acs_user_id?: string | undefined;
|
|
41341
41341
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -41594,7 +41594,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41594
41594
|
user_identity_id?: string | undefined;
|
|
41595
41595
|
issued_at?: string | null | undefined;
|
|
41596
41596
|
is_issued?: boolean | undefined;
|
|
41597
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
41597
|
+
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" | undefined;
|
|
41598
41598
|
external_type_display_name?: string | undefined;
|
|
41599
41599
|
acs_user_id?: string | undefined;
|
|
41600
41600
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -41666,7 +41666,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41666
41666
|
user_identity_id?: string | undefined;
|
|
41667
41667
|
issued_at?: string | null | undefined;
|
|
41668
41668
|
is_issued?: boolean | undefined;
|
|
41669
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
41669
|
+
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" | undefined;
|
|
41670
41670
|
external_type_display_name?: string | undefined;
|
|
41671
41671
|
acs_user_id?: string | undefined;
|
|
41672
41672
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -41860,7 +41860,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41860
41860
|
user_identity_id?: string | undefined;
|
|
41861
41861
|
issued_at?: string | null | undefined;
|
|
41862
41862
|
is_issued?: boolean | undefined;
|
|
41863
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
41863
|
+
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" | undefined;
|
|
41864
41864
|
external_type_display_name?: string | undefined;
|
|
41865
41865
|
acs_user_id?: string | undefined;
|
|
41866
41866
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -41932,7 +41932,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
41932
41932
|
user_identity_id?: string | undefined;
|
|
41933
41933
|
issued_at?: string | null | undefined;
|
|
41934
41934
|
is_issued?: boolean | undefined;
|
|
41935
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
41935
|
+
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" | undefined;
|
|
41936
41936
|
external_type_display_name?: string | undefined;
|
|
41937
41937
|
acs_user_id?: string | undefined;
|
|
41938
41938
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45170,7 +45170,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45170
45170
|
user_identity_id?: string | undefined;
|
|
45171
45171
|
issued_at?: string | null | undefined;
|
|
45172
45172
|
is_issued?: boolean | undefined;
|
|
45173
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
45173
|
+
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" | undefined;
|
|
45174
45174
|
external_type_display_name?: string | undefined;
|
|
45175
45175
|
acs_user_id?: string | undefined;
|
|
45176
45176
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45243,7 +45243,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45243
45243
|
user_identity_id?: string | undefined;
|
|
45244
45244
|
issued_at?: string | null | undefined;
|
|
45245
45245
|
is_issued?: boolean | undefined;
|
|
45246
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
45246
|
+
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" | undefined;
|
|
45247
45247
|
external_type_display_name?: string | undefined;
|
|
45248
45248
|
acs_user_id?: string | undefined;
|
|
45249
45249
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45502,7 +45502,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45502
45502
|
user_identity_id?: string | undefined;
|
|
45503
45503
|
issued_at?: string | null | undefined;
|
|
45504
45504
|
is_issued?: boolean | undefined;
|
|
45505
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
45505
|
+
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" | undefined;
|
|
45506
45506
|
external_type_display_name?: string | undefined;
|
|
45507
45507
|
acs_user_id?: string | undefined;
|
|
45508
45508
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45574,7 +45574,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45574
45574
|
user_identity_id?: string | undefined;
|
|
45575
45575
|
issued_at?: string | null | undefined;
|
|
45576
45576
|
is_issued?: boolean | undefined;
|
|
45577
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
45577
|
+
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" | undefined;
|
|
45578
45578
|
external_type_display_name?: string | undefined;
|
|
45579
45579
|
acs_user_id?: string | undefined;
|
|
45580
45580
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45768,7 +45768,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45768
45768
|
user_identity_id?: string | undefined;
|
|
45769
45769
|
issued_at?: string | null | undefined;
|
|
45770
45770
|
is_issued?: boolean | undefined;
|
|
45771
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
45771
|
+
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" | undefined;
|
|
45772
45772
|
external_type_display_name?: string | undefined;
|
|
45773
45773
|
acs_user_id?: string | undefined;
|
|
45774
45774
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -45840,7 +45840,7 @@ export declare const workspaces_batch: z.ZodObject<{
|
|
|
45840
45840
|
user_identity_id?: string | undefined;
|
|
45841
45841
|
issued_at?: string | null | undefined;
|
|
45842
45842
|
is_issued?: boolean | undefined;
|
|
45843
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
45843
|
+
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" | undefined;
|
|
45844
45844
|
external_type_display_name?: string | undefined;
|
|
45845
45845
|
acs_user_id?: string | undefined;
|
|
45846
45846
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -53451,7 +53451,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53451
53451
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
53452
53452
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
53453
53453
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
53454
|
-
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"]>>;
|
|
53454
|
+
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"]>>;
|
|
53455
53455
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
53456
53456
|
created_at: z.ZodString;
|
|
53457
53457
|
workspace_id: z.ZodString;
|
|
@@ -53664,7 +53664,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53664
53664
|
user_identity_id?: string | undefined;
|
|
53665
53665
|
issued_at?: string | null | undefined;
|
|
53666
53666
|
is_issued?: boolean | undefined;
|
|
53667
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
53667
|
+
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" | undefined;
|
|
53668
53668
|
external_type_display_name?: string | undefined;
|
|
53669
53669
|
acs_user_id?: string | undefined;
|
|
53670
53670
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -53736,7 +53736,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53736
53736
|
user_identity_id?: string | undefined;
|
|
53737
53737
|
issued_at?: string | null | undefined;
|
|
53738
53738
|
is_issued?: boolean | undefined;
|
|
53739
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
53739
|
+
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" | undefined;
|
|
53740
53740
|
external_type_display_name?: string | undefined;
|
|
53741
53741
|
acs_user_id?: string | undefined;
|
|
53742
53742
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -53761,7 +53761,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53761
53761
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
53762
53762
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
53763
53763
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
53764
|
-
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"]>>;
|
|
53764
|
+
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"]>>;
|
|
53765
53765
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
53766
53766
|
created_at: z.ZodString;
|
|
53767
53767
|
workspace_id: z.ZodString;
|
|
@@ -53974,7 +53974,7 @@ export declare const batch: z.ZodObject<{
|
|
|
53974
53974
|
user_identity_id?: string | undefined;
|
|
53975
53975
|
issued_at?: string | null | undefined;
|
|
53976
53976
|
is_issued?: boolean | undefined;
|
|
53977
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
53977
|
+
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" | undefined;
|
|
53978
53978
|
external_type_display_name?: string | undefined;
|
|
53979
53979
|
acs_user_id?: string | undefined;
|
|
53980
53980
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54046,7 +54046,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54046
54046
|
user_identity_id?: string | undefined;
|
|
54047
54047
|
issued_at?: string | null | undefined;
|
|
54048
54048
|
is_issued?: boolean | undefined;
|
|
54049
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
54049
|
+
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" | undefined;
|
|
54050
54050
|
external_type_display_name?: string | undefined;
|
|
54051
54051
|
acs_user_id?: string | undefined;
|
|
54052
54052
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54336,7 +54336,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54336
54336
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
54337
54337
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
54338
54338
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
54339
|
-
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"]>>;
|
|
54339
|
+
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"]>>;
|
|
54340
54340
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
54341
54341
|
created_at: z.ZodString;
|
|
54342
54342
|
workspace_id: z.ZodString;
|
|
@@ -54549,7 +54549,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54549
54549
|
user_identity_id?: string | undefined;
|
|
54550
54550
|
issued_at?: string | null | undefined;
|
|
54551
54551
|
is_issued?: boolean | undefined;
|
|
54552
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
54552
|
+
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" | undefined;
|
|
54553
54553
|
external_type_display_name?: string | undefined;
|
|
54554
54554
|
acs_user_id?: string | undefined;
|
|
54555
54555
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54621,7 +54621,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54621
54621
|
user_identity_id?: string | undefined;
|
|
54622
54622
|
issued_at?: string | null | undefined;
|
|
54623
54623
|
is_issued?: boolean | undefined;
|
|
54624
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
54624
|
+
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" | undefined;
|
|
54625
54625
|
external_type_display_name?: string | undefined;
|
|
54626
54626
|
acs_user_id?: string | undefined;
|
|
54627
54627
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54645,7 +54645,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54645
54645
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
54646
54646
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
54647
54647
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
54648
|
-
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"]>>;
|
|
54648
|
+
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"]>>;
|
|
54649
54649
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
54650
54650
|
created_at: z.ZodString;
|
|
54651
54651
|
workspace_id: z.ZodString;
|
|
@@ -54858,7 +54858,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54858
54858
|
user_identity_id?: string | undefined;
|
|
54859
54859
|
issued_at?: string | null | undefined;
|
|
54860
54860
|
is_issued?: boolean | undefined;
|
|
54861
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
54861
|
+
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" | undefined;
|
|
54862
54862
|
external_type_display_name?: string | undefined;
|
|
54863
54863
|
acs_user_id?: string | undefined;
|
|
54864
54864
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -54930,7 +54930,7 @@ export declare const batch: z.ZodObject<{
|
|
|
54930
54930
|
user_identity_id?: string | undefined;
|
|
54931
54931
|
issued_at?: string | null | undefined;
|
|
54932
54932
|
is_issued?: boolean | undefined;
|
|
54933
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
54933
|
+
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" | undefined;
|
|
54934
54934
|
external_type_display_name?: string | undefined;
|
|
54935
54935
|
acs_user_id?: string | undefined;
|
|
54936
54936
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55039,7 +55039,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55039
55039
|
user_identity_id?: string | undefined;
|
|
55040
55040
|
issued_at?: string | null | undefined;
|
|
55041
55041
|
is_issued?: boolean | undefined;
|
|
55042
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55042
|
+
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" | undefined;
|
|
55043
55043
|
external_type_display_name?: string | undefined;
|
|
55044
55044
|
acs_user_id?: string | undefined;
|
|
55045
55045
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55111,7 +55111,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55111
55111
|
user_identity_id?: string | undefined;
|
|
55112
55112
|
issued_at?: string | null | undefined;
|
|
55113
55113
|
is_issued?: boolean | undefined;
|
|
55114
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55114
|
+
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" | undefined;
|
|
55115
55115
|
external_type_display_name?: string | undefined;
|
|
55116
55116
|
acs_user_id?: string | undefined;
|
|
55117
55117
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55210,7 +55210,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55210
55210
|
user_identity_id?: string | undefined;
|
|
55211
55211
|
issued_at?: string | null | undefined;
|
|
55212
55212
|
is_issued?: boolean | undefined;
|
|
55213
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55213
|
+
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" | undefined;
|
|
55214
55214
|
external_type_display_name?: string | undefined;
|
|
55215
55215
|
acs_user_id?: string | undefined;
|
|
55216
55216
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55282,7 +55282,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55282
55282
|
user_identity_id?: string | undefined;
|
|
55283
55283
|
issued_at?: string | null | undefined;
|
|
55284
55284
|
is_issued?: boolean | undefined;
|
|
55285
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55285
|
+
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" | undefined;
|
|
55286
55286
|
external_type_display_name?: string | undefined;
|
|
55287
55287
|
acs_user_id?: string | undefined;
|
|
55288
55288
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55386,7 +55386,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55386
55386
|
user_identity_id?: string | undefined;
|
|
55387
55387
|
issued_at?: string | null | undefined;
|
|
55388
55388
|
is_issued?: boolean | undefined;
|
|
55389
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55389
|
+
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" | undefined;
|
|
55390
55390
|
external_type_display_name?: string | undefined;
|
|
55391
55391
|
acs_user_id?: string | undefined;
|
|
55392
55392
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55458,7 +55458,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55458
55458
|
user_identity_id?: string | undefined;
|
|
55459
55459
|
issued_at?: string | null | undefined;
|
|
55460
55460
|
is_issued?: boolean | undefined;
|
|
55461
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55461
|
+
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" | undefined;
|
|
55462
55462
|
external_type_display_name?: string | undefined;
|
|
55463
55463
|
acs_user_id?: string | undefined;
|
|
55464
55464
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55563,7 +55563,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55563
55563
|
user_identity_id?: string | undefined;
|
|
55564
55564
|
issued_at?: string | null | undefined;
|
|
55565
55565
|
is_issued?: boolean | undefined;
|
|
55566
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55566
|
+
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" | undefined;
|
|
55567
55567
|
external_type_display_name?: string | undefined;
|
|
55568
55568
|
acs_user_id?: string | undefined;
|
|
55569
55569
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55635,7 +55635,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55635
55635
|
user_identity_id?: string | undefined;
|
|
55636
55636
|
issued_at?: string | null | undefined;
|
|
55637
55637
|
is_issued?: boolean | undefined;
|
|
55638
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55638
|
+
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" | undefined;
|
|
55639
55639
|
external_type_display_name?: string | undefined;
|
|
55640
55640
|
acs_user_id?: string | undefined;
|
|
55641
55641
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -55754,7 +55754,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55754
55754
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
55755
55755
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
55756
55756
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
55757
|
-
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"]>>;
|
|
55757
|
+
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"]>>;
|
|
55758
55758
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
55759
55759
|
created_at: z.ZodString;
|
|
55760
55760
|
workspace_id: z.ZodString;
|
|
@@ -55967,7 +55967,7 @@ export declare const batch: z.ZodObject<{
|
|
|
55967
55967
|
user_identity_id?: string | undefined;
|
|
55968
55968
|
issued_at?: string | null | undefined;
|
|
55969
55969
|
is_issued?: boolean | undefined;
|
|
55970
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
55970
|
+
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" | undefined;
|
|
55971
55971
|
external_type_display_name?: string | undefined;
|
|
55972
55972
|
acs_user_id?: string | undefined;
|
|
55973
55973
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56039,7 +56039,7 @@ export declare const batch: z.ZodObject<{
|
|
|
56039
56039
|
user_identity_id?: string | undefined;
|
|
56040
56040
|
issued_at?: string | null | undefined;
|
|
56041
56041
|
is_issued?: boolean | undefined;
|
|
56042
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
56042
|
+
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" | undefined;
|
|
56043
56043
|
external_type_display_name?: string | undefined;
|
|
56044
56044
|
acs_user_id?: string | undefined;
|
|
56045
56045
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56063,7 +56063,7 @@ export declare const batch: z.ZodObject<{
|
|
|
56063
56063
|
is_issued: z.ZodOptional<z.ZodBoolean>;
|
|
56064
56064
|
issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
56065
56065
|
access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
|
|
56066
|
-
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"]>>;
|
|
56066
|
+
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"]>>;
|
|
56067
56067
|
external_type_display_name: z.ZodOptional<z.ZodString>;
|
|
56068
56068
|
created_at: z.ZodString;
|
|
56069
56069
|
workspace_id: z.ZodString;
|
|
@@ -56276,7 +56276,7 @@ export declare const batch: z.ZodObject<{
|
|
|
56276
56276
|
user_identity_id?: string | undefined;
|
|
56277
56277
|
issued_at?: string | null | undefined;
|
|
56278
56278
|
is_issued?: boolean | undefined;
|
|
56279
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
56279
|
+
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" | undefined;
|
|
56280
56280
|
external_type_display_name?: string | undefined;
|
|
56281
56281
|
acs_user_id?: string | undefined;
|
|
56282
56282
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56348,7 +56348,7 @@ export declare const batch: z.ZodObject<{
|
|
|
56348
56348
|
user_identity_id?: string | undefined;
|
|
56349
56349
|
issued_at?: string | null | undefined;
|
|
56350
56350
|
is_issued?: boolean | undefined;
|
|
56351
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
56351
|
+
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" | undefined;
|
|
56352
56352
|
external_type_display_name?: string | undefined;
|
|
56353
56353
|
acs_user_id?: string | undefined;
|
|
56354
56354
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56425,7 +56425,7 @@ export declare const batch: z.ZodObject<{
|
|
|
56425
56425
|
user_identity_id?: string | undefined;
|
|
56426
56426
|
issued_at?: string | null | undefined;
|
|
56427
56427
|
is_issued?: boolean | undefined;
|
|
56428
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
56428
|
+
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" | undefined;
|
|
56429
56429
|
external_type_display_name?: string | undefined;
|
|
56430
56430
|
acs_user_id?: string | undefined;
|
|
56431
56431
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56497,7 +56497,7 @@ export declare const batch: z.ZodObject<{
|
|
|
56497
56497
|
user_identity_id?: string | undefined;
|
|
56498
56498
|
issued_at?: string | null | undefined;
|
|
56499
56499
|
is_issued?: boolean | undefined;
|
|
56500
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
56500
|
+
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" | undefined;
|
|
56501
56501
|
external_type_display_name?: string | undefined;
|
|
56502
56502
|
acs_user_id?: string | undefined;
|
|
56503
56503
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56575,7 +56575,7 @@ export declare const batch: z.ZodObject<{
|
|
|
56575
56575
|
user_identity_id?: string | undefined;
|
|
56576
56576
|
issued_at?: string | null | undefined;
|
|
56577
56577
|
is_issued?: boolean | undefined;
|
|
56578
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
56578
|
+
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" | undefined;
|
|
56579
56579
|
external_type_display_name?: string | undefined;
|
|
56580
56580
|
acs_user_id?: string | undefined;
|
|
56581
56581
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -56647,7 +56647,7 @@ export declare const batch: z.ZodObject<{
|
|
|
56647
56647
|
user_identity_id?: string | undefined;
|
|
56648
56648
|
issued_at?: string | null | undefined;
|
|
56649
56649
|
is_issued?: boolean | undefined;
|
|
56650
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
56650
|
+
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" | undefined;
|
|
56651
56651
|
external_type_display_name?: string | undefined;
|
|
56652
56652
|
acs_user_id?: string | undefined;
|
|
56653
56653
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -69336,7 +69336,7 @@ export declare const batch: z.ZodObject<{
|
|
|
69336
69336
|
user_identity_id?: string | undefined;
|
|
69337
69337
|
issued_at?: string | null | undefined;
|
|
69338
69338
|
is_issued?: boolean | undefined;
|
|
69339
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
69339
|
+
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" | undefined;
|
|
69340
69340
|
external_type_display_name?: string | undefined;
|
|
69341
69341
|
acs_user_id?: string | undefined;
|
|
69342
69342
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -69409,7 +69409,7 @@ export declare const batch: z.ZodObject<{
|
|
|
69409
69409
|
user_identity_id?: string | undefined;
|
|
69410
69410
|
issued_at?: string | null | undefined;
|
|
69411
69411
|
is_issued?: boolean | undefined;
|
|
69412
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
69412
|
+
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" | undefined;
|
|
69413
69413
|
external_type_display_name?: string | undefined;
|
|
69414
69414
|
acs_user_id?: string | undefined;
|
|
69415
69415
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -69668,7 +69668,7 @@ export declare const batch: z.ZodObject<{
|
|
|
69668
69668
|
user_identity_id?: string | undefined;
|
|
69669
69669
|
issued_at?: string | null | undefined;
|
|
69670
69670
|
is_issued?: boolean | undefined;
|
|
69671
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
69671
|
+
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" | undefined;
|
|
69672
69672
|
external_type_display_name?: string | undefined;
|
|
69673
69673
|
acs_user_id?: string | undefined;
|
|
69674
69674
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -69740,7 +69740,7 @@ export declare const batch: z.ZodObject<{
|
|
|
69740
69740
|
user_identity_id?: string | undefined;
|
|
69741
69741
|
issued_at?: string | null | undefined;
|
|
69742
69742
|
is_issued?: boolean | undefined;
|
|
69743
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
69743
|
+
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" | undefined;
|
|
69744
69744
|
external_type_display_name?: string | undefined;
|
|
69745
69745
|
acs_user_id?: string | undefined;
|
|
69746
69746
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -69934,7 +69934,7 @@ export declare const batch: z.ZodObject<{
|
|
|
69934
69934
|
user_identity_id?: string | undefined;
|
|
69935
69935
|
issued_at?: string | null | undefined;
|
|
69936
69936
|
is_issued?: boolean | undefined;
|
|
69937
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
69937
|
+
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" | undefined;
|
|
69938
69938
|
external_type_display_name?: string | undefined;
|
|
69939
69939
|
acs_user_id?: string | undefined;
|
|
69940
69940
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -70006,7 +70006,7 @@ export declare const batch: z.ZodObject<{
|
|
|
70006
70006
|
user_identity_id?: string | undefined;
|
|
70007
70007
|
issued_at?: string | null | undefined;
|
|
70008
70008
|
is_issued?: boolean | undefined;
|
|
70009
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
70009
|
+
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" | undefined;
|
|
70010
70010
|
external_type_display_name?: string | undefined;
|
|
70011
70011
|
acs_user_id?: string | undefined;
|
|
70012
70012
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -73173,7 +73173,7 @@ export declare const batch: z.ZodObject<{
|
|
|
73173
73173
|
user_identity_id?: string | undefined;
|
|
73174
73174
|
issued_at?: string | null | undefined;
|
|
73175
73175
|
is_issued?: boolean | undefined;
|
|
73176
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
73176
|
+
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" | undefined;
|
|
73177
73177
|
external_type_display_name?: string | undefined;
|
|
73178
73178
|
acs_user_id?: string | undefined;
|
|
73179
73179
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -73246,7 +73246,7 @@ export declare const batch: z.ZodObject<{
|
|
|
73246
73246
|
user_identity_id?: string | undefined;
|
|
73247
73247
|
issued_at?: string | null | undefined;
|
|
73248
73248
|
is_issued?: boolean | undefined;
|
|
73249
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
73249
|
+
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" | undefined;
|
|
73250
73250
|
external_type_display_name?: string | undefined;
|
|
73251
73251
|
acs_user_id?: string | undefined;
|
|
73252
73252
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -73505,7 +73505,7 @@ export declare const batch: z.ZodObject<{
|
|
|
73505
73505
|
user_identity_id?: string | undefined;
|
|
73506
73506
|
issued_at?: string | null | undefined;
|
|
73507
73507
|
is_issued?: boolean | undefined;
|
|
73508
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
73508
|
+
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" | undefined;
|
|
73509
73509
|
external_type_display_name?: string | undefined;
|
|
73510
73510
|
acs_user_id?: string | undefined;
|
|
73511
73511
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -73577,7 +73577,7 @@ export declare const batch: z.ZodObject<{
|
|
|
73577
73577
|
user_identity_id?: string | undefined;
|
|
73578
73578
|
issued_at?: string | null | undefined;
|
|
73579
73579
|
is_issued?: boolean | undefined;
|
|
73580
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
73580
|
+
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" | undefined;
|
|
73581
73581
|
external_type_display_name?: string | undefined;
|
|
73582
73582
|
acs_user_id?: string | undefined;
|
|
73583
73583
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -73771,7 +73771,7 @@ export declare const batch: z.ZodObject<{
|
|
|
73771
73771
|
user_identity_id?: string | undefined;
|
|
73772
73772
|
issued_at?: string | null | undefined;
|
|
73773
73773
|
is_issued?: boolean | undefined;
|
|
73774
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
73774
|
+
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" | undefined;
|
|
73775
73775
|
external_type_display_name?: string | undefined;
|
|
73776
73776
|
acs_user_id?: string | undefined;
|
|
73777
73777
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -73843,7 +73843,7 @@ export declare const batch: z.ZodObject<{
|
|
|
73843
73843
|
user_identity_id?: string | undefined;
|
|
73844
73844
|
issued_at?: string | null | undefined;
|
|
73845
73845
|
is_issued?: boolean | undefined;
|
|
73846
|
-
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
|
|
73846
|
+
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" | undefined;
|
|
73847
73847
|
external_type_display_name?: string | undefined;
|
|
73848
73848
|
acs_user_id?: string | undefined;
|
|
73849
73849
|
acs_credential_pool_id?: string | undefined;
|