@seamapi/types 1.313.0 → 1.313.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.
@@ -3175,14 +3175,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3175
3175
  message: string;
3176
3176
  type: "action_attempt_expired";
3177
3177
  }>, z.ZodObject<{
3178
- type: z.ZodLiteral<"no_card_on_encoder">;
3178
+ type: z.ZodLiteral<"no_credential_on_encoder">;
3179
3179
  message: z.ZodString;
3180
3180
  }, "strip", z.ZodTypeAny, {
3181
3181
  message: string;
3182
- type: "no_card_on_encoder";
3182
+ type: "no_credential_on_encoder";
3183
3183
  }, {
3184
3184
  message: string;
3185
- type: "no_card_on_encoder";
3185
+ type: "no_credential_on_encoder";
3186
3186
  }>]>;
3187
3187
  }>, "strip", z.ZodTypeAny, {
3188
3188
  status: "error";
@@ -3195,7 +3195,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3195
3195
  type: "action_attempt_expired";
3196
3196
  } | {
3197
3197
  message: string;
3198
- type: "no_card_on_encoder";
3198
+ type: "no_credential_on_encoder";
3199
3199
  };
3200
3200
  result: null;
3201
3201
  action_type: "SCAN_CREDENTIAL";
@@ -3210,7 +3210,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3210
3210
  type: "action_attempt_expired";
3211
3211
  } | {
3212
3212
  message: string;
3213
- type: "no_card_on_encoder";
3213
+ type: "no_credential_on_encoder";
3214
3214
  };
3215
3215
  result: null;
3216
3216
  action_type: "SCAN_CREDENTIAL";
@@ -3945,14 +3945,14 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3945
3945
  message: string;
3946
3946
  type: "action_attempt_expired";
3947
3947
  }>, z.ZodObject<{
3948
- type: z.ZodLiteral<"no_card_on_encoder">;
3948
+ type: z.ZodLiteral<"no_credential_on_encoder">;
3949
3949
  message: z.ZodString;
3950
3950
  }, "strip", z.ZodTypeAny, {
3951
3951
  message: string;
3952
- type: "no_card_on_encoder";
3952
+ type: "no_credential_on_encoder";
3953
3953
  }, {
3954
3954
  message: string;
3955
- type: "no_card_on_encoder";
3955
+ type: "no_credential_on_encoder";
3956
3956
  }>, z.ZodObject<{
3957
3957
  type: z.ZodLiteral<"incompatible_card_format">;
3958
3958
  message: z.ZodString;
@@ -3974,7 +3974,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3974
3974
  type: "action_attempt_expired";
3975
3975
  } | {
3976
3976
  message: string;
3977
- type: "no_card_on_encoder";
3977
+ type: "no_credential_on_encoder";
3978
3978
  } | {
3979
3979
  message: string;
3980
3980
  type: "incompatible_card_format";
@@ -3992,7 +3992,7 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3992
3992
  type: "action_attempt_expired";
3993
3993
  } | {
3994
3994
  message: string;
3995
- type: "no_card_on_encoder";
3995
+ type: "no_credential_on_encoder";
3996
3996
  } | {
3997
3997
  message: string;
3998
3998
  type: "incompatible_card_format";
@@ -24337,6 +24337,352 @@ declare const _default: {
24337
24337
  'x-undocumented': string;
24338
24338
  };
24339
24339
  };
