@seamapi/types 1.747.0 → 1.749.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.
@@ -298,8 +298,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
298
298
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
299
299
  is_issued: z.ZodOptional<z.ZodBoolean>;
300
300
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
301
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
302
- 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"]>>;
301
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
302
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
303
303
  external_type_display_name: z.ZodOptional<z.ZodString>;
304
304
  created_at: z.ZodString;
305
305
  workspace_id: z.ZodString;
@@ -486,7 +486,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
486
486
  is_managed: true;
487
487
  acs_system_id: string;
488
488
  acs_credential_id: string;
489
- access_method: "code" | "card" | "mobile_key";
489
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
490
490
  code?: string | null | undefined;
491
491
  starts_at?: string | undefined;
492
492
  ends_at?: string | undefined;
@@ -513,7 +513,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
513
513
  issued_at?: string | null | undefined;
514
514
  is_issued?: boolean | undefined;
515
515
  acs_user_id?: string | undefined;
516
- 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;
516
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
517
517
  external_type_display_name?: string | undefined;
518
518
  acs_credential_pool_id?: string | undefined;
519
519
  parent_acs_credential_id?: string | undefined;
@@ -558,7 +558,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
558
558
  is_managed: true;
559
559
  acs_system_id: string;
560
560
  acs_credential_id: string;
561
- access_method: "code" | "card" | "mobile_key";
561
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
562
562
  code?: string | null | undefined;
563
563
  starts_at?: string | undefined;
564
564
  ends_at?: string | undefined;
@@ -585,7 +585,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
585
585
  issued_at?: string | null | undefined;
586
586
  is_issued?: boolean | undefined;
587
587
  acs_user_id?: string | undefined;
588
- 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;
588
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
589
589
  external_type_display_name?: string | undefined;
590
590
  acs_credential_pool_id?: string | undefined;
591
591
  parent_acs_credential_id?: string | undefined;
@@ -607,8 +607,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
607
607
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
608
608
  is_issued: z.ZodOptional<z.ZodBoolean>;
609
609
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
610
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
611
- 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"]>>;
610
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
611
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
612
612
  external_type_display_name: z.ZodOptional<z.ZodString>;
613
613
  created_at: z.ZodString;
614
614
  workspace_id: z.ZodString;
@@ -795,7 +795,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
795
795
  is_managed: false;
796
796
  acs_system_id: string;
797
797
  acs_credential_id: string;
798
- access_method: "code" | "card" | "mobile_key";
798
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
799
799
  code?: string | null | undefined;
800
800
  starts_at?: string | undefined;
801
801
  ends_at?: string | undefined;
@@ -822,7 +822,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
822
822
  issued_at?: string | null | undefined;
823
823
  is_issued?: boolean | undefined;
824
824
  acs_user_id?: string | undefined;
825
- 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;
825
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
826
826
  external_type_display_name?: string | undefined;
827
827
  acs_credential_pool_id?: string | undefined;
828
828
  parent_acs_credential_id?: string | undefined;
@@ -867,7 +867,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
867
867
  is_managed: false;
868
868
  acs_system_id: string;
869
869
  acs_credential_id: string;
870
- access_method: "code" | "card" | "mobile_key";
870
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
871
871
  code?: string | null | undefined;
872
872
  starts_at?: string | undefined;
873
873
  ends_at?: string | undefined;
@@ -894,7 +894,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
894
894
  issued_at?: string | null | undefined;
895
895
  is_issued?: boolean | undefined;
896
896
  acs_user_id?: string | undefined;
897
- 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;
897
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
898
898
  external_type_display_name?: string | undefined;
899
899
  acs_credential_pool_id?: string | undefined;
900
900
  parent_acs_credential_id?: string | undefined;
@@ -976,7 +976,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
976
976
  is_managed: true;
977
977
  acs_system_id: string;
978
978
  acs_credential_id: string;
979
- access_method: "code" | "card" | "mobile_key";
979
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
980
980
  code?: string | null | undefined;
981
981
  starts_at?: string | undefined;
982
982
  ends_at?: string | undefined;
