@voyant-travel/openapi 0.3.0 → 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.
Files changed (41) hide show
  1. package/package.json +3 -3
  2. package/spec/admin/accommodations.json +54 -6
  3. package/spec/admin/action-ledger.json +94 -11
  4. package/spec/admin/booking-requirements.json +326 -40
  5. package/spec/admin/bookings.json +550 -68
  6. package/spec/admin/catalog.json +14 -1
  7. package/spec/admin/distribution.json +974 -121
  8. package/spec/admin/external-refs.json +62 -7
  9. package/spec/admin/extras.json +158 -19
  10. package/spec/admin/finance.json +1230 -153
  11. package/spec/admin/identity.json +90 -21
  12. package/spec/admin/legal.json +550 -68
  13. package/spec/admin/markets.json +302 -37
  14. package/spec/admin/notifications.json +294 -36
  15. package/spec/admin/operations.json +2112 -291
  16. package/spec/admin/operator-settings.json +70 -8
  17. package/spec/admin/pricing.json +566 -70
  18. package/spec/admin/products.json +1286 -160
  19. package/spec/admin/promotions.json +54 -6
  20. package/spec/admin/quotes.json +342 -42
  21. package/spec/admin/relationships.json +686 -85
  22. package/spec/admin/sellability.json +246 -30
  23. package/spec/admin/storefront.json +22 -2
  24. package/spec/admin/suppliers.json +278 -34
  25. package/spec/admin/trips.json +198 -24
  26. package/spec/framework-admin.json +10472 -1392
  27. package/spec/framework-openapi.json +11510 -1695
  28. package/spec/framework-storefront.json +846 -105
  29. package/spec/storefront/booking-requirements.json +14 -1
  30. package/spec/storefront/bookings.json +86 -10
  31. package/spec/storefront/catalog.json +14 -1
  32. package/spec/storefront/customer-portal.json +158 -19
  33. package/spec/storefront/finance.json +102 -12
  34. package/spec/storefront/legal.json +94 -11
  35. package/spec/storefront/markets.json +14 -1
  36. package/spec/storefront/operator-settings.json +22 -2
  37. package/spec/storefront/pricing.json +14 -1
  38. package/spec/storefront/products.json +62 -7
  39. package/spec/storefront/storefront-verification.json +38 -4
  40. package/spec/storefront/storefront.json +102 -12
  41. package/spec/storefront/trips.json +198 -24
@@ -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": {
@@ -11097,7 +11278,14 @@
11097
11278
  }
11098
11279
  }
11099
11280
  }
11100
- }
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"
11101
11289
  }
11102
11290
  },
11103
11291
  "/v1/public/finance/bookings/{bookingId}/payment-options": {
@@ -11453,7 +11641,14 @@
11453
11641
  }
11454
11642
  }
11455
11643
  }
11456
- }
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"
11457
11652
  }
11458
11653
  },
11459
11654
  "/v1/public/finance/payment-sessions/{sessionId}": {
@@ -11959,7 +12154,14 @@
11959
12154
  }
11960
12155
  }
11961
12156
  }
11962
- }
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"
11963
12165
  }
11964
12166
  },
11965
12167
  "/v1/public/finance/bookings/{bookingId}/payment-schedules/{scheduleId}/payment-session": {
@@ -12868,7 +13070,14 @@
12868
13070
  }
12869
13071
  }
12870
13072
  }
12871
- }
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"
12872
13081
  }
12873
13082
  },
12874
13083
  "/v1/public/finance/bookings/{bookingId}/guarantees/{guaranteeId}/payment-session": {
@@ -13777,7 +13986,14 @@
13777
13986
  }
13778
13987
  }
13779
13988
  }
13780
- }
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"
13781
13997
  }
13782
13998
  },
13783
13999
  "/v1/public/finance/invoices/{invoiceId}/payment-session": {
@@ -14678,7 +14894,14 @@
14678
14894
  }
14679
14895
  }
14680
14896
  }
14681
- }
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"
14682
14905
  }
14683
14906
  },
14684
14907
  "/v1/public/finance/accountant/{token}/summary": {
@@ -14772,7 +14995,14 @@
14772
14995
  }
14773
14996
  }
14774
14997
  }
14775
- }
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"
14776
15006
  }
14777
15007
  },
14778
15008
  "/v1/public/finance/accountant/{token}/invoices": {
@@ -14843,7 +15073,14 @@
14843
15073
  }
14844
15074
  }
14845
15075
  }
14846
- }
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"
14847
15084
  }
