@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": {
|
|
@@ -337,7 +343,14 @@
|
|
|
337
343
|
}
|
|
338
344
|
}
|
|
339
345
|
}
|
|
340
|
-
}
|
|
346
|
+
},
|
|
347
|
+
"operationId": "getAdminBookingRequirementsContactRequirements",
|
|
348
|
+
"summary": "GET /v1/admin/booking-requirements/contact-requirements",
|
|
349
|
+
"tags": [
|
|
350
|
+
"booking-requirements"
|
|
351
|
+
],
|
|
352
|
+
"x-voyant-module": "booking-requirements",
|
|
353
|
+
"x-voyant-surface": "admin"
|
|
341
354
|
},
|
|
342
355
|
"post": {
|
|
343
356
|
"requestBody": {
|
|
@@ -532,7 +545,14 @@
|
|
|
532
545
|
}
|
|
533
546
|
}
|
|
534
547
|
}
|
|
535
|
-
}
|
|
548
|
+
},
|
|
549
|
+
"operationId": "postAdminBookingRequirementsContactRequirements",
|
|
550
|
+
"summary": "POST /v1/admin/booking-requirements/contact-requirements",
|
|
551
|
+
"tags": [
|
|
552
|
+
"booking-requirements"
|
|
553
|
+
],
|
|
554
|
+
"x-voyant-module": "booking-requirements",
|
|
555
|
+
"x-voyant-surface": "admin"
|
|
536
556
|
}
|
|
537
557
|
},
|
|
538
558
|
"/v1/admin/booking-requirements/contact-requirements/{id}": {
|
|
@@ -663,7 +683,14 @@
|
|
|
663
683
|
}
|
|
664
684
|
}
|
|
665
685
|
}
|
|
666
|
-
}
|
|
686
|
+
},
|
|
687
|
+
"operationId": "getAdminBookingRequirementsContactRequirementsById",
|
|
688
|
+
"summary": "GET /v1/admin/booking-requirements/contact-requirements/{id}",
|
|
689
|
+
"tags": [
|
|
690
|
+
"booking-requirements"
|
|
691
|
+
],
|
|
692
|
+
"x-voyant-module": "booking-requirements",
|
|
693
|
+
"x-voyant-surface": "admin"
|
|
667
694
|
},
|
|
668
695
|
"patch": {
|
|
669
696
|
"parameters": [
|
|
@@ -882,7 +909,14 @@
|
|
|
882
909
|
}
|
|
883
910
|
}
|
|
884
911
|
}
|
|
885
|
-
}
|
|
912
|
+
},
|
|
913
|
+
"operationId": "patchAdminBookingRequirementsContactRequirementsById",
|
|
914
|
+
"summary": "PATCH /v1/admin/booking-requirements/contact-requirements/{id}",
|
|
915
|
+
"tags": [
|
|
916
|
+
"booking-requirements"
|
|
917
|
+
],
|
|
918
|
+
"x-voyant-module": "booking-requirements",
|
|
919
|
+
"x-voyant-surface": "admin"
|
|
886
920
|
},
|
|
887
921
|
"delete": {
|
|
888
922
|
"parameters": [
|
|
@@ -932,7 +966,14 @@
|
|
|
932
966
|
}
|
|
933
967
|
}
|
|
934
968
|
}
|
|
935
|
-
}
|
|
969
|
+
},
|
|
970
|
+
"operationId": "deleteAdminBookingRequirementsContactRequirementsById",
|
|
971
|
+
"summary": "DELETE /v1/admin/booking-requirements/contact-requirements/{id}",
|
|
972
|
+
"tags": [
|
|
973
|
+
"booking-requirements"
|
|
974
|
+
],
|
|
975
|
+
"x-voyant-module": "booking-requirements",
|
|
976
|
+
"x-voyant-surface": "admin"
|
|
936
977
|
}
|
|
937
978
|
},
|
|
938
979
|
"/v1/admin/booking-requirements/questions": {
|
|
@@ -1179,7 +1220,14 @@
|
|
|
1179
1220
|
}
|
|
1180
1221
|
}
|
|
1181
1222
|
}
|
|
1182
|
-
}
|
|
1223
|
+
},
|
|
1224
|
+
"operationId": "getAdminBookingRequirementsQuestions",
|
|
1225
|
+
"summary": "GET /v1/admin/booking-requirements/questions",
|
|
1226
|
+
"tags": [
|
|
1227
|
+
"booking-requirements"
|
|
1228
|
+
],
|
|
1229
|
+
"x-voyant-module": "booking-requirements",
|
|
1230
|
+
"x-voyant-surface": "admin"
|
|
1183
1231
|
},
|
|
1184
1232
|
"post": {
|
|
1185
1233
|
"requestBody": {
|
|
@@ -1422,7 +1470,14 @@
|
|
|
1422
1470
|
}
|
|
1423
1471
|
}
|
|
1424
1472
|
}
|
|
1425
|
-
}
|
|
1473
|
+
},
|
|
1474
|
+
"operationId": "postAdminBookingRequirementsQuestions",
|
|
1475
|
+
"summary": "POST /v1/admin/booking-requirements/questions",
|
|
1476
|
+
"tags": [
|
|
1477
|
+
"booking-requirements"
|
|
1478
|
+
],
|
|
1479
|
+
"x-voyant-module": "booking-requirements",
|
|
1480
|
+
"x-voyant-surface": "admin"
|
|
1426
1481
|
}
|
|
1427
1482
|
},
|
|
1428
1483
|
"/v1/admin/booking-requirements/questions/{id}": {
|
|
@@ -1577,7 +1632,14 @@
|
|
|
1577
1632
|
}
|
|
1578
1633
|
}
|
|
1579
1634
|
}
|
|
1580
|
-
}
|
|
1635
|
+
},
|
|
1636
|
+
"operationId": "getAdminBookingRequirementsQuestionsById",
|
|
1637
|
+
"summary": "GET /v1/admin/booking-requirements/questions/{id}",
|
|
1638
|
+
"tags": [
|
|
1639
|
+
"booking-requirements"
|
|
1640
|
+
],
|
|
1641
|
+
"x-voyant-module": "booking-requirements",
|
|
1642
|
+
"x-voyant-surface": "admin"
|
|
1581
1643
|
},
|
|
1582
1644
|
"patch": {
|
|
1583
1645
|
"parameters": [
|
|
@@ -1844,7 +1906,14 @@
|
|
|
1844
1906
|
}
|
|
1845
1907
|
}
|
|
1846
1908
|
}
|
|
1847
|
-
}
|
|
1909
|
+
},
|
|
1910
|
+
"operationId": "patchAdminBookingRequirementsQuestionsById",
|
|
1911
|
+
"summary": "PATCH /v1/admin/booking-requirements/questions/{id}",
|
|
1912
|
+
"tags": [
|
|
1913
|
+
"booking-requirements"
|
|
1914
|
+
],
|
|
1915
|
+
"x-voyant-module": "booking-requirements",
|
|
1916
|
+
"x-voyant-surface": "admin"
|
|
1848
1917
|
},
|
|
1849
1918
|
"delete": {
|
|
1850
1919
|
"parameters": [
|
|
@@ -1894,7 +1963,14 @@
|
|
|
1894
1963
|
}
|
|
1895
1964
|
}
|
|
1896
1965
|
}
|
|
1897
|
-
}
|
|
1966
|
+
},
|
|
1967
|
+
"operationId": "deleteAdminBookingRequirementsQuestionsById",
|
|
1968
|
+
"summary": "DELETE /v1/admin/booking-requirements/questions/{id}",
|
|
1969
|
+
"tags": [
|
|
1970
|
+
"booking-requirements"
|
|
1971
|
+
],
|
|
1972
|
+
"x-voyant-module": "booking-requirements",
|
|
1973
|
+
"x-voyant-surface": "admin"
|
|
1898
1974
|
}
|
|
1899
1975
|
},
|
|
1900
1976
|
"/v1/admin/booking-requirements/option-questions": {
|
|
@@ -2053,7 +2129,14 @@
|
|
|
2053
2129
|
}
|
|
2054
2130
|
}
|
|
2055
2131
|
}
|
|
2056
|
-
}
|
|
2132
|
+
},
|
|
2133
|
+
"operationId": "getAdminBookingRequirementsOptionQuestions",
|
|
2134
|
+
"summary": "GET /v1/admin/booking-requirements/option-questions",
|
|
2135
|
+
"tags": [
|
|
2136
|
+
"booking-requirements"
|
|
2137
|
+
],
|
|
2138
|
+
"x-voyant-module": "booking-requirements",
|
|
2139
|
+
"x-voyant-surface": "admin"
|
|
2057
2140
|
},
|
|
2058
2141
|
"post": {
|
|
2059
2142
|
"requestBody": {
|
|
@@ -2182,7 +2265,14 @@
|
|
|
2182
2265
|
}
|
|
2183
2266
|
}
|
|
2184
2267
|
}
|
|
2185
|
-
}
|
|
2268
|
+
},
|
|
2269
|
+
"operationId": "postAdminBookingRequirementsOptionQuestions",
|
|
2270
|
+
"summary": "POST /v1/admin/booking-requirements/option-questions",
|
|
2271
|
+
"tags": [
|
|
2272
|
+
"booking-requirements"
|
|
2273
|
+
],
|
|
2274
|
+
"x-voyant-module": "booking-requirements",
|
|
2275
|
+
"x-voyant-surface": "admin"
|
|
2186
2276
|
}
|
|
2187
2277
|
},
|
|
2188
2278
|
"/v1/admin/booking-requirements/option-questions/{id}": {
|
|
@@ -2280,7 +2370,14 @@
|
|
|
2280
2370
|
}
|
|
2281
2371
|
}
|
|
2282
2372
|
}
|
|
2283
|
-
}
|
|
2373
|
+
},
|
|
2374
|
+
"operationId": "getAdminBookingRequirementsOptionQuestionsById",
|
|
2375
|
+
"summary": "GET /v1/admin/booking-requirements/option-questions/{id}",
|
|
2376
|
+
"tags": [
|
|
2377
|
+
"booking-requirements"
|
|
2378
|
+
],
|
|
2379
|
+
"x-voyant-module": "booking-requirements",
|
|
2380
|
+
"x-voyant-surface": "admin"
|
|
2284
2381
|
},
|
|
2285
2382
|
"patch": {
|
|
2286
2383
|
"parameters": [
|
|
@@ -2433,7 +2530,14 @@
|
|
|
2433
2530
|
}
|
|
2434
2531
|
}
|
|
2435
2532
|
}
|
|
2436
|
-
}
|
|
2533
|
+
},
|
|
2534
|
+
"operationId": "patchAdminBookingRequirementsOptionQuestionsById",
|
|
2535
|
+
"summary": "PATCH /v1/admin/booking-requirements/option-questions/{id}",
|
|
2536
|
+
"tags": [
|
|
2537
|
+
"booking-requirements"
|
|
2538
|
+
],
|
|
2539
|
+
"x-voyant-module": "booking-requirements",
|
|
2540
|
+
"x-voyant-surface": "admin"
|
|
2437
2541
|
},
|
|
2438
2542
|
"delete": {
|
|
2439
2543
|
"parameters": [
|
|
@@ -2483,7 +2587,14 @@
|
|
|
2483
2587
|
}
|
|
2484
2588
|
}
|
|
2485
2589
|
}
|
|
2486
|
-
}
|
|
2590
|
+
},
|
|
2591
|
+
"operationId": "deleteAdminBookingRequirementsOptionQuestionsById",
|
|
2592
|
+
"summary": "DELETE /v1/admin/booking-requirements/option-questions/{id}",
|
|
2593
|
+
"tags": [
|
|
2594
|
+
"booking-requirements"
|
|
2595
|
+
],
|
|
2596
|
+
"x-voyant-module": "booking-requirements",
|
|
2597
|
+
"x-voyant-surface": "admin"
|
|
2487
2598
|
}
|
|
2488
2599
|
},
|
|
2489
2600
|
"/v1/admin/booking-requirements/question-options": {
|
|
@@ -2628,7 +2739,14 @@
|
|
|
2628
2739
|
}
|
|
2629
2740
|
}
|
|
2630
2741
|
}
|
|
2631
|
-
}
|
|
2742
|
+
},
|
|
2743
|
+
"operationId": "getAdminBookingRequirementsQuestionOptions",
|
|
2744
|
+
"summary": "GET /v1/admin/booking-requirements/question-options",
|
|
2745
|
+
"tags": [
|
|
2746
|
+
"booking-requirements"
|
|
2747
|
+
],
|
|
2748
|
+
"x-voyant-module": "booking-requirements",
|
|
2749
|
+
"x-voyant-surface": "admin"
|
|
2632
2750
|
},
|
|
2633
2751
|
"post": {
|
|
2634
2752
|
"requestBody": {
|
|
@@ -2751,7 +2869,14 @@
|
|
|
2751
2869
|
}
|
|
2752
2870
|
}
|
|
2753
2871
|
}
|
|
2754
|
-
}
|
|
2872
|
+
},
|
|
2873
|
+
"operationId": "postAdminBookingRequirementsQuestionOptions",
|
|
2874
|
+
"summary": "POST /v1/admin/booking-requirements/question-options",
|
|
2875
|
+
"tags": [
|
|
2876
|
+
"booking-requirements"
|
|
2877
|
+
],
|
|
2878
|
+
"x-voyant-module": "booking-requirements",
|
|
2879
|
+
"x-voyant-surface": "admin"
|
|
2755
2880
|
}
|
|
2756
2881
|
},
|
|
2757
2882
|
"/v1/admin/booking-requirements/question-options/{id}": {
|
|
@@ -2843,7 +2968,14 @@
|
|
|
2843
2968
|
}
|
|
2844
2969
|
}
|
|
2845
2970
|
}
|
|
2846
|
-
}
|
|
2971
|
+
},
|
|
2972
|
+
"operationId": "getAdminBookingRequirementsQuestionOptionsById",
|
|
2973
|
+
"summary": "GET /v1/admin/booking-requirements/question-options/{id}",
|
|
2974
|
+
"tags": [
|
|
2975
|
+
"booking-requirements"
|
|
2976
|
+
],
|
|
2977
|
+
"x-voyant-module": "booking-requirements",
|
|
2978
|
+
"x-voyant-surface": "admin"
|
|
2847
2979
|
},
|
|
2848
2980
|
"patch": {
|
|
2849
2981
|
"parameters": [
|
|
@@ -2989,7 +3121,14 @@
|
|
|
2989
3121
|
}
|
|
2990
3122
|
}
|
|
2991
3123
|
}
|
|
2992
|
-
}
|
|
3124
|
+
},
|
|
3125
|
+
"operationId": "patchAdminBookingRequirementsQuestionOptionsById",
|
|
3126
|
+
"summary": "PATCH /v1/admin/booking-requirements/question-options/{id}",
|
|
3127
|
+
"tags": [
|
|
3128
|
+
"booking-requirements"
|
|
3129
|
+
],
|
|
3130
|
+
"x-voyant-module": "booking-requirements",
|
|
3131
|
+
"x-voyant-surface": "admin"
|
|
2993
3132
|
},
|
|
2994
3133
|
"delete": {
|
|
2995
3134
|
"parameters": [
|
|
@@ -3039,7 +3178,14 @@
|
|
|
3039
3178
|
}
|
|
3040
3179
|
}
|
|
3041
3180
|
}
|
|
3042
|
-
}
|
|
3181
|
+
},
|
|
3182
|
+
"operationId": "deleteAdminBookingRequirementsQuestionOptionsById",
|
|
3183
|
+
"summary": "DELETE /v1/admin/booking-requirements/question-options/{id}",
|
|
3184
|
+
"tags": [
|
|
3185
|
+
"booking-requirements"
|
|
3186
|
+
],
|
|
3187
|
+
"x-voyant-module": "booking-requirements",
|
|
3188
|
+
"x-voyant-surface": "admin"
|
|
3043
3189
|
}
|
|
3044
3190
|
},
|
|
3045
3191
|
"/v1/admin/booking-requirements/unit-triggers": {
|
|
@@ -3196,7 +3342,14 @@
|
|
|
3196
3342
|
}
|
|
3197
3343
|
}
|
|
3198
3344
|
}
|
|
3199
|
-
}
|
|
3345
|
+
},
|
|
3346
|
+
"operationId": "getAdminBookingRequirementsUnitTriggers",
|
|
3347
|
+
"summary": "GET /v1/admin/booking-requirements/unit-triggers",
|
|
3348
|
+
"tags": [
|
|
3349
|
+
"booking-requirements"
|
|
3350
|
+
],
|
|
3351
|
+
"x-voyant-module": "booking-requirements",
|
|
3352
|
+
"x-voyant-surface": "admin"
|
|
3200
3353
|
},
|
|
3201
3354
|
"post": {
|
|
3202
3355
|
"requestBody": {
|
|
@@ -3323,7 +3476,14 @@
|
|
|
3323
3476
|
}
|
|
3324
3477
|
}
|
|
3325
3478
|
}
|
|
3326
|
-
}
|
|
3479
|
+
},
|
|
3480
|
+
"operationId": "postAdminBookingRequirementsUnitTriggers",
|
|
3481
|
+
"summary": "POST /v1/admin/booking-requirements/unit-triggers",
|
|
3482
|
+
"tags": [
|
|
3483
|
+
"booking-requirements"
|
|
3484
|
+
],
|
|
3485
|
+
"x-voyant-module": "booking-requirements",
|
|
3486
|
+
"x-voyant-surface": "admin"
|
|
3327
3487
|
}
|
|
3328
3488
|
},
|
|
3329
3489
|
"/v1/admin/booking-requirements/unit-triggers/{id}": {
|
|
@@ -3419,7 +3579,14 @@
|
|
|
3419
3579
|
}
|
|
3420
3580
|
}
|
|
3421
3581
|
}
|
|
3422
|
-
}
|
|
3582
|
+
},
|
|
3583
|
+
"operationId": "getAdminBookingRequirementsUnitTriggersById",
|
|
3584
|
+
"summary": "GET /v1/admin/booking-requirements/unit-triggers/{id}",
|
|
3585
|
+
"tags": [
|
|
3586
|
+
"booking-requirements"
|
|
3587
|
+
],
|
|
3588
|
+
"x-voyant-module": "booking-requirements",
|
|
3589
|
+
"x-voyant-surface": "admin"
|
|
3423
3590
|
},
|
|
3424
3591
|
"patch": {
|
|
3425
3592
|
"parameters": [
|
|
@@ -3570,7 +3737,14 @@
|
|
|
3570
3737
|
}
|
|
3571
3738
|
}
|
|
3572
3739
|
}
|
|
3573
|
-
}
|
|
3740
|
+
},
|
|
3741
|
+
"operationId": "patchAdminBookingRequirementsUnitTriggersById",
|
|
3742
|
+
"summary": "PATCH /v1/admin/booking-requirements/unit-triggers/{id}",
|
|
3743
|
+
"tags": [
|
|
3744
|
+
"booking-requirements"
|
|
3745
|
+
],
|
|
3746
|
+
"x-voyant-module": "booking-requirements",
|
|
3747
|
+
"x-voyant-surface": "admin"
|
|
3574
3748
|
},
|
|
3575
3749
|
"delete": {
|
|
3576
3750
|
"parameters": [
|
|
@@ -3620,7 +3794,14 @@
|
|
|
3620
3794
|
}
|
|
3621
3795
|
}
|
|
3622
3796
|
}
|
|
3623
|
-
}
|
|
3797
|
+
},
|
|
3798
|
+
"operationId": "deleteAdminBookingRequirementsUnitTriggersById",
|
|
3799
|
+
"summary": "DELETE /v1/admin/booking-requirements/unit-triggers/{id}",
|
|
3800
|
+
"tags": [
|
|
3801
|
+
"booking-requirements"
|
|
3802
|
+
],
|
|
3803
|
+
"x-voyant-module": "booking-requirements",
|
|
3804
|
+
"x-voyant-surface": "admin"
|
|
3624
3805
|
}
|
|
3625
3806
|
},
|
|
3626
3807
|
"/v1/admin/booking-requirements/option-triggers": {
|
|
@@ -3770,7 +3951,14 @@
|
|
|
3770
3951
|
}
|
|
3771
3952
|
}
|
|
3772
3953
|
}
|
|
3773
|
-
}
|
|
3954
|
+
},
|
|
3955
|
+
"operationId": "getAdminBookingRequirementsOptionTriggers",
|
|
3956
|
+
"summary": "GET /v1/admin/booking-requirements/option-triggers",
|
|
3957
|
+
"tags": [
|
|
3958
|
+
"booking-requirements"
|
|
3959
|
+
],
|
|
3960
|
+
"x-voyant-module": "booking-requirements",
|
|
3961
|
+
"x-voyant-surface": "admin"
|
|
3774
3962
|
},
|
|
3775
3963
|
"post": {
|
|
3776
3964
|
"requestBody": {
|
|
@@ -3883,7 +4071,14 @@
|
|
|
3883
4071
|
}
|
|
3884
4072
|
}
|
|
3885
4073
|
}
|
|
3886
|
-
}
|
|
4074
|
+
},
|
|
4075
|
+
"operationId": "postAdminBookingRequirementsOptionTriggers",
|
|
4076
|
+
"summary": "POST /v1/admin/booking-requirements/option-triggers",
|
|
4077
|
+
"tags": [
|
|
4078
|
+
"booking-requirements"
|
|
4079
|
+
],
|
|
4080
|
+
"x-voyant-module": "booking-requirements",
|
|
4081
|
+
"x-voyant-surface": "admin"
|
|
3887
4082
|
}
|
|
3888
4083
|
},
|
|
3889
4084
|
"/v1/admin/booking-requirements/option-triggers/{id}": {
|
|
@@ -3972,7 +4167,14 @@
|
|
|
3972
4167
|
}
|
|
3973
4168
|
}
|
|
3974
4169
|
}
|
|
3975
|
-
}
|
|
4170
|
+
},
|
|
4171
|
+
"operationId": "getAdminBookingRequirementsOptionTriggersById",
|
|
4172
|
+
"summary": "GET /v1/admin/booking-requirements/option-triggers/{id}",
|
|
4173
|
+
"tags": [
|
|
4174
|
+
"booking-requirements"
|
|
4175
|
+
],
|
|
4176
|
+
"x-voyant-module": "booking-requirements",
|
|
4177
|
+
"x-voyant-surface": "admin"
|
|
3976
4178
|
},
|
|
3977
4179
|
"patch": {
|
|
3978
4180
|
"parameters": [
|
|
@@ -4109,7 +4311,14 @@
|
|
|
4109
4311
|
}
|
|
4110
4312
|
}
|
|
4111
4313
|
}
|
|
4112
|
-
}
|
|
4314
|
+
},
|
|
4315
|
+
"operationId": "patchAdminBookingRequirementsOptionTriggersById",
|
|
4316
|
+
"summary": "PATCH /v1/admin/booking-requirements/option-triggers/{id}",
|
|
4317
|
+
"tags": [
|
|
4318
|
+
"booking-requirements"
|
|
4319
|
+
],
|
|
4320
|
+
"x-voyant-module": "booking-requirements",
|
|
4321
|
+
"x-voyant-surface": "admin"
|
|
4113
4322
|
},
|
|
4114
4323
|
"delete": {
|
|
4115
4324
|
"parameters": [
|
|
@@ -4159,7 +4368,14 @@
|
|
|
4159
4368
|
}
|
|
4160
4369
|
}
|
|
4161
4370
|
}
|
|
4162
|
-
}
|
|
4371
|
+
},
|
|
4372
|
+
"operationId": "deleteAdminBookingRequirementsOptionTriggersById",
|
|
4373
|
+
"summary": "DELETE /v1/admin/booking-requirements/option-triggers/{id}",
|
|
4374
|
+
"tags": [
|
|
4375
|
+
"booking-requirements"
|
|
4376
|
+
],
|
|
4377
|
+
"x-voyant-module": "booking-requirements",
|
|
4378
|
+
"x-voyant-surface": "admin"
|
|
4163
4379
|
}
|
|
4164
4380
|
},
|
|
4165
4381
|
"/v1/admin/booking-requirements/extra-triggers": {
|
|
@@ -4334,7 +4550,14 @@
|
|
|
4334
4550
|
}
|
|
4335
4551
|
}
|
|
4336
4552
|
}
|
|
4337
|
-
}
|
|
4553
|
+
},
|
|
4554
|
+
"operationId": "getAdminBookingRequirementsExtraTriggers",
|
|
4555
|
+
"summary": "GET /v1/admin/booking-requirements/extra-triggers",
|
|
4556
|
+
"tags": [
|
|
4557
|
+
"booking-requirements"
|
|
4558
|
+
],
|
|
4559
|
+
"x-voyant-module": "booking-requirements",
|
|
4560
|
+
"x-voyant-surface": "admin"
|
|
4338
4561
|
},
|
|
4339
4562
|
"post": {
|
|
4340
4563
|
"requestBody": {
|
|
@@ -4479,7 +4702,14 @@
|
|
|
4479
4702
|
}
|
|
4480
4703
|
}
|
|
4481
4704
|
}
|
|
4482
|
-
}
|
|
4705
|
+
},
|
|
4706
|
+
"operationId": "postAdminBookingRequirementsExtraTriggers",
|
|
4707
|
+
"summary": "POST /v1/admin/booking-requirements/extra-triggers",
|
|
4708
|
+
"tags": [
|
|
4709
|
+
"booking-requirements"
|
|
4710
|
+
],
|
|
4711
|
+
"x-voyant-module": "booking-requirements",
|
|
4712
|
+
"x-voyant-surface": "admin"
|
|
4483
4713
|
}
|
|
4484
4714
|
},
|
|
4485
4715
|
"/v1/admin/booking-requirements/extra-triggers/{id}": {
|
|
@@ -4585,7 +4815,14 @@
|
|
|
4585
4815
|
}
|
|
4586
4816
|
}
|
|
4587
4817
|
}
|
|
4588
|
-
}
|
|
4818
|
+
},
|
|
4819
|
+
"operationId": "getAdminBookingRequirementsExtraTriggersById",
|
|
4820
|
+
"summary": "GET /v1/admin/booking-requirements/extra-triggers/{id}",
|
|
4821
|
+
"tags": [
|
|
4822
|
+
"booking-requirements"
|
|
4823
|
+
],
|
|
4824
|
+
"x-voyant-module": "booking-requirements",
|
|
4825
|
+
"x-voyant-surface": "admin"
|
|
4589
4826
|
},
|
|
4590
4827
|
"patch": {
|
|
4591
4828
|
"parameters": [
|
|
@@ -4755,7 +4992,14 @@
|
|
|
4755
4992
|
}
|
|
4756
4993
|
}
|
|
4757
4994
|
}
|
|
4758
|
-
}
|
|
4995
|
+
},
|
|
4996
|
+
"operationId": "patchAdminBookingRequirementsExtraTriggersById",
|
|
4997
|
+
"summary": "PATCH /v1/admin/booking-requirements/extra-triggers/{id}",
|
|
4998
|
+
"tags": [
|
|
4999
|
+
"booking-requirements"
|
|
5000
|
+
],
|
|
5001
|
+
"x-voyant-module": "booking-requirements",
|
|
5002
|
+
"x-voyant-surface": "admin"
|
|
4759
5003
|
},
|
|
4760
5004
|
"delete": {
|
|
4761
5005
|
"parameters": [
|
|
@@ -4805,7 +5049,14 @@
|
|
|
4805
5049
|
}
|
|
4806
5050
|
}
|
|
4807
5051
|
}
|
|
4808
|
-
}
|
|
5052
|
+
},
|
|
5053
|
+
"operationId": "deleteAdminBookingRequirementsExtraTriggersById",
|
|
5054
|
+
"summary": "DELETE /v1/admin/booking-requirements/extra-triggers/{id}",
|
|
5055
|
+
"tags": [
|
|
5056
|
+
"booking-requirements"
|
|
5057
|
+
],
|
|
5058
|
+
"x-voyant-module": "booking-requirements",
|
|
5059
|
+
"x-voyant-surface": "admin"
|
|
4809
5060
|
}
|
|
4810
5061
|
},
|
|
4811
5062
|
"/v1/admin/booking-requirements/answers": {
|
|
@@ -5026,7 +5277,14 @@
|
|
|
5026
5277
|
}
|
|
5027
5278
|
}
|
|
5028
5279
|
}
|
|
5029
|
-
}
|
|
5280
|
+
},
|
|
5281
|
+
"operationId": "getAdminBookingRequirementsAnswers",
|
|
5282
|
+
"summary": "GET /v1/admin/booking-requirements/answers",
|
|
5283
|
+
"tags": [
|
|
5284
|
+
"booking-requirements"
|
|
5285
|
+
],
|
|
5286
|
+
"x-voyant-module": "booking-requirements",
|
|
5287
|
+
"x-voyant-surface": "admin"
|
|
5030
5288
|
},
|
|
5031
5289
|
"post": {
|
|
5032
5290
|
"requestBody": {
|
|
@@ -5244,7 +5502,14 @@
|
|
|
5244
5502
|
}
|
|
5245
5503
|
}
|
|
5246
5504
|
}
|
|
5247
|
-
}
|
|
5505
|
+
},
|
|
5506
|
+
"operationId": "postAdminBookingRequirementsAnswers",
|
|
5507
|
+
"summary": "POST /v1/admin/booking-requirements/answers",
|
|
5508
|
+
"tags": [
|
|
5509
|
+
"booking-requirements"
|
|
5510
|
+
],
|
|
5511
|
+
"x-voyant-module": "booking-requirements",
|
|
5512
|
+
"x-voyant-surface": "admin"
|
|
5248
5513
|
}
|
|
5249
5514
|
},
|
|
5250
5515
|
"/v1/admin/booking-requirements/answers/{id}": {
|
|
@@ -5389,7 +5654,14 @@
|
|
|
5389
5654
|
}
|
|
5390
5655
|
}
|
|
5391
5656
|
}
|
|
5392
|
-
}
|
|
5657
|
+
},
|
|
5658
|
+
"operationId": "getAdminBookingRequirementsAnswersById",
|
|
5659
|
+
"summary": "GET /v1/admin/booking-requirements/answers/{id}",
|
|
5660
|
+
"tags": [
|
|
5661
|
+
"booking-requirements"
|
|
5662
|
+
],
|
|
5663
|
+
"x-voyant-module": "booking-requirements",
|
|
5664
|
+
"x-voyant-surface": "admin"
|
|
5393
5665
|
},
|
|
5394
5666
|
"patch": {
|
|
5395
5667
|
"parameters": [
|
|
@@ -5631,7 +5903,14 @@
|
|
|
5631
5903
|
}
|
|
5632
5904
|
}
|
|
5633
5905
|
}
|
|
5634
|
-
}
|
|
5906
|
+
},
|
|
5907
|
+
"operationId": "patchAdminBookingRequirementsAnswersById",
|
|
5908
|
+
"summary": "PATCH /v1/admin/booking-requirements/answers/{id}",
|
|
5909
|
+
"tags": [
|
|
5910
|
+
"booking-requirements"
|
|
5911
|
+
],
|
|
5912
|
+
"x-voyant-module": "booking-requirements",
|
|
5913
|
+
"x-voyant-surface": "admin"
|
|
5635
5914
|
},
|
|
5636
5915
|
"delete": {
|
|
5637
5916
|
"parameters": [
|
|
@@ -5681,7 +5960,14 @@
|
|
|
5681
5960
|
}
|
|
5682
5961
|
}
|
|
5683
5962
|
}
|
|
5684
|
-
}
|
|
5963
|
+
},
|
|
5964
|
+
"operationId": "deleteAdminBookingRequirementsAnswersById",
|
|
5965
|
+
"summary": "DELETE /v1/admin/booking-requirements/answers/{id}",
|
|
5966
|
+
"tags": [
|
|
5967
|
+
"booking-requirements"
|
|
5968
|
+
],
|
|
5969
|
+
"x-voyant-module": "booking-requirements",
|
|
5970
|
+
"x-voyant-surface": "admin"
|
|
5685
5971
|
}
|
|
5686
5972
|
}
|
|
5687
5973
|
},
|