@seamapi/types 1.259.1 → 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 +35 -21
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +109 -87
- package/lib/seam/connect/models/acs/acs-entrance.js +10 -4
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- 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 +48 -2
- package/lib/seam/connect/openapi.js +24 -14
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +61 -80
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +10 -4
- 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 +25 -15
- package/src/lib/seam/connect/route-types.ts +61 -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
|
}
|
|
@@ -2778,9 +2770,13 @@ export interface Routes {
|
|
|
2778
2770
|
formData: {}
|
|
2779
2771
|
jsonResponse: {
|
|
2780
2772
|
acs_entrances: Array<{
|
|
2773
|
+
/** ID of the access control system that contains the entrance. */
|
|
2781
2774
|
acs_system_id: string
|
|
2775
|
+
/** ID of the entrance. */
|
|
2782
2776
|
acs_entrance_id: string
|
|
2777
|
+
/** Date and time at which the entrance was created. */
|
|
2783
2778
|
created_at: string
|
|
2779
|
+
/** Display name for the entrance. */
|
|
2784
2780
|
display_name: string
|
|
2785
2781
|
errors: Array<{
|
|
2786
2782
|
error_code: string
|
|
@@ -3389,9 +3385,13 @@ export interface Routes {
|
|
|
3389
3385
|
formData: {}
|
|
3390
3386
|
jsonResponse: {
|
|
3391
3387
|
acs_entrances: Array<{
|
|
3388
|
+
/** ID of the access control system that contains the entrance. */
|
|
3392
3389
|
acs_system_id: string
|
|
3390
|
+
/** ID of the entrance. */
|
|
3393
3391
|
acs_entrance_id: string
|
|
3392
|
+
/** Date and time at which the entrance was created. */
|
|
3394
3393
|
created_at: string
|
|
3394
|
+
/** Display name for the entrance. */
|
|
3395
3395
|
display_name: string
|
|
3396
3396
|
errors: Array<{
|
|
3397
3397
|
error_code: string
|
|
@@ -3788,9 +3788,7 @@ export interface Routes {
|
|
|
3788
3788
|
error: null
|
|
3789
3789
|
action_type: 'READ_CARD'
|
|
3790
3790
|
result: {
|
|
3791
|
-
/**
|
|
3792
|
-
acs_credential_id: string | null
|
|
3793
|
-
/** A number or sting that physically identifies this card. */
|
|
3791
|
+
/** A number or string that physically identifies this card. */
|
|
3794
3792
|
card_number: string | null
|
|
3795
3793
|
}
|
|
3796
3794
|
}
|
|
@@ -3822,7 +3820,7 @@ export interface Routes {
|
|
|
3822
3820
|
result: {
|
|
3823
3821
|
/** Matching acs_credential currently encoded on this card. */
|
|
3824
3822
|
acs_credential_id: string | null
|
|
3825
|
-
/** A number or
|
|
3823
|
+
/** A number or string that physically identifies this card. */
|
|
3826
3824
|
card_number: string | null
|
|
3827
3825
|
}
|
|
3828
3826
|
}
|
|
@@ -4864,6 +4862,7 @@ export interface Routes {
|
|
|
4864
4862
|
device_name: string
|
|
4865
4863
|
}
|
|
4866
4864
|
| {
|
|
4865
|
+
acs_system_id: string
|
|
4867
4866
|
device_id: string
|
|
4868
4867
|
}
|
|
4869
4868
|
formData: {}
|
|
@@ -4938,9 +4937,7 @@ export interface Routes {
|
|
|
4938
4937
|
error: null
|
|
4939
4938
|
action_type: 'READ_CARD'
|
|
4940
4939
|
result: {
|
|
4941
|
-
/**
|
|
4942
|
-
acs_credential_id: string | null
|
|
4943
|
-
/** A number or sting that physically identifies this card. */
|
|
4940
|
+
/** A number or string that physically identifies this card. */
|
|
4944
4941
|
card_number: string | null
|
|
4945
4942
|
}
|
|
4946
4943
|
}
|
|
@@ -4972,7 +4969,7 @@ export interface Routes {
|
|
|
4972
4969
|
result: {
|
|
4973
4970
|
/** Matching acs_credential currently encoded on this card. */
|
|
4974
4971
|
acs_credential_id: string | null
|
|
4975
|
-
/** A number or
|
|
4972
|
+
/** A number or string that physically identifies this card. */
|
|
4976
4973
|
card_number: string | null
|
|
4977
4974
|
}
|
|
4978
4975
|
}
|
|
@@ -5378,9 +5375,13 @@ export interface Routes {
|
|
|
5378
5375
|
formData: {}
|
|
5379
5376
|
jsonResponse: {
|
|
5380
5377
|
acs_entrance: {
|
|
5378
|
+
/** ID of the access control system that contains the entrance. */
|
|
5381
5379
|
acs_system_id: string
|
|
5380
|
+
/** ID of the entrance. */
|
|
5382
5381
|
acs_entrance_id: string
|
|
5382
|
+
/** Date and time at which the entrance was created. */
|
|
5383
5383
|
created_at: string
|
|
5384
|
+
/** Display name for the entrance. */
|
|
5384
5385
|
display_name: string
|
|
5385
5386
|
errors: Array<{
|
|
5386
5387
|
error_code: string
|
|
@@ -5450,9 +5451,13 @@ export interface Routes {
|
|
|
5450
5451
|
formData: {}
|
|
5451
5452
|
jsonResponse: {
|
|
5452
5453
|
acs_entrances: Array<{
|
|
5454
|
+
/** ID of the access control system that contains the entrance. */
|
|
5453
5455
|
acs_system_id: string
|
|
5456
|
+
/** ID of the entrance. */
|
|
5454
5457
|
acs_entrance_id: string
|
|
5458
|
+
/** Date and time at which the entrance was created. */
|
|
5455
5459
|
created_at: string
|
|
5460
|
+
/** Display name for the entrance. */
|
|
5456
5461
|
display_name: string
|
|
5457
5462
|
errors: Array<{
|
|
5458
5463
|
error_code: string
|
|
@@ -6382,9 +6387,13 @@ export interface Routes {
|
|
|
6382
6387
|
formData: {}
|
|
6383
6388
|
jsonResponse: {
|
|
6384
6389
|
acs_entrances: Array<{
|
|
6390
|
+
/** ID of the access control system that contains the entrance. */
|
|
6385
6391
|
acs_system_id: string
|
|
6392
|
+
/** ID of the entrance. */
|
|
6386
6393
|
acs_entrance_id: string
|
|
6394
|
+
/** Date and time at which the entrance was created. */
|
|
6387
6395
|
created_at: string
|
|
6396
|
+
/** Display name for the entrance. */
|
|
6388
6397
|
display_name: string
|
|
6389
6398
|
errors: Array<{
|
|
6390
6399
|
error_code: string
|
|
@@ -6831,9 +6840,7 @@ export interface Routes {
|
|
|
6831
6840
|
error: null
|
|
6832
6841
|
action_type: 'READ_CARD'
|
|
6833
6842
|
result: {
|
|
6834
|
-
/**
|
|
6835
|
-
acs_credential_id: string | null
|
|
6836
|
-
/** A number or sting that physically identifies this card. */
|
|
6843
|
+
/** A number or string that physically identifies this card. */
|
|
6837
6844
|
card_number: string | null
|
|
6838
6845
|
}
|
|
6839
6846
|
}
|
|
@@ -6865,7 +6872,7 @@ export interface Routes {
|
|
|
6865
6872
|
result: {
|
|
6866
6873
|
/** Matching acs_credential currently encoded on this card. */
|
|
6867
6874
|
acs_credential_id: string | null
|
|
6868
|
-
/** A number or
|
|
6875
|
+
/** A number or string that physically identifies this card. */
|
|
6869
6876
|
card_number: string | null
|
|
6870
6877
|
}
|
|
6871
6878
|
}
|
|
@@ -7340,9 +7347,7 @@ export interface Routes {
|
|
|
7340
7347
|
error: null
|
|
7341
7348
|
action_type: 'READ_CARD'
|
|
7342
7349
|
result: {
|
|
7343
|
-
/**
|
|
7344
|
-
acs_credential_id: string | null
|
|
7345
|
-
/** A number or sting that physically identifies this card. */
|
|
7350
|
+
/** A number or string that physically identifies this card. */
|
|
7346
7351
|
card_number: string | null
|
|
7347
7352
|
}
|
|
7348
7353
|
}
|
|
@@ -7374,7 +7379,7 @@ export interface Routes {
|
|
|
7374
7379
|
result: {
|
|
7375
7380
|
/** Matching acs_credential currently encoded on this card. */
|
|
7376
7381
|
acs_credential_id: string | null
|
|
7377
|
-
/** A number or
|
|
7382
|
+
/** A number or string that physically identifies this card. */
|
|
7378
7383
|
card_number: string | null
|
|
7379
7384
|
}
|
|
7380
7385
|
}
|
|
@@ -13235,9 +13240,7 @@ export interface Routes {
|
|
|
13235
13240
|
error: null
|
|
13236
13241
|
action_type: 'READ_CARD'
|
|
13237
13242
|
result: {
|
|
13238
|
-
/**
|
|
13239
|
-
acs_credential_id: string | null
|
|
13240
|
-
/** A number or sting that physically identifies this card. */
|
|
13243
|
+
/** A number or string that physically identifies this card. */
|
|
13241
13244
|
card_number: string | null
|
|
13242
13245
|
}
|
|
13243
13246
|
}
|
|
@@ -13269,7 +13272,7 @@ export interface Routes {
|
|
|
13269
13272
|
result: {
|
|
13270
13273
|
/** Matching acs_credential currently encoded on this card. */
|
|
13271
13274
|
acs_credential_id: string | null
|
|
13272
|
-
/** A number or
|
|
13275
|
+
/** A number or string that physically identifies this card. */
|
|
13273
13276
|
card_number: string | null
|
|
13274
13277
|
}
|
|
13275
13278
|
}
|
|
@@ -13745,9 +13748,7 @@ export interface Routes {
|
|
|
13745
13748
|
error: null
|
|
13746
13749
|
action_type: 'READ_CARD'
|
|
13747
13750
|
result: {
|
|
13748
|
-
/**
|
|
13749
|
-
acs_credential_id: string | null
|
|
13750
|
-
/** A number or sting that physically identifies this card. */
|
|
13751
|
+
/** A number or string that physically identifies this card. */
|
|
13751
13752
|
card_number: string | null
|
|
13752
13753
|
}
|
|
13753
13754
|
}
|
|
@@ -13779,7 +13780,7 @@ export interface Routes {
|
|
|
13779
13780
|
result: {
|
|
13780
13781
|
/** Matching acs_credential currently encoded on this card. */
|
|
13781
13782
|
acs_credential_id: string | null
|
|
13782
|
-
/** A number or
|
|
13783
|
+
/** A number or string that physically identifies this card. */
|
|
13783
13784
|
card_number: string | null
|
|
13784
13785
|
}
|
|
13785
13786
|
}
|
|
@@ -15691,9 +15692,7 @@ export interface Routes {
|
|
|
15691
15692
|
error: null
|
|
15692
15693
|
action_type: 'READ_CARD'
|
|
15693
15694
|
result: {
|
|
15694
|
-
/**
|
|
15695
|
-
acs_credential_id: string | null
|
|
15696
|
-
/** A number or sting that physically identifies this card. */
|
|
15695
|
+
/** A number or string that physically identifies this card. */
|
|
15697
15696
|
card_number: string | null
|
|
15698
15697
|
}
|
|
15699
15698
|
}
|
|
@@ -15725,7 +15724,7 @@ export interface Routes {
|
|
|
15725
15724
|
result: {
|
|
15726
15725
|
/** Matching acs_credential currently encoded on this card. */
|
|
15727
15726
|
acs_credential_id: string | null
|
|
15728
|
-
/** A number or
|
|
15727
|
+
/** A number or string that physically identifies this card. */
|
|
15729
15728
|
card_number: string | null
|
|
15730
15729
|
}
|
|
15731
15730
|
}
|
|
@@ -16211,9 +16210,7 @@ export interface Routes {
|
|
|
16211
16210
|
error: null
|
|
16212
16211
|
action_type: 'READ_CARD'
|
|
16213
16212
|
result: {
|
|
16214
|
-
/**
|
|
16215
|
-
acs_credential_id: string | null
|
|
16216
|
-
/** A number or sting that physically identifies this card. */
|
|
16213
|
+
/** A number or string that physically identifies this card. */
|
|
16217
16214
|
card_number: string | null
|
|
16218
16215
|
}
|
|
16219
16216
|
}
|
|
@@ -16245,7 +16242,7 @@ export interface Routes {
|
|
|
16245
16242
|
result: {
|
|
16246
16243
|
/** Matching acs_credential currently encoded on this card. */
|
|
16247
16244
|
acs_credential_id: string | null
|
|
16248
|
-
/** A number or
|
|
16245
|
+
/** A number or string that physically identifies this card. */
|
|
16249
16246
|
card_number: string | null
|
|
16250
16247
|
}
|
|
16251
16248
|
}
|
|
@@ -16770,9 +16767,7 @@ export interface Routes {
|
|
|
16770
16767
|
error: null
|
|
16771
16768
|
action_type: 'READ_CARD'
|
|
16772
16769
|
result: {
|
|
16773
|
-
/**
|
|
16774
|
-
acs_credential_id: string | null
|
|
16775
|
-
/** A number or sting that physically identifies this card. */
|
|
16770
|
+
/** A number or string that physically identifies this card. */
|
|
16776
16771
|
card_number: string | null
|
|
16777
16772
|
}
|
|
16778
16773
|
}
|
|
@@ -16804,7 +16799,7 @@ export interface Routes {
|
|
|
16804
16799
|
result: {
|
|
16805
16800
|
/** Matching acs_credential currently encoded on this card. */
|
|
16806
16801
|
acs_credential_id: string | null
|
|
16807
|
-
/** A number or
|
|
16802
|
+
/** A number or string that physically identifies this card. */
|
|
16808
16803
|
card_number: string | null
|
|
16809
16804
|
}
|
|
16810
16805
|
}
|
|
@@ -17486,9 +17481,7 @@ export interface Routes {
|
|
|
17486
17481
|
error: null
|
|
17487
17482
|
action_type: 'READ_CARD'
|
|
17488
17483
|
result: {
|
|
17489
|
-
/**
|
|
17490
|
-
acs_credential_id: string | null
|
|
17491
|
-
/** A number or sting that physically identifies this card. */
|
|
17484
|
+
/** A number or string that physically identifies this card. */
|
|
17492
17485
|
card_number: string | null
|
|
17493
17486
|
}
|
|
17494
17487
|
}
|
|
@@ -17520,7 +17513,7 @@ export interface Routes {
|
|
|
17520
17513
|
result: {
|
|
17521
17514
|
/** Matching acs_credential currently encoded on this card. */
|
|
17522
17515
|
acs_credential_id: string | null
|
|
17523
|
-
/** A number or
|
|
17516
|
+
/** A number or string that physically identifies this card. */
|
|
17524
17517
|
card_number: string | null
|
|
17525
17518
|
}
|
|
17526
17519
|
}
|
|
@@ -17998,9 +17991,7 @@ export interface Routes {
|
|
|
17998
17991
|
error: null
|
|
17999
17992
|
action_type: 'READ_CARD'
|
|
18000
17993
|
result: {
|
|
18001
|
-
/**
|
|
18002
|
-
acs_credential_id: string | null
|
|
18003
|
-
/** A number or sting that physically identifies this card. */
|
|
17994
|
+
/** A number or string that physically identifies this card. */
|
|
18004
17995
|
card_number: string | null
|
|
18005
17996
|
}
|
|
18006
17997
|
}
|
|
@@ -18032,7 +18023,7 @@ export interface Routes {
|
|
|
18032
18023
|
result: {
|
|
18033
18024
|
/** Matching acs_credential currently encoded on this card. */
|
|
18034
18025
|
acs_credential_id: string | null
|
|
18035
|
-
/** A number or
|
|
18026
|
+
/** A number or string that physically identifies this card. */
|
|
18036
18027
|
card_number: string | null
|
|
18037
18028
|
}
|
|
18038
18029
|
}
|
|
@@ -19168,9 +19159,7 @@ export interface Routes {
|
|
|
19168
19159
|
error: null
|
|
19169
19160
|
action_type: 'READ_CARD'
|
|
19170
19161
|
result: {
|
|
19171
|
-
/**
|
|
19172
|
-
acs_credential_id: string | null
|
|
19173
|
-
/** A number or sting that physically identifies this card. */
|
|
19162
|
+
/** A number or string that physically identifies this card. */
|
|
19174
19163
|
card_number: string | null
|
|
19175
19164
|
}
|
|
19176
19165
|
}
|
|
@@ -19202,7 +19191,7 @@ export interface Routes {
|
|
|
19202
19191
|
result: {
|
|
19203
19192
|
/** Matching acs_credential currently encoded on this card. */
|
|
19204
19193
|
acs_credential_id: string | null
|
|
19205
|
-
/** A number or
|
|
19194
|
+
/** A number or string that physically identifies this card. */
|
|
19206
19195
|
card_number: string | null
|
|
19207
19196
|
}
|
|
19208
19197
|
}
|
|
@@ -19682,9 +19671,7 @@ export interface Routes {
|
|
|
19682
19671
|
error: null
|
|
19683
19672
|
action_type: 'READ_CARD'
|
|
19684
19673
|
result: {
|
|
19685
|
-
/**
|
|
19686
|
-
acs_credential_id: string | null
|
|
19687
|
-
/** A number or sting that physically identifies this card. */
|
|
19674
|
+
/** A number or string that physically identifies this card. */
|
|
19688
19675
|
card_number: string | null
|
|
19689
19676
|
}
|
|
19690
19677
|
}
|
|
@@ -19716,7 +19703,7 @@ export interface Routes {
|
|
|
19716
19703
|
result: {
|
|
19717
19704
|
/** Matching acs_credential currently encoded on this card. */
|
|
19718
19705
|
acs_credential_id: string | null
|
|
19719
|
-
/** A number or
|
|
19706
|
+
/** A number or string that physically identifies this card. */
|
|
19720
19707
|
card_number: string | null
|
|
19721
19708
|
}
|
|
19722
19709
|
}
|
|
@@ -20976,9 +20963,7 @@ export interface Routes {
|
|
|
20976
20963
|
error: null
|
|
20977
20964
|
action_type: 'READ_CARD'
|
|
20978
20965
|
result: {
|
|
20979
|
-
/**
|
|
20980
|
-
acs_credential_id: string | null
|
|
20981
|
-
/** A number or sting that physically identifies this card. */
|
|
20966
|
+
/** A number or string that physically identifies this card. */
|
|
20982
20967
|
card_number: string | null
|
|
20983
20968
|
}
|
|
20984
20969
|
}
|
|
@@ -21010,7 +20995,7 @@ export interface Routes {
|
|
|
21010
20995
|
result: {
|
|
21011
20996
|
/** Matching acs_credential currently encoded on this card. */
|
|
21012
20997
|
acs_credential_id: string | null
|
|
21013
|
-
/** A number or
|
|
20998
|
+
/** A number or string that physically identifies this card. */
|
|
21014
20999
|
card_number: string | null
|
|
21015
21000
|
}
|
|
21016
21001
|
}
|
|
@@ -21607,9 +21592,7 @@ export interface Routes {
|
|
|
21607
21592
|
error: null
|
|
21608
21593
|
action_type: 'READ_CARD'
|
|
21609
21594
|
result: {
|
|
21610
|
-
/**
|
|
21611
|
-
acs_credential_id: string | null
|
|
21612
|
-
/** A number or sting that physically identifies this card. */
|
|
21595
|
+
/** A number or string that physically identifies this card. */
|
|
21613
21596
|
card_number: string | null
|
|
21614
21597
|
}
|
|
21615
21598
|
}
|
|
@@ -21641,7 +21624,7 @@ export interface Routes {
|
|
|
21641
21624
|
result: {
|
|
21642
21625
|
/** Matching acs_credential currently encoded on this card. */
|
|
21643
21626
|
acs_credential_id: string | null
|
|
21644
|
-
/** A number or
|
|
21627
|
+
/** A number or string that physically identifies this card. */
|
|
21645
21628
|
card_number: string | null
|
|
21646
21629
|
}
|
|
21647
21630
|
}
|
|
@@ -23985,9 +23968,7 @@ export interface Routes {
|
|
|
23985
23968
|
error: null
|
|
23986
23969
|
action_type: 'READ_CARD'
|
|
23987
23970
|
result: {
|
|
23988
|
-
/**
|
|
23989
|
-
acs_credential_id: string | null
|
|
23990
|
-
/** A number or sting that physically identifies this card. */
|
|
23971
|
+
/** A number or string that physically identifies this card. */
|
|
23991
23972
|
card_number: string | null
|
|
23992
23973
|
}
|
|
23993
23974
|
}
|
|
@@ -24019,7 +24000,7 @@ export interface Routes {
|
|
|
24019
24000
|
result: {
|
|
24020
24001
|
/** Matching acs_credential currently encoded on this card. */
|
|
24021
24002
|
acs_credential_id: string | null
|
|
24022
|
-
/** A number or
|
|
24003
|
+
/** A number or string that physically identifies this card. */
|
|
24023
24004
|
card_number: string | null
|
|
24024
24005
|
}
|
|
24025
24006
|
}
|