@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.
@@ -1018,7 +1018,7 @@ export type Routes = {
1018
1018
  result: null;
1019
1019
  /** Errors associated with the action attempt. Null for pending action attempts. */
1020
1020
  error: null;
1021
- /** Action attempt to track the status of assigning an existing credential to an access method. */
1021
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
1022
1022
  action_type: 'ASSIGN_CREDENTIAL';
1023
1023
  } | {
1024
1024
  /** ID of the action attempt. */
@@ -1026,9 +1026,9 @@ export type Routes = {
1026
1026
  status: 'success';
1027
1027
  /** Errors associated with the action attempt. Null for successful action attempts. */
1028
1028
  error: null;
1029
- /** Action attempt to track the status of assigning an existing credential to an access method. */
1029
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
1030
1030
  action_type: 'ASSIGN_CREDENTIAL';
1031
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
1031
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
1032
1032
  result: {
1033
1033
  /** ID of the Seam workspace associated with the access method. */
1034
1034
  workspace_id: string;
@@ -1149,7 +1149,7 @@ export type Routes = {
1149
1149
  status: 'error';
1150
1150
  /** Result of the action attempt. Null for failed action attempts. */
1151
1151
  result: null;
1152
- /** Action attempt to track the status of assigning an existing credential to an access method. */
1152
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
1153
1153
  action_type: 'ASSIGN_CREDENTIAL';
1154
1154
  error: {
1155
1155
  /** Type of the error associated with the action attempt. */
@@ -4017,7 +4017,7 @@ export type Routes = {
4017
4017
  result: null;
4018
4018
  /** Errors associated with the action attempt. Null for pending action attempts. */
4019
4019
  error: null;
4020
- /** Action attempt to track the status of assigning an existing credential to an access method. */
4020
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
4021
4021
  action_type: 'ASSIGN_CREDENTIAL';
4022
4022
  } | {
4023
4023
  /** ID of the action attempt. */
@@ -4025,9 +4025,9 @@ export type Routes = {
4025
4025
  status: 'success';
4026
4026
  /** Errors associated with the action attempt. Null for successful action attempts. */
4027
4027
  error: null;
4028
- /** Action attempt to track the status of assigning an existing credential to an access method. */
4028
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
4029
4029
  action_type: 'ASSIGN_CREDENTIAL';
4030
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
4030
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
4031
4031
  result: {
4032
4032
  /** ID of the Seam workspace associated with the access method. */
4033
4033
  workspace_id: string;
@@ -4148,7 +4148,7 @@ export type Routes = {
4148
4148
  status: 'error';
4149
4149
  /** Result of the action attempt. Null for failed action attempts. */
4150
4150
  result: null;
4151
- /** Action attempt to track the status of assigning an existing credential to an access method. */
4151
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
4152
4152
  action_type: 'ASSIGN_CREDENTIAL';
4153
4153
  error: {
4154
4154
  /** Type of the error associated with the action attempt. */
@@ -9022,7 +9022,7 @@ export type Routes = {
9022
9022
  result: null;
9023
9023
  /** Errors associated with the action attempt. Null for pending action attempts. */
9024
9024
  error: null;
9025
- /** Action attempt to track the status of assigning an existing credential to an access method. */
9025
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
9026
9026
  action_type: 'ASSIGN_CREDENTIAL';
9027
9027
  } | {
9028
9028
  /** ID of the action attempt. */
@@ -9030,9 +9030,9 @@ export type Routes = {
9030
9030
  status: 'success';
9031
9031
  /** Errors associated with the action attempt. Null for successful action attempts. */
9032
9032
  error: null;
9033
- /** Action attempt to track the status of assigning an existing credential to an access method. */
9033
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
9034
9034
  action_type: 'ASSIGN_CREDENTIAL';
9035
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
9035
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
9036
9036
  result: {
9037
9037
  /** ID of the Seam workspace associated with the access method. */
9038
9038
  workspace_id: string;
@@ -9153,7 +9153,7 @@ export type Routes = {
9153
9153
  status: 'error';
9154
9154
  /** Result of the action attempt. Null for failed action attempts. */
9155
9155
  result: null;
9156
- /** Action attempt to track the status of assigning an existing credential to an access method. */
9156
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
9157
9157
  action_type: 'ASSIGN_CREDENTIAL';
9158
9158
  error: {
9159
9159
  /** Type of the error associated with the action attempt. */
@@ -11903,7 +11903,7 @@ export type Routes = {
11903
11903
  result: null;
11904
11904
  /** Errors associated with the action attempt. Null for pending action attempts. */
11905
11905
  error: null;
11906
- /** Action attempt to track the status of assigning an existing credential to an access method. */
11906
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
11907
11907
  action_type: 'ASSIGN_CREDENTIAL';
11908
11908
  } | {
11909
11909
  /** ID of the action attempt. */
@@ -11911,9 +11911,9 @@ export type Routes = {
11911
11911
  status: 'success';
11912
11912
  /** Errors associated with the action attempt. Null for successful action attempts. */
11913
11913
  error: null;
11914
- /** Action attempt to track the status of assigning an existing credential to an access method. */
11914
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
11915
11915
  action_type: 'ASSIGN_CREDENTIAL';
11916
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
11916
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
11917
11917
  result: {
11918
11918
  /** ID of the Seam workspace associated with the access method. */
11919
11919
  workspace_id: string;
@@ -12034,7 +12034,7 @@ export type Routes = {
12034
12034
  status: 'error';
12035
12035
  /** Result of the action attempt. Null for failed action attempts. */
12036
12036
  result: null;
12037
- /** Action attempt to track the status of assigning an existing credential to an access method. */
12037
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
12038
12038
  action_type: 'ASSIGN_CREDENTIAL';
12039
12039
  error: {
12040
12040
  /** Type of the error associated with the action attempt. */
@@ -17115,7 +17115,7 @@ export type Routes = {
17115
17115
  result: null;
17116
17116
  /** Errors associated with the action attempt. Null for pending action attempts. */
17117
17117
  error: null;
17118
- /** Action attempt to track the status of assigning an existing credential to an access method. */
17118
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
17119
17119
  action_type: 'ASSIGN_CREDENTIAL';
17120
17120
  } | {
17121
17121
  /** ID of the action attempt. */
@@ -17123,9 +17123,9 @@ export type Routes = {
17123
17123
  status: 'success';
17124
17124
  /** Errors associated with the action attempt. Null for successful action attempts. */
17125
17125
  error: null;
17126
- /** Action attempt to track the status of assigning an existing credential to an access method. */
17126
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
17127
17127
  action_type: 'ASSIGN_CREDENTIAL';
17128
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
17128
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
17129
17129
  result: {
17130
17130
  /** ID of the Seam workspace associated with the access method. */
17131
17131
  workspace_id: string;
@@ -17246,7 +17246,7 @@ export type Routes = {
17246
17246
  status: 'error';
17247
17247
  /** Result of the action attempt. Null for failed action attempts. */
17248
17248
  result: null;
17249
- /** Action attempt to track the status of assigning an existing credential to an access method. */
17249
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
17250
17250
  action_type: 'ASSIGN_CREDENTIAL';
17251
17251
  error: {
17252
17252
  /** Type of the error associated with the action attempt. */
@@ -18807,7 +18807,7 @@ export type Routes = {
18807
18807
  result: null;
18808
18808
  /** Errors associated with the action attempt. Null for pending action attempts. */
18809
18809
  error: null;
18810
- /** Action attempt to track the status of assigning an existing credential to an access method. */
18810
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
18811
18811
  action_type: 'ASSIGN_CREDENTIAL';
18812
18812
  } | {
18813
18813
  /** ID of the action attempt. */
@@ -18815,9 +18815,9 @@ export type Routes = {
18815
18815
  status: 'success';
18816
18816
  /** Errors associated with the action attempt. Null for successful action attempts. */
18817
18817
  error: null;
18818
- /** Action attempt to track the status of assigning an existing credential to an access method. */
18818
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
18819
18819
  action_type: 'ASSIGN_CREDENTIAL';
18820
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
18820
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
18821
18821
  result: {
18822
18822
  /** ID of the Seam workspace associated with the access method. */
18823
18823
  workspace_id: string;
@@ -18938,7 +18938,7 @@ export type Routes = {
18938
18938
  status: 'error';
18939
18939
  /** Result of the action attempt. Null for failed action attempts. */
18940
18940
  result: null;
18941
- /** Action attempt to track the status of assigning an existing credential to an access method. */
18941
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
18942
18942
  action_type: 'ASSIGN_CREDENTIAL';
18943
18943
  error: {
18944
18944
  /** Type of the error associated with the action attempt. */
@@ -22817,7 +22817,7 @@ export type Routes = {
22817
22817
  result: null;
22818
22818
  /** Errors associated with the action attempt. Null for pending action attempts. */
22819
22819
  error: null;
22820
- /** Action attempt to track the status of assigning an existing credential to an access method. */
22820
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
22821
22821
  action_type: 'ASSIGN_CREDENTIAL';
22822
22822
  } | {
22823
22823
  /** ID of the action attempt. */
@@ -22825,9 +22825,9 @@ export type Routes = {
22825
22825
  status: 'success';
22826
22826
  /** Errors associated with the action attempt. Null for successful action attempts. */
22827
22827
  error: null;
22828
- /** Action attempt to track the status of assigning an existing credential to an access method. */
22828
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
22829
22829
  action_type: 'ASSIGN_CREDENTIAL';
22830
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
22830
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
22831
22831
  result: {
22832
22832
  /** ID of the Seam workspace associated with the access method. */
22833
22833
  workspace_id: string;
@@ -22948,7 +22948,7 @@ export type Routes = {
22948
22948
  status: 'error';
22949
22949
  /** Result of the action attempt. Null for failed action attempts. */
22950
22950
  result: null;
22951
- /** Action attempt to track the status of assigning an existing credential to an access method. */
22951
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
22952
22952
  action_type: 'ASSIGN_CREDENTIAL';
22953
22953
  error: {
22954
22954
  /** Type of the error associated with the action attempt. */
@@ -27691,7 +27691,7 @@ export type Routes = {
27691
27691
  result: null;
27692
27692
  /** Errors associated with the action attempt. Null for pending action attempts. */
27693
27693
  error: null;
27694
- /** Action attempt to track the status of assigning an existing credential to an access method. */
27694
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
27695
27695
  action_type: 'ASSIGN_CREDENTIAL';
27696
27696
  } | {
27697
27697
  /** ID of the action attempt. */
@@ -27699,9 +27699,9 @@ export type Routes = {
27699
27699
  status: 'success';
27700
27700
  /** Errors associated with the action attempt. Null for successful action attempts. */
27701
27701
  error: null;
27702
- /** Action attempt to track the status of assigning an existing credential to an access method. */
27702
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
27703
27703
  action_type: 'ASSIGN_CREDENTIAL';
27704
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
27704
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
27705
27705
  result: {
27706
27706
  /** ID of the Seam workspace associated with the access method. */
27707
27707
  workspace_id: string;
@@ -27822,7 +27822,7 @@ export type Routes = {
27822
27822
  status: 'error';
27823
27823
  /** Result of the action attempt. Null for failed action attempts. */
27824
27824
  result: null;
27825
- /** Action attempt to track the status of assigning an existing credential to an access method. */
27825
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
27826
27826
  action_type: 'ASSIGN_CREDENTIAL';
27827
27827
  error: {
27828
27828
  /** Type of the error associated with the action attempt. */
@@ -29475,7 +29475,7 @@ export type Routes = {
29475
29475
  result: null;
29476
29476
  /** Errors associated with the action attempt. Null for pending action attempts. */
29477
29477
  error: null;
29478
- /** Action attempt to track the status of assigning an existing credential to an access method. */
29478
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
29479
29479
  action_type: 'ASSIGN_CREDENTIAL';
29480
29480
  } | {
29481
29481
  /** ID of the action attempt. */
@@ -29483,9 +29483,9 @@ export type Routes = {
29483
29483
  status: 'success';
29484
29484
  /** Errors associated with the action attempt. Null for successful action attempts. */
29485
29485
  error: null;
29486
- /** Action attempt to track the status of assigning an existing credential to an access method. */
29486
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
29487
29487
  action_type: 'ASSIGN_CREDENTIAL';
29488
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
29488
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
29489
29489
  result: {
29490
29490
  /** ID of the Seam workspace associated with the access method. */
29491
29491
  workspace_id: string;
@@ -29606,7 +29606,7 @@ export type Routes = {
29606
29606
  status: 'error';
29607
29607
  /** Result of the action attempt. Null for failed action attempts. */
29608
29608
  result: null;
29609
- /** Action attempt to track the status of assigning an existing credential to an access method. */
29609
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
29610
29610
  action_type: 'ASSIGN_CREDENTIAL';
29611
29611
  error: {
29612
29612
  /** Type of the error associated with the action attempt. */
@@ -31155,7 +31155,7 @@ export type Routes = {
31155
31155
  result: null;
31156
31156
  /** Errors associated with the action attempt. Null for pending action attempts. */
31157
31157
  error: null;
31158
- /** Action attempt to track the status of assigning an existing credential to an access method. */
31158
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
31159
31159
  action_type: 'ASSIGN_CREDENTIAL';
31160
31160
  } | {
31161
31161
  /** ID of the action attempt. */
@@ -31163,9 +31163,9 @@ export type Routes = {
31163
31163
  status: 'success';
31164
31164
  /** Errors associated with the action attempt. Null for successful action attempts. */
31165
31165
  error: null;
31166
- /** Action attempt to track the status of assigning an existing credential to an access method. */
31166
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
31167
31167
  action_type: 'ASSIGN_CREDENTIAL';
31168
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
31168
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
31169
31169
  result: {
31170
31170
  /** ID of the Seam workspace associated with the access method. */
31171
31171
  workspace_id: string;
@@ -31286,7 +31286,7 @@ export type Routes = {
31286
31286
  status: 'error';
31287
31287
  /** Result of the action attempt. Null for failed action attempts. */
31288
31288
  result: null;
31289
- /** Action attempt to track the status of assigning an existing credential to an access method. */
31289
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
31290
31290
  action_type: 'ASSIGN_CREDENTIAL';
31291
31291
  error: {
31292
31292
  /** Type of the error associated with the action attempt. */
@@ -33494,7 +33494,7 @@ export type Routes = {
33494
33494
  result: null;
33495
33495
  /** Errors associated with the action attempt. Null for pending action attempts. */
33496
33496
  error: null;
33497
- /** Action attempt to track the status of assigning an existing credential to an access method. */
33497
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
33498
33498
  action_type: 'ASSIGN_CREDENTIAL';
33499
33499
  } | {
33500
33500
  /** ID of the action attempt. */
@@ -33502,9 +33502,9 @@ export type Routes = {
33502
33502
  status: 'success';
33503
33503
  /** Errors associated with the action attempt. Null for successful action attempts. */
33504
33504
  error: null;
33505
- /** Action attempt to track the status of assigning an existing credential to an access method. */
33505
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
33506
33506
  action_type: 'ASSIGN_CREDENTIAL';
33507
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
33507
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
33508
33508
  result: {
33509
33509
  /** ID of the Seam workspace associated with the access method. */
33510
33510
  workspace_id: string;
@@ -33625,7 +33625,7 @@ export type Routes = {
33625
33625
  status: 'error';
33626
33626
  /** Result of the action attempt. Null for failed action attempts. */
33627
33627
  result: null;
33628
- /** Action attempt to track the status of assigning an existing credential to an access method. */
33628
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
33629
33629
  action_type: 'ASSIGN_CREDENTIAL';
33630
33630
  error: {
33631
33631
  /** Type of the error associated with the action attempt. */
@@ -37357,7 +37357,7 @@ export type Routes = {
37357
37357
  result: null;
37358
37358
  /** Errors associated with the action attempt. Null for pending action attempts. */
37359
37359
  error: null;
37360
- /** Action attempt to track the status of assigning an existing credential to an access method. */
37360
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
37361
37361
  action_type: 'ASSIGN_CREDENTIAL';
37362
37362
  } | {
37363
37363
  /** ID of the action attempt. */
@@ -37365,9 +37365,9 @@ export type Routes = {
37365
37365
  status: 'success';
37366
37366
  /** Errors associated with the action attempt. Null for successful action attempts. */
37367
37367
  error: null;
37368
- /** Action attempt to track the status of assigning an existing credential to an access method. */
37368
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
37369
37369
  action_type: 'ASSIGN_CREDENTIAL';
37370
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
37370
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
37371
37371
  result: {
37372
37372
  /** ID of the Seam workspace associated with the access method. */
37373
37373
  workspace_id: string;
@@ -37488,7 +37488,7 @@ export type Routes = {
37488
37488
  status: 'error';
37489
37489
  /** Result of the action attempt. Null for failed action attempts. */
37490
37490
  result: null;
37491
- /** Action attempt to track the status of assigning an existing credential to an access method. */
37491
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
37492
37492
  action_type: 'ASSIGN_CREDENTIAL';
37493
37493
  error: {
37494
37494
  /** Type of the error associated with the action attempt. */
@@ -39029,7 +39029,7 @@ export type Routes = {
39029
39029
  result: null;
39030
39030
  /** Errors associated with the action attempt. Null for pending action attempts. */
39031
39031
  error: null;
39032
- /** Action attempt to track the status of assigning an existing credential to an access method. */
39032
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
39033
39033
  action_type: 'ASSIGN_CREDENTIAL';
39034
39034
  } | {
39035
39035
  /** ID of the action attempt. */
@@ -39037,9 +39037,9 @@ export type Routes = {
39037
39037
  status: 'success';
39038
39038
  /** Errors associated with the action attempt. Null for successful action attempts. */
39039
39039
  error: null;
39040
- /** Action attempt to track the status of assigning an existing credential to an access method. */
39040
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
39041
39041
  action_type: 'ASSIGN_CREDENTIAL';
39042
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
39042
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
39043
39043
  result: {
39044
39044
  /** ID of the Seam workspace associated with the access method. */
39045
39045
  workspace_id: string;
@@ -39160,7 +39160,7 @@ export type Routes = {
39160
39160
  status: 'error';
39161
39161
  /** Result of the action attempt. Null for failed action attempts. */
39162
39162
  result: null;
39163
- /** Action attempt to track the status of assigning an existing credential to an access method. */
39163
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
39164
39164
  action_type: 'ASSIGN_CREDENTIAL';
39165
39165
  error: {
39166
39166
  /** Type of the error associated with the action attempt. */
@@ -52478,7 +52478,7 @@ export type Routes = {
52478
52478
  result: null;
52479
52479
  /** Errors associated with the action attempt. Null for pending action attempts. */
52480
52480
  error: null;
52481
- /** Action attempt to track the status of assigning an existing credential to an access method. */
52481
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
52482
52482
  action_type: 'ASSIGN_CREDENTIAL';
52483
52483
  } | {
52484
52484
  /** ID of the action attempt. */
@@ -52486,9 +52486,9 @@ export type Routes = {
52486
52486
  status: 'success';
52487
52487
  /** Errors associated with the action attempt. Null for successful action attempts. */
52488
52488
  error: null;
52489
- /** Action attempt to track the status of assigning an existing credential to an access method. */
52489
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
52490
52490
  action_type: 'ASSIGN_CREDENTIAL';
52491
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
52491
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
52492
52492
  result: {
52493
52493
  /** ID of the Seam workspace associated with the access method. */
52494
52494
  workspace_id: string;
@@ -52609,7 +52609,7 @@ export type Routes = {
52609
52609
  status: 'error';
52610
52610
  /** Result of the action attempt. Null for failed action attempts. */
52611
52611
  result: null;
52612
- /** Action attempt to track the status of assigning an existing credential to an access method. */
52612
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
52613
52613
  action_type: 'ASSIGN_CREDENTIAL';
52614
52614
  error: {
52615
52615
  /** Type of the error associated with the action attempt. */
@@ -59660,7 +59660,7 @@ export type Routes = {
59660
59660
  result: null;
59661
59661
  /** Errors associated with the action attempt. Null for pending action attempts. */
59662
59662
  error: null;
59663
- /** Action attempt to track the status of assigning an existing credential to an access method. */
59663
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
59664
59664
  action_type: 'ASSIGN_CREDENTIAL';
59665
59665
  } | {
59666
59666
  /** ID of the action attempt. */
@@ -59668,9 +59668,9 @@ export type Routes = {
59668
59668
  status: 'success';
59669
59669
  /** Errors associated with the action attempt. Null for successful action attempts. */
59670
59670
  error: null;
59671
- /** Action attempt to track the status of assigning an existing credential to an access method. */
59671
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
59672
59672
  action_type: 'ASSIGN_CREDENTIAL';
59673
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
59673
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
59674
59674
  result: {
59675
59675
  /** ID of the Seam workspace associated with the access method. */
59676
59676
  workspace_id: string;
@@ -59791,7 +59791,7 @@ export type Routes = {
59791
59791
  status: 'error';
59792
59792
  /** Result of the action attempt. Null for failed action attempts. */
59793
59793
  result: null;
59794
- /** Action attempt to track the status of assigning an existing credential to an access method. */
59794
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
59795
59795
  action_type: 'ASSIGN_CREDENTIAL';
59796
59796
  error: {
59797
59797
  /** Type of the error associated with the action attempt. */
@@ -61333,7 +61333,7 @@ export type Routes = {
61333
61333
  result: null;
61334
61334
  /** Errors associated with the action attempt. Null for pending action attempts. */
61335
61335
  error: null;
61336
- /** Action attempt to track the status of assigning an existing credential to an access method. */
61336
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
61337
61337
  action_type: 'ASSIGN_CREDENTIAL';
61338
61338
  } | {
61339
61339
  /** ID of the action attempt. */
@@ -61341,9 +61341,9 @@ export type Routes = {
61341
61341
  status: 'success';
61342
61342
  /** Errors associated with the action attempt. Null for successful action attempts. */
61343
61343
  error: null;
61344
- /** Action attempt to track the status of assigning an existing credential to an access method. */
61344
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
61345
61345
  action_type: 'ASSIGN_CREDENTIAL';
61346
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
61346
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
61347
61347
  result: {
61348
61348
  /** ID of the Seam workspace associated with the access method. */
61349
61349
  workspace_id: string;
@@ -61464,7 +61464,7 @@ export type Routes = {
61464
61464
  status: 'error';
61465
61465
  /** Result of the action attempt. Null for failed action attempts. */
61466
61466
  result: null;
61467
- /** Action attempt to track the status of assigning an existing credential to an access method. */
61467
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
61468
61468
  action_type: 'ASSIGN_CREDENTIAL';
61469
61469
  error: {
61470
61470
  /** Type of the error associated with the action attempt. */
@@ -63004,7 +63004,7 @@ export type Routes = {
63004
63004
  result: null;
63005
63005
  /** Errors associated with the action attempt. Null for pending action attempts. */
63006
63006
  error: null;
63007
- /** Action attempt to track the status of assigning an existing credential to an access method. */
63007
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
63008
63008
  action_type: 'ASSIGN_CREDENTIAL';
63009
63009
  } | {
63010
63010
  /** ID of the action attempt. */
@@ -63012,9 +63012,9 @@ export type Routes = {
63012
63012
  status: 'success';
63013
63013
  /** Errors associated with the action attempt. Null for successful action attempts. */
63014
63014
  error: null;
63015
- /** Action attempt to track the status of assigning an existing credential to an access method. */
63015
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
63016
63016
  action_type: 'ASSIGN_CREDENTIAL';
63017
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
63017
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
63018
63018
  result: {
63019
63019
  /** ID of the Seam workspace associated with the access method. */
63020
63020
  workspace_id: string;
@@ -63135,7 +63135,7 @@ export type Routes = {
63135
63135
  status: 'error';
63136
63136
  /** Result of the action attempt. Null for failed action attempts. */
63137
63137
  result: null;
63138
- /** Action attempt to track the status of assigning an existing credential to an access method. */
63138
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
63139
63139
  action_type: 'ASSIGN_CREDENTIAL';
63140
63140
  error: {
63141
63141
  /** Type of the error associated with the action attempt. */
@@ -64677,7 +64677,7 @@ export type Routes = {
64677
64677
  result: null;
64678
64678
  /** Errors associated with the action attempt. Null for pending action attempts. */
64679
64679
  error: null;
64680
- /** Action attempt to track the status of assigning an existing credential to an access method. */
64680
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
64681
64681
  action_type: 'ASSIGN_CREDENTIAL';
64682
64682
  } | {
64683
64683
  /** ID of the action attempt. */
@@ -64685,9 +64685,9 @@ export type Routes = {
64685
64685
  status: 'success';
64686
64686
  /** Errors associated with the action attempt. Null for successful action attempts. */
64687
64687
  error: null;
64688
- /** Action attempt to track the status of assigning an existing credential to an access method. */
64688
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
64689
64689
  action_type: 'ASSIGN_CREDENTIAL';
64690
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
64690
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
64691
64691
  result: {
64692
64692
  /** ID of the Seam workspace associated with the access method. */
64693
64693
  workspace_id: string;
@@ -64808,7 +64808,7 @@ export type Routes = {
64808
64808
  status: 'error';
64809
64809
  /** Result of the action attempt. Null for failed action attempts. */
64810
64810
  result: null;
64811
- /** Action attempt to track the status of assigning an existing credential to an access method. */
64811
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
64812
64812
  action_type: 'ASSIGN_CREDENTIAL';
64813
64813
  error: {
64814
64814
  /** Type of the error associated with the action attempt. */
@@ -69131,7 +69131,7 @@ export type Routes = {
69131
69131
  result: null;
69132
69132
  /** Errors associated with the action attempt. Null for pending action attempts. */
69133
69133
  error: null;
69134
- /** Action attempt to track the status of assigning an existing credential to an access method. */
69134
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
69135
69135
  action_type: 'ASSIGN_CREDENTIAL';
69136
69136
  } | {
69137
69137
  /** ID of the action attempt. */
@@ -69139,9 +69139,9 @@ export type Routes = {
69139
69139
  status: 'success';
69140
69140
  /** Errors associated with the action attempt. Null for successful action attempts. */
69141
69141
  error: null;
69142
- /** Action attempt to track the status of assigning an existing credential to an access method. */
69142
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
69143
69143
  action_type: 'ASSIGN_CREDENTIAL';
69144
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
69144
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
69145
69145
  result: {
69146
69146
  /** ID of the Seam workspace associated with the access method. */
69147
69147
  workspace_id: string;
@@ -69262,7 +69262,7 @@ export type Routes = {
69262
69262
  status: 'error';
69263
69263
  /** Result of the action attempt. Null for failed action attempts. */
69264
69264
  result: null;
69265
- /** Action attempt to track the status of assigning an existing credential to an access method. */
69265
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
69266
69266
  action_type: 'ASSIGN_CREDENTIAL';
69267
69267
  error: {
69268
69268
  /** Type of the error associated with the action attempt. */
@@ -70823,7 +70823,7 @@ export type Routes = {
70823
70823
  result: null;
70824
70824
  /** Errors associated with the action attempt. Null for pending action attempts. */
70825
70825
  error: null;
70826
- /** Action attempt to track the status of assigning an existing credential to an access method. */
70826
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
70827
70827
  action_type: 'ASSIGN_CREDENTIAL';
70828
70828
  } | {
70829
70829
  /** ID of the action attempt. */
@@ -70831,9 +70831,9 @@ export type Routes = {
70831
70831
  status: 'success';
70832
70832
  /** Errors associated with the action attempt. Null for successful action attempts. */
70833
70833
  error: null;
70834
- /** Action attempt to track the status of assigning an existing credential to an access method. */
70834
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
70835
70835
  action_type: 'ASSIGN_CREDENTIAL';
70836
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
70836
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
70837
70837
  result: {
70838
70838
  /** ID of the Seam workspace associated with the access method. */
70839
70839
  workspace_id: string;
@@ -70954,7 +70954,7 @@ export type Routes = {
70954
70954
  status: 'error';
70955
70955
  /** Result of the action attempt. Null for failed action attempts. */
70956
70956
  result: null;
70957
- /** Action attempt to track the status of assigning an existing credential to an access method. */
70957
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
70958
70958
  action_type: 'ASSIGN_CREDENTIAL';
70959
70959
  error: {
70960
70960
  /** Type of the error associated with the action attempt. */
@@ -72571,7 +72571,7 @@ export type Routes = {
72571
72571
  result: null;
72572
72572
  /** Errors associated with the action attempt. Null for pending action attempts. */
72573
72573
  error: null;
72574
- /** Action attempt to track the status of assigning an existing credential to an access method. */
72574
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
72575
72575
  action_type: 'ASSIGN_CREDENTIAL';
72576
72576
  } | {
72577
72577
  /** ID of the action attempt. */
@@ -72579,9 +72579,9 @@ export type Routes = {
72579
72579
  status: 'success';
72580
72580
  /** Errors associated with the action attempt. Null for successful action attempts. */
72581
72581
  error: null;
72582
- /** Action attempt to track the status of assigning an existing credential to an access method. */
72582
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
72583
72583
  action_type: 'ASSIGN_CREDENTIAL';
72584
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
72584
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
72585
72585
  result: {
72586
72586
  /** ID of the Seam workspace associated with the access method. */
72587
72587
  workspace_id: string;
@@ -72702,7 +72702,7 @@ export type Routes = {
72702
72702
  status: 'error';
72703
72703
  /** Result of the action attempt. Null for failed action attempts. */
72704
72704
  result: null;
72705
- /** Action attempt to track the status of assigning an existing credential to an access method. */
72705
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
72706
72706
  action_type: 'ASSIGN_CREDENTIAL';
72707
72707
  error: {
72708
72708
  /** Type of the error associated with the action attempt. */
@@ -75292,7 +75292,7 @@ export type Routes = {
75292
75292
  result: null;
75293
75293
  /** Errors associated with the action attempt. Null for pending action attempts. */
75294
75294
  error: null;
75295
- /** Action attempt to track the status of assigning an existing credential to an access method. */
75295
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
75296
75296
  action_type: 'ASSIGN_CREDENTIAL';
75297
75297
  } | {
75298
75298
  /** ID of the action attempt. */
@@ -75300,9 +75300,9 @@ export type Routes = {
75300
75300
  status: 'success';
75301
75301
  /** Errors associated with the action attempt. Null for successful action attempts. */
75302
75302
  error: null;
75303
- /** Action attempt to track the status of assigning an existing credential to an access method. */
75303
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
75304
75304
  action_type: 'ASSIGN_CREDENTIAL';
75305
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
75305
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
75306
75306
  result: {
75307
75307
  /** ID of the Seam workspace associated with the access method. */
75308
75308
  workspace_id: string;
@@ -75423,7 +75423,7 @@ export type Routes = {
75423
75423
  status: 'error';
75424
75424
  /** Result of the action attempt. Null for failed action attempts. */
75425
75425
  result: null;
75426
- /** Action attempt to track the status of assigning an existing credential to an access method. */
75426
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
75427
75427
  action_type: 'ASSIGN_CREDENTIAL';
75428
75428
  error: {
75429
75429
  /** Type of the error associated with the action attempt. */
@@ -84786,7 +84786,7 @@ export type Routes = {
84786
84786
  result: null;
84787
84787
  /** Errors associated with the action attempt. Null for pending action attempts. */
84788
84788
  error: null;
84789
- /** Action attempt to track the status of assigning an existing credential to an access method. */
84789
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
84790
84790
  action_type: 'ASSIGN_CREDENTIAL';
84791
84791
  } | {
84792
84792
  /** ID of the action attempt. */
@@ -84794,9 +84794,9 @@ export type Routes = {
84794
84794
  status: 'success';
84795
84795
  /** Errors associated with the action attempt. Null for successful action attempts. */
84796
84796
  error: null;
84797
- /** Action attempt to track the status of assigning an existing credential to an access method. */
84797
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
84798
84798
  action_type: 'ASSIGN_CREDENTIAL';
84799
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
84799
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
84800
84800
  result: {
84801
84801
  /** ID of the Seam workspace associated with the access method. */
84802
84802
  workspace_id: string;
@@ -84917,7 +84917,7 @@ export type Routes = {
84917
84917
  status: 'error';
84918
84918
  /** Result of the action attempt. Null for failed action attempts. */
84919
84919
  result: null;
84920
- /** Action attempt to track the status of assigning an existing credential to an access method. */
84920
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
84921
84921
  action_type: 'ASSIGN_CREDENTIAL';
84922
84922
  error: {
84923
84923
  /** Type of the error associated with the action attempt. */
@@ -86463,7 +86463,7 @@ export type Routes = {
86463
86463
  result: null;
86464
86464
  /** Errors associated with the action attempt. Null for pending action attempts. */
86465
86465
  error: null;
86466
- /** Action attempt to track the status of assigning an existing credential to an access method. */
86466
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
86467
86467
  action_type: 'ASSIGN_CREDENTIAL';
86468
86468
  } | {
86469
86469
  /** ID of the action attempt. */
@@ -86471,9 +86471,9 @@ export type Routes = {
86471
86471
  status: 'success';
86472
86472
  /** Errors associated with the action attempt. Null for successful action attempts. */
86473
86473
  error: null;
86474
- /** Action attempt to track the status of assigning an existing credential to an access method. */
86474
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
86475
86475
  action_type: 'ASSIGN_CREDENTIAL';
86476
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
86476
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
86477
86477
  result: {
86478
86478
  /** ID of the Seam workspace associated with the access method. */
86479
86479
  workspace_id: string;
@@ -86594,7 +86594,7 @@ export type Routes = {
86594
86594
  status: 'error';
86595
86595
  /** Result of the action attempt. Null for failed action attempts. */
86596
86596
  result: null;
86597
- /** Action attempt to track the status of assigning an existing credential to an access method. */
86597
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
86598
86598
  action_type: 'ASSIGN_CREDENTIAL';
86599
86599
  error: {
86600
86600
  /** Type of the error associated with the action attempt. */
@@ -88246,7 +88246,7 @@ export type Routes = {
88246
88246
  result: null;
88247
88247
  /** Errors associated with the action attempt. Null for pending action attempts. */
88248
88248
  error: null;
88249
- /** Action attempt to track the status of assigning an existing credential to an access method. */
88249
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
88250
88250
  action_type: 'ASSIGN_CREDENTIAL';
88251
88251
  } | {
88252
88252
  /** ID of the action attempt. */
@@ -88254,9 +88254,9 @@ export type Routes = {
88254
88254
  status: 'success';
88255
88255
  /** Errors associated with the action attempt. Null for successful action attempts. */
88256
88256
  error: null;
88257
- /** Action attempt to track the status of assigning an existing credential to an access method. */
88257
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
88258
88258
  action_type: 'ASSIGN_CREDENTIAL';
88259
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
88259
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
88260
88260
  result: {
88261
88261
  /** ID of the Seam workspace associated with the access method. */
88262
88262
  workspace_id: string;
@@ -88377,7 +88377,7 @@ export type Routes = {
88377
88377
  status: 'error';
88378
88378
  /** Result of the action attempt. Null for failed action attempts. */
88379
88379
  result: null;
88380
- /** Action attempt to track the status of assigning an existing credential to an access method. */
88380
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
88381
88381
  action_type: 'ASSIGN_CREDENTIAL';
88382
88382
  error: {
88383
88383
  /** Type of the error associated with the action attempt. */
@@ -91315,7 +91315,7 @@ export type Routes = {
91315
91315
  result: null;
91316
91316
  /** Errors associated with the action attempt. Null for pending action attempts. */
91317
91317
  error: null;
91318
- /** Action attempt to track the status of assigning an existing credential to an access method. */
91318
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
91319
91319
  action_type: 'ASSIGN_CREDENTIAL';
91320
91320
  } | {
91321
91321
  /** ID of the action attempt. */
@@ -91323,9 +91323,9 @@ export type Routes = {
91323
91323
  status: 'success';
91324
91324
  /** Errors associated with the action attempt. Null for successful action attempts. */
91325
91325
  error: null;
91326
- /** Action attempt to track the status of assigning an existing credential to an access method. */
91326
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
91327
91327
  action_type: 'ASSIGN_CREDENTIAL';
91328
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
91328
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
91329
91329
  result: {
91330
91330
  /** ID of the Seam workspace associated with the access method. */
91331
91331
  workspace_id: string;
@@ -91446,7 +91446,7 @@ export type Routes = {
91446
91446
  status: 'error';
91447
91447
  /** Result of the action attempt. Null for failed action attempts. */
91448
91448
  result: null;
91449
- /** Action attempt to track the status of assigning an existing credential to an access method. */
91449
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
91450
91450
  action_type: 'ASSIGN_CREDENTIAL';
91451
91451
  error: {
91452
91452
  /** Type of the error associated with the action attempt. */
@@ -92996,7 +92996,7 @@ export type Routes = {
92996
92996
  result: null;
92997
92997
  /** Errors associated with the action attempt. Null for pending action attempts. */
92998
92998
  error: null;
92999
- /** Action attempt to track the status of assigning an existing credential to an access method. */
92999
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
93000
93000
  action_type: 'ASSIGN_CREDENTIAL';
93001
93001
  } | {
93002
93002
  /** ID of the action attempt. */
@@ -93004,9 +93004,9 @@ export type Routes = {
93004
93004
  status: 'success';
93005
93005
  /** Errors associated with the action attempt. Null for successful action attempts. */
93006
93006
  error: null;
93007
- /** Action attempt to track the status of assigning an existing credential to an access method. */
93007
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
93008
93008
  action_type: 'ASSIGN_CREDENTIAL';
93009
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
93009
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
93010
93010
  result: {
93011
93011
  /** ID of the Seam workspace associated with the access method. */
93012
93012
  workspace_id: string;
@@ -93127,7 +93127,7 @@ export type Routes = {
93127
93127
  status: 'error';
93128
93128
  /** Result of the action attempt. Null for failed action attempts. */
93129
93129
  result: null;
93130
- /** Action attempt to track the status of assigning an existing credential to an access method. */
93130
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
93131
93131
  action_type: 'ASSIGN_CREDENTIAL';
93132
93132
  error: {
93133
93133
  /** Type of the error associated with the action attempt. */
@@ -97440,7 +97440,7 @@ export type Routes = {
97440
97440
  result: null;
97441
97441
  /** Errors associated with the action attempt. Null for pending action attempts. */
97442
97442
  error: null;
97443
- /** Action attempt to track the status of assigning an existing credential to an access method. */
97443
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
97444
97444
  action_type: 'ASSIGN_CREDENTIAL';
97445
97445
  } | {
97446
97446
  /** ID of the action attempt. */
@@ -97448,9 +97448,9 @@ export type Routes = {
97448
97448
  status: 'success';
97449
97449
  /** Errors associated with the action attempt. Null for successful action attempts. */
97450
97450
  error: null;
97451
- /** Action attempt to track the status of assigning an existing credential to an access method. */
97451
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
97452
97452
  action_type: 'ASSIGN_CREDENTIAL';
97453
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
97453
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
97454
97454
  result: {
97455
97455
  /** ID of the Seam workspace associated with the access method. */
97456
97456
  workspace_id: string;
@@ -97571,7 +97571,7 @@ export type Routes = {
97571
97571
  status: 'error';
97572
97572
  /** Result of the action attempt. Null for failed action attempts. */
97573
97573
  result: null;
97574
- /** Action attempt to track the status of assigning an existing credential to an access method. */
97574
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
97575
97575
  action_type: 'ASSIGN_CREDENTIAL';
97576
97576
  error: {
97577
97577
  /** Type of the error associated with the action attempt. */
@@ -99316,7 +99316,7 @@ export type Routes = {
99316
99316
  result: null;
99317
99317
  /** Errors associated with the action attempt. Null for pending action attempts. */
99318
99318
  error: null;
99319
- /** Action attempt to track the status of assigning an existing credential to an access method. */
99319
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
99320
99320
  action_type: 'ASSIGN_CREDENTIAL';
99321
99321
  } | {
99322
99322
  /** ID of the action attempt. */
@@ -99324,9 +99324,9 @@ export type Routes = {
99324
99324
  status: 'success';
99325
99325
  /** Errors associated with the action attempt. Null for successful action attempts. */
99326
99326
  error: null;
99327
- /** Action attempt to track the status of assigning an existing credential to an access method. */
99327
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
99328
99328
  action_type: 'ASSIGN_CREDENTIAL';
99329
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
99329
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
99330
99330
  result: {
99331
99331
  /** ID of the Seam workspace associated with the access method. */
99332
99332
  workspace_id: string;
@@ -99447,7 +99447,7 @@ export type Routes = {
99447
99447
  status: 'error';
99448
99448
  /** Result of the action attempt. Null for failed action attempts. */
99449
99449
  result: null;
99450
- /** Action attempt to track the status of assigning an existing credential to an access method. */
99450
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
99451
99451
  action_type: 'ASSIGN_CREDENTIAL';
99452
99452
  error: {
99453
99453
  /** Type of the error associated with the action attempt. */
@@ -101020,7 +101020,7 @@ export type Routes = {
101020
101020
  result: null;
101021
101021
  /** Errors associated with the action attempt. Null for pending action attempts. */
101022
101022
  error: null;
101023
- /** Action attempt to track the status of assigning an existing credential to an access method. */
101023
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
101024
101024
  action_type: 'ASSIGN_CREDENTIAL';
101025
101025
  } | {
101026
101026
  /** ID of the action attempt. */
@@ -101028,9 +101028,9 @@ export type Routes = {
101028
101028
  status: 'success';
101029
101029
  /** Errors associated with the action attempt. Null for successful action attempts. */
101030
101030
  error: null;
101031
- /** Action attempt to track the status of assigning an existing credential to an access method. */
101031
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
101032
101032
  action_type: 'ASSIGN_CREDENTIAL';
101033
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
101033
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
101034
101034
  result: {
101035
101035
  /** ID of the Seam workspace associated with the access method. */
101036
101036
  workspace_id: string;
@@ -101151,7 +101151,7 @@ export type Routes = {
101151
101151
  status: 'error';
101152
101152
  /** Result of the action attempt. Null for failed action attempts. */
101153
101153
  result: null;
101154
- /** Action attempt to track the status of assigning an existing credential to an access method. */
101154
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
101155
101155
  action_type: 'ASSIGN_CREDENTIAL';
101156
101156
  error: {
101157
101157
  /** Type of the error associated with the action attempt. */
@@ -102836,7 +102836,7 @@ export type Routes = {
102836
102836
  result: null;
102837
102837
  /** Errors associated with the action attempt. Null for pending action attempts. */
102838
102838
  error: null;
102839
- /** Action attempt to track the status of assigning an existing credential to an access method. */
102839
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
102840
102840
  action_type: 'ASSIGN_CREDENTIAL';
102841
102841
  } | {
102842
102842
  /** ID of the action attempt. */
@@ -102844,9 +102844,9 @@ export type Routes = {
102844
102844
  status: 'success';
102845
102845
  /** Errors associated with the action attempt. Null for successful action attempts. */
102846
102846
  error: null;
102847
- /** Action attempt to track the status of assigning an existing credential to an access method. */
102847
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
102848
102848
  action_type: 'ASSIGN_CREDENTIAL';
102849
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
102849
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
102850
102850
  result: {
102851
102851
  /** ID of the Seam workspace associated with the access method. */
102852
102852
  workspace_id: string;
@@ -102967,7 +102967,7 @@ export type Routes = {
102967
102967
  status: 'error';
102968
102968
  /** Result of the action attempt. Null for failed action attempts. */
102969
102969
  result: null;
102970
- /** Action attempt to track the status of assigning an existing credential to an access method. */
102970
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
102971
102971
  action_type: 'ASSIGN_CREDENTIAL';
102972
102972
  error: {
102973
102973
  /** Type of the error associated with the action attempt. */
@@ -111081,7 +111081,7 @@ export type Routes = {
111081
111081
  result: null;
111082
111082
  /** Errors associated with the action attempt. Null for pending action attempts. */
111083
111083
  error: null;
111084
- /** Action attempt to track the status of assigning an existing credential to an access method. */
111084
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
111085
111085
  action_type: 'ASSIGN_CREDENTIAL';
111086
111086
  } | {
111087
111087
  /** ID of the action attempt. */
@@ -111089,9 +111089,9 @@ export type Routes = {
111089
111089
  status: 'success';
111090
111090
  /** Errors associated with the action attempt. Null for successful action attempts. */
111091
111091
  error: null;
111092
- /** Action attempt to track the status of assigning an existing credential to an access method. */
111092
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
111093
111093
  action_type: 'ASSIGN_CREDENTIAL';
111094
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
111094
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
111095
111095
  result: {
111096
111096
  /** ID of the Seam workspace associated with the access method. */
111097
111097
  workspace_id: string;
@@ -111212,7 +111212,7 @@ export type Routes = {
111212
111212
  status: 'error';
111213
111213
  /** Result of the action attempt. Null for failed action attempts. */
111214
111214
  result: null;
111215
- /** Action attempt to track the status of assigning an existing credential to an access method. */
111215
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
111216
111216
  action_type: 'ASSIGN_CREDENTIAL';
111217
111217
  error: {
111218
111218
  /** Type of the error associated with the action attempt. */
@@ -118587,7 +118587,7 @@ export type Routes = {
118587
118587
  result: null;
118588
118588
  /** Errors associated with the action attempt. Null for pending action attempts. */
118589
118589
  error: null;
118590
- /** Action attempt to track the status of assigning an existing credential to an access method. */
118590
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
118591
118591
  action_type: 'ASSIGN_CREDENTIAL';
118592
118592
  } | {
118593
118593
  /** ID of the action attempt. */
@@ -118595,9 +118595,9 @@ export type Routes = {
118595
118595
  status: 'success';
118596
118596
  /** Errors associated with the action attempt. Null for successful action attempts. */
118597
118597
  error: null;
118598
- /** Action attempt to track the status of assigning an existing credential to an access method. */
118598
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
118599
118599
  action_type: 'ASSIGN_CREDENTIAL';
118600
- /** Result of an assignment attempt. If the attempt was successful, includes the updated access method with the assigned credential. */
118600
+ /** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
118601
118601
  result: {
118602
118602
  /** ID of the Seam workspace associated with the access method. */
118603
118603
  workspace_id: string;
@@ -118718,7 +118718,7 @@ export type Routes = {
118718
118718
  status: 'error';
118719
118719
  /** Result of the action attempt. Null for failed action attempts. */
118720
118720
  result: null;
118721
- /** Action attempt to track the status of assigning an existing credential to an access method. */
118721
+ /** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
118722
118722
  action_type: 'ASSIGN_CREDENTIAL';
118723
118723
  error: {
118724
118724
  /** Type of the error associated with the action attempt. */