@seamapi/types 1.884.0 → 1.886.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1226,7 +1226,7 @@ export type Routes = {
1226
1226
  result: null
1227
1227
  /** Errors associated with the action attempt. Null for pending action attempts. */
1228
1228
  error: null
1229
- /** Action attempt to track the status of assigning an existing credential to an access method. */
1229
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
1230
1230
  action_type: 'ASSIGN_CREDENTIAL'
1231
1231
  }
1232
1232
  | {
@@ -1235,9 +1235,9 @@ export type Routes = {
1235
1235
  status: 'success'
1236
1236
  /** Errors associated with the action attempt. Null for successful action attempts. */
1237
1237
  error: null
1238
- /** Action attempt to track the status of assigning an existing credential to an access method. */
1238
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
1239
1239
  action_type: 'ASSIGN_CREDENTIAL'
1240
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
1240
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
1241
1241
  result: {
1242
1242
  /** ID of the Seam workspace associated with the access method. */
1243
1243
  workspace_id: string
@@ -1367,7 +1367,7 @@ export type Routes = {
1367
1367
  status: 'error'
1368
1368
  /** Result of the action attempt. Null for failed action attempts. */
1369
1369
  result: null
1370
- /** Action attempt to track the status of assigning an existing credential to an access method. */
1370
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
1371
1371
  action_type: 'ASSIGN_CREDENTIAL'
1372
1372
  error:
1373
1373
  | {
@@ -4631,7 +4631,7 @@ export type Routes = {
4631
4631
  result: null
4632
4632
  /** Errors associated with the action attempt. Null for pending action attempts. */
4633
4633
  error: null
4634
- /** Action attempt to track the status of assigning an existing credential to an access method. */
4634
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
4635
4635
  action_type: 'ASSIGN_CREDENTIAL'
4636
4636
  }
4637
4637
  | {
@@ -4640,9 +4640,9 @@ export type Routes = {
4640
4640
  status: 'success'
4641
4641
  /** Errors associated with the action attempt. Null for successful action attempts. */
4642
4642
  error: null
4643
- /** Action attempt to track the status of assigning an existing credential to an access method. */
4643
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
4644
4644
  action_type: 'ASSIGN_CREDENTIAL'
4645
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
4645
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
4646
4646
  result: {
4647
4647
  /** ID of the Seam workspace associated with the access method. */
4648
4648
  workspace_id: string
@@ -4772,7 +4772,7 @@ export type Routes = {
4772
4772
  status: 'error'
4773
4773
  /** Result of the action attempt. Null for failed action attempts. */
4774
4774
  result: null
4775
- /** Action attempt to track the status of assigning an existing credential to an access method. */
4775
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
4776
4776
  action_type: 'ASSIGN_CREDENTIAL'
4777
4777
  error:
4778
4778
  | {
@@ -10286,7 +10286,7 @@ export type Routes = {
10286
10286
  result: null
10287
10287
  /** Errors associated with the action attempt. Null for pending action attempts. */
10288
10288
  error: null
10289
- /** Action attempt to track the status of assigning an existing credential to an access method. */
10289
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
10290
10290
  action_type: 'ASSIGN_CREDENTIAL'
10291
10291
  }
10292
10292
  | {
@@ -10295,9 +10295,9 @@ export type Routes = {
10295
10295
  status: 'success'
10296
10296
  /** Errors associated with the action attempt. Null for successful action attempts. */
10297
10297
  error: null
10298
- /** Action attempt to track the status of assigning an existing credential to an access method. */
10298
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
10299
10299
  action_type: 'ASSIGN_CREDENTIAL'
10300
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
10300
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
10301
10301
  result: {
10302
10302
  /** ID of the Seam workspace associated with the access method. */
10303
10303
  workspace_id: string
@@ -10427,7 +10427,7 @@ export type Routes = {
10427
10427
  status: 'error'
10428
10428
  /** Result of the action attempt. Null for failed action attempts. */
10429
10429
  result: null
10430
- /** Action attempt to track the status of assigning an existing credential to an access method. */
10430
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
10431
10431
  action_type: 'ASSIGN_CREDENTIAL'
10432
10432
  error:
10433
10433
  | {
@@ -13559,7 +13559,7 @@ export type Routes = {
13559
13559
  result: null
13560
13560
  /** Errors associated with the action attempt. Null for pending action attempts. */
13561
13561
  error: null
13562
- /** Action attempt to track the status of assigning an existing credential to an access method. */
13562
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
13563
13563
  action_type: 'ASSIGN_CREDENTIAL'
13564
13564
  }
13565
13565
  | {
@@ -13568,9 +13568,9 @@ export type Routes = {
13568
13568
  status: 'success'
13569
13569
  /** Errors associated with the action attempt. Null for successful action attempts. */
13570
13570
  error: null
13571
- /** Action attempt to track the status of assigning an existing credential to an access method. */
13571
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
13572
13572
  action_type: 'ASSIGN_CREDENTIAL'
13573
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
13573
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
13574
13574
  result: {
13575
13575
  /** ID of the Seam workspace associated with the access method. */
13576
13576
  workspace_id: string
@@ -13700,7 +13700,7 @@ export type Routes = {
13700
13700
  status: 'error'
13701
13701
  /** Result of the action attempt. Null for failed action attempts. */
13702
13702
  result: null
13703
- /** Action attempt to track the status of assigning an existing credential to an access method. */
13703
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
13704
13704
  action_type: 'ASSIGN_CREDENTIAL'
13705
13705
  error:
13706
13706
  | {
@@ -19688,7 +19688,7 @@ export type Routes = {
19688
19688
  result: null
19689
19689
  /** Errors associated with the action attempt. Null for pending action attempts. */
19690
19690
  error: null
19691
- /** Action attempt to track the status of assigning an existing credential to an access method. */
19691
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
19692
19692
  action_type: 'ASSIGN_CREDENTIAL'
19693
19693
  }
19694
19694
  | {
@@ -19697,9 +19697,9 @@ export type Routes = {
19697
19697
  status: 'success'
19698
19698
  /** Errors associated with the action attempt. Null for successful action attempts. */
19699
19699
  error: null
19700
- /** Action attempt to track the status of assigning an existing credential to an access method. */
19700
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
19701
19701
  action_type: 'ASSIGN_CREDENTIAL'
19702
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
19702
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
19703
19703
  result: {
19704
19704
  /** ID of the Seam workspace associated with the access method. */
19705
19705
  workspace_id: string
@@ -19829,7 +19829,7 @@ export type Routes = {
19829
19829
  status: 'error'
19830
19830
  /** Result of the action attempt. Null for failed action attempts. */
19831
19831
  result: null
19832
- /** Action attempt to track the status of assigning an existing credential to an access method. */
19832
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
19833
19833
  action_type: 'ASSIGN_CREDENTIAL'
19834
19834
  error:
19835
19835
  | {
@@ -21649,7 +21649,7 @@ export type Routes = {
21649
21649
  result: null
21650
21650
  /** Errors associated with the action attempt. Null for pending action attempts. */
21651
21651
  error: null
21652
- /** Action attempt to track the status of assigning an existing credential to an access method. */
21652
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
21653
21653
  action_type: 'ASSIGN_CREDENTIAL'
21654
21654
  }
21655
21655
  | {
@@ -21658,9 +21658,9 @@ export type Routes = {
21658
21658
  status: 'success'
21659
21659
  /** Errors associated with the action attempt. Null for successful action attempts. */
21660
21660
  error: null
21661
- /** Action attempt to track the status of assigning an existing credential to an access method. */
21661
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
21662
21662
  action_type: 'ASSIGN_CREDENTIAL'
21663
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
21663
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
21664
21664
  result: {
21665
21665
  /** ID of the Seam workspace associated with the access method. */
21666
21666
  workspace_id: string
@@ -21790,7 +21790,7 @@ export type Routes = {
21790
21790
  status: 'error'
21791
21791
  /** Result of the action attempt. Null for failed action attempts. */
21792
21792
  result: null
21793
- /** Action attempt to track the status of assigning an existing credential to an access method. */
21793
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
21794
21794
  action_type: 'ASSIGN_CREDENTIAL'
21795
21795
  error:
21796
21796
  | {
@@ -26433,7 +26433,7 @@ export type Routes = {
26433
26433
  result: null
26434
26434
  /** Errors associated with the action attempt. Null for pending action attempts. */
26435
26435
  error: null
26436
- /** Action attempt to track the status of assigning an existing credential to an access method. */
26436
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
26437
26437
  action_type: 'ASSIGN_CREDENTIAL'
26438
26438
  }
26439
26439
  | {
@@ -26442,9 +26442,9 @@ export type Routes = {
26442
26442
  status: 'success'
26443
26443
  /** Errors associated with the action attempt. Null for successful action attempts. */
26444
26444
  error: null
26445
- /** Action attempt to track the status of assigning an existing credential to an access method. */
26445
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
26446
26446
  action_type: 'ASSIGN_CREDENTIAL'
26447
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
26447
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
26448
26448
  result: {
26449
26449
  /** ID of the Seam workspace associated with the access method. */
26450
26450
  workspace_id: string
@@ -26574,7 +26574,7 @@ export type Routes = {
26574
26574
  status: 'error'
26575
26575
  /** Result of the action attempt. Null for failed action attempts. */
26576
26576
  result: null
26577
- /** Action attempt to track the status of assigning an existing credential to an access method. */
26577
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
26578
26578
  action_type: 'ASSIGN_CREDENTIAL'
26579
26579
  error:
26580
26580
  | {
@@ -32111,7 +32111,7 @@ export type Routes = {
32111
32111
  result: null
32112
32112
  /** Errors associated with the action attempt. Null for pending action attempts. */
32113
32113
  error: null
32114
- /** Action attempt to track the status of assigning an existing credential to an access method. */
32114
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
32115
32115
  action_type: 'ASSIGN_CREDENTIAL'
32116
32116
  }
32117
32117
  | {
@@ -32120,9 +32120,9 @@ export type Routes = {
32120
32120
  status: 'success'
32121
32121
  /** Errors associated with the action attempt. Null for successful action attempts. */
32122
32122
  error: null
32123
- /** Action attempt to track the status of assigning an existing credential to an access method. */
32123
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
32124
32124
  action_type: 'ASSIGN_CREDENTIAL'
32125
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
32125
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
32126
32126
  result: {
32127
32127
  /** ID of the Seam workspace associated with the access method. */
32128
32128
  workspace_id: string
@@ -32252,7 +32252,7 @@ export type Routes = {
32252
32252
  status: 'error'
32253
32253
  /** Result of the action attempt. Null for failed action attempts. */
32254
32254
  result: null
32255
- /** Action attempt to track the status of assigning an existing credential to an access method. */
32255
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
32256
32256
  action_type: 'ASSIGN_CREDENTIAL'
32257
32257
  error:
32258
32258
  | {
@@ -34167,7 +34167,7 @@ export type Routes = {
34167
34167
  result: null
34168
34168
  /** Errors associated with the action attempt. Null for pending action attempts. */
34169
34169
  error: null
34170
- /** Action attempt to track the status of assigning an existing credential to an access method. */
34170
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
34171
34171
  action_type: 'ASSIGN_CREDENTIAL'
34172
34172
  }
34173
34173
  | {
@@ -34176,9 +34176,9 @@ export type Routes = {
34176
34176
  status: 'success'
34177
34177
  /** Errors associated with the action attempt. Null for successful action attempts. */
34178
34178
  error: null
34179
- /** Action attempt to track the status of assigning an existing credential to an access method. */
34179
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
34180
34180
  action_type: 'ASSIGN_CREDENTIAL'
34181
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
34181
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
34182
34182
  result: {
34183
34183
  /** ID of the Seam workspace associated with the access method. */
34184
34184
  workspace_id: string
@@ -34308,7 +34308,7 @@ export type Routes = {
34308
34308
  status: 'error'
34309
34309
  /** Result of the action attempt. Null for failed action attempts. */
34310
34310
  result: null
34311
- /** Action attempt to track the status of assigning an existing credential to an access method. */
34311
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
34312
34312
  action_type: 'ASSIGN_CREDENTIAL'
34313
34313
  error:
34314
34314
  | {
@@ -36115,7 +36115,7 @@ export type Routes = {
36115
36115
  result: null
36116
36116
  /** Errors associated with the action attempt. Null for pending action attempts. */
36117
36117
  error: null
36118
- /** Action attempt to track the status of assigning an existing credential to an access method. */
36118
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
36119
36119
  action_type: 'ASSIGN_CREDENTIAL'
36120
36120
  }
36121
36121
  | {
@@ -36124,9 +36124,9 @@ export type Routes = {
36124
36124
  status: 'success'
36125
36125
  /** Errors associated with the action attempt. Null for successful action attempts. */
36126
36126
  error: null
36127
- /** Action attempt to track the status of assigning an existing credential to an access method. */
36127
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
36128
36128
  action_type: 'ASSIGN_CREDENTIAL'
36129
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
36129
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
36130
36130
  result: {
36131
36131
  /** ID of the Seam workspace associated with the access method. */
36132
36132
  workspace_id: string
@@ -36256,7 +36256,7 @@ export type Routes = {
36256
36256
  status: 'error'
36257
36257
  /** Result of the action attempt. Null for failed action attempts. */
36258
36258
  result: null
36259
- /** Action attempt to track the status of assigning an existing credential to an access method. */
36259
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
36260
36260
  action_type: 'ASSIGN_CREDENTIAL'
36261
36261
  error:
36262
36262
  | {
@@ -38831,7 +38831,7 @@ export type Routes = {
38831
38831
  result: null
38832
38832
  /** Errors associated with the action attempt. Null for pending action attempts. */
38833
38833
  error: null
38834
- /** Action attempt to track the status of assigning an existing credential to an access method. */
38834
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
38835
38835
  action_type: 'ASSIGN_CREDENTIAL'
38836
38836
  }
38837
38837
  | {
@@ -38840,9 +38840,9 @@ export type Routes = {
38840
38840
  status: 'success'
38841
38841
  /** Errors associated with the action attempt. Null for successful action attempts. */
38842
38842
  error: null
38843
- /** Action attempt to track the status of assigning an existing credential to an access method. */
38843
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
38844
38844
  action_type: 'ASSIGN_CREDENTIAL'
38845
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
38845
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
38846
38846
  result: {
38847
38847
  /** ID of the Seam workspace associated with the access method. */
38848
38848
  workspace_id: string
@@ -38972,7 +38972,7 @@ export type Routes = {
38972
38972
  status: 'error'
38973
38973
  /** Result of the action attempt. Null for failed action attempts. */
38974
38974
  result: null
38975
- /** Action attempt to track the status of assigning an existing credential to an access method. */
38975
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
38976
38976
  action_type: 'ASSIGN_CREDENTIAL'
38977
38977
  error:
38978
38978
  | {
@@ -43349,7 +43349,7 @@ export type Routes = {
43349
43349
  result: null
43350
43350
  /** Errors associated with the action attempt. Null for pending action attempts. */
43351
43351
  error: null
43352
- /** Action attempt to track the status of assigning an existing credential to an access method. */
43352
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
43353
43353
  action_type: 'ASSIGN_CREDENTIAL'
43354
43354
  }
43355
43355
  | {
@@ -43358,9 +43358,9 @@ export type Routes = {
43358
43358
  status: 'success'
43359
43359
  /** Errors associated with the action attempt. Null for successful action attempts. */
43360
43360
  error: null
43361
- /** Action attempt to track the status of assigning an existing credential to an access method. */
43361
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
43362
43362
  action_type: 'ASSIGN_CREDENTIAL'
43363
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
43363
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
43364
43364
  result: {
43365
43365
  /** ID of the Seam workspace associated with the access method. */
43366
43366
  workspace_id: string
@@ -43490,7 +43490,7 @@ export type Routes = {
43490
43490
  status: 'error'
43491
43491
  /** Result of the action attempt. Null for failed action attempts. */
43492
43492
  result: null
43493
- /** Action attempt to track the status of assigning an existing credential to an access method. */
43493
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
43494
43494
  action_type: 'ASSIGN_CREDENTIAL'
43495
43495
  error:
43496
43496
  | {
@@ -45287,7 +45287,7 @@ export type Routes = {
45287
45287
  result: null
45288
45288
  /** Errors associated with the action attempt. Null for pending action attempts. */
45289
45289
  error: null
45290
- /** Action attempt to track the status of assigning an existing credential to an access method. */
45290
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
45291
45291
  action_type: 'ASSIGN_CREDENTIAL'
45292
45292
  }
45293
45293
  | {
@@ -45296,9 +45296,9 @@ export type Routes = {
45296
45296
  status: 'success'
45297
45297
  /** Errors associated with the action attempt. Null for successful action attempts. */
45298
45298
  error: null
45299
- /** Action attempt to track the status of assigning an existing credential to an access method. */
45299
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
45300
45300
  action_type: 'ASSIGN_CREDENTIAL'
45301
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
45301
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
45302
45302
  result: {
45303
45303
  /** ID of the Seam workspace associated with the access method. */
45304
45304
  workspace_id: string
@@ -45428,7 +45428,7 @@ export type Routes = {
45428
45428
  status: 'error'
45429
45429
  /** Result of the action attempt. Null for failed action attempts. */
45430
45430
  result: null
45431
- /** Action attempt to track the status of assigning an existing credential to an access method. */
45431
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
45432
45432
  action_type: 'ASSIGN_CREDENTIAL'
45433
45433
  error:
45434
45434
  | {
@@ -62840,7 +62840,7 @@ export type Routes = {
62840
62840
  result: null
62841
62841
  /** Errors associated with the action attempt. Null for pending action attempts. */
62842
62842
  error: null
62843
- /** Action attempt to track the status of assigning an existing credential to an access method. */
62843
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
62844
62844
  action_type: 'ASSIGN_CREDENTIAL'
62845
62845
  }
62846
62846
  | {
@@ -62849,9 +62849,9 @@ export type Routes = {
62849
62849
  status: 'success'
62850
62850
  /** Errors associated with the action attempt. Null for successful action attempts. */
62851
62851
  error: null
62852
- /** Action attempt to track the status of assigning an existing credential to an access method. */
62852
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
62853
62853
  action_type: 'ASSIGN_CREDENTIAL'
62854
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
62854
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
62855
62855
  result: {
62856
62856
  /** ID of the Seam workspace associated with the access method. */
62857
62857
  workspace_id: string
@@ -62981,7 +62981,7 @@ export type Routes = {
62981
62981
  status: 'error'
62982
62982
  /** Result of the action attempt. Null for failed action attempts. */
62983
62983
  result: null
62984
- /** Action attempt to track the status of assigning an existing credential to an access method. */
62984
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
62985
62985
  action_type: 'ASSIGN_CREDENTIAL'
62986
62986
  error:
62987
62987
  | {
@@ -71755,7 +71755,7 @@ export type Routes = {
71755
71755
  result: null
71756
71756
  /** Errors associated with the action attempt. Null for pending action attempts. */
71757
71757
  error: null
71758
- /** Action attempt to track the status of assigning an existing credential to an access method. */
71758
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
71759
71759
  action_type: 'ASSIGN_CREDENTIAL'
71760
71760
  }
71761
71761
  | {
@@ -71764,9 +71764,9 @@ export type Routes = {
71764
71764
  status: 'success'
71765
71765
  /** Errors associated with the action attempt. Null for successful action attempts. */
71766
71766
  error: null
71767
- /** Action attempt to track the status of assigning an existing credential to an access method. */
71767
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
71768
71768
  action_type: 'ASSIGN_CREDENTIAL'
71769
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
71769
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
71770
71770
  result: {
71771
71771
  /** ID of the Seam workspace associated with the access method. */
71772
71772
  workspace_id: string
@@ -71896,7 +71896,7 @@ export type Routes = {
71896
71896
  status: 'error'
71897
71897
  /** Result of the action attempt. Null for failed action attempts. */
71898
71898
  result: null
71899
- /** Action attempt to track the status of assigning an existing credential to an access method. */
71899
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
71900
71900
  action_type: 'ASSIGN_CREDENTIAL'
71901
71901
  error:
71902
71902
  | {
@@ -73694,7 +73694,7 @@ export type Routes = {
73694
73694
  result: null
73695
73695
  /** Errors associated with the action attempt. Null for pending action attempts. */
73696
73696
  error: null
73697
- /** Action attempt to track the status of assigning an existing credential to an access method. */
73697
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
73698
73698
  action_type: 'ASSIGN_CREDENTIAL'
73699
73699
  }
73700
73700
  | {
@@ -73703,9 +73703,9 @@ export type Routes = {
73703
73703
  status: 'success'
73704
73704
  /** Errors associated with the action attempt. Null for successful action attempts. */
73705
73705
  error: null
73706
- /** Action attempt to track the status of assigning an existing credential to an access method. */
73706
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
73707
73707
  action_type: 'ASSIGN_CREDENTIAL'
73708
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
73708
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
73709
73709
  result: {
73710
73710
  /** ID of the Seam workspace associated with the access method. */
73711
73711
  workspace_id: string
@@ -73835,7 +73835,7 @@ export type Routes = {
73835
73835
  status: 'error'
73836
73836
  /** Result of the action attempt. Null for failed action attempts. */
73837
73837
  result: null
73838
- /** Action attempt to track the status of assigning an existing credential to an access method. */
73838
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
73839
73839
  action_type: 'ASSIGN_CREDENTIAL'
73840
73840
  error:
73841
73841
  | {
@@ -75631,7 +75631,7 @@ export type Routes = {
75631
75631
  result: null
75632
75632
  /** Errors associated with the action attempt. Null for pending action attempts. */
75633
75633
  error: null
75634
- /** Action attempt to track the status of assigning an existing credential to an access method. */
75634
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
75635
75635
  action_type: 'ASSIGN_CREDENTIAL'
75636
75636
  }
75637
75637
  | {
@@ -75640,9 +75640,9 @@ export type Routes = {
75640
75640
  status: 'success'
75641
75641
  /** Errors associated with the action attempt. Null for successful action attempts. */
75642
75642
  error: null
75643
- /** Action attempt to track the status of assigning an existing credential to an access method. */
75643
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
75644
75644
  action_type: 'ASSIGN_CREDENTIAL'
75645
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
75645
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
75646
75646
  result: {
75647
75647
  /** ID of the Seam workspace associated with the access method. */
75648
75648
  workspace_id: string
@@ -75772,7 +75772,7 @@ export type Routes = {
75772
75772
  status: 'error'
75773
75773
  /** Result of the action attempt. Null for failed action attempts. */
75774
75774
  result: null
75775
- /** Action attempt to track the status of assigning an existing credential to an access method. */
75775
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
75776
75776
  action_type: 'ASSIGN_CREDENTIAL'
75777
75777
  error:
75778
75778
  | {
@@ -77570,7 +77570,7 @@ export type Routes = {
77570
77570
  result: null
77571
77571
  /** Errors associated with the action attempt. Null for pending action attempts. */
77572
77572
  error: null
77573
- /** Action attempt to track the status of assigning an existing credential to an access method. */
77573
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
77574
77574
  action_type: 'ASSIGN_CREDENTIAL'
77575
77575
  }
77576
77576
  | {
@@ -77579,9 +77579,9 @@ export type Routes = {
77579
77579
  status: 'success'
77580
77580
  /** Errors associated with the action attempt. Null for successful action attempts. */
77581
77581
  error: null
77582
- /** Action attempt to track the status of assigning an existing credential to an access method. */
77582
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
77583
77583
  action_type: 'ASSIGN_CREDENTIAL'
77584
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
77584
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
77585
77585
  result: {
77586
77586
  /** ID of the Seam workspace associated with the access method. */
77587
77587
  workspace_id: string
@@ -77711,7 +77711,7 @@ export type Routes = {
77711
77711
  status: 'error'
77712
77712
  /** Result of the action attempt. Null for failed action attempts. */
77713
77713
  result: null
77714
- /** Action attempt to track the status of assigning an existing credential to an access method. */
77714
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
77715
77715
  action_type: 'ASSIGN_CREDENTIAL'
77716
77716
  error:
77717
77717
  | {
@@ -83000,7 +83000,7 @@ export type Routes = {
83000
83000
  result: null
83001
83001
  /** Errors associated with the action attempt. Null for pending action attempts. */
83002
83002
  error: null
83003
- /** Action attempt to track the status of assigning an existing credential to an access method. */
83003
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
83004
83004
  action_type: 'ASSIGN_CREDENTIAL'
83005
83005
  }
83006
83006
  | {
@@ -83009,9 +83009,9 @@ export type Routes = {
83009
83009
  status: 'success'
83010
83010
  /** Errors associated with the action attempt. Null for successful action attempts. */
83011
83011
  error: null
83012
- /** Action attempt to track the status of assigning an existing credential to an access method. */
83012
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
83013
83013
  action_type: 'ASSIGN_CREDENTIAL'
83014
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
83014
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
83015
83015
  result: {
83016
83016
  /** ID of the Seam workspace associated with the access method. */
83017
83017
  workspace_id: string
@@ -83141,7 +83141,7 @@ export type Routes = {
83141
83141
  status: 'error'
83142
83142
  /** Result of the action attempt. Null for failed action attempts. */
83143
83143
  result: null
83144
- /** Action attempt to track the status of assigning an existing credential to an access method. */
83144
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
83145
83145
  action_type: 'ASSIGN_CREDENTIAL'
83146
83146
  error:
83147
83147
  | {
@@ -84958,7 +84958,7 @@ export type Routes = {
84958
84958
  result: null
84959
84959
  /** Errors associated with the action attempt. Null for pending action attempts. */
84960
84960
  error: null
84961
- /** Action attempt to track the status of assigning an existing credential to an access method. */
84961
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
84962
84962
  action_type: 'ASSIGN_CREDENTIAL'
84963
84963
  }
84964
84964
  | {
@@ -84967,9 +84967,9 @@ export type Routes = {
84967
84967
  status: 'success'
84968
84968
  /** Errors associated with the action attempt. Null for successful action attempts. */
84969
84969
  error: null
84970
- /** Action attempt to track the status of assigning an existing credential to an access method. */
84970
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
84971
84971
  action_type: 'ASSIGN_CREDENTIAL'
84972
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
84972
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
84973
84973
  result: {
84974
84974
  /** ID of the Seam workspace associated with the access method. */
84975
84975
  workspace_id: string
@@ -85099,7 +85099,7 @@ export type Routes = {
85099
85099
  status: 'error'
85100
85100
  /** Result of the action attempt. Null for failed action attempts. */
85101
85101
  result: null
85102
- /** Action attempt to track the status of assigning an existing credential to an access method. */
85102
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
85103
85103
  action_type: 'ASSIGN_CREDENTIAL'
85104
85104
  error:
85105
85105
  | {
@@ -86972,7 +86972,7 @@ export type Routes = {
86972
86972
  result: null
86973
86973
  /** Errors associated with the action attempt. Null for pending action attempts. */
86974
86974
  error: null
86975
- /** Action attempt to track the status of assigning an existing credential to an access method. */
86975
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
86976
86976
  action_type: 'ASSIGN_CREDENTIAL'
86977
86977
  }
86978
86978
  | {
@@ -86981,9 +86981,9 @@ export type Routes = {
86981
86981
  status: 'success'
86982
86982
  /** Errors associated with the action attempt. Null for successful action attempts. */
86983
86983
  error: null
86984
- /** Action attempt to track the status of assigning an existing credential to an access method. */
86984
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
86985
86985
  action_type: 'ASSIGN_CREDENTIAL'
86986
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
86986
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
86987
86987
  result: {
86988
86988
  /** ID of the Seam workspace associated with the access method. */
86989
86989
  workspace_id: string
@@ -87113,7 +87113,7 @@ export type Routes = {
87113
87113
  status: 'error'
87114
87114
  /** Result of the action attempt. Null for failed action attempts. */
87115
87115
  result: null
87116
- /** Action attempt to track the status of assigning an existing credential to an access method. */
87116
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
87117
87117
  action_type: 'ASSIGN_CREDENTIAL'
87118
87118
  error:
87119
87119
  | {
@@ -90031,7 +90031,7 @@ export type Routes = {
90031
90031
  result: null
90032
90032
  /** Errors associated with the action attempt. Null for pending action attempts. */
90033
90033
  error: null
90034
- /** Action attempt to track the status of assigning an existing credential to an access method. */
90034
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
90035
90035
  action_type: 'ASSIGN_CREDENTIAL'
90036
90036
  }
90037
90037
  | {
@@ -90040,9 +90040,9 @@ export type Routes = {
90040
90040
  status: 'success'
90041
90041
  /** Errors associated with the action attempt. Null for successful action attempts. */
90042
90042
  error: null
90043
- /** Action attempt to track the status of assigning an existing credential to an access method. */
90043
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
90044
90044
  action_type: 'ASSIGN_CREDENTIAL'
90045
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
90045
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
90046
90046
  result: {
90047
90047
  /** ID of the Seam workspace associated with the access method. */
90048
90048
  workspace_id: string
@@ -90172,7 +90172,7 @@ export type Routes = {
90172
90172
  status: 'error'
90173
90173
  /** Result of the action attempt. Null for failed action attempts. */
90174
90174
  result: null
90175
- /** Action attempt to track the status of assigning an existing credential to an access method. */
90175
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
90176
90176
  action_type: 'ASSIGN_CREDENTIAL'
90177
90177
  error:
90178
90178
  | {
@@ -101296,7 +101296,7 @@ export type Routes = {
101296
101296
  result: null
101297
101297
  /** Errors associated with the action attempt. Null for pending action attempts. */
101298
101298
  error: null
101299
- /** Action attempt to track the status of assigning an existing credential to an access method. */
101299
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
101300
101300
  action_type: 'ASSIGN_CREDENTIAL'
101301
101301
  }
101302
101302
  | {
@@ -101305,9 +101305,9 @@ export type Routes = {
101305
101305
  status: 'success'
101306
101306
  /** Errors associated with the action attempt. Null for successful action attempts. */
101307
101307
  error: null
101308
- /** Action attempt to track the status of assigning an existing credential to an access method. */
101308
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
101309
101309
  action_type: 'ASSIGN_CREDENTIAL'
101310
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
101310
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
101311
101311
  result: {
101312
101312
  /** ID of the Seam workspace associated with the access method. */
101313
101313
  workspace_id: string
@@ -101437,7 +101437,7 @@ export type Routes = {
101437
101437
  status: 'error'
101438
101438
  /** Result of the action attempt. Null for failed action attempts. */
101439
101439
  result: null
101440
- /** Action attempt to track the status of assigning an existing credential to an access method. */
101440
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
101441
101441
  action_type: 'ASSIGN_CREDENTIAL'
101442
101442
  error:
101443
101443
  | {
@@ -103239,7 +103239,7 @@ export type Routes = {
103239
103239
  result: null
103240
103240
  /** Errors associated with the action attempt. Null for pending action attempts. */
103241
103241
  error: null
103242
- /** Action attempt to track the status of assigning an existing credential to an access method. */
103242
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
103243
103243
  action_type: 'ASSIGN_CREDENTIAL'
103244
103244
  }
103245
103245
  | {
@@ -103248,9 +103248,9 @@ export type Routes = {
103248
103248
  status: 'success'
103249
103249
  /** Errors associated with the action attempt. Null for successful action attempts. */
103250
103250
  error: null
103251
- /** Action attempt to track the status of assigning an existing credential to an access method. */
103251
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
103252
103252
  action_type: 'ASSIGN_CREDENTIAL'
103253
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
103253
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
103254
103254
  result: {
103255
103255
  /** ID of the Seam workspace associated with the access method. */
103256
103256
  workspace_id: string
@@ -103380,7 +103380,7 @@ export type Routes = {
103380
103380
  status: 'error'
103381
103381
  /** Result of the action attempt. Null for failed action attempts. */
103382
103382
  result: null
103383
- /** Action attempt to track the status of assigning an existing credential to an access method. */
103383
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
103384
103384
  action_type: 'ASSIGN_CREDENTIAL'
103385
103385
  error:
103386
103386
  | {
@@ -105294,7 +105294,7 @@ export type Routes = {
105294
105294
  result: null
105295
105295
  /** Errors associated with the action attempt. Null for pending action attempts. */
105296
105296
  error: null
105297
- /** Action attempt to track the status of assigning an existing credential to an access method. */
105297
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
105298
105298
  action_type: 'ASSIGN_CREDENTIAL'
105299
105299
  }
105300
105300
  | {
@@ -105303,9 +105303,9 @@ export type Routes = {
105303
105303
  status: 'success'
105304
105304
  /** Errors associated with the action attempt. Null for successful action attempts. */
105305
105305
  error: null
105306
- /** Action attempt to track the status of assigning an existing credential to an access method. */
105306
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
105307
105307
  action_type: 'ASSIGN_CREDENTIAL'
105308
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
105308
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
105309
105309
  result: {
105310
105310
  /** ID of the Seam workspace associated with the access method. */
105311
105311
  workspace_id: string
@@ -105435,7 +105435,7 @@ export type Routes = {
105435
105435
  status: 'error'
105436
105436
  /** Result of the action attempt. Null for failed action attempts. */
105437
105437
  result: null
105438
- /** Action attempt to track the status of assigning an existing credential to an access method. */
105438
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
105439
105439
  action_type: 'ASSIGN_CREDENTIAL'
105440
105440
  error:
105441
105441
  | {
@@ -108960,7 +108960,7 @@ export type Routes = {
108960
108960
  result: null
108961
108961
  /** Errors associated with the action attempt. Null for pending action attempts. */
108962
108962
  error: null
108963
- /** Action attempt to track the status of assigning an existing credential to an access method. */
108963
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
108964
108964
  action_type: 'ASSIGN_CREDENTIAL'
108965
108965
  }
108966
108966
  | {
@@ -108969,9 +108969,9 @@ export type Routes = {
108969
108969
  status: 'success'
108970
108970
  /** Errors associated with the action attempt. Null for successful action attempts. */
108971
108971
  error: null
108972
- /** Action attempt to track the status of assigning an existing credential to an access method. */
108972
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
108973
108973
  action_type: 'ASSIGN_CREDENTIAL'
108974
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
108974
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
108975
108975
  result: {
108976
108976
  /** ID of the Seam workspace associated with the access method. */
108977
108977
  workspace_id: string
@@ -109101,7 +109101,7 @@ export type Routes = {
109101
109101
  status: 'error'
109102
109102
  /** Result of the action attempt. Null for failed action attempts. */
109103
109103
  result: null
109104
- /** Action attempt to track the status of assigning an existing credential to an access method. */
109104
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
109105
109105
  action_type: 'ASSIGN_CREDENTIAL'
109106
109106
  error:
109107
109107
  | {
@@ -110907,7 +110907,7 @@ export type Routes = {
110907
110907
  result: null
110908
110908
  /** Errors associated with the action attempt. Null for pending action attempts. */
110909
110909
  error: null
110910
- /** Action attempt to track the status of assigning an existing credential to an access method. */
110910
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
110911
110911
  action_type: 'ASSIGN_CREDENTIAL'
110912
110912
  }
110913
110913
  | {
@@ -110916,9 +110916,9 @@ export type Routes = {
110916
110916
  status: 'success'
110917
110917
  /** Errors associated with the action attempt. Null for successful action attempts. */
110918
110918
  error: null
110919
- /** Action attempt to track the status of assigning an existing credential to an access method. */
110919
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
110920
110920
  action_type: 'ASSIGN_CREDENTIAL'
110921
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
110921
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
110922
110922
  result: {
110923
110923
  /** ID of the Seam workspace associated with the access method. */
110924
110924
  workspace_id: string
@@ -111048,7 +111048,7 @@ export type Routes = {
111048
111048
  status: 'error'
111049
111049
  /** Result of the action attempt. Null for failed action attempts. */
111050
111050
  result: null
111051
- /** Action attempt to track the status of assigning an existing credential to an access method. */
111051
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
111052
111052
  action_type: 'ASSIGN_CREDENTIAL'
111053
111053
  error:
111054
111054
  | {
@@ -116354,7 +116354,7 @@ export type Routes = {
116354
116354
  result: null
116355
116355
  /** Errors associated with the action attempt. Null for pending action attempts. */
116356
116356
  error: null
116357
- /** Action attempt to track the status of assigning an existing credential to an access method. */
116357
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
116358
116358
  action_type: 'ASSIGN_CREDENTIAL'
116359
116359
  }
116360
116360
  | {
@@ -116363,9 +116363,9 @@ export type Routes = {
116363
116363
  status: 'success'
116364
116364
  /** Errors associated with the action attempt. Null for successful action attempts. */
116365
116365
  error: null
116366
- /** Action attempt to track the status of assigning an existing credential to an access method. */
116366
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
116367
116367
  action_type: 'ASSIGN_CREDENTIAL'
116368
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
116368
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
116369
116369
  result: {
116370
116370
  /** ID of the Seam workspace associated with the access method. */
116371
116371
  workspace_id: string
@@ -116495,7 +116495,7 @@ export type Routes = {
116495
116495
  status: 'error'
116496
116496
  /** Result of the action attempt. Null for failed action attempts. */
116497
116497
  result: null
116498
- /** Action attempt to track the status of assigning an existing credential to an access method. */
116498
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
116499
116499
  action_type: 'ASSIGN_CREDENTIAL'
116500
116500
  error:
116501
116501
  | {
@@ -118496,7 +118496,7 @@ export type Routes = {
118496
118496
  result: null
118497
118497
  /** Errors associated with the action attempt. Null for pending action attempts. */
118498
118498
  error: null
118499
- /** Action attempt to track the status of assigning an existing credential to an access method. */
118499
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
118500
118500
  action_type: 'ASSIGN_CREDENTIAL'
118501
118501
  }
118502
118502
  | {
@@ -118505,9 +118505,9 @@ export type Routes = {
118505
118505
  status: 'success'
118506
118506
  /** Errors associated with the action attempt. Null for successful action attempts. */
118507
118507
  error: null
118508
- /** Action attempt to track the status of assigning an existing credential to an access method. */
118508
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
118509
118509
  action_type: 'ASSIGN_CREDENTIAL'
118510
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
118510
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
118511
118511
  result: {
118512
118512
  /** ID of the Seam workspace associated with the access method. */
118513
118513
  workspace_id: string
@@ -118637,7 +118637,7 @@ export type Routes = {
118637
118637
  status: 'error'
118638
118638
  /** Result of the action attempt. Null for failed action attempts. */
118639
118639
  result: null
118640
- /** Action attempt to track the status of assigning an existing credential to an access method. */
118640
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
118641
118641
  action_type: 'ASSIGN_CREDENTIAL'
118642
118642
  error:
118643
118643
  | {
@@ -120471,7 +120471,7 @@ export type Routes = {
120471
120471
  result: null
120472
120472
  /** Errors associated with the action attempt. Null for pending action attempts. */
120473
120473
  error: null
120474
- /** Action attempt to track the status of assigning an existing credential to an access method. */
120474
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
120475
120475
  action_type: 'ASSIGN_CREDENTIAL'
120476
120476
  }
120477
120477
  | {
@@ -120480,9 +120480,9 @@ export type Routes = {
120480
120480
  status: 'success'
120481
120481
  /** Errors associated with the action attempt. Null for successful action attempts. */
120482
120482
  error: null
120483
- /** Action attempt to track the status of assigning an existing credential to an access method. */
120483
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
120484
120484
  action_type: 'ASSIGN_CREDENTIAL'
120485
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
120485
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
120486
120486
  result: {
120487
120487
  /** ID of the Seam workspace associated with the access method. */
120488
120488
  workspace_id: string
@@ -120612,7 +120612,7 @@ export type Routes = {
120612
120612
  status: 'error'
120613
120613
  /** Result of the action attempt. Null for failed action attempts. */
120614
120614
  result: null
120615
- /** Action attempt to track the status of assigning an existing credential to an access method. */
120615
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
120616
120616
  action_type: 'ASSIGN_CREDENTIAL'
120617
120617
  error:
120618
120618
  | {
@@ -122563,7 +122563,7 @@ export type Routes = {
122563
122563
  result: null
122564
122564
  /** Errors associated with the action attempt. Null for pending action attempts. */
122565
122565
  error: null
122566
- /** Action attempt to track the status of assigning an existing credential to an access method. */
122566
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
122567
122567
  action_type: 'ASSIGN_CREDENTIAL'
122568
122568
  }
122569
122569
  | {
@@ -122572,9 +122572,9 @@ export type Routes = {
122572
122572
  status: 'success'
122573
122573
  /** Errors associated with the action attempt. Null for successful action attempts. */
122574
122574
  error: null
122575
- /** Action attempt to track the status of assigning an existing credential to an access method. */
122575
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
122576
122576
  action_type: 'ASSIGN_CREDENTIAL'
122577
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
122577
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
122578
122578
  result: {
122579
122579
  /** ID of the Seam workspace associated with the access method. */
122580
122580
  workspace_id: string
@@ -122704,7 +122704,7 @@ export type Routes = {
122704
122704
  status: 'error'
122705
122705
  /** Result of the action attempt. Null for failed action attempts. */
122706
122706
  result: null
122707
- /** Action attempt to track the status of assigning an existing credential to an access method. */
122707
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
122708
122708
  action_type: 'ASSIGN_CREDENTIAL'
122709
122709
  error:
122710
122710
  | {
@@ -132472,7 +132472,7 @@ export type Routes = {
132472
132472
  result: null
132473
132473
  /** Errors associated with the action attempt. Null for pending action attempts. */
132474
132474
  error: null
132475
- /** Action attempt to track the status of assigning an existing credential to an access method. */
132475
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
132476
132476
  action_type: 'ASSIGN_CREDENTIAL'
132477
132477
  }
132478
132478
  | {
@@ -132481,9 +132481,9 @@ export type Routes = {
132481
132481
  status: 'success'
132482
132482
  /** Errors associated with the action attempt. Null for successful action attempts. */
132483
132483
  error: null
132484
- /** Action attempt to track the status of assigning an existing credential to an access method. */
132484
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
132485
132485
  action_type: 'ASSIGN_CREDENTIAL'
132486
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
132486
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
132487
132487
  result: {
132488
132488
  /** ID of the Seam workspace associated with the access method. */
132489
132489
  workspace_id: string
@@ -132613,7 +132613,7 @@ export type Routes = {
132613
132613
  status: 'error'
132614
132614
  /** Result of the action attempt. Null for failed action attempts. */
132615
132615
  result: null
132616
- /** Action attempt to track the status of assigning an existing credential to an access method. */
132616
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
132617
132617
  action_type: 'ASSIGN_CREDENTIAL'
132618
132618
  error:
132619
132619
  | {
@@ -141076,7 +141076,7 @@ export type Routes = {
141076
141076
  result: null
141077
141077
  /** Errors associated with the action attempt. Null for pending action attempts. */
141078
141078
  error: null
141079
- /** Action attempt to track the status of assigning an existing credential to an access method. */
141079
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
141080
141080
  action_type: 'ASSIGN_CREDENTIAL'
141081
141081
  }
141082
141082
  | {
@@ -141085,9 +141085,9 @@ export type Routes = {
141085
141085
  status: 'success'
141086
141086
  /** Errors associated with the action attempt. Null for successful action attempts. */
141087
141087
  error: null
141088
- /** Action attempt to track the status of assigning an existing credential to an access method. */
141088
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
141089
141089
  action_type: 'ASSIGN_CREDENTIAL'
141090
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
141090
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
141091
141091
  result: {
141092
141092
  /** ID of the Seam workspace associated with the access method. */
141093
141093
  workspace_id: string
@@ -141217,7 +141217,7 @@ export type Routes = {
141217
141217
  status: 'error'
141218
141218
  /** Result of the action attempt. Null for failed action attempts. */
141219
141219
  result: null
141220
- /** Action attempt to track the status of assigning an existing credential to an access method. */
141220
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
141221
141221
  action_type: 'ASSIGN_CREDENTIAL'
141222
141222
  error:
141223
141223
  | {