@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": {
@@ -349,7 +355,10 @@
349
355
  }
350
356
  }
351
357
  }
352
- }
358
+ },
359
+ "operationId": "getAdminIdentityContactPoints",
360
+ "x-voyant-module": "identity",
361
+ "x-voyant-surface": "admin"
353
362
  },
354
363
  "post": {
355
364
  "tags": [
@@ -547,7 +556,10 @@
547
556
  }
548
557
  }
549
558
  }
550
- }
559
+ },
560
+ "operationId": "postAdminIdentityContactPoints",
561
+ "x-voyant-module": "identity",
562
+ "x-voyant-surface": "admin"
551
563
  }
552
564
  },
553
565
  "/v1/admin/identity/contact-points/{id}": {
@@ -679,7 +691,10 @@
679
691
  }
680
692
  }
681
693
  }
682
- }
694
+ },
695
+ "operationId": "getAdminIdentityContactPointsById",
696
+ "x-voyant-module": "identity",
697
+ "x-voyant-surface": "admin"
683
698
  },
684
699
  "patch": {
685
700
  "tags": [
@@ -899,7 +914,10 @@
899
914
  }
900
915
  }
901
916
  }
902
- }
917
+ },
918
+ "operationId": "patchAdminIdentityContactPointsById",
919
+ "x-voyant-module": "identity",
920
+ "x-voyant-surface": "admin"
903
921
  },
904
922
  "delete": {
905
923
  "tags": [
@@ -956,7 +974,10 @@
956
974
  }
957
975
  }
958
976
  }
959
- }
977
+ },
978
+ "operationId": "deleteAdminIdentityContactPointsById",
979
+ "x-voyant-module": "identity",
980
+ "x-voyant-surface": "admin"
960
981
  }
961
982
  },
962
983
  "/v1/admin/identity/addresses": {
@@ -1210,7 +1231,10 @@
1210
1231
  }
1211
1232
  }
1212
1233
  }
1213
- }
1234
+ },
1235
+ "operationId": "getAdminIdentityAddresses",
1236
+ "x-voyant-module": "identity",
1237
+ "x-voyant-surface": "admin"
1214
1238
  },
1215
1239
  "post": {
1216
1240
  "tags": [
@@ -1499,7 +1523,10 @@
1499
1523
  }
1500
1524
  }
1501
1525
  }
1502
- }
1526
+ },
1527
+ "operationId": "postAdminIdentityAddresses",
1528
+ "x-voyant-module": "identity",
1529
+ "x-voyant-surface": "admin"
1503
1530
  }
1504
1531
  },
1505
1532
  "/v1/admin/identity/addresses/{id}": {
@@ -1682,7 +1709,10 @@
1682
1709
  }
1683
1710
  }
1684
1711
  }
1685
- }
1712
+ },
1713
+ "operationId": "getAdminIdentityAddressesById",
1714
+ "x-voyant-module": "identity",
1715
+ "x-voyant-surface": "admin"
1686
1716
  },
1687
1717
  "patch": {
1688
1718
  "tags": [
@@ -1995,7 +2025,10 @@
1995
2025
  }
1996
2026
  }
1997
2027
  }
1998
- }
2028
+ },
2029
+ "operationId": "patchAdminIdentityAddressesById",
2030
+ "x-voyant-module": "identity",
2031
+ "x-voyant-surface": "admin"
1999
2032
  },
2000
2033
  "delete": {
2001
2034
  "tags": [
@@ -2052,7 +2085,10 @@
2052
2085
  }
2053
2086
  }
2054
2087
  }
2055
- }
2088
+ },
2089
+ "operationId": "deleteAdminIdentityAddressesById",
2090
+ "x-voyant-module": "identity",
2091
+ "x-voyant-surface": "admin"
2056
2092
  }
2057
2093
  },
2058
2094
  "/v1/admin/identity/named-contacts": {
@@ -2265,7 +2301,10 @@
2265
2301
  }
2266
2302
  }
2267
2303
  }
2268
- }
2304
+ },
2305
+ "operationId": "getAdminIdentityNamedContacts",
2306
+ "x-voyant-module": "identity",
2307
+ "x-voyant-surface": "admin"
2269
2308
  },
2270
2309
  "post": {
2271
2310
  "tags": [
@@ -2479,7 +2518,10 @@
2479
2518
  }
2480
2519
  }
