@seamapi/types 1.454.0 → 1.456.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.
@@ -5,7 +5,8 @@ export declare const access_method: z.ZodObject<{
5
5
  display_name: z.ZodString;
6
6
  mode: z.ZodEnum<["code", "card", "mobile_key"]>;
7
7
  created_at: z.ZodString;
8
- issued_at: z.ZodOptional<z.ZodString>;
8
+ issued_at: z.ZodNullable<z.ZodString>;
9
+ is_issued: z.ZodBoolean;
9
10
  instant_key_url: z.ZodOptional<z.ZodString>;
10
11
  client_session_token: z.ZodOptional<z.ZodString>;
11
12
  is_encoding_required: z.ZodOptional<z.ZodBoolean>;
@@ -16,10 +17,11 @@ export declare const access_method: z.ZodObject<{
16
17
  created_at: string;
17
18
  mode: "code" | "card" | "mobile_key";
18
19
  access_method_id: string;
20
+ issued_at: string | null;
21
+ is_issued: boolean;
19
22
  code?: string | undefined;
20
23
  client_session_token?: string | undefined;
21
24
  instant_key_url?: string | undefined;
22
- issued_at?: string | undefined;
23
25
  is_encoding_required?: boolean | undefined;
24
26
  }, {
25
27
  display_name: string;
@@ -27,10 +29,11 @@ export declare const access_method: z.ZodObject<{
27
29
  created_at: string;
28
30
  mode: "code" | "card" | "mobile_key";
29
31
  access_method_id: string;
32
+ issued_at: string | null;
33
+ is_issued: boolean;
30
34
  code?: string | undefined;
31
35
  client_session_token?: string | undefined;
32
36
  instant_key_url?: string | undefined;
33
- issued_at?: string | undefined;
34
37
  is_encoding_required?: boolean | undefined;
35
38
  }>;
36
39
  export type AccessMethod = z.infer<typeof access_method>;
@@ -16,8 +16,11 @@ export const access_method = z.object({
16
16
  issued_at: z
17
17
  .string()
18
18
  .datetime()
19
- .optional()
19
+ .nullable()
20
20
  .describe('Date and time at which the access method was issued.'),
21
+ is_issued: z
22
+ .boolean()
23
+ .describe('Indicates whether the access method has been issued.'),
21
24
  instant_key_url: z
22
25
  .string()
23
26
  .url()
@@ -1 +1 @@
1
- {"version":3,"file":"access-method.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,0BAA0B,CAAC;IACxE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oCAAoC,CAAC;IACvE,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;SACpC,QAAQ,CACP,qEAAqE,CACtE;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gEAAgE,CAAC;IAC7E,oBAAoB,EAAE,CAAC;SACpB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qIAAqI,CACtI;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,8CAA8C,CAAC;CAC5D,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
1
+ {"version":3,"file":"access-method.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/access-grants/access-method.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,CAAC,MAAM,CAAC;IACpC,YAAY,EAAE,CAAC;SACZ,MAAM,EAAE;SACR,IAAI,EAAE;SACN,QAAQ,CAAC,6DAA6D,CAAC;IAC1E,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,QAAQ,CAAC,0BAA0B,CAAC;IACxE,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,oCAAoC,CAAC;IACvE,IAAI,EAAE,CAAC;SACJ,IAAI,CAAC,CAAC,MAAM,EAAE,MAAM,EAAE,YAAY,CAAC,CAAC;SACpC,QAAQ,CACP,qEAAqE,CACtE;IACH,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,SAAS,EAAE,CAAC;SACT,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,EAAE;SACV,QAAQ,CAAC,sDAAsD,CAAC;IACnE,SAAS,EAAE,CAAC;SACT,OAAO,EAAE;SACT,QAAQ,CAAC,sDAAsD,CAAC;IACnE,eAAe,EAAE,CAAC;SACf,MAAM,EAAE;SACR,GAAG,EAAE;SACL,QAAQ,EAAE;SACV,QAAQ,CAAC,uDAAuD,CAAC;IACpE,oBAAoB,EAAE,CAAC;SACpB,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gEAAgE,CAAC;IAC7E,oBAAoB,EAAE,CAAC;SACpB,OAAO,EAAE;SACT,QAAQ,EAAE;SACV,QAAQ,CACP,qIAAqI,CACtI;IACH,IAAI,EAAE,CAAC;SACJ,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,8CAA8C,CAAC;CAC5D,CAAC,CAAC,QAAQ,CAAC;;;;;;GAMT,CAAC,CAAA"}
@@ -392,13 +392,13 @@ export declare const acs_credential: z.ZodObject<{
392
392
  is_one_time_use?: boolean | undefined;
393
393
  user_identity_id?: string | undefined;
394
394
  issued_at?: string | null | undefined;
395
+ is_issued?: boolean | undefined;
395
396
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
396
397
  external_type_display_name?: string | undefined;
397
398
  acs_user_id?: string | undefined;
398
399
  acs_credential_pool_id?: string | undefined;
399
400
  parent_acs_credential_id?: string | undefined;
400
401
  card_number?: string | null | undefined;
401
- is_issued?: boolean | undefined;
402
402
  is_multi_phone_sync_credential?: boolean | undefined;
403
403
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
404
404
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -464,13 +464,13 @@ export declare const acs_credential: z.ZodObject<{
464
464
  is_one_time_use?: boolean | undefined;
465
465
  user_identity_id?: string | undefined;
466
466
  issued_at?: string | null | undefined;
467
+ is_issued?: boolean | undefined;
467
468
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
468
469
  external_type_display_name?: string | undefined;
469
470
  acs_user_id?: string | undefined;
470
471
  acs_credential_pool_id?: string | undefined;
471
472
  parent_acs_credential_id?: string | undefined;
472
473
  card_number?: string | null | undefined;
473
- is_issued?: boolean | undefined;
474
474
  is_multi_phone_sync_credential?: boolean | undefined;
475
475
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
476
476
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -702,13 +702,13 @@ export declare const unmanaged_acs_credential: z.ZodObject<{
702
702
  is_one_time_use?: boolean | undefined;
703
703
  user_identity_id?: string | undefined;
704
704
  issued_at?: string | null | undefined;
705
+ is_issued?: boolean | undefined;
705
706
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
706
707
  external_type_display_name?: string | undefined;
707
708
  acs_user_id?: string | undefined;
708
709
  acs_credential_pool_id?: string | undefined;
709
710
  parent_acs_credential_id?: string | undefined;
710
711
  card_number?: string | null | undefined;
711
- is_issued?: boolean | undefined;
712
712
  is_multi_phone_sync_credential?: boolean | undefined;
713
713
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
714
714
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -774,13 +774,13 @@ export declare const unmanaged_acs_credential: z.ZodObject<{
774
774
  is_one_time_use?: boolean | undefined;
775
775
  user_identity_id?: string | undefined;
776
776
  issued_at?: string | null | undefined;
777
+ is_issued?: boolean | undefined;
777
778
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
778
779
  external_type_display_name?: string | undefined;
779
780
  acs_user_id?: string | undefined;
780
781
  acs_credential_pool_id?: string | undefined;
781
782
  parent_acs_credential_id?: string | undefined;
782
783
  card_number?: string | null | undefined;
783
- is_issued?: boolean | undefined;
784
784
  is_multi_phone_sync_credential?: boolean | undefined;
785
785
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
786
786
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -835,8 +835,8 @@ export declare const acs_credential_on_encoder: z.ZodObject<{
835
835
  created_at: string | null;
836
836
  starts_at: string | null;
837
837
  ends_at: string | null;
838
- card_number: string | null;
839
838
  is_issued: boolean | null;
839
+ card_number: string | null;
840
840
  visionline_metadata?: {
841
841
  expired: boolean;
842
842
  card_id: string;
@@ -855,8 +855,8 @@ export declare const acs_credential_on_encoder: z.ZodObject<{
855
855
  created_at: string | null;
856
856
  starts_at: string | null;
857
857
  ends_at: string | null;
858
- card_number: string | null;
859
858
  is_issued: boolean | null;
859
+ card_number: string | null;
860
860
  visionline_metadata?: {
861
861
  expired: boolean;
862
862
  card_id: string;
@@ -227,8 +227,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
227
227
  created_at: string | null;
228
228
  starts_at: string | null;
229
229
  ends_at: string | null;
230
- card_number: string | null;
231
230
  is_issued: boolean | null;
231
+ card_number: string | null;
232
232
  visionline_metadata?: {
233
233
  expired: boolean;
234
234
  card_id: string;
@@ -247,8 +247,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
247
247
  created_at: string | null;
248
248
  starts_at: string | null;
249
249
  ends_at: string | null;
250
- card_number: string | null;
251
250
  is_issued: boolean | null;
251
+ card_number: string | null;
252
252
  visionline_metadata?: {
253
253
  expired: boolean;
254
254
  card_id: string;
@@ -491,13 +491,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
491
491
  is_one_time_use?: boolean | undefined;
492
492
  user_identity_id?: string | undefined;
493
493
  issued_at?: string | null | undefined;
494
+ is_issued?: boolean | undefined;
494
495
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
495
496
  external_type_display_name?: string | undefined;
496
497
  acs_user_id?: string | undefined;
497
498
  acs_credential_pool_id?: string | undefined;
498
499
  parent_acs_credential_id?: string | undefined;
499
500
  card_number?: string | null | undefined;
500
- is_issued?: boolean | undefined;
501
501
  is_multi_phone_sync_credential?: boolean | undefined;
502
502
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
503
503
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -563,13 +563,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
563
563
  is_one_time_use?: boolean | undefined;
564
564
  user_identity_id?: string | undefined;
565
565
  issued_at?: string | null | undefined;
566
+ is_issued?: boolean | undefined;
566
567
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
567
568
  external_type_display_name?: string | undefined;
568
569
  acs_user_id?: string | undefined;
569
570
  acs_credential_pool_id?: string | undefined;
570
571
  parent_acs_credential_id?: string | undefined;
571
572
  card_number?: string | null | undefined;
572
- is_issued?: boolean | undefined;
573
573
  is_multi_phone_sync_credential?: boolean | undefined;
574
574
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
575
575
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -800,13 +800,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
800
800
  is_one_time_use?: boolean | undefined;
801
801
  user_identity_id?: string | undefined;
802
802
  issued_at?: string | null | undefined;
803
+ is_issued?: boolean | undefined;
803
804
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
804
805
  external_type_display_name?: string | undefined;
805
806
  acs_user_id?: string | undefined;
806
807
  acs_credential_pool_id?: string | undefined;
807
808
  parent_acs_credential_id?: string | undefined;
808
809
  card_number?: string | null | undefined;
809
- is_issued?: boolean | undefined;
810
810
  is_multi_phone_sync_credential?: boolean | undefined;
811
811
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
812
812
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -872,13 +872,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
872
872
  is_one_time_use?: boolean | undefined;
873
873
  user_identity_id?: string | undefined;
874
874
  issued_at?: string | null | undefined;
875
+ is_issued?: boolean | undefined;
875
876
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
876
877
  external_type_display_name?: string | undefined;
877
878
  acs_user_id?: string | undefined;
878
879
  acs_credential_pool_id?: string | undefined;
879
880
  parent_acs_credential_id?: string | undefined;
880
881
  card_number?: string | null | undefined;
881
- is_issued?: boolean | undefined;
882
882
  is_multi_phone_sync_credential?: boolean | undefined;
883
883
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
884
884
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -902,8 +902,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
902
902
  created_at: string | null;
903
903
  starts_at: string | null;
904
904
  ends_at: string | null;
905
- card_number: string | null;
906
905
  is_issued: boolean | null;
906
+ card_number: string | null;
907
907
  visionline_metadata?: {
908
908
  expired: boolean;
909
909
  card_id: string;
@@ -981,13 +981,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
981
981
  is_one_time_use?: boolean | undefined;
982
982
  user_identity_id?: string | undefined;
983
983
  issued_at?: string | null | undefined;
984
+ is_issued?: boolean | undefined;
984
985
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
985
986
  external_type_display_name?: string | undefined;
986
987
  acs_user_id?: string | undefined;
987
988
  acs_credential_pool_id?: string | undefined;
988
989
  parent_acs_credential_id?: string | undefined;
989
990
  card_number?: string | null | undefined;
990
- is_issued?: boolean | undefined;
991
991
  is_multi_phone_sync_credential?: boolean | undefined;
992
992
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
993
993
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1053,13 +1053,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1053
1053
  is_one_time_use?: boolean | undefined;
1054
1054
  user_identity_id?: string | undefined;
1055
1055
  issued_at?: string | null | undefined;
1056
+ is_issued?: boolean | undefined;
1056
1057
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1057
1058
  external_type_display_name?: string | undefined;
1058
1059
  acs_user_id?: string | undefined;
1059
1060
  acs_credential_pool_id?: string | undefined;
1060
1061
  parent_acs_credential_id?: string | undefined;
1061
1062
  card_number?: string | null | undefined;
1062
- is_issued?: boolean | undefined;
1063
1063
  is_multi_phone_sync_credential?: boolean | undefined;
1064
1064
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1065
1065
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1073,8 +1073,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1073
1073
  created_at: string | null;
1074
1074
  starts_at: string | null;
1075
1075
  ends_at: string | null;
1076
- card_number: string | null;
1077
1076
  is_issued: boolean | null;
1077
+ card_number: string | null;
1078
1078
  visionline_metadata?: {
1079
1079
  expired: boolean;
1080
1080
  card_id: string;
@@ -1152,13 +1152,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1152
1152
  is_one_time_use?: boolean | undefined;
1153
1153
  user_identity_id?: string | undefined;
1154
1154
  issued_at?: string | null | undefined;
1155
+ is_issued?: boolean | undefined;
1155
1156
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1156
1157
  external_type_display_name?: string | undefined;
1157
1158
  acs_user_id?: string | undefined;
1158
1159
  acs_credential_pool_id?: string | undefined;
1159
1160
  parent_acs_credential_id?: string | undefined;
1160
1161
  card_number?: string | null | undefined;
1161
- is_issued?: boolean | undefined;
1162
1162
  is_multi_phone_sync_credential?: boolean | undefined;
1163
1163
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1164
1164
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1224,13 +1224,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1224
1224
  is_one_time_use?: boolean | undefined;
1225
1225
  user_identity_id?: string | undefined;
1226
1226
  issued_at?: string | null | undefined;
1227
+ is_issued?: boolean | undefined;
1227
1228
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1228
1229
  external_type_display_name?: string | undefined;
1229
1230
  acs_user_id?: string | undefined;
1230
1231
  acs_credential_pool_id?: string | undefined;
1231
1232
  parent_acs_credential_id?: string | undefined;
1232
1233
  card_number?: string | null | undefined;
1233
- is_issued?: boolean | undefined;
1234
1234
  is_multi_phone_sync_credential?: boolean | undefined;
1235
1235
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1236
1236
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1249,8 +1249,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1249
1249
  created_at: string | null;
1250
1250
  starts_at: string | null;
1251
1251
  ends_at: string | null;
1252
- card_number: string | null;
1253
1252
  is_issued: boolean | null;
1253
+ card_number: string | null;
1254
1254
  visionline_metadata?: {
1255
1255
  expired: boolean;
1256
1256
  card_id: string;
@@ -1328,13 +1328,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1328
1328
  is_one_time_use?: boolean | undefined;
1329
1329
  user_identity_id?: string | undefined;
1330
1330
  issued_at?: string | null | undefined;
1331
+ is_issued?: boolean | undefined;
1331
1332
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1332
1333
  external_type_display_name?: string | undefined;
1333
1334
  acs_user_id?: string | undefined;
1334
1335
  acs_credential_pool_id?: string | undefined;
1335
1336
  parent_acs_credential_id?: string | undefined;
1336
1337
  card_number?: string | null | undefined;
1337
- is_issued?: boolean | undefined;
1338
1338
  is_multi_phone_sync_credential?: boolean | undefined;
1339
1339
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1340
1340
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1400,13 +1400,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1400
1400
  is_one_time_use?: boolean | undefined;
1401
1401
  user_identity_id?: string | undefined;
1402
1402
  issued_at?: string | null | undefined;
1403
+ is_issued?: boolean | undefined;
1403
1404
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1404
1405
  external_type_display_name?: string | undefined;
1405
1406
  acs_user_id?: string | undefined;
1406
1407
  acs_credential_pool_id?: string | undefined;
1407
1408
  parent_acs_credential_id?: string | undefined;
1408
1409
  card_number?: string | null | undefined;
1409
- is_issued?: boolean | undefined;
1410
1410
  is_multi_phone_sync_credential?: boolean | undefined;
1411
1411
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1412
1412
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1426,8 +1426,8 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1426
1426
  created_at: string | null;
1427
1427
  starts_at: string | null;
1428
1428
  ends_at: string | null;
1429
- card_number: string | null;
1430
1429
  is_issued: boolean | null;
1430
+ card_number: string | null;
1431
1431
  visionline_metadata?: {
1432
1432
  expired: boolean;
1433
1433
  card_id: string;
@@ -1505,13 +1505,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1505
1505
  is_one_time_use?: boolean | undefined;
1506
1506
  user_identity_id?: string | undefined;
1507
1507
  issued_at?: string | null | undefined;
1508
+ is_issued?: boolean | undefined;
1508
1509
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1509
1510
  external_type_display_name?: string | undefined;
1510
1511
  acs_user_id?: string | undefined;
1511
1512
  acs_credential_pool_id?: string | undefined;
1512
1513
  parent_acs_credential_id?: string | undefined;
1513
1514
  card_number?: string | null | undefined;
1514
- is_issued?: boolean | undefined;
1515
1515
  is_multi_phone_sync_credential?: boolean | undefined;
1516
1516
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1517
1517
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1577,13 +1577,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1577
1577
  is_one_time_use?: boolean | undefined;
1578
1578
  user_identity_id?: string | undefined;
1579
1579
  issued_at?: string | null | undefined;
1580
+ is_issued?: boolean | undefined;
1580
1581
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1581
1582
  external_type_display_name?: string | undefined;
1582
1583
  acs_user_id?: string | undefined;
1583
1584
  acs_credential_pool_id?: string | undefined;
1584
1585
  parent_acs_credential_id?: string | undefined;
1585
1586
  card_number?: string | null | undefined;
1586
- is_issued?: boolean | undefined;
1587
1587
  is_multi_phone_sync_credential?: boolean | undefined;
1588
1588
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1589
1589
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1909,13 +1909,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1909
1909
  is_one_time_use?: boolean | undefined;
1910
1910
  user_identity_id?: string | undefined;
1911
1911
  issued_at?: string | null | undefined;
1912
+ is_issued?: boolean | undefined;
1912
1913
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1913
1914
  external_type_display_name?: string | undefined;
1914
1915
  acs_user_id?: string | undefined;
1915
1916
  acs_credential_pool_id?: string | undefined;
1916
1917
  parent_acs_credential_id?: string | undefined;
1917
1918
  card_number?: string | null | undefined;
1918
- is_issued?: boolean | undefined;
1919
1919
  is_multi_phone_sync_credential?: boolean | undefined;
1920
1920
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1921
1921
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1981,13 +1981,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
1981
1981
  is_one_time_use?: boolean | undefined;
1982
1982
  user_identity_id?: string | undefined;
1983
1983
  issued_at?: string | null | undefined;
1984
+ is_issued?: boolean | undefined;
1984
1985
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
1985
1986
  external_type_display_name?: string | undefined;
1986
1987
  acs_user_id?: string | undefined;
1987
1988
  acs_credential_pool_id?: string | undefined;
1988
1989
  parent_acs_credential_id?: string | undefined;
1989
1990
  card_number?: string | null | undefined;
1990
- is_issued?: boolean | undefined;
1991
1991
  is_multi_phone_sync_credential?: boolean | undefined;
1992
1992
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1993
1993
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2218,13 +2218,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2218
2218
  is_one_time_use?: boolean | undefined;
2219
2219
  user_identity_id?: string | undefined;
2220
2220
  issued_at?: string | null | undefined;
2221
+ is_issued?: boolean | undefined;
2221
2222
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
2222
2223
  external_type_display_name?: string | undefined;
2223
2224
  acs_user_id?: string | undefined;
2224
2225
  acs_credential_pool_id?: string | undefined;
2225
2226
  parent_acs_credential_id?: string | undefined;
2226
2227
  card_number?: string | null | undefined;
2227
- is_issued?: boolean | undefined;
2228
2228
  is_multi_phone_sync_credential?: boolean | undefined;
2229
2229
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2230
2230
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2290,13 +2290,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2290
2290
  is_one_time_use?: boolean | undefined;
2291
2291
  user_identity_id?: string | undefined;
2292
2292
  issued_at?: string | null | undefined;
2293
+ is_issued?: boolean | undefined;
2293
2294
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
2294
2295
  external_type_display_name?: string | undefined;
2295
2296
  acs_user_id?: string | undefined;
2296
2297
  acs_credential_pool_id?: string | undefined;
2297
2298
  parent_acs_credential_id?: string | undefined;
2298
2299
  card_number?: string | null | undefined;
2299
- is_issued?: boolean | undefined;
2300
2300
  is_multi_phone_sync_credential?: boolean | undefined;
2301
2301
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2302
2302
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2367,13 +2367,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2367
2367
  is_one_time_use?: boolean | undefined;
2368
2368
  user_identity_id?: string | undefined;
2369
2369
  issued_at?: string | null | undefined;
2370
+ is_issued?: boolean | undefined;
2370
2371
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
2371
2372
  external_type_display_name?: string | undefined;
2372
2373
  acs_user_id?: string | undefined;
2373
2374
  acs_credential_pool_id?: string | undefined;
2374
2375
  parent_acs_credential_id?: string | undefined;
2375
2376
  card_number?: string | null | undefined;
2376
- is_issued?: boolean | undefined;
2377
2377
  is_multi_phone_sync_credential?: boolean | undefined;
2378
2378
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2379
2379
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2439,13 +2439,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2439
2439
  is_one_time_use?: boolean | undefined;
2440
2440
  user_identity_id?: string | undefined;
2441
2441
  issued_at?: string | null | undefined;
2442
+ is_issued?: boolean | undefined;
2442
2443
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
2443
2444
  external_type_display_name?: string | undefined;
2444
2445
  acs_user_id?: string | undefined;
2445
2446
  acs_credential_pool_id?: string | undefined;
2446
2447
  parent_acs_credential_id?: string | undefined;
2447
2448
  card_number?: string | null | undefined;
2448
- is_issued?: boolean | undefined;
2449
2449
  is_multi_phone_sync_credential?: boolean | undefined;
2450
2450
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2451
2451
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2517,13 +2517,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2517
2517
  is_one_time_use?: boolean | undefined;
2518
2518
  user_identity_id?: string | undefined;
2519
2519
  issued_at?: string | null | undefined;
2520
+ is_issued?: boolean | undefined;
2520
2521
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
2521
2522
  external_type_display_name?: string | undefined;
2522
2523
  acs_user_id?: string | undefined;
2523
2524
  acs_credential_pool_id?: string | undefined;
2524
2525
  parent_acs_credential_id?: string | undefined;
2525
2526
  card_number?: string | null | undefined;
2526
- is_issued?: boolean | undefined;
2527
2527
  is_multi_phone_sync_credential?: boolean | undefined;
2528
2528
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2529
2529
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2589,13 +2589,13 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<{
2589
2589
  is_one_time_use?: boolean | undefined;
2590
2590
  user_identity_id?: string | undefined;
2591
2591
  issued_at?: string | null | undefined;
2592
+ is_issued?: boolean | undefined;
2592
2593
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
2593
2594
  external_type_display_name?: string | undefined;
2594
2595
  acs_user_id?: string | undefined;
2595
2596
  acs_credential_pool_id?: string | undefined;
2596
2597
  parent_acs_credential_id?: string | undefined;
2597
2598
  card_number?: string | null | undefined;
2598
- is_issued?: boolean | undefined;
2599
2599
  is_multi_phone_sync_credential?: boolean | undefined;
2600
2600
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2601
2601
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -253,13 +253,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
253
253
  is_one_time_use?: boolean | undefined;
254
254
  user_identity_id?: string | undefined;
255
255
  issued_at?: string | null | undefined;
256
+ is_issued?: boolean | undefined;
256
257
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
257
258
  external_type_display_name?: string | undefined;
258
259
  acs_user_id?: string | undefined;
259
260
  acs_credential_pool_id?: string | undefined;
260
261
  parent_acs_credential_id?: string | undefined;
261
262
  card_number?: string | null | undefined;
262
- is_issued?: boolean | undefined;
263
263
  is_multi_phone_sync_credential?: boolean | undefined;
264
264
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
265
265
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -325,13 +325,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
325
325
  is_one_time_use?: boolean | undefined;
326
326
  user_identity_id?: string | undefined;
327
327
  issued_at?: string | null | undefined;
328
+ is_issued?: boolean | undefined;
328
329
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
329
330
  external_type_display_name?: string | undefined;
330
331
  acs_user_id?: string | undefined;
331
332
  acs_credential_pool_id?: string | undefined;
332
333
  parent_acs_credential_id?: string | undefined;
333
334
  card_number?: string | null | undefined;
334
- is_issued?: boolean | undefined;
335
335
  is_multi_phone_sync_credential?: boolean | undefined;
336
336
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
337
337
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -562,13 +562,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
562
562
  is_one_time_use?: boolean | undefined;
563
563
  user_identity_id?: string | undefined;
564
564
  issued_at?: string | null | undefined;
565
+ is_issued?: boolean | undefined;
565
566
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
566
567
  external_type_display_name?: string | undefined;
567
568
  acs_user_id?: string | undefined;
568
569
  acs_credential_pool_id?: string | undefined;
569
570
  parent_acs_credential_id?: string | undefined;
570
571
  card_number?: string | null | undefined;
571
- is_issued?: boolean | undefined;
572
572
  is_multi_phone_sync_credential?: boolean | undefined;
573
573
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
574
574
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -634,13 +634,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
634
634
  is_one_time_use?: boolean | undefined;
635
635
  user_identity_id?: string | undefined;
636
636
  issued_at?: string | null | undefined;
637
+ is_issued?: boolean | undefined;
637
638
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
638
639
  external_type_display_name?: string | undefined;
639
640
  acs_user_id?: string | undefined;
640
641
  acs_credential_pool_id?: string | undefined;
641
642
  parent_acs_credential_id?: string | undefined;
642
643
  card_number?: string | null | undefined;
643
- is_issued?: boolean | undefined;
644
644
  is_multi_phone_sync_credential?: boolean | undefined;
645
645
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
646
646
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -711,13 +711,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
711
711
  is_one_time_use?: boolean | undefined;
712
712
  user_identity_id?: string | undefined;
713
713
  issued_at?: string | null | undefined;
714
+ is_issued?: boolean | undefined;
714
715
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
715
716
  external_type_display_name?: string | undefined;
716
717
  acs_user_id?: string | undefined;
717
718
  acs_credential_pool_id?: string | undefined;
718
719
  parent_acs_credential_id?: string | undefined;
719
720
  card_number?: string | null | undefined;
720
- is_issued?: boolean | undefined;
721
721
  is_multi_phone_sync_credential?: boolean | undefined;
722
722
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
723
723
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -783,13 +783,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
783
783
  is_one_time_use?: boolean | undefined;
784
784
  user_identity_id?: string | undefined;
785
785
  issued_at?: string | null | undefined;
786
+ is_issued?: boolean | undefined;
786
787
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
787
788
  external_type_display_name?: string | undefined;
788
789
  acs_user_id?: string | undefined;
789
790
  acs_credential_pool_id?: string | undefined;
790
791
  parent_acs_credential_id?: string | undefined;
791
792
  card_number?: string | null | undefined;
792
- is_issued?: boolean | undefined;
793
793
  is_multi_phone_sync_credential?: boolean | undefined;
794
794
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
795
795
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -861,13 +861,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
861
861
  is_one_time_use?: boolean | undefined;
862
862
  user_identity_id?: string | undefined;
863
863
  issued_at?: string | null | undefined;
864
+ is_issued?: boolean | undefined;
864
865
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
865
866
  external_type_display_name?: string | undefined;
866
867
  acs_user_id?: string | undefined;
867
868
  acs_credential_pool_id?: string | undefined;
868
869
  parent_acs_credential_id?: string | undefined;
869
870
  card_number?: string | null | undefined;
870
- is_issued?: boolean | undefined;
871
871
  is_multi_phone_sync_credential?: boolean | undefined;
872
872
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
873
873
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -933,13 +933,13 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
933
933
  is_one_time_use?: boolean | undefined;
934
934
  user_identity_id?: string | undefined;
935
935
  issued_at?: string | null | undefined;
936
+ is_issued?: boolean | undefined;
936
937
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | "latch_access" | undefined;
937
938
  external_type_display_name?: string | undefined;
938
939
  acs_user_id?: string | undefined;
939
940
  acs_credential_pool_id?: string | undefined;
940
941
  parent_acs_credential_id?: string | undefined;
941
942
  card_number?: string | null | undefined;
942
- is_issued?: boolean | undefined;
943
943
  is_multi_phone_sync_credential?: boolean | undefined;
944
944
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
945
945
  latest_desired_state_synced_with_provider_at?: string | null | undefined;