@seamapi/types 1.787.0 → 1.789.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 +30 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +187 -1
- package/dist/index.cjs +30 -3
- package/dist/index.cjs.map +1 -1
- 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 +11 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +21 -0
- package/lib/seam/connect/openapi.js +18 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +151 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/models/action-attempts/encode-credential.ts +18 -0
- package/src/lib/seam/connect/openapi.ts +21 -2
- package/src/lib/seam/connect/route-types.ts +181 -1
|
@@ -997,6 +997,12 @@ export type Routes = {
|
|
|
997
997
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
998
998
|
message: string
|
|
999
999
|
}
|
|
1000
|
+
| {
|
|
1001
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
1002
|
+
type: 'credential_being_deleted'
|
|
1003
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
1004
|
+
message: string
|
|
1005
|
+
}
|
|
1000
1006
|
}
|
|
1001
1007
|
| {
|
|
1002
1008
|
/** ID of the action attempt. */
|
|
@@ -3723,6 +3729,12 @@ export type Routes = {
|
|
|
3723
3729
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3724
3730
|
message: string
|
|
3725
3731
|
}
|
|
3732
|
+
| {
|
|
3733
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
3734
|
+
type: 'credential_being_deleted'
|
|
3735
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
3736
|
+
message: string
|
|
3737
|
+
}
|
|
3726
3738
|
}
|
|
3727
3739
|
| {
|
|
3728
3740
|
/** ID of the action attempt. */
|
|
@@ -8355,6 +8367,12 @@ export type Routes = {
|
|
|
8355
8367
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8356
8368
|
message: string
|
|
8357
8369
|
}
|
|
8370
|
+
| {
|
|
8371
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
8372
|
+
type: 'credential_being_deleted'
|
|
8373
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
8374
|
+
message: string
|
|
8375
|
+
}
|
|
8358
8376
|
}
|
|
8359
8377
|
| {
|
|
8360
8378
|
/** ID of the action attempt. */
|
|
@@ -11117,6 +11135,12 @@ export type Routes = {
|
|
|
11117
11135
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11118
11136
|
message: string
|
|
11119
11137
|
}
|
|
11138
|
+
| {
|
|
11139
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
11140
|
+
type: 'credential_being_deleted'
|
|
11141
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
11142
|
+
message: string
|
|
11143
|
+
}
|
|
11120
11144
|
}
|
|
11121
11145
|
| {
|
|
11122
11146
|
/** ID of the action attempt. */
|
|
@@ -16565,6 +16589,12 @@ export type Routes = {
|
|
|
16565
16589
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16566
16590
|
message: string
|
|
16567
16591
|
}
|
|
16592
|
+
| {
|
|
16593
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
16594
|
+
type: 'credential_being_deleted'
|
|
16595
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
16596
|
+
message: string
|
|
16597
|
+
}
|
|
16568
16598
|
}
|
|
16569
16599
|
| {
|
|
16570
16600
|
/** ID of the action attempt. */
|
|
@@ -24391,6 +24421,12 @@ export type Routes = {
|
|
|
24391
24421
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24392
24422
|
message: string
|
|
24393
24423
|
}
|
|
24424
|
+
| {
|
|
24425
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
24426
|
+
type: 'credential_being_deleted'
|
|
24427
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
24428
|
+
message: string
|
|
24429
|
+
}
|
|
24394
24430
|
}
|
|
24395
24431
|
| {
|
|
24396
24432
|
/** ID of the action attempt. */
|
|
@@ -26049,6 +26085,12 @@ export type Routes = {
|
|
|
26049
26085
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26050
26086
|
message: string
|
|
26051
26087
|
}
|
|
26088
|
+
| {
|
|
26089
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
26090
|
+
type: 'credential_being_deleted'
|
|
26091
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
26092
|
+
message: string
|
|
26093
|
+
}
|
|
26052
26094
|
}
|
|
26053
26095
|
| {
|
|
26054
26096
|
/** ID of the action attempt. */
|
|
@@ -28261,6 +28303,12 @@ export type Routes = {
|
|
|
28261
28303
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28262
28304
|
message: string
|
|
28263
28305
|
}
|
|
28306
|
+
| {
|
|
28307
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
28308
|
+
type: 'credential_being_deleted'
|
|
28309
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
28310
|
+
message: string
|
|
28311
|
+
}
|
|
28264
28312
|
}
|
|
28265
28313
|
| {
|
|
28266
28314
|
/** ID of the action attempt. */
|
|
@@ -32213,6 +32261,12 @@ export type Routes = {
|
|
|
32213
32261
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32214
32262
|
message: string
|
|
32215
32263
|
}
|
|
32264
|
+
| {
|
|
32265
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
32266
|
+
type: 'credential_being_deleted'
|
|
32267
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
32268
|
+
message: string
|
|
32269
|
+
}
|
|
32216
32270
|
}
|
|
32217
32271
|
| {
|
|
32218
32272
|
/** ID of the action attempt. */
|
|
@@ -33760,6 +33814,12 @@ export type Routes = {
|
|
|
33760
33814
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33761
33815
|
message: string
|
|
33762
33816
|
}
|
|
33817
|
+
| {
|
|
33818
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
33819
|
+
type: 'credential_being_deleted'
|
|
33820
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
33821
|
+
message: string
|
|
33822
|
+
}
|
|
33763
33823
|
}
|
|
33764
33824
|
| {
|
|
33765
33825
|
/** ID of the action attempt. */
|
|
@@ -49768,6 +49828,12 @@ export type Routes = {
|
|
|
49768
49828
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49769
49829
|
message: string
|
|
49770
49830
|
}
|
|
49831
|
+
| {
|
|
49832
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
49833
|
+
type: 'credential_being_deleted'
|
|
49834
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
49835
|
+
message: string
|
|
49836
|
+
}
|
|
49771
49837
|
}
|
|
49772
49838
|
| {
|
|
49773
49839
|
/** ID of the action attempt. */
|
|
@@ -58121,6 +58187,12 @@ export type Routes = {
|
|
|
58121
58187
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58122
58188
|
message: string
|
|
58123
58189
|
}
|
|
58190
|
+
| {
|
|
58191
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
58192
|
+
type: 'credential_being_deleted'
|
|
58193
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
58194
|
+
message: string
|
|
58195
|
+
}
|
|
58124
58196
|
}
|
|
58125
58197
|
| {
|
|
58126
58198
|
/** ID of the action attempt. */
|
|
@@ -59669,6 +59741,12 @@ export type Routes = {
|
|
|
59669
59741
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59670
59742
|
message: string
|
|
59671
59743
|
}
|
|
59744
|
+
| {
|
|
59745
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
59746
|
+
type: 'credential_being_deleted'
|
|
59747
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
59748
|
+
message: string
|
|
59749
|
+
}
|
|
59672
59750
|
}
|
|
59673
59751
|
| {
|
|
59674
59752
|
/** ID of the action attempt. */
|
|
@@ -61215,6 +61293,12 @@ export type Routes = {
|
|
|
61215
61293
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61216
61294
|
message: string
|
|
61217
61295
|
}
|
|
61296
|
+
| {
|
|
61297
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
61298
|
+
type: 'credential_being_deleted'
|
|
61299
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
61300
|
+
message: string
|
|
61301
|
+
}
|
|
61218
61302
|
}
|
|
61219
61303
|
| {
|
|
61220
61304
|
/** ID of the action attempt. */
|
|
@@ -62763,6 +62847,12 @@ export type Routes = {
|
|
|
62763
62847
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62764
62848
|
message: string
|
|
62765
62849
|
}
|
|
62850
|
+
| {
|
|
62851
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
62852
|
+
type: 'credential_being_deleted'
|
|
62853
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
62854
|
+
message: string
|
|
62855
|
+
}
|
|
62766
62856
|
}
|
|
62767
62857
|
| {
|
|
62768
62858
|
/** ID of the action attempt. */
|
|
@@ -67718,6 +67808,12 @@ export type Routes = {
|
|
|
67718
67808
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67719
67809
|
message: string
|
|
67720
67810
|
}
|
|
67811
|
+
| {
|
|
67812
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
67813
|
+
type: 'credential_being_deleted'
|
|
67814
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
67815
|
+
message: string
|
|
67816
|
+
}
|
|
67721
67817
|
}
|
|
67722
67818
|
| {
|
|
67723
67819
|
/** ID of the action attempt. */
|
|
@@ -69285,6 +69381,12 @@ export type Routes = {
|
|
|
69285
69381
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69286
69382
|
message: string
|
|
69287
69383
|
}
|
|
69384
|
+
| {
|
|
69385
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
69386
|
+
type: 'credential_being_deleted'
|
|
69387
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
69388
|
+
message: string
|
|
69389
|
+
}
|
|
69288
69390
|
}
|
|
69289
69391
|
| {
|
|
69290
69392
|
/** ID of the action attempt. */
|
|
@@ -70908,6 +71010,12 @@ export type Routes = {
|
|
|
70908
71010
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
70909
71011
|
message: string
|
|
70910
71012
|
}
|
|
71013
|
+
| {
|
|
71014
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
71015
|
+
type: 'credential_being_deleted'
|
|
71016
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
71017
|
+
message: string
|
|
71018
|
+
}
|
|
70911
71019
|
}
|
|
70912
71020
|
| {
|
|
70913
71021
|
/** ID of the action attempt. */
|
|
@@ -73505,6 +73613,12 @@ export type Routes = {
|
|
|
73505
73613
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73506
73614
|
message: string
|
|
73507
73615
|
}
|
|
73616
|
+
| {
|
|
73617
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
73618
|
+
type: 'credential_being_deleted'
|
|
73619
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
73620
|
+
message: string
|
|
73621
|
+
}
|
|
73508
73622
|
}
|
|
73509
73623
|
| {
|
|
73510
73624
|
/** ID of the action attempt. */
|
|
@@ -78935,7 +79049,7 @@ export type Routes = {
|
|
|
78935
79049
|
created_before?: Date | undefined
|
|
78936
79050
|
/** Timestamp by which to limit returned reservations. Returns reservations created after this timestamp. */
|
|
78937
79051
|
created_after?: Date | undefined
|
|
78938
|
-
/** Lower and upper timestamps to
|
|
79052
|
+
/** Lower and upper timestamps to filter reservations whose time range overlaps with the given interval. */
|
|
78939
79053
|
between?: (string | Date)[] | undefined
|
|
78940
79054
|
/** String for which to search. Filters returned reservations to include all records that satisfy a partial match using `reservation_id`, `reservation_key`, `name`, `guest_name`, or space names. */
|
|
78941
79055
|
search?: string | undefined
|
|
@@ -84050,6 +84164,12 @@ export type Routes = {
|
|
|
84050
84164
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84051
84165
|
message: string
|
|
84052
84166
|
}
|
|
84167
|
+
| {
|
|
84168
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
84169
|
+
type: 'credential_being_deleted'
|
|
84170
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
84171
|
+
message: string
|
|
84172
|
+
}
|
|
84053
84173
|
}
|
|
84054
84174
|
| {
|
|
84055
84175
|
/** ID of the action attempt. */
|
|
@@ -85602,6 +85722,12 @@ export type Routes = {
|
|
|
85602
85722
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85603
85723
|
message: string
|
|
85604
85724
|
}
|
|
85725
|
+
| {
|
|
85726
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
85727
|
+
type: 'credential_being_deleted'
|
|
85728
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
85729
|
+
message: string
|
|
85730
|
+
}
|
|
85605
85731
|
}
|
|
85606
85732
|
| {
|
|
85607
85733
|
/** ID of the action attempt. */
|
|
@@ -87266,6 +87392,12 @@ export type Routes = {
|
|
|
87266
87392
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87267
87393
|
message: string
|
|
87268
87394
|
}
|
|
87395
|
+
| {
|
|
87396
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
87397
|
+
type: 'credential_being_deleted'
|
|
87398
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
87399
|
+
message: string
|
|
87400
|
+
}
|
|
87269
87401
|
}
|
|
87270
87402
|
| {
|
|
87271
87403
|
/** ID of the action attempt. */
|
|
@@ -90499,6 +90631,12 @@ export type Routes = {
|
|
|
90499
90631
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90500
90632
|
message: string
|
|
90501
90633
|
}
|
|
90634
|
+
| {
|
|
90635
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
90636
|
+
type: 'credential_being_deleted'
|
|
90637
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
90638
|
+
message: string
|
|
90639
|
+
}
|
|
90502
90640
|
}
|
|
90503
90641
|
| {
|
|
90504
90642
|
/** ID of the action attempt. */
|
|
@@ -92055,6 +92193,12 @@ export type Routes = {
|
|
|
92055
92193
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92056
92194
|
message: string
|
|
92057
92195
|
}
|
|
92196
|
+
| {
|
|
92197
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
92198
|
+
type: 'credential_being_deleted'
|
|
92199
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
92200
|
+
message: string
|
|
92201
|
+
}
|
|
92058
92202
|
}
|
|
92059
92203
|
| {
|
|
92060
92204
|
/** ID of the action attempt. */
|
|
@@ -97027,6 +97171,12 @@ export type Routes = {
|
|
|
97027
97171
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97028
97172
|
message: string
|
|
97029
97173
|
}
|
|
97174
|
+
| {
|
|
97175
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
97176
|
+
type: 'credential_being_deleted'
|
|
97177
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
97178
|
+
message: string
|
|
97179
|
+
}
|
|
97030
97180
|
}
|
|
97031
97181
|
| {
|
|
97032
97182
|
/** ID of the action attempt. */
|
|
@@ -98778,6 +98928,12 @@ export type Routes = {
|
|
|
98778
98928
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98779
98929
|
message: string
|
|
98780
98930
|
}
|
|
98931
|
+
| {
|
|
98932
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
98933
|
+
type: 'credential_being_deleted'
|
|
98934
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
98935
|
+
message: string
|
|
98936
|
+
}
|
|
98781
98937
|
}
|
|
98782
98938
|
| {
|
|
98783
98939
|
/** ID of the action attempt. */
|
|
@@ -100362,6 +100518,12 @@ export type Routes = {
|
|
|
100362
100518
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100363
100519
|
message: string
|
|
100364
100520
|
}
|
|
100521
|
+
| {
|
|
100522
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
100523
|
+
type: 'credential_being_deleted'
|
|
100524
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
100525
|
+
message: string
|
|
100526
|
+
}
|
|
100365
100527
|
}
|
|
100366
100528
|
| {
|
|
100367
100529
|
/** ID of the action attempt. */
|
|
@@ -102063,6 +102225,12 @@ export type Routes = {
|
|
|
102063
102225
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102064
102226
|
message: string
|
|
102065
102227
|
}
|
|
102228
|
+
| {
|
|
102229
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
102230
|
+
type: 'credential_being_deleted'
|
|
102231
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
102232
|
+
message: string
|
|
102233
|
+
}
|
|
102066
102234
|
}
|
|
102067
102235
|
| {
|
|
102068
102236
|
/** ID of the action attempt. */
|
|
@@ -111283,6 +111451,12 @@ export type Routes = {
|
|
|
111283
111451
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111284
111452
|
message: string
|
|
111285
111453
|
}
|
|
111454
|
+
| {
|
|
111455
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
111456
|
+
type: 'credential_being_deleted'
|
|
111457
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
111458
|
+
message: string
|
|
111459
|
+
}
|
|
111286
111460
|
}
|
|
111287
111461
|
| {
|
|
111288
111462
|
/** ID of the action attempt. */
|
|
@@ -119166,6 +119340,12 @@ export type Routes = {
|
|
|
119166
119340
|
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119167
119341
|
message: string
|
|
119168
119342
|
}
|
|
119343
|
+
| {
|
|
119344
|
+
/** Error type to indicate that the credential is being deleted and can no longer be encoded. */
|
|
119345
|
+
type: 'credential_being_deleted'
|
|
119346
|
+
/** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
|
|
119347
|
+
message: string
|
|
119348
|
+
}
|
|
119169
119349
|
}
|
|
119170
119350
|
| {
|
|
119171
119351
|
/** ID of the action attempt. */
|