@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
  },
@@ -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": {
@@ -1138,7 +1144,14 @@
1138
1144
  }
1139
1145
  }
1140
1146
  }
1141
- }
1147
+ },
1148
+ "operationId": "postPublicBookingsSessions",
1149
+ "summary": "POST /v1/public/bookings/sessions",
1150
+ "tags": [
1151
+ "bookings"
1152
+ ],
1153
+ "x-voyant-module": "bookings",
1154
+ "x-voyant-surface": "storefront"
1142
1155
  }
1143
1156
  },
1144
1157
  "/v1/public/bookings/sessions/{sessionId}": {
@@ -1785,7 +1798,14 @@
1785
1798
  }
1786
1799
  }
1787
1800
  }
1788
- }
1801
+ },
1802
+ "operationId": "getPublicBookingsSessionsBySessionId",
1803
+ "summary": "GET /v1/public/bookings/sessions/{sessionId}",
1804
+ "tags": [
1805
+ "bookings"
1806
+ ],
1807
+ "x-voyant-module": "bookings",
1808
+ "x-voyant-surface": "storefront"
1789
1809
  },
1790
1810
  "patch": {
1791
1811
  "parameters": [
@@ -2583,7 +2603,14 @@
2583
2603
  }
2584
2604
  }
2585
2605
  }
2586
- }
2606
+ },
2607
+ "operationId": "patchPublicBookingsSessionsBySessionId",
2608
+ "summary": "PATCH /v1/public/bookings/sessions/{sessionId}",
2609
+ "tags": [
2610
+ "bookings"
2611
+ ],
2612
+ "x-voyant-module": "bookings",
2613
+ "x-voyant-surface": "storefront"
2587
2614
  }
2588
2615
  },
2589
2616
  "/v1/public/bookings/sessions/{sessionId}/state": {
@@ -2682,7 +2709,14 @@
2682
2709
  }
2683
2710
  }
2684
2711
  }
2685
- }
2712
+ },
2713
+ "operationId": "getPublicBookingsSessionsBySessionIdState",
2714
+ "summary": "GET /v1/public/bookings/sessions/{sessionId}/state",
2715
+ "tags": [
2716
+ "bookings"
2717
+ ],
2718
+ "x-voyant-module": "bookings",
2719
+ "x-voyant-surface": "storefront"
2686
2720
  },
2687
2721
  "put": {
2688
2722
  "parameters": [
@@ -2815,7 +2849,14 @@
2815
2849
  }
2816
2850
  }
2817
2851
  }
2818
- }
2852
+ },
2853
+ "operationId": "putPublicBookingsSessionsBySessionIdState",
2854
+ "summary": "PUT /v1/public/bookings/sessions/{sessionId}/state",
2855
+ "tags": [
2856
+ "bookings"
2857
+ ],
2858
+ "x-voyant-module": "bookings",
2859
+ "x-voyant-surface": "storefront"
2819
2860
  }
2820
2861
  },
2821
2862
  "/v1/public/bookings/sessions/{sessionId}/reprice": {
@@ -3696,7 +3737,14 @@
3696
3737
  }
3697
3738
  }
3698
3739
  }
3699
- }
3740
+ },
3741
+ "operationId": "postPublicBookingsSessionsBySessionIdReprice",
3742
+ "summary": "POST /v1/public/bookings/sessions/{sessionId}/reprice",
3743
+ "tags": [
3744
+ "bookings"
3745
+ ],
3746
+ "x-voyant-module": "bookings",
3747
+ "x-voyant-surface": "storefront"
3700
3748
  }
3701
3749
  },
3702
3750
  "/v1/public/bookings/sessions/{sessionId}/confirm": {
@@ -4379,7 +4427,14 @@
4379
4427
  }
4380
4428
  }
4381
4429
  }
4382
- }
4430
+ },
4431
+ "operationId": "postPublicBookingsSessionsBySessionIdConfirm",
4432
+ "summary": "POST /v1/public/bookings/sessions/{sessionId}/confirm",
4433
+ "tags": [
4434
+ "bookings"
4435
+ ],
4436
+ "x-voyant-module": "bookings",
4437
+ "x-voyant-surface": "storefront"
4383
4438
  }
4384
4439
  },
4385
4440
  "/v1/public/bookings/sessions/{sessionId}/expire": {
@@ -5062,7 +5117,14 @@
5062
5117
  }
5063
5118
  }
5064
5119
  }