14848
15085
  },
14849
15086
  "/v1/public/legal/contracts/templates/default": {
@@ -15002,7 +15239,14 @@
15002
15239
  }
15003
15240
  }
15004
15241
  }
15005
- }
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"
15006
15250
  }
15007
15251
  },
15008
15252
  "/v1/public/legal/contracts/templates/{id}/preview": {
@@ -15092,7 +15336,14 @@
15092
15336
  }
15093
15337
  }
15094
15338
  }
15095
- }
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"
15096
15347
  }
15097
15348
  },
15098
15349
  "/v1/public/legal/contracts/templates/{id}/render-preview": {
@@ -15182,7 +15433,14 @@
15182
15433
  }
15183
15434
  }
15184
15435
  }
15185
- }
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"
15186
15444
  }
15187
15445
  },
15188
15446
  "/v1/public/legal/contracts/templates/by-slug/{slug}/preview": {
@@ -15272,7 +15530,14 @@
15272
15530
  }
15273
15531
  }
15274
15532
  }
15275
- }
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"
15276
15541
  }
15277
15542
  },
15278
15543
  "/v1/public/legal/contracts/templates/by-slug/{slug}/render-preview": {
@@ -15362,7 +15627,14 @@
15362
15627
  }
15363
15628
  }
15364
15629
  }
15365
- }
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"
15366
15638
  }
15367
15639
  },
15368
15640
  "/v1/public/legal/contracts/{id}": {
@@ -15534,7 +15806,14 @@
15534
15806
  }
15535
15807
  }
15536
15808
  }
15537
- }
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"
15538
15817
  }
15539
15818
  },
15540
15819
  "/v1/public/legal/contracts/{id}/sign": {
@@ -15742,7 +16021,14 @@
15742
16021
  }
15743
16022
  }
15744
16023
  }
15745
- }
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"
15746
16032
  }
15747
16033
  },
15748
16034
  "/v1/public/legal/policies/{slug}": {
@@ -15929,7 +16215,14 @@
15929
16215
  }
15930
16216
  }
15931
16217
  }
15932
- }
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"
15933
16226
  }
15934
16227
  },
15935
16228
  "/v1/public/legal/policies/{id}/accept": {
@@ -16265,7 +16558,14 @@
16265
16558
  }
16266
16559
  }
16267
16560
  }
16268
- }
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"
16269
16569
  }
16270
16570
  },
16271
16571
  "/v1/public/legal/terms": {
@@ -16577,7 +16877,14 @@
16577
16877
  }
16578
16878
  }
16579
16879
  }
16580
- }
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"
16581
16888
  }
16582
16889
  },
16583
16890
  "/v1/public/legal/terms/{id}": {
@@ -16772,7 +17079,14 @@
16772
17079
  }
16773
17080
  }
16774
17081
  }
16775
- }
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"
16776
17090
  }
16777
17091
  },
16778
17092
  "/v1/public/products/{productId}/offers": {
@@ -16932,7 +17246,14 @@
16932
17246
  }
16933
17247
  }
16934
17248
  }
16935
- }
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"
16936
17257
  }
16937
17258
  },
16938
17259
  "/v1/public/offers/{slug}": {
@@ -17107,7 +17428,14 @@
17107
17428
  }
17108
17429
  }
17109
17430
  }
17110
- }
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"
17111
17439
  }
17112
17440
  },
17113
17441
  "/v1/public/offers/{slug}/apply": {
@@ -17554,7 +17882,14 @@
17554
17882
  }
17555
17883
  }
17556
17884
  }
17557
- }
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"
17558
17893
  }
17559
17894
  },
17560
17895
  "/v1/public/offers/redeem": {
@@ -17997,7 +18332,14 @@
17997
18332
  }
17998
18333
  }
17999
18334
  }
18000
- }
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"
18001
18343
  }
18002
18344
  },
18003
18345
  "/v1/public/leads": {
@@ -18288,7 +18630,14 @@
18288
18630
  }
18289
18631
  }
18290
18632
  }
18291
- }
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"
18292
18641
  }
18293
18642
  },
18294
18643
  "/v1/public/newsletter/subscribe": {
@@ -18544,7 +18893,14 @@
18544
18893
  }
18545
18894
  }
18546
18895
  }
18547
- }
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"
18548
18904
  }
18549
18905
  },
18550
18906
  "/v1/public/settings": {
@@ -19167,7 +19523,14 @@
19167
19523
  }
19168
19524
  }
19169
19525
  }
19170
- }
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"
19171
19534
  }
