@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
package/spec/admin/quotes.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": {
|
|
@@ -262,7 +268,14 @@
|
|
|
262
268
|
}
|
|
263
269
|
}
|
|
264
270
|
}
|
|
265
|
-
}
|
|
271
|
+
},
|
|
272
|
+
"operationId": "getAdminQuotesPipelines",
|
|
273
|
+
"summary": "GET /v1/admin/quotes/pipelines",
|
|
274
|
+
"tags": [
|
|
275
|
+
"quotes"
|
|
276
|
+
],
|
|
277
|
+
"x-voyant-module": "quotes",
|
|
278
|
+
"x-voyant-surface": "admin"
|
|
266
279
|
},
|
|
267
280
|
"post": {
|
|
268
281
|
"requestBody": {
|
|
@@ -377,7 +390,14 @@
|
|
|
377
390
|
}
|
|
378
391
|
}
|
|
379
392
|
}
|
|
380
|
-
}
|
|
393
|
+
},
|
|
394
|
+
"operationId": "postAdminQuotesPipelines",
|
|
395
|
+
"summary": "POST /v1/admin/quotes/pipelines",
|
|
396
|
+
"tags": [
|
|
397
|
+
"quotes"
|
|
398
|
+
],
|
|
399
|
+
"x-voyant-module": "quotes",
|
|
400
|
+
"x-voyant-surface": "admin"
|
|
381
401
|
}
|
|
382
402
|
},
|
|
383
403
|
"/v1/admin/quotes/pipelines/{id}": {
|
|
@@ -467,7 +487,14 @@
|
|
|
467
487
|
}
|
|
468
488
|
}
|
|
469
489
|
}
|
|
470
|
-
}
|
|
490
|
+
},
|
|
491
|
+
"operationId": "getAdminQuotesPipelinesById",
|
|
492
|
+
"summary": "GET /v1/admin/quotes/pipelines/{id}",
|
|
493
|
+
"tags": [
|
|
494
|
+
"quotes"
|
|
495
|
+
],
|
|
496
|
+
"x-voyant-module": "quotes",
|
|
497
|
+
"x-voyant-surface": "admin"
|
|
471
498
|
},
|
|
472
499
|
"patch": {
|
|
473
500
|
"parameters": [
|
|
@@ -607,7 +634,14 @@
|
|
|
607
634
|
}
|
|
608
635
|
}
|
|
609
636
|
}
|
|
610
|
-
}
|
|
637
|
+
},
|
|
638
|
+
"operationId": "patchAdminQuotesPipelinesById",
|
|
639
|
+
"summary": "PATCH /v1/admin/quotes/pipelines/{id}",
|
|
640
|
+
"tags": [
|
|
641
|
+
"quotes"
|
|
642
|
+
],
|
|
643
|
+
"x-voyant-module": "quotes",
|
|
644
|
+
"x-voyant-surface": "admin"
|
|
611
645
|
},
|
|
612
646
|
"delete": {
|
|
613
647
|
"parameters": [
|
|
@@ -678,7 +712,14 @@
|
|
|
678
712
|
}
|
|
679
713
|
}
|
|
680
714
|
}
|
|
681
|
-
}
|
|
715
|
+
},
|
|
716
|
+
"operationId": "deleteAdminQuotesPipelinesById",
|
|
717
|
+
"summary": "DELETE /v1/admin/quotes/pipelines/{id}",
|
|
718
|
+
"tags": [
|
|
719
|
+
"quotes"
|
|
720
|
+
],
|
|
721
|
+
"x-voyant-module": "quotes",
|
|
722
|
+
"x-voyant-surface": "admin"
|
|
682
723
|
}
|
|
683
724
|
},
|
|
684
725
|
"/v1/admin/quotes/stages": {
|
|
@@ -798,7 +839,14 @@
|
|
|
798
839
|
}
|
|
799
840
|
}
|
|
800
841
|
}
|
|
801
|
-
}
|
|
842
|
+
},
|
|
843
|
+
"operationId": "getAdminQuotesStages",
|
|
844
|
+
"summary": "GET /v1/admin/quotes/stages",
|
|
845
|
+
"tags": [
|
|
846
|
+
"quotes"
|
|
847
|
+
],
|
|
848
|
+
"x-voyant-module": "quotes",
|
|
849
|
+
"x-voyant-surface": "admin"
|
|
802
850
|
},
|
|
803
851
|
"post": {
|
|
804
852
|
"requestBody": {
|
|
@@ -932,7 +980,14 @@
|
|
|
932
980
|
}
|
|
933
981
|
}
|
|
934
982
|
}
|
|
935
|
-
}
|
|
983
|
+
},
|
|
984
|
+
"operationId": "postAdminQuotesStages",
|
|
985
|
+
"summary": "POST /v1/admin/quotes/stages",
|
|
986
|
+
"tags": [
|
|
987
|
+
"quotes"
|
|
988
|
+
],
|
|
989
|
+
"x-voyant-module": "quotes",
|
|
990
|
+
"x-voyant-surface": "admin"
|
|
936
991
|
}
|
|
937
992
|
},
|
|
938
993
|
"/v1/admin/quotes/stages/{id}": {
|
|
@@ -1031,7 +1086,14 @@
|
|
|
1031
1086
|
}
|
|
1032
1087
|
}
|
|
1033
1088
|
}
|
|
1034
|
-
}
|
|
1089
|
+
},
|
|
1090
|
+
"operationId": "getAdminQuotesStagesById",
|
|
1091
|
+
"summary": "GET /v1/admin/quotes/stages/{id}",
|
|
1092
|
+
"tags": [
|
|
1093
|
+
"quotes"
|
|
1094
|
+
],
|
|
1095
|
+
"x-voyant-module": "quotes",
|
|
1096
|
+
"x-voyant-surface": "admin"
|
|
1035
1097
|
},
|
|
1036
1098
|
"patch": {
|
|
1037
1099
|
"parameters": [
|
|
@@ -1189,7 +1251,14 @@
|
|
|
1189
1251
|
}
|
|
1190
1252
|
}
|
|
1191
1253
|
}
|
|
1192
|
-
}
|
|
1254
|
+
},
|
|
1255
|
+
"operationId": "patchAdminQuotesStagesById",
|
|
1256
|
+
"summary": "PATCH /v1/admin/quotes/stages/{id}",
|
|
1257
|
+
"tags": [
|
|
1258
|
+
"quotes"
|
|
1259
|
+
],
|
|
1260
|
+
"x-voyant-module": "quotes",
|
|
1261
|
+
"x-voyant-surface": "admin"
|
|
1193
1262
|
},
|
|
1194
1263
|
"delete": {
|
|
1195
1264
|
"parameters": [
|
|
@@ -1242,7 +1311,14 @@
|
|
|
1242
1311
|
}
|
|
1243
1312
|
}
|
|
1244
1313
|
}
|
|
1245
|
-
}
|
|
1314
|
+
},
|
|
1315
|
+
"operationId": "deleteAdminQuotesStagesById",
|
|
1316
|
+
"summary": "DELETE /v1/admin/quotes/stages/{id}",
|
|
1317
|
+
"tags": [
|
|
1318
|
+
"quotes"
|
|
1319
|
+
],
|
|
1320
|
+
"x-voyant-module": "quotes",
|
|
1321
|
+
"x-voyant-surface": "admin"
|
|
1246
1322
|
}
|
|
1247
1323
|
},
|
|
1248
1324
|
"/v1/admin/quotes/quotes": {
|
|
@@ -1528,7 +1604,14 @@
|
|
|
1528
1604
|
}
|
|
1529
1605
|
}
|
|
1530
1606
|
}
|
|
1531
|
-
}
|
|
1607
|
+
},
|
|
1608
|
+
"operationId": "getAdminQuotesQuotes",
|
|
1609
|
+
"summary": "GET /v1/admin/quotes/quotes",
|
|
1610
|
+
"tags": [
|
|
1611
|
+
"quotes"
|
|
1612
|
+
],
|
|
1613
|
+
"x-voyant-module": "quotes",
|
|
1614
|
+
"x-voyant-surface": "admin"
|
|
1532
1615
|
},
|
|
1533
1616
|
"post": {
|
|
1534
1617
|
"requestBody": {
|
|
@@ -1845,7 +1928,14 @@
|
|
|
1845
1928
|
}
|
|
1846
1929
|
}
|
|
1847
1930
|
}
|
|
1848
|
-
}
|
|
1931
|
+
},
|
|
1932
|
+
"operationId": "postAdminQuotesQuotes",
|
|
1933
|
+
"summary": "POST /v1/admin/quotes/quotes",
|
|
1934
|
+
"tags": [
|
|
1935
|
+
"quotes"
|
|
1936
|
+
],
|
|
1937
|
+
"x-voyant-module": "quotes",
|
|
1938
|
+
"x-voyant-surface": "admin"
|
|
1849
1939
|
}
|
|
1850
1940
|
},
|
|
1851
1941
|
"/v1/admin/quotes/quotes/{id}": {
|
|
@@ -2056,7 +2146,14 @@
|
|
|
2056
2146
|
}
|
|
2057
2147
|
}
|
|
2058
2148
|
}
|
|
2059
|
-
}
|
|
2149
|
+
},
|
|
2150
|
+
"operationId": "getAdminQuotesQuotesById",
|
|
2151
|
+
"summary": "GET /v1/admin/quotes/quotes/{id}",
|
|
2152
|
+
"tags": [
|
|
2153
|
+
"quotes"
|
|
2154
|
+
],
|
|
2155
|
+
"x-voyant-module": "quotes",
|
|
2156
|
+
"x-voyant-surface": "admin"
|
|
2060
2157
|
},
|
|
2061
2158
|
"patch": {
|
|
2062
2159
|
"parameters": [
|
|
@@ -2396,7 +2493,14 @@
|
|
|
2396
2493
|
}
|
|
2397
2494
|
}
|
|
2398
2495
|
}
|
|
2399
|
-
}
|
|
2496
|
+
},
|
|
2497
|
+
"operationId": "patchAdminQuotesQuotesById",
|
|
2498
|
+
"summary": "PATCH /v1/admin/quotes/quotes/{id}",
|
|
2499
|
+
"tags": [
|
|
2500
|
+
"quotes"
|
|
2501
|
+
],
|
|
2502
|
+
"x-voyant-module": "quotes",
|
|
2503
|
+
"x-voyant-surface": "admin"
|
|
2400
2504
|
},
|
|
2401
2505
|
"delete": {
|
|
2402
2506
|
"parameters": [
|
|
@@ -2449,7 +2553,14 @@
|
|
|
2449
2553
|
}
|
|
2450
2554
|
}
|
|
2451
2555
|
}
|
|
2452
|
-
}
|
|
2556
|
+
},
|
|
2557
|
+
"operationId": "deleteAdminQuotesQuotesById",
|
|
2558
|
+
"summary": "DELETE /v1/admin/quotes/quotes/{id}",
|
|
2559
|
+
"tags": [
|
|
2560
|
+
"quotes"
|
|
2561
|
+
],
|
|
2562
|
+
"x-voyant-module": "quotes",
|
|
2563
|
+
"x-voyant-surface": "admin"
|
|
2453
2564
|
}
|
|
2454
2565
|
},
|
|
2455
2566
|
"/v1/admin/quotes/quotes/{id}/participants": {
|
|
@@ -2521,7 +2632,14 @@
|
|
|
2521
2632
|
}
|
|
2522
2633
|
}
|
|
2523
2634
|
}
|
|
2524
|
-
}
|
|
2635
|
+
},
|
|
2636
|
+
"operationId": "getAdminQuotesQuotesByIdParticipants",
|
|
2637
|
+
"summary": "GET /v1/admin/quotes/quotes/{id}/participants",
|
|
2638
|
+
"tags": [
|
|
2639
|
+
"quotes"
|
|
2640
|
+
],
|
|
2641
|
+
"x-voyant-module": "quotes",
|
|
2642
|
+
"x-voyant-surface": "admin"
|
|
2525
2643
|
},
|
|
2526
2644
|
"post": {
|
|
2527
2645
|
"parameters": [
|
|
@@ -2639,7 +2757,14 @@
|
|
|
2639
2757
|
}
|
|
2640
2758
|
}
|
|
2641
2759
|
}
|
|
2642
|
-
}
|
|
2760
|
+
},
|
|
2761
|
+
"operationId": "postAdminQuotesQuotesByIdParticipants",
|
|
2762
|
+
"summary": "POST /v1/admin/quotes/quotes/{id}/participants",
|
|
2763
|
+
"tags": [
|
|
2764
|
+
"quotes"
|
|
2765
|
+
],
|
|
2766
|
+
"x-voyant-module": "quotes",
|
|
2767
|
+
"x-voyant-surface": "admin"
|
|
2643
2768
|
}
|
|
2644
2769
|
},
|
|
2645
2770
|
"/v1/admin/quotes/quote-participants/{id}": {
|
|
@@ -2694,7 +2819,14 @@
|
|
|
2694
2819
|
}
|
|
2695
2820
|
}
|
|
2696
2821
|
}
|
|
2697
|
-
}
|
|
2822
|
+
},
|
|
2823
|
+
"operationId": "deleteAdminQuotesQuoteParticipantsById",
|
|
2824
|
+
"summary": "DELETE /v1/admin/quotes/quote-participants/{id}",
|
|
2825
|
+
"tags": [
|
|
2826
|
+
"quotes"
|
|
2827
|
+
],
|
|
2828
|
+
"x-voyant-module": "quotes",
|
|
2829
|
+
"x-voyant-surface": "admin"
|
|
2698
2830
|
}
|
|
2699
2831
|
},
|
|
2700
2832
|
"/v1/admin/quotes/quotes/{id}/products": {
|
|
@@ -2808,7 +2940,14 @@
|
|
|
2808
2940
|
}
|
|
2809
2941
|
}
|
|
2810
2942
|
}
|
|
2811
|
-
}
|
|
2943
|
+
},
|
|
2944
|
+
"operationId": "getAdminQuotesQuotesByIdProducts",
|
|
2945
|
+
"summary": "GET /v1/admin/quotes/quotes/{id}/products",
|
|
2946
|
+
"tags": [
|
|
2947
|
+
"quotes"
|
|
2948
|
+
],
|
|
2949
|
+
"x-voyant-module": "quotes",
|
|
2950
|
+
"x-voyant-surface": "admin"
|
|
2812
2951
|
},
|
|
2813
2952
|
"post": {
|
|
2814
2953
|
"parameters": [
|
|
@@ -3001,7 +3140,14 @@
|
|
|
3001
3140
|
}
|
|
3002
3141
|
}
|
|
3003
3142
|
}
|
|
3004
|
-
}
|
|
3143
|
+
},
|
|
3144
|
+
"operationId": "postAdminQuotesQuotesByIdProducts",
|
|
3145
|
+
"summary": "POST /v1/admin/quotes/quotes/{id}/products",
|
|
3146
|
+
"tags": [
|
|
3147
|
+
"quotes"
|
|
3148
|
+
],
|
|
3149
|
+
"x-voyant-module": "quotes",
|
|
3150
|
+
"x-voyant-surface": "admin"
|
|
3005
3151
|
}
|
|
3006
3152
|
},
|
|
3007
3153
|
"/v1/admin/quotes/quote-products/{id}": {
|
|
@@ -3211,7 +3357,14 @@
|
|
|
3211
3357
|
}
|
|
3212
3358
|
}
|
|
3213
3359
|
}
|
|
3214
|
-
}
|
|
3360
|
+
},
|
|
3361
|
+
"operationId": "patchAdminQuotesQuoteProductsById",
|
|
3362
|
+
"summary": "PATCH /v1/admin/quotes/quote-products/{id}",
|
|
3363
|
+
"tags": [
|
|
3364
|
+
"quotes"
|
|
3365
|
+
],
|
|
3366
|
+
"x-voyant-module": "quotes",
|
|
3367
|
+
"x-voyant-surface": "admin"
|
|
3215
3368
|
},
|
|
3216
3369
|
"delete": {
|
|
3217
3370
|
"parameters": [
|
|
@@ -3264,7 +3417,14 @@
|
|
|
3264
3417
|
}
|
|
3265
3418
|
}
|
|
3266
3419
|
}
|
|
3267
|
-
}
|
|
3420
|
+
},
|
|
3421
|
+
"operationId": "deleteAdminQuotesQuoteProductsById",
|
|
3422
|
+
"summary": "DELETE /v1/admin/quotes/quote-products/{id}",
|
|
3423
|
+
"tags": [
|
|
3424
|
+
"quotes"
|
|
3425
|
+
],
|
|
3426
|
+
"x-voyant-module": "quotes",
|
|
3427
|
+
"x-voyant-surface": "admin"
|
|
3268
3428
|
}
|
|
3269
3429
|
},
|
|
3270
3430
|
"/v1/admin/quotes/quotes/{id}/media": {
|
|
@@ -3365,7 +3525,14 @@
|
|
|
3365
3525
|
}
|
|
3366
3526
|
}
|
|
3367
3527
|
}
|
|
3368
|
-
}
|
|
3528
|
+
},
|
|
3529
|
+
"operationId": "getAdminQuotesQuotesByIdMedia",
|
|
3530
|
+
"summary": "GET /v1/admin/quotes/quotes/{id}/media",
|
|
3531
|
+
"tags": [
|
|
3532
|
+
"quotes"
|
|
3533
|
+
],
|
|
3534
|
+
"x-voyant-module": "quotes",
|
|
3535
|
+
"x-voyant-surface": "admin"
|
|
3369
3536
|
},
|
|
3370
3537
|
"post": {
|
|
3371
3538
|
"parameters": [
|
|
@@ -3539,7 +3706,14 @@
|
|
|
3539
3706
|
}
|
|
3540
3707
|
}
|
|
3541
3708
|
}
|
|
3542
|
-
}
|
|
3709
|
+
},
|
|
3710
|
+
"operationId": "postAdminQuotesQuotesByIdMedia",
|
|
3711
|
+
"summary": "POST /v1/admin/quotes/quotes/{id}/media",
|
|
3712
|
+
"tags": [
|
|
3713
|
+
"quotes"
|
|
3714
|
+
],
|
|
3715
|
+
"x-voyant-module": "quotes",
|
|
3716
|
+
"x-voyant-surface": "admin"
|
|
3543
3717
|
}
|
|
3544
3718
|
},
|
|
3545
3719
|
"/v1/admin/quotes/quote-media/{id}": {
|
|
@@ -3594,7 +3768,14 @@
|
|
|
3594
3768
|
}
|
|
3595
3769
|
}
|
|
3596
3770
|
}
|
|
3597
|
-
}
|
|
3771
|
+
},
|
|
3772
|
+
"operationId": "deleteAdminQuotesQuoteMediaById",
|
|
3773
|
+
"summary": "DELETE /v1/admin/quotes/quote-media/{id}",
|
|
3774
|
+
"tags": [
|
|
3775
|
+
"quotes"
|
|
3776
|
+
],
|
|
3777
|
+
"x-voyant-module": "quotes",
|
|
3778
|
+
"x-voyant-surface": "admin"
|
|
3598
3779
|
}
|
|
3599
3780
|
},
|
|
3600
3781
|
"/v1/admin/quotes/quote-versions": {
|
|
@@ -3794,7 +3975,14 @@
|
|
|
3794
3975
|
}
|
|
3795
3976
|
}
|
|
3796
3977
|
}
|
|
3797
|
-
}
|
|
3978
|
+
},
|
|
3979
|
+
"operationId": "getAdminQuotesQuoteVersions",
|
|
3980
|
+
"summary": "GET /v1/admin/quotes/quote-versions",
|
|
3981
|
+
"tags": [
|
|
3982
|
+
"quotes"
|
|
3983
|
+
],
|
|
3984
|
+
"x-voyant-module": "quotes",
|
|
3985
|
+
"x-voyant-surface": "admin"
|
|
3798
3986
|
}
|
|
3799
3987
|
},
|
|
3800
3988
|
"/v1/admin/quotes/quotes/{id}/versions": {
|
|
@@ -4088,7 +4276,14 @@
|
|
|
4088
4276
|
}
|
|
4089
4277
|
}
|
|
4090
4278
|
}
|
|
4091
|
-
}
|
|
4279
|
+
},
|
|
4280
|
+
"operationId": "postAdminQuotesQuotesByIdVersions",
|
|
4281
|
+
"summary": "POST /v1/admin/quotes/quotes/{id}/versions",
|
|
4282
|
+
"tags": [
|
|
4283
|
+
"quotes"
|
|
4284
|
+
],
|
|
4285
|
+
"x-voyant-module": "quotes",
|
|
4286
|
+
"x-voyant-surface": "admin"
|
|
4092
4287
|
}
|
|
4093
4288
|
},
|
|
4094
4289
|
"/v1/admin/quotes/quote-versions/{id}/validity": {
|
|
@@ -4291,7 +4486,14 @@
|
|
|
4291
4486
|
}
|
|
4292
4487
|
}
|
|
4293
4488
|
}
|
|
4294
|
-
}
|
|
4489
|
+
},
|
|
4490
|
+
"operationId": "patchAdminQuotesQuoteVersionsByIdValidity",
|
|
4491
|
+
"summary": "PATCH /v1/admin/quotes/quote-versions/{id}/validity",
|
|
4492
|
+
"tags": [
|
|
4493
|
+
"quotes"
|
|
4494
|
+
],
|
|
4495
|
+
"x-voyant-module": "quotes",
|
|
4496
|
+
"x-voyant-surface": "admin"
|
|
4295
4497
|
}
|
|
4296
4498
|
},
|
|
4297
4499
|
"/v1/admin/quotes/quotes/{id}/versions/snapshot": {
|
|
@@ -4472,7 +4674,14 @@
|
|
|
4472
4674
|
}
|
|
4473
4675
|
}
|
|
4474
4676
|
}
|
|
4475
|
-
}
|
|
4677
|
+
},
|
|
4678
|
+
"operationId": "postAdminQuotesQuotesByIdVersionsSnapshot",
|
|
4679
|
+
"summary": "POST /v1/admin/quotes/quotes/{id}/versions/snapshot",
|
|
4680
|
+
"tags": [
|
|
4681
|
+
"quotes"
|
|
4682
|
+
],
|
|
4683
|
+
"x-voyant-module": "quotes",
|
|
4684
|
+
"x-voyant-surface": "admin"
|
|
4476
4685
|
}
|
|
4477
4686
|
},
|
|
4478
4687
|
"/v1/admin/quotes/quote-versions/expire": {
|
|
@@ -4611,7 +4820,14 @@
|
|
|
4611
4820
|
}
|
|
4612
4821
|
}
|
|
4613
4822
|
}
|
|
4614
|
-
}
|
|
4823
|
+
},
|
|
4824
|
+
"operationId": "postAdminQuotesQuoteVersionsExpire",
|
|
4825
|
+
"summary": "POST /v1/admin/quotes/quote-versions/expire",
|
|
4826
|
+
"tags": [
|
|
4827
|
+
"quotes"
|
|
4828
|
+
],
|
|
4829
|
+
"x-voyant-module": "quotes",
|
|
4830
|
+
"x-voyant-surface": "admin"
|
|
4615
4831
|
}
|
|
4616
4832
|
},
|
|
4617
4833
|
"/v1/admin/quotes/quote-versions/{id}": {
|
|
@@ -4774,7 +4990,14 @@
|
|
|
4774
4990
|
}
|
|
4775
4991
|
}
|
|
4776
4992
|
}
|
|
4777
|
-
}
|
|
4993
|
+
},
|
|
4994
|
+
"operationId": "getAdminQuotesQuoteVersionsById",
|
|
4995
|
+
"summary": "GET /v1/admin/quotes/quote-versions/{id}",
|
|
4996
|
+
"tags": [
|
|
4997
|
+
"quotes"
|
|
4998
|
+
],
|
|
4999
|
+
"x-voyant-module": "quotes",
|
|
5000
|
+
"x-voyant-surface": "admin"
|
|
4778
5001
|
},
|
|
4779
5002
|
"patch": {
|
|
4780
5003
|
"parameters": [
|
|
@@ -5062,7 +5285,14 @@
|
|
|
5062
5285
|
}
|
|
5063
5286
|
}
|
|
5064
5287
|
}
|
|
5065
|
-
}
|
|
5288
|
+
},
|
|
5289
|
+
"operationId": "patchAdminQuotesQuoteVersionsById",
|
|
5290
|
+
"summary": "PATCH /v1/admin/quotes/quote-versions/{id}",
|
|
5291
|
+
"tags": [
|
|
5292
|
+
"quotes"
|
|
5293
|
+
],
|
|
5294
|
+
"x-voyant-module": "quotes",
|
|
5295
|
+
"x-voyant-surface": "admin"
|
|
5066
5296
|
},
|
|
5067
5297
|
"delete": {
|
|
5068
5298
|
"parameters": [
|
|
@@ -5133,7 +5363,14 @@
|
|
|
5133
5363
|
}
|
|
5134
5364
|
}
|
|
5135
5365
|
}
|
|
5136
|
-
}
|
|
5366
|
+
},
|
|
5367
|
+
"operationId": "deleteAdminQuotesQuoteVersionsById",
|
|
5368
|
+
"summary": "DELETE /v1/admin/quotes/quote-versions/{id}",
|
|
5369
|
+
"tags": [
|
|
5370
|
+
"quotes"
|
|
5371
|
+
],
|
|
5372
|
+
"x-voyant-module": "quotes",
|
|
5373
|
+
"x-voyant-surface": "admin"
|
|
5137
5374
|
}
|
|
5138
5375
|
},
|
|
5139
5376
|
"/v1/admin/quotes/quote-versions/{id}/trip-snapshot": {
|
|
@@ -5489,7 +5726,14 @@
|
|
|
5489
5726
|
}
|
|
5490
5727
|
}
|
|
5491
5728
|
}
|
|
5492
|
-
}
|
|
5729
|
+
},
|
|
5730
|
+
"operationId": "postAdminQuotesQuoteVersionsByIdTripSnapshot",
|
|
5731
|
+
"summary": "POST /v1/admin/quotes/quote-versions/{id}/trip-snapshot",
|
|
5732
|
+
"tags": [
|
|
5733
|
+
"quotes"
|
|
5734
|
+
],
|
|
5735
|
+
"x-voyant-module": "quotes",
|
|
5736
|
+
"x-voyant-surface": "admin"
|
|
5493
5737
|
}
|
|
5494
5738
|
},
|
|
5495
5739
|
"/v1/admin/quotes/quote-versions/{id}/send": {
|
|
@@ -5671,7 +5915,14 @@
|
|
|
5671
5915
|
}
|
|
5672
5916
|
}
|
|
5673
5917
|
}
|
|
5674
|
-
}
|
|
5918
|
+
},
|
|
5919
|
+
"operationId": "postAdminQuotesQuoteVersionsByIdSend",
|
|
5920
|
+
"summary": "POST /v1/admin/quotes/quote-versions/{id}/send",
|
|
5921
|
+
"tags": [
|
|
5922
|
+
"quotes"
|
|
5923
|
+
],
|
|
5924
|
+
"x-voyant-module": "quotes",
|
|
5925
|
+
"x-voyant-surface": "admin"
|
|
5675
5926
|
}
|
|
5676
5927
|
},
|
|
5677
5928
|
"/v1/admin/quotes/quote-versions/{id}/view": {
|
|
@@ -5834,7 +6085,14 @@
|
|
|
5834
6085
|
}
|
|
5835
6086
|
}
|
|
5836
6087
|
}
|
|
5837
|
-
}
|
|
6088
|
+
},
|
|
6089
|
+
"operationId": "postAdminQuotesQuoteVersionsByIdView",
|
|
6090
|
+
"summary": "POST /v1/admin/quotes/quote-versions/{id}/view",
|
|
6091
|
+
"tags": [
|
|
6092
|
+
"quotes"
|
|
6093
|
+
],
|
|
6094
|
+
"x-voyant-module": "quotes",
|
|
6095
|
+
"x-voyant-surface": "admin"
|
|
5838
6096
|
}
|
|
5839
6097
|
},
|
|
5840
6098
|
"/v1/admin/quotes/quote-versions/{id}/accept": {
|
|
@@ -6305,7 +6563,14 @@
|
|
|
6305
6563
|
}
|
|
6306
6564
|
}
|
|
6307
6565
|
}
|
|
6308
|
-
}
|
|
6566
|
+
},
|
|
6567
|
+
"operationId": "postAdminQuotesQuoteVersionsByIdAccept",
|
|
6568
|
+
"summary": "POST /v1/admin/quotes/quote-versions/{id}/accept",
|
|
6569
|
+
"tags": [
|
|
6570
|
+
"quotes"
|
|
6571
|
+
],
|
|
6572
|
+
"x-voyant-module": "quotes",
|
|
6573
|
+
"x-voyant-surface": "admin"
|
|
6309
6574
|
}
|
|
6310
6575
|
},
|
|
6311
6576
|
"/v1/admin/quotes/quote-versions/{id}/decline": {
|
|
@@ -6487,7 +6752,14 @@
|
|
|
6487
6752
|
}
|
|
6488
6753
|
}
|
|
6489
6754
|
}
|
|
6490
|
-
}
|
|
6755
|
+
},
|
|
6756
|
+
"operationId": "postAdminQuotesQuoteVersionsByIdDecline",
|
|
6757
|
+
"summary": "POST /v1/admin/quotes/quote-versions/{id}/decline",
|
|
6758
|
+
"tags": [
|
|
6759
|
+
"quotes"
|
|
6760
|
+
],
|
|
6761
|
+
"x-voyant-module": "quotes",
|
|
6762
|
+
"x-voyant-surface": "admin"
|
|
6491
6763
|
}
|
|
6492
6764
|
},
|
|
6493
6765
|
"/v1/admin/quotes/quote-versions/{id}/lines": {
|
|
@@ -6578,7 +6850,14 @@
|
|
|
6578
6850
|
}
|
|
6579
6851
|
}
|
|
6580
6852
|
}
|
|
6581
|
-
}
|
|
6853
|
+
},
|
|
6854
|
+
"operationId": "getAdminQuotesQuoteVersionsByIdLines",
|
|
6855
|
+
"summary": "GET /v1/admin/quotes/quote-versions/{id}/lines",
|
|
6856
|
+
"tags": [
|
|
6857
|
+
"quotes"
|
|
6858
|
+
],
|
|
6859
|
+
"x-voyant-module": "quotes",
|
|
6860
|
+
"x-voyant-surface": "admin"
|
|
6582
6861
|
},
|
|
6583
6862
|
"post": {
|
|
6584
6863
|
"parameters": [
|
|
@@ -6767,7 +7046,14 @@
|
|
|
6767
7046
|
}
|
|
6768
7047
|
}
|
|
6769
7048
|
}
|
|
6770
|
-
}
|
|
7049
|
+
},
|
|
7050
|
+
"operationId": "postAdminQuotesQuoteVersionsByIdLines",
|
|
7051
|
+
"summary": "POST /v1/admin/quotes/quote-versions/{id}/lines",
|
|
7052
|
+
"tags": [
|
|
7053
|
+
"quotes"
|
|
7054
|
+
],
|
|
7055
|
+
"x-voyant-module": "quotes",
|
|
7056
|
+
"x-voyant-surface": "admin"
|
|
6771
7057
|
}
|
|
6772
7058
|
},
|
|
6773
7059
|
"/v1/admin/quotes/quote-version-lines/{id}": {
|
|
@@ -6954,7 +7240,14 @@
|
|
|
6954
7240
|
}
|
|
6955
7241
|
}
|
|
6956
7242
|
}
|
|
6957
|
-
}
|
|
7243
|
+
},
|
|
7244
|
+
"operationId": "patchAdminQuotesQuoteVersionLinesById",
|
|
7245
|
+
"summary": "PATCH /v1/admin/quotes/quote-version-lines/{id}",
|
|
7246
|
+
"tags": [
|
|
7247
|
+
"quotes"
|
|
7248
|
+
],
|
|
7249
|
+
"x-voyant-module": "quotes",
|
|
7250
|
+
"x-voyant-surface": "admin"
|
|
6958
7251
|
},
|
|
6959
7252
|
"delete": {
|
|
6960
7253
|
"parameters": [
|
|
@@ -7025,7 +7318,14 @@
|
|
|
7025
7318
|
}
|
|
7026
7319
|
}
|
|
7027
7320
|
}
|
|
7028
|
-
}
|
|
7321
|
+
},
|
|
7322
|
+
"operationId": "deleteAdminQuotesQuoteVersionLinesById",
|
|
7323
|
+
"summary": "DELETE /v1/admin/quotes/quote-version-lines/{id}",
|
|
7324
|
+
"tags": [
|
|
7325
|
+
"quotes"
|
|
7326
|
+
],
|
|
7327
|
+
"x-voyant-module": "quotes",
|
|
7328
|
+
"x-voyant-surface": "admin"
|
|
7029
7329
|
}
|
|
7030
7330
|
}
|
|
7031
7331
|
},
|