5065
- }
5120
+ },
5121
+ "operationId": "postPublicBookingsSessionsBySessionIdExpire",
5122
+ "summary": "POST /v1/public/bookings/sessions/{sessionId}/expire",
5123
+ "tags": [
5124
+ "bookings"
5125
+ ],
5126
+ "x-voyant-module": "bookings",
5127
+ "x-voyant-surface": "storefront"
5066
5128
  }
5067
5129
  },
5068
5130
  "/v1/public/bookings/overview": {
@@ -5594,7 +5656,14 @@
5594
5656
  }
5595
5657
  }
5596
5658
  }
5597
- }
5659
+ },
5660
+ "operationId": "getPublicBookingsOverview",
5661
+ "summary": "GET /v1/public/bookings/overview",
5662
+ "tags": [
5663
+ "bookings"
5664
+ ],
5665
+ "x-voyant-module": "bookings",
5666
+ "x-voyant-surface": "storefront"
5598
5667
  }
5599
5668
  },
5600
5669
  "/v1/public/bookings/guest-lookup": {
@@ -6129,7 +6198,14 @@
6129
6198
  }
6130
6199
  }
6131
6200
  }
6132
- }
6201
+ },
6202
+ "operationId": "postPublicBookingsGuestLookup",
6203
+ "summary": "POST /v1/public/bookings/guest-lookup",
6204
+ "tags": [
6205
+ "bookings"
6206
+ ],
6207
+ "x-voyant-module": "bookings",
6208
+ "x-voyant-surface": "storefront"
6133
6209
  }
6134
6210
  }
6135
6211
  },
@@ -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": {
@@ -682,7 +688,14 @@
682
688
  }
683
689
  }
684
690
  }
685
- }
691
+ },
692
+ "operationId": "postPublicCatalogSearch",
693
+ "summary": "POST /v1/public/catalog/search",
694
+ "tags": [
695
+ "catalog"
696
+ ],
697
+ "x-voyant-module": "catalog",
698
+ "x-voyant-surface": "storefront"
686
699
  }
687
700
  }
688
701
  },
@@ -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": {
@@ -539,7 +545,14 @@
539
545
  }
540
546
  }
541
547
  }
542
- }
548
+ },
549
+ "operationId": "getPublicCustomerPortalMe",
550
+ "summary": "GET /v1/public/customer-portal/me",
551
+ "tags": [
552
+ "customer-portal"
553
+ ],
554
+ "x-voyant-module": "customer-portal",
555
+ "x-voyant-surface": "storefront"
543
556
  },
544
557
  "patch": {
545
558
  "requestBody": {
@@ -1210,7 +1223,14 @@
1210
1223
  }
1211
1224
  }
1212
1225
  }
1213
- }
1226
+ },
1227
+ "operationId": "patchPublicCustomerPortalMe",
1228
+ "summary": "PATCH /v1/public/customer-portal/me",
1229
+ "tags": [
1230
+ "customer-portal"
1231
+ ],
1232
+ "x-voyant-module": "customer-portal",
1233
+ "x-voyant-surface": "storefront"
1214
1234
  }
1215
1235
  },
1216
1236
  "/v1/public/customer-portal/me/documents": {
@@ -1317,7 +1337,14 @@
1317
1337
  }
1318
1338
  }
1319
1339
  }
1320
- }
1340
+ },
1341
+ "operationId": "getPublicCustomerPortalMeDocuments",
1342
+ "summary": "GET /v1/public/customer-portal/me/documents",
1343
+ "tags": [
1344
+ "customer-portal"
1345
+ ],
1346
+ "x-voyant-module": "customer-portal",
1347
+ "x-voyant-surface": "storefront"
1321
1348
  },
1322
1349
  "post": {
1323
1350
  "requestBody": {
@@ -1515,7 +1542,14 @@
1515
1542
  }
1516
1543
  }
1517
1544
  }
1518
- }
1545
+ },
1546
+ "operationId": "postPublicCustomerPortalMeDocuments",
1547
+ "summary": "POST /v1/public/customer-portal/me/documents",
1548
+ "tags": [
1549
+ "customer-portal"
1550
+ ],
1551
+ "x-voyant-module": "customer-portal",
1552
+ "x-voyant-surface": "storefront"
1519
1553
  }
1520
1554
  },
1521
1555
  "/v1/public/customer-portal/me/documents/{id}/set-primary": {
@@ -1647,7 +1681,14 @@
1647
1681
  }
1648
1682
  }
1649
1683
  }
