@seamapi/types 1.302.2 → 1.303.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.
@@ -394,6 +394,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
394
394
  parent_acs_credential_id: z.ZodOptional<z.ZodString>;
395
395
  display_name: z.ZodString;
396
396
  code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
397
+ is_one_time_use: z.ZodOptional<z.ZodBoolean>;
397
398
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
398
399
  is_issued: z.ZodOptional<z.ZodBoolean>;
399
400
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -542,6 +543,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
542
543
  card_id?: string | undefined;
543
544
  credential_id?: string | undefined;
544
545
  } | undefined;
546
+ is_one_time_use?: boolean | undefined;
545
547
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
546
548
  external_type_display_name?: string | undefined;
547
549
  acs_user_id?: string | undefined;
@@ -595,6 +597,7 @@ declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
595
597
  card_id?: string | undefined;
596
598
  credential_id?: string | undefined;
597
599
  } | undefined;
600
+ is_one_time_use?: boolean | undefined;
598
601
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
599
602
  external_type_display_name?: string | undefined;
600
603
  acs_user_id?: string | undefined;
@@ -615,6 +618,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
615
618
  parent_acs_credential_id: z.ZodOptional<z.ZodString>;
616
619
  display_name: z.ZodString;
617
620
  code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
621
+ is_one_time_use: z.ZodOptional<z.ZodBoolean>;
618
622
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
619
623
  is_issued: z.ZodOptional<z.ZodBoolean>;
620
624
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -763,6 +767,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
763
767
  card_id?: string | undefined;
764
768
  credential_id?: string | undefined;
765
769
  } | undefined;
770
+ is_one_time_use?: boolean | undefined;
766
771
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
767
772
  external_type_display_name?: string | undefined;
768
773
  acs_user_id?: string | undefined;
@@ -816,6 +821,7 @@ declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendShape<{
816
821
  card_id?: string | undefined;
817
822
  credential_id?: string | undefined;
818
823
  } | undefined;
824
+ is_one_time_use?: boolean | undefined;
819
825
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
820
826
  external_type_display_name?: string | undefined;
821
827
  acs_user_id?: string | undefined;
@@ -2086,6 +2092,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2086
2092
  parent_acs_credential_id: z.ZodOptional<z.ZodString>;
2087
2093
  display_name: z.ZodString;
2088
2094
  code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2095
+ is_one_time_use: z.ZodOptional<z.ZodBoolean>;
2089
2096
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2090
2097
  is_issued: z.ZodOptional<z.ZodBoolean>;
2091
2098
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2234,6 +2241,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2234
2241
  card_id?: string | undefined;
2235
2242
  credential_id?: string | undefined;
2236
2243
  } | undefined;
2244
+ is_one_time_use?: boolean | undefined;
2237
2245
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2238
2246
  external_type_display_name?: string | undefined;
2239
2247
  acs_user_id?: string | undefined;
@@ -2287,6 +2295,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2287
2295
  card_id?: string | undefined;
2288
2296
  credential_id?: string | undefined;
2289
2297
  } | undefined;
2298
+ is_one_time_use?: boolean | undefined;
2290
2299
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2291
2300
  external_type_display_name?: string | undefined;
2292
2301
  acs_user_id?: string | undefined;
@@ -2306,6 +2315,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2306
2315
  parent_acs_credential_id: z.ZodOptional<z.ZodString>;
2307
2316
  display_name: z.ZodString;
2308
2317
  code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2318
+ is_one_time_use: z.ZodOptional<z.ZodBoolean>;
2309
2319
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
2310
2320
  is_issued: z.ZodOptional<z.ZodBoolean>;
2311
2321
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -2454,6 +2464,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2454
2464
  card_id?: string | undefined;
2455
2465
  credential_id?: string | undefined;
2456
2466
  } | undefined;
2467
+ is_one_time_use?: boolean | undefined;
2457
2468
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2458
2469
  external_type_display_name?: string | undefined;
2459
2470
  acs_user_id?: string | undefined;
@@ -2507,6 +2518,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2507
2518
  card_id?: string | undefined;
2508
2519
  credential_id?: string | undefined;
2509
2520
  } | undefined;
2521
+ is_one_time_use?: boolean | undefined;
2510
2522
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2511
2523
  external_type_display_name?: string | undefined;
2512
2524
  acs_user_id?: string | undefined;
@@ -2597,6 +2609,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2597
2609
  card_id?: string | undefined;
2598
2610
  credential_id?: string | undefined;
2599
2611
  } | undefined;
2612
+ is_one_time_use?: boolean | undefined;
2600
2613
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2601
2614
  external_type_display_name?: string | undefined;
2602
2615
  acs_user_id?: string | undefined;
@@ -2650,6 +2663,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2650
2663
  card_id?: string | undefined;
2651
2664
  credential_id?: string | undefined;
2652
2665
  } | undefined;
2666
+ is_one_time_use?: boolean | undefined;
2653
2667
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2654
2668
  external_type_display_name?: string | undefined;
2655
2669
  acs_user_id?: string | undefined;
@@ -2730,6 +2744,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2730
2744
  card_id?: string | undefined;
2731
2745
  credential_id?: string | undefined;
2732
2746
  } | undefined;
2747
+ is_one_time_use?: boolean | undefined;
2733
2748
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2734
2749
  external_type_display_name?: string | undefined;
2735
2750
  acs_user_id?: string | undefined;
@@ -2783,6 +2798,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2783
2798
  card_id?: string | undefined;
2784
2799
  credential_id?: string | undefined;
2785
2800
  } | undefined;
2801
+ is_one_time_use?: boolean | undefined;
2786
2802
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2787
2803
  external_type_display_name?: string | undefined;
2788
2804
  acs_user_id?: string | undefined;
@@ -2868,6 +2884,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2868
2884
  card_id?: string | undefined;
2869
2885
  credential_id?: string | undefined;
2870
2886
  } | undefined;
2887
+ is_one_time_use?: boolean | undefined;
2871
2888
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2872
2889
  external_type_display_name?: string | undefined;
2873
2890
  acs_user_id?: string | undefined;
@@ -2921,6 +2938,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2921
2938
  card_id?: string | undefined;
2922
2939
  credential_id?: string | undefined;
2923
2940
  } | undefined;
2941
+ is_one_time_use?: boolean | undefined;
2924
2942
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
2925
2943
  external_type_display_name?: string | undefined;
2926
2944
  acs_user_id?: string | undefined;
@@ -3007,6 +3025,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3007
3025
  card_id?: string | undefined;
3008
3026
  credential_id?: string | undefined;
3009
3027
  } | undefined;
3028
+ is_one_time_use?: boolean | undefined;
3010
3029
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3011
3030
  external_type_display_name?: string | undefined;
3012
3031
  acs_user_id?: string | undefined;
@@ -3060,6 +3079,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3060
3079
  card_id?: string | undefined;
3061
3080
  credential_id?: string | undefined;
3062
3081
  } | undefined;
