@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.
- package/package.json +3 -3
- package/spec/admin/accommodations.json +54 -6
- package/spec/admin/action-ledger.json +94 -11
- package/spec/admin/booking-requirements.json +326 -40
- package/spec/admin/bookings.json +550 -68
- package/spec/admin/catalog.json +14 -1
- package/spec/admin/distribution.json +974 -121
- package/spec/admin/external-refs.json +62 -7
- package/spec/admin/extras.json +158 -19
- package/spec/admin/finance.json +1230 -153
- package/spec/admin/identity.json +90 -21
- package/spec/admin/legal.json +550 -68
- package/spec/admin/markets.json +302 -37
- package/spec/admin/notifications.json +294 -36
- package/spec/admin/operations.json +2112 -291
- package/spec/admin/operator-settings.json +70 -8
- package/spec/admin/pricing.json +566 -70
- package/spec/admin/products.json +1286 -160
- package/spec/admin/promotions.json +54 -6
- package/spec/admin/quotes.json +342 -42
- package/spec/admin/relationships.json +686 -85
- package/spec/admin/sellability.json +246 -30
- package/spec/admin/storefront.json +22 -2
- package/spec/admin/suppliers.json +278 -34
- package/spec/admin/trips.json +198 -24
- package/spec/framework-admin.json +10472 -1392
- package/spec/framework-openapi.json +11510 -1695
- package/spec/framework-storefront.json +846 -105
- package/spec/storefront/booking-requirements.json +14 -1
- package/spec/storefront/bookings.json +86 -10
- package/spec/storefront/catalog.json +14 -1
- package/spec/storefront/customer-portal.json +158 -19
- package/spec/storefront/finance.json +102 -12
- package/spec/storefront/legal.json +94 -11
- package/spec/storefront/markets.json +14 -1
- package/spec/storefront/operator-settings.json +22 -2
- package/spec/storefront/pricing.json +14 -1
- package/spec/storefront/products.json +62 -7
- package/spec/storefront/storefront-verification.json +38 -4
- package/spec/storefront/storefront.json +102 -12
- 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": {
|
|
@@ -281,7 +287,14 @@
|
|
|
281
287
|
}
|
|
282
288
|
}
|
|
283
289
|
}
|
|
284
|
-
}
|
|
290
|
+
},
|
|
291
|
+
"operationId": "postAdminSellabilityResolve",
|
|
292
|
+
"summary": "POST /v1/admin/sellability/resolve",
|
|
293
|
+
"tags": [
|
|
294
|
+
"sellability"
|
|
295
|
+
],
|
|
296
|
+
"x-voyant-module": "sellability",
|
|
297
|
+
"x-voyant-surface": "admin"
|
|
285
298
|
}
|
|
286
299
|
},
|
|
287
300
|
"/v1/admin/sellability/resolve-and-persist": {
|
|
@@ -549,7 +562,14 @@
|
|
|
549
562
|
}
|
|
550
563
|
}
|
|
551
564
|
}
|
|
552
|
-
}
|
|
565
|
+
},
|
|
566
|
+
"operationId": "postAdminSellabilityResolveAndPersist",
|
|
567
|
+
"summary": "POST /v1/admin/sellability/resolve-and-persist",
|
|
568
|
+
"tags": [
|
|
569
|
+
"sellability"
|
|
570
|
+
],
|
|
571
|
+
"x-voyant-module": "sellability",
|
|
572
|
+
"x-voyant-surface": "admin"
|
|
553
573
|
}
|
|
554
574
|
},
|
|
555
575
|
"/v1/admin/sellability/snapshots": {
|
|
@@ -780,7 +800,14 @@
|
|
|
780
800
|
}
|
|
781
801
|
}
|
|
782
802
|
}
|
|
783
|
-
}
|
|
803
|
+
},
|
|
804
|
+
"operationId": "getAdminSellabilitySnapshots",
|
|
805
|
+
"summary": "GET /v1/admin/sellability/snapshots",
|
|
806
|
+
"tags": [
|
|
807
|
+
"sellability"
|
|
808
|
+
],
|
|
809
|
+
"x-voyant-module": "sellability",
|
|
810
|
+
"x-voyant-surface": "admin"
|
|
784
811
|
}
|
|
785
812
|
},
|
|
786
813
|
"/v1/admin/sellability/snapshots/{id}": {
|
|
@@ -937,7 +964,14 @@
|
|
|
937
964
|
}
|
|
938
965
|
}
|
|
939
966
|
}
|
|
940
|
-
}
|
|
967
|
+
},
|
|
968
|
+
"operationId": "getAdminSellabilitySnapshotsById",
|
|
969
|
+
"summary": "GET /v1/admin/sellability/snapshots/{id}",
|
|
970
|
+
"tags": [
|
|
971
|
+
"sellability"
|
|
972
|
+
],
|
|
973
|
+
"x-voyant-module": "sellability",
|
|
974
|
+
"x-voyant-surface": "admin"
|
|
941
975
|
}
|
|
942
976
|
},
|
|
943
977
|
"/v1/admin/sellability/snapshot-items": {
|
|
@@ -1181,7 +1215,14 @@
|
|
|
1181
1215
|
}
|
|
1182
1216
|
}
|
|
1183
1217
|
}
|
|
1184
|
-
}
|
|
1218
|
+
},
|
|
1219
|
+
"operationId": "getAdminSellabilitySnapshotItems",
|
|
1220
|
+
"summary": "GET /v1/admin/sellability/snapshot-items",
|
|
1221
|
+
"tags": [
|
|
1222
|
+
"sellability"
|
|
1223
|
+
],
|
|
1224
|
+
"x-voyant-module": "sellability",
|
|
1225
|
+
"x-voyant-surface": "admin"
|
|
1185
1226
|
}
|
|
1186
1227
|
},
|
|
1187
1228
|
"/v1/admin/sellability/policies": {
|
|
@@ -1431,7 +1472,14 @@
|
|
|
1431
1472
|
}
|
|
1432
1473
|
}
|
|
1433
1474
|
}
|
|
1434
|
-
}
|
|
1475
|
+
},
|
|
1476
|
+
"operationId": "getAdminSellabilityPolicies",
|
|
1477
|
+
"summary": "GET /v1/admin/sellability/policies",
|
|
1478
|
+
"tags": [
|
|
1479
|
+
"sellability"
|
|
1480
|
+
],
|
|
1481
|
+
"x-voyant-module": "sellability",
|
|
1482
|
+
"x-voyant-surface": "admin"
|
|
1435
1483
|
},
|
|
1436
1484
|
"post": {
|
|
1437
1485
|
"requestBody": {
|
|
@@ -1677,7 +1725,14 @@
|
|
|
1677
1725
|
}
|
|
1678
1726
|
}
|
|
1679
1727
|
}
|
|
1680
|
-
}
|
|
1728
|
+
},
|
|
1729
|
+
"operationId": "postAdminSellabilityPolicies",
|
|
1730
|
+
"summary": "POST /v1/admin/sellability/policies",
|
|
1731
|
+
"tags": [
|
|
1732
|
+
"sellability"
|
|
1733
|
+
],
|
|
1734
|
+
"x-voyant-module": "sellability",
|
|
1735
|
+
"x-voyant-surface": "admin"
|
|
1681
1736
|
}
|
|
1682
1737
|
},
|
|
1683
1738
|
"/v1/admin/sellability/policies/{id}": {
|
|
@@ -1835,7 +1890,14 @@
|
|
|
1835
1890
|
}
|
|
1836
1891
|
}
|
|
1837
1892
|
}
|
|
1838
|
-
}
|
|
1893
|
+
},
|
|
1894
|
+
"operationId": "getAdminSellabilityPoliciesById",
|
|
1895
|
+
"summary": "GET /v1/admin/sellability/policies/{id}",
|
|
1896
|
+
"tags": [
|
|
1897
|
+
"sellability"
|
|
1898
|
+
],
|
|
1899
|
+
"x-voyant-module": "sellability",
|
|
1900
|
+
"x-voyant-surface": "admin"
|
|
1839
1901
|
},
|
|
1840
1902
|
"patch": {
|
|
1841
1903
|
"parameters": [
|
|
@@ -2106,7 +2168,14 @@
|
|
|
2106
2168
|
}
|
|
2107
2169
|
}
|
|
2108
2170
|
}
|
|
2109
|
-
}
|
|
2171
|
+
},
|
|
2172
|
+
"operationId": "patchAdminSellabilityPoliciesById",
|
|
2173
|
+
"summary": "PATCH /v1/admin/sellability/policies/{id}",
|
|
2174
|
+
"tags": [
|
|
2175
|
+
"sellability"
|
|
2176
|
+
],
|
|
2177
|
+
"x-voyant-module": "sellability",
|
|
2178
|
+
"x-voyant-surface": "admin"
|
|
2110
2179
|
},
|
|
2111
2180
|
"delete": {
|
|
2112
2181
|
"parameters": [
|
|
@@ -2156,7 +2225,14 @@
|
|
|
2156
2225
|
}
|
|
2157
2226
|
}
|
|
2158
2227
|
}
|
|
2159
|
-
}
|
|
2228
|
+
},
|
|
2229
|
+
"operationId": "deleteAdminSellabilityPoliciesById",
|
|
2230
|
+
"summary": "DELETE /v1/admin/sellability/policies/{id}",
|
|
2231
|
+
"tags": [
|
|
2232
|
+
"sellability"
|
|
2233
|
+
],
|
|
2234
|
+
"x-voyant-module": "sellability",
|
|
2235
|
+
"x-voyant-surface": "admin"
|
|
2160
2236
|
}
|
|
2161
2237
|
},
|
|
2162
2238
|
"/v1/admin/sellability/policy-results": {
|
|
@@ -2318,7 +2394,14 @@
|
|
|
2318
2394
|
}
|
|
2319
2395
|
}
|
|
2320
2396
|
}
|
|
2321
|
-
}
|
|
2397
|
+
},
|
|
2398
|
+
"operationId": "getAdminSellabilityPolicyResults",
|
|
2399
|
+
"summary": "GET /v1/admin/sellability/policy-results",
|
|
2400
|
+
"tags": [
|
|
2401
|
+
"sellability"
|
|
2402
|
+
],
|
|
2403
|
+
"x-voyant-module": "sellability",
|
|
2404
|
+
"x-voyant-surface": "admin"
|
|
2322
2405
|
},
|
|
2323
2406
|
"post": {
|
|
2324
2407
|
"requestBody": {
|
|
@@ -2475,7 +2558,14 @@
|
|
|
2475
2558
|
}
|
|
2476
2559
|
}
|
|
2477
2560
|
}
|
|
2478
|
-
}
|
|
2561
|
+
},
|
|
2562
|
+
"operationId": "postAdminSellabilityPolicyResults",
|
|
2563
|
+
"summary": "POST /v1/admin/sellability/policy-results",
|
|
2564
|
+
"tags": [
|
|
2565
|
+
"sellability"
|
|
2566
|
+
],
|
|
2567
|
+
"x-voyant-module": "sellability",
|
|
2568
|
+
"x-voyant-surface": "admin"
|
|
2479
2569
|
}
|
|
2480
2570
|
},
|
|
2481
2571
|
"/v1/admin/sellability/policy-results/{id}": {
|
|
@@ -2586,7 +2676,14 @@
|
|
|
2586
2676
|
}
|
|
2587
2677
|
}
|
|
2588
2678
|
}
|
|
2589
|
-
}
|
|
2679
|
+
},
|
|
2680
|
+
"operationId": "getAdminSellabilityPolicyResultsById",
|
|
2681
|
+
"summary": "GET /v1/admin/sellability/policy-results/{id}",
|
|
2682
|
+
"tags": [
|
|
2683
|
+
"sellability"
|
|
2684
|
+
],
|
|
2685
|
+
"x-voyant-module": "sellability",
|
|
2686
|
+
"x-voyant-surface": "admin"
|
|
2590
2687
|
},
|
|
2591
2688
|
"patch": {
|
|
2592
2689
|
"parameters": [
|
|
@@ -2768,7 +2865,14 @@
|
|
|
2768
2865
|
}
|
|
2769
2866
|
}
|
|
2770
2867
|
}
|
|
2771
|
-
}
|
|
2868
|
+
},
|
|
2869
|
+
"operationId": "patchAdminSellabilityPolicyResultsById",
|
|
2870
|
+
"summary": "PATCH /v1/admin/sellability/policy-results/{id}",
|
|
2871
|
+
"tags": [
|
|
2872
|
+
"sellability"
|
|
2873
|
+
],
|
|
2874
|
+
"x-voyant-module": "sellability",
|
|
2875
|
+
"x-voyant-surface": "admin"
|
|
2772
2876
|
},
|
|
2773
2877
|
"delete": {
|
|
2774
2878
|
"parameters": [
|
|
@@ -2818,7 +2922,14 @@
|
|
|
2818
2922
|
}
|
|
2819
2923
|
}
|
|
2820
2924
|
}
|
|
2821
|
-
}
|
|
2925
|
+
},
|
|
2926
|
+
"operationId": "deleteAdminSellabilityPolicyResultsById",
|
|
2927
|
+
"summary": "DELETE /v1/admin/sellability/policy-results/{id}",
|
|
2928
|
+
"tags": [
|
|
2929
|
+
"sellability"
|
|
2930
|
+
],
|
|
2931
|
+
"x-voyant-module": "sellability",
|
|
2932
|
+
"x-voyant-surface": "admin"
|
|
2822
2933
|
}
|
|
2823
2934
|
},
|
|
2824
2935
|
"/v1/admin/sellability/offer-refresh-runs": {
|
|
@@ -2978,7 +3089,14 @@
|
|
|
2978
3089
|
}
|
|
2979
3090
|
}
|
|
2980
3091
|
}
|
|
2981
|
-
}
|
|
3092
|
+
},
|
|
3093
|
+
"operationId": "getAdminSellabilityOfferRefreshRuns",
|
|
3094
|
+
"summary": "GET /v1/admin/sellability/offer-refresh-runs",
|
|
3095
|
+
"tags": [
|
|
3096
|
+
"sellability"
|
|
3097
|
+
],
|
|
3098
|
+
"x-voyant-module": "sellability",
|
|
3099
|
+
"x-voyant-surface": "admin"
|
|
2982
3100
|
},
|
|
2983
3101
|
"post": {
|
|
2984
3102
|
"requestBody": {
|
|
@@ -3144,7 +3262,14 @@
|
|
|
3144
3262
|
}
|
|
3145
3263
|
}
|
|
3146
3264
|
}
|
|
3147
|
-
}
|
|
3265
|
+
},
|
|
3266
|
+
"operationId": "postAdminSellabilityOfferRefreshRuns",
|
|
3267
|
+
"summary": "POST /v1/admin/sellability/offer-refresh-runs",
|
|
3268
|
+
"tags": [
|
|
3269
|
+
"sellability"
|
|
3270
|
+
],
|
|
3271
|
+
"x-voyant-module": "sellability",
|
|
3272
|
+
"x-voyant-surface": "admin"
|
|
3148
3273
|
}
|
|
3149
3274
|
},
|
|
3150
3275
|
"/v1/admin/sellability/offer-refresh-runs/{id}": {
|
|
@@ -3260,7 +3385,14 @@
|
|
|
3260
3385
|
}
|
|
3261
3386
|
}
|
|
3262
3387
|
}
|
|
3263
|
-
}
|
|
3388
|
+
},
|
|
3389
|
+
"operationId": "getAdminSellabilityOfferRefreshRunsById",
|
|
3390
|
+
"summary": "GET /v1/admin/sellability/offer-refresh-runs/{id}",
|
|
3391
|
+
"tags": [
|
|
3392
|
+
"sellability"
|
|
3393
|
+
],
|
|
3394
|
+
"x-voyant-module": "sellability",
|
|
3395
|
+
"x-voyant-surface": "admin"
|
|
3264
3396
|
},
|
|
3265
3397
|
"patch": {
|
|
3266
3398
|
"parameters": [
|
|
@@ -3451,7 +3583,14 @@
|
|
|
3451
3583
|
}
|
|
3452
3584
|
}
|
|
3453
3585
|
}
|
|
3454
|
-
}
|
|
3586
|
+
},
|
|
3587
|
+
"operationId": "patchAdminSellabilityOfferRefreshRunsById",
|
|
3588
|
+
"summary": "PATCH /v1/admin/sellability/offer-refresh-runs/{id}",
|
|
3589
|
+
"tags": [
|
|
3590
|
+
"sellability"
|
|
3591
|
+
],
|
|
3592
|
+
"x-voyant-module": "sellability",
|
|
3593
|
+
"x-voyant-surface": "admin"
|
|
3455
3594
|
},
|
|
3456
3595
|
"delete": {
|
|
3457
3596
|
"parameters": [
|
|
@@ -3501,7 +3640,14 @@
|
|
|
3501
3640
|
}
|
|
3502
3641
|
}
|
|
3503
3642
|
}
|
|
3504
|
-
}
|
|
3643
|
+
},
|
|
3644
|
+
"operationId": "deleteAdminSellabilityOfferRefreshRunsById",
|
|
3645
|
+
"summary": "DELETE /v1/admin/sellability/offer-refresh-runs/{id}",
|
|
3646
|
+
"tags": [
|
|
3647
|
+
"sellability"
|
|
3648
|
+
],
|
|
3649
|
+
"x-voyant-module": "sellability",
|
|
3650
|
+
"x-voyant-surface": "admin"
|
|
3505
3651
|
}
|
|
3506
3652
|
},
|
|
3507
3653
|
"/v1/admin/sellability/offer-expiration-events": {
|
|
@@ -3659,7 +3805,14 @@
|
|
|
3659
3805
|
}
|
|
3660
3806
|
}
|
|
3661
3807
|
}
|
|
3662
|
-
}
|
|
3808
|
+
},
|
|
3809
|
+
"operationId": "getAdminSellabilityOfferExpirationEvents",
|
|
3810
|
+
"summary": "GET /v1/admin/sellability/offer-expiration-events",
|
|
3811
|
+
"tags": [
|
|
3812
|
+
"sellability"
|
|
3813
|
+
],
|
|
3814
|
+
"x-voyant-module": "sellability",
|
|
3815
|
+
"x-voyant-surface": "admin"
|
|
3663
3816
|
},
|
|
3664
3817
|
"post": {
|
|
3665
3818
|
"requestBody": {
|
|
@@ -3821,7 +3974,14 @@
|
|
|
3821
3974
|
}
|
|
3822
3975
|
}
|
|
3823
3976
|
}
|
|
3824
|
-
}
|
|
3977
|
+
},
|
|
3978
|
+
"operationId": "postAdminSellabilityOfferExpirationEvents",
|
|
3979
|
+
"summary": "POST /v1/admin/sellability/offer-expiration-events",
|
|
3980
|
+
"tags": [
|
|
3981
|
+
"sellability"
|
|
3982
|
+
],
|
|
3983
|
+
"x-voyant-module": "sellability",
|
|
3984
|
+
"x-voyant-surface": "admin"
|
|
3825
3985
|
}
|
|
3826
3986
|
},
|
|
3827
3987
|
"/v1/admin/sellability/offer-expiration-events/{id}": {
|
|
@@ -3936,7 +4096,14 @@
|
|
|
3936
4096
|
}
|
|
3937
4097
|
}
|
|
3938
4098
|
}
|
|
3939
|
-
}
|
|
4099
|
+
},
|
|
4100
|
+
"operationId": "getAdminSellabilityOfferExpirationEventsById",
|
|
4101
|
+
"summary": "GET /v1/admin/sellability/offer-expiration-events/{id}",
|
|
4102
|
+
"tags": [
|
|
4103
|
+
"sellability"
|
|
4104
|
+
],
|
|
4105
|
+
"x-voyant-module": "sellability",
|
|
4106
|
+
"x-voyant-surface": "admin"
|
|
3940
4107
|
},
|
|
3941
4108
|
"patch": {
|
|
3942
4109
|
"parameters": [
|
|
@@ -4122,7 +4289,14 @@
|
|
|
4122
4289
|
}
|
|
4123
4290
|
}
|
|
4124
4291
|
}
|
|
4125
|
-
}
|
|
4292
|
+
},
|
|
4293
|
+
"operationId": "patchAdminSellabilityOfferExpirationEventsById",
|
|
4294
|
+
"summary": "PATCH /v1/admin/sellability/offer-expiration-events/{id}",
|
|
4295
|
+
"tags": [
|
|
4296
|
+
"sellability"
|
|
4297
|
+
],
|
|
4298
|
+
"x-voyant-module": "sellability",
|
|
4299
|
+
"x-voyant-surface": "admin"
|
|
4126
4300
|
},
|
|
4127
4301
|
"delete": {
|
|
4128
4302
|
"parameters": [
|
|
@@ -4172,7 +4346,14 @@
|
|
|
4172
4346
|
}
|
|
4173
4347
|
}
|
|
4174
4348
|
}
|
|
4175
|
-
}
|
|
4349
|
+
},
|
|
4350
|
+
"operationId": "deleteAdminSellabilityOfferExpirationEventsById",
|
|
4351
|
+
"summary": "DELETE /v1/admin/sellability/offer-expiration-events/{id}",
|
|
4352
|
+
"tags": [
|
|
4353
|
+
"sellability"
|
|
4354
|
+
],
|
|
4355
|
+
"x-voyant-module": "sellability",
|
|
4356
|
+
"x-voyant-surface": "admin"
|
|
4176
4357
|
}
|
|
4177
4358
|
},
|
|
4178
4359
|
"/v1/admin/sellability/explanations": {
|
|
@@ -4329,7 +4510,14 @@
|
|
|
4329
4510
|
}
|
|
4330
4511
|
}
|
|
4331
4512
|
}
|
|
4332
|
-
}
|
|
4513
|
+
},
|
|
4514
|
+
"operationId": "getAdminSellabilityExplanations",
|
|
4515
|
+
"summary": "GET /v1/admin/sellability/explanations",
|
|
4516
|
+
"tags": [
|
|
4517
|
+
"sellability"
|
|
4518
|
+
],
|
|
4519
|
+
"x-voyant-module": "sellability",
|
|
4520
|
+
"x-voyant-surface": "admin"
|
|
4333
4521
|
},
|
|
4334
4522
|
"post": {
|
|
4335
4523
|
"requestBody": {
|
|
@@ -4488,7 +4676,14 @@
|
|
|
4488
4676
|
}
|
|
4489
4677
|
}
|
|
4490
4678
|
}
|
|
4491
|
-
}
|
|
4679
|
+
},
|
|
4680
|
+
"operationId": "postAdminSellabilityExplanations",
|
|
4681
|
+
"summary": "POST /v1/admin/sellability/explanations",
|
|
4682
|
+
"tags": [
|
|
4683
|
+
"sellability"
|
|
4684
|
+
],
|
|
4685
|
+
"x-voyant-module": "sellability",
|
|
4686
|
+
"x-voyant-surface": "admin"
|
|
4492
4687
|
}
|
|
4493
4688
|
},
|
|
4494
4689
|
"/v1/admin/sellability/explanations/{id}": {
|
|
@@ -4599,7 +4794,14 @@
|
|
|
4599
4794
|
}
|
|
4600
4795
|
}
|
|
4601
4796
|
}
|
|
4602
|
-
}
|
|
4797
|
+
},
|
|
4798
|
+
"operationId": "getAdminSellabilityExplanationsById",
|
|
4799
|
+
"summary": "GET /v1/admin/sellability/explanations/{id}",
|
|
4800
|
+
"tags": [
|
|
4801
|
+
"sellability"
|
|
4802
|
+
],
|
|
4803
|
+
"x-voyant-module": "sellability",
|
|
4804
|
+
"x-voyant-surface": "admin"
|
|
4603
4805
|
},
|
|
4604
4806
|
"patch": {
|
|
4605
4807
|
"parameters": [
|
|
@@ -4782,7 +4984,14 @@
|
|
|
4782
4984
|
}
|
|
4783
4985
|
}
|
|
4784
4986
|
}
|
|
4785
|
-
}
|
|
4987
|
+
},
|
|
4988
|
+
"operationId": "patchAdminSellabilityExplanationsById",
|
|
4989
|
+
"summary": "PATCH /v1/admin/sellability/explanations/{id}",
|
|
4990
|
+
"tags": [
|
|
4991
|
+
"sellability"
|
|
4992
|
+
],
|
|
4993
|
+
"x-voyant-module": "sellability",
|
|
4994
|
+
"x-voyant-surface": "admin"
|
|
4786
4995
|
},
|
|
4787
4996
|
"delete": {
|
|
4788
4997
|
"parameters": [
|
|
@@ -4832,7 +5041,14 @@
|
|
|
4832
5041
|
}
|
|
4833
5042
|
}
|
|
4834
5043
|
}
|
|
4835
|
-
}
|
|
5044
|
+
},
|
|
5045
|
+
"operationId": "deleteAdminSellabilityExplanationsById",
|
|
5046
|
+
"summary": "DELETE /v1/admin/sellability/explanations/{id}",
|
|
5047
|
+
"tags": [
|
|
5048
|
+
"sellability"
|
|
5049
|
+
],
|
|
5050
|
+
"x-voyant-module": "sellability",
|
|
5051
|
+
"x-voyant-surface": "admin"
|
|
4836
5052
|
}
|
|
4837
5053
|
}
|
|
4838
5054
|
},
|
|
@@ -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": {
|
|
@@ -768,7 +774,14 @@
|
|
|
768
774
|
}
|
|
769
775
|
}
|
|
770
776
|
}
|
|
771
|
-
}
|
|
777
|
+
},
|
|
778
|
+
"operationId": "getAdminStorefrontSettings",
|
|
779
|
+
"summary": "GET /v1/admin/storefront/settings",
|
|
780
|
+
"tags": [
|
|
781
|
+
"storefront"
|
|
782
|
+
],
|
|
783
|
+
"x-voyant-module": "storefront",
|
|
784
|
+
"x-voyant-surface": "admin"
|
|
772
785
|
},
|
|
773
786
|
"patch": {
|
|
774
787
|
"requestBody": {
|
|
@@ -1945,7 +1958,14 @@
|
|
|
1945
1958
|
}
|
|
1946
1959
|
}
|
|
1947
1960
|
}
|
|
1948
|
-
}
|
|
1961
|
+
},
|
|
1962
|
+
"operationId": "patchAdminStorefrontSettings",
|
|
1963
|
+
"summary": "PATCH /v1/admin/storefront/settings",
|
|
1964
|
+
"tags": [
|
|
1965
|
+
"storefront"
|
|
1966
|
+
],
|
|
1967
|
+
"x-voyant-module": "storefront",
|
|
1968
|
+
"x-voyant-surface": "admin"
|
|
1949
1969
|
}
|
|
1950
1970
|
}
|
|
1951
1971
|
},
|