1650
- }
1684
+ },
1685
+ "operationId": "postPublicCustomerPortalMeDocumentsByIdSetPrimary",
1686
+ "summary": "POST /v1/public/customer-portal/me/documents/{id}/set-primary",
1687
+ "tags": [
1688
+ "customer-portal"
1689
+ ],
1690
+ "x-voyant-module": "customer-portal",
1691
+ "x-voyant-surface": "storefront"
1651
1692
  }
1652
1693
  },
1653
1694
  "/v1/public/customer-portal/me/documents/{id}": {
@@ -1854,7 +1895,14 @@
1854
1895
  }
1855
1896
  }
1856
1897
  }
1857
- }
1898
+ },
1899
+ "operationId": "patchPublicCustomerPortalMeDocumentsById",
1900
+ "summary": "PATCH /v1/public/customer-portal/me/documents/{id}",
1901
+ "tags": [
1902
+ "customer-portal"
1903
+ ],
1904
+ "x-voyant-module": "customer-portal",
1905
+ "x-voyant-surface": "storefront"
1858
1906
  },
1859
1907
  "delete": {
1860
1908
  "parameters": [
@@ -1907,7 +1955,14 @@
1907
1955
  }
1908
1956
  }
1909
1957
  }
1910
- }
1958
+ },
1959
+ "operationId": "deletePublicCustomerPortalMeDocumentsById",
1960
+ "summary": "DELETE /v1/public/customer-portal/me/documents/{id}",
1961
+ "tags": [
1962
+ "customer-portal"
1963
+ ],
1964
+ "x-voyant-module": "customer-portal",
1965
+ "x-voyant-surface": "storefront"
1911
1966
  }
1912
1967
  },
1913
1968
  "/v1/public/customer-portal/bootstrap": {
@@ -3186,7 +3241,14 @@
3186
3241
  }
3187
3242
  }
3188
3243
  }
3189
- }
3244
+ },
3245
+ "operationId": "postPublicCustomerPortalBootstrap",
3246
+ "summary": "POST /v1/public/customer-portal/bootstrap",
3247
+ "tags": [
3248
+ "customer-portal"
3249
+ ],
3250
+ "x-voyant-module": "customer-portal",
3251
+ "x-voyant-surface": "storefront"
3190
3252
  }
3191
3253
  },
3192
3254
  "/v1/public/customer-portal/companions": {
@@ -3433,7 +3495,14 @@
3433
3495
  }
3434
3496
  }
3435
3497
  }
3436
- }
3498
+ },
3499
+ "operationId": "getPublicCustomerPortalCompanions",
3500
+ "summary": "GET /v1/public/customer-portal/companions",
3501
+ "tags": [
3502
+ "customer-portal"
3503
+ ],
3504
+ "x-voyant-module": "customer-portal",
3505
+ "x-voyant-surface": "storefront"
3437
3506
  },
3438
3507
  "post": {
3439
3508
  "requestBody": {
@@ -3923,7 +3992,14 @@
3923
3992
  }
3924
3993
  }
3925
3994
  }
3926
- }
3995
+ },
3996
+ "operationId": "postPublicCustomerPortalCompanions",
3997
+ "summary": "POST /v1/public/customer-portal/companions",
3998
+ "tags": [
3999
+ "customer-portal"
4000
+ ],
4001
+ "x-voyant-module": "customer-portal",
4002
+ "x-voyant-surface": "storefront"
3927
4003
  }
3928
4004
  },
3929
4005
  "/v1/public/customer-portal/companions/import-booking-travelers": {
@@ -4220,7 +4296,14 @@
4220
4296
  }
4221
4297
  }
4222
4298
  }
4223
- }
4299
+ },
4300
+ "operationId": "postPublicCustomerPortalCompanionsImportBookingTravelers",
4301
+ "summary": "POST /v1/public/customer-portal/companions/import-booking-travelers",
4302
+ "tags": [
4303
+ "customer-portal"
4304
+ ],
4305
+ "x-voyant-module": "customer-portal",
4306
+ "x-voyant-surface": "storefront"
4224
4307
  }
4225
4308
  },
4226
4309
  "/v1/public/customer-portal/companions/{companionId}": {
@@ -4737,7 +4820,14 @@
4737
4820
  }
4738
4821
  }
4739
4822
  }
4740
- }
4823
+ },
4824
+ "operationId": "patchPublicCustomerPortalCompanionsByCompanionId",
4825
+ "summary": "PATCH /v1/public/customer-portal/companions/{companionId}",
4826
+ "tags": [
4827
+ "customer-portal"
4828
+ ],
4829
+ "x-voyant-module": "customer-portal",
4830
+ "x-voyant-surface": "storefront"
4741
4831
  },