@@ -1003,7 +1003,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1003
1003
  issued_at?: string | null | undefined;
1004
1004
  is_issued?: boolean | undefined;
1005
1005
  acs_user_id?: string | undefined;
1006
- 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;
1006
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1007
1007
  external_type_display_name?: string | undefined;
1008
1008
  acs_credential_pool_id?: string | undefined;
1009
1009
  parent_acs_credential_id?: string | undefined;
@@ -1048,7 +1048,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1048
1048
  is_managed: false;
1049
1049
  acs_system_id: string;
1050
1050
  acs_credential_id: string;
1051
- access_method: "code" | "card" | "mobile_key";
1051
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1052
1052
  code?: string | null | undefined;
1053
1053
  starts_at?: string | undefined;
1054
1054
  ends_at?: string | undefined;
@@ -1075,7 +1075,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1075
1075
  issued_at?: string | null | undefined;
1076
1076
  is_issued?: boolean | undefined;
1077
1077
  acs_user_id?: string | undefined;
1078
- 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;
1078
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1079
1079
  external_type_display_name?: string | undefined;
1080
1080
  acs_credential_pool_id?: string | undefined;
1081
1081
  parent_acs_credential_id?: string | undefined;
@@ -1147,7 +1147,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1147
1147
  is_managed: true;
1148
1148
  acs_system_id: string;
1149
1149
  acs_credential_id: string;
1150
- access_method: "code" | "card" | "mobile_key";
1150
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1151
1151
  code?: string | null | undefined;
1152
1152
  starts_at?: string | undefined;
1153
1153
  ends_at?: string | undefined;
@@ -1174,7 +1174,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1174
1174
  issued_at?: string | null | undefined;
1175
1175
  is_issued?: boolean | undefined;
1176
1176
  acs_user_id?: string | undefined;
1177
- 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;
1177
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1178
1178
  external_type_display_name?: string | undefined;
1179
1179
  acs_credential_pool_id?: string | undefined;
1180
1180
  parent_acs_credential_id?: string | undefined;
@@ -1219,7 +1219,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1219
1219
  is_managed: false;
1220
1220
  acs_system_id: string;
1221
1221
  acs_credential_id: string;
1222
- access_method: "code" | "card" | "mobile_key";
1222
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1223
1223
  code?: string | null | undefined;
1224
1224
  starts_at?: string | undefined;
1225
1225
  ends_at?: string | undefined;
@@ -1246,7 +1246,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1246
1246
  issued_at?: string | null | undefined;
1247
1247
  is_issued?: boolean | undefined;
1248
1248
  acs_user_id?: string | undefined;
1249
- 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;
1249
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1250
1250
  external_type_display_name?: string | undefined;
1251
1251
  acs_credential_pool_id?: string | undefined;
1252
1252
  parent_acs_credential_id?: string | undefined;
@@ -1323,7 +1323,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1323
1323
  is_managed: true;
1324
1324
  acs_system_id: string;
1325
1325
  acs_credential_id: string;
1326
- access_method: "code" | "card" | "mobile_key";
1326
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1327
1327
  code?: string | null | undefined;
1328
1328
  starts_at?: string | undefined;
1329
1329
  ends_at?: string | undefined;
@@ -1350,7 +1350,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1350
1350
  issued_at?: string | null | undefined;
1351
1351
  is_issued?: boolean | undefined;
1352
1352
  acs_user_id?: string | undefined;
1353
- 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;
1353
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1354
1354
  external_type_display_name?: string | undefined;
1355
1355
  acs_credential_pool_id?: string | undefined;
1356
1356
  parent_acs_credential_id?: string | undefined;
@@ -1395,7 +1395,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1395
1395
  is_managed: false;
1396
1396
  acs_system_id: string;
1397
1397
  acs_credential_id: string;
1398
- access_method: "code" | "card" | "mobile_key";
1398
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1399
1399
  code?: string | null | undefined;
1400
1400
  starts_at?: string | undefined;
1401
1401
  ends_at?: string | undefined;
@@ -1422,7 +1422,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1422
1422
  issued_at?: string | null | undefined;
1423
1423
  is_issued?: boolean | undefined;
