@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.
- package/dist/connect.cjs +7 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +132 -132
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/assign-credential.js +2 -2
- package/lib/seam/connect/models/action-attempts/assign-credential.js.map +1 -1
- package/lib/seam/connect/openapi.js +5 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +132 -132
- package/package.json +1 -1
- package/src/lib/seam/connect/internal/schemas.ts +1 -0
- package/src/lib/seam/connect/models/action-attempts/assign-credential.ts +2 -2
- package/src/lib/seam/connect/openapi.ts +5 -5
- package/src/lib/seam/connect/route-types.ts +132 -132
package/dist/connect.d.cts
CHANGED
|
@@ -30913,7 +30913,7 @@ type Routes = {
|
|
|
30913
30913
|
result: null;
|
|
30914
30914
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
30915
30915
|
error: null;
|
|
30916
|
-
/** Action attempt to track the status of assigning
|
|
30916
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
30917
30917
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
30918
30918
|
} | {
|
|
30919
30919
|
/** ID of the action attempt. */
|
|
@@ -30921,9 +30921,9 @@ type Routes = {
|
|
|
30921
30921
|
status: 'success';
|
|
30922
30922
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
30923
30923
|
error: null;
|
|
30924
|
-
/** Action attempt to track the status of assigning
|
|
30924
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
30925
30925
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
30926
|
-
/** Result of
|
|
30926
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
30927
30927
|
result: {
|
|
30928
30928
|
/** ID of the Seam workspace associated with the access method. */
|
|
30929
30929
|
workspace_id: string;
|
|
@@ -31044,7 +31044,7 @@ type Routes = {
|
|
|
31044
31044
|
status: 'error';
|
|
31045
31045
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
31046
31046
|
result: null;
|
|
31047
|
-
/** Action attempt to track the status of assigning
|
|
31047
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
31048
31048
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
31049
31049
|
error: {
|
|
31050
31050
|
/** Type of the error associated with the action attempt. */
|
|
@@ -33912,7 +33912,7 @@ type Routes = {
|
|
|
33912
33912
|
result: null;
|
|
33913
33913
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
33914
33914
|
error: null;
|
|
33915
|
-
/** Action attempt to track the status of assigning
|
|
33915
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
33916
33916
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
33917
33917
|
} | {
|
|
33918
33918
|
/** ID of the action attempt. */
|
|
@@ -33920,9 +33920,9 @@ type Routes = {
|
|
|
33920
33920
|
status: 'success';
|
|
33921
33921
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
33922
33922
|
error: null;
|
|
33923
|
-
/** Action attempt to track the status of assigning
|
|
33923
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
33924
33924
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
33925
|
-
/** Result of
|
|
33925
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
33926
33926
|
result: {
|
|
33927
33927
|
/** ID of the Seam workspace associated with the access method. */
|
|
33928
33928
|
workspace_id: string;
|
|
@@ -34043,7 +34043,7 @@ type Routes = {
|
|
|
34043
34043
|
status: 'error';
|
|
34044
34044
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
34045
34045
|
result: null;
|
|
34046
|
-
/** Action attempt to track the status of assigning
|
|
34046
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
34047
34047
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
34048
34048
|
error: {
|
|
34049
34049
|
/** Type of the error associated with the action attempt. */
|
|
@@ -38917,7 +38917,7 @@ type Routes = {
|
|
|
38917
38917
|
result: null;
|
|
38918
38918
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
38919
38919
|
error: null;
|
|
38920
|
-
/** Action attempt to track the status of assigning
|
|
38920
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
38921
38921
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
38922
38922
|
} | {
|
|
38923
38923
|
/** ID of the action attempt. */
|
|
@@ -38925,9 +38925,9 @@ type Routes = {
|
|
|
38925
38925
|
status: 'success';
|
|
38926
38926
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
38927
38927
|
error: null;
|
|
38928
|
-
/** Action attempt to track the status of assigning
|
|
38928
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
38929
38929
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
38930
|
-
/** Result of
|
|
38930
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
38931
38931
|
result: {
|
|
38932
38932
|
/** ID of the Seam workspace associated with the access method. */
|
|
38933
38933
|
workspace_id: string;
|
|
@@ -39048,7 +39048,7 @@ type Routes = {
|
|
|
39048
39048
|
status: 'error';
|
|
39049
39049
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
39050
39050
|
result: null;
|
|
39051
|
-
/** Action attempt to track the status of assigning
|
|
39051
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
39052
39052
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
39053
39053
|
error: {
|
|
39054
39054
|
/** Type of the error associated with the action attempt. */
|
|
@@ -41798,7 +41798,7 @@ type Routes = {
|
|
|
41798
41798
|
result: null;
|
|
41799
41799
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
41800
41800
|
error: null;
|
|
41801
|
-
/** Action attempt to track the status of assigning
|
|
41801
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
41802
41802
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
41803
41803
|
} | {
|
|
41804
41804
|
/** ID of the action attempt. */
|
|
@@ -41806,9 +41806,9 @@ type Routes = {
|
|
|
41806
41806
|
status: 'success';
|
|
41807
41807
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
41808
41808
|
error: null;
|
|
41809
|
-
/** Action attempt to track the status of assigning
|
|
41809
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
41810
41810
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
41811
|
-
/** Result of
|
|
41811
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
41812
41812
|
result: {
|
|
41813
41813
|
/** ID of the Seam workspace associated with the access method. */
|
|
41814
41814
|
workspace_id: string;
|
|
@@ -41929,7 +41929,7 @@ type Routes = {
|
|
|
41929
41929
|
status: 'error';
|
|
41930
41930
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
41931
41931
|
result: null;
|
|
41932
|
-
/** Action attempt to track the status of assigning
|
|
41932
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
41933
41933
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
41934
41934
|
error: {
|
|
41935
41935
|
/** Type of the error associated with the action attempt. */
|
|
@@ -47010,7 +47010,7 @@ type Routes = {
|
|
|
47010
47010
|
result: null;
|
|
47011
47011
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
47012
47012
|
error: null;
|
|
47013
|
-
/** Action attempt to track the status of assigning
|
|
47013
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
47014
47014
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
47015
47015
|
} | {
|
|
47016
47016
|
/** ID of the action attempt. */
|
|
@@ -47018,9 +47018,9 @@ type Routes = {
|
|
|
47018
47018
|
status: 'success';
|
|
47019
47019
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
47020
47020
|
error: null;
|
|
47021
|
-
/** Action attempt to track the status of assigning
|
|
47021
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
47022
47022
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
47023
|
-
/** Result of
|
|
47023
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
47024
47024
|
result: {
|
|
47025
47025
|
/** ID of the Seam workspace associated with the access method. */
|
|
47026
47026
|
workspace_id: string;
|
|
@@ -47141,7 +47141,7 @@ type Routes = {
|
|
|
47141
47141
|
status: 'error';
|
|
47142
47142
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
47143
47143
|
result: null;
|
|
47144
|
-
/** Action attempt to track the status of assigning
|
|
47144
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
47145
47145
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
47146
47146
|
error: {
|
|
47147
47147
|
/** Type of the error associated with the action attempt. */
|
|
@@ -48702,7 +48702,7 @@ type Routes = {
|
|
|
48702
48702
|
result: null;
|
|
48703
48703
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
48704
48704
|
error: null;
|
|
48705
|
-
/** Action attempt to track the status of assigning
|
|
48705
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
48706
48706
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
48707
48707
|
} | {
|
|
48708
48708
|
/** ID of the action attempt. */
|
|
@@ -48710,9 +48710,9 @@ type Routes = {
|
|
|
48710
48710
|
status: 'success';
|
|
48711
48711
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
48712
48712
|
error: null;
|
|
48713
|
-
/** Action attempt to track the status of assigning
|
|
48713
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
48714
48714
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
48715
|
-
/** Result of
|
|
48715
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
48716
48716
|
result: {
|
|
48717
48717
|
/** ID of the Seam workspace associated with the access method. */
|
|
48718
48718
|
workspace_id: string;
|
|
@@ -48833,7 +48833,7 @@ type Routes = {
|
|
|
48833
48833
|
status: 'error';
|
|
48834
48834
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
48835
48835
|
result: null;
|
|
48836
|
-
/** Action attempt to track the status of assigning
|
|
48836
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
48837
48837
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
48838
48838
|
error: {
|
|
48839
48839
|
/** Type of the error associated with the action attempt. */
|
|
@@ -52712,7 +52712,7 @@ type Routes = {
|
|
|
52712
52712
|
result: null;
|
|
52713
52713
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
52714
52714
|
error: null;
|
|
52715
|
-
/** Action attempt to track the status of assigning
|
|
52715
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
52716
52716
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
52717
52717
|
} | {
|
|
52718
52718
|
/** ID of the action attempt. */
|
|
@@ -52720,9 +52720,9 @@ type Routes = {
|
|
|
52720
52720
|
status: 'success';
|
|
52721
52721
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
52722
52722
|
error: null;
|
|
52723
|
-
/** Action attempt to track the status of assigning
|
|
52723
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
52724
52724
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
52725
|
-
/** Result of
|
|
52725
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
52726
52726
|
result: {
|
|
52727
52727
|
/** ID of the Seam workspace associated with the access method. */
|
|
52728
52728
|
workspace_id: string;
|
|
@@ -52843,7 +52843,7 @@ type Routes = {
|
|
|
52843
52843
|
status: 'error';
|
|
52844
52844
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
52845
52845
|
result: null;
|
|
52846
|
-
/** Action attempt to track the status of assigning
|
|
52846
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
52847
52847
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
52848
52848
|
error: {
|
|
52849
52849
|
/** Type of the error associated with the action attempt. */
|
|
@@ -57586,7 +57586,7 @@ type Routes = {
|
|
|
57586
57586
|
result: null;
|
|
57587
57587
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
57588
57588
|
error: null;
|
|
57589
|
-
/** Action attempt to track the status of assigning
|
|
57589
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
57590
57590
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
57591
57591
|
} | {
|
|
57592
57592
|
/** ID of the action attempt. */
|
|
@@ -57594,9 +57594,9 @@ type Routes = {
|
|
|
57594
57594
|
status: 'success';
|
|
57595
57595
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
57596
57596
|
error: null;
|
|
57597
|
-
/** Action attempt to track the status of assigning
|
|
57597
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
57598
57598
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
57599
|
-
/** Result of
|
|
57599
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
57600
57600
|
result: {
|
|
57601
57601
|
/** ID of the Seam workspace associated with the access method. */
|
|
57602
57602
|
workspace_id: string;
|
|
@@ -57717,7 +57717,7 @@ type Routes = {
|
|
|
57717
57717
|
status: 'error';
|
|
57718
57718
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
57719
57719
|
result: null;
|
|
57720
|
-
/** Action attempt to track the status of assigning
|
|
57720
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
57721
57721
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
57722
57722
|
error: {
|
|
57723
57723
|
/** Type of the error associated with the action attempt. */
|
|
@@ -59370,7 +59370,7 @@ type Routes = {
|
|
|
59370
59370
|
result: null;
|
|
59371
59371
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
59372
59372
|
error: null;
|
|
59373
|
-
/** Action attempt to track the status of assigning
|
|
59373
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
59374
59374
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
59375
59375
|
} | {
|
|
59376
59376
|
/** ID of the action attempt. */
|
|
@@ -59378,9 +59378,9 @@ type Routes = {
|
|
|
59378
59378
|
status: 'success';
|
|
59379
59379
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
59380
59380
|
error: null;
|
|
59381
|
-
/** Action attempt to track the status of assigning
|
|
59381
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
59382
59382
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
59383
|
-
/** Result of
|
|
59383
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
59384
59384
|
result: {
|
|
59385
59385
|
/** ID of the Seam workspace associated with the access method. */
|
|
59386
59386
|
workspace_id: string;
|
|
@@ -59501,7 +59501,7 @@ type Routes = {
|
|
|
59501
59501
|
status: 'error';
|
|
59502
59502
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
59503
59503
|
result: null;
|
|
59504
|
-
/** Action attempt to track the status of assigning
|
|
59504
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
59505
59505
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
59506
59506
|
error: {
|
|
59507
59507
|
/** Type of the error associated with the action attempt. */
|
|
@@ -61050,7 +61050,7 @@ type Routes = {
|
|
|
61050
61050
|
result: null;
|
|
61051
61051
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
61052
61052
|
error: null;
|
|
61053
|
-
/** Action attempt to track the status of assigning
|
|
61053
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
61054
61054
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
61055
61055
|
} | {
|
|
61056
61056
|
/** ID of the action attempt. */
|
|
@@ -61058,9 +61058,9 @@ type Routes = {
|
|
|
61058
61058
|
status: 'success';
|
|
61059
61059
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
61060
61060
|
error: null;
|
|
61061
|
-
/** Action attempt to track the status of assigning
|
|
61061
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
61062
61062
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
61063
|
-
/** Result of
|
|
61063
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
61064
61064
|
result: {
|
|
61065
61065
|
/** ID of the Seam workspace associated with the access method. */
|
|
61066
61066
|
workspace_id: string;
|
|
@@ -61181,7 +61181,7 @@ type Routes = {
|
|
|
61181
61181
|
status: 'error';
|
|
61182
61182
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
61183
61183
|
result: null;
|
|
61184
|
-
/** Action attempt to track the status of assigning
|
|
61184
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
61185
61185
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
61186
61186
|
error: {
|
|
61187
61187
|
/** Type of the error associated with the action attempt. */
|
|
@@ -63389,7 +63389,7 @@ type Routes = {
|
|
|
63389
63389
|
result: null;
|
|
63390
63390
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
63391
63391
|
error: null;
|
|
63392
|
-
/** Action attempt to track the status of assigning
|
|
63392
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
63393
63393
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
63394
63394
|
} | {
|
|
63395
63395
|
/** ID of the action attempt. */
|
|
@@ -63397,9 +63397,9 @@ type Routes = {
|
|
|
63397
63397
|
status: 'success';
|
|
63398
63398
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
63399
63399
|
error: null;
|
|
63400
|
-
/** Action attempt to track the status of assigning
|
|
63400
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
63401
63401
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
63402
|
-
/** Result of
|
|
63402
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
63403
63403
|
result: {
|
|
63404
63404
|
/** ID of the Seam workspace associated with the access method. */
|
|
63405
63405
|
workspace_id: string;
|
|
@@ -63520,7 +63520,7 @@ type Routes = {
|
|
|
63520
63520
|
status: 'error';
|
|
63521
63521
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
63522
63522
|
result: null;
|
|
63523
|
-
/** Action attempt to track the status of assigning
|
|
63523
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
63524
63524
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
63525
63525
|
error: {
|
|
63526
63526
|
/** Type of the error associated with the action attempt. */
|
|
@@ -67252,7 +67252,7 @@ type Routes = {
|
|
|
67252
67252
|
result: null;
|
|
67253
67253
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
67254
67254
|
error: null;
|
|
67255
|
-
/** Action attempt to track the status of assigning
|
|
67255
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
67256
67256
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
67257
67257
|
} | {
|
|
67258
67258
|
/** ID of the action attempt. */
|
|
@@ -67260,9 +67260,9 @@ type Routes = {
|
|
|
67260
67260
|
status: 'success';
|
|
67261
67261
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
67262
67262
|
error: null;
|
|
67263
|
-
/** Action attempt to track the status of assigning
|
|
67263
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
67264
67264
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
67265
|
-
/** Result of
|
|
67265
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
67266
67266
|
result: {
|
|
67267
67267
|
/** ID of the Seam workspace associated with the access method. */
|
|
67268
67268
|
workspace_id: string;
|
|
@@ -67383,7 +67383,7 @@ type Routes = {
|
|
|
67383
67383
|
status: 'error';
|
|
67384
67384
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
67385
67385
|
result: null;
|
|
67386
|
-
/** Action attempt to track the status of assigning
|
|
67386
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
67387
67387
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
67388
67388
|
error: {
|
|
67389
67389
|
/** Type of the error associated with the action attempt. */
|
|
@@ -68924,7 +68924,7 @@ type Routes = {
|
|
|
68924
68924
|
result: null;
|
|
68925
68925
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
68926
68926
|
error: null;
|
|
68927
|
-
/** Action attempt to track the status of assigning
|
|
68927
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
68928
68928
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
68929
68929
|
} | {
|
|
68930
68930
|
/** ID of the action attempt. */
|
|
@@ -68932,9 +68932,9 @@ type Routes = {
|
|
|
68932
68932
|
status: 'success';
|
|
68933
68933
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
68934
68934
|
error: null;
|
|
68935
|
-
/** Action attempt to track the status of assigning
|
|
68935
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
68936
68936
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
68937
|
-
/** Result of
|
|
68937
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
68938
68938
|
result: {
|
|
68939
68939
|
/** ID of the Seam workspace associated with the access method. */
|
|
68940
68940
|
workspace_id: string;
|
|
@@ -69055,7 +69055,7 @@ type Routes = {
|
|
|
69055
69055
|
status: 'error';
|
|
69056
69056
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
69057
69057
|
result: null;
|
|
69058
|
-
/** Action attempt to track the status of assigning
|
|
69058
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
69059
69059
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
69060
69060
|
error: {
|
|
69061
69061
|
/** Type of the error associated with the action attempt. */
|
|
@@ -82373,7 +82373,7 @@ type Routes = {
|
|
|
82373
82373
|
result: null;
|
|
82374
82374
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
82375
82375
|
error: null;
|
|
82376
|
-
/** Action attempt to track the status of assigning
|
|
82376
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
82377
82377
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
82378
82378
|
} | {
|
|
82379
82379
|
/** ID of the action attempt. */
|
|
@@ -82381,9 +82381,9 @@ type Routes = {
|
|
|
82381
82381
|
status: 'success';
|
|
82382
82382
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
82383
82383
|
error: null;
|
|
82384
|
-
/** Action attempt to track the status of assigning
|
|
82384
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
82385
82385
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
82386
|
-
/** Result of
|
|
82386
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
82387
82387
|
result: {
|
|
82388
82388
|
/** ID of the Seam workspace associated with the access method. */
|
|
82389
82389
|
workspace_id: string;
|
|
@@ -82504,7 +82504,7 @@ type Routes = {
|
|
|
82504
82504
|
status: 'error';
|
|
82505
82505
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
82506
82506
|
result: null;
|
|
82507
|
-
/** Action attempt to track the status of assigning
|
|
82507
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
82508
82508
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
82509
82509
|
error: {
|
|
82510
82510
|
/** Type of the error associated with the action attempt. */
|
|
@@ -89555,7 +89555,7 @@ type Routes = {
|
|
|
89555
89555
|
result: null;
|
|
89556
89556
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
89557
89557
|
error: null;
|
|
89558
|
-
/** Action attempt to track the status of assigning
|
|
89558
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
89559
89559
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
89560
89560
|
} | {
|
|
89561
89561
|
/** ID of the action attempt. */
|
|
@@ -89563,9 +89563,9 @@ type Routes = {
|
|
|
89563
89563
|
status: 'success';
|
|
89564
89564
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
89565
89565
|
error: null;
|
|
89566
|
-
/** Action attempt to track the status of assigning
|
|
89566
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
89567
89567
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
89568
|
-
/** Result of
|
|
89568
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
89569
89569
|
result: {
|
|
89570
89570
|
/** ID of the Seam workspace associated with the access method. */
|
|
89571
89571
|
workspace_id: string;
|
|
@@ -89686,7 +89686,7 @@ type Routes = {
|
|
|
89686
89686
|
status: 'error';
|
|
89687
89687
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
89688
89688
|
result: null;
|
|
89689
|
-
/** Action attempt to track the status of assigning
|
|
89689
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
89690
89690
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
89691
89691
|
error: {
|
|
89692
89692
|
/** Type of the error associated with the action attempt. */
|
|
@@ -91228,7 +91228,7 @@ type Routes = {
|
|
|
91228
91228
|
result: null;
|
|
91229
91229
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
91230
91230
|
error: null;
|
|
91231
|
-
/** Action attempt to track the status of assigning
|
|
91231
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
91232
91232
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
91233
91233
|
} | {
|
|
91234
91234
|
/** ID of the action attempt. */
|
|
@@ -91236,9 +91236,9 @@ type Routes = {
|
|
|
91236
91236
|
status: 'success';
|
|
91237
91237
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
91238
91238
|
error: null;
|
|
91239
|
-
/** Action attempt to track the status of assigning
|
|
91239
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
91240
91240
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
91241
|
-
/** Result of
|
|
91241
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
91242
91242
|
result: {
|
|
91243
91243
|
/** ID of the Seam workspace associated with the access method. */
|
|
91244
91244
|
workspace_id: string;
|
|
@@ -91359,7 +91359,7 @@ type Routes = {
|
|
|
91359
91359
|
status: 'error';
|
|
91360
91360
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
91361
91361
|
result: null;
|
|
91362
|
-
/** Action attempt to track the status of assigning
|
|
91362
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
91363
91363
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
91364
91364
|
error: {
|
|
91365
91365
|
/** Type of the error associated with the action attempt. */
|
|
@@ -92899,7 +92899,7 @@ type Routes = {
|
|
|
92899
92899
|
result: null;
|
|
92900
92900
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
92901
92901
|
error: null;
|
|
92902
|
-
/** Action attempt to track the status of assigning
|
|
92902
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
92903
92903
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
92904
92904
|
} | {
|
|
92905
92905
|
/** ID of the action attempt. */
|
|
@@ -92907,9 +92907,9 @@ type Routes = {
|
|
|
92907
92907
|
status: 'success';
|
|
92908
92908
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
92909
92909
|
error: null;
|
|
92910
|
-
/** Action attempt to track the status of assigning
|
|
92910
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
92911
92911
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
92912
|
-
/** Result of
|
|
92912
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
92913
92913
|
result: {
|
|
92914
92914
|
/** ID of the Seam workspace associated with the access method. */
|
|
92915
92915
|
workspace_id: string;
|
|
@@ -93030,7 +93030,7 @@ type Routes = {
|
|
|
93030
93030
|
status: 'error';
|
|
93031
93031
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
93032
93032
|
result: null;
|
|
93033
|
-
/** Action attempt to track the status of assigning
|
|
93033
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
93034
93034
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
93035
93035
|
error: {
|
|
93036
93036
|
/** Type of the error associated with the action attempt. */
|
|
@@ -94572,7 +94572,7 @@ type Routes = {
|
|
|
94572
94572
|
result: null;
|
|
94573
94573
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
94574
94574
|
error: null;
|
|
94575
|
-
/** Action attempt to track the status of assigning
|
|
94575
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
94576
94576
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
94577
94577
|
} | {
|
|
94578
94578
|
/** ID of the action attempt. */
|
|
@@ -94580,9 +94580,9 @@ type Routes = {
|
|
|
94580
94580
|
status: 'success';
|
|
94581
94581
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
94582
94582
|
error: null;
|
|
94583
|
-
/** Action attempt to track the status of assigning
|
|
94583
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
94584
94584
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
94585
|
-
/** Result of
|
|
94585
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
94586
94586
|
result: {
|
|
94587
94587
|
/** ID of the Seam workspace associated with the access method. */
|
|
94588
94588
|
workspace_id: string;
|
|
@@ -94703,7 +94703,7 @@ type Routes = {
|
|
|
94703
94703
|
status: 'error';
|
|
94704
94704
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
94705
94705
|
result: null;
|
|
94706
|
-
/** Action attempt to track the status of assigning
|
|
94706
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
94707
94707
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
94708
94708
|
error: {
|
|
94709
94709
|
/** Type of the error associated with the action attempt. */
|
|
@@ -99026,7 +99026,7 @@ type Routes = {
|
|
|
99026
99026
|
result: null;
|
|
99027
99027
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
99028
99028
|
error: null;
|
|
99029
|
-
/** Action attempt to track the status of assigning
|
|
99029
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
99030
99030
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
99031
99031
|
} | {
|
|
99032
99032
|
/** ID of the action attempt. */
|
|
@@ -99034,9 +99034,9 @@ type Routes = {
|
|
|
99034
99034
|
status: 'success';
|
|
99035
99035
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
99036
99036
|
error: null;
|
|
99037
|
-
/** Action attempt to track the status of assigning
|
|
99037
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
99038
99038
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
99039
|
-
/** Result of
|
|
99039
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
99040
99040
|
result: {
|
|
99041
99041
|
/** ID of the Seam workspace associated with the access method. */
|
|
99042
99042
|
workspace_id: string;
|
|
@@ -99157,7 +99157,7 @@ type Routes = {
|
|
|
99157
99157
|
status: 'error';
|
|
99158
99158
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
99159
99159
|
result: null;
|
|
99160
|
-
/** Action attempt to track the status of assigning
|
|
99160
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
99161
99161
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
99162
99162
|
error: {
|
|
99163
99163
|
/** Type of the error associated with the action attempt. */
|
|
@@ -100718,7 +100718,7 @@ type Routes = {
|
|
|
100718
100718
|
result: null;
|
|
100719
100719
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
100720
100720
|
error: null;
|
|
100721
|
-
/** Action attempt to track the status of assigning
|
|
100721
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
100722
100722
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
100723
100723
|
} | {
|
|
100724
100724
|
/** ID of the action attempt. */
|
|
@@ -100726,9 +100726,9 @@ type Routes = {
|
|
|
100726
100726
|
status: 'success';
|
|
100727
100727
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
100728
100728
|
error: null;
|
|
100729
|
-
/** Action attempt to track the status of assigning
|
|
100729
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
100730
100730
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
100731
|
-
/** Result of
|
|
100731
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
100732
100732
|
result: {
|
|
100733
100733
|
/** ID of the Seam workspace associated with the access method. */
|
|
100734
100734
|
workspace_id: string;
|
|
@@ -100849,7 +100849,7 @@ type Routes = {
|
|
|
100849
100849
|
status: 'error';
|
|
100850
100850
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
100851
100851
|
result: null;
|
|
100852
|
-
/** Action attempt to track the status of assigning
|
|
100852
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
100853
100853
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
100854
100854
|
error: {
|
|
100855
100855
|
/** Type of the error associated with the action attempt. */
|
|
@@ -102466,7 +102466,7 @@ type Routes = {
|
|
|
102466
102466
|
result: null;
|
|
102467
102467
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
102468
102468
|
error: null;
|
|
102469
|
-
/** Action attempt to track the status of assigning
|
|
102469
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
102470
102470
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
102471
102471
|
} | {
|
|
102472
102472
|
/** ID of the action attempt. */
|
|
@@ -102474,9 +102474,9 @@ type Routes = {
|
|
|
102474
102474
|
status: 'success';
|
|
102475
102475
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
102476
102476
|
error: null;
|
|
102477
|
-
/** Action attempt to track the status of assigning
|
|
102477
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
102478
102478
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
102479
|
-
/** Result of
|
|
102479
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
102480
102480
|
result: {
|
|
102481
102481
|
/** ID of the Seam workspace associated with the access method. */
|
|
102482
102482
|
workspace_id: string;
|
|
@@ -102597,7 +102597,7 @@ type Routes = {
|
|
|
102597
102597
|
status: 'error';
|
|
102598
102598
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
102599
102599
|
result: null;
|
|
102600
|
-
/** Action attempt to track the status of assigning
|
|
102600
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
102601
102601
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
102602
102602
|
error: {
|
|
102603
102603
|
/** Type of the error associated with the action attempt. */
|
|
@@ -105187,7 +105187,7 @@ type Routes = {
|
|
|
105187
105187
|
result: null;
|
|
105188
105188
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
105189
105189
|
error: null;
|
|
105190
|
-
/** Action attempt to track the status of assigning
|
|
105190
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
105191
105191
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
105192
105192
|
} | {
|
|
105193
105193
|
/** ID of the action attempt. */
|
|
@@ -105195,9 +105195,9 @@ type Routes = {
|
|
|
105195
105195
|
status: 'success';
|
|
105196
105196
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
105197
105197
|
error: null;
|
|
105198
|
-
/** Action attempt to track the status of assigning
|
|
105198
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
105199
105199
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
105200
|
-
/** Result of
|
|
105200
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
105201
105201
|
result: {
|
|
105202
105202
|
/** ID of the Seam workspace associated with the access method. */
|
|
105203
105203
|
workspace_id: string;
|
|
@@ -105318,7 +105318,7 @@ type Routes = {
|
|
|
105318
105318
|
status: 'error';
|
|
105319
105319
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
105320
105320
|
result: null;
|
|
105321
|
-
/** Action attempt to track the status of assigning
|
|
105321
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
105322
105322
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
105323
105323
|
error: {
|
|
105324
105324
|
/** Type of the error associated with the action attempt. */
|
|
@@ -114681,7 +114681,7 @@ type Routes = {
|
|
|
114681
114681
|
result: null;
|
|
114682
114682
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
114683
114683
|
error: null;
|
|
114684
|
-
/** Action attempt to track the status of assigning
|
|
114684
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
114685
114685
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
114686
114686
|
} | {
|
|
114687
114687
|
/** ID of the action attempt. */
|
|
@@ -114689,9 +114689,9 @@ type Routes = {
|
|
|
114689
114689
|
status: 'success';
|
|
114690
114690
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
114691
114691
|
error: null;
|
|
114692
|
-
/** Action attempt to track the status of assigning
|
|
114692
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
114693
114693
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
114694
|
-
/** Result of
|
|
114694
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
114695
114695
|
result: {
|
|
114696
114696
|
/** ID of the Seam workspace associated with the access method. */
|
|
114697
114697
|
workspace_id: string;
|
|
@@ -114812,7 +114812,7 @@ type Routes = {
|
|
|
114812
114812
|
status: 'error';
|
|
114813
114813
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
114814
114814
|
result: null;
|
|
114815
|
-
/** Action attempt to track the status of assigning
|
|
114815
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
114816
114816
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
114817
114817
|
error: {
|
|
114818
114818
|
/** Type of the error associated with the action attempt. */
|
|
@@ -116358,7 +116358,7 @@ type Routes = {
|
|
|
116358
116358
|
result: null;
|
|
116359
116359
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
116360
116360
|
error: null;
|
|
116361
|
-
/** Action attempt to track the status of assigning
|
|
116361
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
116362
116362
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
116363
116363
|
} | {
|
|
116364
116364
|
/** ID of the action attempt. */
|
|
@@ -116366,9 +116366,9 @@ type Routes = {
|
|
|
116366
116366
|
status: 'success';
|
|
116367
116367
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
116368
116368
|
error: null;
|
|
116369
|
-
/** Action attempt to track the status of assigning
|
|
116369
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
116370
116370
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
116371
|
-
/** Result of
|
|
116371
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
116372
116372
|
result: {
|
|
116373
116373
|
/** ID of the Seam workspace associated with the access method. */
|
|
116374
116374
|
workspace_id: string;
|
|
@@ -116489,7 +116489,7 @@ type Routes = {
|
|
|
116489
116489
|
status: 'error';
|
|
116490
116490
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
116491
116491
|
result: null;
|
|
116492
|
-
/** Action attempt to track the status of assigning
|
|
116492
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
116493
116493
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
116494
116494
|
error: {
|
|
116495
116495
|
/** Type of the error associated with the action attempt. */
|
|
@@ -118141,7 +118141,7 @@ type Routes = {
|
|
|
118141
118141
|
result: null;
|
|
118142
118142
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
118143
118143
|
error: null;
|
|
118144
|
-
/** Action attempt to track the status of assigning
|
|
118144
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
118145
118145
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
118146
118146
|
} | {
|
|
118147
118147
|
/** ID of the action attempt. */
|
|
@@ -118149,9 +118149,9 @@ type Routes = {
|
|
|
118149
118149
|
status: 'success';
|
|
118150
118150
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
118151
118151
|
error: null;
|
|
118152
|
-
/** Action attempt to track the status of assigning
|
|
118152
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
118153
118153
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
118154
|
-
/** Result of
|
|
118154
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
118155
118155
|
result: {
|
|
118156
118156
|
/** ID of the Seam workspace associated with the access method. */
|
|
118157
118157
|
workspace_id: string;
|
|
@@ -118272,7 +118272,7 @@ type Routes = {
|
|
|
118272
118272
|
status: 'error';
|
|
118273
118273
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
118274
118274
|
result: null;
|
|
118275
|
-
/** Action attempt to track the status of assigning
|
|
118275
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
118276
118276
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
118277
118277
|
error: {
|
|
118278
118278
|
/** Type of the error associated with the action attempt. */
|
|
@@ -121210,7 +121210,7 @@ type Routes = {
|
|
|
121210
121210
|
result: null;
|
|
121211
121211
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
121212
121212
|
error: null;
|
|
121213
|
-
/** Action attempt to track the status of assigning
|
|
121213
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
121214
121214
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
121215
121215
|
} | {
|
|
121216
121216
|
/** ID of the action attempt. */
|
|
@@ -121218,9 +121218,9 @@ type Routes = {
|
|
|
121218
121218
|
status: 'success';
|
|
121219
121219
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
121220
121220
|
error: null;
|
|
121221
|
-
/** Action attempt to track the status of assigning
|
|
121221
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
121222
121222
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
121223
|
-
/** Result of
|
|
121223
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
121224
121224
|
result: {
|
|
121225
121225
|
/** ID of the Seam workspace associated with the access method. */
|
|
121226
121226
|
workspace_id: string;
|
|
@@ -121341,7 +121341,7 @@ type Routes = {
|
|
|
121341
121341
|
status: 'error';
|
|
121342
121342
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
121343
121343
|
result: null;
|
|
121344
|
-
/** Action attempt to track the status of assigning
|
|
121344
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
121345
121345
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
121346
121346
|
error: {
|
|
121347
121347
|
/** Type of the error associated with the action attempt. */
|
|
@@ -122891,7 +122891,7 @@ type Routes = {
|
|
|
122891
122891
|
result: null;
|
|
122892
122892
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
122893
122893
|
error: null;
|
|
122894
|
-
/** Action attempt to track the status of assigning
|
|
122894
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
122895
122895
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
122896
122896
|
} | {
|
|
122897
122897
|
/** ID of the action attempt. */
|
|
@@ -122899,9 +122899,9 @@ type Routes = {
|
|
|
122899
122899
|
status: 'success';
|
|
122900
122900
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
122901
122901
|
error: null;
|
|
122902
|
-
/** Action attempt to track the status of assigning
|
|
122902
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
122903
122903
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
122904
|
-
/** Result of
|
|
122904
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
122905
122905
|
result: {
|
|
122906
122906
|
/** ID of the Seam workspace associated with the access method. */
|
|
122907
122907
|
workspace_id: string;
|
|
@@ -123022,7 +123022,7 @@ type Routes = {
|
|
|
123022
123022
|
status: 'error';
|
|
123023
123023
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
123024
123024
|
result: null;
|
|
123025
|
-
/** Action attempt to track the status of assigning
|
|
123025
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
123026
123026
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
123027
123027
|
error: {
|
|
123028
123028
|
/** Type of the error associated with the action attempt. */
|
|
@@ -127335,7 +127335,7 @@ type Routes = {
|
|
|
127335
127335
|
result: null;
|
|
127336
127336
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
127337
127337
|
error: null;
|
|
127338
|
-
/** Action attempt to track the status of assigning
|
|
127338
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
127339
127339
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
127340
127340
|
} | {
|
|
127341
127341
|
/** ID of the action attempt. */
|
|
@@ -127343,9 +127343,9 @@ type Routes = {
|
|
|
127343
127343
|
status: 'success';
|
|
127344
127344
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
127345
127345
|
error: null;
|
|
127346
|
-
/** Action attempt to track the status of assigning
|
|
127346
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
127347
127347
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
127348
|
-
/** Result of
|
|
127348
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
127349
127349
|
result: {
|
|
127350
127350
|
/** ID of the Seam workspace associated with the access method. */
|
|
127351
127351
|
workspace_id: string;
|
|
@@ -127466,7 +127466,7 @@ type Routes = {
|
|
|
127466
127466
|
status: 'error';
|
|
127467
127467
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
127468
127468
|
result: null;
|
|
127469
|
-
/** Action attempt to track the status of assigning
|
|
127469
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
127470
127470
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
127471
127471
|
error: {
|
|
127472
127472
|
/** Type of the error associated with the action attempt. */
|
|
@@ -129211,7 +129211,7 @@ type Routes = {
|
|
|
129211
129211
|
result: null;
|
|
129212
129212
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
129213
129213
|
error: null;
|
|
129214
|
-
/** Action attempt to track the status of assigning
|
|
129214
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
129215
129215
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
129216
129216
|
} | {
|
|
129217
129217
|
/** ID of the action attempt. */
|
|
@@ -129219,9 +129219,9 @@ type Routes = {
|
|
|
129219
129219
|
status: 'success';
|
|
129220
129220
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
129221
129221
|
error: null;
|
|
129222
|
-
/** Action attempt to track the status of assigning
|
|
129222
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
129223
129223
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
129224
|
-
/** Result of
|
|
129224
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
129225
129225
|
result: {
|
|
129226
129226
|
/** ID of the Seam workspace associated with the access method. */
|
|
129227
129227
|
workspace_id: string;
|
|
@@ -129342,7 +129342,7 @@ type Routes = {
|
|
|
129342
129342
|
status: 'error';
|
|
129343
129343
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
129344
129344
|
result: null;
|
|
129345
|
-
/** Action attempt to track the status of assigning
|
|
129345
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
129346
129346
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
129347
129347
|
error: {
|
|
129348
129348
|
/** Type of the error associated with the action attempt. */
|
|
@@ -130915,7 +130915,7 @@ type Routes = {
|
|
|
130915
130915
|
result: null;
|
|
130916
130916
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
130917
130917
|
error: null;
|
|
130918
|
-
/** Action attempt to track the status of assigning
|
|
130918
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
130919
130919
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
130920
130920
|
} | {
|
|
130921
130921
|
/** ID of the action attempt. */
|
|
@@ -130923,9 +130923,9 @@ type Routes = {
|
|
|
130923
130923
|
status: 'success';
|
|
130924
130924
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
130925
130925
|
error: null;
|
|
130926
|
-
/** Action attempt to track the status of assigning
|
|
130926
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
130927
130927
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
130928
|
-
/** Result of
|
|
130928
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
130929
130929
|
result: {
|
|
130930
130930
|
/** ID of the Seam workspace associated with the access method. */
|
|
130931
130931
|
workspace_id: string;
|
|
@@ -131046,7 +131046,7 @@ type Routes = {
|
|
|
131046
131046
|
status: 'error';
|
|
131047
131047
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
131048
131048
|
result: null;
|
|
131049
|
-
/** Action attempt to track the status of assigning
|
|
131049
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
131050
131050
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
131051
131051
|
error: {
|
|
131052
131052
|
/** Type of the error associated with the action attempt. */
|
|
@@ -132731,7 +132731,7 @@ type Routes = {
|
|
|
132731
132731
|
result: null;
|
|
132732
132732
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
132733
132733
|
error: null;
|
|
132734
|
-
/** Action attempt to track the status of assigning
|
|
132734
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
132735
132735
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
132736
132736
|
} | {
|
|
132737
132737
|
/** ID of the action attempt. */
|
|
@@ -132739,9 +132739,9 @@ type Routes = {
|
|
|
132739
132739
|
status: 'success';
|
|
132740
132740
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
132741
132741
|
error: null;
|
|
132742
|
-
/** Action attempt to track the status of assigning
|
|
132742
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
132743
132743
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
132744
|
-
/** Result of
|
|
132744
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
132745
132745
|
result: {
|
|
132746
132746
|
/** ID of the Seam workspace associated with the access method. */
|
|
132747
132747
|
workspace_id: string;
|
|
@@ -132862,7 +132862,7 @@ type Routes = {
|
|
|
132862
132862
|
status: 'error';
|
|
132863
132863
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
132864
132864
|
result: null;
|
|
132865
|
-
/** Action attempt to track the status of assigning
|
|
132865
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
132866
132866
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
132867
132867
|
error: {
|
|
132868
132868
|
/** Type of the error associated with the action attempt. */
|
|
@@ -140976,7 +140976,7 @@ type Routes = {
|
|
|
140976
140976
|
result: null;
|
|
140977
140977
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
140978
140978
|
error: null;
|
|
140979
|
-
/** Action attempt to track the status of assigning
|
|
140979
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
140980
140980
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
140981
140981
|
} | {
|
|
140982
140982
|
/** ID of the action attempt. */
|
|
@@ -140984,9 +140984,9 @@ type Routes = {
|
|
|
140984
140984
|
status: 'success';
|
|
140985
140985
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
140986
140986
|
error: null;
|
|
140987
|
-
/** Action attempt to track the status of assigning
|
|
140987
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
140988
140988
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
140989
|
-
/** Result of
|
|
140989
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
140990
140990
|
result: {
|
|
140991
140991
|
/** ID of the Seam workspace associated with the access method. */
|
|
140992
140992
|
workspace_id: string;
|
|
@@ -141107,7 +141107,7 @@ type Routes = {
|
|
|
141107
141107
|
status: 'error';
|
|
141108
141108
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
141109
141109
|
result: null;
|
|
141110
|
-
/** Action attempt to track the status of assigning
|
|
141110
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
141111
141111
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
141112
141112
|
error: {
|
|
141113
141113
|
/** Type of the error associated with the action attempt. */
|
|
@@ -148482,7 +148482,7 @@ type Routes = {
|
|
|
148482
148482
|
result: null;
|
|
148483
148483
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
148484
148484
|
error: null;
|
|
148485
|
-
/** Action attempt to track the status of assigning
|
|
148485
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
148486
148486
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
148487
148487
|
} | {
|
|
148488
148488
|
/** ID of the action attempt. */
|
|
@@ -148490,9 +148490,9 @@ type Routes = {
|
|
|
148490
148490
|
status: 'success';
|
|
148491
148491
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
148492
148492
|
error: null;
|
|
148493
|
-
/** Action attempt to track the status of assigning
|
|
148493
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
148494
148494
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
148495
|
-
/** Result of
|
|
148495
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
148496
148496
|
result: {
|
|
148497
148497
|
/** ID of the Seam workspace associated with the access method. */
|
|
148498
148498
|
workspace_id: string;
|
|
@@ -148613,7 +148613,7 @@ type Routes = {
|
|
|
148613
148613
|
status: 'error';
|
|
148614
148614
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
148615
148615
|
result: null;
|
|
148616
|
-
/** Action attempt to track the status of assigning
|
|
148616
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
148617
148617
|
action_type: 'ASSIGN_CREDENTIAL';
|
|
148618
148618
|
error: {
|
|
148619
148619
|
/** Type of the error associated with the action attempt. */
|