3082
+ is_one_time_use?: boolean | undefined;
3063
3083
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3064
3084
  external_type_display_name?: string | undefined;
3065
3085
  acs_user_id?: string | undefined;
@@ -3177,6 +3197,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3177
3197
  parent_acs_credential_id: z.ZodOptional<z.ZodString>;
3178
3198
  display_name: z.ZodString;
3179
3199
  code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3200
+ is_one_time_use: z.ZodOptional<z.ZodBoolean>;
3180
3201
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3181
3202
  is_issued: z.ZodOptional<z.ZodBoolean>;
3182
3203
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3325,6 +3346,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3325
3346
  card_id?: string | undefined;
3326
3347
  credential_id?: string | undefined;
3327
3348
  } | undefined;
3349
+ is_one_time_use?: boolean | undefined;
3328
3350
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3329
3351
  external_type_display_name?: string | undefined;
3330
3352
  acs_user_id?: string | undefined;
@@ -3378,6 +3400,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3378
3400
  card_id?: string | undefined;
3379
3401
  credential_id?: string | undefined;
3380
3402
  } | undefined;
3403
+ is_one_time_use?: boolean | undefined;
3381
3404
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3382
3405
  external_type_display_name?: string | undefined;
3383
3406
  acs_user_id?: string | undefined;
@@ -3397,6 +3420,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3397
3420
  parent_acs_credential_id: z.ZodOptional<z.ZodString>;
3398
3421
  display_name: z.ZodString;
3399
3422
  code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3423
+ is_one_time_use: z.ZodOptional<z.ZodBoolean>;
3400
3424
  card_number: z.ZodNullable<z.ZodOptional<z.ZodString>>;
3401
3425
  is_issued: z.ZodOptional<z.ZodBoolean>;
3402
3426
  issued_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
@@ -3545,6 +3569,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3545
3569
  card_id?: string | undefined;
3546
3570
  credential_id?: string | undefined;
3547
3571
  } | undefined;
3572
+ is_one_time_use?: boolean | undefined;
3548
3573
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3549
3574
  external_type_display_name?: string | undefined;
3550
3575
  acs_user_id?: string | undefined;
@@ -3598,6 +3623,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3598
3623
  card_id?: string | undefined;
3599
3624
  credential_id?: string | undefined;
3600
3625
  } | undefined;
3626
+ is_one_time_use?: boolean | undefined;
3601
3627
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3602
3628
  external_type_display_name?: string | undefined;
3603
3629
  acs_user_id?: string | undefined;
@@ -3656,6 +3682,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3656
3682
  card_id?: string | undefined;
3657
3683
  credential_id?: string | undefined;
3658
3684
  } | undefined;
3685
+ is_one_time_use?: boolean | undefined;
3659
3686
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3660
3687
  external_type_display_name?: string | undefined;
3661
3688
  acs_user_id?: string | undefined;
@@ -3709,6 +3736,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3709
3736
  card_id?: string | undefined;
3710
3737
  credential_id?: string | undefined;
3711
3738
  } | undefined;
3739
+ is_one_time_use?: boolean | undefined;
3712
3740
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3713
3741
  external_type_display_name?: string | undefined;
3714
3742
  acs_user_id?: string | undefined;
@@ -3768,6 +3796,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3768
3796
  card_id?: string | undefined;
3769
3797
  credential_id?: string | undefined;
3770
3798
  } | undefined;
3799
+ is_one_time_use?: boolean | undefined;
3771
3800
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3772
3801
  external_type_display_name?: string | undefined;
3773
3802
  acs_user_id?: string | undefined;
@@ -3821,6 +3850,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3821
3850
  card_id?: string | undefined;
3822
3851
  credential_id?: string | undefined;
3823
3852
  } | undefined;
3853
+ is_one_time_use?: boolean | undefined;
3824
3854
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | undefined;
3825
3855
  external_type_display_name?: string | undefined;
3826
3856
  acs_user_id?: string | undefined;
@@ -12776,6 +12806,10 @@ declare const _default: {
12776
12806
  description: string;
12777
12807
  type: string;
12778
12808
  };