1424
1424
  acs_user_id?: string | undefined;
1425
- 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;
1425
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1426
1426
  external_type_display_name?: string | undefined;
1427
1427
  acs_credential_pool_id?: string | undefined;
1428
1428
  parent_acs_credential_id?: string | undefined;
@@ -1500,7 +1500,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1500
1500
  is_managed: true;
1501
1501
  acs_system_id: string;
1502
1502
  acs_credential_id: string;
1503
- access_method: "code" | "card" | "mobile_key";
1503
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1504
1504
  code?: string | null | undefined;
1505
1505
  starts_at?: string | undefined;
1506
1506
  ends_at?: string | undefined;
@@ -1527,7 +1527,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1527
1527
  issued_at?: string | null | undefined;
1528
1528
  is_issued?: boolean | undefined;
1529
1529
  acs_user_id?: string | undefined;
1530
- 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;
1530
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1531
1531
  external_type_display_name?: string | undefined;
1532
1532
  acs_credential_pool_id?: string | undefined;
1533
1533
  parent_acs_credential_id?: string | undefined;
@@ -1572,7 +1572,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1572
1572
  is_managed: false;
1573
1573
  acs_system_id: string;
1574
1574
  acs_credential_id: string;
1575
- access_method: "code" | "card" | "mobile_key";
1575
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1576
1576
  code?: string | null | undefined;
1577
1577
  starts_at?: string | undefined;
1578
1578
  ends_at?: string | undefined;
@@ -1599,7 +1599,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1599
1599
  issued_at?: string | null | undefined;
1600
1600
  is_issued?: boolean | undefined;
1601
1601
  acs_user_id?: string | undefined;
1602
- 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;
1602
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1603
1603
  external_type_display_name?: string | undefined;
1604
1604
  acs_credential_pool_id?: string | undefined;
1605
1605
  parent_acs_credential_id?: string | undefined;
@@ -1731,8 +1731,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1731
1731
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1732
1732
  is_issued: z.ZodOptional<z.ZodBoolean>;
1733
1733
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1734
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
1735
- 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"]>>;
1734
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
1735
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
1736
1736
  external_type_display_name: z.ZodOptional<z.ZodString>;
1737
1737
  created_at: z.ZodString;
1738
1738
  workspace_id: z.ZodString;
@@ -1919,7 +1919,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1919
1919
  is_managed: true;
1920
1920
  acs_system_id: string;
1921
1921
  acs_credential_id: string;
1922
- access_method: "code" | "card" | "mobile_key";
1922
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1923
1923
  code?: string | null | undefined;
1924
1924
  starts_at?: string | undefined;
1925
1925
  ends_at?: string | undefined;
@@ -1946,7 +1946,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1946
1946
  issued_at?: string | null | undefined;
1947
1947
  is_issued?: boolean | undefined;
1948
1948
  acs_user_id?: string | undefined;
1949
- 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;
1949
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
1950
1950
  external_type_display_name?: string | undefined;
1951
1951
  acs_credential_pool_id?: string | undefined;
1952
1952
  parent_acs_credential_id?: string | undefined;
@@ -1991,7 +1991,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1991
1991
  is_managed: true;
1992
1992
  acs_system_id: string;
1993
1993
  acs_credential_id: string;
1994
- access_method: "code" | "card" | "mobile_key";
1994
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
1995
1995
  code?: string | null | undefined;
1996
1996
  starts_at?: string | undefined;
1997
1997
  ends_at?: string | undefined;
@@ -2018,7 +2018,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2018
2018
  issued_at?: string | null | undefined;
2019
2019
  is_issued?: boolean | undefined;
2020
2020
  acs_user_id?: string | undefined;
2021
- 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;
2021
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2022
2022
  external_type_display_name?: string | undefined;
2023
2023
  acs_credential_pool_id?: string | undefined;
2024
2024
  parent_acs_credential_id?: string | undefined;
@@ -2040,8 +2040,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2040
2040
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2041
2041
  is_issued: z.ZodOptional<z.ZodBoolean>;
