@seamapi/types 1.336.1 → 1.338.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 +63 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +188 -0
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +15 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +15 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js +5 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +37 -0
- package/lib/seam/connect/models/devices/device.js +9 -0
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.d.ts +16 -0
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +16 -0
- package/lib/seam/connect/openapi.js +50 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +131 -0
- package/package.json +2 -2
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +6 -0
- package/src/lib/seam/connect/models/devices/device.ts +12 -0
- package/src/lib/seam/connect/openapi.ts +56 -0
- package/src/lib/seam/connect/route-types.ts +169 -0
|
@@ -739,6 +739,10 @@ export interface Routes {
|
|
|
739
739
|
type: 'incompatible_card_format'
|
|
740
740
|
message: string
|
|
741
741
|
}
|
|
742
|
+
| {
|
|
743
|
+
type: 'credential_cannot_be_reissued'
|
|
744
|
+
message: string
|
|
745
|
+
}
|
|
742
746
|
}
|
|
743
747
|
| {
|
|
744
748
|
/** The ID of the action attempt. */
|
|
@@ -2417,6 +2421,10 @@ export interface Routes {
|
|
|
2417
2421
|
type: 'incompatible_card_format'
|
|
2418
2422
|
message: string
|
|
2419
2423
|
}
|
|
2424
|
+
| {
|
|
2425
|
+
type: 'credential_cannot_be_reissued'
|
|
2426
|
+
message: string
|
|
2427
|
+
}
|
|
2420
2428
|
}
|
|
2421
2429
|
| {
|
|
2422
2430
|
/** The ID of the action attempt. */
|
|
@@ -5057,6 +5065,10 @@ export interface Routes {
|
|
|
5057
5065
|
type: 'incompatible_card_format'
|
|
5058
5066
|
message: string
|
|
5059
5067
|
}
|
|
5068
|
+
| {
|
|
5069
|
+
type: 'credential_cannot_be_reissued'
|
|
5070
|
+
message: string
|
|
5071
|
+
}
|
|
5060
5072
|
}
|
|
5061
5073
|
| {
|
|
5062
5074
|
/** The ID of the action attempt. */
|
|
@@ -6722,6 +6734,10 @@ export interface Routes {
|
|
|
6722
6734
|
type: 'incompatible_card_format'
|
|
6723
6735
|
message: string
|
|
6724
6736
|
}
|
|
6737
|
+
| {
|
|
6738
|
+
type: 'credential_cannot_be_reissued'
|
|
6739
|
+
message: string
|
|
6740
|
+
}
|
|
6725
6741
|
}
|
|
6726
6742
|
| {
|
|
6727
6743
|
/** The ID of the action attempt. */
|
|
@@ -9843,6 +9859,10 @@ export interface Routes {
|
|
|
9843
9859
|
type: 'incompatible_card_format'
|
|
9844
9860
|
message: string
|
|
9845
9861
|
}
|
|
9862
|
+
| {
|
|
9863
|
+
type: 'credential_cannot_be_reissued'
|
|
9864
|
+
message: string
|
|
9865
|
+
}
|
|
9846
9866
|
}
|
|
9847
9867
|
| {
|
|
9848
9868
|
/** The ID of the action attempt. */
|
|
@@ -10925,6 +10945,10 @@ export interface Routes {
|
|
|
10925
10945
|
type: 'incompatible_card_format'
|
|
10926
10946
|
message: string
|
|
10927
10947
|
}
|
|
10948
|
+
| {
|
|
10949
|
+
type: 'credential_cannot_be_reissued'
|
|
10950
|
+
message: string
|
|
10951
|
+
}
|
|
10928
10952
|
}
|
|
10929
10953
|
| {
|
|
10930
10954
|
/** The ID of the action attempt. */
|
|
@@ -13788,6 +13812,10 @@ export interface Routes {
|
|
|
13788
13812
|
type: 'incompatible_card_format'
|
|
13789
13813
|
message: string
|
|
13790
13814
|
}
|
|
13815
|
+
| {
|
|
13816
|
+
type: 'credential_cannot_be_reissued'
|
|
13817
|
+
message: string
|
|
13818
|
+
}
|
|
13791
13819
|
}
|
|
13792
13820
|
| {
|
|
13793
13821
|
/** The ID of the action attempt. */
|
|
@@ -14819,6 +14847,10 @@ export interface Routes {
|
|
|
14819
14847
|
type: 'incompatible_card_format'
|
|
14820
14848
|
message: string
|
|
14821
14849
|
}
|
|
14850
|
+
| {
|
|
14851
|
+
type: 'credential_cannot_be_reissued'
|
|
14852
|
+
message: string
|
|
14853
|
+
}
|
|
14822
14854
|
}
|
|
14823
14855
|
| {
|
|
14824
14856
|
/** The ID of the action attempt. */
|
|
@@ -16541,6 +16573,11 @@ export interface Routes {
|
|
|
16541
16573
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16542
16574
|
warning_code: 'salto_privacy_mode'
|
|
16543
16575
|
}
|
|
16576
|
+
| {
|
|
16577
|
+
message: string
|
|
16578
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
16579
|
+
warning_code: 'unknown_issue_with_phone'
|
|
16580
|
+
}
|
|
16544
16581
|
>
|
|
16545
16582
|
/** Date and time at which the device object was created. */
|
|
16546
16583
|
created_at: string
|
|
@@ -17587,6 +17624,11 @@ export interface Routes {
|
|
|
17587
17624
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17588
17625
|
warning_code: 'salto_privacy_mode'
|
|
17589
17626
|
}
|
|
17627
|
+
| {
|
|
17628
|
+
message: string
|
|
17629
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17630
|
+
warning_code: 'unknown_issue_with_phone'
|
|
17631
|
+
}
|
|
17590
17632
|
>
|
|
17591
17633
|
/** Date and time at which the device object was created. */
|
|
17592
17634
|
created_at: string
|
|
@@ -17976,6 +18018,11 @@ export interface Routes {
|
|
|
17976
18018
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
17977
18019
|
warning_code: 'salto_privacy_mode'
|
|
17978
18020
|
}
|
|
18021
|
+
| {
|
|
18022
|
+
message: string
|
|
18023
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18024
|
+
warning_code: 'unknown_issue_with_phone'
|
|
18025
|
+
}
|
|
17979
18026
|
>
|
|
17980
18027
|
/** Date and time at which the device object was created. */
|
|
17981
18028
|
created_at: string
|
|
@@ -18468,6 +18515,11 @@ export interface Routes {
|
|
|
18468
18515
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18469
18516
|
warning_code: 'salto_privacy_mode'
|
|
18470
18517
|
}
|
|
18518
|
+
| {
|
|
18519
|
+
message: string
|
|
18520
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
18521
|
+
warning_code: 'unknown_issue_with_phone'
|
|
18522
|
+
}
|
|
18471
18523
|
>
|
|
18472
18524
|
/** Date and time at which the device object was created. */
|
|
18473
18525
|
created_at: string
|
|
@@ -22140,6 +22192,11 @@ export interface Routes {
|
|
|
22140
22192
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22141
22193
|
warning_code: 'salto_privacy_mode'
|
|
22142
22194
|
}
|
|
22195
|
+
| {
|
|
22196
|
+
message: string
|
|
22197
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
22198
|
+
warning_code: 'unknown_issue_with_phone'
|
|
22199
|
+
}
|
|
22143
22200
|
>
|
|
22144
22201
|
/** Date and time at which the device object was created. */
|
|
22145
22202
|
created_at: string
|
|
@@ -23003,6 +23060,11 @@ export interface Routes {
|
|
|
23003
23060
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23004
23061
|
warning_code: 'salto_privacy_mode'
|
|
23005
23062
|
}
|
|
23063
|
+
| {
|
|
23064
|
+
message: string
|
|
23065
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
23066
|
+
warning_code: 'unknown_issue_with_phone'
|
|
23067
|
+
}
|
|
23006
23068
|
>
|
|
23007
23069
|
/** Date and time at which the device object was created. */
|
|
23008
23070
|
created_at: string
|
|
@@ -24049,6 +24111,11 @@ export interface Routes {
|
|
|
24049
24111
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24050
24112
|
warning_code: 'salto_privacy_mode'
|
|
24051
24113
|
}
|
|
24114
|
+
| {
|
|
24115
|
+
message: string
|
|
24116
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24117
|
+
warning_code: 'unknown_issue_with_phone'
|
|
24118
|
+
}
|
|
24052
24119
|
>
|
|
24053
24120
|
/** Date and time at which the device object was created. */
|
|
24054
24121
|
created_at: string
|
|
@@ -24911,6 +24978,11 @@ export interface Routes {
|
|
|
24911
24978
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24912
24979
|
warning_code: 'salto_privacy_mode'
|
|
24913
24980
|
}
|
|
24981
|
+
| {
|
|
24982
|
+
message: string
|
|
24983
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
24984
|
+
warning_code: 'unknown_issue_with_phone'
|
|
24985
|
+
}
|
|
24914
24986
|
>
|
|
24915
24987
|
/** Date and time at which the device object was created. */
|
|
24916
24988
|
created_at: string
|
|
@@ -25656,6 +25728,10 @@ export interface Routes {
|
|
|
25656
25728
|
type: 'incompatible_card_format'
|
|
25657
25729
|
message: string
|
|
25658
25730
|
}
|
|
25731
|
+
| {
|
|
25732
|
+
type: 'credential_cannot_be_reissued'
|
|
25733
|
+
message: string
|
|
25734
|
+
}
|
|
25659
25735
|
}
|
|
25660
25736
|
| {
|
|
25661
25737
|
/** The ID of the action attempt. */
|
|
@@ -26689,6 +26765,10 @@ export interface Routes {
|
|
|
26689
26765
|
type: 'incompatible_card_format'
|
|
26690
26766
|
message: string
|
|
26691
26767
|
}
|
|
26768
|
+
| {
|
|
26769
|
+
type: 'credential_cannot_be_reissued'
|
|
26770
|
+
message: string
|
|
26771
|
+
}
|
|
26692
26772
|
}
|
|
26693
26773
|
| {
|
|
26694
26774
|
/** The ID of the action attempt. */
|
|
@@ -28058,6 +28138,11 @@ export interface Routes {
|
|
|
28058
28138
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28059
28139
|
warning_code: 'salto_privacy_mode'
|
|
28060
28140
|
}
|
|
28141
|
+
| {
|
|
28142
|
+
message: string
|
|
28143
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28144
|
+
warning_code: 'unknown_issue_with_phone'
|
|
28145
|
+
}
|
|
28061
28146
|
>
|
|
28062
28147
|
/** Date and time at which the device object was created. */
|
|
28063
28148
|
created_at: string
|
|
@@ -28920,6 +29005,11 @@ export interface Routes {
|
|
|
28920
29005
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
28921
29006
|
warning_code: 'salto_privacy_mode'
|
|
28922
29007
|
}
|
|
29008
|
+
| {
|
|
29009
|
+
message: string
|
|
29010
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
29011
|
+
warning_code: 'unknown_issue_with_phone'
|
|
29012
|
+
}
|
|
28923
29013
|
>
|
|
28924
29014
|
/** Date and time at which the device object was created. */
|
|
28925
29015
|
created_at: string
|
|
@@ -29670,6 +29760,10 @@ export interface Routes {
|
|
|
29670
29760
|
type: 'incompatible_card_format'
|
|
29671
29761
|
message: string
|
|
29672
29762
|
}
|
|
29763
|
+
| {
|
|
29764
|
+
type: 'credential_cannot_be_reissued'
|
|
29765
|
+
message: string
|
|
29766
|
+
}
|
|
29673
29767
|
}
|
|
29674
29768
|
| {
|
|
29675
29769
|
/** The ID of the action attempt. */
|
|
@@ -30714,6 +30808,10 @@ export interface Routes {
|
|
|
30714
30808
|
type: 'incompatible_card_format'
|
|
30715
30809
|
message: string
|
|
30716
30810
|
}
|
|
30811
|
+
| {
|
|
30812
|
+
type: 'credential_cannot_be_reissued'
|
|
30813
|
+
message: string
|
|
30814
|
+
}
|
|
30717
30815
|
}
|
|
30718
30816
|
| {
|
|
30719
30817
|
/** The ID of the action attempt. */
|
|
@@ -31797,6 +31895,10 @@ export interface Routes {
|
|
|
31797
31895
|
type: 'incompatible_card_format'
|
|
31798
31896
|
message: string
|
|
31799
31897
|
}
|
|
31898
|
+
| {
|
|
31899
|
+
type: 'credential_cannot_be_reissued'
|
|
31900
|
+
message: string
|
|
31901
|
+
}
|
|
31800
31902
|
}
|
|
31801
31903
|
| {
|
|
31802
31904
|
/** The ID of the action attempt. */
|
|
@@ -32349,6 +32451,11 @@ export interface Routes {
|
|
|
32349
32451
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32350
32452
|
warning_code: 'salto_privacy_mode'
|
|
32351
32453
|
}
|
|
32454
|
+
| {
|
|
32455
|
+
message: string
|
|
32456
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32457
|
+
warning_code: 'unknown_issue_with_phone'
|
|
32458
|
+
}
|
|
32352
32459
|
>
|
|
32353
32460
|
/** Date and time at which the device object was created. */
|
|
32354
32461
|
created_at: string
|
|
@@ -32606,6 +32713,11 @@ export interface Routes {
|
|
|
32606
32713
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32607
32714
|
warning_code: 'salto_privacy_mode'
|
|
32608
32715
|
}
|
|
32716
|
+
| {
|
|
32717
|
+
message: string
|
|
32718
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
32719
|
+
warning_code: 'unknown_issue_with_phone'
|
|
32720
|
+
}
|
|
32609
32721
|
>
|
|
32610
32722
|
/** Date and time at which the device object was created. */
|
|
32611
32723
|
created_at: string
|
|
@@ -33353,6 +33465,10 @@ export interface Routes {
|
|
|
33353
33465
|
type: 'incompatible_card_format'
|
|
33354
33466
|
message: string
|
|
33355
33467
|
}
|
|
33468
|
+
| {
|
|
33469
|
+
type: 'credential_cannot_be_reissued'
|
|
33470
|
+
message: string
|
|
33471
|
+
}
|
|
33356
33472
|
}
|
|
33357
33473
|
| {
|
|
33358
33474
|
/** The ID of the action attempt. */
|
|
@@ -34392,6 +34508,10 @@ export interface Routes {
|
|
|
34392
34508
|
type: 'incompatible_card_format'
|
|
34393
34509
|
message: string
|
|
34394
34510
|
}
|
|
34511
|
+
| {
|
|
34512
|
+
type: 'credential_cannot_be_reissued'
|
|
34513
|
+
message: string
|
|
34514
|
+
}
|
|
34395
34515
|
}
|
|
34396
34516
|
| {
|
|
34397
34517
|
/** The ID of the action attempt. */
|
|
@@ -35603,6 +35723,11 @@ export interface Routes {
|
|
|
35603
35723
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35604
35724
|
warning_code: 'salto_privacy_mode'
|
|
35605
35725
|
}
|
|
35726
|
+
| {
|
|
35727
|
+
message: string
|
|
35728
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
35729
|
+
warning_code: 'unknown_issue_with_phone'
|
|
35730
|
+
}
|
|
35606
35731
|
>
|
|
35607
35732
|
/** Date and time at which the device object was created. */
|
|
35608
35733
|
created_at: string
|
|
@@ -36354,6 +36479,10 @@ export interface Routes {
|
|
|
36354
36479
|
type: 'incompatible_card_format'
|
|
36355
36480
|
message: string
|
|
36356
36481
|
}
|
|
36482
|
+
| {
|
|
36483
|
+
type: 'credential_cannot_be_reissued'
|
|
36484
|
+
message: string
|
|
36485
|
+
}
|
|
36357
36486
|
}
|
|
36358
36487
|
| {
|
|
36359
36488
|
/** The ID of the action attempt. */
|
|
@@ -37397,6 +37526,10 @@ export interface Routes {
|
|
|
37397
37526
|
type: 'incompatible_card_format'
|
|
37398
37527
|
message: string
|
|
37399
37528
|
}
|
|
37529
|
+
| {
|
|
37530
|
+
type: 'credential_cannot_be_reissued'
|
|
37531
|
+
message: string
|
|
37532
|
+
}
|
|
37400
37533
|
}
|
|
37401
37534
|
| {
|
|
37402
37535
|
/** The ID of the action attempt. */
|
|
@@ -38731,6 +38864,11 @@ export interface Routes {
|
|
|
38731
38864
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38732
38865
|
warning_code: 'salto_privacy_mode'
|
|
38733
38866
|
}
|
|
38867
|
+
| {
|
|
38868
|
+
message: string
|
|
38869
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
38870
|
+
warning_code: 'unknown_issue_with_phone'
|
|
38871
|
+
}
|
|
38734
38872
|
>
|
|
38735
38873
|
/** Date and time at which the device object was created. */
|
|
38736
38874
|
created_at: string
|
|
@@ -39593,6 +39731,11 @@ export interface Routes {
|
|
|
39593
39731
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39594
39732
|
warning_code: 'salto_privacy_mode'
|
|
39595
39733
|
}
|
|
39734
|
+
| {
|
|
39735
|
+
message: string
|
|
39736
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
39737
|
+
warning_code: 'unknown_issue_with_phone'
|
|
39738
|
+
}
|
|
39596
39739
|
>
|
|
39597
39740
|
/** Date and time at which the device object was created. */
|
|
39598
39741
|
created_at: string
|
|
@@ -40340,6 +40483,10 @@ export interface Routes {
|
|
|
40340
40483
|
type: 'incompatible_card_format'
|
|
40341
40484
|
message: string
|
|
40342
40485
|
}
|
|
40486
|
+
| {
|
|
40487
|
+
type: 'credential_cannot_be_reissued'
|
|
40488
|
+
message: string
|
|
40489
|
+
}
|
|
40343
40490
|
}
|
|
40344
40491
|
| {
|
|
40345
40492
|
/** The ID of the action attempt. */
|
|
@@ -41559,6 +41706,10 @@ export interface Routes {
|
|
|
41559
41706
|
type: 'incompatible_card_format'
|
|
41560
41707
|
message: string
|
|
41561
41708
|
}
|
|
41709
|
+
| {
|
|
41710
|
+
type: 'credential_cannot_be_reissued'
|
|
41711
|
+
message: string
|
|
41712
|
+
}
|
|
41562
41713
|
}
|
|
41563
41714
|
| {
|
|
41564
41715
|
/** The ID of the action attempt. */
|
|
@@ -42625,6 +42776,10 @@ export interface Routes {
|
|
|
42625
42776
|
type: 'incompatible_card_format'
|
|
42626
42777
|
message: string
|
|
42627
42778
|
}
|
|
42779
|
+
| {
|
|
42780
|
+
type: 'credential_cannot_be_reissued'
|
|
42781
|
+
message: string
|
|
42782
|
+
}
|
|
42628
42783
|
}
|
|
42629
42784
|
| {
|
|
42630
42785
|
/** The ID of the action attempt. */
|
|
@@ -44069,6 +44224,11 @@ export interface Routes {
|
|
|
44069
44224
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44070
44225
|
warning_code: 'salto_privacy_mode'
|
|
44071
44226
|
}
|
|
44227
|
+
| {
|
|
44228
|
+
message: string
|
|
44229
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44230
|
+
warning_code: 'unknown_issue_with_phone'
|
|
44231
|
+
}
|
|
44072
44232
|
>
|
|
44073
44233
|
/** Date and time at which the device object was created. */
|
|
44074
44234
|
created_at: string
|
|
@@ -44933,6 +45093,11 @@ export interface Routes {
|
|
|
44933
45093
|
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
44934
45094
|
warning_code: 'salto_privacy_mode'
|
|
44935
45095
|
}
|
|
45096
|
+
| {
|
|
45097
|
+
message: string
|
|
45098
|
+
/** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
|
|
45099
|
+
warning_code: 'unknown_issue_with_phone'
|
|
45100
|
+
}
|
|
44936
45101
|
>
|
|
44937
45102
|
/** Date and time at which the device object was created. */
|
|
44938
45103
|
created_at: string
|
|
@@ -46173,6 +46338,10 @@ export interface Routes {
|
|
|
46173
46338
|
type: 'incompatible_card_format'
|
|
46174
46339
|
message: string
|
|
46175
46340
|
}
|
|
46341
|
+
| {
|
|
46342
|
+
type: 'credential_cannot_be_reissued'
|
|
46343
|
+
message: string
|
|
46344
|
+
}
|
|
46176
46345
|
}
|
|
46177
46346
|
| {
|
|
46178
46347
|
/** The ID of the action attempt. */
|