19172
19535
  },
19173
19536
  "/v1/public/departures/{departureId}": {
@@ -19552,7 +19915,14 @@
19552
19915
  }
19553
19916
  }
19554
19917
  }
19555
- }
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"
19556
19926
  }
19557
19927
  },
19558
19928
  "/v1/public/products/{productId}/departures": {
@@ -19992,7 +20362,14 @@
19992
20362
  }
19993
20363
  }
19994
20364
  }
19995
- }
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"
19996
20373
  }
19997
20374
  },
19998
20375
  "/v1/public/products/{productId}/availability": {
@@ -20270,7 +20647,14 @@
20270
20647
  }
20271
20648
  }
20272
20649
  }
20273
- }
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"
20274
20658
  }
20275
20659
  },
20276
20660
  "/v1/public/products/{productId}/departures/{departureId}/itinerary": {
@@ -20410,7 +20794,14 @@
20410
20794
  }
20411
20795
  }
20412
20796
  }
20413
- }
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"
20414
20805
  }
20415
20806
  },
20416
20807
  "/v1/public/products/{productId}/extensions": {
@@ -20686,7 +21077,14 @@
20686
21077
  }
20687
21078
  }
20688
21079
  }
20689
- }
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"
20690
21088
  }
20691
21089
  },
20692
21090
  "/v1/public/customer-portal/me": {
@@ -21080,7 +21478,14 @@
21080
21478
  }
21081
21479
  }
21082
21480
  }
21083
- }
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"
21084
21489
  },
21085
21490
  "patch": {
21086
21491
  "requestBody": {
@@ -21751,7 +22156,14 @@
21751
22156
  }
21752
22157
  }
21753
22158
  }
21754
- }
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"
21755
22167
  }
21756
22168
  },
21757
22169
  "/v1/public/customer-portal/me/documents": {
@@ -21858,7 +22270,14 @@
21858
22270
  }
21859
22271
  }
21860
22272
  }
21861
- }
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"
21862
22281
  },
21863
22282
  "post": {
21864
22283
  "requestBody": {
@@ -22056,7 +22475,14 @@
22056
22475
  }
22057
22476
  }
22058
22477
  }
22059
- }
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"
22060
22486
  }
22061
22487
  },
22062
22488
  "/v1/public/customer-portal/me/documents/{id}/set-primary": {
@@ -22188,7 +22614,14 @@
22188
22614
  }
22189
22615
  }
22190
22616
  }
22191
- }
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"
22192
22625
  }
22193
22626
  },
22194
22627
  "/v1/public/customer-portal/me/documents/{id}": {
@@ -22395,7 +22828,14 @@
22395
22828
  }
22396
22829
  }
22397
22830
  }
22398
- }
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"
22399
22839
  },
22400
22840
  "delete": {
22401
22841
  "parameters": [
@@ -22448,7 +22888,14 @@
22448
22888
  }
22449
22889
  }
22450
22890
  }
22451
- }
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"
22452
22899
  }
22453
22900
  },
22454
22901
  "/v1/public/customer-portal/bootstrap": {
@@ -23727,7 +24174,14 @@
23727
24174
  }
23728
24175
  }
23729
24176
  }
23730
- }
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"
23731
24185
  }
23732
24186
  },
23733
24187
  "/v1/public/customer-portal/companions": {
@@ -23974,7 +24428,14 @@
23974
24428
  }
23975
24429
  }
23976
24430
  }
23977
- }
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"
23978
24439
  },
23979
24440
  "post": {
23980
24441
  "requestBody": {
@@ -24464,7 +24925,14 @@
24464
24925
  }
24465
24926
  }
24466
24927
  }
24467
- }
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"
24468
24936
  }
24469
24937
  },
24470
24938
  "/v1/public/customer-portal/companions/import-booking-travelers": {
@@ -24761,7 +25229,14 @@
24761
25229
  }
24762
25230
  }
24763
25231
  }
24764
- }
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"
24765
25240
  }
24766
25241
  },
24767
25242
  "/v1/public/customer-portal/companions/{companionId}": {
@@ -25278,7 +25753,14 @@
25278
25753
  }
25279
25754
  }
25280
25755
  }
25281
- }
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"
25282
25764
  },
25283
25765
  "delete": {
25284
25766
  "parameters": [
@@ -25349,7 +25831,14 @@
25349
25831
  }
25350
25832
  }
25351
25833
  }
25352
- }
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"
25353
25842
  }
25354
25843
  },