2042
2042
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2043
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
2044
- 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"]>>;
2043
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
2044
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
2045
2045
  external_type_display_name: z.ZodOptional<z.ZodString>;
2046
2046
  created_at: z.ZodString;
2047
2047
  workspace_id: z.ZodString;
@@ -2228,7 +2228,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2228
2228
  is_managed: false;
2229
2229
  acs_system_id: string;
2230
2230
  acs_credential_id: string;
2231
- access_method: "code" | "card" | "mobile_key";
2231
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2232
2232
  code?: string | null | undefined;
2233
2233
  starts_at?: string | undefined;
2234
2234
  ends_at?: string | undefined;
@@ -2255,7 +2255,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2255
2255
  issued_at?: string | null | undefined;
2256
2256
  is_issued?: boolean | undefined;
2257
2257
  acs_user_id?: string | undefined;
2258
- 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;
2258
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2259
2259
  external_type_display_name?: string | undefined;
2260
2260
  acs_credential_pool_id?: string | undefined;
2261
2261
  parent_acs_credential_id?: string | undefined;
@@ -2300,7 +2300,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2300
2300
  is_managed: false;
2301
2301
  acs_system_id: string;
2302
2302
  acs_credential_id: string;
2303
- access_method: "code" | "card" | "mobile_key";
2303
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2304
2304
  code?: string | null | undefined;
2305
2305
  starts_at?: string | undefined;
2306
2306
  ends_at?: string | undefined;
@@ -2327,7 +2327,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2327
2327
  issued_at?: string | null | undefined;
2328
2328
  is_issued?: boolean | undefined;
2329
2329
  acs_user_id?: string | undefined;
2330
- 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;
2330
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2331
2331
  external_type_display_name?: string | undefined;
2332
2332
  acs_credential_pool_id?: string | undefined;
2333
2333
  parent_acs_credential_id?: string | undefined;
@@ -2377,7 +2377,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2377
2377
  is_managed: true;
2378
2378
  acs_system_id: string;
2379
2379
  acs_credential_id: string;
2380
- access_method: "code" | "card" | "mobile_key";
2380
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2381
2381
  code?: string | null | undefined;
2382
2382
  starts_at?: string | undefined;
2383
2383
  ends_at?: string | undefined;
@@ -2404,7 +2404,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2404
2404
  issued_at?: string | null | undefined;
2405
2405
  is_issued?: boolean | undefined;
2406
2406
  acs_user_id?: string | undefined;
2407
- 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;
2407
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2408
2408
  external_type_display_name?: string | undefined;
2409
2409
  acs_credential_pool_id?: string | undefined;
2410
2410
  parent_acs_credential_id?: string | undefined;
@@ -2449,7 +2449,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2449
2449
  is_managed: false;
2450
2450
  acs_system_id: string;
2451
2451
  acs_credential_id: string;
2452
- access_method: "code" | "card" | "mobile_key";
2452
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2453
2453
  code?: string | null | undefined;
2454
2454
  starts_at?: string | undefined;
2455
2455
  ends_at?: string | undefined;
@@ -2476,7 +2476,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2476
2476
  issued_at?: string | null | undefined;
2477
2477
  is_issued?: boolean | undefined;
2478
2478
  acs_user_id?: string | undefined;
2479
- 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;
2479
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2480
2480
  external_type_display_name?: string | undefined;
2481
2481
  acs_credential_pool_id?: string | undefined;
2482
2482
  parent_acs_credential_id?: string | undefined;
@@ -2527,7 +2527,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2527
2527
  is_managed: true;
2528
2528
  acs_system_id: string;
2529
2529
  acs_credential_id: string;
2530
- access_method: "code" | "card" | "mobile_key";
2530
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2531
2531
  code?: string | null | undefined;
2532
2532
  starts_at?: string | undefined;
2533
2533
  ends_at?: string | undefined;
@@ -2554,7 +2554,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2554
2554
  issued_at?: string | null | undefined;
2555
2555
  is_issued?: boolean | undefined;
2556
2556
  acs_user_id?: string | undefined;
2557
- 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;
2557
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2558
2558
  external_type_display_name?: string | undefined;
