@voyantjs/storefront-sdk 0.31.3 → 0.32.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/LICENSE +201 -0
- package/dist/index.d.ts +62 -32
- package/dist/index.d.ts.map +1 -1
- package/dist/operations.d.ts +62 -32
- package/dist/operations.d.ts.map +1 -1
- package/dist/schemas.d.ts +62 -38
- package/dist/schemas.d.ts.map +1 -1
- package/dist/schemas.js +3 -3
- package/package.json +47 -55
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for describing the origin of the Work and
|
|
141
|
+
reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may accept and charge a
|
|
167
|
+
fee for, the acceptance of support, warranty, indemnity, or
|
|
168
|
+
other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright 2026 PixelMakers Studio SRL
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/dist/index.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
28
28
|
fields: {
|
|
29
29
|
key: string;
|
|
30
30
|
label: string;
|
|
31
|
-
type: "email" | "date" | "text" | "
|
|
31
|
+
type: "email" | "date" | "text" | "select" | "country" | "tel" | "textarea" | "checkbox";
|
|
32
32
|
required: boolean;
|
|
33
33
|
placeholder: string | null;
|
|
34
34
|
description: string | null;
|
|
@@ -43,7 +43,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
43
43
|
fields: {
|
|
44
44
|
key: string;
|
|
45
45
|
label: string;
|
|
46
|
-
type: "email" | "date" | "text" | "
|
|
46
|
+
type: "email" | "date" | "text" | "select" | "country" | "tel" | "textarea" | "checkbox";
|
|
47
47
|
required: boolean;
|
|
48
48
|
placeholder: string | null;
|
|
49
49
|
description: string | null;
|
|
@@ -56,9 +56,9 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
56
56
|
};
|
|
57
57
|
};
|
|
58
58
|
payment: {
|
|
59
|
-
defaultMethod: "
|
|
59
|
+
defaultMethod: "voucher" | "bank_transfer" | "cash" | "invoice" | "card" | null;
|
|
60
60
|
methods: {
|
|
61
|
-
code: "
|
|
61
|
+
code: "voucher" | "bank_transfer" | "cash" | "invoice" | "card";
|
|
62
62
|
label: string;
|
|
63
63
|
description: string | null;
|
|
64
64
|
enabled: boolean;
|
|
@@ -162,7 +162,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
162
162
|
}>;
|
|
163
163
|
getProductAvailability: (productId: string, query?: Parameters<typeof getStorefrontProductAvailability>[2]) => Promise<{
|
|
164
164
|
productId: string;
|
|
165
|
-
availabilityState: "cancelled" | "closed" | "sold_out" | "
|
|
165
|
+
availabilityState: "cancelled" | "closed" | "sold_out" | "past_cutoff" | "too_early" | "on_request" | "available" | "unavailable";
|
|
166
166
|
counts: {
|
|
167
167
|
total: number;
|
|
168
168
|
open: number;
|
|
@@ -183,7 +183,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
183
183
|
endAt: string | null;
|
|
184
184
|
timezone: string;
|
|
185
185
|
status: "cancelled" | "open" | "closed" | "sold_out" | "on_request";
|
|
186
|
-
availabilityState: "cancelled" | "closed" | "sold_out" | "
|
|
186
|
+
availabilityState: "cancelled" | "closed" | "sold_out" | "past_cutoff" | "too_early" | "on_request" | "available" | "unavailable";
|
|
187
187
|
capacity: number | null;
|
|
188
188
|
remaining: number | null;
|
|
189
189
|
pastCutoff: boolean;
|
|
@@ -221,7 +221,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
221
221
|
thumb: string | null;
|
|
222
222
|
pricePerPerson: number | null;
|
|
223
223
|
currencyCode: string;
|
|
224
|
-
pricingMode: "
|
|
224
|
+
pricingMode: "included" | "per_booking" | "free" | "on_request" | "per_person" | "quantity_based";
|
|
225
225
|
defaultQuantity: number | null;
|
|
226
226
|
minQuantity: number | null;
|
|
227
227
|
maxQuantity: number | null;
|
|
@@ -237,7 +237,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
237
237
|
thumb: string | null;
|
|
238
238
|
pricePerPerson: number | null;
|
|
239
239
|
currencyCode: string;
|
|
240
|
-
pricingMode: "
|
|
240
|
+
pricingMode: "included" | "per_booking" | "free" | "on_request" | "per_person" | "quantity_based";
|
|
241
241
|
defaultQuantity: number | null;
|
|
242
242
|
minQuantity: number | null;
|
|
243
243
|
maxQuantity: number | null;
|
|
@@ -311,7 +311,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
311
311
|
createSession: (input: Parameters<typeof createPublicBookingSession>[1], requestOptions?: Parameters<typeof createPublicBookingSession>[2]) => Promise<{
|
|
312
312
|
sessionId: string;
|
|
313
313
|
bookingNumber: string;
|
|
314
|
-
status: "draft" | "
|
|
314
|
+
status: "draft" | "on_hold" | "awaiting_payment" | "confirmed" | "in_progress" | "completed" | "expired" | "cancelled";
|
|
315
315
|
externalBookingRef: string | null;
|
|
316
316
|
communicationLanguage: string | null;
|
|
317
317
|
sellCurrency: string;
|
|
@@ -342,7 +342,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
342
342
|
title: string;
|
|
343
343
|
description: string | null;
|
|
344
344
|
itemType: "other" | "unit" | "extra" | "service" | "fee" | "tax" | "discount" | "adjustment" | "accommodation" | "transport";
|
|
345
|
-
status: "draft" | "
|
|
345
|
+
status: "draft" | "on_hold" | "confirmed" | "expired" | "cancelled" | "fulfilled";
|
|
346
346
|
serviceDate: string | null;
|
|
347
347
|
startsAt: string | null;
|
|
348
348
|
endsAt: string | null;
|
|
@@ -397,11 +397,16 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
397
397
|
createdAt: string;
|
|
398
398
|
updatedAt: string;
|
|
399
399
|
} | null;
|
|
400
|
+
checkoutCapability?: {
|
|
401
|
+
token: string;
|
|
402
|
+
expiresAt: string;
|
|
403
|
+
actions: ("session:read" | "session:update" | "session:reprice" | "session:finalize" | "payment:read" | "payment:start")[];
|
|
404
|
+
} | undefined;
|
|
400
405
|
}>;
|
|
401
406
|
getSession: (sessionId: string) => Promise<{
|
|
402
407
|
sessionId: string;
|
|
403
408
|
bookingNumber: string;
|
|
404
|
-
status: "draft" | "
|
|
409
|
+
status: "draft" | "on_hold" | "awaiting_payment" | "confirmed" | "in_progress" | "completed" | "expired" | "cancelled";
|
|
405
410
|
externalBookingRef: string | null;
|
|
406
411
|
communicationLanguage: string | null;
|
|
407
412
|
sellCurrency: string;
|
|
@@ -432,7 +437,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
432
437
|
title: string;
|
|
433
438
|
description: string | null;
|
|
434
439
|
itemType: "other" | "unit" | "extra" | "service" | "fee" | "tax" | "discount" | "adjustment" | "accommodation" | "transport";
|
|
435
|
-
status: "draft" | "
|
|
440
|
+
status: "draft" | "on_hold" | "confirmed" | "expired" | "cancelled" | "fulfilled";
|
|
436
441
|
serviceDate: string | null;
|
|
437
442
|
startsAt: string | null;
|
|
438
443
|
endsAt: string | null;
|
|
@@ -487,11 +492,16 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
487
492
|
createdAt: string;
|
|
488
493
|
updatedAt: string;
|
|
489
494
|
} | null;
|
|
495
|
+
checkoutCapability?: {
|
|
496
|
+
token: string;
|
|
497
|
+
expiresAt: string;
|
|
498
|
+
actions: ("session:read" | "session:update" | "session:reprice" | "session:finalize" | "payment:read" | "payment:start")[];
|
|
499
|
+
} | undefined;
|
|
490
500
|
}>;
|
|
491
501
|
updateSession: (sessionId: string, input: Parameters<typeof updatePublicBookingSession>[2], requestOptions?: Parameters<typeof updatePublicBookingSession>[3]) => Promise<{
|
|
492
502
|
sessionId: string;
|
|
493
503
|
bookingNumber: string;
|
|
494
|
-
status: "draft" | "
|
|
504
|
+
status: "draft" | "on_hold" | "awaiting_payment" | "confirmed" | "in_progress" | "completed" | "expired" | "cancelled";
|
|
495
505
|
externalBookingRef: string | null;
|
|
496
506
|
communicationLanguage: string | null;
|
|
497
507
|
sellCurrency: string;
|
|
@@ -522,7 +532,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
522
532
|
title: string;
|
|
523
533
|
description: string | null;
|
|
524
534
|
itemType: "other" | "unit" | "extra" | "service" | "fee" | "tax" | "discount" | "adjustment" | "accommodation" | "transport";
|
|
525
|
-
status: "draft" | "
|
|
535
|
+
status: "draft" | "on_hold" | "confirmed" | "expired" | "cancelled" | "fulfilled";
|
|
526
536
|
serviceDate: string | null;
|
|
527
537
|
startsAt: string | null;
|
|
528
538
|
endsAt: string | null;
|
|
@@ -577,6 +587,11 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
577
587
|
createdAt: string;
|
|
578
588
|
updatedAt: string;
|
|
579
589
|
} | null;
|
|
590
|
+
checkoutCapability?: {
|
|
591
|
+
token: string;
|
|
592
|
+
expiresAt: string;
|
|
593
|
+
actions: ("session:read" | "session:update" | "session:reprice" | "session:finalize" | "payment:read" | "payment:start")[];
|
|
594
|
+
} | undefined;
|
|
580
595
|
}>;
|
|
581
596
|
getSessionState: (sessionId: string) => Promise<{
|
|
582
597
|
sessionId: string;
|
|
@@ -625,7 +640,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
625
640
|
session: {
|
|
626
641
|
sessionId: string;
|
|
627
642
|
bookingNumber: string;
|
|
628
|
-
status: "draft" | "
|
|
643
|
+
status: "draft" | "on_hold" | "awaiting_payment" | "confirmed" | "in_progress" | "completed" | "expired" | "cancelled";
|
|
629
644
|
externalBookingRef: string | null;
|
|
630
645
|
communicationLanguage: string | null;
|
|
631
646
|
sellCurrency: string;
|
|
@@ -656,7 +671,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
656
671
|
title: string;
|
|
657
672
|
description: string | null;
|
|
658
673
|
itemType: "other" | "unit" | "extra" | "service" | "fee" | "tax" | "discount" | "adjustment" | "accommodation" | "transport";
|
|
659
|
-
status: "draft" | "
|
|
674
|
+
status: "draft" | "on_hold" | "confirmed" | "expired" | "cancelled" | "fulfilled";
|
|
660
675
|
serviceDate: string | null;
|
|
661
676
|
startsAt: string | null;
|
|
662
677
|
endsAt: string | null;
|
|
@@ -711,12 +726,17 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
711
726
|
createdAt: string;
|
|
712
727
|
updatedAt: string;
|
|
713
728
|
} | null;
|
|
729
|
+
checkoutCapability?: {
|
|
730
|
+
token: string;
|
|
731
|
+
expiresAt: string;
|
|
732
|
+
actions: ("session:read" | "session:update" | "session:reprice" | "session:finalize" | "payment:read" | "payment:start")[];
|
|
733
|
+
} | undefined;
|
|
714
734
|
} | null;
|
|
715
735
|
}>;
|
|
716
736
|
confirm: (sessionId: string, input?: Parameters<typeof confirmPublicBookingSession>[2], requestOptions?: Parameters<typeof confirmPublicBookingSession>[3]) => Promise<{
|
|
717
737
|
sessionId: string;
|
|
718
738
|
bookingNumber: string;
|
|
719
|
-
status: "draft" | "
|
|
739
|
+
status: "draft" | "on_hold" | "awaiting_payment" | "confirmed" | "in_progress" | "completed" | "expired" | "cancelled";
|
|
720
740
|
externalBookingRef: string | null;
|
|
721
741
|
communicationLanguage: string | null;
|
|
722
742
|
sellCurrency: string;
|
|
@@ -747,7 +767,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
747
767
|
title: string;
|
|
748
768
|
description: string | null;
|
|
749
769
|
itemType: "other" | "unit" | "extra" | "service" | "fee" | "tax" | "discount" | "adjustment" | "accommodation" | "transport";
|
|
750
|
-
status: "draft" | "
|
|
770
|
+
status: "draft" | "on_hold" | "confirmed" | "expired" | "cancelled" | "fulfilled";
|
|
751
771
|
serviceDate: string | null;
|
|
752
772
|
startsAt: string | null;
|
|
753
773
|
endsAt: string | null;
|
|
@@ -802,11 +822,16 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
802
822
|
createdAt: string;
|
|
803
823
|
updatedAt: string;
|
|
804
824
|
} | null;
|
|
825
|
+
checkoutCapability?: {
|
|
826
|
+
token: string;
|
|
827
|
+
expiresAt: string;
|
|
828
|
+
actions: ("session:read" | "session:update" | "session:reprice" | "session:finalize" | "payment:read" | "payment:start")[];
|
|
829
|
+
} | undefined;
|
|
805
830
|
}>;
|
|
806
831
|
expire: (sessionId: string, input?: Parameters<typeof expirePublicBookingSession>[2], requestOptions?: Parameters<typeof expirePublicBookingSession>[3]) => Promise<{
|
|
807
832
|
sessionId: string;
|
|
808
833
|
bookingNumber: string;
|
|
809
|
-
status: "draft" | "
|
|
834
|
+
status: "draft" | "on_hold" | "awaiting_payment" | "confirmed" | "in_progress" | "completed" | "expired" | "cancelled";
|
|
810
835
|
externalBookingRef: string | null;
|
|
811
836
|
communicationLanguage: string | null;
|
|
812
837
|
sellCurrency: string;
|
|
@@ -837,7 +862,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
837
862
|
title: string;
|
|
838
863
|
description: string | null;
|
|
839
864
|
itemType: "other" | "unit" | "extra" | "service" | "fee" | "tax" | "discount" | "adjustment" | "accommodation" | "transport";
|
|
840
|
-
status: "draft" | "
|
|
865
|
+
status: "draft" | "on_hold" | "confirmed" | "expired" | "cancelled" | "fulfilled";
|
|
841
866
|
serviceDate: string | null;
|
|
842
867
|
startsAt: string | null;
|
|
843
868
|
endsAt: string | null;
|
|
@@ -892,11 +917,16 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
892
917
|
createdAt: string;
|
|
893
918
|
updatedAt: string;
|
|
894
919
|
} | null;
|
|
920
|
+
checkoutCapability?: {
|
|
921
|
+
token: string;
|
|
922
|
+
expiresAt: string;
|
|
923
|
+
actions: ("session:read" | "session:update" | "session:reprice" | "session:finalize" | "payment:read" | "payment:start")[];
|
|
924
|
+
} | undefined;
|
|
895
925
|
}>;
|
|
896
926
|
getOverview: (query: Parameters<typeof getPublicBookingOverview>[1]) => Promise<{
|
|
897
927
|
bookingId: string;
|
|
898
928
|
bookingNumber: string;
|
|
899
|
-
status: "draft" | "
|
|
929
|
+
status: "draft" | "on_hold" | "awaiting_payment" | "confirmed" | "in_progress" | "completed" | "expired" | "cancelled";
|
|
900
930
|
sellCurrency: string;
|
|
901
931
|
sellAmountCents: number | null;
|
|
902
932
|
startDate: string | null;
|
|
@@ -917,7 +947,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
917
947
|
title: string;
|
|
918
948
|
description: string | null;
|
|
919
949
|
itemType: "other" | "unit" | "extra" | "service" | "fee" | "tax" | "discount" | "adjustment" | "accommodation" | "transport";
|
|
920
|
-
status: "draft" | "
|
|
950
|
+
status: "draft" | "on_hold" | "confirmed" | "expired" | "cancelled" | "fulfilled";
|
|
921
951
|
serviceDate: string | null;
|
|
922
952
|
startsAt: string | null;
|
|
923
953
|
endsAt: string | null;
|
|
@@ -952,7 +982,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
952
982
|
bookingItemId: string | null;
|
|
953
983
|
travelerId: string | null;
|
|
954
984
|
fulfillmentType: "other" | "voucher" | "ticket" | "pdf" | "qr_code" | "barcode" | "mobile";
|
|
955
|
-
deliveryChannel: "other" | "
|
|
985
|
+
deliveryChannel: "other" | "download" | "email" | "api" | "wallet";
|
|
956
986
|
status: "pending" | "issued" | "reissued" | "revoked" | "failed";
|
|
957
987
|
artifactUrl: string | null;
|
|
958
988
|
}[];
|
|
@@ -964,7 +994,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
964
994
|
checkout: {
|
|
965
995
|
previewCollection: (bookingId: string, input: Parameters<typeof previewCheckoutCollection>[2], requestOptions?: Parameters<typeof previewCheckoutCollection>[3]) => Promise<{
|
|
966
996
|
bookingId: string;
|
|
967
|
-
method: "
|
|
997
|
+
method: "bank_transfer" | "card";
|
|
968
998
|
stage: "manual" | "initial" | "reminder";
|
|
969
999
|
paymentSessionTarget: "schedule" | "invoice" | null;
|
|
970
1000
|
documentType: "invoice" | "proforma" | null;
|
|
@@ -1005,7 +1035,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
1005
1035
|
initiateCollection: (bookingId: string, input: Parameters<typeof initiateCheckoutCollection>[2], requestOptions?: Parameters<typeof initiateCheckoutCollection>[3]) => Promise<{
|
|
1006
1036
|
plan: {
|
|
1007
1037
|
bookingId: string;
|
|
1008
|
-
method: "
|
|
1038
|
+
method: "bank_transfer" | "card";
|
|
1009
1039
|
stage: "manual" | "initial" | "reminder";
|
|
1010
1040
|
paymentSessionTarget: "schedule" | "invoice" | null;
|
|
1011
1041
|
documentType: "invoice" | "proforma" | null;
|
|
@@ -1063,13 +1093,13 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
1063
1093
|
} | null;
|
|
1064
1094
|
paymentSession: {
|
|
1065
1095
|
id: string;
|
|
1066
|
-
targetType: "other" | "
|
|
1096
|
+
targetType: "other" | "booking" | "order" | "invoice" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
|
|
1067
1097
|
targetId: string | null;
|
|
1068
1098
|
bookingId: string | null;
|
|
1069
1099
|
invoiceId: string | null;
|
|
1070
1100
|
bookingPaymentScheduleId: string | null;
|
|
1071
1101
|
bookingGuaranteeId: string | null;
|
|
1072
|
-
status: "expired" | "cancelled" | "pending" | "failed" | "
|
|
1102
|
+
status: "expired" | "cancelled" | "pending" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
|
|
1073
1103
|
provider: string | null;
|
|
1074
1104
|
providerSessionId: string | null;
|
|
1075
1105
|
providerPaymentId: string | null;
|
|
@@ -1077,7 +1107,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
1077
1107
|
clientReference: string | null;
|
|
1078
1108
|
currency: string;
|
|
1079
1109
|
amountCents: number;
|
|
1080
|
-
paymentMethod: "other" | "
|
|
1110
|
+
paymentMethod: "other" | "voucher" | "wallet" | "bank_transfer" | "credit_card" | "debit_card" | "cash" | "cheque" | "direct_bill" | null;
|
|
1081
1111
|
payerEmail: string | null;
|
|
1082
1112
|
payerName: string | null;
|
|
1083
1113
|
redirectUrl: string | null;
|
|
@@ -1139,7 +1169,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
1139
1169
|
bootstrapCollection: (input: Parameters<typeof bootstrapCheckoutCollection>[1], requestOptions?: Parameters<typeof bootstrapCheckoutCollection>[2]) => Promise<{
|
|
1140
1170
|
plan: {
|
|
1141
1171
|
bookingId: string;
|
|
1142
|
-
method: "
|
|
1172
|
+
method: "bank_transfer" | "card";
|
|
1143
1173
|
stage: "manual" | "initial" | "reminder";
|
|
1144
1174
|
paymentSessionTarget: "schedule" | "invoice" | null;
|
|
1145
1175
|
documentType: "invoice" | "proforma" | null;
|
|
@@ -1197,13 +1227,13 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
1197
1227
|
} | null;
|
|
1198
1228
|
paymentSession: {
|
|
1199
1229
|
id: string;
|
|
1200
|
-
targetType: "other" | "
|
|
1230
|
+
targetType: "other" | "booking" | "order" | "invoice" | "booking_payment_schedule" | "booking_guarantee" | "flight_order";
|
|
1201
1231
|
targetId: string | null;
|
|
1202
1232
|
bookingId: string | null;
|
|
1203
1233
|
invoiceId: string | null;
|
|
1204
1234
|
bookingPaymentScheduleId: string | null;
|
|
1205
1235
|
bookingGuaranteeId: string | null;
|
|
1206
|
-
status: "expired" | "cancelled" | "pending" | "failed" | "
|
|
1236
|
+
status: "expired" | "cancelled" | "pending" | "failed" | "paid" | "requires_redirect" | "processing" | "authorized";
|
|
1207
1237
|
provider: string | null;
|
|
1208
1238
|
providerSessionId: string | null;
|
|
1209
1239
|
providerPaymentId: string | null;
|
|
@@ -1211,7 +1241,7 @@ export declare function createVoyantStorefrontClient(options: VoyantStorefrontCl
|
|
|
1211
1241
|
clientReference: string | null;
|
|
1212
1242
|
currency: string;
|
|
1213
1243
|
amountCents: number;
|
|
1214
|
-
paymentMethod: "other" | "
|
|
1244
|
+
paymentMethod: "other" | "voucher" | "wallet" | "bank_transfer" | "credit_card" | "debit_card" | "cash" | "cheque" | "direct_bill" | null;
|
|
1215
1245
|
payerEmail: string | null;
|
|
1216
1246
|
payerName: string | null;
|
|
1217
1247
|
redirectUrl: string | null;
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAA4B,KAAK,6BAA6B,EAAE,MAAM,aAAa,CAAA;AAC1F,OAAO,EACL,yBAAyB,EACzB,2BAA2B,EAC3B,wBAAwB,EACzB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,0BAA0B,EAC1B,0BAA0B,EAC1B,wBAAwB,EAKxB,wBAAwB,EACxB,gCAAgC,EAEhC,0BAA0B,EAC1B,+BAA+B,EAC/B,+BAA+B,EAC/B,2BAA2B,EAC3B,yBAAyB,EACzB,+BAA+B,EAC/B,2BAA2B,EAC3B,0BAA0B,EAC1B,+BAA+B,EAChC,MAAM,iBAAiB,CAAA;AAExB,YAAY,EACV,yBAAyB,EACzB,wBAAwB,EACxB,6BAA6B,EAC7B,uBAAuB,GACxB,MAAM,aAAa,CAAA;AACpB,OAAO,EACL,wBAAwB,EACxB,6BAA6B,EAC7B,wBAAwB,EACxB,yBAAyB,GAC1B,MAAM,aAAa,CAAA;AACpB,YAAY,EACV,mBAAmB,EACnB,qBAAqB,EACrB,kBAAkB,GACnB,MAAM,mBAAmB,CAAA;AAC1B,OAAO,EACL,oBAAoB,EACpB,mBAAmB,EACnB,yBAAyB,EACzB,2BAA2B,EAC3B,wBAAwB,EACxB,8BAA8B,GAC/B,MAAM,mBAAmB,CAAA;AAC1B,cAAc,iBAAiB,CAAA;AAC/B,cAAc,cAAc,CAAA;AAE5B,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAUjD,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAErB,MAAM,UACT,UAAU,CAAC,OAAO,+BAA+B,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CAGlD,MAAM,UACT,UAAU,CAAC,OAAO,gCAAgC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6CAGjD,MAAM,SACZ,UAAU,CAAC,OAAO,+BAA+B,CAAC,CAAC,CAAC,CAAC,mBAC3C,UAAU,CAAC,OAAO,+BAA+B,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;2CAG3D,MAAM,UACT,UAAU,CAAC,OAAO,+BAA+B,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAE5B,MAAM,eAAe,MAAM;;;;;;;;;;;;;;;;;uCAGjD,MAAM,UACT,UAAU,CAAC,OAAO,2BAA2B,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;+BAEpC,MAAM,UAAU,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;+BAK5E,UAAU,CAAC,OAAO,0BAA0B,CAAC,CAAC,CAAC,CAAC,mBACtC,UAAU,CAAC,OAAO,0BAA0B,CAAC,CAAC,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|