@voyant-travel/openapi 0.2.6 → 0.4.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/package.json +8 -5
- package/spec/admin/accommodations.json +1443 -0
- package/spec/admin/action-ledger.json +6285 -0
- package/spec/admin/booking-requirements.json +5975 -0
- package/spec/admin/bookings.json +19276 -0
- package/spec/admin/catalog.json +703 -0
- package/spec/admin/distribution.json +20434 -0
- package/spec/admin/external-refs.json +1437 -0
- package/spec/admin/extras.json +4787 -0
- package/spec/admin/finance.json +36583 -0
- package/spec/admin/identity.json +4141 -0
- package/spec/admin/legal.json +14821 -0
- package/spec/admin/markets.json +5551 -0
- package/spec/admin/notifications.json +8667 -0
- package/spec/admin/operations.json +41627 -0
- package/spec/admin/operator-settings.json +1451 -0
- package/spec/admin/pricing.json +11136 -0
- package/spec/admin/products.json +23257 -0
- package/spec/admin/promotions.json +2778 -0
- package/spec/admin/quotes.json +7333 -0
- package/spec/admin/relationships.json +14512 -0
- package/spec/admin/sellability.json +5056 -0
- package/spec/admin/storefront.json +1973 -0
- package/spec/admin/suppliers.json +6094 -0
- package/spec/admin/trips.json +9531 -0
- package/spec/framework-admin.json +12715 -1375
- package/spec/framework-openapi.json +13731 -1482
- package/spec/framework-storefront.json +1022 -107
- package/spec/storefront/booking-requirements.json +380 -0
- package/spec/storefront/bookings.json +6213 -0
- package/spec/storefront/catalog.json +703 -0
- package/spec/storefront/customer-portal.json +6177 -0
- package/spec/storefront/finance.json +4914 -0
- package/spec/storefront/legal.json +2165 -0
- package/spec/storefront/markets.json +269 -0
- package/spec/storefront/operator-settings.json +329 -0
- package/spec/storefront/pricing.json +598 -0
- package/spec/storefront/products.json +2965 -0
- package/spec/storefront/storefront-verification.json +943 -0
- package/spec/storefront/storefront.json +4157 -0
- package/spec/storefront/trips.json +9531 -0
|
@@ -5,6 +5,12 @@
|
|
|
5
5
|
"version": "0.0.0",
|
|
6
6
|
"description": "Generated from the Voyant framework's standard module composition. Do not edit by hand."
|
|
7
7
|
},
|
|
8
|
+
"servers": [
|
|
9
|
+
{
|
|
10
|
+
"url": "/",
|
|
11
|
+
"description": "This deployment (same origin)"
|
|
12
|
+
}
|
|
13
|
+
],
|
|
8
14
|
"components": {
|
|
9
15
|
"schemas": {
|
|
10
16
|
"CatalogSearchFilter": {
|
|
@@ -359,7 +365,14 @@
|
|
|
359
365
|
}
|
|
360
366
|
}
|
|
361
367
|
}
|
|
362
|
-
}
|
|
368
|
+
},
|
|
369
|
+
"operationId": "getPublicBookingRequirementsProductsByProductIdTransportRequirements",
|
|
370
|
+
"summary": "GET /v1/public/booking-requirements/products/{productId}/transport-requirements",
|
|
371
|
+
"tags": [
|
|
372
|
+
"booking-requirements"
|
|
373
|
+
],
|
|
374
|
+
"x-voyant-module": "booking-requirements",
|
|
375
|
+
"x-voyant-surface": "storefront"
|
|
363
376
|
}
|
|
364
377
|
},
|
|
365
378
|
"/v1/public/pricing/products/{productId}/pricing": {
|
|
@@ -791,7 +804,14 @@
|
|
|
791
804
|
}
|
|
792
805
|
}
|
|
793
806
|
}
|
|
794
|
-
}
|
|
807
|
+
},
|
|
808
|
+
"operationId": "getPublicPricingProductsByProductIdPricing",
|
|
809
|
+
"summary": "GET /v1/public/pricing/products/{productId}/pricing",
|
|
810
|
+
"tags": [
|
|
811
|
+
"pricing"
|
|
812
|
+
],
|
|
813
|
+
"x-voyant-module": "pricing",
|
|
814
|
+
"x-voyant-surface": "storefront"
|
|
795
815
|
}
|
|
796
816
|
},
|
|
797
817
|
"/v1/public/markets": {
|
|
@@ -894,7 +914,14 @@
|
|
|
894
914
|
}
|
|
895
915
|
}
|
|
896
916
|
}
|
|
897
|
-
}
|
|
917
|
+
},
|
|
918
|
+
"operationId": "getPublicMarkets",
|
|
919
|
+
"summary": "GET /v1/public/markets",
|
|
920
|
+
"tags": [
|
|
921
|
+
"markets"
|
|
922
|
+
],
|
|
923
|
+
"x-voyant-module": "markets",
|
|
924
|
+
"x-voyant-surface": "storefront"
|
|
898
925
|
}
|
|
899
926
|
},
|
|
900
927
|
"/v1/public/products/tags": {
|
|
@@ -977,7 +1004,14 @@
|
|
|
977
1004
|
}
|
|
978
1005
|
}
|
|
979
1006
|
}
|
|
980
|
-
}
|
|
1007
|
+
},
|
|
1008
|
+
"operationId": "getPublicProductsTags",
|
|
1009
|
+
"summary": "GET /v1/public/products/tags",
|
|
1010
|
+
"tags": [
|
|
1011
|
+
"products"
|
|
1012
|
+
],
|
|
1013
|
+
"x-voyant-module": "products",
|
|
1014
|
+
"x-voyant-surface": "storefront"
|
|
981
1015
|
}
|
|
982
1016
|
},
|
|
983
1017
|
"/v1/public/products/categories": {
|
|
@@ -1090,7 +1124,14 @@
|
|
|
1090
1124
|
}
|
|
1091
1125
|
}
|
|
1092
1126
|
}
|
|
1093
|
-
}
|
|
1127
|
+
},
|
|
1128
|
+
"operationId": "getPublicProductsCategories",
|
|
1129
|
+
"summary": "GET /v1/public/products/categories",
|
|
1130
|
+
"tags": [
|
|
1131
|
+
"products"
|
|
1132
|
+
],
|
|
1133
|
+
"x-voyant-module": "products",
|
|
1134
|
+
"x-voyant-surface": "storefront"
|
|
1094
1135
|
}
|
|
1095
1136
|
},
|
|
1096
1137
|
"/v1/public/products/destinations": {
|
|
@@ -1297,7 +1338,14 @@
|
|
|
1297
1338
|
}
|
|
1298
1339
|
}
|
|
1299
1340
|
}
|
|
1300
|
-
}
|
|
1341
|
+
},
|
|
1342
|
+
"operationId": "getPublicProductsDestinations",
|
|
1343
|
+
"summary": "GET /v1/public/products/destinations",
|
|
1344
|
+
"tags": [
|
|
1345
|
+
"products"
|
|
1346
|
+
],
|
|
1347
|
+
"x-voyant-module": "products",
|
|
1348
|
+
"x-voyant-surface": "storefront"
|
|
1301
1349
|
}
|
|
1302
1350
|
},
|
|
1303
1351
|
"/v1/public/products": {
|
|
@@ -2169,7 +2217,14 @@
|
|
|
2169
2217
|
}
|
|
2170
2218
|
}
|
|
2171
2219
|
}
|
|
2172
|
-
}
|
|
2220
|
+
},
|
|
2221
|
+
"operationId": "getPublicProducts",
|
|
2222
|
+
"summary": "GET /v1/public/products",
|
|
2223
|
+
"tags": [
|
|
2224
|
+
"products"
|
|
2225
|
+
],
|
|
2226
|
+
"x-voyant-module": "products",
|
|
2227
|
+
"x-voyant-surface": "storefront"
|
|
2173
2228
|
}
|
|
2174
2229
|
},
|
|
2175
2230
|
"/v1/public/products/slug/{slug}": {
|
|
@@ -2850,7 +2905,14 @@
|
|
|
2850
2905
|
}
|
|
2851
2906
|
}
|
|
2852
2907
|
}
|
|
2853
|
-
}
|
|
2908
|
+
},
|
|
2909
|
+
"operationId": "getPublicProductsSlugBySlug",
|
|
2910
|
+
"summary": "GET /v1/public/products/slug/{slug}",
|
|
2911
|
+
"tags": [
|
|
2912
|
+
"products"
|
|
2913
|
+
],
|
|
2914
|
+
"x-voyant-module": "products",
|
|
2915
|
+
"x-voyant-surface": "storefront"
|
|
2854
2916
|
}
|
|
2855
2917
|
},
|
|
2856
2918
|
"/v1/public/products/{id}": {
|
|
@@ -3531,7 +3593,14 @@
|
|
|
3531
3593
|
}
|
|
3532
3594
|
}
|
|
3533
3595
|
}
|
|
3534
|
-
}
|
|
3596
|
+
},
|
|
3597
|
+
"operationId": "getPublicProductsById",
|
|
3598
|
+
"summary": "GET /v1/public/products/{id}",
|
|
3599
|
+
"tags": [
|
|
3600
|
+
"products"
|
|
3601
|
+
],
|
|
3602
|
+
"x-voyant-module": "products",
|
|
3603
|
+
"x-voyant-surface": "storefront"
|
|
3535
3604
|
}
|
|
3536
3605
|
},
|
|
3537
3606
|
"/v1/public/products/{id}/brochure": {
|
|
@@ -3651,7 +3720,14 @@
|
|
|
3651
3720
|
}
|
|
3652
3721
|
}
|
|
3653
3722
|
}
|
|
3654
|
-
}
|
|
3723
|
+
},
|
|
3724
|
+
"operationId": "getPublicProductsByIdBrochure",
|
|
3725
|
+
"summary": "GET /v1/public/products/{id}/brochure",
|
|
3726
|
+
"tags": [
|
|
3727
|
+
"products"
|
|
3728
|
+
],
|
|
3729
|
+
"x-voyant-module": "products",
|
|
3730
|
+
"x-voyant-surface": "storefront"
|
|
3655
3731
|
}
|
|
3656
3732
|
},
|
|
3657
3733
|
"/v1/public/catalog/search": {
|
|
@@ -4188,7 +4264,14 @@
|
|
|
4188
4264
|
}
|
|
4189
4265
|
}
|
|
4190
4266
|
}
|
|
4191
|
-
}
|
|
4267
|
+
},
|
|
4268
|
+
"operationId": "postPublicCatalogSearch",
|
|
4269
|
+
"summary": "POST /v1/public/catalog/search",
|
|
4270
|
+
"tags": [
|
|
4271
|
+
"catalog"
|
|
4272
|
+
],
|
|
4273
|
+
"x-voyant-module": "catalog",
|
|
4274
|
+
"x-voyant-surface": "storefront"
|
|
4192
4275
|
}
|
|
4193
4276
|
},
|
|
4194
4277
|
"/v1/public/bookings/sessions": {
|
|
@@ -5181,7 +5264,14 @@
|
|
|
5181
5264
|
}
|
|
5182
5265
|
}
|
|
5183
5266
|
}
|
|
5184
|
-
}
|
|
5267
|
+
},
|
|
5268
|
+
"operationId": "postPublicBookingsSessions",
|
|
5269
|
+
"summary": "POST /v1/public/bookings/sessions",
|
|
5270
|
+
"tags": [
|
|
5271
|
+
"bookings"
|
|
5272
|
+
],
|
|
5273
|
+
"x-voyant-module": "bookings",
|
|
5274
|
+
"x-voyant-surface": "storefront"
|
|
5185
5275
|
}
|
|
5186
5276
|
},
|
|
5187
5277
|
"/v1/public/bookings/sessions/{sessionId}": {
|
|
@@ -5828,7 +5918,14 @@
|
|
|
5828
5918
|
}
|
|
5829
5919
|
}
|
|
5830
5920
|
}
|
|
5831
|
-
}
|
|
5921
|
+
},
|
|
5922
|
+
"operationId": "getPublicBookingsSessionsBySessionId",
|
|
5923
|
+
"summary": "GET /v1/public/bookings/sessions/{sessionId}",
|
|
5924
|
+
"tags": [
|
|
5925
|
+
"bookings"
|
|
5926
|
+
],
|
|
5927
|
+
"x-voyant-module": "bookings",
|
|
5928
|
+
"x-voyant-surface": "storefront"
|
|
5832
5929
|
},
|
|
5833
5930
|
"patch": {
|
|
5834
5931
|
"parameters": [
|
|
@@ -6626,7 +6723,14 @@
|
|
|
6626
6723
|
}
|
|
6627
6724
|
}
|
|
6628
6725
|
}
|
|
6629
|
-
}
|
|
6726
|
+
},
|
|
6727
|
+
"operationId": "patchPublicBookingsSessionsBySessionId",
|
|
6728
|
+
"summary": "PATCH /v1/public/bookings/sessions/{sessionId}",
|
|
6729
|
+
"tags": [
|
|
6730
|
+
"bookings"
|
|
6731
|
+
],
|
|
6732
|
+
"x-voyant-module": "bookings",
|
|
6733
|
+
"x-voyant-surface": "storefront"
|
|
6630
6734
|
}
|
|
6631
6735
|
},
|
|
6632
6736
|
"/v1/public/bookings/sessions/{sessionId}/state": {
|
|
@@ -6725,7 +6829,14 @@
|
|
|
6725
6829
|
}
|
|
6726
6830
|
}
|
|
6727
6831
|
}
|
|
6728
|
-
}
|
|
6832
|
+
},
|
|
6833
|
+
"operationId": "getPublicBookingsSessionsBySessionIdState",
|
|
6834
|
+
"summary": "GET /v1/public/bookings/sessions/{sessionId}/state",
|
|
6835
|
+
"tags": [
|
|
6836
|
+
"bookings"
|
|
6837
|
+
],
|
|
6838
|
+
"x-voyant-module": "bookings",
|
|
6839
|
+
"x-voyant-surface": "storefront"
|
|
6729
6840
|
},
|
|
6730
6841
|
"put": {
|
|
6731
6842
|
"parameters": [
|
|
@@ -6858,7 +6969,14 @@
|
|
|
6858
6969
|
}
|
|
6859
6970
|
}
|
|
6860
6971
|
}
|
|
6861
|
-
}
|
|
6972
|
+
},
|
|
6973
|
+
"operationId": "putPublicBookingsSessionsBySessionIdState",
|
|
6974
|
+
"summary": "PUT /v1/public/bookings/sessions/{sessionId}/state",
|
|
6975
|
+
"tags": [
|
|
6976
|
+
"bookings"
|
|
6977
|
+
],
|
|
6978
|
+
"x-voyant-module": "bookings",
|
|
6979
|
+
"x-voyant-surface": "storefront"
|
|
6862
6980
|
}
|
|
6863
6981
|
},
|
|
6864
6982
|
"/v1/public/bookings/sessions/{sessionId}/reprice": {
|
|
@@ -7739,7 +7857,14 @@
|
|
|
7739
7857
|
}
|
|
7740
7858
|
}
|
|
7741
7859
|
}
|
|
7742
|
-
}
|
|
7860
|
+
},
|
|
7861
|
+
"operationId": "postPublicBookingsSessionsBySessionIdReprice",
|
|
7862
|
+
"summary": "POST /v1/public/bookings/sessions/{sessionId}/reprice",
|
|
7863
|
+
"tags": [
|
|
7864
|
+
"bookings"
|
|
7865
|
+
],
|
|
7866
|
+
"x-voyant-module": "bookings",
|
|
7867
|
+
"x-voyant-surface": "storefront"
|
|
7743
7868
|
}
|
|
7744
7869
|
},
|
|
7745
7870
|
"/v1/public/bookings/sessions/{sessionId}/confirm": {
|
|
@@ -8422,7 +8547,14 @@
|
|
|
8422
8547
|
}
|
|
8423
8548
|
}
|
|
8424
8549
|
}
|
|
8425
|
-
}
|
|
8550
|
+
},
|
|
8551
|
+
"operationId": "postPublicBookingsSessionsBySessionIdConfirm",
|
|
8552
|
+
"summary": "POST /v1/public/bookings/sessions/{sessionId}/confirm",
|
|
8553
|
+
"tags": [
|
|
8554
|
+
"bookings"
|
|
8555
|
+
],
|
|
8556
|
+
"x-voyant-module": "bookings",
|
|
8557
|
+
"x-voyant-surface": "storefront"
|
|
8426
8558
|
}
|
|
8427
8559
|
},
|
|
8428
8560
|
"/v1/public/bookings/sessions/{sessionId}/expire": {
|
|
@@ -9105,7 +9237,14 @@
|
|
|
9105
9237
|
}
|
|
9106
9238
|
}
|
|
9107
9239
|
}
|
|
9108
|
-
}
|
|
9240
|
+
},
|
|
9241
|
+
"operationId": "postPublicBookingsSessionsBySessionIdExpire",
|
|
9242
|
+
"summary": "POST /v1/public/bookings/sessions/{sessionId}/expire",
|
|
9243
|
+
"tags": [
|
|
9244
|
+
"bookings"
|
|
9245
|
+
],
|
|
9246
|
+
"x-voyant-module": "bookings",
|
|
9247
|
+
"x-voyant-surface": "storefront"
|
|
9109
9248
|
}
|
|
9110
9249
|
},
|
|
9111
9250
|
"/v1/public/bookings/overview": {
|
|
@@ -9637,7 +9776,14 @@
|
|
|
9637
9776
|
}
|
|
9638
9777
|
}
|
|
9639
9778
|
}
|
|
9640
|
-
}
|
|
9779
|
+
},
|
|
9780
|
+
"operationId": "getPublicBookingsOverview",
|
|
9781
|
+
"summary": "GET /v1/public/bookings/overview",
|
|
9782
|
+
"tags": [
|
|
9783
|
+
"bookings"
|
|
9784
|
+
],
|
|
9785
|
+
"x-voyant-module": "bookings",
|
|
9786
|
+
"x-voyant-surface": "storefront"
|
|
9641
9787
|
}
|
|
9642
9788
|
},
|
|
9643
9789
|
"/v1/public/bookings/guest-lookup": {
|
|
@@ -10172,7 +10318,14 @@
|
|
|
10172
10318
|
}
|
|
10173
10319
|
}
|
|
10174
10320
|
}
|
|
10175
|
-
}
|
|
10321
|
+
},
|
|
10322
|
+
"operationId": "postPublicBookingsGuestLookup",
|
|
10323
|
+
"summary": "POST /v1/public/bookings/guest-lookup",
|
|
10324
|
+
"tags": [
|
|
10325
|
+
"bookings"
|
|
10326
|
+
],
|
|
10327
|
+
"x-voyant-module": "bookings",
|
|
10328
|
+
"x-voyant-surface": "storefront"
|
|
10176
10329
|
}
|
|
10177
10330
|
},
|
|
10178
10331
|
"/v1/public/finance/vouchers/validate": {
|
|
@@ -10330,7 +10483,14 @@
|
|
|
10330
10483
|
}
|
|
10331
10484
|
}
|
|
10332
10485
|
}
|
|
10333
|
-
}
|
|
10486
|
+
},
|
|
10487
|
+
"operationId": "postPublicFinanceVouchersValidate",
|
|
10488
|
+
"summary": "POST /v1/public/finance/vouchers/validate",
|
|
10489
|
+
"tags": [
|
|
10490
|
+
"finance"
|
|
10491
|
+
],
|
|
10492
|
+
"x-voyant-module": "finance",
|
|
10493
|
+
"x-voyant-surface": "storefront"
|
|
10334
10494
|
}
|
|
10335
10495
|
},
|
|
10336
10496
|
"/v1/public/finance/documents/by-reference": {
|
|
@@ -10526,7 +10686,14 @@
|
|
|
10526
10686
|
}
|
|
10527
10687
|
}
|
|
10528
10688
|
}
|
|
10529
|
-
}
|
|
10689
|
+
},
|
|
10690
|
+
"operationId": "getPublicFinanceDocumentsByReference",
|
|
10691
|
+
"summary": "GET /v1/public/finance/documents/by-reference",
|
|
10692
|
+
"tags": [
|
|
10693
|
+
"finance"
|
|
10694
|
+
],
|
|
10695
|
+
"x-voyant-module": "finance",
|
|
10696
|
+
"x-voyant-surface": "storefront"
|
|
10530
10697
|
}
|
|
10531
10698
|
},
|
|
10532
10699
|
"/v1/public/finance/bookings/{bookingId}/documents": {
|
|
@@ -10718,7 +10885,14 @@
|
|
|
10718
10885
|
}
|
|
10719
10886
|
}
|
|
10720
10887
|
}
|
|
10721
|
-
}
|
|
10888
|
+
},
|
|
10889
|
+
"operationId": "getPublicFinanceBookingsByBookingIdDocuments",
|
|
10890
|
+
"summary": "GET /v1/public/finance/bookings/{bookingId}/documents",
|
|
10891
|
+
"tags": [
|
|
10892
|
+
"finance"
|
|
10893
|
+
],
|
|
10894
|
+
"x-voyant-module": "finance",
|
|
10895
|
+
"x-voyant-surface": "storefront"
|
|
10722
10896
|
}
|
|
10723
10897
|
},
|
|
10724
10898
|
"/v1/public/finance/bookings/{bookingId}/documents/by-reference": {
|
|
@@ -10922,7 +11096,14 @@
|
|
|
10922
11096
|
}
|
|
10923
11097
|
}
|
|
10924
11098
|
}
|
|
10925
|
-
}
|
|
11099
|
+
},
|
|
11100
|
+
"operationId": "getPublicFinanceBookingsByBookingIdDocumentsByReference",
|
|
11101
|
+
"summary": "GET /v1/public/finance/bookings/{bookingId}/documents/by-reference",
|
|
11102
|
+
"tags": [
|
|
11103
|
+
"finance"
|
|
11104
|
+
],
|
|
11105
|
+
"x-voyant-module": "finance",
|
|
11106
|
+
"x-voyant-surface": "storefront"
|
|
10926
11107
|
}
|
|
10927
11108
|
},
|
|
10928
11109
|
"/v1/public/finance/bookings/{bookingId}/payments": {
|
|
@@ -10959,18 +11140,36 @@
|
|
|
10959
11140
|
"id": {
|
|
10960
11141
|
"type": "string"
|
|
10961
11142
|
},
|
|
11143
|
+
"source": {
|
|
11144
|
+
"type": "string",
|
|
11145
|
+
"enum": [
|
|
11146
|
+
"payment",
|
|
11147
|
+
"voucher_redemption"
|
|
11148
|
+
],
|
|
11149
|
+
"default": "payment"
|
|
11150
|
+
},
|
|
10962
11151
|
"invoiceId": {
|
|
10963
|
-
"type":
|
|
11152
|
+
"type": [
|
|
11153
|
+
"string",
|
|
11154
|
+
"null"
|
|
11155
|
+
]
|
|
10964
11156
|
},
|
|
10965
11157
|
"invoiceNumber": {
|
|
10966
|
-
"type":
|
|
11158
|
+
"type": [
|
|
11159
|
+
"string",
|
|
11160
|
+
"null"
|
|
11161
|
+
]
|
|
10967
11162
|
},
|
|
10968
11163
|
"invoiceType": {
|
|
10969
|
-
"type":
|
|
11164
|
+
"type": [
|
|
11165
|
+
"string",
|
|
11166
|
+
"null"
|
|
11167
|
+
],
|
|
10970
11168
|
"enum": [
|
|
10971
11169
|
"invoice",
|
|
10972
11170
|
"proforma",
|
|
10973
|
-
"credit_note"
|
|
11171
|
+
"credit_note",
|
|
11172
|
+
null
|
|
10974
11173
|
]
|
|
10975
11174
|
},
|
|
10976
11175
|
"status": {
|
|
@@ -11079,7 +11278,14 @@
|
|
|
11079
11278
|
}
|
|
11080
11279
|
}
|
|
11081
11280
|
}
|
|
11082
|
-
}
|
|
11281
|
+
},
|
|
11282
|
+
"operationId": "getPublicFinanceBookingsByBookingIdPayments",
|
|
11283
|
+
"summary": "GET /v1/public/finance/bookings/{bookingId}/payments",
|
|
11284
|
+
"tags": [
|
|
11285
|
+
"finance"
|
|
11286
|
+
],
|
|
11287
|
+
"x-voyant-module": "finance",
|
|
11288
|
+
"x-voyant-surface": "storefront"
|
|
11083
11289
|
}
|
|
11084
11290
|
},
|
|
11085
11291
|
"/v1/public/finance/bookings/{bookingId}/payment-options": {
|
|
@@ -11435,7 +11641,14 @@
|
|
|
11435
11641
|
}
|
|
11436
11642
|
}
|
|
11437
11643
|
}
|
|
11438
|
-
}
|
|
11644
|
+
},
|
|
11645
|
+
"operationId": "getPublicFinanceBookingsByBookingIdPaymentOptions",
|
|
11646
|
+
"summary": "GET /v1/public/finance/bookings/{bookingId}/payment-options",
|
|
11647
|
+
"tags": [
|
|
11648
|
+
"finance"
|
|
11649
|
+
],
|
|
11650
|
+
"x-voyant-module": "finance",
|
|
11651
|
+
"x-voyant-surface": "storefront"
|
|
11439
11652
|
}
|
|
11440
11653
|
},
|
|
11441
11654
|
"/v1/public/finance/payment-sessions/{sessionId}": {
|
|
@@ -11941,7 +12154,14 @@
|
|
|
11941
12154
|
}
|
|
11942
12155
|
}
|
|
11943
12156
|
}
|
|
11944
|
-
}
|
|
12157
|
+
},
|
|
12158
|
+
"operationId": "getPublicFinancePaymentSessionsBySessionId",
|
|
12159
|
+
"summary": "GET /v1/public/finance/payment-sessions/{sessionId}",
|
|
12160
|
+
"tags": [
|
|
12161
|
+
"finance"
|
|
12162
|
+
],
|
|
12163
|
+
"x-voyant-module": "finance",
|
|
12164
|
+
"x-voyant-surface": "storefront"
|
|
11945
12165
|
}
|
|
11946
12166
|
},
|
|
11947
12167
|
"/v1/public/finance/bookings/{bookingId}/payment-schedules/{scheduleId}/payment-session": {
|
|
@@ -12850,7 +13070,14 @@
|
|
|
12850
13070
|
}
|
|
12851
13071
|
}
|
|
12852
13072
|
}
|
|
12853
|
-
}
|
|
13073
|
+
},
|
|
13074
|
+
"operationId": "postPublicFinanceBookingsByBookingIdPaymentSchedulesByScheduleIdPaymentSession",
|
|
13075
|
+
"summary": "POST /v1/public/finance/bookings/{bookingId}/payment-schedules/{scheduleId}/payment-session",
|
|
13076
|
+
"tags": [
|
|
13077
|
+
"finance"
|
|
13078
|
+
],
|
|
13079
|
+
"x-voyant-module": "finance",
|
|
13080
|
+
"x-voyant-surface": "storefront"
|
|
12854
13081
|
}
|
|
12855
13082
|
},
|
|
12856
13083
|
"/v1/public/finance/bookings/{bookingId}/guarantees/{guaranteeId}/payment-session": {
|
|
@@ -13759,7 +13986,14 @@
|
|
|
13759
13986
|
}
|
|
13760
13987
|
}
|
|
13761
13988
|
}
|
|
13762
|
-
}
|
|
13989
|
+
},
|
|
13990
|
+
"operationId": "postPublicFinanceBookingsByBookingIdGuaranteesByGuaranteeIdPaymentSession",
|
|
13991
|
+
"summary": "POST /v1/public/finance/bookings/{bookingId}/guarantees/{guaranteeId}/payment-session",
|
|
13992
|
+
"tags": [
|
|
13993
|
+
"finance"
|
|
13994
|
+
],
|
|
13995
|
+
"x-voyant-module": "finance",
|
|
13996
|
+
"x-voyant-surface": "storefront"
|
|
13763
13997
|
}
|
|
13764
13998
|
},
|
|
13765
13999
|
"/v1/public/finance/invoices/{invoiceId}/payment-session": {
|
|
@@ -14660,7 +14894,14 @@
|
|
|
14660
14894
|
}
|
|
14661
14895
|
}
|
|
14662
14896
|
}
|
|
14663
|
-
}
|
|
14897
|
+
},
|
|
14898
|
+
"operationId": "postPublicFinanceInvoicesByInvoiceIdPaymentSession",
|
|
14899
|
+
"summary": "POST /v1/public/finance/invoices/{invoiceId}/payment-session",
|
|
14900
|
+
"tags": [
|
|
14901
|
+
"finance"
|
|
14902
|
+
],
|
|
14903
|
+
"x-voyant-module": "finance",
|
|
14904
|
+
"x-voyant-surface": "storefront"
|
|
14664
14905
|
}
|
|
14665
14906
|
},
|
|
14666
14907
|
"/v1/public/finance/accountant/{token}/summary": {
|
|
@@ -14754,7 +14995,14 @@
|
|
|
14754
14995
|
}
|
|
14755
14996
|
}
|
|
14756
14997
|
}
|
|
14757
|
-
}
|
|
14998
|
+
},
|
|
14999
|
+
"operationId": "getPublicFinanceAccountantByTokenSummary",
|
|
15000
|
+
"summary": "GET /v1/public/finance/accountant/{token}/summary",
|
|
15001
|
+
"tags": [
|
|
15002
|
+
"finance"
|
|
15003
|
+
],
|
|
15004
|
+
"x-voyant-module": "finance",
|
|
15005
|
+
"x-voyant-surface": "storefront"
|
|
14758
15006
|
}
|
|
14759
15007
|
},
|
|
14760
15008
|
"/v1/public/finance/accountant/{token}/invoices": {
|
|
@@ -14825,7 +15073,14 @@
|
|
|
14825
15073
|
}
|
|
14826
15074
|
}
|
|
14827
15075
|
}
|
|
14828
|
-
}
|
|
15076
|
+
},
|
|
15077
|
+
"operationId": "getPublicFinanceAccountantByTokenInvoices",
|
|
15078
|
+
"summary": "GET /v1/public/finance/accountant/{token}/invoices",
|
|
15079
|
+
"tags": [
|
|
15080
|
+
"finance"
|
|
15081
|
+
],
|
|
15082
|
+
"x-voyant-module": "finance",
|
|
15083
|
+
"x-voyant-surface": "storefront"
|
|
14829
15084
|
}
|
|
14830
15085
|
},
|
|
14831
15086
|
"/v1/public/legal/contracts/templates/default": {
|
|
@@ -14984,7 +15239,14 @@
|
|
|
14984
15239
|
}
|
|
14985
15240
|
}
|
|
14986
15241
|
}
|
|
14987
|
-
}
|
|
15242
|
+
},
|
|
15243
|
+
"operationId": "getPublicLegalContractsTemplatesDefault",
|
|
15244
|
+
"summary": "GET /v1/public/legal/contracts/templates/default",
|
|
15245
|
+
"tags": [
|
|
15246
|
+
"legal"
|
|
15247
|
+
],
|
|
15248
|
+
"x-voyant-module": "legal",
|
|
15249
|
+
"x-voyant-surface": "storefront"
|
|
14988
15250
|
}
|
|
14989
15251
|
},
|
|
14990
15252
|
"/v1/public/legal/contracts/templates/{id}/preview": {
|
|
@@ -15074,7 +15336,14 @@
|
|
|
15074
15336
|
}
|
|
15075
15337
|
}
|
|
15076
15338
|
}
|
|
15077
|
-
}
|
|
15339
|
+
},
|
|
15340
|
+
"operationId": "postPublicLegalContractsTemplatesByIdPreview",
|
|
15341
|
+
"summary": "POST /v1/public/legal/contracts/templates/{id}/preview",
|
|
15342
|
+
"tags": [
|
|
15343
|
+
"legal"
|
|
15344
|
+
],
|
|
15345
|
+
"x-voyant-module": "legal",
|
|
15346
|
+
"x-voyant-surface": "storefront"
|
|
15078
15347
|
}
|
|
15079
15348
|
},
|
|
15080
15349
|
"/v1/public/legal/contracts/templates/{id}/render-preview": {
|
|
@@ -15164,7 +15433,14 @@
|
|
|
15164
15433
|
}
|
|
15165
15434
|
}
|
|
15166
15435
|
}
|
|
15167
|
-
}
|
|
15436
|
+
},
|
|
15437
|
+
"operationId": "postPublicLegalContractsTemplatesByIdRenderPreview",
|
|
15438
|
+
"summary": "POST /v1/public/legal/contracts/templates/{id}/render-preview",
|
|
15439
|
+
"tags": [
|
|
15440
|
+
"legal"
|
|
15441
|
+
],
|
|
15442
|
+
"x-voyant-module": "legal",
|
|
15443
|
+
"x-voyant-surface": "storefront"
|
|
15168
15444
|
}
|
|
15169
15445
|
},
|
|
15170
15446
|
"/v1/public/legal/contracts/templates/by-slug/{slug}/preview": {
|
|
@@ -15254,7 +15530,14 @@
|
|
|
15254
15530
|
}
|
|
15255
15531
|
}
|
|
15256
15532
|
}
|
|
15257
|
-
}
|
|
15533
|
+
},
|
|
15534
|
+
"operationId": "postPublicLegalContractsTemplatesBySlugBySlugPreview",
|
|
15535
|
+
"summary": "POST /v1/public/legal/contracts/templates/by-slug/{slug}/preview",
|
|
15536
|
+
"tags": [
|
|
15537
|
+
"legal"
|
|
15538
|
+
],
|
|
15539
|
+
"x-voyant-module": "legal",
|
|
15540
|
+
"x-voyant-surface": "storefront"
|
|
15258
15541
|
}
|
|
15259
15542
|
},
|
|
15260
15543
|
"/v1/public/legal/contracts/templates/by-slug/{slug}/render-preview": {
|
|
@@ -15344,7 +15627,14 @@
|
|
|
15344
15627
|
}
|
|
15345
15628
|
}
|
|
15346
15629
|
}
|
|
15347
|
-
}
|
|
15630
|
+
},
|
|
15631
|
+
"operationId": "postPublicLegalContractsTemplatesBySlugBySlugRenderPreview",
|
|
15632
|
+
"summary": "POST /v1/public/legal/contracts/templates/by-slug/{slug}/render-preview",
|
|
15633
|
+
"tags": [
|
|
15634
|
+
"legal"
|
|
15635
|
+
],
|
|
15636
|
+
"x-voyant-module": "legal",
|
|
15637
|
+
"x-voyant-surface": "storefront"
|
|
15348
15638
|
}
|
|
15349
15639
|
},
|
|
15350
15640
|
"/v1/public/legal/contracts/{id}": {
|
|
@@ -15516,7 +15806,14 @@
|
|
|
15516
15806
|
}
|
|
15517
15807
|
}
|
|
15518
15808
|
}
|
|
15519
|
-
}
|
|
15809
|
+
},
|
|
15810
|
+
"operationId": "getPublicLegalContractsById",
|
|
15811
|
+
"summary": "GET /v1/public/legal/contracts/{id}",
|
|
15812
|
+
"tags": [
|
|
15813
|
+
"legal"
|
|
15814
|
+
],
|
|
15815
|
+
"x-voyant-module": "legal",
|
|
15816
|
+
"x-voyant-surface": "storefront"
|
|
15520
15817
|
}
|
|
15521
15818
|
},
|
|
15522
15819
|
"/v1/public/legal/contracts/{id}/sign": {
|
|
@@ -15724,7 +16021,14 @@
|
|
|
15724
16021
|
}
|
|
15725
16022
|
}
|
|
15726
16023
|
}
|
|
15727
|
-
}
|
|
16024
|
+
},
|
|
16025
|
+
"operationId": "postPublicLegalContractsByIdSign",
|
|
16026
|
+
"summary": "POST /v1/public/legal/contracts/{id}/sign",
|
|
16027
|
+
"tags": [
|
|
16028
|
+
"legal"
|
|
16029
|
+
],
|
|
16030
|
+
"x-voyant-module": "legal",
|
|
16031
|
+
"x-voyant-surface": "storefront"
|
|
15728
16032
|
}
|
|
15729
16033
|
},
|
|
15730
16034
|
"/v1/public/legal/policies/{slug}": {
|
|
@@ -15911,7 +16215,14 @@
|
|
|
15911
16215
|
}
|
|
15912
16216
|
}
|
|
15913
16217
|
}
|
|
15914
|
-
}
|
|
16218
|
+
},
|
|
16219
|
+
"operationId": "getPublicLegalPoliciesBySlug",
|
|
16220
|
+
"summary": "GET /v1/public/legal/policies/{slug}",
|
|
16221
|
+
"tags": [
|
|
16222
|
+
"legal"
|
|
16223
|
+
],
|
|
16224
|
+
"x-voyant-module": "legal",
|
|
16225
|
+
"x-voyant-surface": "storefront"
|
|
15915
16226
|
}
|
|
15916
16227
|
},
|
|
15917
16228
|
"/v1/public/legal/policies/{id}/accept": {
|
|
@@ -16247,7 +16558,14 @@
|
|
|
16247
16558
|
}
|
|
16248
16559
|
}
|
|
16249
16560
|
}
|
|
16250
|
-
}
|
|
16561
|
+
},
|
|
16562
|
+
"operationId": "postPublicLegalPoliciesByIdAccept",
|
|
16563
|
+
"summary": "POST /v1/public/legal/policies/{id}/accept",
|
|
16564
|
+
"tags": [
|
|
16565
|
+
"legal"
|
|
16566
|
+
],
|
|
16567
|
+
"x-voyant-module": "legal",
|
|
16568
|
+
"x-voyant-surface": "storefront"
|
|
16251
16569
|
}
|
|
16252
16570
|
},
|
|
16253
16571
|
"/v1/public/legal/terms": {
|
|
@@ -16559,7 +16877,14 @@
|
|
|
16559
16877
|
}
|
|
16560
16878
|
}
|
|
16561
16879
|
}
|
|
16562
|
-
}
|
|
16880
|
+
},
|
|
16881
|
+
"operationId": "getPublicLegalTerms",
|
|
16882
|
+
"summary": "GET /v1/public/legal/terms",
|
|
16883
|
+
"tags": [
|
|
16884
|
+
"legal"
|
|
16885
|
+
],
|
|
16886
|
+
"x-voyant-module": "legal",
|
|
16887
|
+
"x-voyant-surface": "storefront"
|
|
16563
16888
|
}
|
|
16564
16889
|
},
|
|
16565
16890
|
"/v1/public/legal/terms/{id}": {
|
|
@@ -16754,7 +17079,14 @@
|
|
|
16754
17079
|
}
|
|
16755
17080
|
}
|
|
16756
17081
|
}
|
|
16757
|
-
}
|
|
17082
|
+
},
|
|
17083
|
+
"operationId": "getPublicLegalTermsById",
|
|
17084
|
+
"summary": "GET /v1/public/legal/terms/{id}",
|
|
17085
|
+
"tags": [
|
|
17086
|
+
"legal"
|
|
17087
|
+
],
|
|
17088
|
+
"x-voyant-module": "legal",
|
|
17089
|
+
"x-voyant-surface": "storefront"
|
|
16758
17090
|
}
|
|
16759
17091
|
},
|
|
16760
17092
|
"/v1/public/products/{productId}/offers": {
|
|
@@ -16914,7 +17246,14 @@
|
|
|
16914
17246
|
}
|
|
16915
17247
|
}
|
|
16916
17248
|
}
|
|
16917
|
-
}
|
|
17249
|
+
},
|
|
17250
|
+
"operationId": "getPublicProductsByProductIdOffers",
|
|
17251
|
+
"summary": "GET /v1/public/products/{productId}/offers",
|
|
17252
|
+
"tags": [
|
|
17253
|
+
"storefront"
|
|
17254
|
+
],
|
|
17255
|
+
"x-voyant-module": "storefront",
|
|
17256
|
+
"x-voyant-surface": "storefront"
|
|
16918
17257
|
}
|
|
16919
17258
|
},
|
|
16920
17259
|
"/v1/public/offers/{slug}": {
|
|
@@ -17089,7 +17428,14 @@
|
|
|
17089
17428
|
}
|
|
17090
17429
|
}
|
|
17091
17430
|
}
|
|
17092
|
-
}
|
|
17431
|
+
},
|
|
17432
|
+
"operationId": "getPublicOffersBySlug",
|
|
17433
|
+
"summary": "GET /v1/public/offers/{slug}",
|
|
17434
|
+
"tags": [
|
|
17435
|
+
"storefront"
|
|
17436
|
+
],
|
|
17437
|
+
"x-voyant-module": "storefront",
|
|
17438
|
+
"x-voyant-surface": "storefront"
|
|
17093
17439
|
}
|
|
17094
17440
|
},
|
|
17095
17441
|
"/v1/public/offers/{slug}/apply": {
|
|
@@ -17536,7 +17882,14 @@
|
|
|
17536
17882
|
}
|
|
17537
17883
|
}
|
|
17538
17884
|
}
|
|
17539
|
-
}
|
|
17885
|
+
},
|
|
17886
|
+
"operationId": "postPublicOffersBySlugApply",
|
|
17887
|
+
"summary": "POST /v1/public/offers/{slug}/apply",
|
|
17888
|
+
"tags": [
|
|
17889
|
+
"storefront"
|
|
17890
|
+
],
|
|
17891
|
+
"x-voyant-module": "storefront",
|
|
17892
|
+
"x-voyant-surface": "storefront"
|
|
17540
17893
|
}
|
|
17541
17894
|
},
|
|
17542
17895
|
"/v1/public/offers/redeem": {
|
|
@@ -17979,7 +18332,14 @@
|
|
|
17979
18332
|
}
|
|
17980
18333
|
}
|
|
17981
18334
|
}
|
|
17982
|
-
}
|
|
18335
|
+
},
|
|
18336
|
+
"operationId": "postPublicOffersRedeem",
|
|
18337
|
+
"summary": "POST /v1/public/offers/redeem",
|
|
18338
|
+
"tags": [
|
|
18339
|
+
"storefront"
|
|
18340
|
+
],
|
|
18341
|
+
"x-voyant-module": "storefront",
|
|
18342
|
+
"x-voyant-surface": "storefront"
|
|
17983
18343
|
}
|
|
17984
18344
|
},
|
|
17985
18345
|
"/v1/public/leads": {
|
|
@@ -18270,7 +18630,14 @@
|
|
|
18270
18630
|
}
|
|
18271
18631
|
}
|
|
18272
18632
|
}
|
|
18273
|
-
}
|
|
18633
|
+
},
|
|
18634
|
+
"operationId": "postPublicLeads",
|
|
18635
|
+
"summary": "POST /v1/public/leads",
|
|
18636
|
+
"tags": [
|
|
18637
|
+
"storefront"
|
|
18638
|
+
],
|
|
18639
|
+
"x-voyant-module": "storefront",
|
|
18640
|
+
"x-voyant-surface": "storefront"
|
|
18274
18641
|
}
|
|
18275
18642
|
},
|
|
18276
18643
|
"/v1/public/newsletter/subscribe": {
|
|
@@ -18526,7 +18893,14 @@
|
|
|
18526
18893
|
}
|
|
18527
18894
|
}
|
|
18528
18895
|
}
|
|
18529
|
-
}
|
|
18896
|
+
},
|
|
18897
|
+
"operationId": "postPublicNewsletterSubscribe",
|
|
18898
|
+
"summary": "POST /v1/public/newsletter/subscribe",
|
|
18899
|
+
"tags": [
|
|
18900
|
+
"storefront"
|
|
18901
|
+
],
|
|
18902
|
+
"x-voyant-module": "storefront",
|
|
18903
|
+
"x-voyant-surface": "storefront"
|
|
18530
18904
|
}
|
|
18531
18905
|
},
|
|
18532
18906
|
"/v1/public/settings": {
|
|
@@ -19149,7 +19523,14 @@
|
|
|
19149
19523
|
}
|
|
19150
19524
|
}
|
|
19151
19525
|
}
|
|
19152
|
-
}
|
|
19526
|
+
},
|
|
19527
|
+
"operationId": "getPublicSettings",
|
|
19528
|
+
"summary": "GET /v1/public/settings",
|
|
19529
|
+
"tags": [
|
|
19530
|
+
"storefront"
|
|
19531
|
+
],
|
|
19532
|
+
"x-voyant-module": "storefront",
|
|
19533
|
+
"x-voyant-surface": "storefront"
|
|
19153
19534
|
}
|
|
19154
19535
|
},
|
|
19155
19536
|
"/v1/public/departures/{departureId}": {
|
|
@@ -19534,7 +19915,14 @@
|
|
|
19534
19915
|
}
|
|
19535
19916
|
}
|
|
19536
19917
|
}
|
|
19537
|
-
}
|
|
19918
|
+
},
|
|
19919
|
+
"operationId": "getPublicDeparturesByDepartureId",
|
|
19920
|
+
"summary": "GET /v1/public/departures/{departureId}",
|
|
19921
|
+
"tags": [
|
|
19922
|
+
"storefront"
|
|
19923
|
+
],
|
|
19924
|
+
"x-voyant-module": "storefront",
|
|
19925
|
+
"x-voyant-surface": "storefront"
|
|
19538
19926
|
}
|
|
19539
19927
|
},
|
|
19540
19928
|
"/v1/public/products/{productId}/departures": {
|
|
@@ -19974,7 +20362,14 @@
|
|
|
19974
20362
|
}
|
|
19975
20363
|
}
|
|
19976
20364
|
}
|
|
19977
|
-
}
|
|
20365
|
+
},
|
|
20366
|
+
"operationId": "getPublicProductsByProductIdDepartures",
|
|
20367
|
+
"summary": "GET /v1/public/products/{productId}/departures",
|
|
20368
|
+
"tags": [
|
|
20369
|
+
"storefront"
|
|
20370
|
+
],
|
|
20371
|
+
"x-voyant-module": "storefront",
|
|
20372
|
+
"x-voyant-surface": "storefront"
|
|
19978
20373
|
}
|
|
19979
20374
|
},
|
|
19980
20375
|
"/v1/public/products/{productId}/availability": {
|
|
@@ -20252,7 +20647,14 @@
|
|
|
20252
20647
|
}
|
|
20253
20648
|
}
|
|
20254
20649
|
}
|
|
20255
|
-
}
|
|
20650
|
+
},
|
|
20651
|
+
"operationId": "getPublicProductsByProductIdAvailability",
|
|
20652
|
+
"summary": "GET /v1/public/products/{productId}/availability",
|
|
20653
|
+
"tags": [
|
|
20654
|
+
"storefront"
|
|
20655
|
+
],
|
|
20656
|
+
"x-voyant-module": "storefront",
|
|
20657
|
+
"x-voyant-surface": "storefront"
|
|
20256
20658
|
}
|
|
20257
20659
|
},
|
|
20258
20660
|
"/v1/public/products/{productId}/departures/{departureId}/itinerary": {
|
|
@@ -20392,7 +20794,14 @@
|
|
|
20392
20794
|
}
|
|
20393
20795
|
}
|
|
20394
20796
|
}
|
|
20395
|
-
}
|
|
20797
|
+
},
|
|
20798
|
+
"operationId": "getPublicProductsByProductIdDeparturesByDepartureIdItinerary",
|
|
20799
|
+
"summary": "GET /v1/public/products/{productId}/departures/{departureId}/itinerary",
|
|
20800
|
+
"tags": [
|
|
20801
|
+
"storefront"
|
|
20802
|
+
],
|
|
20803
|
+
"x-voyant-module": "storefront",
|
|
20804
|
+
"x-voyant-surface": "storefront"
|
|
20396
20805
|
}
|
|
20397
20806
|
},
|
|
20398
20807
|
"/v1/public/products/{productId}/extensions": {
|
|
@@ -20668,7 +21077,14 @@
|
|
|
20668
21077
|
}
|
|
20669
21078
|
}
|
|
20670
21079
|
}
|
|
20671
|
-
}
|
|
21080
|
+
},
|
|
21081
|
+
"operationId": "getPublicProductsByProductIdExtensions",
|
|
21082
|
+
"summary": "GET /v1/public/products/{productId}/extensions",
|
|
21083
|
+
"tags": [
|
|
21084
|
+
"storefront"
|
|
21085
|
+
],
|
|
21086
|
+
"x-voyant-module": "storefront",
|
|
21087
|
+
"x-voyant-surface": "storefront"
|
|
20672
21088
|
}
|
|
20673
21089
|
},
|
|
20674
21090
|
"/v1/public/customer-portal/me": {
|
|
@@ -21062,7 +21478,14 @@
|
|
|
21062
21478
|
}
|
|
21063
21479
|
}
|
|
21064
21480
|
}
|
|
21065
|
-
}
|
|
21481
|
+
},
|
|
21482
|
+
"operationId": "getPublicCustomerPortalMe",
|
|
21483
|
+
"summary": "GET /v1/public/customer-portal/me",
|
|
21484
|
+
"tags": [
|
|
21485
|
+
"customer-portal"
|
|
21486
|
+
],
|
|
21487
|
+
"x-voyant-module": "customer-portal",
|
|
21488
|
+
"x-voyant-surface": "storefront"
|
|
21066
21489
|
},
|
|
21067
21490
|
"patch": {
|
|
21068
21491
|
"requestBody": {
|
|
@@ -21733,7 +22156,14 @@
|
|
|
21733
22156
|
}
|
|
21734
22157
|
}
|
|
21735
22158
|
}
|
|
21736
|
-
}
|
|
22159
|
+
},
|
|
22160
|
+
"operationId": "patchPublicCustomerPortalMe",
|
|
22161
|
+
"summary": "PATCH /v1/public/customer-portal/me",
|
|
22162
|
+
"tags": [
|
|
22163
|
+
"customer-portal"
|
|
22164
|
+
],
|
|
22165
|
+
"x-voyant-module": "customer-portal",
|
|
22166
|
+
"x-voyant-surface": "storefront"
|
|
21737
22167
|
}
|
|
21738
22168
|
},
|
|
21739
22169
|
"/v1/public/customer-portal/me/documents": {
|
|
@@ -21840,7 +22270,14 @@
|
|
|
21840
22270
|
}
|
|
21841
22271
|
}
|
|
21842
22272
|
}
|
|
21843
|
-
}
|
|
22273
|
+
},
|
|
22274
|
+
"operationId": "getPublicCustomerPortalMeDocuments",
|
|
22275
|
+
"summary": "GET /v1/public/customer-portal/me/documents",
|
|
22276
|
+
"tags": [
|
|
22277
|
+
"customer-portal"
|
|
22278
|
+
],
|
|
22279
|
+
"x-voyant-module": "customer-portal",
|
|
22280
|
+
"x-voyant-surface": "storefront"
|
|
21844
22281
|
},
|
|
21845
22282
|
"post": {
|
|
21846
22283
|
"requestBody": {
|
|
@@ -22038,7 +22475,14 @@
|
|
|
22038
22475
|
}
|
|
22039
22476
|
}
|
|
22040
22477
|
}
|
|
22041
|
-
}
|
|
22478
|
+
},
|
|
22479
|
+
"operationId": "postPublicCustomerPortalMeDocuments",
|
|
22480
|
+
"summary": "POST /v1/public/customer-portal/me/documents",
|
|
22481
|
+
"tags": [
|
|
22482
|
+
"customer-portal"
|
|
22483
|
+
],
|
|
22484
|
+
"x-voyant-module": "customer-portal",
|
|
22485
|
+
"x-voyant-surface": "storefront"
|
|
22042
22486
|
}
|
|
22043
22487
|
},
|
|
22044
22488
|
"/v1/public/customer-portal/me/documents/{id}/set-primary": {
|
|
@@ -22170,7 +22614,14 @@
|
|
|
22170
22614
|
}
|
|
22171
22615
|
}
|
|
22172
22616
|
}
|
|
22173
|
-
}
|
|
22617
|
+
},
|
|
22618
|
+
"operationId": "postPublicCustomerPortalMeDocumentsByIdSetPrimary",
|
|
22619
|
+
"summary": "POST /v1/public/customer-portal/me/documents/{id}/set-primary",
|
|
22620
|
+
"tags": [
|
|
22621
|
+
"customer-portal"
|
|
22622
|
+
],
|
|
22623
|
+
"x-voyant-module": "customer-portal",
|
|
22624
|
+
"x-voyant-surface": "storefront"
|
|
22174
22625
|
}
|
|
22175
22626
|
},
|
|
22176
22627
|
"/v1/public/customer-portal/me/documents/{id}": {
|
|
@@ -22377,7 +22828,14 @@
|
|
|
22377
22828
|
}
|
|
22378
22829
|
}
|
|
22379
22830
|
}
|
|
22380
|
-
}
|
|
22831
|
+
},
|
|
22832
|
+
"operationId": "patchPublicCustomerPortalMeDocumentsById",
|
|
22833
|
+
"summary": "PATCH /v1/public/customer-portal/me/documents/{id}",
|
|
22834
|
+
"tags": [
|
|
22835
|
+
"customer-portal"
|
|
22836
|
+
],
|
|
22837
|
+
"x-voyant-module": "customer-portal",
|
|
22838
|
+
"x-voyant-surface": "storefront"
|
|
22381
22839
|
},
|
|
22382
22840
|
"delete": {
|
|
22383
22841
|
"parameters": [
|
|
@@ -22430,7 +22888,14 @@
|
|
|
22430
22888
|
}
|
|
22431
22889
|
}
|
|
22432
22890
|
}
|
|
22433
|
-
}
|
|
22891
|
+
},
|
|
22892
|
+
"operationId": "deletePublicCustomerPortalMeDocumentsById",
|
|
22893
|
+
"summary": "DELETE /v1/public/customer-portal/me/documents/{id}",
|
|
22894
|
+
"tags": [
|
|
22895
|
+
"customer-portal"
|
|
22896
|
+
],
|
|
22897
|
+
"x-voyant-module": "customer-portal",
|
|
22898
|
+
"x-voyant-surface": "storefront"
|
|
22434
22899
|
}
|
|
22435
22900
|
},
|
|
22436
22901
|
"/v1/public/customer-portal/bootstrap": {
|
|
@@ -23709,7 +24174,14 @@
|
|
|
23709
24174
|
}
|
|
23710
24175
|
}
|
|
23711
24176
|
}
|
|
23712
|
-
}
|
|
24177
|
+
},
|
|
24178
|
+
"operationId": "postPublicCustomerPortalBootstrap",
|
|
24179
|
+
"summary": "POST /v1/public/customer-portal/bootstrap",
|
|
24180
|
+
"tags": [
|
|
24181
|
+
"customer-portal"
|
|
24182
|
+
],
|
|
24183
|
+
"x-voyant-module": "customer-portal",
|
|
24184
|
+
"x-voyant-surface": "storefront"
|
|
23713
24185
|
}
|
|
23714
24186
|
},
|
|
23715
24187
|
"/v1/public/customer-portal/companions": {
|
|
@@ -23956,7 +24428,14 @@
|
|
|
23956
24428
|
}
|
|
23957
24429
|
}
|
|
23958
24430
|
}
|
|
23959
|
-
}
|
|
24431
|
+
},
|
|
24432
|
+
"operationId": "getPublicCustomerPortalCompanions",
|
|
24433
|
+
"summary": "GET /v1/public/customer-portal/companions",
|
|
24434
|
+
"tags": [
|
|
24435
|
+
"customer-portal"
|
|
24436
|
+
],
|
|
24437
|
+
"x-voyant-module": "customer-portal",
|
|
24438
|
+
"x-voyant-surface": "storefront"
|
|
23960
24439
|
},
|
|
23961
24440
|
"post": {
|
|
23962
24441
|
"requestBody": {
|
|
@@ -24446,7 +24925,14 @@
|
|
|
24446
24925
|
}
|
|
24447
24926
|
}
|
|
24448
24927
|
}
|
|
24449
|
-
}
|
|
24928
|
+
},
|
|
24929
|
+
"operationId": "postPublicCustomerPortalCompanions",
|
|
24930
|
+
"summary": "POST /v1/public/customer-portal/companions",
|
|
24931
|
+
"tags": [
|
|
24932
|
+
"customer-portal"
|
|
24933
|
+
],
|
|
24934
|
+
"x-voyant-module": "customer-portal",
|
|
24935
|
+
"x-voyant-surface": "storefront"
|
|
24450
24936
|
}
|
|
24451
24937
|
},
|
|
24452
24938
|
"/v1/public/customer-portal/companions/import-booking-travelers": {
|
|
@@ -24743,7 +25229,14 @@
|
|
|
24743
25229
|
}
|
|
24744
25230
|
}
|
|
24745
25231
|
}
|
|
24746
|
-
}
|
|
25232
|
+
},
|
|
25233
|
+
"operationId": "postPublicCustomerPortalCompanionsImportBookingTravelers",
|
|
25234
|
+
"summary": "POST /v1/public/customer-portal/companions/import-booking-travelers",
|
|
25235
|
+
"tags": [
|
|
25236
|
+
"customer-portal"
|
|
25237
|
+
],
|
|
25238
|
+
"x-voyant-module": "customer-portal",
|
|
25239
|
+
"x-voyant-surface": "storefront"
|
|
24747
25240
|
}
|
|
24748
25241
|
},
|
|
24749
25242
|
"/v1/public/customer-portal/companions/{companionId}": {
|
|
@@ -25260,7 +25753,14 @@
|
|
|
25260
25753
|
}
|
|
25261
25754
|
}
|
|
25262
25755
|
}
|
|
25263
|
-
}
|
|
25756
|
+
},
|
|
25757
|
+
"operationId": "patchPublicCustomerPortalCompanionsByCompanionId",
|
|
25758
|
+
"summary": "PATCH /v1/public/customer-portal/companions/{companionId}",
|
|
25759
|
+
"tags": [
|
|
25760
|
+
"customer-portal"
|
|
25761
|
+
],
|
|
25762
|
+
"x-voyant-module": "customer-portal",
|
|
25763
|
+
"x-voyant-surface": "storefront"
|
|
25264
25764
|
},
|
|
25265
25765
|
"delete": {
|
|
25266
25766
|
"parameters": [
|
|
@@ -25331,7 +25831,14 @@
|
|
|
25331
25831
|
}
|
|
25332
25832
|
}
|
|
25333
25833
|
}
|
|
25334
|
-
}
|
|
25834
|
+
},
|
|
25835
|
+
"operationId": "deletePublicCustomerPortalCompanionsByCompanionId",
|
|
25836
|
+
"summary": "DELETE /v1/public/customer-portal/companions/{companionId}",
|
|
25837
|
+
"tags": [
|
|
25838
|
+
"customer-portal"
|
|
25839
|
+
],
|
|
25840
|
+
"x-voyant-module": "customer-portal",
|
|
25841
|
+
"x-voyant-surface": "storefront"
|
|
25335
25842
|
}
|
|
25336
25843
|
},
|
|
25337
25844
|
"/v1/public/customer-portal/bookings": {
|
|
@@ -25476,7 +25983,14 @@
|
|
|
25476
25983
|
}
|
|
25477
25984
|
}
|
|
25478
25985
|
}
|
|
25479
|
-
}
|
|
25986
|
+
},
|
|
25987
|
+
"operationId": "getPublicCustomerPortalBookings",
|
|
25988
|
+
"summary": "GET /v1/public/customer-portal/bookings",
|
|
25989
|
+
"tags": [
|
|
25990
|
+
"customer-portal"
|
|
25991
|
+
],
|
|
25992
|
+
"x-voyant-module": "customer-portal",
|
|
25993
|
+
"x-voyant-surface": "storefront"
|
|
25480
25994
|
}
|
|
25481
25995
|
},
|
|
25482
25996
|
"/v1/public/customer-portal/bookings/{bookingId}": {
|
|
@@ -26195,7 +26709,14 @@
|
|
|
26195
26709
|
}
|
|
26196
26710
|
}
|
|
26197
26711
|
}
|
|
26198
|
-
}
|
|
26712
|
+
},
|
|
26713
|
+
"operationId": "getPublicCustomerPortalBookingsByBookingId",
|
|
26714
|
+
"summary": "GET /v1/public/customer-portal/bookings/{bookingId}",
|
|
26715
|
+
"tags": [
|
|
26716
|
+
"customer-portal"
|
|
26717
|
+
],
|
|
26718
|
+
"x-voyant-module": "customer-portal",
|
|
26719
|
+
"x-voyant-surface": "storefront"
|
|
26199
26720
|
}
|
|
26200
26721
|
},
|
|
26201
26722
|
"/v1/public/customer-portal/bookings/{bookingId}/documents": {
|
|
@@ -26311,7 +26832,14 @@
|
|
|
26311
26832
|
}
|
|
26312
26833
|
}
|
|
26313
26834
|
}
|
|
26314
|
-
}
|
|
26835
|
+
},
|
|
26836
|
+
"operationId": "getPublicCustomerPortalBookingsByBookingIdDocuments",
|
|
26837
|
+
"summary": "GET /v1/public/customer-portal/bookings/{bookingId}/documents",
|
|
26838
|
+
"tags": [
|
|
26839
|
+
"customer-portal"
|
|
26840
|
+
],
|
|
26841
|
+
"x-voyant-module": "customer-portal",
|
|
26842
|
+
"x-voyant-surface": "storefront"
|
|
26315
26843
|
}
|
|
26316
26844
|
},
|
|
26317
26845
|
"/v1/public/customer-portal/bookings/{bookingId}/billing-contact": {
|
|
@@ -26437,7 +26965,14 @@
|
|
|
26437
26965
|
}
|
|
26438
26966
|
}
|
|
26439
26967
|
}
|
|
26440
|
-
}
|
|
26968
|
+
},
|
|
26969
|
+
"operationId": "getPublicCustomerPortalBookingsByBookingIdBillingContact",
|
|
26970
|
+
"summary": "GET /v1/public/customer-portal/bookings/{bookingId}/billing-contact",
|
|
26971
|
+
"tags": [
|
|
26972
|
+
"customer-portal"
|
|
26973
|
+
],
|
|
26974
|
+
"x-voyant-module": "customer-portal",
|
|
26975
|
+
"x-voyant-surface": "storefront"
|
|
26441
26976
|
}
|
|
26442
26977
|
},
|
|
26443
26978
|
"/v1/public/customer-portal/contact-exists": {
|
|
@@ -26493,7 +27028,14 @@
|
|
|
26493
27028
|
}
|
|
26494
27029
|
}
|
|
26495
27030
|
}
|
|
26496
|
-
}
|
|
27031
|
+
},
|
|
27032
|
+
"operationId": "getPublicCustomerPortalContactExists",
|
|
27033
|
+
"summary": "GET /v1/public/customer-portal/contact-exists",
|
|
27034
|
+
"tags": [
|
|
27035
|
+
"customer-portal"
|
|
27036
|
+
],
|
|
27037
|
+
"x-voyant-module": "customer-portal",
|
|
27038
|
+
"x-voyant-surface": "storefront"
|
|
26497
27039
|
}
|
|
26498
27040
|
},
|
|
26499
27041
|
"/v1/public/customer-portal/contact-exists/phone": {
|
|
@@ -26553,7 +27095,14 @@
|
|
|
26553
27095
|
}
|
|
26554
27096
|
}
|
|
26555
27097
|
}
|
|
26556
|
-
}
|
|
27098
|
+
},
|
|
27099
|
+
"operationId": "getPublicCustomerPortalContactExistsPhone",
|
|
27100
|
+
"summary": "GET /v1/public/customer-portal/contact-exists/phone",
|
|
27101
|
+
"tags": [
|
|
27102
|
+
"customer-portal"
|
|
27103
|
+
],
|
|
27104
|
+
"x-voyant-module": "customer-portal",
|
|
27105
|
+
"x-voyant-surface": "storefront"
|
|
26557
27106
|
}
|
|
26558
27107
|
},
|
|
26559
27108
|
"/v1/public/storefront-verification/email/start": {
|
|
@@ -26738,7 +27287,14 @@
|
|
|
26738
27287
|
}
|
|
26739
27288
|
}
|
|
26740
27289
|
}
|
|
26741
|
-
}
|
|
27290
|
+
},
|
|
27291
|
+
"operationId": "postPublicStorefrontVerificationEmailStart",
|
|
27292
|
+
"summary": "POST /v1/public/storefront-verification/email/start",
|
|
27293
|
+
"tags": [
|
|
27294
|
+
"storefront-verification"
|
|
27295
|
+
],
|
|
27296
|
+
"x-voyant-module": "storefront-verification",
|
|
27297
|
+
"x-voyant-surface": "storefront"
|
|
26742
27298
|
}
|
|
26743
27299
|
},
|
|
26744
27300
|
"/v1/public/storefront-verification/sms/start": {
|
|
@@ -26924,7 +27480,14 @@
|
|
|
26924
27480
|
}
|
|
26925
27481
|
}
|
|
26926
27482
|
}
|
|
26927
|
-
}
|
|
27483
|
+
},
|
|
27484
|
+
"operationId": "postPublicStorefrontVerificationSmsStart",
|
|
27485
|
+
"summary": "POST /v1/public/storefront-verification/sms/start",
|
|
27486
|
+
"tags": [
|
|
27487
|
+
"storefront-verification"
|
|
27488
|
+
],
|
|
27489
|
+
"x-voyant-module": "storefront-verification",
|
|
27490
|
+
"x-voyant-surface": "storefront"
|
|
26928
27491
|
}
|
|
26929
27492
|
},
|
|
26930
27493
|
"/v1/public/storefront-verification/email/confirm": {
|
|
@@ -27116,7 +27679,14 @@
|
|
|
27116
27679
|
}
|
|
27117
27680
|
}
|
|
27118
27681
|
}
|
|
27119
|
-
}
|
|
27682
|
+
},
|
|
27683
|
+
"operationId": "postPublicStorefrontVerificationEmailConfirm",
|
|
27684
|
+
"summary": "POST /v1/public/storefront-verification/email/confirm",
|
|
27685
|
+
"tags": [
|
|
27686
|
+
"storefront-verification"
|
|
27687
|
+
],
|
|
27688
|
+
"x-voyant-module": "storefront-verification",
|
|
27689
|
+
"x-voyant-surface": "storefront"
|
|
27120
27690
|
}
|
|
27121
27691
|
},
|
|
27122
27692
|
"/v1/public/storefront-verification/sms/confirm": {
|
|
@@ -27309,7 +27879,14 @@
|
|
|
27309
27879
|
}
|
|
27310
27880
|
}
|
|
27311
27881
|
}
|
|
27312
|
-
}
|
|
27882
|
+
},
|
|
27883
|
+
"operationId": "postPublicStorefrontVerificationSmsConfirm",
|
|
27884
|
+
"summary": "POST /v1/public/storefront-verification/sms/confirm",
|
|
27885
|
+
"tags": [
|
|
27886
|
+
"storefront-verification"
|
|
27887
|
+
],
|
|
27888
|
+
"x-voyant-module": "storefront-verification",
|
|
27889
|
+
"x-voyant-surface": "storefront"
|
|
27313
27890
|
}
|
|
27314
27891
|
},
|
|
27315
27892
|
"/v1/public/trips/health": {
|
|
@@ -27351,7 +27928,14 @@
|
|
|
27351
27928
|
}
|
|
27352
27929
|
}
|
|
27353
27930
|
}
|
|
27354
|
-
}
|
|
27931
|
+
},
|
|
27932
|
+
"operationId": "getPublicTripsHealth",
|
|
27933
|
+
"summary": "GET /v1/public/trips/health",
|
|
27934
|
+
"tags": [
|
|
27935
|
+
"trips"
|
|
27936
|
+
],
|
|
27937
|
+
"x-voyant-module": "trips",
|
|
27938
|
+
"x-voyant-surface": "storefront"
|
|
27355
27939
|
}
|
|
27356
27940
|
},
|
|
27357
27941
|
"/v1/public/trips": {
|
|
@@ -27958,7 +28542,14 @@
|
|
|
27958
28542
|
}
|
|
27959
28543
|
}
|
|
27960
28544
|
}
|
|
27961
|
-
}
|
|
28545
|
+
},
|
|
28546
|
+
"operationId": "getPublicTrips",
|
|
28547
|
+
"summary": "GET /v1/public/trips",
|
|
28548
|
+
"tags": [
|
|
28549
|
+
"trips"
|
|
28550
|
+
],
|
|
28551
|
+
"x-voyant-module": "trips",
|
|
28552
|
+
"x-voyant-surface": "storefront"
|
|
27962
28553
|
},
|
|
27963
28554
|
"post": {
|
|
27964
28555
|
"requestBody": {
|
|
@@ -28472,7 +29063,14 @@
|
|
|
28472
29063
|
}
|
|
28473
29064
|
}
|
|
28474
29065
|
}
|
|
28475
|
-
}
|
|
29066
|
+
},
|
|
29067
|
+
"operationId": "postPublicTrips",
|
|
29068
|
+
"summary": "POST /v1/public/trips",
|
|
29069
|
+
"tags": [
|
|
29070
|
+
"trips"
|
|
29071
|
+
],
|
|
29072
|
+
"x-voyant-module": "trips",
|
|
29073
|
+
"x-voyant-surface": "storefront"
|
|
28476
29074
|
}
|
|
28477
29075
|
},
|
|
28478
29076
|
"/v1/public/trips/{envelopeId}": {
|
|
@@ -28926,7 +29524,14 @@
|
|
|
28926
29524
|
}
|
|
28927
29525
|
}
|
|
28928
29526
|
}
|
|
28929
|
-
}
|
|
29527
|
+
},
|
|
29528
|
+
"operationId": "getPublicTripsByEnvelopeId",
|
|
29529
|
+
"summary": "GET /v1/public/trips/{envelopeId}",
|
|
29530
|
+
"tags": [
|
|
29531
|
+
"trips"
|
|
29532
|
+
],
|
|
29533
|
+
"x-voyant-module": "trips",
|
|
29534
|
+
"x-voyant-surface": "storefront"
|
|
28930
29535
|
},
|
|
28931
29536
|
"patch": {
|
|
28932
29537
|
"parameters": [
|
|
@@ -29248,7 +29853,14 @@
|
|
|
29248
29853
|
}
|
|
29249
29854
|
}
|
|
29250
29855
|
}
|
|
29251
|
-
}
|
|
29856
|
+
},
|
|
29857
|
+
"operationId": "patchPublicTripsByEnvelopeId",
|
|
29858
|
+
"summary": "PATCH /v1/public/trips/{envelopeId}",
|
|
29859
|
+
"tags": [
|
|
29860
|
+
"trips"
|
|
29861
|
+
],
|
|
29862
|
+
"x-voyant-module": "trips",
|
|
29863
|
+
"x-voyant-surface": "storefront"
|
|
29252
29864
|
}
|
|
29253
29865
|
},
|
|
29254
29866
|
"/v1/public/trips/{envelopeId}/reshop": {
|
|
@@ -29614,7 +30226,14 @@
|
|
|
29614
30226
|
}
|
|
29615
30227
|
}
|
|
29616
30228
|
}
|
|
29617
|
-
}
|
|
30229
|
+
},
|
|
30230
|
+
"operationId": "postPublicTripsByEnvelopeIdReshop",
|
|
30231
|
+
"summary": "POST /v1/public/trips/{envelopeId}/reshop",
|
|
30232
|
+
"tags": [
|
|
30233
|
+
"trips"
|
|
30234
|
+
],
|
|
30235
|
+
"x-voyant-module": "trips",
|
|
30236
|
+
"x-voyant-surface": "storefront"
|
|
29618
30237
|
}
|
|
29619
30238
|
},
|
|
29620
30239
|
"/v1/public/trips/{envelopeId}/snapshots": {
|
|
@@ -29752,7 +30371,14 @@
|
|
|
29752
30371
|
}
|
|
29753
30372
|
}
|
|
29754
30373
|
}
|
|
29755
|
-
}
|
|
30374
|
+
},
|
|
30375
|
+
"operationId": "getPublicTripsByEnvelopeIdSnapshots",
|
|
30376
|
+
"summary": "GET /v1/public/trips/{envelopeId}/snapshots",
|
|
30377
|
+
"tags": [
|
|
30378
|
+
"trips"
|
|
30379
|
+
],
|
|
30380
|
+
"x-voyant-module": "trips",
|
|
30381
|
+
"x-voyant-surface": "storefront"
|
|
29756
30382
|
},
|
|
29757
30383
|
"post": {
|
|
29758
30384
|
"parameters": [
|
|
@@ -29961,7 +30587,14 @@
|
|
|
29961
30587
|
}
|
|
29962
30588
|
}
|
|
29963
30589
|
}
|
|
29964
|
-
}
|
|
30590
|
+
},
|
|
30591
|
+
"operationId": "postPublicTripsByEnvelopeIdSnapshots",
|
|
30592
|
+
"summary": "POST /v1/public/trips/{envelopeId}/snapshots",
|
|
30593
|
+
"tags": [
|
|
30594
|
+
"trips"
|
|
30595
|
+
],
|
|
30596
|
+
"x-voyant-module": "trips",
|
|
30597
|
+
"x-voyant-surface": "storefront"
|
|
29965
30598
|
}
|
|
29966
30599
|
},
|
|
29967
30600
|
"/v1/public/trips/snapshots/{snapshotId}": {
|
|
@@ -30115,7 +30748,14 @@
|
|
|
30115
30748
|
}
|
|
30116
30749
|
}
|
|
30117
30750
|
}
|
|
30118
|
-
}
|
|
30751
|
+
},
|
|
30752
|
+
"operationId": "getPublicTripsSnapshotsBySnapshotId",
|
|
30753
|
+
"summary": "GET /v1/public/trips/snapshots/{snapshotId}",
|
|
30754
|
+
"tags": [
|
|
30755
|
+
"trips"
|
|
30756
|
+
],
|
|
30757
|
+
"x-voyant-module": "trips",
|
|
30758
|
+
"x-voyant-surface": "storefront"
|
|
30119
30759
|
}
|
|
30120
30760
|
},
|
|
30121
30761
|
"/v1/public/trips/{envelopeId}/components": {
|
|
@@ -30536,7 +31176,14 @@
|
|
|
30536
31176
|
}
|
|
30537
31177
|
}
|
|
30538
31178
|
}
|
|
30539
|
-
}
|
|
31179
|
+
},
|
|
31180
|
+
"operationId": "postPublicTripsByEnvelopeIdComponents",
|
|
31181
|
+
"summary": "POST /v1/public/trips/{envelopeId}/components",
|
|
31182
|
+
"tags": [
|
|
31183
|
+
"trips"
|
|
31184
|
+
],
|
|
31185
|
+
"x-voyant-module": "trips",
|
|
31186
|
+
"x-voyant-surface": "storefront"
|
|
30540
31187
|
}
|
|
30541
31188
|
},
|
|
30542
31189
|
"/v1/public/trips/{envelopeId}/components/reorder": {
|
|
@@ -30898,7 +31545,14 @@
|
|
|
30898
31545
|
}
|
|
30899
31546
|
}
|
|
30900
31547
|
}
|
|
30901
|
-
}
|
|
31548
|
+
},
|
|
31549
|
+
"operationId": "postPublicTripsByEnvelopeIdComponentsReorder",
|
|
31550
|
+
"summary": "POST /v1/public/trips/{envelopeId}/components/reorder",
|
|
31551
|
+
"tags": [
|
|
31552
|
+
"trips"
|
|
31553
|
+
],
|
|
31554
|
+
"x-voyant-module": "trips",
|
|
31555
|
+
"x-voyant-surface": "storefront"
|
|
30902
31556
|
}
|
|
30903
31557
|
},
|
|
30904
31558
|
"/v1/public/trips/components/{componentId}": {
|
|
@@ -31314,7 +31968,14 @@
|
|
|
31314
31968
|
}
|
|
31315
31969
|
}
|
|
31316
31970
|
}
|
|
31317
|
-
}
|
|
31971
|
+
},
|
|
31972
|
+
"operationId": "patchPublicTripsComponentsByComponentId",
|
|
31973
|
+
"summary": "PATCH /v1/public/trips/components/{componentId}",
|
|
31974
|
+
"tags": [
|
|
31975
|
+
"trips"
|
|
31976
|
+
],
|
|
31977
|
+
"x-voyant-module": "trips",
|
|
31978
|
+
"x-voyant-surface": "storefront"
|
|
31318
31979
|
},
|
|
31319
31980
|
"delete": {
|
|
31320
31981
|
"parameters": [
|
|
@@ -31648,7 +32309,14 @@
|
|
|
31648
32309
|
}
|
|
31649
32310
|
}
|
|
31650
32311
|
}
|
|
31651
|
-
}
|
|
32312
|
+
},
|
|
32313
|
+
"operationId": "deletePublicTripsComponentsByComponentId",
|
|
32314
|
+
"summary": "DELETE /v1/public/trips/components/{componentId}",
|
|
32315
|
+
"tags": [
|
|
32316
|
+
"trips"
|
|
32317
|
+
],
|
|
32318
|
+
"x-voyant-module": "trips",
|
|
32319
|
+
"x-voyant-surface": "storefront"
|
|
31652
32320
|
}
|
|
31653
32321
|
},
|
|
31654
32322
|
"/v1/public/trips/components/{componentId}/refs": {
|
|
@@ -32033,7 +32701,14 @@
|
|
|
32033
32701
|
}
|
|
32034
32702
|
}
|
|
32035
32703
|
}
|
|
32036
|
-
}
|
|
32704
|
+
},
|
|
32705
|
+
"operationId": "postPublicTripsComponentsByComponentIdRefs",
|
|
32706
|
+
"summary": "POST /v1/public/trips/components/{componentId}/refs",
|
|
32707
|
+
"tags": [
|
|
32708
|
+
"trips"
|
|
32709
|
+
],
|
|
32710
|
+
"x-voyant-module": "trips",
|
|
32711
|
+
"x-voyant-surface": "storefront"
|
|
32037
32712
|
}
|
|
32038
32713
|
},
|
|
32039
32714
|
"/v1/public/trips/{envelopeId}/requirements": {
|
|
@@ -32277,7 +32952,14 @@
|
|
|
32277
32952
|
}
|
|
32278
32953
|
}
|
|
32279
32954
|
}
|
|
32280
|
-
}
|
|
32955
|
+
},
|
|
32956
|
+
"operationId": "postPublicTripsByEnvelopeIdRequirements",
|
|
32957
|
+
"summary": "POST /v1/public/trips/{envelopeId}/requirements",
|
|
32958
|
+
"tags": [
|
|
32959
|
+
"trips"
|
|
32960
|
+
],
|
|
32961
|
+
"x-voyant-module": "trips",
|
|
32962
|
+
"x-voyant-surface": "storefront"
|
|
32281
32963
|
},
|
|
32282
32964
|
"get": {
|
|
32283
32965
|
"parameters": [
|
|
@@ -32473,7 +33155,14 @@
|
|
|
32473
33155
|
}
|
|
32474
33156
|
}
|
|
32475
33157
|
}
|
|
32476
|
-
}
|
|
33158
|
+
},
|
|
33159
|
+
"operationId": "getPublicTripsByEnvelopeIdRequirements",
|
|
33160
|
+
"summary": "GET /v1/public/trips/{envelopeId}/requirements",
|
|
33161
|
+
"tags": [
|
|
33162
|
+
"trips"
|
|
33163
|
+
],
|
|
33164
|
+
"x-voyant-module": "trips",
|
|
33165
|
+
"x-voyant-surface": "storefront"
|
|
32477
33166
|
}
|
|
32478
33167
|
},
|
|
32479
33168
|
"/v1/public/trips/requirements/{requirementId}/candidates": {
|
|
@@ -32841,7 +33530,14 @@
|
|
|
32841
33530
|
}
|
|
32842
33531
|
}
|
|
32843
33532
|
}
|
|
32844
|
-
}
|
|
33533
|
+
},
|
|
33534
|
+
"operationId": "postPublicTripsRequirementsByRequirementIdCandidates",
|
|
33535
|
+
"summary": "POST /v1/public/trips/requirements/{requirementId}/candidates",
|
|
33536
|
+
"tags": [
|
|
33537
|
+
"trips"
|
|
33538
|
+
],
|
|
33539
|
+
"x-voyant-module": "trips",
|
|
33540
|
+
"x-voyant-surface": "storefront"
|
|
32845
33541
|
}
|
|
32846
33542
|
},
|
|
32847
33543
|
"/v1/public/trips/requirements/{requirementId}/select": {
|
|
@@ -33380,7 +34076,14 @@
|
|
|
33380
34076
|
}
|
|
33381
34077
|
}
|
|
33382
34078
|
}
|
|
33383
|
-
}
|
|
34079
|
+
},
|
|
34080
|
+
"operationId": "postPublicTripsRequirementsByRequirementIdSelect",
|
|
34081
|
+
"summary": "POST /v1/public/trips/requirements/{requirementId}/select",
|
|
34082
|
+
"tags": [
|
|
34083
|
+
"trips"
|
|
34084
|
+
],
|
|
34085
|
+
"x-voyant-module": "trips",
|
|
34086
|
+
"x-voyant-surface": "storefront"
|
|
33384
34087
|
}
|
|
33385
34088
|
},
|
|
33386
34089
|
"/v1/public/trips/requirements/{requirementId}/reshop": {
|
|
@@ -33748,7 +34451,14 @@
|
|
|
33748
34451
|
}
|
|
33749
34452
|
}
|
|
33750
34453
|
}
|
|
33751
|
-
}
|
|
34454
|
+
},
|
|
34455
|
+
"operationId": "postPublicTripsRequirementsByRequirementIdReshop",
|
|
34456
|
+
"summary": "POST /v1/public/trips/requirements/{requirementId}/reshop",
|
|
34457
|
+
"tags": [
|
|
34458
|
+
"trips"
|
|
34459
|
+
],
|
|
34460
|
+
"x-voyant-module": "trips",
|
|
34461
|
+
"x-voyant-surface": "storefront"
|
|
33752
34462
|
}
|
|
33753
34463
|
},
|
|
33754
34464
|
"/v1/public/trips/{envelopeId}/price": {
|
|
@@ -34311,7 +35021,14 @@
|
|
|
34311
35021
|
}
|
|
34312
35022
|
}
|
|
34313
35023
|
}
|
|
34314
|
-
}
|
|
35024
|
+
},
|
|
35025
|
+
"operationId": "postPublicTripsByEnvelopeIdPrice",
|
|
35026
|
+
"summary": "POST /v1/public/trips/{envelopeId}/price",
|
|
35027
|
+
"tags": [
|
|
35028
|
+
"trips"
|
|
35029
|
+
],
|
|
35030
|
+
"x-voyant-module": "trips",
|
|
35031
|
+
"x-voyant-surface": "storefront"
|
|
34315
35032
|
}
|
|
34316
35033
|
},
|
|
34317
35034
|
"/v1/public/trips/{envelopeId}/reserve": {
|
|
@@ -34872,7 +35589,14 @@
|
|
|
34872
35589
|
}
|
|
34873
35590
|
}
|
|
34874
35591
|
}
|
|
34875
|
-
}
|
|
35592
|
+
},
|
|
35593
|
+
"operationId": "postPublicTripsByEnvelopeIdReserve",
|
|
35594
|
+
"summary": "POST /v1/public/trips/{envelopeId}/reserve",
|
|
35595
|
+
"tags": [
|
|
35596
|
+
"trips"
|
|
35597
|
+
],
|
|
35598
|
+
"x-voyant-module": "trips",
|
|
35599
|
+
"x-voyant-surface": "storefront"
|
|
34876
35600
|
}
|
|
34877
35601
|
},
|
|
34878
35602
|
"/v1/public/trips/{envelopeId}/checkout": {
|
|
@@ -35416,7 +36140,14 @@
|
|
|
35416
36140
|
}
|
|
35417
36141
|
}
|
|
35418
36142
|
}
|
|
35419
|
-
}
|
|
36143
|
+
},
|
|
36144
|
+
"operationId": "postPublicTripsByEnvelopeIdCheckout",
|
|
36145
|
+
"summary": "POST /v1/public/trips/{envelopeId}/checkout",
|
|
36146
|
+
"tags": [
|
|
36147
|
+
"trips"
|
|
36148
|
+
],
|
|
36149
|
+
"x-voyant-module": "trips",
|
|
36150
|
+
"x-voyant-surface": "storefront"
|
|
35420
36151
|
}
|
|
35421
36152
|
},
|
|
35422
36153
|
"/v1/public/trips/{envelopeId}/cancellation-preview": {
|
|
@@ -35962,7 +36693,14 @@
|
|
|
35962
36693
|
}
|
|
35963
36694
|
}
|
|
35964
36695
|
}
|
|
35965
|
-
}
|
|
36696
|
+
},
|
|
36697
|
+
"operationId": "postPublicTripsByEnvelopeIdCancellationPreview",
|
|
36698
|
+
"summary": "POST /v1/public/trips/{envelopeId}/cancellation-preview",
|
|
36699
|
+
"tags": [
|
|
36700
|
+
"trips"
|
|
36701
|
+
],
|
|
36702
|
+
"x-voyant-module": "trips",
|
|
36703
|
+
"x-voyant-surface": "storefront"
|
|
35966
36704
|
}
|
|
35967
36705
|
},
|
|
35968
36706
|
"/v1/public/trips/{envelopeId}/cancel-components": {
|
|
@@ -36513,7 +37251,184 @@
|
|
|
36513
37251
|
}
|
|
36514
37252
|
}
|
|
36515
37253
|
}
|
|
36516
|
-
}
|
|
37254
|
+
},
|
|
37255
|
+
"operationId": "postPublicTripsByEnvelopeIdCancelComponents",
|
|
37256
|
+
"summary": "POST /v1/public/trips/{envelopeId}/cancel-components",
|
|
37257
|
+
"tags": [
|
|
37258
|
+
"trips"
|
|
37259
|
+
],
|
|
37260
|
+
"x-voyant-module": "trips",
|
|
37261
|
+
"x-voyant-surface": "storefront"
|
|
37262
|
+
}
|
|
37263
|
+
},
|
|
37264
|
+
"/v1/public/operator-profile": {
|
|
37265
|
+
"get": {
|
|
37266
|
+
"responses": {
|
|
37267
|
+
"200": {
|
|
37268
|
+
"description": "The public operator profile (null when unset)",
|
|
37269
|
+
"content": {
|
|
37270
|
+
"application/json": {
|
|
37271
|
+
"schema": {
|
|
37272
|
+
"type": "object",
|
|
37273
|
+
"properties": {
|
|
37274
|
+
"data": {
|
|
37275
|
+
"type": [
|
|
37276
|
+
"object",
|
|
37277
|
+
"null"
|
|
37278
|
+
],
|
|
37279
|
+
"properties": {
|
|
37280
|
+
"name": {
|
|
37281
|
+
"type": "string"
|
|
37282
|
+
},
|
|
37283
|
+
"legalName": {
|
|
37284
|
+
"type": "string"
|
|
37285
|
+
},
|
|
37286
|
+
"address": {
|
|
37287
|
+
"type": "string"
|
|
37288
|
+
},
|
|
37289
|
+
"phone": {
|
|
37290
|
+
"type": "string"
|
|
37291
|
+
},
|
|
37292
|
+
"email": {
|
|
37293
|
+
"type": "string"
|
|
37294
|
+
},
|
|
37295
|
+
"website": {
|
|
37296
|
+
"type": "string"
|
|
37297
|
+
},
|
|
37298
|
+
"license": {
|
|
37299
|
+
"type": "string"
|
|
37300
|
+
},
|
|
37301
|
+
"licenseAuthority": {
|
|
37302
|
+
"type": "string"
|
|
37303
|
+
},
|
|
37304
|
+
"customerPaymentPolicy": {},
|
|
37305
|
+
"bookingCheckoutUrlTemplate": {
|
|
37306
|
+
"type": [
|
|
37307
|
+
"string",
|
|
37308
|
+
"null"
|
|
37309
|
+
]
|
|
37310
|
+
},
|
|
37311
|
+
"invoicePayUrlTemplate": {
|
|
37312
|
+
"type": [
|
|
37313
|
+
"string",
|
|
37314
|
+
"null"
|
|
37315
|
+
]
|
|
37316
|
+
}
|
|
37317
|
+
},
|
|
37318
|
+
"required": [
|
|
37319
|
+
"name",
|
|
37320
|
+
"legalName",
|
|
37321
|
+
"address",
|
|
37322
|
+
"phone",
|
|
37323
|
+
"email",
|
|
37324
|
+
"website",
|
|
37325
|
+
"license",
|
|
37326
|
+
"licenseAuthority",
|
|
37327
|
+
"bookingCheckoutUrlTemplate",
|
|
37328
|
+
"invoicePayUrlTemplate"
|
|
37329
|
+
]
|
|
37330
|
+
}
|
|
37331
|
+
},
|
|
37332
|
+
"required": [
|
|
37333
|
+
"data"
|
|
37334
|
+
]
|
|
37335
|
+
}
|
|
37336
|
+
}
|
|
37337
|
+
}
|
|
37338
|
+
}
|
|
37339
|
+
},
|
|
37340
|
+
"operationId": "getPublicOperatorProfile",
|
|
37341
|
+
"summary": "GET /v1/public/operator-profile",
|
|
37342
|
+
"tags": [
|
|
37343
|
+
"operator-settings"
|
|
37344
|
+
],
|
|
37345
|
+
"x-voyant-module": "operator-settings",
|
|
37346
|
+
"x-voyant-surface": "storefront"
|
|
37347
|
+
}
|
|
37348
|
+
},
|
|
37349
|
+
"/v1/public/settings/operator": {
|
|
37350
|
+
"get": {
|
|
37351
|
+
"responses": {
|
|
37352
|
+
"200": {
|
|
37353
|
+
"description": "The public operator settings (null when unset)",
|
|
37354
|
+
"content": {
|
|
37355
|
+
"application/json": {
|
|
37356
|
+
"schema": {
|
|
37357
|
+
"type": "object",
|
|
37358
|
+
"properties": {
|
|
37359
|
+
"data": {
|
|
37360
|
+
"type": [
|
|
37361
|
+
"object",
|
|
37362
|
+
"null"
|
|
37363
|
+
],
|
|
37364
|
+
"properties": {
|
|
37365
|
+
"name": {
|
|
37366
|
+
"type": "string"
|
|
37367
|
+
},
|
|
37368
|
+
"legalName": {
|
|
37369
|
+
"type": "string"
|
|
37370
|
+
},
|
|
37371
|
+
"address": {
|
|
37372
|
+
"type": "string"
|
|
37373
|
+
},
|
|
37374
|
+
"phone": {
|
|
37375
|
+
"type": "string"
|
|
37376
|
+
},
|
|
37377
|
+
"email": {
|
|
37378
|
+
"type": "string"
|
|
37379
|
+
},
|
|
37380
|
+
"website": {
|
|
37381
|
+
"type": "string"
|
|
37382
|
+
},
|
|
37383
|
+
"license": {
|
|
37384
|
+
"type": "string"
|
|
37385
|
+
},
|
|
37386
|
+
"licenseAuthority": {
|
|
37387
|
+
"type": "string"
|
|
37388
|
+
},
|
|
37389
|
+
"customerPaymentPolicy": {},
|
|
37390
|
+
"bookingCheckoutUrlTemplate": {
|
|
37391
|
+
"type": [
|
|
37392
|
+
"string",
|
|
37393
|
+
"null"
|
|
37394
|
+
]
|
|
37395
|
+
},
|
|
37396
|
+
"invoicePayUrlTemplate": {
|
|
37397
|
+
"type": [
|
|
37398
|
+
"string",
|
|
37399
|
+
"null"
|
|
37400
|
+
]
|
|
37401
|
+
}
|
|
37402
|
+
},
|
|
37403
|
+
"required": [
|
|
37404
|
+
"name",
|
|
37405
|
+
"legalName",
|
|
37406
|
+
"address",
|
|
37407
|
+
"phone",
|
|
37408
|
+
"email",
|
|
37409
|
+
"website",
|
|
37410
|
+
"license",
|
|
37411
|
+
"licenseAuthority",
|
|
37412
|
+
"bookingCheckoutUrlTemplate",
|
|
37413
|
+
"invoicePayUrlTemplate"
|
|
37414
|
+
]
|
|
37415
|
+
}
|
|
37416
|
+
},
|
|
37417
|
+
"required": [
|
|
37418
|
+
"data"
|
|
37419
|
+
]
|
|
37420
|
+
}
|
|
37421
|
+
}
|
|
37422
|
+
}
|
|
37423
|
+
}
|
|
37424
|
+
},
|
|
37425
|
+
"operationId": "getPublicSettingsOperator",
|
|
37426
|
+
"summary": "GET /v1/public/settings/operator",
|
|
37427
|
+
"tags": [
|
|
37428
|
+
"operator-settings"
|
|
37429
|
+
],
|
|
37430
|
+
"x-voyant-module": "operator-settings",
|
|
37431
|
+
"x-voyant-surface": "storefront"
|
|
36517
37432
|
}
|
|
36518
37433
|
}
|
|
36519
37434
|
},
|