12809
+ is_one_time_use: {
12810
+ description: string;
12811
+ type: string;
12812
+ };
12779
12813
  issued_at: {
12780
12814
  format: string;
12781
12815
  nullable: boolean;
@@ -13765,6 +13799,10 @@ declare const _default: {
13765
13799
  description: string;
13766
13800
  type: string;
13767
13801
  };
13802
+ is_one_time_use: {
13803
+ description: string;
13804
+ type: string;
13805
+ };
13768
13806
  issued_at: {
13769
13807
  format: string;
13770
13808
  nullable: boolean;
@@ -14057,6 +14095,10 @@ declare const _default: {
14057
14095
  description: string;
14058
14096
  type: string;
14059
14097
  };
14098
+ is_one_time_use: {
14099
+ description: string;
14100
+ type: string;
14101
+ };
14060
14102
  issued_at: {
14061
14103
  format: string;
14062
14104
  nullable: boolean;
@@ -21186,6 +21228,10 @@ declare const _default: {
21186
21228
  description: string;
21187
21229
  type: string;
21188
21230
  };
21231
+ is_one_time_use: {
21232
+ description: string;
21233
+ type: string;
21234
+ };
21189
21235
  issued_at: {
21190
21236
  format: string;
21191
21237
  nullable: boolean;
@@ -21489,6 +21535,10 @@ declare const _default: {
21489
21535
  description: string;
21490
21536
  type: string;
21491
21537
  };
21538
+ is_one_time_use: {
21539
+ description: string;
21540
+ type: string;
21541
+ };
21492
21542
  issued_at: {
21493
21543
  format: string;
21494
21544
  nullable: boolean;
@@ -33314,6 +33364,8 @@ interface Routes {
33314
33364
  display_name: string;
33315
33365
  /** Access (PIN) code for the credential. */
33316
33366
  code?: (string | undefined) | null;
33367
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
33368
+ is_one_time_use?: boolean | undefined;
33317
33369
  card_number?: (string | undefined) | null;
33318
33370
  is_issued?: boolean | undefined;
33319
33371
  issued_at?: (string | undefined) | null;
@@ -33398,6 +33450,8 @@ interface Routes {
33398
33450
  display_name: string;
33399
33451
  /** Access (PIN) code for the credential. */
33400
33452
  code?: (string | undefined) | null;
33453
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
33454
+ is_one_time_use?: boolean | undefined;
33401
33455
  card_number?: (string | undefined) | null;
33402
33456
  is_issued?: boolean | undefined;
33403
33457
  issued_at?: (string | undefined) | null;
@@ -33519,6 +33573,8 @@ interface Routes {
33519
33573
  display_name: string;
33520
33574
  /** Access (PIN) code for the credential. */
33521
33575
  code?: (string | undefined) | null;
33576
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
33577
+ is_one_time_use?: boolean | undefined;
33522
33578
  card_number?: (string | undefined) | null;
33523
33579
  is_issued?: boolean | undefined;
33524
33580
  issued_at?: (string | undefined) | null;
@@ -33603,6 +33659,8 @@ interface Routes {
33603
33659
  display_name: string;
33604
33660
  /** Access (PIN) code for the credential. */
33605
33661
  code?: (string | undefined) | null;
33662
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
33663
+ is_one_time_use?: boolean | undefined;
33606
33664
  card_number?: (string | undefined) | null;
33607
33665
  is_issued?: boolean | undefined;
33608
33666
  issued_at?: (string | undefined) | null;
@@ -34305,6 +34363,8 @@ interface Routes {
34305
34363
  display_name: string;
34306
34364
  /** Access (PIN) code for the credential. */
34307
34365
  code?: (string | undefined) | null;
34366
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
34367
+ is_one_time_use?: boolean | undefined;
34308
34368
  card_number?: (string | undefined) | null;
34309
34369
  is_issued?: boolean | undefined;
34310
34370
  issued_at?: (string | undefined) | null;
@@ -34389,6 +34449,8 @@ interface Routes {
34389
34449
  display_name: string;
34390
34450
  /** Access (PIN) code for the credential. */
34391
34451
  code?: (string | undefined) | null;
34452
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
34453
+ is_one_time_use?: boolean | undefined;
34392
34454
  card_number?: (string | undefined) | null;
34393
34455
  is_issued?: boolean | undefined;
34394
34456
  issued_at?: (string | undefined) | null;
@@ -34510,6 +34572,8 @@ interface Routes {
34510
34572
  display_name: string;
34511
34573
  /** Access (PIN) code for the credential. */
34512
34574
  code?: (string | undefined) | null;
34575
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
34576
+ is_one_time_use?: boolean | undefined;
34513
34577
  card_number?: (string | undefined) | null;
34514
34578
  is_issued?: boolean | undefined;
34515
34579
  issued_at?: (string | undefined) | null;
@@ -34594,6 +34658,8 @@ interface Routes {
34594
34658
  display_name: string;
34595
34659
  /** Access (PIN) code for the credential. */
34596
34660
  code?: (string | undefined) | null;
34661
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
34662
+ is_one_time_use?: boolean | undefined;
34597
34663
  card_number?: (string | undefined) | null;
34598
34664
  is_issued?: boolean | undefined;
34599
34665
  issued_at?: (string | undefined) | null;
@@ -35514,6 +35580,8 @@ interface Routes {
35514
35580
  display_name: string;
35515
35581
  /** Access (PIN) code for the credential. */
35516
35582
  code?: (string | undefined) | null;
35583
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
35584
+ is_one_time_use?: boolean | undefined;
35517
35585
  card_number?: (string | undefined) | null;
35518
35586
  is_issued?: boolean | undefined;
35519
35587
  issued_at?: (string | undefined) | null;
@@ -35598,6 +35666,8 @@ interface Routes {
35598
35666
  display_name: string;
35599
35667
  /** Access (PIN) code for the credential. */
35600
35668
  code?: (string | undefined) | null;
35669
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
35670
+ is_one_time_use?: boolean | undefined;
35601
35671
  card_number?: (string | undefined) | null;
35602
35672
  is_issued?: boolean | undefined;
35603
35673
  issued_at?: (string | undefined) | null;
@@ -35719,6 +35789,8 @@ interface Routes {
35719
35789
  display_name: string;
35720
35790
  /** Access (PIN) code for the credential. */
35721
35791
  code?: (string | undefined) | null;
35792
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
35793
+ is_one_time_use?: boolean | undefined;
35722
35794
  card_number?: (string | undefined) | null;
35723
35795
  is_issued?: boolean | undefined;
35724
35796
  issued_at?: (string | undefined) | null;
@@ -35803,6 +35875,8 @@ interface Routes {
35803
35875
  display_name: string;
35804
35876
  /** Access (PIN) code for the credential. */
35805
35877
  code?: (string | undefined) | null;
35878
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
35879
+ is_one_time_use?: boolean | undefined;
35806
35880
  card_number?: (string | undefined) | null;
35807
35881
  is_issued?: boolean | undefined;
35808
35882
  issued_at?: (string | undefined) | null;
@@ -36492,6 +36566,8 @@ interface Routes {
36492
36566
  display_name: string;
36493
36567
  /** Access (PIN) code for the credential. */
36494
36568
  code?: (string | undefined) | null;
36569
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
36570
+ is_one_time_use?: boolean | undefined;
36495
36571
  card_number?: (string | undefined) | null;
36496
36572
  is_issued?: boolean | undefined;
36497
36573
  issued_at?: (string | undefined) | null;
@@ -36576,6 +36652,8 @@ interface Routes {
36576
36652
  display_name: string;
36577
36653
  /** Access (PIN) code for the credential. */
36578
36654
  code?: (string | undefined) | null;
36655
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
36656
+ is_one_time_use?: boolean | undefined;
36579
36657
  card_number?: (string | undefined) | null;
36580
36658
  is_issued?: boolean | undefined;
36581
36659
  issued_at?: (string | undefined) | null;
@@ -36697,6 +36775,8 @@ interface Routes {
36697
36775
  display_name: string;
36698
36776
  /** Access (PIN) code for the credential. */
36699
36777
  code?: (string | undefined) | null;
36778
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
36779
+ is_one_time_use?: boolean | undefined;
36700
36780
  card_number?: (string | undefined) | null;
36701
36781
  is_issued?: boolean | undefined;
36702
36782
  issued_at?: (string | undefined) | null;
@@ -36781,6 +36861,8 @@ interface Routes {
36781
36861
  display_name: string;
36782
36862
  /** Access (PIN) code for the credential. */
36783
36863
  code?: (string | undefined) | null;
36864
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
36865
+ is_one_time_use?: boolean | undefined;
36784
36866
  card_number?: (string | undefined) | null;
36785
36867
  is_issued?: boolean | undefined;
36786
36868
  issued_at?: (string | undefined) | null;
@@ -37651,6 +37733,8 @@ interface Routes {
37651
37733
  display_name: string;
37652
37734
  /** Access (PIN) code for the credential. */
37653
37735
  code?: (string | undefined) | null;
37736
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
37737
+ is_one_time_use?: boolean | undefined;
37654
37738
  card_number?: (string | undefined) | null;
37655
37739
  is_issued?: boolean | undefined;
37656
37740
  issued_at?: (string | undefined) | null;
@@ -37785,6 +37869,8 @@ interface Routes {
37785
37869
  display_name: string;
37786
37870
  /** Access (PIN) code for the credential. */
37787
37871
  code?: (string | undefined) | null;
37872
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
37873
+ is_one_time_use?: boolean | undefined;
37788
37874
  card_number?: (string | undefined) | null;
37789
37875
  is_issued?: boolean | undefined;
37790
37876
  issued_at?: (string | undefined) | null;
@@ -37867,7 +37953,7 @@ interface Routes {
37867
37953
  /** ID of the ACS user to whom the new credential belongs. */
37868
37954
  acs_user_id: string;
37869
37955
  /** IDs of the [`acs_entrance`s](https://docs.seam.co/latest/capability-guides/access-systems/retrieving-entrance-details) for which the new credential grants access. */
37870
- allowed_acs_entrance_id?: string | undefined;
37956
+ allowed_acs_entrance_id: string;
37871
37957
  /** Indicates whether the code is one-time-use or reusable. */
37872
37958
  is_one_time_use?: boolean;
37873
37959
  /** Date and time at which the validity of the new credential starts, in [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) format. */
@@ -37893,6 +37979,8 @@ interface Routes {
37893
37979
  display_name: string;
37894
37980
  /** Access (PIN) code for the credential. */
37895
37981
  code?: (string | undefined) | null;
37982
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
37983
+ is_one_time_use?: boolean | undefined;
37896
37984
  card_number?: (string | undefined) | null;
37897
37985
  is_issued?: boolean | undefined;
37898
37986
  issued_at?: (string | undefined) | null;
@@ -38005,6 +38093,8 @@ interface Routes {
38005
38093
  display_name: string;
38006
38094
  /** Access (PIN) code for the credential. */
38007
38095
  code?: (string | undefined) | null;
38096
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38097
+ is_one_time_use?: boolean | undefined;
38008
38098
  card_number?: (string | undefined) | null;
38009
38099
  is_issued?: boolean | undefined;
38010
38100
  issued_at?: (string | undefined) | null;
@@ -38121,6 +38211,8 @@ interface Routes {
38121
38211
  display_name: string;
38122
38212
  /** Access (PIN) code for the credential. */
38123
38213
  code?: (string | undefined) | null;
38214
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38215
+ is_one_time_use?: boolean | undefined;
38124
38216
  card_number?: (string | undefined) | null;
38125
38217
  is_issued?: boolean | undefined;
38126
38218
  issued_at?: (string | undefined) | null;
@@ -38284,6 +38376,8 @@ interface Routes {
38284
38376
  display_name: string;
38285
38377
  /** Access (PIN) code for the credential. */
38286
38378
  code?: (string | undefined) | null;
38379
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38380
+ is_one_time_use?: boolean | undefined;
38287
38381
  card_number?: (string | undefined) | null;
38288
38382
  is_issued?: boolean | undefined;
38289
38383
  issued_at?: (string | undefined) | null;
@@ -38384,6 +38478,8 @@ interface Routes {
38384
38478
  display_name: string;
38385
38479
  /** Access (PIN) code for the credential. */
38386
38480
  code?: (string | undefined) | null;
38481
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38482
+ is_one_time_use?: boolean | undefined;
38387
38483
  card_number?: (string | undefined) | null;
38388
38484
  is_issued?: boolean | undefined;
38389
38485
  issued_at?: (string | undefined) | null;
@@ -38493,6 +38589,8 @@ interface Routes {
38493
38589
  display_name: string;
38494
38590
  /** Access (PIN) code for the credential. */
38495
38591
  code?: (string | undefined) | null;
38592
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38593
+ is_one_time_use?: boolean | undefined;
38496
38594
  card_number?: (string | undefined) | null;
38497
38595
  is_issued?: boolean | undefined;
38498
38596
  issued_at?: (string | undefined) | null;
@@ -38597,6 +38695,8 @@ interface Routes {
38597
38695
  display_name: string;
38598
38696
  /** Access (PIN) code for the credential. */
38599
38697
  code?: (string | undefined) | null;
38698
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38699
+ is_one_time_use?: boolean | undefined;
38600
38700
  card_number?: (string | undefined) | null;
38601
38701
  is_issued?: boolean | undefined;
38602
38702
  issued_at?: (string | undefined) | null;
@@ -38787,6 +38887,8 @@ interface Routes {
38787
38887
  display_name: string;
38788
38888
  /** Access (PIN) code for the credential. */
38789
38889
  code?: (string | undefined) | null;
38890
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38891
+ is_one_time_use?: boolean | undefined;
38790
38892
  card_number?: (string | undefined) | null;
38791
38893
  is_issued?: boolean | undefined;
38792
38894
  issued_at?: (string | undefined) | null;
@@ -38871,6 +38973,8 @@ interface Routes {
38871
38973
  display_name: string;
38872
38974
  /** Access (PIN) code for the credential. */
38873
38975
  code?: (string | undefined) | null;
38976
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38977
+ is_one_time_use?: boolean | undefined;
38874
38978
  card_number?: (string | undefined) | null;
38875
38979
  is_issued?: boolean | undefined;
38876
38980
  issued_at?: (string | undefined) | null;
@@ -38992,6 +39096,8 @@ interface Routes {
38992
39096
  display_name: string;
38993
39097
  /** Access (PIN) code for the credential. */
38994
39098
  code?: (string | undefined) | null;
39099
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39100
+ is_one_time_use?: boolean | undefined;
38995
39101
  card_number?: (string | undefined) | null;
38996
39102
  is_issued?: boolean | undefined;
38997
39103
  issued_at?: (string | undefined) | null;
@@ -39076,6 +39182,8 @@ interface Routes {
39076
39182
  display_name: string;
39077
39183
  /** Access (PIN) code for the credential. */
39078
39184
  code?: (string | undefined) | null;
39185
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39186
+ is_one_time_use?: boolean | undefined;
39079
39187
  card_number?: (string | undefined) | null;
39080
39188
  is_issued?: boolean | undefined;
39081
39189
  issued_at?: (string | undefined) | null;
@@ -39672,6 +39780,8 @@ interface Routes {
39672
39780
  display_name: string;
39673
39781
  /** Access (PIN) code for the credential. */
39674
39782
  code?: (string | undefined) | null;
39783
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39784
+ is_one_time_use?: boolean | undefined;
39675
39785
  card_number?: (string | undefined) | null;
39676
39786
  is_issued?: boolean | undefined;
39677
39787
  issued_at?: (string | undefined) | null;
@@ -39756,6 +39866,8 @@ interface Routes {
39756
39866
  display_name: string;
39757
39867
  /** Access (PIN) code for the credential. */
39758
39868
  code?: (string | undefined) | null;
39869
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39870
+ is_one_time_use?: boolean | undefined;
39759
39871
  card_number?: (string | undefined) | null;
39760
39872
  is_issued?: boolean | undefined;
39761
39873
  issued_at?: (string | undefined) | null;
@@ -39877,6 +39989,8 @@ interface Routes {
39877
39989
  display_name: string;
39878
39990
  /** Access (PIN) code for the credential. */
39879
39991
  code?: (string | undefined) | null;
39992
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39993
+ is_one_time_use?: boolean | undefined;
39880
39994
  card_number?: (string | undefined) | null;
39881
39995
  is_issued?: boolean | undefined;
39882
39996
  issued_at?: (string | undefined) | null;
@@ -39961,6 +40075,8 @@ interface Routes {
39961
40075
  display_name: string;
39962
40076
  /** Access (PIN) code for the credential. */
39963
40077
  code?: (string | undefined) | null;
40078
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
40079
+ is_one_time_use?: boolean | undefined;
39964
40080
  card_number?: (string | undefined) | null;
39965
40081
  is_issued?: boolean | undefined;
39966
40082
  issued_at?: (string | undefined) | null;
@@ -40557,6 +40673,8 @@ interface Routes {
40557
40673
  display_name: string;
40558
40674
  /** Access (PIN) code for the credential. */
40559
40675
  code?: (string | undefined) | null;
40676
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
40677
+ is_one_time_use?: boolean | undefined;
40560
40678
  card_number?: (string | undefined) | null;
40561
40679
  is_issued?: boolean | undefined;
40562
40680
  issued_at?: (string | undefined) | null;
@@ -41800,6 +41918,8 @@ interface Routes {
41800
41918
  display_name: string;
41801
41919
  /** Access (PIN) code for the credential. */
41802
41920
  code?: (string | undefined) | null;
41921
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
41922
+ is_one_time_use?: boolean | undefined;
41803
41923
  card_number?: (string | undefined) | null;
41804
41924
  is_issued?: boolean | undefined;
41805
41925
  issued_at?: (string | undefined) | null;
@@ -41884,6 +42004,8 @@ interface Routes {
41884
42004
  display_name: string;
41885
42005
  /** Access (PIN) code for the credential. */
41886
42006
  code?: (string | undefined) | null;
42007
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42008
+ is_one_time_use?: boolean | undefined;
41887
42009
  card_number?: (string | undefined) | null;
41888
42010
  is_issued?: boolean | undefined;
41889
42011
  issued_at?: (string | undefined) | null;
@@ -42005,6 +42127,8 @@ interface Routes {
42005
42127
  display_name: string;
42006
42128
  /** Access (PIN) code for the credential. */
42007
42129
  code?: (string | undefined) | null;
42130
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42131
+ is_one_time_use?: boolean | undefined;
42008
42132
  card_number?: (string | undefined) | null;
42009
42133
  is_issued?: boolean | undefined;
42010
42134
  issued_at?: (string | undefined) | null;
@@ -42089,6 +42213,8 @@ interface Routes {
42089
42213
  display_name: string;
42090
42214
  /** Access (PIN) code for the credential. */
42091
42215
  code?: (string | undefined) | null;
42216
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42217
+ is_one_time_use?: boolean | undefined;
42092
42218
  card_number?: (string | undefined) | null;
42093
42219
  is_issued?: boolean | undefined;
42094
42220
  issued_at?: (string | undefined) | null;
@@ -42640,6 +42766,8 @@ interface Routes {
42640
42766
  display_name: string;
42641
42767
  /** Access (PIN) code for the credential. */
42642
42768
  code?: (string | undefined) | null;
42769
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42770
+ is_one_time_use?: boolean | undefined;
42643
42771
  card_number?: (string | undefined) | null;
42644
42772
  is_issued?: boolean | undefined;
42645
42773
  issued_at?: (string | undefined) | null;
@@ -42724,6 +42852,8 @@ interface Routes {
42724
42852
  display_name: string;
42725
42853
  /** Access (PIN) code for the credential. */
42726
42854
  code?: (string | undefined) | null;
42855
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42856
+ is_one_time_use?: boolean | undefined;
42727
42857
  card_number?: (string | undefined) | null;
42728
42858
  is_issued?: boolean | undefined;
42729
42859
  issued_at?: (string | undefined) | null;
@@ -42845,6 +42975,8 @@ interface Routes {
42845
42975
  display_name: string;
42846
42976
  /** Access (PIN) code for the credential. */
42847
42977
  code?: (string | undefined) | null;
42978
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42979
+ is_one_time_use?: boolean | undefined;
42848
42980
  card_number?: (string | undefined) | null;
42849
42981
  is_issued?: boolean | undefined;
42850
42982
  issued_at?: (string | undefined) | null;
@@ -42929,6 +43061,8 @@ interface Routes {
42929
43061
  display_name: string;
42930
43062
  /** Access (PIN) code for the credential. */
42931
43063
  code?: (string | undefined) | null;
43064
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
43065
+ is_one_time_use?: boolean | undefined;
42932
43066
  card_number?: (string | undefined) | null;
42933
43067
  is_issued?: boolean | undefined;
42934
43068
  issued_at?: (string | undefined) | null;
@@ -47511,6 +47645,8 @@ interface Routes {
47511
47645
  display_name: string;
47512
47646
  /** Access (PIN) code for the credential. */
47513
47647
  code?: (string | undefined) | null;
47648
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
47649
+ is_one_time_use?: boolean | undefined;
47514
47650
  card_number?: (string | undefined) | null;
47515
47651
  is_issued?: boolean | undefined;
47516
47652
  issued_at?: (string | undefined) | null;
@@ -47595,6 +47731,8 @@ interface Routes {
47595
47731
  display_name: string;
47596
47732
  /** Access (PIN) code for the credential. */
47597
47733
  code?: (string | undefined) | null;
47734
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
47735
+ is_one_time_use?: boolean | undefined;
47598
47736
  card_number?: (string | undefined) | null;
47599
47737
  is_issued?: boolean | undefined;
47600
47738
  issued_at?: (string | undefined) | null;
@@ -47716,6 +47854,8 @@ interface Routes {
47716
47854
  display_name: string;
47717
47855
  /** Access (PIN) code for the credential. */
47718
47856
  code?: (string | undefined) | null;
47857
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
47858
+ is_one_time_use?: boolean | undefined;
47719
47859
  card_number?: (string | undefined) | null;
47720
47860
  is_issued?: boolean | undefined;
47721
47861
  issued_at?: (string | undefined) | null;
@@ -47800,6 +47940,8 @@ interface Routes {
47800
47940
  display_name: string;
47801
47941
  /** Access (PIN) code for the credential. */
47802
47942
  code?: (string | undefined) | null;
47943
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
47944
+ is_one_time_use?: boolean | undefined;
47803
47945
  card_number?: (string | undefined) | null;
47804
47946
  is_issued?: boolean | undefined;
47805
47947
  issued_at?: (string | undefined) | null;
@@ -48352,6 +48494,8 @@ interface Routes {
48352
48494
  display_name: string;
48353
48495
  /** Access (PIN) code for the credential. */
48354
48496
  code?: (string | undefined) | null;
48497
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
48498
+ is_one_time_use?: boolean | undefined;
48355
48499
  card_number?: (string | undefined) | null;
48356
48500
  is_issued?: boolean | undefined;
48357
48501
  issued_at?: (string | undefined) | null;
@@ -48436,6 +48580,8 @@ interface Routes {
48436
48580
  display_name: string;
48437
48581
  /** Access (PIN) code for the credential. */
48438
48582
  code?: (string | undefined) | null;
48583
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
48584
+ is_one_time_use?: boolean | undefined;
48439
48585
  card_number?: (string | undefined) | null;
48440
48586
  is_issued?: boolean | undefined;
48441
48587
  issued_at?: (string | undefined) | null;
@@ -48557,6 +48703,8 @@ interface Routes {
48557
48703
  display_name: string;
48558
48704
  /** Access (PIN) code for the credential. */
48559
48705
  code?: (string | undefined) | null;
48706
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
48707
+ is_one_time_use?: boolean | undefined;
48560
48708
  card_number?: (string | undefined) | null;
48561
48709
  is_issued?: boolean | undefined;
48562
48710
  issued_at?: (string | undefined) | null;
@@ -48641,6 +48789,8 @@ interface Routes {
48641
48789
  display_name: string;
48642
48790
  /** Access (PIN) code for the credential. */
48643
48791
  code?: (string | undefined) | null;
48792
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
48793
+ is_one_time_use?: boolean | undefined;
48644
48794
  card_number?: (string | undefined) | null;
48645
48795
  is_issued?: boolean | undefined;
48646
48796
  issued_at?: (string | undefined) | null;
@@ -50295,6 +50445,8 @@ interface Routes {
50295
50445
  display_name: string;
50296
50446
  /** Access (PIN) code for the credential. */
50297
50447
  code?: (string | undefined) | null;
50448
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
50449
+ is_one_time_use?: boolean | undefined;
50298
50450
  card_number?: (string | undefined) | null;
50299
50451
  is_issued?: boolean | undefined;
50300
50452
  issued_at?: (string | undefined) | null;
@@ -50379,6 +50531,8 @@ interface Routes {
50379
50531
  display_name: string;
50380
50532
  /** Access (PIN) code for the credential. */
50381
50533
  code?: (string | undefined) | null;
50534
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
50535
+ is_one_time_use?: boolean | undefined;
50382
50536
  card_number?: (string | undefined) | null;
50383
50537
  is_issued?: boolean | undefined;
50384
50538
  issued_at?: (string | undefined) | null;
@@ -50500,6 +50654,8 @@ interface Routes {
50500
50654
  display_name: string;
50501
50655
  /** Access (PIN) code for the credential. */
50502
50656
  code?: (string | undefined) | null;
50657
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
50658
+ is_one_time_use?: boolean | undefined;
50503
50659
  card_number?: (string | undefined) | null;
50504
50660
  is_issued?: boolean | undefined;
50505
50661
  issued_at?: (string | undefined) | null;
@@ -50584,6 +50740,8 @@ interface Routes {
50584
50740
  display_name: string;
50585
50741
  /** Access (PIN) code for the credential. */
50586
50742
  code?: (string | undefined) | null;
50743
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
50744
+ is_one_time_use?: boolean | undefined;
50587
50745
  card_number?: (string | undefined) | null;
50588
50746
  is_issued?: boolean | undefined;
50589
50747
  issued_at?: (string | undefined) | null;
@@ -51146,6 +51304,8 @@ interface Routes {
51146
51304
  display_name: string;
51147
51305
  /** Access (PIN) code for the credential. */
51148
51306
  code?: (string | undefined) | null;
51307
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
51308
+ is_one_time_use?: boolean | undefined;
51149
51309
  card_number?: (string | undefined) | null;
51150
51310
  is_issued?: boolean | undefined;
51151
51311
  issued_at?: (string | undefined) | null;
@@ -51230,6 +51390,8 @@ interface Routes {
51230
51390
  display_name: string;
51231
51391
  /** Access (PIN) code for the credential. */
51232
51392
  code?: (string | undefined) | null;
51393
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
51394
+ is_one_time_use?: boolean | undefined;
51233
51395
  card_number?: (string | undefined) | null;
51234
51396
  is_issued?: boolean | undefined;
51235
51397
  issued_at?: (string | undefined) | null;
@@ -51351,6 +51513,8 @@ interface Routes {
51351
51513
  display_name: string;
51352
51514
  /** Access (PIN) code for the credential. */
51353
51515
  code?: (string | undefined) | null;
51516
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
51517
+ is_one_time_use?: boolean | undefined;
51354
51518
  card_number?: (string | undefined) | null;
51355
51519
  is_issued?: boolean | undefined;
51356
51520
  issued_at?: (string | undefined) | null;
@@ -51435,6 +51599,8 @@ interface Routes {
51435
51599
  display_name: string;
51436
51600
  /** Access (PIN) code for the credential. */
51437
51601
  code?: (string | undefined) | null;
51602
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
51603
+ is_one_time_use?: boolean | undefined;
51438
51604
  card_number?: (string | undefined) | null;
51439
51605
  is_issued?: boolean | undefined;
51440
51606
  issued_at?: (string | undefined) | null;
@@ -52036,6 +52202,8 @@ interface Routes {
52036
52202
  display_name: string;
52037
52203
  /** Access (PIN) code for the credential. */
52038
52204
  code?: (string | undefined) | null;
52205
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
52206
+ is_one_time_use?: boolean | undefined;
52039
52207
  card_number?: (string | undefined) | null;
52040
52208
  is_issued?: boolean | undefined;
52041
52209
  issued_at?: (string | undefined) | null;
@@ -52120,6 +52288,8 @@ interface Routes {
52120
52288
  display_name: string;
52121
52289
  /** Access (PIN) code for the credential. */
52122
52290
  code?: (string | undefined) | null;
52291
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
52292
+ is_one_time_use?: boolean | undefined;
52123
52293
  card_number?: (string | undefined) | null;
52124
52294
  is_issued?: boolean | undefined;
52125
52295
  issued_at?: (string | undefined) | null;
@@ -52241,6 +52411,8 @@ interface Routes {
52241
52411
  display_name: string;
52242
52412
  /** Access (PIN) code for the credential. */
52243
52413
  code?: (string | undefined) | null;
52414
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
52415
+ is_one_time_use?: boolean | undefined;
52244
52416
  card_number?: (string | undefined) | null;
52245
52417
  is_issued?: boolean | undefined;
52246
52418
  issued_at?: (string | undefined) | null;
@@ -52325,6 +52497,8 @@ interface Routes {
52325
52497
  display_name: string;
52326
52498
  /** Access (PIN) code for the credential. */
52327
52499
  code?: (string | undefined) | null;
52500
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
52501
+ is_one_time_use?: boolean | undefined;
52328
52502
  card_number?: (string | undefined) | null;
52329
52503
  is_issued?: boolean | undefined;
52330
52504
  issued_at?: (string | undefined) | null;
@@ -53061,6 +53235,8 @@ interface Routes {
53061
53235
  display_name: string;
53062
53236
  /** Access (PIN) code for the credential. */
53063
53237
  code?: (string | undefined) | null;
53238
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
53239
+ is_one_time_use?: boolean | undefined;
53064
53240
  card_number?: (string | undefined) | null;
53065
53241
  is_issued?: boolean | undefined;
53066
53242
  issued_at?: (string | undefined) | null;
@@ -53145,6 +53321,8 @@ interface Routes {
53145
53321
  display_name: string;
53146
53322
  /** Access (PIN) code for the credential. */
53147
53323
  code?: (string | undefined) | null;
53324
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
53325
+ is_one_time_use?: boolean | undefined;
53148
53326
  card_number?: (string | undefined) | null;
53149
53327
  is_issued?: boolean | undefined;
53150
53328
  issued_at?: (string | undefined) | null;
@@ -53266,6 +53444,8 @@ interface Routes {
53266
53444
  display_name: string;
53267
53445
  /** Access (PIN) code for the credential. */
53268
53446
  code?: (string | undefined) | null;
53447
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
53448
+ is_one_time_use?: boolean | undefined;
53269
53449
  card_number?: (string | undefined) | null;
53270
53450
  is_issued?: boolean | undefined;
53271
53451
  issued_at?: (string | undefined) | null;
@@ -53350,6 +53530,8 @@ interface Routes {
53350
53530
  display_name: string;
53351
53531
  /** Access (PIN) code for the credential. */
53352
53532
  code?: (string | undefined) | null;
53533
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
53534
+ is_one_time_use?: boolean | undefined;
53353
53535
  card_number?: (string | undefined) | null;
53354
53536
  is_issued?: boolean | undefined;
53355
53537
  issued_at?: (string | undefined) | null;
@@ -53908,6 +54090,8 @@ interface Routes {
53908
54090
  display_name: string;
53909
54091
  /** Access (PIN) code for the credential. */
53910
54092
  code?: (string | undefined) | null;
54093
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
54094
+ is_one_time_use?: boolean | undefined;
53911
54095
  card_number?: (string | undefined) | null;
53912
54096
  is_issued?: boolean | undefined;
53913
54097
  issued_at?: (string | undefined) | null;
@@ -53992,6 +54176,8 @@ interface Routes {
53992
54176
  display_name: string;
53993
54177
  /** Access (PIN) code for the credential. */
53994
54178
  code?: (string | undefined) | null;
54179
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
54180
+ is_one_time_use?: boolean | undefined;
53995
54181
  card_number?: (string | undefined) | null;
53996
54182
  is_issued?: boolean | undefined;
53997
54183
  issued_at?: (string | undefined) | null;
@@ -54113,6 +54299,8 @@ interface Routes {
54113
54299
  display_name: string;
54114
54300
  /** Access (PIN) code for the credential. */
54115
54301
  code?: (string | undefined) | null;
54302
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
54303
+ is_one_time_use?: boolean | undefined;
54116
54304
  card_number?: (string | undefined) | null;
54117
54305
  is_issued?: boolean | undefined;
54118
54306
  issued_at?: (string | undefined) | null;
@@ -54197,6 +54385,8 @@ interface Routes {
54197
54385
  display_name: string;
54198
54386
  /** Access (PIN) code for the credential. */
54199
54387
  code?: (string | undefined) | null;
54388
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
54389
+ is_one_time_use?: boolean | undefined;
54200
54390
  card_number?: (string | undefined) | null;
54201
54391
  is_issued?: boolean | undefined;
54202
54392
  issued_at?: (string | undefined) | null;
@@ -55326,6 +55516,8 @@ interface Routes {
55326
55516
  display_name: string;
55327
55517
  /** Access (PIN) code for the credential. */
55328
55518
  code?: (string | undefined) | null;
55519
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
55520
+ is_one_time_use?: boolean | undefined;
55329
55521
  card_number?: (string | undefined) | null;
55330
55522
  is_issued?: boolean | undefined;
55331
55523
  issued_at?: (string | undefined) | null;
@@ -55410,6 +55602,8 @@ interface Routes {
55410
55602
  display_name: string;
55411
55603
  /** Access (PIN) code for the credential. */
55412
55604
  code?: (string | undefined) | null;
55605
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
55606
+ is_one_time_use?: boolean | undefined;
55413
55607
  card_number?: (string | undefined) | null;
55414
55608
  is_issued?: boolean | undefined;
55415
55609
  issued_at?: (string | undefined) | null;
@@ -55531,6 +55725,8 @@ interface Routes {
55531
55725
  display_name: string;
55532
55726
  /** Access (PIN) code for the credential. */
55533
55727
  code?: (string | undefined) | null;
55728
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
55729
+ is_one_time_use?: boolean | undefined;
55534
55730
  card_number?: (string | undefined) | null;
55535
55731
  is_issued?: boolean | undefined;
55536
55732
  issued_at?: (string | undefined) | null;
@@ -55615,6 +55811,8 @@ interface Routes {
55615
55811
  display_name: string;
55616
55812
  /** Access (PIN) code for the credential. */
55617
55813
  code?: (string | undefined) | null;
55814
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
55815
+ is_one_time_use?: boolean | undefined;
55618
55816
  card_number?: (string | undefined) | null;
55619
55817
  is_issued?: boolean | undefined;
55620
55818
  issued_at?: (string | undefined) | null;
@@ -56177,6 +56375,8 @@ interface Routes {
56177
56375
  display_name: string;
56178
56376
  /** Access (PIN) code for the credential. */
56179
56377
  code?: (string | undefined) | null;
56378
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
56379
+ is_one_time_use?: boolean | undefined;
56180
56380
  card_number?: (string | undefined) | null;
56181
56381
  is_issued?: boolean | undefined;
56182
56382
  issued_at?: (string | undefined) | null;
@@ -56261,6 +56461,8 @@ interface Routes {
56261
56461
  display_name: string;
56262
56462
  /** Access (PIN) code for the credential. */
56263
56463
  code?: (string | undefined) | null;
56464
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
56465
+ is_one_time_use?: boolean | undefined;
56264
56466
  card_number?: (string | undefined) | null;
56265
56467
  is_issued?: boolean | undefined;
56266
56468
  issued_at?: (string | undefined) | null;
@@ -56382,6 +56584,8 @@ interface Routes {
56382
56584
  display_name: string;
56383
56585
  /** Access (PIN) code for the credential. */
56384
56586
  code?: (string | undefined) | null;
56587
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
56588
+ is_one_time_use?: boolean | undefined;
56385
56589
  card_number?: (string | undefined) | null;
56386
56590
  is_issued?: boolean | undefined;
56387
56591
  issued_at?: (string | undefined) | null;
@@ -56466,6 +56670,8 @@ interface Routes {
56466
56670
  display_name: string;
56467
56671
  /** Access (PIN) code for the credential. */
56468
56672
  code?: (string | undefined) | null;
56673
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
56674
+ is_one_time_use?: boolean | undefined;
56469
56675
  card_number?: (string | undefined) | null;
56470
56676
  is_issued?: boolean | undefined;
56471
56677
  issued_at?: (string | undefined) | null;
@@ -58083,6 +58289,8 @@ interface Routes {
58083
58289
  display_name: string;
58084
58290
  /** Access (PIN) code for the credential. */
58085
58291
  code?: (string | undefined) | null;
58292
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
58293
+ is_one_time_use?: boolean | undefined;
58086
58294
  card_number?: (string | undefined) | null;
58087
58295
  is_issued?: boolean | undefined;
58088
58296
  issued_at?: (string | undefined) | null;
@@ -58167,6 +58375,8 @@ interface Routes {
58167
58375
  display_name: string;
58168
58376
  /** Access (PIN) code for the credential. */
58169
58377
  code?: (string | undefined) | null;
58378
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
58379
+ is_one_time_use?: boolean | undefined;
58170
58380
  card_number?: (string | undefined) | null;
58171
58381
  is_issued?: boolean | undefined;
58172
58382
  issued_at?: (string | undefined) | null;
@@ -58288,6 +58498,8 @@ interface Routes {
58288
58498
  display_name: string;
58289
58499
  /** Access (PIN) code for the credential. */
58290
58500
  code?: (string | undefined) | null;
58501
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
58502
+ is_one_time_use?: boolean | undefined;
58291
58503
  card_number?: (string | undefined) | null;
58292
58504
  is_issued?: boolean | undefined;
58293
58505
  issued_at?: (string | undefined) | null;
@@ -58372,6 +58584,8 @@ interface Routes {
58372
58584
  display_name: string;
58373
58585
  /** Access (PIN) code for the credential. */
58374
58586
  code?: (string | undefined) | null;
58587
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
58588
+ is_one_time_use?: boolean | undefined;
58375
58589
  card_number?: (string | undefined) | null;
58376
58590
  is_issued?: boolean | undefined;
58377
58591
  issued_at?: (string | undefined) | null;
@@ -59099,6 +59313,8 @@ interface Routes {
59099
59313
  display_name: string;
59100
59314
  /** Access (PIN) code for the credential. */
59101
59315
  code?: (string | undefined) | null;
59316
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
59317
+ is_one_time_use?: boolean | undefined;
59102
59318
  card_number?: (string | undefined) | null;
59103
59319
  is_issued?: boolean | undefined;
59104
59320
  issued_at?: (string | undefined) | null;
@@ -59183,6 +59399,8 @@ interface Routes {
59183
59399
  display_name: string;
59184
59400
  /** Access (PIN) code for the credential. */
59185
59401
  code?: (string | undefined) | null;
59402
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
59403
+ is_one_time_use?: boolean | undefined;
59186
59404
  card_number?: (string | undefined) | null;
59187
59405
  is_issued?: boolean | undefined;
59188
59406
  issued_at?: (string | undefined) | null;
@@ -59304,6 +59522,8 @@ interface Routes {
59304
59522
  display_name: string;
59305
59523
  /** Access (PIN) code for the credential. */
59306
59524
  code?: (string | undefined) | null;
59525
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
59526
+ is_one_time_use?: boolean | undefined;
59307
59527
  card_number?: (string | undefined) | null;
59308
59528
  is_issued?: boolean | undefined;
59309
59529
  issued_at?: (string | undefined) | null;
@@ -59388,6 +59608,8 @@ interface Routes {
59388
59608
  display_name: string;
59389
59609
  /** Access (PIN) code for the credential. */
59390
59610
  code?: (string | undefined) | null;
59611
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
59612
+ is_one_time_use?: boolean | undefined;
59391
59613
  card_number?: (string | undefined) | null;
59392
59614
  is_issued?: boolean | undefined;
59393
59615
  issued_at?: (string | undefined) | null;
@@ -59969,6 +60191,8 @@ interface Routes {
59969
60191
  display_name: string;
59970
60192
  /** Access (PIN) code for the credential. */
59971
60193
  code?: (string | undefined) | null;
60194
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
60195
+ is_one_time_use?: boolean | undefined;
59972
60196
  card_number?: (string | undefined) | null;
59973
60197
  is_issued?: boolean | undefined;
59974
60198
  issued_at?: (string | undefined) | null;
@@ -60053,6 +60277,8 @@ interface Routes {
60053
60277
  display_name: string;
60054
60278
  /** Access (PIN) code for the credential. */
60055
60279
  code?: (string | undefined) | null;
60280
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
60281
+ is_one_time_use?: boolean | undefined;
60056
60282
  card_number?: (string | undefined) | null;
60057
60283
  is_issued?: boolean | undefined;
60058
60284
  issued_at?: (string | undefined) | null;
@@ -60174,6 +60400,8 @@ interface Routes {
60174
60400
  display_name: string;
60175
60401
  /** Access (PIN) code for the credential. */
60176
60402
  code?: (string | undefined) | null;
60403
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
60404
+ is_one_time_use?: boolean | undefined;
60177
60405
  card_number?: (string | undefined) | null;
60178
60406
  is_issued?: boolean | undefined;
60179
60407
  issued_at?: (string | undefined) | null;
@@ -60258,6 +60486,8 @@ interface Routes {
60258
60486
  display_name: string;
60259
60487
  /** Access (PIN) code for the credential. */
60260
60488
  code?: (string | undefined) | null;
60489
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
60490
+ is_one_time_use?: boolean | undefined;
60261
60491
  card_number?: (string | undefined) | null;
60262
60492
  is_issued?: boolean | undefined;
60263
60493
  issued_at?: (string | undefined) | null;
@@ -62536,6 +62766,8 @@ interface Routes {
62536
62766
  display_name: string;
62537
62767
  /** Access (PIN) code for the credential. */
62538
62768
  code?: (string | undefined) | null;
62769
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
62770
+ is_one_time_use?: boolean | undefined;
62539
62771
  card_number?: (string | undefined) | null;
62540
62772
  is_issued?: boolean | undefined;
62541
62773
  issued_at?: (string | undefined) | null;
@@ -62620,6 +62852,8 @@ interface Routes {
62620
62852
  display_name: string;
62621
62853
  /** Access (PIN) code for the credential. */
62622
62854
  code?: (string | undefined) | null;
62855
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
62856
+ is_one_time_use?: boolean | undefined;
62623
62857
  card_number?: (string | undefined) | null;
62624
62858
  is_issued?: boolean | undefined;
62625
62859
  issued_at?: (string | undefined) | null;
@@ -62741,6 +62975,8 @@ interface Routes {
62741
62975
  display_name: string;
62742
62976
  /** Access (PIN) code for the credential. */
62743
62977
  code?: (string | undefined) | null;
62978
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
62979
+ is_one_time_use?: boolean | undefined;
62744
62980
  card_number?: (string | undefined) | null;
62745
62981
  is_issued?: boolean | undefined;
62746
62982
  issued_at?: (string | undefined) | null;
@@ -62825,6 +63061,8 @@ interface Routes {
62825
63061
  display_name: string;
62826
63062
  /** Access (PIN) code for the credential. */
62827
63063
  code?: (string | undefined) | null;
63064
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
63065
+ is_one_time_use?: boolean | undefined;
62828
63066
  card_number?: (string | undefined) | null;
62829
63067
  is_issued?: boolean | undefined;
62830
63068
  issued_at?: (string | undefined) | null;