@seamapi/types 1.789.0 → 1.791.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 +8 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +72 -72
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js +5 -5
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +7 -7
- package/lib/seam/connect/openapi.js +3 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +60 -60
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +5 -5
- package/src/lib/seam/connect/openapi.ts +3 -3
- package/src/lib/seam/connect/route-types.ts +60 -60
|
@@ -998,8 +998,8 @@ export type Routes = {
|
|
|
998
998
|
message: string
|
|
999
999
|
}
|
|
1000
1000
|
| {
|
|
1001
|
-
/** Error type to indicate that the credential
|
|
1002
|
-
type: '
|
|
1001
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
1002
|
+
type: 'credential_deleted'
|
|
1003
1003
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1004
1004
|
message: string
|
|
1005
1005
|
}
|
|
@@ -3730,8 +3730,8 @@ export type Routes = {
|
|
|
3730
3730
|
message: string
|
|
3731
3731
|
}
|
|
3732
3732
|
| {
|
|
3733
|
-
/** Error type to indicate that the credential
|
|
3734
|
-
type: '
|
|
3733
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
3734
|
+
type: 'credential_deleted'
|
|
3735
3735
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3736
3736
|
message: string
|
|
3737
3737
|
}
|
|
@@ -8368,8 +8368,8 @@ export type Routes = {
|
|
|
8368
8368
|
message: string
|
|
8369
8369
|
}
|
|
8370
8370
|
| {
|
|
8371
|
-
/** Error type to indicate that the credential
|
|
8372
|
-
type: '
|
|
8371
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
8372
|
+
type: 'credential_deleted'
|
|
8373
8373
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8374
8374
|
message: string
|
|
8375
8375
|
}
|
|
@@ -11136,8 +11136,8 @@ export type Routes = {
|
|
|
11136
11136
|
message: string
|
|
11137
11137
|
}
|
|
11138
11138
|
| {
|
|
11139
|
-
/** Error type to indicate that the credential
|
|
11140
|
-
type: '
|
|
11139
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
11140
|
+
type: 'credential_deleted'
|
|
11141
11141
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11142
11142
|
message: string
|
|
11143
11143
|
}
|
|
@@ -16590,8 +16590,8 @@ export type Routes = {
|
|
|
16590
16590
|
message: string
|
|
16591
16591
|
}
|
|
16592
16592
|
| {
|
|
16593
|
-
/** Error type to indicate that the credential
|
|
16594
|
-
type: '
|
|
16593
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
16594
|
+
type: 'credential_deleted'
|
|
16595
16595
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16596
16596
|
message: string
|
|
16597
16597
|
}
|
|
@@ -24422,8 +24422,8 @@ export type Routes = {
|
|
|
24422
24422
|
message: string
|
|
24423
24423
|
}
|
|
24424
24424
|
| {
|
|
24425
|
-
/** Error type to indicate that the credential
|
|
24426
|
-
type: '
|
|
24425
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
24426
|
+
type: 'credential_deleted'
|
|
24427
24427
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24428
24428
|
message: string
|
|
24429
24429
|
}
|
|
@@ -26086,8 +26086,8 @@ export type Routes = {
|
|
|
26086
26086
|
message: string
|
|
26087
26087
|
}
|
|
26088
26088
|
| {
|
|
26089
|
-
/** Error type to indicate that the credential
|
|
26090
|
-
type: '
|
|
26089
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
26090
|
+
type: 'credential_deleted'
|
|
26091
26091
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26092
26092
|
message: string
|
|
26093
26093
|
}
|
|
@@ -28304,8 +28304,8 @@ export type Routes = {
|
|
|
28304
28304
|
message: string
|
|
28305
28305
|
}
|
|
28306
28306
|
| {
|
|
28307
|
-
/** Error type to indicate that the credential
|
|
28308
|
-
type: '
|
|
28307
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
28308
|
+
type: 'credential_deleted'
|
|
28309
28309
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28310
28310
|
message: string
|
|
28311
28311
|
}
|
|
@@ -32262,8 +32262,8 @@ export type Routes = {
|
|
|
32262
32262
|
message: string
|
|
32263
32263
|
}
|
|
32264
32264
|
| {
|
|
32265
|
-
/** Error type to indicate that the credential
|
|
32266
|
-
type: '
|
|
32265
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
32266
|
+
type: 'credential_deleted'
|
|
32267
32267
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32268
32268
|
message: string
|
|
32269
32269
|
}
|
|
@@ -33815,8 +33815,8 @@ export type Routes = {
|
|
|
33815
33815
|
message: string
|
|
33816
33816
|
}
|
|
33817
33817
|
| {
|
|
33818
|
-
/** Error type to indicate that the credential
|
|
33819
|
-
type: '
|
|
33818
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
33819
|
+
type: 'credential_deleted'
|
|
33820
33820
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33821
33821
|
message: string
|
|
33822
33822
|
}
|
|
@@ -49829,8 +49829,8 @@ export type Routes = {
|
|
|
49829
49829
|
message: string
|
|
49830
49830
|
}
|
|
49831
49831
|
| {
|
|
49832
|
-
/** Error type to indicate that the credential
|
|
49833
|
-
type: '
|
|
49832
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
49833
|
+
type: 'credential_deleted'
|
|
49834
49834
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49835
49835
|
message: string
|
|
49836
49836
|
}
|
|
@@ -58188,8 +58188,8 @@ export type Routes = {
|
|
|
58188
58188
|
message: string
|
|
58189
58189
|
}
|
|
58190
58190
|
| {
|
|
58191
|
-
/** Error type to indicate that the credential
|
|
58192
|
-
type: '
|
|
58191
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
58192
|
+
type: 'credential_deleted'
|
|
58193
58193
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58194
58194
|
message: string
|
|
58195
58195
|
}
|
|
@@ -59742,8 +59742,8 @@ export type Routes = {
|
|
|
59742
59742
|
message: string
|
|
59743
59743
|
}
|
|
59744
59744
|
| {
|
|
59745
|
-
/** Error type to indicate that the credential
|
|
59746
|
-
type: '
|
|
59745
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
59746
|
+
type: 'credential_deleted'
|
|
59747
59747
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59748
59748
|
message: string
|
|
59749
59749
|
}
|
|
@@ -61294,8 +61294,8 @@ export type Routes = {
|
|
|
61294
61294
|
message: string
|
|
61295
61295
|
}
|
|
61296
61296
|
| {
|
|
61297
|
-
/** Error type to indicate that the credential
|
|
61298
|
-
type: '
|
|
61297
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
61298
|
+
type: 'credential_deleted'
|
|
61299
61299
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61300
61300
|
message: string
|
|
61301
61301
|
}
|
|
@@ -62848,8 +62848,8 @@ export type Routes = {
|
|
|
62848
62848
|
message: string
|
|
62849
62849
|
}
|
|
62850
62850
|
| {
|
|
62851
|
-
/** Error type to indicate that the credential
|
|
62852
|
-
type: '
|
|
62851
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
62852
|
+
type: 'credential_deleted'
|
|
62853
62853
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62854
62854
|
message: string
|
|
62855
62855
|
}
|
|
@@ -67809,8 +67809,8 @@ export type Routes = {
|
|
|
67809
67809
|
message: string
|
|
67810
67810
|
}
|
|
67811
67811
|
| {
|
|
67812
|
-
/** Error type to indicate that the credential
|
|
67813
|
-
type: '
|
|
67812
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
67813
|
+
type: 'credential_deleted'
|
|
67814
67814
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67815
67815
|
message: string
|
|
67816
67816
|
}
|
|
@@ -69382,8 +69382,8 @@ export type Routes = {
|
|
|
69382
69382
|
message: string
|
|
69383
69383
|
}
|
|
69384
69384
|
| {
|
|
69385
|
-
/** Error type to indicate that the credential
|
|
69386
|
-
type: '
|
|
69385
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
69386
|
+
type: 'credential_deleted'
|
|
69387
69387
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69388
69388
|
message: string
|
|
69389
69389
|
}
|
|
@@ -71011,8 +71011,8 @@ export type Routes = {
|
|
|
71011
71011
|
message: string
|
|
71012
71012
|
}
|
|
71013
71013
|
| {
|
|
71014
|
-
/** Error type to indicate that the credential
|
|
71015
|
-
type: '
|
|
71014
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
71015
|
+
type: 'credential_deleted'
|
|
71016
71016
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71017
71017
|
message: string
|
|
71018
71018
|
}
|
|
@@ -73614,8 +73614,8 @@ export type Routes = {
|
|
|
73614
73614
|
message: string
|
|
73615
73615
|
}
|
|
73616
73616
|
| {
|
|
73617
|
-
/** Error type to indicate that the credential
|
|
73618
|
-
type: '
|
|
73617
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
73618
|
+
type: 'credential_deleted'
|
|
73619
73619
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73620
73620
|
message: string
|
|
73621
73621
|
}
|
|
@@ -84165,8 +84165,8 @@ export type Routes = {
|
|
|
84165
84165
|
message: string
|
|
84166
84166
|
}
|
|
84167
84167
|
| {
|
|
84168
|
-
/** Error type to indicate that the credential
|
|
84169
|
-
type: '
|
|
84168
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
84169
|
+
type: 'credential_deleted'
|
|
84170
84170
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84171
84171
|
message: string
|
|
84172
84172
|
}
|
|
@@ -85723,8 +85723,8 @@ export type Routes = {
|
|
|
85723
85723
|
message: string
|
|
85724
85724
|
}
|
|
85725
85725
|
| {
|
|
85726
|
-
/** Error type to indicate that the credential
|
|
85727
|
-
type: '
|
|
85726
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
85727
|
+
type: 'credential_deleted'
|
|
85728
85728
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85729
85729
|
message: string
|
|
85730
85730
|
}
|
|
@@ -87393,8 +87393,8 @@ export type Routes = {
|
|
|
87393
87393
|
message: string
|
|
87394
87394
|
}
|
|
87395
87395
|
| {
|
|
87396
|
-
/** Error type to indicate that the credential
|
|
87397
|
-
type: '
|
|
87396
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
87397
|
+
type: 'credential_deleted'
|
|
87398
87398
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87399
87399
|
message: string
|
|
87400
87400
|
}
|
|
@@ -90632,8 +90632,8 @@ export type Routes = {
|
|
|
90632
90632
|
message: string
|
|
90633
90633
|
}
|
|
90634
90634
|
| {
|
|
90635
|
-
/** Error type to indicate that the credential
|
|
90636
|
-
type: '
|
|
90635
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
90636
|
+
type: 'credential_deleted'
|
|
90637
90637
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90638
90638
|
message: string
|
|
90639
90639
|
}
|
|
@@ -92194,8 +92194,8 @@ export type Routes = {
|
|
|
92194
92194
|
message: string
|
|
92195
92195
|
}
|
|
92196
92196
|
| {
|
|
92197
|
-
/** Error type to indicate that the credential
|
|
92198
|
-
type: '
|
|
92197
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
92198
|
+
type: 'credential_deleted'
|
|
92199
92199
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92200
92200
|
message: string
|
|
92201
92201
|
}
|
|
@@ -97172,8 +97172,8 @@ export type Routes = {
|
|
|
97172
97172
|
message: string
|
|
97173
97173
|
}
|
|
97174
97174
|
| {
|
|
97175
|
-
/** Error type to indicate that the credential
|
|
97176
|
-
type: '
|
|
97175
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
97176
|
+
type: 'credential_deleted'
|
|
97177
97177
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97178
97178
|
message: string
|
|
97179
97179
|
}
|
|
@@ -98929,8 +98929,8 @@ export type Routes = {
|
|
|
98929
98929
|
message: string
|
|
98930
98930
|
}
|
|
98931
98931
|
| {
|
|
98932
|
-
/** Error type to indicate that the credential
|
|
98933
|
-
type: '
|
|
98932
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
98933
|
+
type: 'credential_deleted'
|
|
98934
98934
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98935
98935
|
message: string
|
|
98936
98936
|
}
|
|
@@ -100519,8 +100519,8 @@ export type Routes = {
|
|
|
100519
100519
|
message: string
|
|
100520
100520
|
}
|
|
100521
100521
|
| {
|
|
100522
|
-
/** Error type to indicate that the credential
|
|
100523
|
-
type: '
|
|
100522
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
100523
|
+
type: 'credential_deleted'
|
|
100524
100524
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100525
100525
|
message: string
|
|
100526
100526
|
}
|
|
@@ -102226,8 +102226,8 @@ export type Routes = {
|
|
|
102226
102226
|
message: string
|
|
102227
102227
|
}
|
|
102228
102228
|
| {
|
|
102229
|
-
/** Error type to indicate that the credential
|
|
102230
|
-
type: '
|
|
102229
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
102230
|
+
type: 'credential_deleted'
|
|
102231
102231
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102232
102232
|
message: string
|
|
102233
102233
|
}
|
|
@@ -111452,8 +111452,8 @@ export type Routes = {
|
|
|
111452
111452
|
message: string
|
|
111453
111453
|
}
|
|
111454
111454
|
| {
|
|
111455
|
-
/** Error type to indicate that the credential
|
|
111456
|
-
type: '
|
|
111455
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
111456
|
+
type: 'credential_deleted'
|
|
111457
111457
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111458
111458
|
message: string
|
|
111459
111459
|
}
|
|
@@ -119341,8 +119341,8 @@ export type Routes = {
|
|
|
119341
119341
|
message: string
|
|
119342
119342
|
}
|
|
119343
119343
|
| {
|
|
119344
|
-
/** Error type to indicate that the credential
|
|
119345
|
-
type: '
|
|
119344
|
+
/** Error type to indicate that the credential was deleted and can no longer be encoded. */
|
|
119345
|
+
type: 'credential_deleted'
|
|
119346
119346
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119347
119347
|
message: string
|
|
119348
119348
|
}
|