24340
+ '/acs/encoders/simulate/next_credential_encode_will_fail': {
24341
+ post: {
24342
+ operationId: string;
24343
+ requestBody: {
24344
+ content: {
24345
+ 'application/json': {
24346
+ schema: {
24347
+ oneOf: ({
24348
+ additionalProperties: boolean;
24349
+ properties: {
24350
+ acs_encoder_id: {
24351
+ format: string;
24352
+ type: string;
24353
+ };
24354
+ error_code: {
24355
+ default: string;
24356
+ enum: string[];
24357
+ type: string;
24358
+ };
24359
+ acs_credential_id?: never;
24360
+ };
24361
+ required: string[];
24362
+ type: string;
24363
+ } | {
24364
+ additionalProperties: boolean;
24365
+ properties: {
24366
+ acs_credential_id: {
24367
+ format: string;
24368
+ type: string;
24369
+ };
24370
+ acs_encoder_id: {
24371
+ format: string;
24372
+ type: string;
24373
+ };
24374
+ error_code: {
24375
+ enum: string[];
24376
+ type: string;
24377
+ default?: never;
24378
+ };
24379
+ };
24380
+ required: string[];
24381
+ type: string;
24382
+ })[];
24383
+ };
24384
+ };
24385
+ };
24386
+ };
24387
+ responses: {
24388
+ 200: {
24389
+ content: {
24390
+ 'application/json': {
24391
+ schema: {
24392
+ properties: {
24393
+ ok: {
24394
+ type: string;
24395
+ };
24396
+ };
24397
+ required: string[];
24398
+ type: string;
24399
+ };
24400
+ };
24401
+ };
24402
+ description: string;
24403
+ };
24404
+ 400: {
24405
+ description: string;
24406
+ };
24407
+ 401: {
24408
+ description: string;
24409
+ };
24410
+ };
24411
+ security: ({
24412
+ api_key: never[];
24413
+ pat_with_workspace?: never;
24414
+ console_session_with_workspace?: never;
24415
+ } | {
24416
+ pat_with_workspace: never[];
24417
+ api_key?: never;
24418
+ console_session_with_workspace?: never;
24419
+ } | {
24420
+ console_session_with_workspace: never[];
24421
+ api_key?: never;
24422
+ pat_with_workspace?: never;
24423
+ })[];
24424
+ summary: string;
24425
+ tags: string[];
24426
+ 'x-fern-sdk-group-name': string[];
24427
+ 'x-fern-sdk-method-name': string;
24428
+ 'x-response-key': null;
24429
+ 'x-undocumented': string;
24430
+ };
24431
+ };
24432
+ '/acs/encoders/simulate/next_credential_encode_will_succeed': {
24433
+ post: {
24434
+ operationId: string;
24435
+ requestBody: {
24436
+ content: {
24437
+ 'application/json': {
24438
+ schema: {
24439
+ additionalProperties: boolean;
24440
+ properties: {
24441
+ acs_encoder_id: {
24442
+ format: string;
24443
+ type: string;
24444
+ };
24445
+ scenario: {
24446
+ default: string;
24447
+ enum: string[];
24448
+ type: string;
24449
+ };
24450
+ };
24451
+ required: string[];
24452
+ type: string;
24453
+ };
24454
+ };
24455
+ };
24456
+ };
24457
+ responses: {
24458
+ 200: {
24459
+ content: {
24460
+ 'application/json': {
24461
+ schema: {
24462
+ properties: {
24463
+ ok: {
24464
+ type: string;
24465
+ };
24466
+ };
24467
+ required: string[];
24468
+ type: string;
24469
+ };
24470
+ };
24471
+ };
24472
+ description: string;
24473
+ };
24474
+ 400: {
24475
+ description: string;
24476
+ };
24477
+ 401: {
24478
+ description: string;
24479
+ };
24480
+ };
24481
+ security: ({
24482
+ api_key: never[];
24483
+ pat_with_workspace?: never;
24484
+ console_session_with_workspace?: never;
24485
+ } | {
24486
+ pat_with_workspace: never[];
24487
+ api_key?: never;
24488
+ console_session_with_workspace?: never;
24489
+ } | {
24490
+ console_session_with_workspace: never[];
24491
+ api_key?: never;
24492
+ pat_with_workspace?: never;
24493
+ })[];
24494
+ summary: string;
24495
+ tags: string[];
24496
+ 'x-fern-sdk-group-name': string[];
24497
+ 'x-fern-sdk-method-name': string;
24498
+ 'x-response-key': null;
24499
+ 'x-undocumented': string;
24500
+ };
24501
+ };
24502
+ '/acs/encoders/simulate/next_credential_scan_will_fail': {
24503
+ post: {
24504
+ operationId: string;
24505
+ requestBody: {
24506
+ content: {
24507
+ 'application/json': {
24508
+ schema: {
24509
+ oneOf: ({
24510
+ additionalProperties: boolean;
24511
+ properties: {
24512
+ acs_encoder_id: {
24513
+ format: string;
24514
+ type: string;
24515
+ };
24516
+ error_code: {
24517
+ default: string;
24518
+ enum: string[];
24519
+ type: string;
24520
+ };
24521
+ acs_credential_id_on_seam?: never;
24522
+ };
24523
+ required: string[];
24524
+ type: string;
24525
+ } | {
24526
+ additionalProperties: boolean;
24527
+ properties: {
24528
+ acs_credential_id_on_seam: {
24529
+ format: string;
24530
+ type: string;
24531
+ };
24532
+ acs_encoder_id: {
24533
+ format: string;
24534
+ type: string;
24535
+ };
24536
+ error_code: {
24537
+ enum: string[];
24538
+ type: string;
24539
+ default?: never;
24540
+ };
24541
+ };
24542
+ required: string[];
24543
+ type: string;
24544
+ })[];
24545
+ };
24546
+ };
24547
+ };
24548
+ };
24549
+ responses: {
24550
+ 200: {
24551
+ content: {
24552
+ 'application/json': {
24553
+ schema: {
24554
+ properties: {
24555
+ ok: {
24556
+ type: string;
24557
+ };
24558
+ };
24559
+ required: string[];
24560
+ type: string;
24561
+ };
24562
+ };
24563
+ };
24564
+ description: string;
24565
+ };
24566
+ 400: {
24567
+ description: string;
24568
+ };
24569
+ 401: {
24570
+ description: string;
24571
+ };
24572
+ };
24573
+ security: ({
24574
+ api_key: never[];
24575
+ pat_with_workspace?: never;
24576
+ console_session_with_workspace?: never;
24577
+ } | {
24578
+ pat_with_workspace: never[];
24579
+ api_key?: never;
24580
+ console_session_with_workspace?: never;
24581
+ } | {
24582
+ console_session_with_workspace: never[];
24583
+ api_key?: never;
24584
+ pat_with_workspace?: never;
24585
+ })[];
24586
+ summary: string;
24587
+ tags: string[];
24588
+ 'x-fern-sdk-group-name': string[];
24589
+ 'x-fern-sdk-method-name': string;
24590
+ 'x-response-key': null;
24591
+ 'x-undocumented': string;
24592
+ };
24593
+ };
24594
+ '/acs/encoders/simulate/next_credential_scan_will_succeed': {
24595
+ post: {
24596
+ operationId: string;
24597
+ requestBody: {
24598
+ content: {
24599
+ 'application/json': {
24600
+ schema: {
24601
+ oneOf: ({
24602
+ additionalProperties: boolean;
24603
+ properties: {
24604
+ acs_credential_id_on_seam: {
24605
+ format: string;
24606
+ type: string;
24607
+ };
24608
+ acs_encoder_id: {
24609
+ format: string;
24610
+ type: string;
24611
+ };
24612
+ scenario: {
24613
+ default: string;
24614
+ enum: string[];
24615
+ type: string;
24616
+ };
24617
+ };
24618
+ required: string[];
24619
+ type: string;
24620
+ } | {
24621
+ additionalProperties: boolean;
24622
+ properties: {
24623
+ acs_encoder_id: {
24624
+ format: string;
24625
+ type: string;
24626
+ };
24627
+ scenario: {
24628
+ enum: string[];
24629
+ type: string;
24630
+ default?: never;
24631
+ };
24632
+ acs_credential_id_on_seam?: never;
24633
+ };
24634
+ required: string[];
24635
+ type: string;
24636
+ })[];
24637
+ };
24638
+ };
24639
+ };
24640
+ };
24641
+ responses: {
24642
+ 200: {
24643
+ content: {
24644
+ 'application/json': {
24645
+ schema: {
24646
+ properties: {
24647
+ ok: {
24648
+ type: string;
24649
+ };
24650
+ };
24651
+ required: string[];
24652
+ type: string;
24653
+ };
24654
+ };
24655
+ };
24656
+ description: string;
24657
+ };
24658
+ 400: {
24659
+ description: string;
24660
+ };
24661
+ 401: {
24662
+ description: string;
24663
+ };
24664
+ };
24665
+ security: ({
24666
+ api_key: never[];
24667
+ pat_with_workspace?: never;
24668
+ console_session_with_workspace?: never;
24669
+ } | {
24670
+ pat_with_workspace: never[];
24671
+ api_key?: never;
24672
+ console_session_with_workspace?: never;
24673
+ } | {
24674
+ console_session_with_workspace: never[];
24675
+ api_key?: never;
24676
+ pat_with_workspace?: never;
24677
+ })[];
24678
+ summary: string;
24679
+ tags: string[];
24680
+ 'x-fern-sdk-group-name': string[];
24681
+ 'x-fern-sdk-method-name': string;
24682
+ 'x-response-key': null;
24683
+ 'x-undocumented': string;
24684
+ };
24685
+ };
24340
24686
  '/acs/entrances/get': {
24341
24687
  post: {
24342
24688
  description: string;
@@ -35738,7 +36084,7 @@ interface Routes {
35738
36084
  type: 'action_attempt_expired';
35739
36085
  message: string;
35740
36086
  } | {
35741
- type: 'no_card_on_encoder';
36087
+ type: 'no_credential_on_encoder';
35742
36088
  message: string;
35743
36089
  };
35744
36090
  } | {
@@ -35942,7 +36288,7 @@ interface Routes {
35942
36288
  type: 'action_attempt_expired';
35943
36289
  message: string;
35944
36290
  } | {
35945
- type: 'no_card_on_encoder';
36291
+ type: 'no_credential_on_encoder';
35946
36292
  message: string;
35947
36293
  } | {
35948
36294
  type: 'incompatible_card_format';
@@ -36665,7 +37011,7 @@ interface Routes {
36665
37011
  type: 'action_attempt_expired';
36666
37012
  message: string;
36667
37013
  } | {
36668
- type: 'no_card_on_encoder';
37014
+ type: 'no_credential_on_encoder';
36669
37015
  message: string;
36670
37016
  };
36671
37017
  } | {
@@ -36869,7 +37215,7 @@ interface Routes {
36869
37215
  type: 'action_attempt_expired';
36870
37216
  message: string;
36871
37217
  } | {
36872
- type: 'no_card_on_encoder';
37218
+ type: 'no_credential_on_encoder';
36873
37219
  message: string;
36874
37220
  } | {
36875
37221
  type: 'incompatible_card_format';
@@ -37810,7 +38156,7 @@ interface Routes {
37810
38156
  type: 'action_attempt_expired';
37811
38157
  message: string;
37812
38158
  } | {
37813
- type: 'no_card_on_encoder';
38159
+ type: 'no_credential_on_encoder';
37814
38160
  message: string;
37815
38161
  };
37816
38162
  } | {
@@ -38014,7 +38360,7 @@ interface Routes {
38014
38360
  type: 'action_attempt_expired';
38015
38361
  message: string;
38016
38362
  } | {
38017
- type: 'no_card_on_encoder';
38363
+ type: 'no_credential_on_encoder';
38018
38364
  message: string;
38019
38365
  } | {
38020
38366
  type: 'incompatible_card_format';
@@ -38724,7 +39070,7 @@ interface Routes {
38724
39070
  type: 'action_attempt_expired';
38725
39071
  message: string;
38726
39072
  } | {
38727
- type: 'no_card_on_encoder';
39073
+ type: 'no_credential_on_encoder';
38728
39074
  message: string;
38729
39075
  };
38730
39076
  } | {
@@ -38928,7 +39274,7 @@ interface Routes {
38928
39274
  type: 'action_attempt_expired';
38929
39275
  message: string;
38930
39276
  } | {
38931
- type: 'no_card_on_encoder';
39277
+ type: 'no_credential_on_encoder';
38932
39278
  message: string;
38933
39279
  } | {
38934
39280
  type: 'incompatible_card_format';
@@ -40987,7 +41333,7 @@ interface Routes {
40987
41333
  type: 'action_attempt_expired';
40988
41334
  message: string;
40989
41335
  } | {
40990
- type: 'no_card_on_encoder';
41336
+ type: 'no_credential_on_encoder';
40991
41337
  message: string;
40992
41338
  };
40993
41339
  } | {
@@ -41191,7 +41537,7 @@ interface Routes {
41191
41537
  type: 'action_attempt_expired';
41192
41538
  message: string;
41193
41539
  } | {
41194
- type: 'no_card_on_encoder';
41540
+ type: 'no_credential_on_encoder';
41195
41541
  message: string;
41196
41542
  } | {
41197
41543
  type: 'incompatible_card_format';
@@ -41806,7 +42152,7 @@ interface Routes {
41806
42152
  type: 'action_attempt_expired';
41807
42153
  message: string;
41808
42154
  } | {
41809
- type: 'no_card_on_encoder';
42155
+ type: 'no_credential_on_encoder';
41810
42156
  message: string;
41811
42157
  };
41812
42158
  } | {
@@ -42010,7 +42356,7 @@ interface Routes {
42010
42356
  type: 'action_attempt_expired';
42011
42357
  message: string;
42012
42358
  } | {
42013
- type: 'no_card_on_encoder';
42359
+ type: 'no_credential_on_encoder';
42014
42360
  message: string;
42015
42361
  } | {
42016
42362
  type: 'incompatible_card_format';
@@ -42291,6 +42637,69 @@ interface Routes {
42291
42637
  };
42292
42638
  };
42293
42639
  };
42640
+ '/acs/encoders/simulate/next_credential_encode_will_fail': {
42641
+ route: '/acs/encoders/simulate/next_credential_encode_will_fail';
42642
+ method: 'POST';
42643
+ queryParams: {};
42644
+ jsonBody: {
42645
+ acs_encoder_id: string;
42646
+ error_code?: 'no_credential_on_encoder';
42647
+ } | {
42648
+ acs_encoder_id: string;
42649
+ error_code: 'uncategorized_error' | 'action_attempt_expired';
42650
+ acs_credential_id?: string | undefined;
42651
+ };
42652
+ commonParams: {};
42653
+ formData: {};
42654
+ jsonResponse: {};
42655
+ };
42656
+ '/acs/encoders/simulate/next_credential_encode_will_succeed': {
42657
+ route: '/acs/encoders/simulate/next_credential_encode_will_succeed';
42658
+ method: 'POST';
42659
+ queryParams: {};
42660
+ jsonBody: {
42661
+ acs_encoder_id: string;
42662
+ scenario?: 'credential_is_issued';
42663
+ };
42664
+ commonParams: {};
42665
+ formData: {};
42666
+ jsonResponse: {};
42667
+ };
42668
+ '/acs/encoders/simulate/next_credential_scan_will_fail': {
42669
+ route: '/acs/encoders/simulate/next_credential_scan_will_fail';
42670
+ method: 'POST';
42671
+ queryParams: {};
42672
+ jsonBody: {
42673
+ acs_encoder_id: string;
42674
+ error_code?: 'no_credential_on_encoder';
42675
+ } | {
42676
+ acs_encoder_id: string;
42677
+ error_code: 'uncategorized_error' | 'action_attempt_expired';
42678
+ acs_credential_id_on_seam?: string | undefined;
42679
+ };
42680
+ commonParams: {};
42681
+ formData: {};
42682
+ jsonResponse: {};
42683
+ };
42684
+ '/acs/encoders/simulate/next_credential_scan_will_succeed': {
42685
+ route: '/acs/encoders/simulate/next_credential_scan_will_succeed';
42686
+ method: 'POST';
42687
+ queryParams: {};
42688
+ jsonBody: {
42689
+ acs_encoder_id: string;
42690
+ scenario?: 'credential_exists_on_seam' | 'credential_on_encoder_needs_update';
42691
+ acs_credential_id_on_seam?: string | undefined;
42692
+ } | {
42693
+ acs_encoder_id: string;
42694
+ scenario: 'credential_does_not_exist_on_seam';
42695
+ } | {
42696
+ acs_encoder_id: string;
42697
+ scenario: 'credential_on_encoder_is_empty';
42698
+ };
42699
+ commonParams: {};
42700
+ formData: {};
42701
+ jsonResponse: {};
42702
+ };
42294
42703
  '/acs/entrances/get': {
42295
42704
  route: '/acs/entrances/get';
42296
42705
  method: 'GET' | 'POST';
@@ -43917,7 +44326,7 @@ interface Routes {
43917
44326
  type: 'action_attempt_expired';
43918
44327
  message: string;
43919
44328
  } | {
43920
- type: 'no_card_on_encoder';
44329
+ type: 'no_credential_on_encoder';
43921
44330
  message: string;
43922
44331
  };
43923
44332
  } | {
@@ -44121,7 +44530,7 @@ interface Routes {
44121
44530
  type: 'action_attempt_expired';
44122
44531
  message: string;
44123
44532
  } | {
44124
- type: 'no_card_on_encoder';
44533
+ type: 'no_credential_on_encoder';
44125
44534
  message: string;
44126
44535
  } | {
44127
44536
  type: 'incompatible_card_format';
@@ -44693,7 +45102,7 @@ interface Routes {
44693
45102
  type: 'action_attempt_expired';
44694
45103
  message: string;
44695
45104
  } | {
44696
- type: 'no_card_on_encoder';
45105
+ type: 'no_credential_on_encoder';
44697
45106
  message: string;
44698
45107
  };
44699
45108
  } | {
@@ -44897,7 +45306,7 @@ interface Routes {
44897
45306
  type: 'action_attempt_expired';
44898
45307
  message: string;
44899
45308
  } | {
44900
- type: 'no_card_on_encoder';
45309
+ type: 'no_credential_on_encoder';
44901
45310
  message: string;
44902
45311
  } | {
44903
45312
  type: 'incompatible_card_format';
@@ -51725,7 +52134,7 @@ interface Routes {
51725
52134
  type: 'action_attempt_expired';
51726
52135
  message: string;
51727
52136
  } | {
51728
- type: 'no_card_on_encoder';
52137
+ type: 'no_credential_on_encoder';
51729
52138
  message: string;
51730
52139
  };
51731
52140
  } | {
@@ -51929,7 +52338,7 @@ interface Routes {
51929
52338
  type: 'action_attempt_expired';
51930
52339
  message: string;
51931
52340
  } | {
51932
- type: 'no_card_on_encoder';
52341
+ type: 'no_credential_on_encoder';
51933
52342
  message: string;
51934
52343
  } | {
51935
52344
  type: 'incompatible_card_format';
@@ -52502,7 +52911,7 @@ interface Routes {
52502
52911
  type: 'action_attempt_expired';
52503
52912
  message: string;
52504
52913
  } | {
52505
- type: 'no_card_on_encoder';
52914
+ type: 'no_credential_on_encoder';
52506
52915
  message: string;
52507
52916
  };
52508
52917
  } | {
@@ -52706,7 +53115,7 @@ interface Routes {
52706
53115
  type: 'action_attempt_expired';
52707
53116
  message: string;
52708
53117
  } | {
52709
- type: 'no_card_on_encoder';
53118
+ type: 'no_credential_on_encoder';
52710
53119
  message: string;
52711
53120
  } | {
52712
53121
  type: 'incompatible_card_format';
@@ -54389,7 +54798,7 @@ interface Routes {
54389
54798
  type: 'action_attempt_expired';
54390
54799
  message: string;
54391
54800
  } | {
54392
- type: 'no_card_on_encoder';
54801
+ type: 'no_credential_on_encoder';
54393
54802
  message: string;
54394
54803
  };
54395
54804
  } | {
@@ -54593,7 +55002,7 @@ interface Routes {
54593
55002
  type: 'action_attempt_expired';
54594
55003
  message: string;
54595
55004
  } | {
54596
- type: 'no_card_on_encoder';
55005
+ type: 'no_credential_on_encoder';
54597
55006
  message: string;
54598
55007
  } | {
54599
55008
  type: 'incompatible_card_format';
@@ -55176,7 +55585,7 @@ interface Routes {
55176
55585
  type: 'action_attempt_expired';
55177
55586
  message: string;
55178
55587
  } | {
55179
- type: 'no_card_on_encoder';
55588
+ type: 'no_credential_on_encoder';
55180
55589
  message: string;
55181
55590
  };
55182
55591
  } | {
@@ -55380,7 +55789,7 @@ interface Routes {
55380
55789
  type: 'action_attempt_expired';
55381
55790
  message: string;
55382
55791
  } | {
55383
- type: 'no_card_on_encoder';
55792
+ type: 'no_credential_on_encoder';
55384
55793
  message: string;
55385
55794
  } | {
55386
55795
  type: 'incompatible_card_format';
@@ -56002,7 +56411,7 @@ interface Routes {
56002
56411
  type: 'action_attempt_expired';
56003
56412
  message: string;
56004
56413
  } | {
56005
- type: 'no_card_on_encoder';
56414
+ type: 'no_credential_on_encoder';
56006
56415
  message: string;
56007
56416
  };
56008
56417
  } | {
@@ -56206,7 +56615,7 @@ interface Routes {
56206
56615
  type: 'action_attempt_expired';
56207
56616
  message: string;
56208
56617
  } | {
56209
- type: 'no_card_on_encoder';
56618
+ type: 'no_credential_on_encoder';
56210
56619
  message: string;
56211
56620
  } | {
56212
56621
  type: 'incompatible_card_format';
@@ -56963,7 +57372,7 @@ interface Routes {
56963
57372
  type: 'action_attempt_expired';
56964
57373
  message: string;
56965
57374
  } | {
56966
- type: 'no_card_on_encoder';
57375
+ type: 'no_credential_on_encoder';
56967
57376
  message: string;
56968
57377
  };
56969
57378
  } | {
@@ -57167,7 +57576,7 @@ interface Routes {
57167
57576
  type: 'action_attempt_expired';
57168
57577
  message: string;
57169
57578
  } | {
57170
- type: 'no_card_on_encoder';
57579
+ type: 'no_credential_on_encoder';
57171
57580
  message: string;
57172
57581
  } | {
57173
57582
  type: 'incompatible_card_format';
@@ -57746,7 +58155,7 @@ interface Routes {
57746
58155
  type: 'action_attempt_expired';
57747
58156
  message: string;
57748
58157
  } | {
57749
- type: 'no_card_on_encoder';
58158
+ type: 'no_credential_on_encoder';
57750
58159
  message: string;
57751
58160
  };
57752
58161
  } | {
@@ -57950,7 +58359,7 @@ interface Routes {
57950
58359
  type: 'action_attempt_expired';
57951
58360
  message: string;
57952
58361
  } | {
57953
- type: 'no_card_on_encoder';
58362
+ type: 'no_credential_on_encoder';
57954
58363
  message: string;
57955
58364
  } | {
57956
58365
  type: 'incompatible_card_format';
@@ -59106,7 +59515,7 @@ interface Routes {
59106
59515
  type: 'action_attempt_expired';
59107
59516
  message: string;
59108
59517
  } | {
59109
- type: 'no_card_on_encoder';
59518
+ type: 'no_credential_on_encoder';
59110
59519
  message: string;
59111
59520
  };
59112
59521
  } | {
@@ -59310,7 +59719,7 @@ interface Routes {
59310
59719
  type: 'action_attempt_expired';
59311
59720
  message: string;
59312
59721
  } | {
59313
- type: 'no_card_on_encoder';
59722
+ type: 'no_credential_on_encoder';
59314
59723
  message: string;
59315
59724
  } | {
59316
59725
  type: 'incompatible_card_format';
@@ -59893,7 +60302,7 @@ interface Routes {
59893
60302
  type: 'action_attempt_expired';
59894
60303
  message: string;
59895
60304
  } | {
59896
- type: 'no_card_on_encoder';
60305
+ type: 'no_credential_on_encoder';
59897
60306
  message: string;
59898
60307
  };
59899
60308
  } | {
@@ -60097,7 +60506,7 @@ interface Routes {
60097
60506
  type: 'action_attempt_expired';
60098
60507
  message: string;
60099
60508
  } | {
60100
- type: 'no_card_on_encoder';
60509
+ type: 'no_credential_on_encoder';
60101
60510
  message: string;
60102
60511
  } | {
60103
60512
  type: 'incompatible_card_format';
@@ -61743,7 +62152,7 @@ interface Routes {
61743
62152
  type: 'action_attempt_expired';
61744
62153
  message: string;
61745
62154
  } | {
61746
- type: 'no_card_on_encoder';
62155
+ type: 'no_credential_on_encoder';
61747
62156
  message: string;
61748
62157
  };
61749
62158
  } | {
@@ -61947,7 +62356,7 @@ interface Routes {
61947
62356
  type: 'action_attempt_expired';
61948
62357
  message: string;
61949
62358
  } | {
61950
- type: 'no_card_on_encoder';
62359
+ type: 'no_credential_on_encoder';
61951
62360
  message: string;
61952
62361
  } | {
61953
62362
  type: 'incompatible_card_format';
@@ -62697,7 +63106,7 @@ interface Routes {
62697
63106
  type: 'action_attempt_expired';
62698
63107
  message: string;
62699
63108
  } | {
62700
- type: 'no_card_on_encoder';
63109
+ type: 'no_credential_on_encoder';
62701
63110
  message: string;
62702
63111
  };
62703
63112
  } | {
@@ -62901,7 +63310,7 @@ interface Routes {
62901
63310
  type: 'action_attempt_expired';
62902
63311
  message: string;
62903
63312
  } | {
62904
- type: 'no_card_on_encoder';
63313
+ type: 'no_credential_on_encoder';
62905
63314
  message: string;
62906
63315
  } | {
62907
63316
  type: 'incompatible_card_format';
@@ -63503,7 +63912,7 @@ interface Routes {
63503
63912
  type: 'action_attempt_expired';
63504
63913
  message: string;
63505
63914
  } | {
63506
- type: 'no_card_on_encoder';
63915
+ type: 'no_credential_on_encoder';
63507
63916
  message: string;
63508
63917
  };
63509
63918
  } | {
@@ -63707,7 +64116,7 @@ interface Routes {
63707
64116
  type: 'action_attempt_expired';
63708
64117
  message: string;
63709
64118
  } | {
63710
- type: 'no_card_on_encoder';
64119
+ type: 'no_credential_on_encoder';
63711
64120
  message: string;
63712
64121
  } | {
63713
64122
  type: 'incompatible_card_format';
@@ -66021,7 +66430,7 @@ interface Routes {
66021
66430
  type: 'action_attempt_expired';
66022
66431
  message: string;
66023
66432
  } | {
66024
- type: 'no_card_on_encoder';
66433
+ type: 'no_credential_on_encoder';
66025
66434
  message: string;
66026
66435
  };
66027
66436
  } | {
@@ -66225,7 +66634,7 @@ interface Routes {
66225
66634
  type: 'action_attempt_expired';
66226
66635
  message: string;
66227
66636
  } | {
66228
- type: 'no_card_on_encoder';
66637
+ type: 'no_credential_on_encoder';
66229
66638
  message: string;
66230
66639
  } | {
66231
66640
  type: 'incompatible_card_format';