2559
2559
  acs_credential_pool_id?: string | undefined;
2560
2560
  parent_acs_credential_id?: string | undefined;
@@ -2599,7 +2599,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2599
2599
  is_managed: false;
2600
2600
  acs_system_id: string;
2601
2601
  acs_credential_id: string;
2602
- access_method: "code" | "card" | "mobile_key";
2602
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
2603
2603
  code?: string | null | undefined;
2604
2604
  starts_at?: string | undefined;
2605
2605
  ends_at?: string | undefined;
@@ -2626,7 +2626,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2626
2626
  issued_at?: string | null | undefined;
2627
2627
  is_issued?: boolean | undefined;
2628
2628
  acs_user_id?: string | undefined;
2629
- 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;
2629
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
2630
2630
  external_type_display_name?: string | undefined;
2631
2631
  acs_credential_pool_id?: string | undefined;
2632
2632
  parent_acs_credential_id?: string | undefined;
@@ -40,8 +40,8 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
40
40
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
41
41
  is_issued: z.ZodOptional<z.ZodBoolean>;
42
42
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
43
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
44
- external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
43
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
44
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
45
45
  external_type_display_name: z.ZodOptional<z.ZodString>;
46
46
  created_at: z.ZodString;
47
47
  workspace_id: z.ZodString;
@@ -228,7 +228,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
228
228
  is_managed: true;
229
229
  acs_system_id: string;
230
230
  acs_credential_id: string;
231
- access_method: "code" | "card" | "mobile_key";
231
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
232
232
  code?: string | null | undefined;
233
233
  starts_at?: string | undefined;
234
234
  ends_at?: string | undefined;
@@ -255,7 +255,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
255
255
  issued_at?: string | null | undefined;
256
256
  is_issued?: boolean | undefined;
257
257
  acs_user_id?: string | undefined;
258
- 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;
258
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
259
259
  external_type_display_name?: string | undefined;
260
260
  acs_credential_pool_id?: string | undefined;
261
261
  parent_acs_credential_id?: string | undefined;
@@ -300,7 +300,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
300
300
  is_managed: true;
301
301
  acs_system_id: string;
302
302
  acs_credential_id: string;
303
- access_method: "code" | "card" | "mobile_key";
303
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
304
304
  code?: string | null | undefined;
305
305
  starts_at?: string | undefined;
306
306
  ends_at?: string | undefined;
@@ -327,7 +327,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
327
327
  issued_at?: string | null | undefined;
328
328
  is_issued?: boolean | undefined;
329
329
  acs_user_id?: string | undefined;
330
- 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;
330
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
331
331
  external_type_display_name?: string | undefined;
332
332
  acs_credential_pool_id?: string | undefined;
333
333
  parent_acs_credential_id?: string | undefined;
@@ -349,8 +349,8 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
349
349
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
350
350
  is_issued: z.ZodOptional<z.ZodBoolean>;
351
351
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
352
- access_method: z.ZodEnum<["code", "card", "mobile_key"]>;
353
- 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"]>>;
352
+ access_method: z.ZodEnum<["code", "card", "mobile_key", "cloud_key"]>;
353
+ external_type: z.ZodOptional<z.ZodEnum<["pti_card", "brivo_credential", "brivo_digital_credential", "hid_credential", "visionline_card", "salto_ks_credential", "assa_abloy_vostio_key", "salto_space_key", "latch_access", "dormakaba_ambiance_credential", "hotek_card"]>>;
354
354
  external_type_display_name: z.ZodOptional<z.ZodString>;
355
355
  created_at: z.ZodString;
356
356
  workspace_id: z.ZodString;
@@ -537,7 +537,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
537
537
  is_managed: false;
538
538
  acs_system_id: string;
539
539
  acs_credential_id: string;
540
- access_method: "code" | "card" | "mobile_key";
540
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
541
541
  code?: string | null | undefined;
542
542
  starts_at?: string | undefined;
543
543
  ends_at?: string | undefined;
@@ -564,7 +564,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
564
564
  issued_at?: string | null | undefined;
565
565
  is_issued?: boolean | undefined;
