@seamapi/types 1.260.0 → 1.261.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.
@@ -250,7 +250,6 @@ export default {
250
250
  code: { nullable: true, type: 'string' },
251
251
  created_at: { format: 'date-time', type: 'string' },
252
252
  display_name: { minLength: 1, type: 'string' },
253
- encoded_at: { format: 'date-time', nullable: true, type: 'string' },
254
253
  ends_at: { type: 'string' },
255
254
  errors: {
256
255
  items: {
@@ -274,10 +273,11 @@ export default {
274
273
  type: 'string',
275
274
  },
276
275
  external_type_display_name: { type: 'string' },
277
- is_encoded: { type: 'boolean' },
276
+ is_issued: { type: 'boolean' },
278
277
  is_latest_desired_state_synced_with_provider: { type: 'boolean' },
279
278
  is_managed: { enum: [true], type: 'boolean' },
280
279
  is_multi_phone_sync_credential: { type: 'boolean' },
280
+ issued_at: { format: 'date-time', nullable: true, type: 'string' },
281
281
  latest_desired_state_synced_with_provider_at: {
282
282
  format: 'date-time',
283
283
  type: 'string',
@@ -1250,21 +1250,14 @@ export default {
1250
1250
  error: { nullable: true },
1251
1251
  result: {
1252
1252
  properties: {
1253
- acs_credential_id: {
1254
- description:
1255
- 'Matching acs_credential currently encoded on this card.',
1256
- format: 'uuid',
1257
- nullable: true,
1258
- type: 'string',
1259
- },
1260
1253
  card_number: {
1261
1254
  description:
1262
- 'A number or sting that physically identifies this card.',
1255
+ 'A number or string that physically identifies this card.',
1263
1256
  nullable: true,
1264
1257
  type: 'string',
1265
1258
  },
1266
1259
  },
1267
- required: ['acs_credential_id', 'card_number'],
1260
+ required: ['card_number'],
1268
1261
  type: 'object',
1269
1262
  },
1270
1263
  status: { enum: ['success'], type: 'string' },
@@ -1353,7 +1346,7 @@ export default {
1353
1346
  },
1354
1347
  card_number: {
1355
1348
  description:
1356
- 'A number or sting that physically identifies this card.',
1349
+ 'A number or string that physically identifies this card.',
1357
1350
  nullable: true,
1358
1351
  type: 'string',
1359
1352
  },
@@ -7076,11 +7069,6 @@ export default {
7076
7069
  code: { nullable: true, type: 'string' },
7077
7070
  created_at: { format: 'date-time', type: 'string' },
7078
7071
  display_name: { minLength: 1, type: 'string' },
7079
- encoded_at: {
7080
- format: 'date-time',
7081
- nullable: true,
7082
- type: 'string',
7083
- },
7084
7072
  ends_at: { type: 'string' },
7085
7073
  errors: {
7086
7074
  items: {
@@ -7104,12 +7092,17 @@ export default {
7104
7092
  type: 'string',
7105
7093
  },
7106
7094
  external_type_display_name: { type: 'string' },
7107
- is_encoded: { type: 'boolean' },
7095
+ is_issued: { type: 'boolean' },
7108
7096
  is_latest_desired_state_synced_with_provider: {
7109
7097
  type: 'boolean',
7110
7098
  },
7111
7099
  is_managed: { enum: [false], type: 'boolean' },
7112
7100
  is_multi_phone_sync_credential: { type: 'boolean' },
7101
+ issued_at: {
7102
+ format: 'date-time',
7103
+ nullable: true,
7104
+ type: 'string',
7105
+ },
7113
7106
  latest_desired_state_synced_with_provider_at: {
7114
7107
  format: 'date-time',
7115
7108
  type: 'string',
@@ -7261,11 +7254,6 @@ export default {
7261
7254
  code: { nullable: true, type: 'string' },
7262
7255
  created_at: { format: 'date-time', type: 'string' },
7263
7256
  display_name: { minLength: 1, type: 'string' },
7264
- encoded_at: {
7265
- format: 'date-time',
7266
- nullable: true,
7267
- type: 'string',
7268
- },
7269
7257
  ends_at: { type: 'string' },
7270
7258
  errors: {
7271
7259
  items: {
@@ -7289,12 +7277,17 @@ export default {
7289
7277
  type: 'string',
7290
7278
  },
7291
7279
  external_type_display_name: { type: 'string' },
7292
- is_encoded: { type: 'boolean' },
7280
+ is_issued: { type: 'boolean' },
7293
7281
  is_latest_desired_state_synced_with_provider: {
7294
7282
  type: 'boolean',
7295
7283
  },
7296
7284
  is_managed: { enum: [false], type: 'boolean' },
7297
7285
  is_multi_phone_sync_credential: { type: 'boolean' },
7286
+ issued_at: {
7287
+ format: 'date-time',
7288
+ nullable: true,
7289
+ type: 'string',
7290
+ },
7298
7291
  latest_desired_state_synced_with_provider_at: {
7299
7292
  format: 'date-time',
7300
7293
  type: 'string',
@@ -7644,9 +7637,10 @@ export default {
7644
7637
  },
7645
7638
  {
7646
7639
  properties: {
7640
+ acs_system_id: { format: 'uuid', type: 'string' },
7647
7641
  device_id: { format: 'uuid', type: 'string' },
7648
7642
  },
7649
- required: ['device_id'],
7643
+ required: ['acs_system_id', 'device_id'],
7650
7644
  type: 'object',
7651
7645
  },
7652
7646
  ],
@@ -95,9 +95,7 @@ export interface Routes {
95
95
  error: null
96
96
  action_type: 'READ_CARD'
97
97
  result: {
98
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
2280
+ /** A number or string that physically identifies this card. */
2289
2281
  card_number: string | null
2290
2282
  }
2291
2283
  }
@@ -3100,8 +3092,8 @@ export interface Routes {
3100
3092
  display_name: string
3101
3093
  code?: (string | undefined) | null
3102
3094
  card_number?: (string | undefined) | null
3103
- is_encoded?: boolean | undefined
3104
- encoded_at?: (string | undefined) | null
3095
+ is_issued?: boolean | undefined
3096
+ issued_at?: (string | undefined) | null
3105
3097
  access_method: 'code' | 'card' | 'mobile_key'
3106
3098
  external_type?:
3107
3099
  | (
@@ -3185,8 +3177,8 @@ export interface Routes {
3185
3177
  display_name: string
3186
3178
  code?: (string | undefined) | null
3187
3179
  card_number?: (string | undefined) | null
3188
- is_encoded?: boolean | undefined
3189
- encoded_at?: (string | undefined) | null
3180
+ is_issued?: boolean | undefined
3181
+ issued_at?: (string | undefined) | null
3190
3182
  access_method: 'code' | 'card' | 'mobile_key'
3191
3183
  external_type?:
3192
3184
  | (
@@ -3259,8 +3251,8 @@ export interface Routes {
3259
3251
  display_name: string
3260
3252
  code?: (string | undefined) | null
3261
3253
  card_number?: (string | undefined) | null
3262
- is_encoded?: boolean | undefined
3263
- encoded_at?: (string | undefined) | null
3254
+ is_issued?: boolean | undefined
3255
+ issued_at?: (string | undefined) | null
3264
3256
  access_method: 'code' | 'card' | 'mobile_key'
3265
3257
  external_type?:
3266
3258
  | (
@@ -3338,8 +3330,8 @@ export interface Routes {
3338
3330
  display_name: string
3339
3331
  code?: (string | undefined) | null
3340
3332
  card_number?: (string | undefined) | null
3341
- is_encoded?: boolean | undefined
3342
- encoded_at?: (string | undefined) | null
3333
+ is_issued?: boolean | undefined
3334
+ issued_at?: (string | undefined) | null
3343
3335
  access_method: 'code' | 'card' | 'mobile_key'
3344
3336
  external_type?:
3345
3337
  | (
@@ -3465,8 +3457,8 @@ export interface Routes {
3465
3457
  display_name: string
3466
3458
  code?: (string | undefined) | null
3467
3459
  card_number?: (string | undefined) | null
3468
- is_encoded?: boolean | undefined
3469
- encoded_at?: (string | undefined) | null
3460
+ is_issued?: boolean | undefined
3461
+ issued_at?: (string | undefined) | null
3470
3462
  access_method: 'code' | 'card' | 'mobile_key'
3471
3463
  external_type?:
3472
3464
  | (
@@ -3528,8 +3520,8 @@ export interface Routes {
3528
3520
  display_name: string
3529
3521
  code?: (string | undefined) | null
3530
3522
  card_number?: (string | undefined) | null
3531
- is_encoded?: boolean | undefined
3532
- encoded_at?: (string | undefined) | null
3523
+ is_issued?: boolean | undefined
3524
+ issued_at?: (string | undefined) | null
3533
3525
  access_method: 'code' | 'card' | 'mobile_key'
3534
3526
  external_type?:
3535
3527
  | (
@@ -3602,8 +3594,8 @@ export interface Routes {
3602
3594
  display_name: string
3603
3595
  code?: (string | undefined) | null
3604
3596
  card_number?: (string | undefined) | null
3605
- is_encoded?: boolean | undefined
3606
- encoded_at?: (string | undefined) | null
3597
+ is_issued?: boolean | undefined
3598
+ issued_at?: (string | undefined) | null
3607
3599
  access_method: 'code' | 'card' | 'mobile_key'
3608
3600
  external_type?:
3609
3601
  | (
@@ -3667,8 +3659,8 @@ export interface Routes {
3667
3659
  display_name: string
3668
3660
  code?: (string | undefined) | null
3669
3661
  card_number?: (string | undefined) | null
3670
- is_encoded?: boolean | undefined
3671
- encoded_at?: (string | undefined) | null
3662
+ is_issued?: boolean | undefined
3663
+ issued_at?: (string | undefined) | null
3672
3664
  access_method: 'code' | 'card' | 'mobile_key'
3673
3665
  external_type?:
3674
3666
  | (
@@ -3796,9 +3788,7 @@ export interface Routes {
3796
3788
  error: null
3797
3789
  action_type: 'READ_CARD'
3798
3790
  result: {
3799
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
4972
+ /** A number or string that physically identifies this card. */
4984
4973
  card_number: string | null
4985
4974
  }
4986
4975
  }
@@ -5534,8 +5523,8 @@ export interface Routes {
5534
5523
  display_name: string
5535
5524
  code?: (string | undefined) | null
5536
5525
  card_number?: (string | undefined) | null
5537
- is_encoded?: boolean | undefined
5538
- encoded_at?: (string | undefined) | null
5526
+ is_issued?: boolean | undefined
5527
+ issued_at?: (string | undefined) | null
5539
5528
  access_method: 'code' | 'card' | 'mobile_key'
5540
5529
  external_type?:
5541
5530
  | (
@@ -6851,9 +6840,7 @@ export interface Routes {
6851
6840
  error: null
6852
6841
  action_type: 'READ_CARD'
6853
6842
  result: {
6854
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
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
- /** Matching acs_credential currently encoded on this card. */
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 sting that physically identifies this card. */
24003
+ /** A number or string that physically identifies this card. */
24043
24004
  card_number: string | null
24044
24005
  }
24045
24006
  }