4742
4832
  "delete": {
4743
4833
  "parameters": [
@@ -4808,7 +4898,14 @@
4808
4898
  }
4809
4899
  }
4810
4900
  }
4811
- }
4901
+ },
4902
+ "operationId": "deletePublicCustomerPortalCompanionsByCompanionId",
4903
+ "summary": "DELETE /v1/public/customer-portal/companions/{companionId}",
4904
+ "tags": [
4905
+ "customer-portal"
4906
+ ],
4907
+ "x-voyant-module": "customer-portal",
4908
+ "x-voyant-surface": "storefront"
4812
4909
  }
4813
4910
  },
4814
4911
  "/v1/public/customer-portal/bookings": {
@@ -4953,7 +5050,14 @@
4953
5050
  }
4954
5051
  }
4955
5052
  }
4956
- }
5053
+ },
5054
+ "operationId": "getPublicCustomerPortalBookings",
5055
+ "summary": "GET /v1/public/customer-portal/bookings",
5056
+ "tags": [
5057
+ "customer-portal"
5058
+ ],
5059
+ "x-voyant-module": "customer-portal",
5060
+ "x-voyant-surface": "storefront"
4957
5061
  }
4958
5062
  },
4959
5063
  "/v1/public/customer-portal/bookings/{bookingId}": {
@@ -5672,7 +5776,14 @@
5672
5776
  }
5673
5777
  }
5674
5778
  }
5675
- }
5779
+ },
5780
+ "operationId": "getPublicCustomerPortalBookingsByBookingId",
5781
+ "summary": "GET /v1/public/customer-portal/bookings/{bookingId}",
5782
+ "tags": [
5783
+ "customer-portal"
5784
+ ],
5785
+ "x-voyant-module": "customer-portal",
5786
+ "x-voyant-surface": "storefront"
5676
5787
  }
5677
5788
  },
5678
5789
  "/v1/public/customer-portal/bookings/{bookingId}/documents": {
@@ -5788,7 +5899,14 @@
5788
5899
  }
5789
5900
  }
5790
5901
  }
5791
- }
5902
+ },
5903
+ "operationId": "getPublicCustomerPortalBookingsByBookingIdDocuments",
5904
+ "summary": "GET /v1/public/customer-portal/bookings/{bookingId}/documents",
5905
+ "tags": [
5906
+ "customer-portal"
5907
+ ],
5908
+ "x-voyant-module": "customer-portal",
5909
+ "x-voyant-surface": "storefront"
5792
5910
  }
5793
5911
  },
5794
5912
  "/v1/public/customer-portal/bookings/{bookingId}/billing-contact": {
@@ -5914,7 +6032,14 @@
5914
6032
  }
5915
6033
  }
5916
6034
  }
5917
- }
6035
+ },
6036
+ "operationId": "getPublicCustomerPortalBookingsByBookingIdBillingContact",
6037
+ "summary": "GET /v1/public/customer-portal/bookings/{bookingId}/billing-contact",
6038
+ "tags": [
6039
+ "customer-portal"
6040
+ ],
6041
+ "x-voyant-module": "customer-portal",
6042
+ "x-voyant-surface": "storefront"
5918
6043
  }
5919
6044
  },
5920
6045
  "/v1/public/customer-portal/contact-exists": {
@@ -5970,7 +6095,14 @@
5970
6095
  }
5971
6096
  }
5972
6097
  }
5973
- }
6098
+ },
6099
+ "operationId": "getPublicCustomerPortalContactExists",
6100
+ "summary": "GET /v1/public/customer-portal/contact-exists",
6101
+ "tags": [
6102
+ "customer-portal"
6103
+ ],
6104
+ "x-voyant-module": "customer-portal",
6105
+ "x-voyant-surface": "storefront"
5974
6106
  }
5975
6107
  },
5976
6108
  "/v1/public/customer-portal/contact-exists/phone": {
@@ -6030,7 +6162,14 @@
6030
6162
  }
6031
6163
  }
6032
6164
  }
6033
- }
6165
+ },
6166
+ "operationId": "getPublicCustomerPortalContactExistsPhone",
6167
+ "summary": "GET /v1/public/customer-portal/contact-exists/phone",
6168
+ "tags": [
6169
+ "customer-portal"
6170
+ ],
6171
+ "x-voyant-module": "customer-portal",
6172
+ "x-voyant-surface": "storefront"
6034
6173
  }
6035
6174
  }
6036
6175
  },