@seamapi/types 1.302.2 → 1.303.1

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;
@@ -13277,6 +13311,7 @@ declare const _default: {
13277
13311
  type: string;
13278
13312
  };
13279
13313
  acs_user: {
13314
+ description: string;
13280
13315
  properties: {
13281
13316
  access_schedule: {
13282
13317
  description: string;
@@ -13765,6 +13800,10 @@ declare const _default: {
13765
13800
  description: string;
13766
13801
  type: string;
13767
13802
  };
13803
+ is_one_time_use: {
13804
+ description: string;
13805
+ type: string;
13806
+ };
13768
13807
  issued_at: {
13769
13808
  format: string;
13770
13809
  nullable: boolean;
@@ -14057,6 +14096,10 @@ declare const _default: {
14057
14096
  description: string;
14058
14097
  type: string;
14059
14098
  };
14099
+ is_one_time_use: {
14100
+ description: string;
14101
+ type: string;
14102
+ };
14060
14103
  issued_at: {
14061
14104
  format: string;
14062
14105
  nullable: boolean;
@@ -21186,6 +21229,10 @@ declare const _default: {
21186
21229
  description: string;
21187
21230
  type: string;
21188
21231
  };
21232
+ is_one_time_use: {
21233
+ description: string;
21234
+ type: string;
21235
+ };
21189
21236
  issued_at: {
21190
21237
  format: string;
21191
21238
  nullable: boolean;
@@ -21489,6 +21536,10 @@ declare const _default: {
21489
21536
  description: string;
21490
21537
  type: string;
21491
21538
  };
21539
+ is_one_time_use: {
21540
+ description: string;
21541
+ type: string;
21542
+ };
21492
21543
  issued_at: {
21493
21544
  format: string;
21494
21545
  nullable: boolean;
@@ -23451,6 +23502,7 @@ declare const _default: {
23451
23502
  schema: {
23452
23503
  properties: {
23453
23504
  acs_user: {
23505
+ description: string;
23454
23506
  properties: {
23455
23507
  access_schedule: {
23456
23508
  description: string;
@@ -23699,6 +23751,7 @@ declare const _default: {
23699
23751
  properties: {
23700
23752
  acs_users: {
23701
23753
  items: {
23754
+ description: string;
23702
23755
  properties: {
23703
23756
  access_schedule: {
23704
23757
  description: string;
@@ -33314,6 +33367,8 @@ interface Routes {
33314
33367
  display_name: string;
33315
33368
  /** Access (PIN) code for the credential. */
33316
33369
  code?: (string | undefined) | null;
33370
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
33371
+ is_one_time_use?: boolean | undefined;
33317
33372
  card_number?: (string | undefined) | null;
33318
33373
  is_issued?: boolean | undefined;
33319
33374
  issued_at?: (string | undefined) | null;
@@ -33398,6 +33453,8 @@ interface Routes {
33398
33453
  display_name: string;
33399
33454
  /** Access (PIN) code for the credential. */
33400
33455
  code?: (string | undefined) | null;
33456
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
33457
+ is_one_time_use?: boolean | undefined;
33401
33458
  card_number?: (string | undefined) | null;
33402
33459
  is_issued?: boolean | undefined;
33403
33460
  issued_at?: (string | undefined) | null;
@@ -33519,6 +33576,8 @@ interface Routes {
33519
33576
  display_name: string;
33520
33577
  /** Access (PIN) code for the credential. */
33521
33578
  code?: (string | undefined) | null;
33579
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
33580
+ is_one_time_use?: boolean | undefined;
33522
33581
  card_number?: (string | undefined) | null;
33523
33582
  is_issued?: boolean | undefined;
33524
33583
  issued_at?: (string | undefined) | null;
@@ -33603,6 +33662,8 @@ interface Routes {
33603
33662
  display_name: string;
33604
33663
  /** Access (PIN) code for the credential. */
33605
33664
  code?: (string | undefined) | null;
33665
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
33666
+ is_one_time_use?: boolean | undefined;
33606
33667
  card_number?: (string | undefined) | null;
33607
33668
  is_issued?: boolean | undefined;
33608
33669
  issued_at?: (string | undefined) | null;
@@ -34305,6 +34366,8 @@ interface Routes {
34305
34366
  display_name: string;
34306
34367
  /** Access (PIN) code for the credential. */
34307
34368
  code?: (string | undefined) | null;
34369
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
34370
+ is_one_time_use?: boolean | undefined;
34308
34371
  card_number?: (string | undefined) | null;
34309
34372
  is_issued?: boolean | undefined;
34310
34373
  issued_at?: (string | undefined) | null;
@@ -34389,6 +34452,8 @@ interface Routes {
34389
34452
  display_name: string;
34390
34453
  /** Access (PIN) code for the credential. */
34391
34454
  code?: (string | undefined) | null;
34455
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
34456
+ is_one_time_use?: boolean | undefined;
34392
34457
  card_number?: (string | undefined) | null;
34393
34458
  is_issued?: boolean | undefined;
34394
34459
  issued_at?: (string | undefined) | null;
@@ -34510,6 +34575,8 @@ interface Routes {
34510
34575
  display_name: string;
34511
34576
  /** Access (PIN) code for the credential. */
34512
34577
  code?: (string | undefined) | null;
34578
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
34579
+ is_one_time_use?: boolean | undefined;
34513
34580
  card_number?: (string | undefined) | null;
34514
34581
  is_issued?: boolean | undefined;
34515
34582
  issued_at?: (string | undefined) | null;
@@ -34594,6 +34661,8 @@ interface Routes {
34594
34661
  display_name: string;
34595
34662
  /** Access (PIN) code for the credential. */
34596
34663
  code?: (string | undefined) | null;
34664
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
34665
+ is_one_time_use?: boolean | undefined;
34597
34666
  card_number?: (string | undefined) | null;
34598
34667
  is_issued?: boolean | undefined;
34599
34668
  issued_at?: (string | undefined) | null;
@@ -35514,6 +35583,8 @@ interface Routes {
35514
35583
  display_name: string;
35515
35584
  /** Access (PIN) code for the credential. */
35516
35585
  code?: (string | undefined) | null;
35586
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
35587
+ is_one_time_use?: boolean | undefined;
35517
35588
  card_number?: (string | undefined) | null;
35518
35589
  is_issued?: boolean | undefined;
35519
35590
  issued_at?: (string | undefined) | null;
@@ -35598,6 +35669,8 @@ interface Routes {
35598
35669
  display_name: string;
35599
35670
  /** Access (PIN) code for the credential. */
35600
35671
  code?: (string | undefined) | null;
35672
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
35673
+ is_one_time_use?: boolean | undefined;
35601
35674
  card_number?: (string | undefined) | null;
35602
35675
  is_issued?: boolean | undefined;
35603
35676
  issued_at?: (string | undefined) | null;
@@ -35719,6 +35792,8 @@ interface Routes {
35719
35792
  display_name: string;
35720
35793
  /** Access (PIN) code for the credential. */
35721
35794
  code?: (string | undefined) | null;
35795
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
35796
+ is_one_time_use?: boolean | undefined;
35722
35797
  card_number?: (string | undefined) | null;
35723
35798
  is_issued?: boolean | undefined;
35724
35799
  issued_at?: (string | undefined) | null;
@@ -35803,6 +35878,8 @@ interface Routes {
35803
35878
  display_name: string;
35804
35879
  /** Access (PIN) code for the credential. */
35805
35880
  code?: (string | undefined) | null;
35881
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
35882
+ is_one_time_use?: boolean | undefined;
35806
35883
  card_number?: (string | undefined) | null;
35807
35884
  is_issued?: boolean | undefined;
35808
35885
  issued_at?: (string | undefined) | null;
@@ -36492,6 +36569,8 @@ interface Routes {
36492
36569
  display_name: string;
36493
36570
  /** Access (PIN) code for the credential. */
36494
36571
  code?: (string | undefined) | null;
36572
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
36573
+ is_one_time_use?: boolean | undefined;
36495
36574
  card_number?: (string | undefined) | null;
36496
36575
  is_issued?: boolean | undefined;
36497
36576
  issued_at?: (string | undefined) | null;
@@ -36576,6 +36655,8 @@ interface Routes {
36576
36655
  display_name: string;
36577
36656
  /** Access (PIN) code for the credential. */
36578
36657
  code?: (string | undefined) | null;
36658
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
36659
+ is_one_time_use?: boolean | undefined;
36579
36660
  card_number?: (string | undefined) | null;
36580
36661
  is_issued?: boolean | undefined;
36581
36662
  issued_at?: (string | undefined) | null;
@@ -36697,6 +36778,8 @@ interface Routes {
36697
36778
  display_name: string;
36698
36779
  /** Access (PIN) code for the credential. */
36699
36780
  code?: (string | undefined) | null;
36781
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
36782
+ is_one_time_use?: boolean | undefined;
36700
36783
  card_number?: (string | undefined) | null;
36701
36784
  is_issued?: boolean | undefined;
36702
36785
  issued_at?: (string | undefined) | null;
@@ -36781,6 +36864,8 @@ interface Routes {
36781
36864
  display_name: string;
36782
36865
  /** Access (PIN) code for the credential. */
36783
36866
  code?: (string | undefined) | null;
36867
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
36868
+ is_one_time_use?: boolean | undefined;
36784
36869
  card_number?: (string | undefined) | null;
36785
36870
  is_issued?: boolean | undefined;
36786
36871
  issued_at?: (string | undefined) | null;
@@ -37651,6 +37736,8 @@ interface Routes {
37651
37736
  display_name: string;
37652
37737
  /** Access (PIN) code for the credential. */
37653
37738
  code?: (string | undefined) | null;
37739
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
37740
+ is_one_time_use?: boolean | undefined;
37654
37741
  card_number?: (string | undefined) | null;
37655
37742
  is_issued?: boolean | undefined;
37656
37743
  issued_at?: (string | undefined) | null;
@@ -37785,6 +37872,8 @@ interface Routes {
37785
37872
  display_name: string;
37786
37873
  /** Access (PIN) code for the credential. */
37787
37874
  code?: (string | undefined) | null;
37875
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
37876
+ is_one_time_use?: boolean | undefined;
37788
37877
  card_number?: (string | undefined) | null;
37789
37878
  is_issued?: boolean | undefined;
37790
37879
  issued_at?: (string | undefined) | null;
@@ -37867,7 +37956,7 @@ interface Routes {
37867
37956
  /** ID of the ACS user to whom the new credential belongs. */
37868
37957
  acs_user_id: string;
37869
37958
  /** 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;
37959
+ allowed_acs_entrance_id: string;
37871
37960
  /** Indicates whether the code is one-time-use or reusable. */
37872
37961
  is_one_time_use?: boolean;
37873
37962
  /** 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 +37982,8 @@ interface Routes {
37893
37982
  display_name: string;
37894
37983
  /** Access (PIN) code for the credential. */
37895
37984
  code?: (string | undefined) | null;
37985
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
37986
+ is_one_time_use?: boolean | undefined;
37896
37987
  card_number?: (string | undefined) | null;
37897
37988
  is_issued?: boolean | undefined;
37898
37989
  issued_at?: (string | undefined) | null;
@@ -38005,6 +38096,8 @@ interface Routes {
38005
38096
  display_name: string;
38006
38097
  /** Access (PIN) code for the credential. */
38007
38098
  code?: (string | undefined) | null;
38099
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38100
+ is_one_time_use?: boolean | undefined;
38008
38101
  card_number?: (string | undefined) | null;
38009
38102
  is_issued?: boolean | undefined;
38010
38103
  issued_at?: (string | undefined) | null;
@@ -38121,6 +38214,8 @@ interface Routes {
38121
38214
  display_name: string;
38122
38215
  /** Access (PIN) code for the credential. */
38123
38216
  code?: (string | undefined) | null;
38217
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38218
+ is_one_time_use?: boolean | undefined;
38124
38219
  card_number?: (string | undefined) | null;
38125
38220
  is_issued?: boolean | undefined;
38126
38221
  issued_at?: (string | undefined) | null;
@@ -38284,6 +38379,8 @@ interface Routes {
38284
38379
  display_name: string;
38285
38380
  /** Access (PIN) code for the credential. */
38286
38381
  code?: (string | undefined) | null;
38382
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38383
+ is_one_time_use?: boolean | undefined;
38287
38384
  card_number?: (string | undefined) | null;
38288
38385
  is_issued?: boolean | undefined;
38289
38386
  issued_at?: (string | undefined) | null;
@@ -38384,6 +38481,8 @@ interface Routes {
38384
38481
  display_name: string;
38385
38482
  /** Access (PIN) code for the credential. */
38386
38483
  code?: (string | undefined) | null;
38484
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38485
+ is_one_time_use?: boolean | undefined;
38387
38486
  card_number?: (string | undefined) | null;
38388
38487
  is_issued?: boolean | undefined;
38389
38488
  issued_at?: (string | undefined) | null;
@@ -38493,6 +38592,8 @@ interface Routes {
38493
38592
  display_name: string;
38494
38593
  /** Access (PIN) code for the credential. */
38495
38594
  code?: (string | undefined) | null;
38595
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38596
+ is_one_time_use?: boolean | undefined;
38496
38597
  card_number?: (string | undefined) | null;
38497
38598
  is_issued?: boolean | undefined;
38498
38599
  issued_at?: (string | undefined) | null;
@@ -38597,6 +38698,8 @@ interface Routes {
38597
38698
  display_name: string;
38598
38699
  /** Access (PIN) code for the credential. */
38599
38700
  code?: (string | undefined) | null;
38701
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38702
+ is_one_time_use?: boolean | undefined;
38600
38703
  card_number?: (string | undefined) | null;
38601
38704
  is_issued?: boolean | undefined;
38602
38705
  issued_at?: (string | undefined) | null;
@@ -38787,6 +38890,8 @@ interface Routes {
38787
38890
  display_name: string;
38788
38891
  /** Access (PIN) code for the credential. */
38789
38892
  code?: (string | undefined) | null;
38893
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38894
+ is_one_time_use?: boolean | undefined;
38790
38895
  card_number?: (string | undefined) | null;
38791
38896
  is_issued?: boolean | undefined;
38792
38897
  issued_at?: (string | undefined) | null;
@@ -38871,6 +38976,8 @@ interface Routes {
38871
38976
  display_name: string;
38872
38977
  /** Access (PIN) code for the credential. */
38873
38978
  code?: (string | undefined) | null;
38979
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
38980
+ is_one_time_use?: boolean | undefined;
38874
38981
  card_number?: (string | undefined) | null;
38875
38982
  is_issued?: boolean | undefined;
38876
38983
  issued_at?: (string | undefined) | null;
@@ -38992,6 +39099,8 @@ interface Routes {
38992
39099
  display_name: string;
38993
39100
  /** Access (PIN) code for the credential. */
38994
39101
  code?: (string | undefined) | null;
39102
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39103
+ is_one_time_use?: boolean | undefined;
38995
39104
  card_number?: (string | undefined) | null;
38996
39105
  is_issued?: boolean | undefined;
38997
39106
  issued_at?: (string | undefined) | null;
@@ -39076,6 +39185,8 @@ interface Routes {
39076
39185
  display_name: string;
39077
39186
  /** Access (PIN) code for the credential. */
39078
39187
  code?: (string | undefined) | null;
39188
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39189
+ is_one_time_use?: boolean | undefined;
39079
39190
  card_number?: (string | undefined) | null;
39080
39191
  is_issued?: boolean | undefined;
39081
39192
  issued_at?: (string | undefined) | null;
@@ -39672,6 +39783,8 @@ interface Routes {
39672
39783
  display_name: string;
39673
39784
  /** Access (PIN) code for the credential. */
39674
39785
  code?: (string | undefined) | null;
39786
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39787
+ is_one_time_use?: boolean | undefined;
39675
39788
  card_number?: (string | undefined) | null;
39676
39789
  is_issued?: boolean | undefined;
39677
39790
  issued_at?: (string | undefined) | null;
@@ -39756,6 +39869,8 @@ interface Routes {
39756
39869
  display_name: string;
39757
39870
  /** Access (PIN) code for the credential. */
39758
39871
  code?: (string | undefined) | null;
39872
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39873
+ is_one_time_use?: boolean | undefined;
39759
39874
  card_number?: (string | undefined) | null;
39760
39875
  is_issued?: boolean | undefined;
39761
39876
  issued_at?: (string | undefined) | null;
@@ -39877,6 +39992,8 @@ interface Routes {
39877
39992
  display_name: string;
39878
39993
  /** Access (PIN) code for the credential. */
39879
39994
  code?: (string | undefined) | null;
39995
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
39996
+ is_one_time_use?: boolean | undefined;
39880
39997
  card_number?: (string | undefined) | null;
39881
39998
  is_issued?: boolean | undefined;
39882
39999
  issued_at?: (string | undefined) | null;
@@ -39961,6 +40078,8 @@ interface Routes {
39961
40078
  display_name: string;
39962
40079
  /** Access (PIN) code for the credential. */
39963
40080
  code?: (string | undefined) | null;
40081
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
40082
+ is_one_time_use?: boolean | undefined;
39964
40083
  card_number?: (string | undefined) | null;
39965
40084
  is_issued?: boolean | undefined;
39966
40085
  issued_at?: (string | undefined) | null;
@@ -40557,6 +40676,8 @@ interface Routes {
40557
40676
  display_name: string;
40558
40677
  /** Access (PIN) code for the credential. */
40559
40678
  code?: (string | undefined) | null;
40679
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
40680
+ is_one_time_use?: boolean | undefined;
40560
40681
  card_number?: (string | undefined) | null;
40561
40682
  is_issued?: boolean | undefined;
40562
40683
  issued_at?: (string | undefined) | null;
@@ -41022,6 +41143,7 @@ interface Routes {
41022
41143
  commonParams: {};
41023
41144
  formData: {};
41024
41145
  jsonResponse: {
41146
+ /** Represents a [user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
41025
41147
  acs_user: {
41026
41148
  /** ID of the `acs_user`. */
41027
41149
  acs_user_id: string;
@@ -41137,6 +41259,7 @@ interface Routes {
41137
41259
  };
41138
41260
  formData: {};
41139
41261
  jsonResponse: {
41262
+ /** Represents a [user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
41140
41263
  acs_user: {
41141
41264
  /** ID of the `acs_user`. */
41142
41265
  acs_user_id: string;
@@ -41449,6 +41572,7 @@ interface Routes {
41449
41572
  };
41450
41573
  formData: {};
41451
41574
  jsonResponse: {
41575
+ /** Represents an unmanaged [user](https://docs.seam.co/latest/capability-guides/access-systems/user-management) in an [access control system](https://docs.seam.co/latest/capability-guides/access-systems). */
41452
41576
  acs_user: {
41453
41577
  /** ID of the `acs_user`. */
41454
41578
  acs_user_id: string;
@@ -41800,6 +41924,8 @@ interface Routes {
41800
41924
  display_name: string;
41801
41925
  /** Access (PIN) code for the credential. */
41802
41926
  code?: (string | undefined) | null;
41927
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
41928
+ is_one_time_use?: boolean | undefined;
41803
41929
  card_number?: (string | undefined) | null;
41804
41930
  is_issued?: boolean | undefined;
41805
41931
  issued_at?: (string | undefined) | null;
@@ -41884,6 +42010,8 @@ interface Routes {
41884
42010
  display_name: string;
41885
42011
  /** Access (PIN) code for the credential. */
41886
42012
  code?: (string | undefined) | null;
42013
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42014
+ is_one_time_use?: boolean | undefined;
41887
42015
  card_number?: (string | undefined) | null;
41888
42016
  is_issued?: boolean | undefined;
41889
42017
  issued_at?: (string | undefined) | null;
@@ -42005,6 +42133,8 @@ interface Routes {
42005
42133
  display_name: string;
42006
42134
  /** Access (PIN) code for the credential. */
42007
42135
  code?: (string | undefined) | null;
42136
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42137
+ is_one_time_use?: boolean | undefined;
42008
42138
  card_number?: (string | undefined) | null;
42009
42139
  is_issued?: boolean | undefined;
42010
42140
  issued_at?: (string | undefined) | null;
@@ -42089,6 +42219,8 @@ interface Routes {
42089
42219
  display_name: string;
42090
42220
  /** Access (PIN) code for the credential. */
42091
42221
  code?: (string | undefined) | null;
42222
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42223
+ is_one_time_use?: boolean | undefined;
42092
42224
  card_number?: (string | undefined) | null;
42093
42225
  is_issued?: boolean | undefined;
42094
42226
  issued_at?: (string | undefined) | null;
@@ -42640,6 +42772,8 @@ interface Routes {
42640
42772
  display_name: string;
42641
42773
  /** Access (PIN) code for the credential. */
42642
42774
  code?: (string | undefined) | null;
42775
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42776
+ is_one_time_use?: boolean | undefined;
42643
42777
  card_number?: (string | undefined) | null;
42644
42778
  is_issued?: boolean | undefined;
42645
42779
  issued_at?: (string | undefined) | null;
@@ -42724,6 +42858,8 @@ interface Routes {
42724
42858
  display_name: string;
42725
42859
  /** Access (PIN) code for the credential. */
42726
42860
  code?: (string | undefined) | null;
42861
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42862
+ is_one_time_use?: boolean | undefined;
42727
42863
  card_number?: (string | undefined) | null;
42728
42864
  is_issued?: boolean | undefined;
42729
42865
  issued_at?: (string | undefined) | null;
@@ -42845,6 +42981,8 @@ interface Routes {
42845
42981
  display_name: string;
42846
42982
  /** Access (PIN) code for the credential. */
42847
42983
  code?: (string | undefined) | null;
42984
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
42985
+ is_one_time_use?: boolean | undefined;
42848
42986
  card_number?: (string | undefined) | null;
42849
42987
  is_issued?: boolean | undefined;
42850
42988
  issued_at?: (string | undefined) | null;
@@ -42929,6 +43067,8 @@ interface Routes {
42929
43067
  display_name: string;
42930
43068
  /** Access (PIN) code for the credential. */
42931
43069
  code?: (string | undefined) | null;
43070
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
43071
+ is_one_time_use?: boolean | undefined;
42932
43072
  card_number?: (string | undefined) | null;
42933
43073
  is_issued?: boolean | undefined;
42934
43074
  issued_at?: (string | undefined) | null;
@@ -47511,6 +47651,8 @@ interface Routes {
47511
47651
  display_name: string;
47512
47652
  /** Access (PIN) code for the credential. */
47513
47653
  code?: (string | undefined) | null;
47654
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
47655
+ is_one_time_use?: boolean | undefined;
47514
47656
  card_number?: (string | undefined) | null;
47515
47657
  is_issued?: boolean | undefined;
47516
47658
  issued_at?: (string | undefined) | null;
@@ -47595,6 +47737,8 @@ interface Routes {
47595
47737
  display_name: string;
47596
47738
  /** Access (PIN) code for the credential. */
47597
47739
  code?: (string | undefined) | null;
47740
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
47741
+ is_one_time_use?: boolean | undefined;
47598
47742
  card_number?: (string | undefined) | null;
47599
47743
  is_issued?: boolean | undefined;
47600
47744
  issued_at?: (string | undefined) | null;
@@ -47716,6 +47860,8 @@ interface Routes {
47716
47860
  display_name: string;
47717
47861
  /** Access (PIN) code for the credential. */
47718
47862
  code?: (string | undefined) | null;
47863
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
47864
+ is_one_time_use?: boolean | undefined;
47719
47865
  card_number?: (string | undefined) | null;
47720
47866
  is_issued?: boolean | undefined;
47721
47867
  issued_at?: (string | undefined) | null;
@@ -47800,6 +47946,8 @@ interface Routes {
47800
47946
  display_name: string;
47801
47947
  /** Access (PIN) code for the credential. */
47802
47948
  code?: (string | undefined) | null;
47949
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
47950
+ is_one_time_use?: boolean | undefined;
47803
47951
  card_number?: (string | undefined) | null;
47804
47952
  is_issued?: boolean | undefined;
47805
47953
  issued_at?: (string | undefined) | null;
@@ -48352,6 +48500,8 @@ interface Routes {
48352
48500
  display_name: string;
48353
48501
  /** Access (PIN) code for the credential. */
48354
48502
  code?: (string | undefined) | null;
48503
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
48504
+ is_one_time_use?: boolean | undefined;
48355
48505
  card_number?: (string | undefined) | null;
48356
48506
  is_issued?: boolean | undefined;
48357
48507
  issued_at?: (string | undefined) | null;
@@ -48436,6 +48586,8 @@ interface Routes {
48436
48586
  display_name: string;
48437
48587
  /** Access (PIN) code for the credential. */
48438
48588
  code?: (string | undefined) | null;
48589
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
48590
+ is_one_time_use?: boolean | undefined;
48439
48591
  card_number?: (string | undefined) | null;
48440
48592
  is_issued?: boolean | undefined;
48441
48593
  issued_at?: (string | undefined) | null;
@@ -48557,6 +48709,8 @@ interface Routes {
48557
48709
  display_name: string;
48558
48710
  /** Access (PIN) code for the credential. */
48559
48711
  code?: (string | undefined) | null;
48712
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
48713
+ is_one_time_use?: boolean | undefined;
48560
48714
  card_number?: (string | undefined) | null;
48561
48715
  is_issued?: boolean | undefined;
48562
48716
  issued_at?: (string | undefined) | null;
@@ -48641,6 +48795,8 @@ interface Routes {
48641
48795
  display_name: string;
48642
48796
  /** Access (PIN) code for the credential. */
48643
48797
  code?: (string | undefined) | null;
48798
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
48799
+ is_one_time_use?: boolean | undefined;
48644
48800
  card_number?: (string | undefined) | null;
48645
48801
  is_issued?: boolean | undefined;
48646
48802
  issued_at?: (string | undefined) | null;
@@ -50295,6 +50451,8 @@ interface Routes {
50295
50451
  display_name: string;
50296
50452
  /** Access (PIN) code for the credential. */
50297
50453
  code?: (string | undefined) | null;
50454
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
50455
+ is_one_time_use?: boolean | undefined;
50298
50456
  card_number?: (string | undefined) | null;
50299
50457
  is_issued?: boolean | undefined;
50300
50458
  issued_at?: (string | undefined) | null;
@@ -50379,6 +50537,8 @@ interface Routes {
50379
50537
  display_name: string;
50380
50538
  /** Access (PIN) code for the credential. */
50381
50539
  code?: (string | undefined) | null;
50540
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
50541
+ is_one_time_use?: boolean | undefined;
50382
50542
  card_number?: (string | undefined) | null;
50383
50543
  is_issued?: boolean | undefined;
50384
50544
  issued_at?: (string | undefined) | null;
@@ -50500,6 +50660,8 @@ interface Routes {
50500
50660
  display_name: string;
50501
50661
  /** Access (PIN) code for the credential. */
50502
50662
  code?: (string | undefined) | null;
50663
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
50664
+ is_one_time_use?: boolean | undefined;
50503
50665
  card_number?: (string | undefined) | null;
50504
50666
  is_issued?: boolean | undefined;
50505
50667
  issued_at?: (string | undefined) | null;
@@ -50584,6 +50746,8 @@ interface Routes {
50584
50746
  display_name: string;
50585
50747
  /** Access (PIN) code for the credential. */
50586
50748
  code?: (string | undefined) | null;
50749
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
50750
+ is_one_time_use?: boolean | undefined;
50587
50751
  card_number?: (string | undefined) | null;
50588
50752
  is_issued?: boolean | undefined;
50589
50753
  issued_at?: (string | undefined) | null;
@@ -51146,6 +51310,8 @@ interface Routes {
51146
51310
  display_name: string;
51147
51311
  /** Access (PIN) code for the credential. */
51148
51312
  code?: (string | undefined) | null;
51313
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
51314
+ is_one_time_use?: boolean | undefined;
51149
51315
  card_number?: (string | undefined) | null;
51150
51316
  is_issued?: boolean | undefined;
51151
51317
  issued_at?: (string | undefined) | null;
@@ -51230,6 +51396,8 @@ interface Routes {
51230
51396
  display_name: string;
51231
51397
  /** Access (PIN) code for the credential. */
51232
51398
  code?: (string | undefined) | null;
51399
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
51400
+ is_one_time_use?: boolean | undefined;
51233
51401
  card_number?: (string | undefined) | null;
51234
51402
  is_issued?: boolean | undefined;
51235
51403
  issued_at?: (string | undefined) | null;
@@ -51351,6 +51519,8 @@ interface Routes {
51351
51519
  display_name: string;
51352
51520
  /** Access (PIN) code for the credential. */
51353
51521
  code?: (string | undefined) | null;
51522
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
51523
+ is_one_time_use?: boolean | undefined;
51354
51524
  card_number?: (string | undefined) | null;
51355
51525
  is_issued?: boolean | undefined;
51356
51526
  issued_at?: (string | undefined) | null;
@@ -51435,6 +51605,8 @@ interface Routes {
51435
51605
  display_name: string;
51436
51606
  /** Access (PIN) code for the credential. */
51437
51607
  code?: (string | undefined) | null;
51608
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
51609
+ is_one_time_use?: boolean | undefined;
51438
51610
  card_number?: (string | undefined) | null;
51439
51611
  is_issued?: boolean | undefined;
51440
51612
  issued_at?: (string | undefined) | null;
@@ -52036,6 +52208,8 @@ interface Routes {
52036
52208
  display_name: string;
52037
52209
  /** Access (PIN) code for the credential. */
52038
52210
  code?: (string | undefined) | null;
52211
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
52212
+ is_one_time_use?: boolean | undefined;
52039
52213
  card_number?: (string | undefined) | null;
52040
52214
  is_issued?: boolean | undefined;
52041
52215
  issued_at?: (string | undefined) | null;
@@ -52120,6 +52294,8 @@ interface Routes {
52120
52294
  display_name: string;
52121
52295
  /** Access (PIN) code for the credential. */
52122
52296
  code?: (string | undefined) | null;
52297
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
52298
+ is_one_time_use?: boolean | undefined;
52123
52299
  card_number?: (string | undefined) | null;
52124
52300
  is_issued?: boolean | undefined;
52125
52301
  issued_at?: (string | undefined) | null;
@@ -52241,6 +52417,8 @@ interface Routes {
52241
52417
  display_name: string;
52242
52418
  /** Access (PIN) code for the credential. */
52243
52419
  code?: (string | undefined) | null;
52420
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
52421
+ is_one_time_use?: boolean | undefined;
52244
52422
  card_number?: (string | undefined) | null;
52245
52423
  is_issued?: boolean | undefined;
52246
52424
  issued_at?: (string | undefined) | null;
@@ -52325,6 +52503,8 @@ interface Routes {
52325
52503
  display_name: string;
52326
52504
  /** Access (PIN) code for the credential. */
52327
52505
  code?: (string | undefined) | null;
52506
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
52507
+ is_one_time_use?: boolean | undefined;
52328
52508
  card_number?: (string | undefined) | null;
52329
52509
  is_issued?: boolean | undefined;
52330
52510
  issued_at?: (string | undefined) | null;
@@ -53061,6 +53241,8 @@ interface Routes {
53061
53241
  display_name: string;
53062
53242
  /** Access (PIN) code for the credential. */
53063
53243
  code?: (string | undefined) | null;
53244
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
53245
+ is_one_time_use?: boolean | undefined;
53064
53246
  card_number?: (string | undefined) | null;
53065
53247
  is_issued?: boolean | undefined;
53066
53248
  issued_at?: (string | undefined) | null;
@@ -53145,6 +53327,8 @@ interface Routes {
53145
53327
  display_name: string;
53146
53328
  /** Access (PIN) code for the credential. */
53147
53329
  code?: (string | undefined) | null;
53330
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
53331
+ is_one_time_use?: boolean | undefined;
53148
53332
  card_number?: (string | undefined) | null;
53149
53333
  is_issued?: boolean | undefined;
53150
53334
  issued_at?: (string | undefined) | null;
@@ -53266,6 +53450,8 @@ interface Routes {
53266
53450
  display_name: string;
53267
53451
  /** Access (PIN) code for the credential. */
53268
53452
  code?: (string | undefined) | null;
53453
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
53454
+ is_one_time_use?: boolean | undefined;
53269
53455
  card_number?: (string | undefined) | null;
53270
53456
  is_issued?: boolean | undefined;
53271
53457
  issued_at?: (string | undefined) | null;
@@ -53350,6 +53536,8 @@ interface Routes {
53350
53536
  display_name: string;
53351
53537
  /** Access (PIN) code for the credential. */
53352
53538
  code?: (string | undefined) | null;
53539
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
53540
+ is_one_time_use?: boolean | undefined;
53353
53541
  card_number?: (string | undefined) | null;
53354
53542
  is_issued?: boolean | undefined;
53355
53543
  issued_at?: (string | undefined) | null;
@@ -53908,6 +54096,8 @@ interface Routes {
53908
54096
  display_name: string;
53909
54097
  /** Access (PIN) code for the credential. */
53910
54098
  code?: (string | undefined) | null;
54099
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
54100
+ is_one_time_use?: boolean | undefined;
53911
54101
  card_number?: (string | undefined) | null;
53912
54102
  is_issued?: boolean | undefined;
53913
54103
  issued_at?: (string | undefined) | null;
@@ -53992,6 +54182,8 @@ interface Routes {
53992
54182
  display_name: string;
53993
54183
  /** Access (PIN) code for the credential. */
53994
54184
  code?: (string | undefined) | null;
54185
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
54186
+ is_one_time_use?: boolean | undefined;
53995
54187
  card_number?: (string | undefined) | null;
53996
54188
  is_issued?: boolean | undefined;
53997
54189
  issued_at?: (string | undefined) | null;
@@ -54113,6 +54305,8 @@ interface Routes {
54113
54305
  display_name: string;
54114
54306
  /** Access (PIN) code for the credential. */
54115
54307
  code?: (string | undefined) | null;
54308
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
54309
+ is_one_time_use?: boolean | undefined;
54116
54310
  card_number?: (string | undefined) | null;
54117
54311
  is_issued?: boolean | undefined;
54118
54312
  issued_at?: (string | undefined) | null;
@@ -54197,6 +54391,8 @@ interface Routes {
54197
54391
  display_name: string;
54198
54392
  /** Access (PIN) code for the credential. */
54199
54393
  code?: (string | undefined) | null;
54394
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
54395
+ is_one_time_use?: boolean | undefined;
54200
54396
  card_number?: (string | undefined) | null;
54201
54397
  is_issued?: boolean | undefined;
54202
54398
  issued_at?: (string | undefined) | null;
@@ -55326,6 +55522,8 @@ interface Routes {
55326
55522
  display_name: string;
55327
55523
  /** Access (PIN) code for the credential. */
55328
55524
  code?: (string | undefined) | null;
55525
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
55526
+ is_one_time_use?: boolean | undefined;
55329
55527
  card_number?: (string | undefined) | null;
55330
55528
  is_issued?: boolean | undefined;
55331
55529
  issued_at?: (string | undefined) | null;
@@ -55410,6 +55608,8 @@ interface Routes {
55410
55608
  display_name: string;
55411
55609
  /** Access (PIN) code for the credential. */
55412
55610
  code?: (string | undefined) | null;
55611
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
55612
+ is_one_time_use?: boolean | undefined;
55413
55613
  card_number?: (string | undefined) | null;
55414
55614
  is_issued?: boolean | undefined;
55415
55615
  issued_at?: (string | undefined) | null;
@@ -55531,6 +55731,8 @@ interface Routes {
55531
55731
  display_name: string;
55532
55732
  /** Access (PIN) code for the credential. */
55533
55733
  code?: (string | undefined) | null;
55734
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
55735
+ is_one_time_use?: boolean | undefined;
55534
55736
  card_number?: (string | undefined) | null;
55535
55737
  is_issued?: boolean | undefined;
55536
55738
  issued_at?: (string | undefined) | null;
@@ -55615,6 +55817,8 @@ interface Routes {
55615
55817
  display_name: string;
55616
55818
  /** Access (PIN) code for the credential. */
55617
55819
  code?: (string | undefined) | null;
55820
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
55821
+ is_one_time_use?: boolean | undefined;
55618
55822
  card_number?: (string | undefined) | null;
55619
55823
  is_issued?: boolean | undefined;
55620
55824
  issued_at?: (string | undefined) | null;
@@ -56177,6 +56381,8 @@ interface Routes {
56177
56381
  display_name: string;
56178
56382
  /** Access (PIN) code for the credential. */
56179
56383
  code?: (string | undefined) | null;
56384
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
56385
+ is_one_time_use?: boolean | undefined;
56180
56386
  card_number?: (string | undefined) | null;
56181
56387
  is_issued?: boolean | undefined;
56182
56388
  issued_at?: (string | undefined) | null;
@@ -56261,6 +56467,8 @@ interface Routes {
56261
56467
  display_name: string;
56262
56468
  /** Access (PIN) code for the credential. */
56263
56469
  code?: (string | undefined) | null;
56470
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
56471
+ is_one_time_use?: boolean | undefined;
56264
56472
  card_number?: (string | undefined) | null;
56265
56473
  is_issued?: boolean | undefined;
56266
56474
  issued_at?: (string | undefined) | null;
@@ -56382,6 +56590,8 @@ interface Routes {
56382
56590
  display_name: string;
56383
56591
  /** Access (PIN) code for the credential. */
56384
56592
  code?: (string | undefined) | null;
56593
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
56594
+ is_one_time_use?: boolean | undefined;
56385
56595
  card_number?: (string | undefined) | null;
56386
56596
  is_issued?: boolean | undefined;
56387
56597
  issued_at?: (string | undefined) | null;
@@ -56466,6 +56676,8 @@ interface Routes {
56466
56676
  display_name: string;
56467
56677
  /** Access (PIN) code for the credential. */
56468
56678
  code?: (string | undefined) | null;
56679
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
56680
+ is_one_time_use?: boolean | undefined;
56469
56681
  card_number?: (string | undefined) | null;
56470
56682
  is_issued?: boolean | undefined;
56471
56683
  issued_at?: (string | undefined) | null;
@@ -58083,6 +58295,8 @@ interface Routes {
58083
58295
  display_name: string;
58084
58296
  /** Access (PIN) code for the credential. */
58085
58297
  code?: (string | undefined) | null;
58298
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
58299
+ is_one_time_use?: boolean | undefined;
58086
58300
  card_number?: (string | undefined) | null;
58087
58301
  is_issued?: boolean | undefined;
58088
58302
  issued_at?: (string | undefined) | null;
@@ -58167,6 +58381,8 @@ interface Routes {
58167
58381
  display_name: string;
58168
58382
  /** Access (PIN) code for the credential. */
58169
58383
  code?: (string | undefined) | null;
58384
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
58385
+ is_one_time_use?: boolean | undefined;
58170
58386
  card_number?: (string | undefined) | null;
58171
58387
  is_issued?: boolean | undefined;
58172
58388
  issued_at?: (string | undefined) | null;
@@ -58288,6 +58504,8 @@ interface Routes {
58288
58504
  display_name: string;
58289
58505
  /** Access (PIN) code for the credential. */
58290
58506
  code?: (string | undefined) | null;
58507
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
58508
+ is_one_time_use?: boolean | undefined;
58291
58509
  card_number?: (string | undefined) | null;
58292
58510
  is_issued?: boolean | undefined;
58293
58511
  issued_at?: (string | undefined) | null;
@@ -58372,6 +58590,8 @@ interface Routes {
58372
58590
  display_name: string;
58373
58591
  /** Access (PIN) code for the credential. */
58374
58592
  code?: (string | undefined) | null;
58593
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
58594
+ is_one_time_use?: boolean | undefined;
58375
58595
  card_number?: (string | undefined) | null;
58376
58596
  is_issued?: boolean | undefined;
58377
58597
  issued_at?: (string | undefined) | null;
@@ -59099,6 +59319,8 @@ interface Routes {
59099
59319
  display_name: string;
59100
59320
  /** Access (PIN) code for the credential. */
59101
59321
  code?: (string | undefined) | null;
59322
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
59323
+ is_one_time_use?: boolean | undefined;
59102
59324
  card_number?: (string | undefined) | null;
59103
59325
  is_issued?: boolean | undefined;
59104
59326
  issued_at?: (string | undefined) | null;
@@ -59183,6 +59405,8 @@ interface Routes {
59183
59405
  display_name: string;
59184
59406
  /** Access (PIN) code for the credential. */
59185
59407
  code?: (string | undefined) | null;
59408
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
59409
+ is_one_time_use?: boolean | undefined;
59186
59410
  card_number?: (string | undefined) | null;
59187
59411
  is_issued?: boolean | undefined;
59188
59412
  issued_at?: (string | undefined) | null;
@@ -59304,6 +59528,8 @@ interface Routes {
59304
59528
  display_name: string;
59305
59529
  /** Access (PIN) code for the credential. */
59306
59530
  code?: (string | undefined) | null;
59531
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
59532
+ is_one_time_use?: boolean | undefined;
59307
59533
  card_number?: (string | undefined) | null;
59308
59534
  is_issued?: boolean | undefined;
59309
59535
  issued_at?: (string | undefined) | null;
@@ -59388,6 +59614,8 @@ interface Routes {
59388
59614
  display_name: string;
59389
59615
  /** Access (PIN) code for the credential. */
59390
59616
  code?: (string | undefined) | null;
59617
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
59618
+ is_one_time_use?: boolean | undefined;
59391
59619
  card_number?: (string | undefined) | null;
59392
59620
  is_issued?: boolean | undefined;
59393
59621
  issued_at?: (string | undefined) | null;
@@ -59969,6 +60197,8 @@ interface Routes {
59969
60197
  display_name: string;
59970
60198
  /** Access (PIN) code for the credential. */
59971
60199
  code?: (string | undefined) | null;
60200
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
60201
+ is_one_time_use?: boolean | undefined;
59972
60202
  card_number?: (string | undefined) | null;
59973
60203
  is_issued?: boolean | undefined;
59974
60204
  issued_at?: (string | undefined) | null;
@@ -60053,6 +60283,8 @@ interface Routes {
60053
60283
  display_name: string;
60054
60284
  /** Access (PIN) code for the credential. */
60055
60285
  code?: (string | undefined) | null;
60286
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
60287
+ is_one_time_use?: boolean | undefined;
60056
60288
  card_number?: (string | undefined) | null;
60057
60289
  is_issued?: boolean | undefined;
60058
60290
  issued_at?: (string | undefined) | null;
@@ -60174,6 +60406,8 @@ interface Routes {
60174
60406
  display_name: string;
60175
60407
  /** Access (PIN) code for the credential. */
60176
60408
  code?: (string | undefined) | null;
60409
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
60410
+ is_one_time_use?: boolean | undefined;
60177
60411
  card_number?: (string | undefined) | null;
60178
60412
  is_issued?: boolean | undefined;
60179
60413
  issued_at?: (string | undefined) | null;
@@ -60258,6 +60492,8 @@ interface Routes {
60258
60492
  display_name: string;
60259
60493
  /** Access (PIN) code for the credential. */
60260
60494
  code?: (string | undefined) | null;
60495
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
60496
+ is_one_time_use?: boolean | undefined;
60261
60497
  card_number?: (string | undefined) | null;
60262
60498
  is_issued?: boolean | undefined;
60263
60499
  issued_at?: (string | undefined) | null;
@@ -62536,6 +62772,8 @@ interface Routes {
62536
62772
  display_name: string;
62537
62773
  /** Access (PIN) code for the credential. */
62538
62774
  code?: (string | undefined) | null;
62775
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
62776
+ is_one_time_use?: boolean | undefined;
62539
62777
  card_number?: (string | undefined) | null;
62540
62778
  is_issued?: boolean | undefined;
62541
62779
  issued_at?: (string | undefined) | null;
@@ -62620,6 +62858,8 @@ interface Routes {
62620
62858
  display_name: string;
62621
62859
  /** Access (PIN) code for the credential. */
62622
62860
  code?: (string | undefined) | null;
62861
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
62862
+ is_one_time_use?: boolean | undefined;
62623
62863
  card_number?: (string | undefined) | null;
62624
62864
  is_issued?: boolean | undefined;
62625
62865
  issued_at?: (string | undefined) | null;
@@ -62741,6 +62981,8 @@ interface Routes {
62741
62981
  display_name: string;
62742
62982
  /** Access (PIN) code for the credential. */
62743
62983
  code?: (string | undefined) | null;
62984
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
62985
+ is_one_time_use?: boolean | undefined;
62744
62986
  card_number?: (string | undefined) | null;
62745
62987
  is_issued?: boolean | undefined;
62746
62988
  issued_at?: (string | undefined) | null;
@@ -62825,6 +63067,8 @@ interface Routes {
62825
63067
  display_name: string;
62826
63068
  /** Access (PIN) code for the credential. */
62827
63069
  code?: (string | undefined) | null;
63070
+ /** Indicates whether the credential can only be used once. If "true," the code becomes invalid after the first use. */
63071
+ is_one_time_use?: boolean | undefined;
62828
63072
  card_number?: (string | undefined) | null;
62829
63073
  is_issued?: boolean | undefined;
62830
63074
  issued_at?: (string | undefined) | null;