566
566
  acs_user_id?: string | undefined;
567
- 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;
567
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
568
568
  external_type_display_name?: string | undefined;
569
569
  acs_credential_pool_id?: string | undefined;
570
570
  parent_acs_credential_id?: string | undefined;
@@ -609,7 +609,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
609
609
  is_managed: false;
610
610
  acs_system_id: string;
611
611
  acs_credential_id: string;
612
- access_method: "code" | "card" | "mobile_key";
612
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
613
613
  code?: string | null | undefined;
614
614
  starts_at?: string | undefined;
615
615
  ends_at?: string | undefined;
@@ -636,7 +636,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
636
636
  issued_at?: string | null | undefined;
637
637
  is_issued?: boolean | undefined;
638
638
  acs_user_id?: string | undefined;
639
- 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;
639
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
640
640
  external_type_display_name?: string | undefined;
641
641
  acs_credential_pool_id?: string | undefined;
642
642
  parent_acs_credential_id?: string | undefined;
@@ -686,7 +686,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
686
686
  is_managed: true;
687
687
  acs_system_id: string;
688
688
  acs_credential_id: string;
689
- access_method: "code" | "card" | "mobile_key";
689
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
690
690
  code?: string | null | undefined;
691
691
  starts_at?: string | undefined;
692
692
  ends_at?: string | undefined;
@@ -713,7 +713,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
713
713
  issued_at?: string | null | undefined;
714
714
  is_issued?: boolean | undefined;
715
715
  acs_user_id?: string | undefined;
716
- 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;
716
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
717
717
  external_type_display_name?: string | undefined;
718
718
  acs_credential_pool_id?: string | undefined;
719
719
  parent_acs_credential_id?: string | undefined;
@@ -758,7 +758,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
758
758
  is_managed: false;
759
759
  acs_system_id: string;
760
760
  acs_credential_id: string;
761
- access_method: "code" | "card" | "mobile_key";
761
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
762
762
  code?: string | null | undefined;
763
763
  starts_at?: string | undefined;
764
764
  ends_at?: string | undefined;
@@ -785,7 +785,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
785
785
  issued_at?: string | null | undefined;
786
786
  is_issued?: boolean | undefined;
787
787
  acs_user_id?: string | undefined;
788
- 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;
788
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
789
789
  external_type_display_name?: string | undefined;
790
790
  acs_credential_pool_id?: string | undefined;
791
791
  parent_acs_credential_id?: string | undefined;
@@ -836,7 +836,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
836
836
  is_managed: true;
837
837
  acs_system_id: string;
838
838
  acs_credential_id: string;
839
- access_method: "code" | "card" | "mobile_key";
839
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
840
840
  code?: string | null | undefined;
841
841
  starts_at?: string | undefined;
842
842
  ends_at?: string | undefined;
@@ -863,7 +863,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
863
863
  issued_at?: string | null | undefined;
864
864
  is_issued?: boolean | undefined;
865
865
  acs_user_id?: string | undefined;
866
- 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;
866
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
867
867
  external_type_display_name?: string | undefined;
868
868
  acs_credential_pool_id?: string | undefined;
869
869
  parent_acs_credential_id?: string | undefined;
@@ -908,7 +908,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
908
908
  is_managed: false;
909
909
  acs_system_id: string;
910
910
  acs_credential_id: string;
911
- access_method: "code" | "card" | "mobile_key";
911
+ access_method: "code" | "card" | "mobile_key" | "cloud_key";
912
912
  code?: string | null | undefined;
913
913
  starts_at?: string | undefined;
914
914
  ends_at?: string | undefined;
@@ -935,7 +935,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
935
935
  issued_at?: string | null | undefined;
936
936
  is_issued?: boolean | undefined;
937
937
  acs_user_id?: string | undefined;
938
- 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;
938
+ external_type?: "pti_card" | "brivo_credential" | "brivo_digital_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | "dormakaba_ambiance_credential" | "hotek_card" | undefined;
939
939
  external_type_display_name?: string | undefined;
940
940
  acs_credential_pool_id?: string | undefined;
941
941
  parent_acs_credential_id?: string | undefined;