@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": {
|
|
@@ -351,7 +357,14 @@
|
|
|
351
357
|
}
|
|
352
358
|
}
|
|
353
359
|
}
|
|
354
|
-
}
|
|
360
|
+
},
|
|
361
|
+
"operationId": "getAdminExternalRefsRefs",
|
|
362
|
+
"summary": "GET /v1/admin/external-refs/refs",
|
|
363
|
+
"tags": [
|
|
364
|
+
"external-refs"
|
|
365
|
+
],
|
|
366
|
+
"x-voyant-module": "external-refs",
|
|
367
|
+
"x-voyant-surface": "admin"
|
|
355
368
|
},
|
|
356
369
|
"post": {
|
|
357
370
|
"requestBody": {
|
|
@@ -549,7 +562,14 @@
|
|
|
549
562
|
}
|
|
550
563
|
}
|
|
551
564
|
}
|
|
552
|
-
}
|
|
565
|
+
},
|
|
566
|
+
"operationId": "postAdminExternalRefsRefs",
|
|
567
|
+
"summary": "POST /v1/admin/external-refs/refs",
|
|
568
|
+
"tags": [
|
|
569
|
+
"external-refs"
|
|
570
|
+
],
|
|
571
|
+
"x-voyant-module": "external-refs",
|
|
572
|
+
"x-voyant-surface": "admin"
|
|
553
573
|
}
|
|
554
574
|
},
|
|
555
575
|
"/v1/admin/external-refs/refs/{id}": {
|
|
@@ -676,7 +696,14 @@
|
|
|
676
696
|
}
|
|
677
697
|
}
|
|
678
698
|
}
|
|
679
|
-
}
|
|
699
|
+
},
|
|
700
|
+
"operationId": "getAdminExternalRefsRefsById",
|
|
701
|
+
"summary": "GET /v1/admin/external-refs/refs/{id}",
|
|
702
|
+
"tags": [
|
|
703
|
+
"external-refs"
|
|
704
|
+
],
|
|
705
|
+
"x-voyant-module": "external-refs",
|
|
706
|
+
"x-voyant-surface": "admin"
|
|
680
707
|
},
|
|
681
708
|
"patch": {
|
|
682
709
|
"parameters": [
|
|
@@ -895,7 +922,14 @@
|
|
|
895
922
|
}
|
|
896
923
|
}
|
|
897
924
|
}
|
|
898
|
-
}
|
|
925
|
+
},
|
|
926
|
+
"operationId": "patchAdminExternalRefsRefsById",
|
|
927
|
+
"summary": "PATCH /v1/admin/external-refs/refs/{id}",
|
|
928
|
+
"tags": [
|
|
929
|
+
"external-refs"
|
|
930
|
+
],
|
|
931
|
+
"x-voyant-module": "external-refs",
|
|
932
|
+
"x-voyant-surface": "admin"
|
|
899
933
|
},
|
|
900
934
|
"delete": {
|
|
901
935
|
"parameters": [
|
|
@@ -948,7 +982,14 @@
|
|
|
948
982
|
}
|
|
949
983
|
}
|
|
950
984
|
}
|
|
951
|
-
}
|
|
985
|
+
},
|
|
986
|
+
"operationId": "deleteAdminExternalRefsRefsById",
|
|
987
|
+
"summary": "DELETE /v1/admin/external-refs/refs/{id}",
|
|
988
|
+
"tags": [
|
|
989
|
+
"external-refs"
|
|
990
|
+
],
|
|
991
|
+
"x-voyant-module": "external-refs",
|
|
992
|
+
"x-voyant-surface": "admin"
|
|
952
993
|
}
|
|
953
994
|
},
|
|
954
995
|
"/v1/admin/external-refs/entities/{entityType}/{entityId}/refs": {
|
|
@@ -1170,7 +1211,14 @@
|
|
|
1170
1211
|
}
|
|
1171
1212
|
}
|
|
1172
1213
|
}
|
|
1173
|
-
}
|
|
1214
|
+
},
|
|
1215
|
+
"operationId": "getAdminExternalRefsEntitiesByEntityTypeByEntityIdRefs",
|
|
1216
|
+
"summary": "GET /v1/admin/external-refs/entities/{entityType}/{entityId}/refs",
|
|
1217
|
+
"tags": [
|
|
1218
|
+
"external-refs"
|
|
1219
|
+
],
|
|
1220
|
+
"x-voyant-module": "external-refs",
|
|
1221
|
+
"x-voyant-surface": "admin"
|
|
1174
1222
|
},
|
|
1175
1223
|
"post": {
|
|
1176
1224
|
"parameters": [
|
|
@@ -1374,7 +1422,14 @@
|
|
|
1374
1422
|
}
|
|
1375
1423
|
}
|
|
1376
1424
|
}
|
|
1377
|
-
}
|
|
1425
|
+
},
|
|
1426
|
+
"operationId": "postAdminExternalRefsEntitiesByEntityTypeByEntityIdRefs",
|
|
1427
|
+
"summary": "POST /v1/admin/external-refs/entities/{entityType}/{entityId}/refs",
|
|
1428
|
+
"tags": [
|
|
1429
|
+
"external-refs"
|
|
1430
|
+
],
|
|
1431
|
+
"x-voyant-module": "external-refs",
|
|
1432
|
+
"x-voyant-surface": "admin"
|
|
1378
1433
|
}
|
|
1379
1434
|
}
|
|
1380
1435
|
},
|
package/spec/admin/extras.json
CHANGED
|
@@ -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": {
|
|
@@ -389,7 +395,14 @@
|
|
|
389
395
|
}
|
|
390
396
|
}
|
|
391
397
|
}
|
|
392
|
-
}
|
|
398
|
+
},
|
|
399
|
+
"operationId": "getAdminExtrasProductExtras",
|
|
400
|
+
"summary": "GET /v1/admin/extras/product-extras",
|
|
401
|
+
"tags": [
|
|
402
|
+
"extras"
|
|
403
|
+
],
|
|
404
|
+
"x-voyant-module": "extras",
|
|
405
|
+
"x-voyant-surface": "admin"
|
|
393
406
|
},
|
|
394
407
|
"post": {
|
|
395
408
|
"requestBody": {
|
|
@@ -673,7 +686,14 @@
|
|
|
673
686
|
}
|
|
674
687
|
}
|
|
675
688
|
}
|
|
676
|
-
}
|
|
689
|
+
},
|
|
690
|
+
"operationId": "postAdminExtrasProductExtras",
|
|
691
|
+
"summary": "POST /v1/admin/extras/product-extras",
|
|
692
|
+
"tags": [
|
|
693
|
+
"extras"
|
|
694
|
+
],
|
|
695
|
+
"x-voyant-module": "extras",
|
|
696
|
+
"x-voyant-surface": "admin"
|
|
677
697
|
}
|
|
678
698
|
},
|
|
679
699
|
"/v1/admin/extras/product-extras/{id}": {
|
|
@@ -848,7 +868,14 @@
|
|
|
848
868
|
}
|
|
849
869
|
}
|
|
850
870
|
}
|
|
851
|
-
}
|
|
871
|
+
},
|
|
872
|
+
"operationId": "getAdminExtrasProductExtrasById",
|
|
873
|
+
"summary": "GET /v1/admin/extras/product-extras/{id}",
|
|
874
|
+
"tags": [
|
|
875
|
+
"extras"
|
|
876
|
+
],
|
|
877
|
+
"x-voyant-module": "extras",
|
|
878
|
+
"x-voyant-surface": "admin"
|
|
852
879
|
},
|
|
853
880
|
"patch": {
|
|
854
881
|
"parameters": [
|
|
@@ -1156,7 +1183,14 @@
|
|
|
1156
1183
|
}
|
|
1157
1184
|
}
|
|
1158
1185
|
}
|
|
1159
|
-
}
|
|
1186
|
+
},
|
|
1187
|
+
"operationId": "patchAdminExtrasProductExtrasById",
|
|
1188
|
+
"summary": "PATCH /v1/admin/extras/product-extras/{id}",
|
|
1189
|
+
"tags": [
|
|
1190
|
+
"extras"
|
|
1191
|
+
],
|
|
1192
|
+
"x-voyant-module": "extras",
|
|
1193
|
+
"x-voyant-surface": "admin"
|
|
1160
1194
|
},
|
|
1161
1195
|
"delete": {
|
|
1162
1196
|
"parameters": [
|
|
@@ -1206,7 +1240,14 @@
|
|
|
1206
1240
|
}
|
|
1207
1241
|
}
|
|
1208
1242
|
}
|
|
1209
|
-
}
|
|
1243
|
+
},
|
|
1244
|
+
"operationId": "deleteAdminExtrasProductExtrasById",
|
|
1245
|
+
"summary": "DELETE /v1/admin/extras/product-extras/{id}",
|
|
1246
|
+
"tags": [
|
|
1247
|
+
"extras"
|
|
1248
|
+
],
|
|
1249
|
+
"x-voyant-module": "extras",
|
|
1250
|
+
"x-voyant-surface": "admin"
|
|
1210
1251
|
}
|
|
1211
1252
|
},
|
|
1212
1253
|
"/v1/admin/extras/option-extra-configs": {
|
|
@@ -1428,7 +1469,14 @@
|
|
|
1428
1469
|
}
|
|
1429
1470
|
}
|
|
1430
1471
|
}
|
|
1431
|
-
}
|
|
1472
|
+
},
|
|
1473
|
+
"operationId": "getAdminExtrasOptionExtraConfigs",
|
|
1474
|
+
"summary": "GET /v1/admin/extras/option-extra-configs",
|
|
1475
|
+
"tags": [
|
|
1476
|
+
"extras"
|
|
1477
|
+
],
|
|
1478
|
+
"x-voyant-module": "extras",
|
|
1479
|
+
"x-voyant-surface": "admin"
|
|
1432
1480
|
},
|
|
1433
1481
|
"post": {
|
|
1434
1482
|
"requestBody": {
|
|
@@ -1680,7 +1728,14 @@
|
|
|
1680
1728
|
}
|
|
1681
1729
|
}
|
|
1682
1730
|
}
|
|
1683
|
-
}
|
|
1731
|
+
},
|
|
1732
|
+
"operationId": "postAdminExtrasOptionExtraConfigs",
|
|
1733
|
+
"summary": "POST /v1/admin/extras/option-extra-configs",
|
|
1734
|
+
"tags": [
|
|
1735
|
+
"extras"
|
|
1736
|
+
],
|
|
1737
|
+
"x-voyant-module": "extras",
|
|
1738
|
+
"x-voyant-surface": "admin"
|
|
1684
1739
|
}
|
|
1685
1740
|
},
|
|
1686
1741
|
"/v1/admin/extras/option-extra-configs/{id}": {
|
|
@@ -1841,7 +1896,14 @@
|
|
|
1841
1896
|
}
|
|
1842
1897
|
}
|
|
1843
1898
|
}
|
|
1844
|
-
}
|
|
1899
|
+
},
|
|
1900
|
+
"operationId": "getAdminExtrasOptionExtraConfigsById",
|
|
1901
|
+
"summary": "GET /v1/admin/extras/option-extra-configs/{id}",
|
|
1902
|
+
"tags": [
|
|
1903
|
+
"extras"
|
|
1904
|
+
],
|
|
1905
|
+
"x-voyant-module": "extras",
|
|
1906
|
+
"x-voyant-surface": "admin"
|
|
1845
1907
|
},
|
|
1846
1908
|
"patch": {
|
|
1847
1909
|
"parameters": [
|
|
@@ -2117,7 +2179,14 @@
|
|
|
2117
2179
|
}
|
|
2118
2180
|
}
|
|
2119
2181
|
}
|
|
2120
|
-
}
|
|
2182
|
+
},
|
|
2183
|
+
"operationId": "patchAdminExtrasOptionExtraConfigsById",
|
|
2184
|
+
"summary": "PATCH /v1/admin/extras/option-extra-configs/{id}",
|
|
2185
|
+
"tags": [
|
|
2186
|
+
"extras"
|
|
2187
|
+
],
|
|
2188
|
+
"x-voyant-module": "extras",
|
|
2189
|
+
"x-voyant-surface": "admin"
|
|
2121
2190
|
},
|
|
2122
2191
|
"delete": {
|
|
2123
2192
|
"parameters": [
|
|
@@ -2167,7 +2236,14 @@
|
|
|
2167
2236
|
}
|
|
2168
2237
|
}
|
|
2169
2238
|
}
|
|
2170
|
-
}
|
|
2239
|
+
},
|
|
2240
|
+
"operationId": "deleteAdminExtrasOptionExtraConfigsById",
|
|
2241
|
+
"summary": "DELETE /v1/admin/extras/option-extra-configs/{id}",
|
|
2242
|
+
"tags": [
|
|
2243
|
+
"extras"
|
|
2244
|
+
],
|
|
2245
|
+
"x-voyant-module": "extras",
|
|
2246
|
+
"x-voyant-surface": "admin"
|
|
2171
2247
|
}
|
|
2172
2248
|
},
|
|
2173
2249
|
"/v1/admin/extras/booking-extras": {
|
|
@@ -2419,7 +2495,14 @@
|
|
|
2419
2495
|
}
|
|
2420
2496
|
}
|
|
2421
2497
|
}
|
|
2422
|
-
}
|
|
2498
|
+
},
|
|
2499
|
+
"operationId": "getAdminExtrasBookingExtras",
|
|
2500
|
+
"summary": "GET /v1/admin/extras/booking-extras",
|
|
2501
|
+
"tags": [
|
|
2502
|
+
"extras"
|
|
2503
|
+
],
|
|
2504
|
+
"x-voyant-module": "extras",
|
|
2505
|
+
"x-voyant-surface": "admin"
|
|
2423
2506
|
},
|
|
2424
2507
|
"post": {
|
|
2425
2508
|
"requestBody": {
|
|
@@ -2719,7 +2802,14 @@
|
|
|
2719
2802
|
}
|
|
2720
2803
|
}
|
|
2721
2804
|
}
|
|
2722
|
-
}
|
|
2805
|
+
},
|
|
2806
|
+
"operationId": "postAdminExtrasBookingExtras",
|
|
2807
|
+
"summary": "POST /v1/admin/extras/booking-extras",
|
|
2808
|
+
"tags": [
|
|
2809
|
+
"extras"
|
|
2810
|
+
],
|
|
2811
|
+
"x-voyant-module": "extras",
|
|
2812
|
+
"x-voyant-surface": "admin"
|
|
2723
2813
|
}
|
|
2724
2814
|
},
|
|
2725
2815
|
"/v1/admin/extras/booking-extras/{id}": {
|
|
@@ -2901,7 +2991,14 @@
|
|
|
2901
2991
|
}
|
|
2902
2992
|
}
|
|
2903
2993
|
}
|
|
2904
|
-
}
|
|
2994
|
+
},
|
|
2995
|
+
"operationId": "getAdminExtrasBookingExtrasById",
|
|
2996
|
+
"summary": "GET /v1/admin/extras/booking-extras/{id}",
|
|
2997
|
+
"tags": [
|
|
2998
|
+
"extras"
|
|
2999
|
+
],
|
|
3000
|
+
"x-voyant-module": "extras",
|
|
3001
|
+
"x-voyant-surface": "admin"
|
|
2905
3002
|
},
|
|
2906
3003
|
"patch": {
|
|
2907
3004
|
"parameters": [
|
|
@@ -3224,7 +3321,14 @@
|
|
|
3224
3321
|
}
|
|
3225
3322
|
}
|
|
3226
3323
|
}
|
|
3227
|
-
}
|
|
3324
|
+
},
|
|
3325
|
+
"operationId": "patchAdminExtrasBookingExtrasById",
|
|
3326
|
+
"summary": "PATCH /v1/admin/extras/booking-extras/{id}",
|
|
3327
|
+
"tags": [
|
|
3328
|
+
"extras"
|
|
3329
|
+
],
|
|
3330
|
+
"x-voyant-module": "extras",
|
|
3331
|
+
"x-voyant-surface": "admin"
|
|
3228
3332
|
},
|
|
3229
3333
|
"delete": {
|
|
3230
3334
|
"parameters": [
|
|
@@ -3274,7 +3378,14 @@
|
|
|
3274
3378
|
}
|
|
3275
3379
|
}
|
|
3276
3380
|
}
|
|
3277
|
-
}
|
|
3381
|
+
},
|
|
3382
|
+
"operationId": "deleteAdminExtrasBookingExtrasById",
|
|
3383
|
+
"summary": "DELETE /v1/admin/extras/booking-extras/{id}",
|
|
3384
|
+
"tags": [
|
|
3385
|
+
"extras"
|
|
3386
|
+
],
|
|
3387
|
+
"x-voyant-module": "extras",
|
|
3388
|
+
"x-voyant-surface": "admin"
|
|
3278
3389
|
}
|
|
3279
3390
|
},
|
|
3280
3391
|
"/v1/admin/extras/slot-manifests/{slotId}": {
|
|
@@ -3821,7 +3932,14 @@
|
|
|
3821
3932
|
}
|
|
3822
3933
|
}
|
|
3823
3934
|
}
|
|
3824
|
-
}
|
|
3935
|
+
},
|
|
3936
|
+
"operationId": "getAdminExtrasSlotManifestsBySlotId",
|
|
3937
|
+
"summary": "GET /v1/admin/extras/slot-manifests/{slotId}",
|
|
3938
|
+
"tags": [
|
|
3939
|
+
"extras"
|
|
3940
|
+
],
|
|
3941
|
+
"x-voyant-module": "extras",
|
|
3942
|
+
"x-voyant-surface": "admin"
|
|
3825
3943
|
}
|
|
3826
3944
|
},
|
|
3827
3945
|
"/v1/admin/extras/slot-manifests/{slotId}/selections": {
|
|
@@ -4095,7 +4213,14 @@
|
|
|
4095
4213
|
}
|
|
4096
4214
|
}
|
|
4097
4215
|
}
|
|
4098
|
-
}
|
|
4216
|
+
},
|
|
4217
|
+
"operationId": "patchAdminExtrasSlotManifestsBySlotIdSelections",
|
|
4218
|
+
"summary": "PATCH /v1/admin/extras/slot-manifests/{slotId}/selections",
|
|
4219
|
+
"tags": [
|
|
4220
|
+
"extras"
|
|
4221
|
+
],
|
|
4222
|
+
"x-voyant-module": "extras",
|
|
4223
|
+
"x-voyant-surface": "admin"
|
|
4099
4224
|
}
|
|
4100
4225
|
},
|
|
4101
4226
|
"/v1/admin/extras/slot-manifests/{slotId}/selections/bulk": {
|
|
@@ -4385,7 +4510,14 @@
|
|
|
4385
4510
|
}
|
|
4386
4511
|
}
|
|
4387
4512
|
}
|
|
4388
|
-
}
|
|
4513
|
+
},
|
|
4514
|
+
"operationId": "postAdminExtrasSlotManifestsBySlotIdSelectionsBulk",
|
|
4515
|
+
"summary": "POST /v1/admin/extras/slot-manifests/{slotId}/selections/bulk",
|
|
4516
|
+
"tags": [
|
|
4517
|
+
"extras"
|
|
4518
|
+
],
|
|
4519
|
+
"x-voyant-module": "extras",
|
|
4520
|
+
"x-voyant-surface": "admin"
|
|
4389
4521
|
}
|
|
4390
4522
|
},
|
|
4391
4523
|
"/v1/admin/extras/slot-manifests/{slotId}/collections/bulk": {
|
|
@@ -4640,7 +4772,14 @@
|
|
|
4640
4772
|
}
|
|
4641
4773
|
}
|
|
4642
4774
|
}
|
|
4643
|
-
}
|
|
4775
|
+
},
|
|
4776
|
+
"operationId": "postAdminExtrasSlotManifestsBySlotIdCollectionsBulk",
|
|
4777
|
+
"summary": "POST /v1/admin/extras/slot-manifests/{slotId}/collections/bulk",
|
|
4778
|
+
"tags": [
|
|
4779
|
+
"extras"
|
|
4780
|
+
],
|
|
4781
|
+
"x-voyant-module": "extras",
|
|
4782
|
+
"x-voyant-surface": "admin"
|
|
4644
4783
|
}
|
|
4645
4784
|
}
|
|
4646
4785
|
},
|