@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": {
@@ -272,7 +278,14 @@
272
278
  }
273
279
  }
274
280
  }
275
- }
281
+ },
282
+ "operationId": "getAdminSettingsOperatorProfile",
283
+ "summary": "GET /v1/admin/settings/operator-profile",
284
+ "tags": [
285
+ "operator-settings"
286
+ ],
287
+ "x-voyant-module": "operator-settings",
288
+ "x-voyant-surface": "admin"
276
289
  },
277
290
  "patch": {
278
291
  "requestBody": {
@@ -509,7 +522,14 @@
509
522
  }
510
523
  }
511
524
  }
512
- }
525
+ },
526
+ "operationId": "patchAdminSettingsOperatorProfile",
527
+ "summary": "PATCH /v1/admin/settings/operator-profile",
528
+ "tags": [
529
+ "operator-settings"
530
+ ],
531
+ "x-voyant-module": "operator-settings",
532
+ "x-voyant-surface": "admin"
513
533
  }
514
534
  },
515
535
  "/v1/admin/settings/operator-payment-instructions": {
@@ -580,7 +600,14 @@
580
600
  }
581
601
  }
582
602
  }
583
- }
603
+ },
604
+ "operationId": "getAdminSettingsOperatorPaymentInstructions",
605
+ "summary": "GET /v1/admin/settings/operator-payment-instructions",
606
+ "tags": [
607
+ "operator-settings"
608
+ ],
609
+ "x-voyant-module": "operator-settings",
610
+ "x-voyant-surface": "admin"
584
611
  },
585
612
  "patch": {
586
613
  "requestBody": {
@@ -685,7 +712,14 @@
685
712
  }
686
713
  }
687
714
  }
688
- }
715
+ },
716
+ "operationId": "patchAdminSettingsOperatorPaymentInstructions",
717
+ "summary": "PATCH /v1/admin/settings/operator-payment-instructions",
718
+ "tags": [
719
+ "operator-settings"
720
+ ],
721
+ "x-voyant-module": "operator-settings",
722
+ "x-voyant-surface": "admin"
689
723
  }
690
724
  },
691
725
  "/v1/admin/settings/operator-payment-defaults": {
@@ -743,7 +777,14 @@
743
777
  }
744
778
  }
745
779
  }
746
- }
780
+ },
781
+ "operationId": "getAdminSettingsOperatorPaymentDefaults",
782
+ "summary": "GET /v1/admin/settings/operator-payment-defaults",
783
+ "tags": [
784
+ "operator-settings"
785
+ ],
786
+ "x-voyant-module": "operator-settings",
787
+ "x-voyant-surface": "admin"
747
788
  },
748
789
  "patch": {
749
790
  "requestBody": {
@@ -874,7 +915,14 @@
874
915
  }
875
916
  }
876
917
  }
877
- }
918
+ },
919
+ "operationId": "patchAdminSettingsOperatorPaymentDefaults",
920
+ "summary": "PATCH /v1/admin/settings/operator-payment-defaults",
921
+ "tags": [
922
+ "operator-settings"
923
+ ],
924
+ "x-voyant-module": "operator-settings",
925
+ "x-voyant-surface": "admin"
878
926
  }
879
927
  },
880
928
  "/v1/admin/settings/operator": {
@@ -1029,7 +1077,14 @@
1029
1077
  }
1030
1078
  }
1031
1079
  }
1032
- }
1080
+ },
1081
+ "operationId": "getAdminSettingsOperator",
1082
+ "summary": "GET /v1/admin/settings/operator",
1083
+ "tags": [
1084
+ "operator-settings"
1085
+ ],
1086
+ "x-voyant-module": "operator-settings",
1087
+ "x-voyant-surface": "admin"
1033
1088
  },
1034
1089
  "patch": {
1035
1090
  "requestBody": {
@@ -1381,7 +1436,14 @@
1381
1436
  }
1382
1437
  }
1383
1438
  }
1384
- }
1439
+ },
1440
+ "operationId": "patchAdminSettingsOperator",
1441
+ "summary": "PATCH /v1/admin/settings/operator",
1442
+ "tags": [
1443
+ "operator-settings"
1444
+ ],
1445
+ "x-voyant-module": "operator-settings",
1446
+ "x-voyant-surface": "admin"
1385
1447
  }
1386
1448
  }
1387
1449
  },