25355
25844
  "/v1/public/customer-portal/bookings": {
@@ -25494,7 +25983,14 @@
25494
25983
  }
25495
25984
  }
25496
25985
  }
25497
- }
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"
25498
25994
  }
25499
25995
  },
25500
25996
  "/v1/public/customer-portal/bookings/{bookingId}": {
@@ -26213,7 +26709,14 @@
26213
26709
  }
26214
26710
  }
26215
26711
  }
26216
- }
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"
26217
26720
  }
26218
26721
  },
26219
26722
  "/v1/public/customer-portal/bookings/{bookingId}/documents": {
@@ -26329,7 +26832,14 @@
26329
26832
  }
26330
26833
  }
26331
26834
  }
26332
- }
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"
26333
26843
  }
26334
26844
  },
26335
26845
  "/v1/public/customer-portal/bookings/{bookingId}/billing-contact": {
@@ -26455,7 +26965,14 @@
26455
26965
  }
26456
26966
  }
26457
26967
  }
26458
- }
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"
26459
26976
  }
26460
26977
  },
26461
26978
  "/v1/public/customer-portal/contact-exists": {
@@ -26511,7 +27028,14 @@
26511
27028
  }
26512
27029
  }
26513
27030
  }
26514
- }
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"
26515
27039
  }
26516
27040
  },
26517
27041
  "/v1/public/customer-portal/contact-exists/phone": {
@@ -26571,7 +27095,14 @@
26571
27095
  }
26572
27096
  }
26573
27097
  }
26574
- }
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"
26575
27106
  }
26576
27107
  },
26577
27108
  "/v1/public/storefront-verification/email/start": {
@@ -26756,7 +27287,14 @@
26756
27287
  }
26757
27288
  }
26758
27289
  }
26759
- }
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"
26760
27298
  }
26761
27299
  },
26762
27300
  "/v1/public/storefront-verification/sms/start": {
@@ -26942,7 +27480,14 @@
26942
27480
  }
26943
27481
  }
26944
27482
  }
26945
- }
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"
26946
27491
  }
26947
27492
  },
26948
27493
  "/v1/public/storefront-verification/email/confirm": {
@@ -27134,7 +27679,14 @@
27134
27679
  }
27135
27680
  }
27136
27681
  }
27137
- }
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"
27138
27690
  }
27139
27691
  },
27140
27692
  "/v1/public/storefront-verification/sms/confirm": {
@@ -27327,7 +27879,14 @@
27327
27879
  }
27328
27880
  }
27329
27881
  }
27330
- }
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"
27331
27890
  }
27332
27891
  },
27333
27892
  "/v1/public/trips/health": {
@@ -27369,7 +27928,14 @@
27369
27928
  }
27370
27929
  }
27371
27930
  }
27372
- }
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"
27373
27939
  }
27374
27940
  },
27375
27941
  "/v1/public/trips": {
@@ -27976,7 +28542,14 @@
27976
28542
  }
27977
28543
  }
27978
28544
  }
27979
- }
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"
27980
28553
  },
27981
28554
  "post": {
27982
28555
  "requestBody": {
@@ -28490,7 +29063,14 @@
28490
29063
  }
28491
29064
  }
28492
29065
  }
28493
- }
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"
28494
29074
  }
28495
29075
  },
28496
29076
  "/v1/public/trips/{envelopeId}": {
@@ -28944,7 +29524,14 @@
28944
29524
  }
28945
29525
  }
28946
29526
  }
28947
- }
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"
28948
29535
  },
28949
29536
  "patch": {
28950
29537
  "parameters": [
@@ -29266,7 +29853,14 @@
29266
29853
  }
29267
29854
  }
29268
29855
  }
29269
- }
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"
29270
29864
  }
29271
29865
  },
29272
29866
  "/v1/public/trips/{envelopeId}/reshop": {
@@ -29632,7 +30226,14 @@
29632
30226
  }
29633
30227
  }
29634
30228
  }
29635
- }
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"
29636
30237
  }
29637
30238
  },
29638
30239
  "/v1/public/trips/{envelopeId}/snapshots": {
@@ -29770,7 +30371,14 @@
29770
30371
  }
29771
30372
  }
29772
30373
  }
29773
- }
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"
29774
30382
  },
29775
30383
  "post": {
29776
30384
  "parameters": [
@@ -29979,7 +30587,14 @@
29979
30587
  }
29980
30588
  }
29981
30589
  }
29982
- }
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"
29983
30598
  }
29984
30599
  },
29985
30600
  "/v1/public/trips/snapshots/{snapshotId}": {
@@ -30133,7 +30748,14 @@
30133
30748
  }
