@seamapi/types 1.883.0 → 1.885.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 +64 -10
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +327 -132
- package/dist/index.cjs +64 -10
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +8 -8
- 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/models/devices/device.d.ts +58 -0
- package/lib/seam/connect/models/devices/device.js +10 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +21 -0
- package/lib/seam/connect/openapi.js +49 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +272 -132
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/assign-credential.ts +2 -2
- package/src/lib/seam/connect/models/devices/device.ts +11 -0
- package/src/lib/seam/connect/openapi.ts +57 -5
- package/src/lib/seam/connect/route-types.ts +292 -132
|
@@ -1226,7 +1226,7 @@ export type Routes = {
|
|
|
1226
1226
|
result: null
|
|
1227
1227
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
1228
1228
|
error: null
|
|
1229
|
-
/** Action attempt to track the status of assigning
|
|
1229
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
1230
1230
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
1231
1231
|
}
|
|
1232
1232
|
| {
|
|
@@ -1235,9 +1235,9 @@ export type Routes = {
|
|
|
1235
1235
|
status: 'success'
|
|
1236
1236
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
1237
1237
|
error: null
|
|
1238
|
-
/** Action attempt to track the status of assigning
|
|
1238
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
1239
1239
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
1240
|
-
/** Result of
|
|
1240
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
1241
1241
|
result: {
|
|
1242
1242
|
/** ID of the Seam workspace associated with the access method. */
|
|
1243
1243
|
workspace_id: string
|
|
@@ -1367,7 +1367,7 @@ export type Routes = {
|
|
|
1367
1367
|
status: 'error'
|
|
1368
1368
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
1369
1369
|
result: null
|
|
1370
|
-
/** Action attempt to track the status of assigning
|
|
1370
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
1371
1371
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
1372
1372
|
error:
|
|
1373
1373
|
| {
|
|
@@ -4631,7 +4631,7 @@ export type Routes = {
|
|
|
4631
4631
|
result: null
|
|
4632
4632
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
4633
4633
|
error: null
|
|
4634
|
-
/** Action attempt to track the status of assigning
|
|
4634
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
4635
4635
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
4636
4636
|
}
|
|
4637
4637
|
| {
|
|
@@ -4640,9 +4640,9 @@ export type Routes = {
|
|
|
4640
4640
|
status: 'success'
|
|
4641
4641
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
4642
4642
|
error: null
|
|
4643
|
-
/** Action attempt to track the status of assigning
|
|
4643
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
4644
4644
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
4645
|
-
/** Result of
|
|
4645
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
4646
4646
|
result: {
|
|
4647
4647
|
/** ID of the Seam workspace associated with the access method. */
|
|
4648
4648
|
workspace_id: string
|
|
@@ -4772,7 +4772,7 @@ export type Routes = {
|
|
|
4772
4772
|
status: 'error'
|
|
4773
4773
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
4774
4774
|
result: null
|
|
4775
|
-
/** Action attempt to track the status of assigning
|
|
4775
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
4776
4776
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
4777
4777
|
error:
|
|
4778
4778
|
| {
|
|
@@ -10286,7 +10286,7 @@ export type Routes = {
|
|
|
10286
10286
|
result: null
|
|
10287
10287
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
10288
10288
|
error: null
|
|
10289
|
-
/** Action attempt to track the status of assigning
|
|
10289
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
10290
10290
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
10291
10291
|
}
|
|
10292
10292
|
| {
|
|
@@ -10295,9 +10295,9 @@ export type Routes = {
|
|
|
10295
10295
|
status: 'success'
|
|
10296
10296
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
10297
10297
|
error: null
|
|
10298
|
-
/** Action attempt to track the status of assigning
|
|
10298
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
10299
10299
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
10300
|
-
/** Result of
|
|
10300
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
10301
10301
|
result: {
|
|
10302
10302
|
/** ID of the Seam workspace associated with the access method. */
|
|
10303
10303
|
workspace_id: string
|
|
@@ -10427,7 +10427,7 @@ export type Routes = {
|
|
|
10427
10427
|
status: 'error'
|
|
10428
10428
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
10429
10429
|
result: null
|
|
10430
|
-
/** Action attempt to track the status of assigning
|
|
10430
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
10431
10431
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
10432
10432
|
error:
|
|
10433
10433
|
| {
|
|
@@ -13559,7 +13559,7 @@ export type Routes = {
|
|
|
13559
13559
|
result: null
|
|
13560
13560
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
13561
13561
|
error: null
|
|
13562
|
-
/** Action attempt to track the status of assigning
|
|
13562
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
13563
13563
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
13564
13564
|
}
|
|
13565
13565
|
| {
|
|
@@ -13568,9 +13568,9 @@ export type Routes = {
|
|
|
13568
13568
|
status: 'success'
|
|
13569
13569
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
13570
13570
|
error: null
|
|
13571
|
-
/** Action attempt to track the status of assigning
|
|
13571
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
13572
13572
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
13573
|
-
/** Result of
|
|
13573
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
13574
13574
|
result: {
|
|
13575
13575
|
/** ID of the Seam workspace associated with the access method. */
|
|
13576
13576
|
workspace_id: string
|
|
@@ -13700,7 +13700,7 @@ export type Routes = {
|
|
|
13700
13700
|
status: 'error'
|
|
13701
13701
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
13702
13702
|
result: null
|
|
13703
|
-
/** Action attempt to track the status of assigning
|
|
13703
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
13704
13704
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
13705
13705
|
error:
|
|
13706
13706
|
| {
|
|
@@ -16512,6 +16512,14 @@ export type Routes = {
|
|
|
16512
16512
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16513
16513
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
16514
16514
|
}
|
|
16515
|
+
| {
|
|
16516
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16517
|
+
message: string
|
|
16518
|
+
/** Date and time at which Seam created the warning. */
|
|
16519
|
+
created_at: string
|
|
16520
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16521
|
+
warning_code: 'provider_issue'
|
|
16522
|
+
}
|
|
16515
16523
|
| {
|
|
16516
16524
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
16517
16525
|
message: string
|
|
@@ -19680,7 +19688,7 @@ export type Routes = {
|
|
|
19680
19688
|
result: null
|
|
19681
19689
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
19682
19690
|
error: null
|
|
19683
|
-
/** Action attempt to track the status of assigning
|
|
19691
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
19684
19692
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
19685
19693
|
}
|
|
19686
19694
|
| {
|
|
@@ -19689,9 +19697,9 @@ export type Routes = {
|
|
|
19689
19697
|
status: 'success'
|
|
19690
19698
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
19691
19699
|
error: null
|
|
19692
|
-
/** Action attempt to track the status of assigning
|
|
19700
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
19693
19701
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
19694
|
-
/** Result of
|
|
19702
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
19695
19703
|
result: {
|
|
19696
19704
|
/** ID of the Seam workspace associated with the access method. */
|
|
19697
19705
|
workspace_id: string
|
|
@@ -19821,7 +19829,7 @@ export type Routes = {
|
|
|
19821
19829
|
status: 'error'
|
|
19822
19830
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
19823
19831
|
result: null
|
|
19824
|
-
/** Action attempt to track the status of assigning
|
|
19832
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
19825
19833
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
19826
19834
|
error:
|
|
19827
19835
|
| {
|
|
@@ -21641,7 +21649,7 @@ export type Routes = {
|
|
|
21641
21649
|
result: null
|
|
21642
21650
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
21643
21651
|
error: null
|
|
21644
|
-
/** Action attempt to track the status of assigning
|
|
21652
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
21645
21653
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
21646
21654
|
}
|
|
21647
21655
|
| {
|
|
@@ -21650,9 +21658,9 @@ export type Routes = {
|
|
|
21650
21658
|
status: 'success'
|
|
21651
21659
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
21652
21660
|
error: null
|
|
21653
|
-
/** Action attempt to track the status of assigning
|
|
21661
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
21654
21662
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
21655
|
-
/** Result of
|
|
21663
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
21656
21664
|
result: {
|
|
21657
21665
|
/** ID of the Seam workspace associated with the access method. */
|
|
21658
21666
|
workspace_id: string
|
|
@@ -21782,7 +21790,7 @@ export type Routes = {
|
|
|
21782
21790
|
status: 'error'
|
|
21783
21791
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
21784
21792
|
result: null
|
|
21785
|
-
/** Action attempt to track the status of assigning
|
|
21793
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
21786
21794
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
21787
21795
|
error:
|
|
21788
21796
|
| {
|
|
@@ -24206,6 +24214,14 @@ export type Routes = {
|
|
|
24206
24214
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24207
24215
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
24208
24216
|
}
|
|
24217
|
+
| {
|
|
24218
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24219
|
+
message: string
|
|
24220
|
+
/** Date and time at which Seam created the warning. */
|
|
24221
|
+
created_at: string
|
|
24222
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24223
|
+
warning_code: 'provider_issue'
|
|
24224
|
+
}
|
|
24209
24225
|
| {
|
|
24210
24226
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
24211
24227
|
message: string
|
|
@@ -26417,7 +26433,7 @@ export type Routes = {
|
|
|
26417
26433
|
result: null
|
|
26418
26434
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
26419
26435
|
error: null
|
|
26420
|
-
/** Action attempt to track the status of assigning
|
|
26436
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
26421
26437
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
26422
26438
|
}
|
|
26423
26439
|
| {
|
|
@@ -26426,9 +26442,9 @@ export type Routes = {
|
|
|
26426
26442
|
status: 'success'
|
|
26427
26443
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
26428
26444
|
error: null
|
|
26429
|
-
/** Action attempt to track the status of assigning
|
|
26445
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
26430
26446
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
26431
|
-
/** Result of
|
|
26447
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
26432
26448
|
result: {
|
|
26433
26449
|
/** ID of the Seam workspace associated with the access method. */
|
|
26434
26450
|
workspace_id: string
|
|
@@ -26558,7 +26574,7 @@ export type Routes = {
|
|
|
26558
26574
|
status: 'error'
|
|
26559
26575
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
26560
26576
|
result: null
|
|
26561
|
-
/** Action attempt to track the status of assigning
|
|
26577
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
26562
26578
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
26563
26579
|
error:
|
|
26564
26580
|
| {
|
|
@@ -32095,7 +32111,7 @@ export type Routes = {
|
|
|
32095
32111
|
result: null
|
|
32096
32112
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
32097
32113
|
error: null
|
|
32098
|
-
/** Action attempt to track the status of assigning
|
|
32114
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
32099
32115
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
32100
32116
|
}
|
|
32101
32117
|
| {
|
|
@@ -32104,9 +32120,9 @@ export type Routes = {
|
|
|
32104
32120
|
status: 'success'
|
|
32105
32121
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
32106
32122
|
error: null
|
|
32107
|
-
/** Action attempt to track the status of assigning
|
|
32123
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
32108
32124
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
32109
|
-
/** Result of
|
|
32125
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
32110
32126
|
result: {
|
|
32111
32127
|
/** ID of the Seam workspace associated with the access method. */
|
|
32112
32128
|
workspace_id: string
|
|
@@ -32236,7 +32252,7 @@ export type Routes = {
|
|
|
32236
32252
|
status: 'error'
|
|
32237
32253
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
32238
32254
|
result: null
|
|
32239
|
-
/** Action attempt to track the status of assigning
|
|
32255
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
32240
32256
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
32241
32257
|
error:
|
|
32242
32258
|
| {
|
|
@@ -34151,7 +34167,7 @@ export type Routes = {
|
|
|
34151
34167
|
result: null
|
|
34152
34168
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
34153
34169
|
error: null
|
|
34154
|
-
/** Action attempt to track the status of assigning
|
|
34170
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
34155
34171
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
34156
34172
|
}
|
|
34157
34173
|
| {
|
|
@@ -34160,9 +34176,9 @@ export type Routes = {
|
|
|
34160
34176
|
status: 'success'
|
|
34161
34177
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
34162
34178
|
error: null
|
|
34163
|
-
/** Action attempt to track the status of assigning
|
|
34179
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
34164
34180
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
34165
|
-
/** Result of
|
|
34181
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
34166
34182
|
result: {
|
|
34167
34183
|
/** ID of the Seam workspace associated with the access method. */
|
|
34168
34184
|
workspace_id: string
|
|
@@ -34292,7 +34308,7 @@ export type Routes = {
|
|
|
34292
34308
|
status: 'error'
|
|
34293
34309
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
34294
34310
|
result: null
|
|
34295
|
-
/** Action attempt to track the status of assigning
|
|
34311
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
34296
34312
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
34297
34313
|
error:
|
|
34298
34314
|
| {
|
|
@@ -36099,7 +36115,7 @@ export type Routes = {
|
|
|
36099
36115
|
result: null
|
|
36100
36116
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
36101
36117
|
error: null
|
|
36102
|
-
/** Action attempt to track the status of assigning
|
|
36118
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
36103
36119
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
36104
36120
|
}
|
|
36105
36121
|
| {
|
|
@@ -36108,9 +36124,9 @@ export type Routes = {
|
|
|
36108
36124
|
status: 'success'
|
|
36109
36125
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
36110
36126
|
error: null
|
|
36111
|
-
/** Action attempt to track the status of assigning
|
|
36127
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
36112
36128
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
36113
|
-
/** Result of
|
|
36129
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
36114
36130
|
result: {
|
|
36115
36131
|
/** ID of the Seam workspace associated with the access method. */
|
|
36116
36132
|
workspace_id: string
|
|
@@ -36240,7 +36256,7 @@ export type Routes = {
|
|
|
36240
36256
|
status: 'error'
|
|
36241
36257
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
36242
36258
|
result: null
|
|
36243
|
-
/** Action attempt to track the status of assigning
|
|
36259
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
36244
36260
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
36245
36261
|
error:
|
|
36246
36262
|
| {
|
|
@@ -38815,7 +38831,7 @@ export type Routes = {
|
|
|
38815
38831
|
result: null
|
|
38816
38832
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
38817
38833
|
error: null
|
|
38818
|
-
/** Action attempt to track the status of assigning
|
|
38834
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
38819
38835
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
38820
38836
|
}
|
|
38821
38837
|
| {
|
|
@@ -38824,9 +38840,9 @@ export type Routes = {
|
|
|
38824
38840
|
status: 'success'
|
|
38825
38841
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
38826
38842
|
error: null
|
|
38827
|
-
/** Action attempt to track the status of assigning
|
|
38843
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
38828
38844
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
38829
|
-
/** Result of
|
|
38845
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
38830
38846
|
result: {
|
|
38831
38847
|
/** ID of the Seam workspace associated with the access method. */
|
|
38832
38848
|
workspace_id: string
|
|
@@ -38956,7 +38972,7 @@ export type Routes = {
|
|
|
38956
38972
|
status: 'error'
|
|
38957
38973
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
38958
38974
|
result: null
|
|
38959
|
-
/** Action attempt to track the status of assigning
|
|
38975
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
38960
38976
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
38961
38977
|
error:
|
|
38962
38978
|
| {
|
|
@@ -43333,7 +43349,7 @@ export type Routes = {
|
|
|
43333
43349
|
result: null
|
|
43334
43350
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
43335
43351
|
error: null
|
|
43336
|
-
/** Action attempt to track the status of assigning
|
|
43352
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
43337
43353
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
43338
43354
|
}
|
|
43339
43355
|
| {
|
|
@@ -43342,9 +43358,9 @@ export type Routes = {
|
|
|
43342
43358
|
status: 'success'
|
|
43343
43359
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
43344
43360
|
error: null
|
|
43345
|
-
/** Action attempt to track the status of assigning
|
|
43361
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
43346
43362
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
43347
|
-
/** Result of
|
|
43363
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
43348
43364
|
result: {
|
|
43349
43365
|
/** ID of the Seam workspace associated with the access method. */
|
|
43350
43366
|
workspace_id: string
|
|
@@ -43474,7 +43490,7 @@ export type Routes = {
|
|
|
43474
43490
|
status: 'error'
|
|
43475
43491
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
43476
43492
|
result: null
|
|
43477
|
-
/** Action attempt to track the status of assigning
|
|
43493
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
43478
43494
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
43479
43495
|
error:
|
|
43480
43496
|
| {
|
|
@@ -45271,7 +45287,7 @@ export type Routes = {
|
|
|
45271
45287
|
result: null
|
|
45272
45288
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
45273
45289
|
error: null
|
|
45274
|
-
/** Action attempt to track the status of assigning
|
|
45290
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
45275
45291
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
45276
45292
|
}
|
|
45277
45293
|
| {
|
|
@@ -45280,9 +45296,9 @@ export type Routes = {
|
|
|
45280
45296
|
status: 'success'
|
|
45281
45297
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
45282
45298
|
error: null
|
|
45283
|
-
/** Action attempt to track the status of assigning
|
|
45299
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
45284
45300
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
45285
|
-
/** Result of
|
|
45301
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
45286
45302
|
result: {
|
|
45287
45303
|
/** ID of the Seam workspace associated with the access method. */
|
|
45288
45304
|
workspace_id: string
|
|
@@ -45412,7 +45428,7 @@ export type Routes = {
|
|
|
45412
45428
|
status: 'error'
|
|
45413
45429
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
45414
45430
|
result: null
|
|
45415
|
-
/** Action attempt to track the status of assigning
|
|
45431
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
45416
45432
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
45417
45433
|
error:
|
|
45418
45434
|
| {
|
|
@@ -49961,6 +49977,14 @@ export type Routes = {
|
|
|
49961
49977
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49962
49978
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
49963
49979
|
}
|
|
49980
|
+
| {
|
|
49981
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49982
|
+
message: string
|
|
49983
|
+
/** Date and time at which Seam created the warning. */
|
|
49984
|
+
created_at: string
|
|
49985
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
49986
|
+
warning_code: 'provider_issue'
|
|
49987
|
+
}
|
|
49964
49988
|
| {
|
|
49965
49989
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
49966
49990
|
message: string
|
|
@@ -51884,6 +51908,14 @@ export type Routes = {
|
|
|
51884
51908
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51885
51909
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
51886
51910
|
}
|
|
51911
|
+
| {
|
|
51912
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51913
|
+
message: string
|
|
51914
|
+
/** Date and time at which Seam created the warning. */
|
|
51915
|
+
created_at: string
|
|
51916
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
51917
|
+
warning_code: 'provider_issue'
|
|
51918
|
+
}
|
|
51887
51919
|
| {
|
|
51888
51920
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
51889
51921
|
message: string
|
|
@@ -53927,6 +53959,14 @@ export type Routes = {
|
|
|
53927
53959
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53928
53960
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
53929
53961
|
}
|
|
53962
|
+
| {
|
|
53963
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53964
|
+
message: string
|
|
53965
|
+
/** Date and time at which Seam created the warning. */
|
|
53966
|
+
created_at: string
|
|
53967
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
53968
|
+
warning_code: 'provider_issue'
|
|
53969
|
+
}
|
|
53930
53970
|
| {
|
|
53931
53971
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
53932
53972
|
message: string
|
|
@@ -54715,6 +54755,14 @@ export type Routes = {
|
|
|
54715
54755
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54716
54756
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
54717
54757
|
}
|
|
54758
|
+
| {
|
|
54759
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54760
|
+
message: string
|
|
54761
|
+
/** Date and time at which Seam created the warning. */
|
|
54762
|
+
created_at: string
|
|
54763
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
54764
|
+
warning_code: 'provider_issue'
|
|
54765
|
+
}
|
|
54718
54766
|
| {
|
|
54719
54767
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
54720
54768
|
message: string
|
|
@@ -62792,7 +62840,7 @@ export type Routes = {
|
|
|
62792
62840
|
result: null
|
|
62793
62841
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
62794
62842
|
error: null
|
|
62795
|
-
/** Action attempt to track the status of assigning
|
|
62843
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
62796
62844
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
62797
62845
|
}
|
|
62798
62846
|
| {
|
|
@@ -62801,9 +62849,9 @@ export type Routes = {
|
|
|
62801
62849
|
status: 'success'
|
|
62802
62850
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
62803
62851
|
error: null
|
|
62804
|
-
/** Action attempt to track the status of assigning
|
|
62852
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
62805
62853
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
62806
|
-
/** Result of
|
|
62854
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
62807
62855
|
result: {
|
|
62808
62856
|
/** ID of the Seam workspace associated with the access method. */
|
|
62809
62857
|
workspace_id: string
|
|
@@ -62933,7 +62981,7 @@ export type Routes = {
|
|
|
62933
62981
|
status: 'error'
|
|
62934
62982
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
62935
62983
|
result: null
|
|
62936
|
-
/** Action attempt to track the status of assigning
|
|
62984
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
62937
62985
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
62938
62986
|
error:
|
|
62939
62987
|
| {
|
|
@@ -65137,6 +65185,14 @@ export type Routes = {
|
|
|
65137
65185
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65138
65186
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
65139
65187
|
}
|
|
65188
|
+
| {
|
|
65189
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65190
|
+
message: string
|
|
65191
|
+
/** Date and time at which Seam created the warning. */
|
|
65192
|
+
created_at: string
|
|
65193
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
65194
|
+
warning_code: 'provider_issue'
|
|
65195
|
+
}
|
|
65140
65196
|
| {
|
|
65141
65197
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
65142
65198
|
message: string
|
|
@@ -66821,6 +66877,14 @@ export type Routes = {
|
|
|
66821
66877
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66822
66878
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
66823
66879
|
}
|
|
66880
|
+
| {
|
|
66881
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66882
|
+
message: string
|
|
66883
|
+
/** Date and time at which Seam created the warning. */
|
|
66884
|
+
created_at: string
|
|
66885
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
66886
|
+
warning_code: 'provider_issue'
|
|
66887
|
+
}
|
|
66824
66888
|
| {
|
|
66825
66889
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
66826
66890
|
message: string
|
|
@@ -68698,6 +68762,14 @@ export type Routes = {
|
|
|
68698
68762
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68699
68763
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
68700
68764
|
}
|
|
68765
|
+
| {
|
|
68766
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68767
|
+
message: string
|
|
68768
|
+
/** Date and time at which Seam created the warning. */
|
|
68769
|
+
created_at: string
|
|
68770
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
68771
|
+
warning_code: 'provider_issue'
|
|
68772
|
+
}
|
|
68701
68773
|
| {
|
|
68702
68774
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
68703
68775
|
message: string
|
|
@@ -70381,6 +70453,14 @@ export type Routes = {
|
|
|
70381
70453
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70382
70454
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
70383
70455
|
}
|
|
70456
|
+
| {
|
|
70457
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70458
|
+
message: string
|
|
70459
|
+
/** Date and time at which Seam created the warning. */
|
|
70460
|
+
created_at: string
|
|
70461
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
70462
|
+
warning_code: 'provider_issue'
|
|
70463
|
+
}
|
|
70384
70464
|
| {
|
|
70385
70465
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
70386
70466
|
message: string
|
|
@@ -71675,7 +71755,7 @@ export type Routes = {
|
|
|
71675
71755
|
result: null
|
|
71676
71756
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
71677
71757
|
error: null
|
|
71678
|
-
/** Action attempt to track the status of assigning
|
|
71758
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
71679
71759
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
71680
71760
|
}
|
|
71681
71761
|
| {
|
|
@@ -71684,9 +71764,9 @@ export type Routes = {
|
|
|
71684
71764
|
status: 'success'
|
|
71685
71765
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
71686
71766
|
error: null
|
|
71687
|
-
/** Action attempt to track the status of assigning
|
|
71767
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
71688
71768
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
71689
|
-
/** Result of
|
|
71769
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
71690
71770
|
result: {
|
|
71691
71771
|
/** ID of the Seam workspace associated with the access method. */
|
|
71692
71772
|
workspace_id: string
|
|
@@ -71816,7 +71896,7 @@ export type Routes = {
|
|
|
71816
71896
|
status: 'error'
|
|
71817
71897
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
71818
71898
|
result: null
|
|
71819
|
-
/** Action attempt to track the status of assigning
|
|
71899
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
71820
71900
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
71821
71901
|
error:
|
|
71822
71902
|
| {
|
|
@@ -73614,7 +73694,7 @@ export type Routes = {
|
|
|
73614
73694
|
result: null
|
|
73615
73695
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
73616
73696
|
error: null
|
|
73617
|
-
/** Action attempt to track the status of assigning
|
|
73697
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
73618
73698
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
73619
73699
|
}
|
|
73620
73700
|
| {
|
|
@@ -73623,9 +73703,9 @@ export type Routes = {
|
|
|
73623
73703
|
status: 'success'
|
|
73624
73704
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
73625
73705
|
error: null
|
|
73626
|
-
/** Action attempt to track the status of assigning
|
|
73706
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
73627
73707
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
73628
|
-
/** Result of
|
|
73708
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
73629
73709
|
result: {
|
|
73630
73710
|
/** ID of the Seam workspace associated with the access method. */
|
|
73631
73711
|
workspace_id: string
|
|
@@ -73755,7 +73835,7 @@ export type Routes = {
|
|
|
73755
73835
|
status: 'error'
|
|
73756
73836
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
73757
73837
|
result: null
|
|
73758
|
-
/** Action attempt to track the status of assigning
|
|
73838
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
73759
73839
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
73760
73840
|
error:
|
|
73761
73841
|
| {
|
|
@@ -75551,7 +75631,7 @@ export type Routes = {
|
|
|
75551
75631
|
result: null
|
|
75552
75632
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
75553
75633
|
error: null
|
|
75554
|
-
/** Action attempt to track the status of assigning
|
|
75634
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
75555
75635
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
75556
75636
|
}
|
|
75557
75637
|
| {
|
|
@@ -75560,9 +75640,9 @@ export type Routes = {
|
|
|
75560
75640
|
status: 'success'
|
|
75561
75641
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
75562
75642
|
error: null
|
|
75563
|
-
/** Action attempt to track the status of assigning
|
|
75643
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
75564
75644
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
75565
|
-
/** Result of
|
|
75645
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
75566
75646
|
result: {
|
|
75567
75647
|
/** ID of the Seam workspace associated with the access method. */
|
|
75568
75648
|
workspace_id: string
|
|
@@ -75692,7 +75772,7 @@ export type Routes = {
|
|
|
75692
75772
|
status: 'error'
|
|
75693
75773
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
75694
75774
|
result: null
|
|
75695
|
-
/** Action attempt to track the status of assigning
|
|
75775
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
75696
75776
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
75697
75777
|
error:
|
|
75698
75778
|
| {
|
|
@@ -77490,7 +77570,7 @@ export type Routes = {
|
|
|
77490
77570
|
result: null
|
|
77491
77571
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
77492
77572
|
error: null
|
|
77493
|
-
/** Action attempt to track the status of assigning
|
|
77573
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
77494
77574
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
77495
77575
|
}
|
|
77496
77576
|
| {
|
|
@@ -77499,9 +77579,9 @@ export type Routes = {
|
|
|
77499
77579
|
status: 'success'
|
|
77500
77580
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
77501
77581
|
error: null
|
|
77502
|
-
/** Action attempt to track the status of assigning
|
|
77582
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
77503
77583
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
77504
|
-
/** Result of
|
|
77584
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
77505
77585
|
result: {
|
|
77506
77586
|
/** ID of the Seam workspace associated with the access method. */
|
|
77507
77587
|
workspace_id: string
|
|
@@ -77631,7 +77711,7 @@ export type Routes = {
|
|
|
77631
77711
|
status: 'error'
|
|
77632
77712
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
77633
77713
|
result: null
|
|
77634
|
-
/** Action attempt to track the status of assigning
|
|
77714
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
77635
77715
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
77636
77716
|
error:
|
|
77637
77717
|
| {
|
|
@@ -79917,6 +79997,14 @@ export type Routes = {
|
|
|
79917
79997
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
79918
79998
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
79919
79999
|
}
|
|
80000
|
+
| {
|
|
80001
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
80002
|
+
message: string
|
|
80003
|
+
/** Date and time at which Seam created the warning. */
|
|
80004
|
+
created_at: string
|
|
80005
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
80006
|
+
warning_code: 'provider_issue'
|
|
80007
|
+
}
|
|
79920
80008
|
| {
|
|
79921
80009
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
79922
80010
|
message: string
|
|
@@ -81600,6 +81688,14 @@ export type Routes = {
|
|
|
81600
81688
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81601
81689
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
81602
81690
|
}
|
|
81691
|
+
| {
|
|
81692
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81693
|
+
message: string
|
|
81694
|
+
/** Date and time at which Seam created the warning. */
|
|
81695
|
+
created_at: string
|
|
81696
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
81697
|
+
warning_code: 'provider_issue'
|
|
81698
|
+
}
|
|
81603
81699
|
| {
|
|
81604
81700
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
81605
81701
|
message: string
|
|
@@ -82904,7 +83000,7 @@ export type Routes = {
|
|
|
82904
83000
|
result: null
|
|
82905
83001
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
82906
83002
|
error: null
|
|
82907
|
-
/** Action attempt to track the status of assigning
|
|
83003
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
82908
83004
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
82909
83005
|
}
|
|
82910
83006
|
| {
|
|
@@ -82913,9 +83009,9 @@ export type Routes = {
|
|
|
82913
83009
|
status: 'success'
|
|
82914
83010
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
82915
83011
|
error: null
|
|
82916
|
-
/** Action attempt to track the status of assigning
|
|
83012
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
82917
83013
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
82918
|
-
/** Result of
|
|
83014
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
82919
83015
|
result: {
|
|
82920
83016
|
/** ID of the Seam workspace associated with the access method. */
|
|
82921
83017
|
workspace_id: string
|
|
@@ -83045,7 +83141,7 @@ export type Routes = {
|
|
|
83045
83141
|
status: 'error'
|
|
83046
83142
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
83047
83143
|
result: null
|
|
83048
|
-
/** Action attempt to track the status of assigning
|
|
83144
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
83049
83145
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
83050
83146
|
error:
|
|
83051
83147
|
| {
|
|
@@ -84862,7 +84958,7 @@ export type Routes = {
|
|
|
84862
84958
|
result: null
|
|
84863
84959
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
84864
84960
|
error: null
|
|
84865
|
-
/** Action attempt to track the status of assigning
|
|
84961
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
84866
84962
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
84867
84963
|
}
|
|
84868
84964
|
| {
|
|
@@ -84871,9 +84967,9 @@ export type Routes = {
|
|
|
84871
84967
|
status: 'success'
|
|
84872
84968
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
84873
84969
|
error: null
|
|
84874
|
-
/** Action attempt to track the status of assigning
|
|
84970
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
84875
84971
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
84876
|
-
/** Result of
|
|
84972
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
84877
84973
|
result: {
|
|
84878
84974
|
/** ID of the Seam workspace associated with the access method. */
|
|
84879
84975
|
workspace_id: string
|
|
@@ -85003,7 +85099,7 @@ export type Routes = {
|
|
|
85003
85099
|
status: 'error'
|
|
85004
85100
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
85005
85101
|
result: null
|
|
85006
|
-
/** Action attempt to track the status of assigning
|
|
85102
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
85007
85103
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
85008
85104
|
error:
|
|
85009
85105
|
| {
|
|
@@ -86876,7 +86972,7 @@ export type Routes = {
|
|
|
86876
86972
|
result: null
|
|
86877
86973
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
86878
86974
|
error: null
|
|
86879
|
-
/** Action attempt to track the status of assigning
|
|
86975
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
86880
86976
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
86881
86977
|
}
|
|
86882
86978
|
| {
|
|
@@ -86885,9 +86981,9 @@ export type Routes = {
|
|
|
86885
86981
|
status: 'success'
|
|
86886
86982
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
86887
86983
|
error: null
|
|
86888
|
-
/** Action attempt to track the status of assigning
|
|
86984
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
86889
86985
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
86890
|
-
/** Result of
|
|
86986
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
86891
86987
|
result: {
|
|
86892
86988
|
/** ID of the Seam workspace associated with the access method. */
|
|
86893
86989
|
workspace_id: string
|
|
@@ -87017,7 +87113,7 @@ export type Routes = {
|
|
|
87017
87113
|
status: 'error'
|
|
87018
87114
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
87019
87115
|
result: null
|
|
87020
|
-
/** Action attempt to track the status of assigning
|
|
87116
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
87021
87117
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
87022
87118
|
error:
|
|
87023
87119
|
| {
|
|
@@ -89935,7 +90031,7 @@ export type Routes = {
|
|
|
89935
90031
|
result: null
|
|
89936
90032
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
89937
90033
|
error: null
|
|
89938
|
-
/** Action attempt to track the status of assigning
|
|
90034
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
89939
90035
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
89940
90036
|
}
|
|
89941
90037
|
| {
|
|
@@ -89944,9 +90040,9 @@ export type Routes = {
|
|
|
89944
90040
|
status: 'success'
|
|
89945
90041
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
89946
90042
|
error: null
|
|
89947
|
-
/** Action attempt to track the status of assigning
|
|
90043
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
89948
90044
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
89949
|
-
/** Result of
|
|
90045
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
89950
90046
|
result: {
|
|
89951
90047
|
/** ID of the Seam workspace associated with the access method. */
|
|
89952
90048
|
workspace_id: string
|
|
@@ -90076,7 +90172,7 @@ export type Routes = {
|
|
|
90076
90172
|
status: 'error'
|
|
90077
90173
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
90078
90174
|
result: null
|
|
90079
|
-
/** Action attempt to track the status of assigning
|
|
90175
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
90080
90176
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
90081
90177
|
error:
|
|
90082
90178
|
| {
|
|
@@ -99010,6 +99106,14 @@ export type Routes = {
|
|
|
99010
99106
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99011
99107
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
99012
99108
|
}
|
|
99109
|
+
| {
|
|
99110
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
99111
|
+
message: string
|
|
99112
|
+
/** Date and time at which Seam created the warning. */
|
|
99113
|
+
created_at: string
|
|
99114
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
99115
|
+
warning_code: 'provider_issue'
|
|
99116
|
+
}
|
|
99013
99117
|
| {
|
|
99014
99118
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
99015
99119
|
message: string
|
|
@@ -101192,7 +101296,7 @@ export type Routes = {
|
|
|
101192
101296
|
result: null
|
|
101193
101297
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
101194
101298
|
error: null
|
|
101195
|
-
/** Action attempt to track the status of assigning
|
|
101299
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
101196
101300
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
101197
101301
|
}
|
|
101198
101302
|
| {
|
|
@@ -101201,9 +101305,9 @@ export type Routes = {
|
|
|
101201
101305
|
status: 'success'
|
|
101202
101306
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
101203
101307
|
error: null
|
|
101204
|
-
/** Action attempt to track the status of assigning
|
|
101308
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
101205
101309
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
101206
|
-
/** Result of
|
|
101310
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
101207
101311
|
result: {
|
|
101208
101312
|
/** ID of the Seam workspace associated with the access method. */
|
|
101209
101313
|
workspace_id: string
|
|
@@ -101333,7 +101437,7 @@ export type Routes = {
|
|
|
101333
101437
|
status: 'error'
|
|
101334
101438
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
101335
101439
|
result: null
|
|
101336
|
-
/** Action attempt to track the status of assigning
|
|
101440
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
101337
101441
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
101338
101442
|
error:
|
|
101339
101443
|
| {
|
|
@@ -103135,7 +103239,7 @@ export type Routes = {
|
|
|
103135
103239
|
result: null
|
|
103136
103240
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
103137
103241
|
error: null
|
|
103138
|
-
/** Action attempt to track the status of assigning
|
|
103242
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
103139
103243
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
103140
103244
|
}
|
|
103141
103245
|
| {
|
|
@@ -103144,9 +103248,9 @@ export type Routes = {
|
|
|
103144
103248
|
status: 'success'
|
|
103145
103249
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
103146
103250
|
error: null
|
|
103147
|
-
/** Action attempt to track the status of assigning
|
|
103251
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
103148
103252
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
103149
|
-
/** Result of
|
|
103253
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
103150
103254
|
result: {
|
|
103151
103255
|
/** ID of the Seam workspace associated with the access method. */
|
|
103152
103256
|
workspace_id: string
|
|
@@ -103276,7 +103380,7 @@ export type Routes = {
|
|
|
103276
103380
|
status: 'error'
|
|
103277
103381
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
103278
103382
|
result: null
|
|
103279
|
-
/** Action attempt to track the status of assigning
|
|
103383
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
103280
103384
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
103281
103385
|
error:
|
|
103282
103386
|
| {
|
|
@@ -105190,7 +105294,7 @@ export type Routes = {
|
|
|
105190
105294
|
result: null
|
|
105191
105295
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
105192
105296
|
error: null
|
|
105193
|
-
/** Action attempt to track the status of assigning
|
|
105297
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
105194
105298
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
105195
105299
|
}
|
|
105196
105300
|
| {
|
|
@@ -105199,9 +105303,9 @@ export type Routes = {
|
|
|
105199
105303
|
status: 'success'
|
|
105200
105304
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
105201
105305
|
error: null
|
|
105202
|
-
/** Action attempt to track the status of assigning
|
|
105306
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
105203
105307
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
105204
|
-
/** Result of
|
|
105308
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
105205
105309
|
result: {
|
|
105206
105310
|
/** ID of the Seam workspace associated with the access method. */
|
|
105207
105311
|
workspace_id: string
|
|
@@ -105331,7 +105435,7 @@ export type Routes = {
|
|
|
105331
105435
|
status: 'error'
|
|
105332
105436
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
105333
105437
|
result: null
|
|
105334
|
-
/** Action attempt to track the status of assigning
|
|
105438
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
105335
105439
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
105336
105440
|
error:
|
|
105337
105441
|
| {
|
|
@@ -107550,6 +107654,14 @@ export type Routes = {
|
|
|
107550
107654
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107551
107655
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
107552
107656
|
}
|
|
107657
|
+
| {
|
|
107658
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107659
|
+
message: string
|
|
107660
|
+
/** Date and time at which Seam created the warning. */
|
|
107661
|
+
created_at: string
|
|
107662
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
107663
|
+
warning_code: 'provider_issue'
|
|
107664
|
+
}
|
|
107553
107665
|
| {
|
|
107554
107666
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
107555
107667
|
message: string
|
|
@@ -108848,7 +108960,7 @@ export type Routes = {
|
|
|
108848
108960
|
result: null
|
|
108849
108961
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
108850
108962
|
error: null
|
|
108851
|
-
/** Action attempt to track the status of assigning
|
|
108963
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
108852
108964
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
108853
108965
|
}
|
|
108854
108966
|
| {
|
|
@@ -108857,9 +108969,9 @@ export type Routes = {
|
|
|
108857
108969
|
status: 'success'
|
|
108858
108970
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
108859
108971
|
error: null
|
|
108860
|
-
/** Action attempt to track the status of assigning
|
|
108972
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
108861
108973
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
108862
|
-
/** Result of
|
|
108974
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
108863
108975
|
result: {
|
|
108864
108976
|
/** ID of the Seam workspace associated with the access method. */
|
|
108865
108977
|
workspace_id: string
|
|
@@ -108989,7 +109101,7 @@ export type Routes = {
|
|
|
108989
109101
|
status: 'error'
|
|
108990
109102
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
108991
109103
|
result: null
|
|
108992
|
-
/** Action attempt to track the status of assigning
|
|
109104
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
108993
109105
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
108994
109106
|
error:
|
|
108995
109107
|
| {
|
|
@@ -110795,7 +110907,7 @@ export type Routes = {
|
|
|
110795
110907
|
result: null
|
|
110796
110908
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
110797
110909
|
error: null
|
|
110798
|
-
/** Action attempt to track the status of assigning
|
|
110910
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
110799
110911
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
110800
110912
|
}
|
|
110801
110913
|
| {
|
|
@@ -110804,9 +110916,9 @@ export type Routes = {
|
|
|
110804
110916
|
status: 'success'
|
|
110805
110917
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
110806
110918
|
error: null
|
|
110807
|
-
/** Action attempt to track the status of assigning
|
|
110919
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
110808
110920
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
110809
|
-
/** Result of
|
|
110921
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
110810
110922
|
result: {
|
|
110811
110923
|
/** ID of the Seam workspace associated with the access method. */
|
|
110812
110924
|
workspace_id: string
|
|
@@ -110936,7 +111048,7 @@ export type Routes = {
|
|
|
110936
111048
|
status: 'error'
|
|
110937
111049
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
110938
111050
|
result: null
|
|
110939
|
-
/** Action attempt to track the status of assigning
|
|
111051
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
110940
111052
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
110941
111053
|
error:
|
|
110942
111054
|
| {
|
|
@@ -113249,6 +113361,14 @@ export type Routes = {
|
|
|
113249
113361
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113250
113362
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
113251
113363
|
}
|
|
113364
|
+
| {
|
|
113365
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113366
|
+
message: string
|
|
113367
|
+
/** Date and time at which Seam created the warning. */
|
|
113368
|
+
created_at: string
|
|
113369
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
113370
|
+
warning_code: 'provider_issue'
|
|
113371
|
+
}
|
|
113252
113372
|
| {
|
|
113253
113373
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
113254
113374
|
message: string
|
|
@@ -114932,6 +115052,14 @@ export type Routes = {
|
|
|
114932
115052
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
114933
115053
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
114934
115054
|
}
|
|
115055
|
+
| {
|
|
115056
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
115057
|
+
message: string
|
|
115058
|
+
/** Date and time at which Seam created the warning. */
|
|
115059
|
+
created_at: string
|
|
115060
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
115061
|
+
warning_code: 'provider_issue'
|
|
115062
|
+
}
|
|
114935
115063
|
| {
|
|
114936
115064
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
114937
115065
|
message: string
|
|
@@ -116226,7 +116354,7 @@ export type Routes = {
|
|
|
116226
116354
|
result: null
|
|
116227
116355
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
116228
116356
|
error: null
|
|
116229
|
-
/** Action attempt to track the status of assigning
|
|
116357
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
116230
116358
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
116231
116359
|
}
|
|
116232
116360
|
| {
|
|
@@ -116235,9 +116363,9 @@ export type Routes = {
|
|
|
116235
116363
|
status: 'success'
|
|
116236
116364
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
116237
116365
|
error: null
|
|
116238
|
-
/** Action attempt to track the status of assigning
|
|
116366
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
116239
116367
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
116240
|
-
/** Result of
|
|
116368
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
116241
116369
|
result: {
|
|
116242
116370
|
/** ID of the Seam workspace associated with the access method. */
|
|
116243
116371
|
workspace_id: string
|
|
@@ -116367,7 +116495,7 @@ export type Routes = {
|
|
|
116367
116495
|
status: 'error'
|
|
116368
116496
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
116369
116497
|
result: null
|
|
116370
|
-
/** Action attempt to track the status of assigning
|
|
116498
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
116371
116499
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
116372
116500
|
error:
|
|
116373
116501
|
| {
|
|
@@ -118368,7 +118496,7 @@ export type Routes = {
|
|
|
118368
118496
|
result: null
|
|
118369
118497
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
118370
118498
|
error: null
|
|
118371
|
-
/** Action attempt to track the status of assigning
|
|
118499
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
118372
118500
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
118373
118501
|
}
|
|
118374
118502
|
| {
|
|
@@ -118377,9 +118505,9 @@ export type Routes = {
|
|
|
118377
118505
|
status: 'success'
|
|
118378
118506
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
118379
118507
|
error: null
|
|
118380
|
-
/** Action attempt to track the status of assigning
|
|
118508
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
118381
118509
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
118382
|
-
/** Result of
|
|
118510
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
118383
118511
|
result: {
|
|
118384
118512
|
/** ID of the Seam workspace associated with the access method. */
|
|
118385
118513
|
workspace_id: string
|
|
@@ -118509,7 +118637,7 @@ export type Routes = {
|
|
|
118509
118637
|
status: 'error'
|
|
118510
118638
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
118511
118639
|
result: null
|
|
118512
|
-
/** Action attempt to track the status of assigning
|
|
118640
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
118513
118641
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
118514
118642
|
error:
|
|
118515
118643
|
| {
|
|
@@ -120343,7 +120471,7 @@ export type Routes = {
|
|
|
120343
120471
|
result: null
|
|
120344
120472
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
120345
120473
|
error: null
|
|
120346
|
-
/** Action attempt to track the status of assigning
|
|
120474
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
120347
120475
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
120348
120476
|
}
|
|
120349
120477
|
| {
|
|
@@ -120352,9 +120480,9 @@ export type Routes = {
|
|
|
120352
120480
|
status: 'success'
|
|
120353
120481
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
120354
120482
|
error: null
|
|
120355
|
-
/** Action attempt to track the status of assigning
|
|
120483
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
120356
120484
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
120357
|
-
/** Result of
|
|
120485
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
120358
120486
|
result: {
|
|
120359
120487
|
/** ID of the Seam workspace associated with the access method. */
|
|
120360
120488
|
workspace_id: string
|
|
@@ -120484,7 +120612,7 @@ export type Routes = {
|
|
|
120484
120612
|
status: 'error'
|
|
120485
120613
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
120486
120614
|
result: null
|
|
120487
|
-
/** Action attempt to track the status of assigning
|
|
120615
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
120488
120616
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
120489
120617
|
error:
|
|
120490
120618
|
| {
|
|
@@ -122435,7 +122563,7 @@ export type Routes = {
|
|
|
122435
122563
|
result: null
|
|
122436
122564
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
122437
122565
|
error: null
|
|
122438
|
-
/** Action attempt to track the status of assigning
|
|
122566
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
122439
122567
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
122440
122568
|
}
|
|
122441
122569
|
| {
|
|
@@ -122444,9 +122572,9 @@ export type Routes = {
|
|
|
122444
122572
|
status: 'success'
|
|
122445
122573
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
122446
122574
|
error: null
|
|
122447
|
-
/** Action attempt to track the status of assigning
|
|
122575
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
122448
122576
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
122449
|
-
/** Result of
|
|
122577
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
122450
122578
|
result: {
|
|
122451
122579
|
/** ID of the Seam workspace associated with the access method. */
|
|
122452
122580
|
workspace_id: string
|
|
@@ -122576,7 +122704,7 @@ export type Routes = {
|
|
|
122576
122704
|
status: 'error'
|
|
122577
122705
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
122578
122706
|
result: null
|
|
122579
|
-
/** Action attempt to track the status of assigning
|
|
122707
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
122580
122708
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
122581
122709
|
error:
|
|
122582
122710
|
| {
|
|
@@ -125353,6 +125481,14 @@ export type Routes = {
|
|
|
125353
125481
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125354
125482
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
125355
125483
|
}
|
|
125484
|
+
| {
|
|
125485
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125486
|
+
message: string
|
|
125487
|
+
/** Date and time at which Seam created the warning. */
|
|
125488
|
+
created_at: string
|
|
125489
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
125490
|
+
warning_code: 'provider_issue'
|
|
125491
|
+
}
|
|
125356
125492
|
| {
|
|
125357
125493
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
125358
125494
|
message: string
|
|
@@ -127038,6 +127174,14 @@ export type Routes = {
|
|
|
127038
127174
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127039
127175
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
127040
127176
|
}
|
|
127177
|
+
| {
|
|
127178
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127179
|
+
message: string
|
|
127180
|
+
/** Date and time at which Seam created the warning. */
|
|
127181
|
+
created_at: string
|
|
127182
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
127183
|
+
warning_code: 'provider_issue'
|
|
127184
|
+
}
|
|
127041
127185
|
| {
|
|
127042
127186
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
127043
127187
|
message: string
|
|
@@ -130095,6 +130239,14 @@ export type Routes = {
|
|
|
130095
130239
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130096
130240
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
130097
130241
|
}
|
|
130242
|
+
| {
|
|
130243
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130244
|
+
message: string
|
|
130245
|
+
/** Date and time at which Seam created the warning. */
|
|
130246
|
+
created_at: string
|
|
130247
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
130248
|
+
warning_code: 'provider_issue'
|
|
130249
|
+
}
|
|
130098
130250
|
| {
|
|
130099
130251
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
130100
130252
|
message: string
|
|
@@ -132320,7 +132472,7 @@ export type Routes = {
|
|
|
132320
132472
|
result: null
|
|
132321
132473
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
132322
132474
|
error: null
|
|
132323
|
-
/** Action attempt to track the status of assigning
|
|
132475
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
132324
132476
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
132325
132477
|
}
|
|
132326
132478
|
| {
|
|
@@ -132329,9 +132481,9 @@ export type Routes = {
|
|
|
132329
132481
|
status: 'success'
|
|
132330
132482
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
132331
132483
|
error: null
|
|
132332
|
-
/** Action attempt to track the status of assigning
|
|
132484
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
132333
132485
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
132334
|
-
/** Result of
|
|
132486
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
132335
132487
|
result: {
|
|
132336
132488
|
/** ID of the Seam workspace associated with the access method. */
|
|
132337
132489
|
workspace_id: string
|
|
@@ -132461,7 +132613,7 @@ export type Routes = {
|
|
|
132461
132613
|
status: 'error'
|
|
132462
132614
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
132463
132615
|
result: null
|
|
132464
|
-
/** Action attempt to track the status of assigning
|
|
132616
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
132465
132617
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
132466
132618
|
error:
|
|
132467
132619
|
| {
|
|
@@ -133987,6 +134139,14 @@ export type Routes = {
|
|
|
133987
134139
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
133988
134140
|
warning_code: 'hub_required_for_additional_capabilities'
|
|
133989
134141
|
}
|
|
134142
|
+
| {
|
|
134143
|
+
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
134144
|
+
message: string
|
|
134145
|
+
/** Date and time at which Seam created the warning. */
|
|
134146
|
+
created_at: string
|
|
134147
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
134148
|
+
warning_code: 'provider_issue'
|
|
134149
|
+
}
|
|
133990
134150
|
| {
|
|
133991
134151
|
/** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
|
|
133992
134152
|
message: string
|
|
@@ -140916,7 +141076,7 @@ export type Routes = {
|
|
|
140916
141076
|
result: null
|
|
140917
141077
|
/** Errors associated with the action attempt. Null for pending action attempts. */
|
|
140918
141078
|
error: null
|
|
140919
|
-
/** Action attempt to track the status of assigning
|
|
141079
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
140920
141080
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
140921
141081
|
}
|
|
140922
141082
|
| {
|
|
@@ -140925,9 +141085,9 @@ export type Routes = {
|
|
|
140925
141085
|
status: 'success'
|
|
140926
141086
|
/** Errors associated with the action attempt. Null for successful action attempts. */
|
|
140927
141087
|
error: null
|
|
140928
|
-
/** Action attempt to track the status of assigning
|
|
141088
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
140929
141089
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
140930
|
-
/** Result of
|
|
141090
|
+
/** Result of assigning a credential. If successful, includes the updated access method with the assigned credential. */
|
|
140931
141091
|
result: {
|
|
140932
141092
|
/** ID of the Seam workspace associated with the access method. */
|
|
140933
141093
|
workspace_id: string
|
|
@@ -141057,7 +141217,7 @@ export type Routes = {
|
|
|
141057
141217
|
status: 'error'
|
|
141058
141218
|
/** Result of the action attempt. Null for failed action attempts. */
|
|
141059
141219
|
result: null
|
|
141060
|
-
/** Action attempt to track the status of assigning
|
|
141220
|
+
/** Action attempt to track the status of assigning a pre-registered card credential to an access method. */
|
|
141061
141221
|
action_type: 'ASSIGN_CREDENTIAL'
|
|
141062
141222
|
error:
|
|
141063
141223
|
| {
|