@seamapi/types 1.261.1 → 1.262.1
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 +317 -154
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +232 -26
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/read-card.d.ts +5 -5
- package/lib/seam/connect/models/action-attempts/read-card.js +1 -1
- package/lib/seam/connect/models/action-attempts/read-card.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +207 -1
- package/lib/seam/connect/openapi.js +166 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +20 -20
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/read-card.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +166 -2
- package/src/lib/seam/connect/route-types.ts +20 -20
|
@@ -106,7 +106,7 @@ export interface Routes {
|
|
|
106
106
|
result: null
|
|
107
107
|
action_type: 'READ_CARD'
|
|
108
108
|
error: {
|
|
109
|
-
type:
|
|
109
|
+
type: 'no_card_on_encoder'
|
|
110
110
|
message: string
|
|
111
111
|
}
|
|
112
112
|
}
|
|
@@ -772,7 +772,7 @@ export interface Routes {
|
|
|
772
772
|
result: null
|
|
773
773
|
action_type: 'READ_CARD'
|
|
774
774
|
error: {
|
|
775
|
-
type:
|
|
775
|
+
type: 'no_card_on_encoder'
|
|
776
776
|
message: string
|
|
777
777
|
}
|
|
778
778
|
}
|
|
@@ -1603,7 +1603,7 @@ export interface Routes {
|
|
|
1603
1603
|
result: null
|
|
1604
1604
|
action_type: 'READ_CARD'
|
|
1605
1605
|
error: {
|
|
1606
|
-
type:
|
|
1606
|
+
type: 'no_card_on_encoder'
|
|
1607
1607
|
message: string
|
|
1608
1608
|
}
|
|
1609
1609
|
}
|
|
@@ -2256,7 +2256,7 @@ export interface Routes {
|
|
|
2256
2256
|
result: null
|
|
2257
2257
|
action_type: 'READ_CARD'
|
|
2258
2258
|
error: {
|
|
2259
|
-
type:
|
|
2259
|
+
type: 'no_card_on_encoder'
|
|
2260
2260
|
message: string
|
|
2261
2261
|
}
|
|
2262
2262
|
}
|
|
@@ -3799,7 +3799,7 @@ export interface Routes {
|
|
|
3799
3799
|
result: null
|
|
3800
3800
|
action_type: 'READ_CARD'
|
|
3801
3801
|
error: {
|
|
3802
|
-
type:
|
|
3802
|
+
type: 'no_card_on_encoder'
|
|
3803
3803
|
message: string
|
|
3804
3804
|
}
|
|
3805
3805
|
}
|
|
@@ -4948,7 +4948,7 @@ export interface Routes {
|
|
|
4948
4948
|
result: null
|
|
4949
4949
|
action_type: 'READ_CARD'
|
|
4950
4950
|
error: {
|
|
4951
|
-
type:
|
|
4951
|
+
type: 'no_card_on_encoder'
|
|
4952
4952
|
message: string
|
|
4953
4953
|
}
|
|
4954
4954
|
}
|
|
@@ -6851,7 +6851,7 @@ export interface Routes {
|
|
|
6851
6851
|
result: null
|
|
6852
6852
|
action_type: 'READ_CARD'
|
|
6853
6853
|
error: {
|
|
6854
|
-
type:
|
|
6854
|
+
type: 'no_card_on_encoder'
|
|
6855
6855
|
message: string
|
|
6856
6856
|
}
|
|
6857
6857
|
}
|
|
@@ -7358,7 +7358,7 @@ export interface Routes {
|
|
|
7358
7358
|
result: null
|
|
7359
7359
|
action_type: 'READ_CARD'
|
|
7360
7360
|
error: {
|
|
7361
|
-
type:
|
|
7361
|
+
type: 'no_card_on_encoder'
|
|
7362
7362
|
message: string
|
|
7363
7363
|
}
|
|
7364
7364
|
}
|
|
@@ -13251,7 +13251,7 @@ export interface Routes {
|
|
|
13251
13251
|
result: null
|
|
13252
13252
|
action_type: 'READ_CARD'
|
|
13253
13253
|
error: {
|
|
13254
|
-
type:
|
|
13254
|
+
type: 'no_card_on_encoder'
|
|
13255
13255
|
message: string
|
|
13256
13256
|
}
|
|
13257
13257
|
}
|
|
@@ -13759,7 +13759,7 @@ export interface Routes {
|
|
|
13759
13759
|
result: null
|
|
13760
13760
|
action_type: 'READ_CARD'
|
|
13761
13761
|
error: {
|
|
13762
|
-
type:
|
|
13762
|
+
type: 'no_card_on_encoder'
|
|
13763
13763
|
message: string
|
|
13764
13764
|
}
|
|
13765
13765
|
}
|
|
@@ -15703,7 +15703,7 @@ export interface Routes {
|
|
|
15703
15703
|
result: null
|
|
15704
15704
|
action_type: 'READ_CARD'
|
|
15705
15705
|
error: {
|
|
15706
|
-
type:
|
|
15706
|
+
type: 'no_card_on_encoder'
|
|
15707
15707
|
message: string
|
|
15708
15708
|
}
|
|
15709
15709
|
}
|
|
@@ -16221,7 +16221,7 @@ export interface Routes {
|
|
|
16221
16221
|
result: null
|
|
16222
16222
|
action_type: 'READ_CARD'
|
|
16223
16223
|
error: {
|
|
16224
|
-
type:
|
|
16224
|
+
type: 'no_card_on_encoder'
|
|
16225
16225
|
message: string
|
|
16226
16226
|
}
|
|
16227
16227
|
}
|
|
@@ -16778,7 +16778,7 @@ export interface Routes {
|
|
|
16778
16778
|
result: null
|
|
16779
16779
|
action_type: 'READ_CARD'
|
|
16780
16780
|
error: {
|
|
16781
|
-
type:
|
|
16781
|
+
type: 'no_card_on_encoder'
|
|
16782
16782
|
message: string
|
|
16783
16783
|
}
|
|
16784
16784
|
}
|
|
@@ -17492,7 +17492,7 @@ export interface Routes {
|
|
|
17492
17492
|
result: null
|
|
17493
17493
|
action_type: 'READ_CARD'
|
|
17494
17494
|
error: {
|
|
17495
|
-
type:
|
|
17495
|
+
type: 'no_card_on_encoder'
|
|
17496
17496
|
message: string
|
|
17497
17497
|
}
|
|
17498
17498
|
}
|
|
@@ -18002,7 +18002,7 @@ export interface Routes {
|
|
|
18002
18002
|
result: null
|
|
18003
18003
|
action_type: 'READ_CARD'
|
|
18004
18004
|
error: {
|
|
18005
|
-
type:
|
|
18005
|
+
type: 'no_card_on_encoder'
|
|
18006
18006
|
message: string
|
|
18007
18007
|
}
|
|
18008
18008
|
}
|
|
@@ -19170,7 +19170,7 @@ export interface Routes {
|
|
|
19170
19170
|
result: null
|
|
19171
19171
|
action_type: 'READ_CARD'
|
|
19172
19172
|
error: {
|
|
19173
|
-
type:
|
|
19173
|
+
type: 'no_card_on_encoder'
|
|
19174
19174
|
message: string
|
|
19175
19175
|
}
|
|
19176
19176
|
}
|
|
@@ -19682,7 +19682,7 @@ export interface Routes {
|
|
|
19682
19682
|
result: null
|
|
19683
19683
|
action_type: 'READ_CARD'
|
|
19684
19684
|
error: {
|
|
19685
|
-
type:
|
|
19685
|
+
type: 'no_card_on_encoder'
|
|
19686
19686
|
message: string
|
|
19687
19687
|
}
|
|
19688
19688
|
}
|
|
@@ -20974,7 +20974,7 @@ export interface Routes {
|
|
|
20974
20974
|
result: null
|
|
20975
20975
|
action_type: 'READ_CARD'
|
|
20976
20976
|
error: {
|
|
20977
|
-
type:
|
|
20977
|
+
type: 'no_card_on_encoder'
|
|
20978
20978
|
message: string
|
|
20979
20979
|
}
|
|
20980
20980
|
}
|
|
@@ -21603,7 +21603,7 @@ export interface Routes {
|
|
|
21603
21603
|
result: null
|
|
21604
21604
|
action_type: 'READ_CARD'
|
|
21605
21605
|
error: {
|
|
21606
|
-
type:
|
|
21606
|
+
type: 'no_card_on_encoder'
|
|
21607
21607
|
message: string
|
|
21608
21608
|
}
|
|
21609
21609
|
}
|
|
@@ -23979,7 +23979,7 @@ export interface Routes {
|
|
|
23979
23979
|
result: null
|
|
23980
23980
|
action_type: 'READ_CARD'
|
|
23981
23981
|
error: {
|
|
23982
|
-
type:
|
|
23982
|
+
type: 'no_card_on_encoder'
|
|
23983
23983
|
message: string
|
|
23984
23984
|
}
|
|
23985
23985
|
}
|