@seamapi/types 1.260.0 → 1.261.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 +12 -13
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +85 -87
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +0 -5
- package/lib/seam/connect/models/action-attempts/encode-card.js +1 -1
- package/lib/seam/connect/models/action-attempts/encode-card.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/read-card.d.ts +0 -5
- package/lib/seam/connect/models/action-attempts/read-card.js +6 -6
- package/lib/seam/connect/models/action-attempts/read-card.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +44 -2
- package/lib/seam/connect/openapi.js +5 -10
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +41 -80
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-card.ts +1 -1
- package/src/lib/seam/connect/models/action-attempts/read-card.ts +6 -6
- package/src/lib/seam/connect/openapi.ts +5 -11
- package/src/lib/seam/connect/route-types.ts +41 -80
|
@@ -95,9 +95,7 @@ export interface Routes {
|
|
|
95
95
|
error: null
|
|
96
96
|
action_type: 'READ_CARD'
|
|
97
97
|
result: {
|
|
98
|
-
/**
|
|
99
|
-
acs_credential_id: string | null
|
|
100
|
-
/** A number or sting that physically identifies this card. */
|
|
98
|
+
/** A number or string that physically identifies this card. */
|
|
101
99
|
card_number: string | null
|
|
102
100
|
}
|
|
103
101
|
}
|
|
@@ -129,7 +127,7 @@ export interface Routes {
|
|
|
129
127
|
result: {
|
|
130
128
|
/** Matching acs_credential currently encoded on this card. */
|
|
131
129
|
acs_credential_id: string | null
|
|
132
|
-
/** A number or
|
|
130
|
+
/** A number or string that physically identifies this card. */
|
|
133
131
|
card_number: string | null
|
|
134
132
|
}
|
|
135
133
|
}
|
|
@@ -763,9 +761,7 @@ export interface Routes {
|
|
|
763
761
|
error: null
|
|
764
762
|
action_type: 'READ_CARD'
|
|
765
763
|
result: {
|
|
766
|
-
/**
|
|
767
|
-
acs_credential_id: string | null
|
|
768
|
-
/** A number or sting that physically identifies this card. */
|
|
764
|
+
/** A number or string that physically identifies this card. */
|
|
769
765
|
card_number: string | null
|
|
770
766
|
}
|
|
771
767
|
}
|
|
@@ -797,7 +793,7 @@ export interface Routes {
|
|
|
797
793
|
result: {
|
|
798
794
|
/** Matching acs_credential currently encoded on this card. */
|
|
799
795
|
acs_credential_id: string | null
|
|
800
|
-
/** A number or
|
|
796
|
+
/** A number or string that physically identifies this card. */
|
|
801
797
|
card_number: string | null
|
|
802
798
|
}
|
|
803
799
|
}
|
|
@@ -1596,9 +1592,7 @@ export interface Routes {
|
|
|
1596
1592
|
error: null
|
|
1597
1593
|
action_type: 'READ_CARD'
|
|
1598
1594
|
result: {
|
|
1599
|
-
/**
|
|
1600
|
-
acs_credential_id: string | null
|
|
1601
|
-
/** A number or sting that physically identifies this card. */
|
|
1595
|
+
/** A number or string that physically identifies this card. */
|
|
1602
1596
|
card_number: string | null
|
|
1603
1597
|
}
|
|
1604
1598
|
}
|
|
@@ -1630,7 +1624,7 @@ export interface Routes {
|
|
|
1630
1624
|
result: {
|
|
1631
1625
|
/** Matching acs_credential currently encoded on this card. */
|
|
1632
1626
|
acs_credential_id: string | null
|
|
1633
|
-
/** A number or
|
|
1627
|
+
/** A number or string that physically identifies this card. */
|
|
1634
1628
|
card_number: string | null
|
|
1635
1629
|
}
|
|
1636
1630
|
}
|
|
@@ -2251,9 +2245,7 @@ export interface Routes {
|
|
|
2251
2245
|
error: null
|
|
2252
2246
|
action_type: 'READ_CARD'
|
|
2253
2247
|
result: {
|
|
2254
|
-
/**
|
|
2255
|
-
acs_credential_id: string | null
|
|
2256
|
-
/** A number or sting that physically identifies this card. */
|
|
2248
|
+
/** A number or string that physically identifies this card. */
|
|
2257
2249
|
card_number: string | null
|
|
2258
2250
|
}
|
|
2259
2251
|
}
|
|
@@ -2285,7 +2277,7 @@ export interface Routes {
|
|
|
2285
2277
|
result: {
|
|
2286
2278
|
/** Matching acs_credential currently encoded on this card. */
|
|
2287
2279
|
acs_credential_id: string | null
|
|
2288
|
-
/** A number or
|
|
2280
|
+
/** A number or string that physically identifies this card. */
|
|
2289
2281
|
card_number: string | null
|
|
2290
2282
|
}
|
|
2291
2283
|
}
|
|
@@ -3796,9 +3788,7 @@ export interface Routes {
|
|
|
3796
3788
|
error: null
|
|
3797
3789
|
action_type: 'READ_CARD'
|
|
3798
3790
|
result: {
|
|
3799
|
-
/**
|
|
3800
|
-
acs_credential_id: string | null
|
|
3801
|
-
/** A number or sting that physically identifies this card. */
|
|
3791
|
+
/** A number or string that physically identifies this card. */
|
|
3802
3792
|
card_number: string | null
|
|
3803
3793
|
}
|
|
3804
3794
|
}
|
|
@@ -3830,7 +3820,7 @@ export interface Routes {
|
|
|
3830
3820
|
result: {
|
|
3831
3821
|
/** Matching acs_credential currently encoded on this card. */
|
|
3832
3822
|
acs_credential_id: string | null
|
|
3833
|
-
/** A number or
|
|
3823
|
+
/** A number or string that physically identifies this card. */
|
|
3834
3824
|
card_number: string | null
|
|
3835
3825
|
}
|
|
3836
3826
|
}
|
|
@@ -4872,6 +4862,7 @@ export interface Routes {
|
|
|
4872
4862
|
device_name: string
|
|
4873
4863
|
}
|
|
4874
4864
|
| {
|
|
4865
|
+
acs_system_id: string
|
|
4875
4866
|
device_id: string
|
|
4876
4867
|
}
|
|
4877
4868
|
formData: {}
|
|
@@ -4946,9 +4937,7 @@ export interface Routes {
|
|
|
4946
4937
|
error: null
|
|
4947
4938
|
action_type: 'READ_CARD'
|
|
4948
4939
|
result: {
|
|
4949
|
-
/**
|
|
4950
|
-
acs_credential_id: string | null
|
|
4951
|
-
/** A number or sting that physically identifies this card. */
|
|
4940
|
+
/** A number or string that physically identifies this card. */
|
|
4952
4941
|
card_number: string | null
|
|
4953
4942
|
}
|
|
4954
4943
|
}
|
|
@@ -4980,7 +4969,7 @@ export interface Routes {
|
|
|
4980
4969
|
result: {
|
|
4981
4970
|
/** Matching acs_credential currently encoded on this card. */
|
|
4982
4971
|
acs_credential_id: string | null
|
|
4983
|
-
/** A number or
|
|
4972
|
+
/** A number or string that physically identifies this card. */
|
|
4984
4973
|
card_number: string | null
|
|
4985
4974
|
}
|
|
4986
4975
|
}
|
|
@@ -6851,9 +6840,7 @@ export interface Routes {
|
|
|
6851
6840
|
error: null
|
|
6852
6841
|
action_type: 'READ_CARD'
|
|
6853
6842
|
result: {
|
|
6854
|
-
/**
|
|
6855
|
-
acs_credential_id: string | null
|
|
6856
|
-
/** A number or sting that physically identifies this card. */
|
|
6843
|
+
/** A number or string that physically identifies this card. */
|
|
6857
6844
|
card_number: string | null
|
|
6858
6845
|
}
|
|
6859
6846
|
}
|
|
@@ -6885,7 +6872,7 @@ export interface Routes {
|
|
|
6885
6872
|
result: {
|
|
6886
6873
|
/** Matching acs_credential currently encoded on this card. */
|
|
6887
6874
|
acs_credential_id: string | null
|
|
6888
|
-
/** A number or
|
|
6875
|
+
/** A number or string that physically identifies this card. */
|
|
6889
6876
|
card_number: string | null
|
|
6890
6877
|
}
|
|
6891
6878
|
}
|
|
@@ -7360,9 +7347,7 @@ export interface Routes {
|
|
|
7360
7347
|
error: null
|
|
7361
7348
|
action_type: 'READ_CARD'
|
|
7362
7349
|
result: {
|
|
7363
|
-
/**
|
|
7364
|
-
acs_credential_id: string | null
|
|
7365
|
-
/** A number or sting that physically identifies this card. */
|
|
7350
|
+
/** A number or string that physically identifies this card. */
|
|
7366
7351
|
card_number: string | null
|
|
7367
7352
|
}
|
|
7368
7353
|
}
|
|
@@ -7394,7 +7379,7 @@ export interface Routes {
|
|
|
7394
7379
|
result: {
|
|
7395
7380
|
/** Matching acs_credential currently encoded on this card. */
|
|
7396
7381
|
acs_credential_id: string | null
|
|
7397
|
-
/** A number or
|
|
7382
|
+
/** A number or string that physically identifies this card. */
|
|
7398
7383
|
card_number: string | null
|
|
7399
7384
|
}
|
|
7400
7385
|
}
|
|
@@ -13255,9 +13240,7 @@ export interface Routes {
|
|
|
13255
13240
|
error: null
|
|
13256
13241
|
action_type: 'READ_CARD'
|
|
13257
13242
|
result: {
|
|
13258
|
-
/**
|
|
13259
|
-
acs_credential_id: string | null
|
|
13260
|
-
/** A number or sting that physically identifies this card. */
|
|
13243
|
+
/** A number or string that physically identifies this card. */
|
|
13261
13244
|
card_number: string | null
|
|
13262
13245
|
}
|
|
13263
13246
|
}
|
|
@@ -13289,7 +13272,7 @@ export interface Routes {
|
|
|
13289
13272
|
result: {
|
|
13290
13273
|
/** Matching acs_credential currently encoded on this card. */
|
|
13291
13274
|
acs_credential_id: string | null
|
|
13292
|
-
/** A number or
|
|
13275
|
+
/** A number or string that physically identifies this card. */
|
|
13293
13276
|
card_number: string | null
|
|
13294
13277
|
}
|
|
13295
13278
|
}
|
|
@@ -13765,9 +13748,7 @@ export interface Routes {
|
|
|
13765
13748
|
error: null
|
|
13766
13749
|
action_type: 'READ_CARD'
|
|
13767
13750
|
result: {
|
|
13768
|
-
/**
|
|
13769
|
-
acs_credential_id: string | null
|
|
13770
|
-
/** A number or sting that physically identifies this card. */
|
|
13751
|
+
/** A number or string that physically identifies this card. */
|
|
13771
13752
|
card_number: string | null
|
|
13772
13753
|
}
|
|
13773
13754
|
}
|
|
@@ -13799,7 +13780,7 @@ export interface Routes {
|
|
|
13799
13780
|
result: {
|
|
13800
13781
|
/** Matching acs_credential currently encoded on this card. */
|
|
13801
13782
|
acs_credential_id: string | null
|
|
13802
|
-
/** A number or
|
|
13783
|
+
/** A number or string that physically identifies this card. */
|
|
13803
13784
|
card_number: string | null
|
|
13804
13785
|
}
|
|
13805
13786
|
}
|
|
@@ -15711,9 +15692,7 @@ export interface Routes {
|
|
|
15711
15692
|
error: null
|
|
15712
15693
|
action_type: 'READ_CARD'
|
|
15713
15694
|
result: {
|
|
15714
|
-
/**
|
|
15715
|
-
acs_credential_id: string | null
|
|
15716
|
-
/** A number or sting that physically identifies this card. */
|
|
15695
|
+
/** A number or string that physically identifies this card. */
|
|
15717
15696
|
card_number: string | null
|
|
15718
15697
|
}
|
|
15719
15698
|
}
|
|
@@ -15745,7 +15724,7 @@ export interface Routes {
|
|
|
15745
15724
|
result: {
|
|
15746
15725
|
/** Matching acs_credential currently encoded on this card. */
|
|
15747
15726
|
acs_credential_id: string | null
|
|
15748
|
-
/** A number or
|
|
15727
|
+
/** A number or string that physically identifies this card. */
|
|
15749
15728
|
card_number: string | null
|
|
15750
15729
|
}
|
|
15751
15730
|
}
|
|
@@ -16231,9 +16210,7 @@ export interface Routes {
|
|
|
16231
16210
|
error: null
|
|
16232
16211
|
action_type: 'READ_CARD'
|
|
16233
16212
|
result: {
|
|
16234
|
-
/**
|
|
16235
|
-
acs_credential_id: string | null
|
|
16236
|
-
/** A number or sting that physically identifies this card. */
|
|
16213
|
+
/** A number or string that physically identifies this card. */
|
|
16237
16214
|
card_number: string | null
|
|
16238
16215
|
}
|
|
16239
16216
|
}
|
|
@@ -16265,7 +16242,7 @@ export interface Routes {
|
|
|
16265
16242
|
result: {
|
|
16266
16243
|
/** Matching acs_credential currently encoded on this card. */
|
|
16267
16244
|
acs_credential_id: string | null
|
|
16268
|
-
/** A number or
|
|
16245
|
+
/** A number or string that physically identifies this card. */
|
|
16269
16246
|
card_number: string | null
|
|
16270
16247
|
}
|
|
16271
16248
|
}
|
|
@@ -16790,9 +16767,7 @@ export interface Routes {
|
|
|
16790
16767
|
error: null
|
|
16791
16768
|
action_type: 'READ_CARD'
|
|
16792
16769
|
result: {
|
|
16793
|
-
/**
|
|
16794
|
-
acs_credential_id: string | null
|
|
16795
|
-
/** A number or sting that physically identifies this card. */
|
|
16770
|
+
/** A number or string that physically identifies this card. */
|
|
16796
16771
|
card_number: string | null
|
|
16797
16772
|
}
|
|
16798
16773
|
}
|
|
@@ -16824,7 +16799,7 @@ export interface Routes {
|
|
|
16824
16799
|
result: {
|
|
16825
16800
|
/** Matching acs_credential currently encoded on this card. */
|
|
16826
16801
|
acs_credential_id: string | null
|
|
16827
|
-
/** A number or
|
|
16802
|
+
/** A number or string that physically identifies this card. */
|
|
16828
16803
|
card_number: string | null
|
|
16829
16804
|
}
|
|
16830
16805
|
}
|
|
@@ -17506,9 +17481,7 @@ export interface Routes {
|
|
|
17506
17481
|
error: null
|
|
17507
17482
|
action_type: 'READ_CARD'
|
|
17508
17483
|
result: {
|
|
17509
|
-
/**
|
|
17510
|
-
acs_credential_id: string | null
|
|
17511
|
-
/** A number or sting that physically identifies this card. */
|
|
17484
|
+
/** A number or string that physically identifies this card. */
|
|
17512
17485
|
card_number: string | null
|
|
17513
17486
|
}
|
|
17514
17487
|
}
|
|
@@ -17540,7 +17513,7 @@ export interface Routes {
|
|
|
17540
17513
|
result: {
|
|
17541
17514
|
/** Matching acs_credential currently encoded on this card. */
|
|
17542
17515
|
acs_credential_id: string | null
|
|
17543
|
-
/** A number or
|
|
17516
|
+
/** A number or string that physically identifies this card. */
|
|
17544
17517
|
card_number: string | null
|
|
17545
17518
|
}
|
|
17546
17519
|
}
|
|
@@ -18018,9 +17991,7 @@ export interface Routes {
|
|
|
18018
17991
|
error: null
|
|
18019
17992
|
action_type: 'READ_CARD'
|
|
18020
17993
|
result: {
|
|
18021
|
-
/**
|
|
18022
|
-
acs_credential_id: string | null
|
|
18023
|
-
/** A number or sting that physically identifies this card. */
|
|
17994
|
+
/** A number or string that physically identifies this card. */
|
|
18024
17995
|
card_number: string | null
|
|
18025
17996
|
}
|
|
18026
17997
|
}
|
|
@@ -18052,7 +18023,7 @@ export interface Routes {
|
|
|
18052
18023
|
result: {
|
|
18053
18024
|
/** Matching acs_credential currently encoded on this card. */
|
|
18054
18025
|
acs_credential_id: string | null
|
|
18055
|
-
/** A number or
|
|
18026
|
+
/** A number or string that physically identifies this card. */
|
|
18056
18027
|
card_number: string | null
|
|
18057
18028
|
}
|
|
18058
18029
|
}
|
|
@@ -19188,9 +19159,7 @@ export interface Routes {
|
|
|
19188
19159
|
error: null
|
|
19189
19160
|
action_type: 'READ_CARD'
|
|
19190
19161
|
result: {
|
|
19191
|
-
/**
|
|
19192
|
-
acs_credential_id: string | null
|
|
19193
|
-
/** A number or sting that physically identifies this card. */
|
|
19162
|
+
/** A number or string that physically identifies this card. */
|
|
19194
19163
|
card_number: string | null
|
|
19195
19164
|
}
|
|
19196
19165
|
}
|
|
@@ -19222,7 +19191,7 @@ export interface Routes {
|
|
|
19222
19191
|
result: {
|
|
19223
19192
|
/** Matching acs_credential currently encoded on this card. */
|
|
19224
19193
|
acs_credential_id: string | null
|
|
19225
|
-
/** A number or
|
|
19194
|
+
/** A number or string that physically identifies this card. */
|
|
19226
19195
|
card_number: string | null
|
|
19227
19196
|
}
|
|
19228
19197
|
}
|
|
@@ -19702,9 +19671,7 @@ export interface Routes {
|
|
|
19702
19671
|
error: null
|
|
19703
19672
|
action_type: 'READ_CARD'
|
|
19704
19673
|
result: {
|
|
19705
|
-
/**
|
|
19706
|
-
acs_credential_id: string | null
|
|
19707
|
-
/** A number or sting that physically identifies this card. */
|
|
19674
|
+
/** A number or string that physically identifies this card. */
|
|
19708
19675
|
card_number: string | null
|
|
19709
19676
|
}
|
|
19710
19677
|
}
|
|
@@ -19736,7 +19703,7 @@ export interface Routes {
|
|
|
19736
19703
|
result: {
|
|
19737
19704
|
/** Matching acs_credential currently encoded on this card. */
|
|
19738
19705
|
acs_credential_id: string | null
|
|
19739
|
-
/** A number or
|
|
19706
|
+
/** A number or string that physically identifies this card. */
|
|
19740
19707
|
card_number: string | null
|
|
19741
19708
|
}
|
|
19742
19709
|
}
|
|
@@ -20996,9 +20963,7 @@ export interface Routes {
|
|
|
20996
20963
|
error: null
|
|
20997
20964
|
action_type: 'READ_CARD'
|
|
20998
20965
|
result: {
|
|
20999
|
-
/**
|
|
21000
|
-
acs_credential_id: string | null
|
|
21001
|
-
/** A number or sting that physically identifies this card. */
|
|
20966
|
+
/** A number or string that physically identifies this card. */
|
|
21002
20967
|
card_number: string | null
|
|
21003
20968
|
}
|
|
21004
20969
|
}
|
|
@@ -21030,7 +20995,7 @@ export interface Routes {
|
|
|
21030
20995
|
result: {
|
|
21031
20996
|
/** Matching acs_credential currently encoded on this card. */
|
|
21032
20997
|
acs_credential_id: string | null
|
|
21033
|
-
/** A number or
|
|
20998
|
+
/** A number or string that physically identifies this card. */
|
|
21034
20999
|
card_number: string | null
|
|
21035
21000
|
}
|
|
21036
21001
|
}
|
|
@@ -21627,9 +21592,7 @@ export interface Routes {
|
|
|
21627
21592
|
error: null
|
|
21628
21593
|
action_type: 'READ_CARD'
|
|
21629
21594
|
result: {
|
|
21630
|
-
/**
|
|
21631
|
-
acs_credential_id: string | null
|
|
21632
|
-
/** A number or sting that physically identifies this card. */
|
|
21595
|
+
/** A number or string that physically identifies this card. */
|
|
21633
21596
|
card_number: string | null
|
|
21634
21597
|
}
|
|
21635
21598
|
}
|
|
@@ -21661,7 +21624,7 @@ export interface Routes {
|
|
|
21661
21624
|
result: {
|
|
21662
21625
|
/** Matching acs_credential currently encoded on this card. */
|
|
21663
21626
|
acs_credential_id: string | null
|
|
21664
|
-
/** A number or
|
|
21627
|
+
/** A number or string that physically identifies this card. */
|
|
21665
21628
|
card_number: string | null
|
|
21666
21629
|
}
|
|
21667
21630
|
}
|
|
@@ -24005,9 +23968,7 @@ export interface Routes {
|
|
|
24005
23968
|
error: null
|
|
24006
23969
|
action_type: 'READ_CARD'
|
|
24007
23970
|
result: {
|
|
24008
|
-
/**
|
|
24009
|
-
acs_credential_id: string | null
|
|
24010
|
-
/** A number or sting that physically identifies this card. */
|
|
23971
|
+
/** A number or string that physically identifies this card. */
|
|
24011
23972
|
card_number: string | null
|
|
24012
23973
|
}
|
|
24013
23974
|
}
|
|
@@ -24039,7 +24000,7 @@ export interface Routes {
|
|
|
24039
24000
|
result: {
|
|
24040
24001
|
/** Matching acs_credential currently encoded on this card. */
|
|
24041
24002
|
acs_credential_id: string | null
|
|
24042
|
-
/** A number or
|
|
24003
|
+
/** A number or string that physically identifies this card. */
|
|
24043
24004
|
card_number: string | null
|
|
24044
24005
|
}
|
|
24045
24006
|
}
|