30134
30749
  }
30135
30750
  }
30136
- }
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"
30137
30759
  }
30138
30760
  },
30139
30761
  "/v1/public/trips/{envelopeId}/components": {
@@ -30554,7 +31176,14 @@
30554
31176
  }
30555
31177
  }
30556
31178
  }
30557
- }
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"
30558
31187
  }
30559
31188
  },
30560
31189
  "/v1/public/trips/{envelopeId}/components/reorder": {
@@ -30916,7 +31545,14 @@
30916
31545
  }
30917
31546
  }
30918
31547
  }
30919
- }
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"
30920
31556
  }
30921
31557
  },
30922
31558
  "/v1/public/trips/components/{componentId}": {
@@ -31332,7 +31968,14 @@
31332
31968
  }
31333
31969
  }
31334
31970
  }
31335
- }
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"
31336
31979
  },
31337
31980
  "delete": {
31338
31981
  "parameters": [
@@ -31666,7 +32309,14 @@
31666
32309
  }
31667
32310
  }
31668
32311
  }
31669
- }
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"
31670
32320
  }
31671
32321
  },
31672
32322
  "/v1/public/trips/components/{componentId}/refs": {
@@ -32051,7 +32701,14 @@
32051
32701
  }
32052
32702
  }
32053
32703
  }
32054
- }
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"
32055
32712
  }
32056
32713
  },
32057
32714
  "/v1/public/trips/{envelopeId}/requirements": {
@@ -32295,7 +32952,14 @@
32295
32952
  }
32296
32953
  }
32297
32954
  }
32298
- }
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"
32299
32963
  },
32300
32964
  "get": {
32301
32965
  "parameters": [
@@ -32491,7 +33155,14 @@
32491
33155
  }
32492
33156
  }
32493
33157
  }
32494
- }
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"
32495
33166
  }
32496
33167
  },
32497
33168
  "/v1/public/trips/requirements/{requirementId}/candidates": {
@@ -32859,7 +33530,14 @@
32859
33530
  }
32860
33531
  }
32861
33532
  }
32862
- }
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"
32863
33541
  }
32864
33542
  },
32865
33543
  "/v1/public/trips/requirements/{requirementId}/select": {
@@ -33398,7 +34076,14 @@
33398
34076
  }
33399
34077
  }
33400
34078
  }
33401
- }
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"
33402
34087
  }
33403
34088
  },
33404
34089
  "/v1/public/trips/requirements/{requirementId}/reshop": {
@@ -33766,7 +34451,14 @@
33766
34451
  }
33767
34452
  }
33768
34453
  }
33769
- }
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"
33770
34462
  }
33771
34463
  },
33772
34464
  "/v1/public/trips/{envelopeId}/price": {
@@ -34329,7 +35021,14 @@
34329
35021
  }
34330
35022
  }
34331
35023
  }
34332
- }
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"
34333
35032
  }
34334
35033
  },
34335
35034
  "/v1/public/trips/{envelopeId}/reserve": {
@@ -34890,7 +35589,14 @@
34890
35589
  }
34891
35590
  }
34892
35591
  }
34893
- }
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"
34894
35600
  }
34895
35601
  },
34896
35602
  "/v1/public/trips/{envelopeId}/checkout": {
@@ -35434,7 +36140,14 @@
35434
36140
  }
35435
36141
  }
35436
36142
  }
35437
- }
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"
35438
36151
  }
35439
36152
  },
35440
36153
  "/v1/public/trips/{envelopeId}/cancellation-preview": {
@@ -35980,7 +36693,14 @@
35980
36693
  }
35981
36694
  }
35982
36695
  }
35983
- }
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"
35984
36704
  }
35985
36705
  },
35986
36706
  "/v1/public/trips/{envelopeId}/cancel-components": {
@@ -36531,7 +37251,14 @@
36531
37251
  }
36532
37252
  }
36533
37253
  }
36534
- }
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"
36535
37262
  }
36536
37263
  },
36537
37264
  "/v1/public/operator-profile": {
@@ -36609,7 +37336,14 @@
36609
37336
  }
36610
37337
  }
36611
37338
  }
36612
- }
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"
36613
37347
  }
36614
37348
  },
36615
37349
  "/v1/public/settings/operator": {
@@ -36687,7 +37421,14 @@
36687
37421
  }
36688
37422
  }
36689
37423
  }
36690
- }
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"
36691
37432
  }
36692
37433
  }
36693
37434
  },