2481
2520
  }
2482
- }
2521
+ },
2522
+ "operationId": "postAdminIdentityNamedContacts",
2523
+ "x-voyant-module": "identity",
2524
+ "x-voyant-surface": "admin"
2483
2525
  }
2484
2526
  },
2485
2527
  "/v1/admin/identity/named-contacts/{id}": {
@@ -2619,7 +2661,10 @@
2619
2661
  }
2620
2662
  }
2621
2663
  }
2622
- }
2664
+ },
2665
+ "operationId": "getAdminIdentityNamedContactsById",
2666
+ "x-voyant-module": "identity",
2667
+ "x-voyant-surface": "admin"
2623
2668
  },
2624
2669
  "patch": {
2625
2670
  "tags": [
@@ -2856,7 +2901,10 @@
2856
2901
  }
2857
2902
  }
2858
2903
  }
2859
- }
2904
+ },
2905
+ "operationId": "patchAdminIdentityNamedContactsById",
2906
+ "x-voyant-module": "identity",
2907
+ "x-voyant-surface": "admin"
2860
2908
  },
2861
2909
  "delete": {
2862
2910
  "tags": [
@@ -2913,7 +2961,10 @@
2913
2961
  }
2914
2962
  }
2915
2963
  }
2916
- }
2964
+ },
2965
+ "operationId": "deleteAdminIdentityNamedContactsById",
2966
+ "x-voyant-module": "identity",
2967
+ "x-voyant-surface": "admin"
2917
2968
  }
2918
2969
  },
2919
2970
  "/v1/admin/identity/entities/{entityType}/{entityId}/contact-points": {
@@ -3038,7 +3089,10 @@
3038
3089
  }
3039
3090
  }
3040
3091
  }
3041
- }
3092
+ },
3093
+ "operationId": "getAdminIdentityEntitiesByEntityTypeByEntityIdContactPoints",
3094
+ "x-voyant-module": "identity",
3095
+ "x-voyant-surface": "admin"
3042
3096
  },
3043
3097
  "post": {
3044
3098
  "tags": [
@@ -3242,7 +3296,10 @@
3242
3296
  }
3243
3297
  }
3244
3298
  }
3245
- }
3299
+ },
3300
+ "operationId": "postAdminIdentityEntitiesByEntityTypeByEntityIdContactPoints",
3301
+ "x-voyant-module": "identity",
3302
+ "x-voyant-surface": "admin"
3246
3303
  }
3247
3304
  },
3248
3305
  "/v1/admin/identity/entities/{entityType}/{entityId}/addresses": {
@@ -3418,7 +3475,10 @@
3418
3475
  }
3419
3476
  }
3420
3477
  }
3421
- }
3478
+ },
3479
+ "operationId": "getAdminIdentityEntitiesByEntityTypeByEntityIdAddresses",
3480
+ "x-voyant-module": "identity",
3481
+ "x-voyant-surface": "admin"
3422
3482
  },
3423
3483
  "post": {
3424
3484
  "tags": [
@@ -3711,7 +3771,10 @@
3711
3771
  }
3712
3772
  }
3713
3773
  }
3714
- }
3774
+ },
3775
+ "operationId": "postAdminIdentityEntitiesByEntityTypeByEntityIdAddresses",
3776
+ "x-voyant-module": "identity",
3777
+ "x-voyant-surface": "admin"
3715
3778
  }
3716
3779
  },
3717
3780
  "/v1/admin/identity/entities/{entityType}/{entityId}/named-contacts": {
@@ -3844,7 +3907,10 @@
3844
3907
  }
3845
3908
  }
3846
3909
  }
3847
- }
3910
+ },
3911
+ "operationId": "getAdminIdentityEntitiesByEntityTypeByEntityIdNamedContacts",
3912
+ "x-voyant-module": "identity",
3913
+ "x-voyant-surface": "admin"
3848
3914
  },
3849
3915
  "post": {
3850
3916
  "tags": [
@@ -4064,7 +4130,10 @@
4064
4130
  }
4065
4131
  }
4066
4132
  }
4067
- }
4133
+ },
4134
+ "operationId": "postAdminIdentityEntitiesByEntityTypeByEntityIdNamedContacts",
4135
+ "x-voyant-module": "identity",
4136
+ "x-voyant-surface": "admin"
4068
4137
  }
4069
4138
  }
4070
4139
  },