@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": {
|
|
@@ -258,7 +264,14 @@
|
|
|
258
264
|
}
|
|
259
265
|
}
|
|
260
266
|
}
|
|
261
|
-
}
|
|
267
|
+
},
|
|
268
|
+
"operationId": "getAdminSuppliersByIdContactPoints",
|
|
269
|
+
"summary": "GET /v1/admin/suppliers/{id}/contact-points",
|
|
270
|
+
"tags": [
|
|
271
|
+
"suppliers"
|
|
272
|
+
],
|
|
273
|
+
"x-voyant-module": "suppliers",
|
|
274
|
+
"x-voyant-surface": "admin"
|
|
262
275
|
},
|
|
263
276
|
"post": {
|
|
264
277
|
"parameters": [
|
|
@@ -468,7 +481,14 @@
|
|
|
468
481
|
}
|
|
469
482
|
}
|
|
470
483
|
}
|
|
471
|
-
}
|
|
484
|
+
},
|
|
485
|
+
"operationId": "postAdminSuppliersByIdContactPoints",
|
|
486
|
+
"summary": "POST /v1/admin/suppliers/{id}/contact-points",
|
|
487
|
+
"tags": [
|
|
488
|
+
"suppliers"
|
|
489
|
+
],
|
|
490
|
+
"x-voyant-module": "suppliers",
|
|
491
|
+
"x-voyant-surface": "admin"
|
|
472
492
|
}
|
|
473
493
|
},
|
|
474
494
|
"/v1/admin/suppliers/contact-points/{contactPointId}": {
|
|
@@ -686,7 +706,14 @@
|
|
|
686
706
|
}
|
|
687
707
|
}
|
|
688
708
|
}
|
|
689
|
-
}
|
|
709
|
+
},
|
|
710
|
+
"operationId": "patchAdminSuppliersContactPointsByContactPointId",
|
|
711
|
+
"summary": "PATCH /v1/admin/suppliers/contact-points/{contactPointId}",
|
|
712
|
+
"tags": [
|
|
713
|
+
"suppliers"
|
|
714
|
+
],
|
|
715
|
+
"x-voyant-module": "suppliers",
|
|
716
|
+
"x-voyant-surface": "admin"
|
|
690
717
|
},
|
|
691
718
|
"delete": {
|
|
692
719
|
"parameters": [
|
|
@@ -736,7 +763,14 @@
|
|
|
736
763
|
}
|
|
737
764
|
}
|
|
738
765
|
}
|
|
739
|
-
}
|
|
766
|
+
},
|
|
767
|
+
"operationId": "deleteAdminSuppliersContactPointsByContactPointId",
|
|
768
|
+
"summary": "DELETE /v1/admin/suppliers/contact-points/{contactPointId}",
|
|
769
|
+
"tags": [
|
|
770
|
+
"suppliers"
|
|
771
|
+
],
|
|
772
|
+
"x-voyant-module": "suppliers",
|
|
773
|
+
"x-voyant-surface": "admin"
|
|
740
774
|
}
|
|
741
775
|
},
|
|
742
776
|
"/v1/admin/suppliers/{id}/contacts": {
|
|
@@ -857,7 +891,14 @@
|
|
|
857
891
|
}
|
|
858
892
|
}
|
|
859
893
|
}
|
|
860
|
-
}
|
|
894
|
+
},
|
|
895
|
+
"operationId": "getAdminSuppliersByIdContacts",
|
|
896
|
+
"summary": "GET /v1/admin/suppliers/{id}/contacts",
|
|
897
|
+
"tags": [
|
|
898
|
+
"suppliers"
|
|
899
|
+
],
|
|
900
|
+
"x-voyant-module": "suppliers",
|
|
901
|
+
"x-voyant-surface": "admin"
|
|
861
902
|
},
|
|
862
903
|
"post": {
|
|
863
904
|
"parameters": [
|
|
@@ -1083,7 +1124,14 @@
|
|
|
1083
1124
|
}
|
|
1084
1125
|
}
|
|
1085
1126
|
}
|
|
1086
|
-
}
|
|
1127
|
+
},
|
|
1128
|
+
"operationId": "postAdminSuppliersByIdContacts",
|
|
1129
|
+
"summary": "POST /v1/admin/suppliers/{id}/contacts",
|
|
1130
|
+
"tags": [
|
|
1131
|
+
"suppliers"
|
|
1132
|
+
],
|
|
1133
|
+
"x-voyant-module": "suppliers",
|
|
1134
|
+
"x-voyant-surface": "admin"
|
|
1087
1135
|
}
|
|
1088
1136
|
},
|
|
1089
1137
|
"/v1/admin/suppliers/contacts/{contactId}": {
|
|
@@ -1318,7 +1366,14 @@
|
|
|
1318
1366
|
}
|
|
1319
1367
|
}
|
|
1320
1368
|
}
|
|
1321
|
-
}
|
|
1369
|
+
},
|
|
1370
|
+
"operationId": "patchAdminSuppliersContactsByContactId",
|
|
1371
|
+
"summary": "PATCH /v1/admin/suppliers/contacts/{contactId}",
|
|
1372
|
+
"tags": [
|
|
1373
|
+
"suppliers"
|
|
1374
|
+
],
|
|
1375
|
+
"x-voyant-module": "suppliers",
|
|
1376
|
+
"x-voyant-surface": "admin"
|
|
1322
1377
|
},
|
|
1323
1378
|
"delete": {
|
|
1324
1379
|
"parameters": [
|
|
@@ -1368,7 +1423,14 @@
|
|
|
1368
1423
|
}
|
|
1369
1424
|
}
|
|
1370
1425
|
}
|
|
1371
|
-
}
|
|
1426
|
+
},
|
|
1427
|
+
"operationId": "deleteAdminSuppliersContactsByContactId",
|
|
1428
|
+
"summary": "DELETE /v1/admin/suppliers/contacts/{contactId}",
|
|
1429
|
+
"tags": [
|
|
1430
|
+
"suppliers"
|
|
1431
|
+
],
|
|
1432
|
+
"x-voyant-module": "suppliers",
|
|
1433
|
+
"x-voyant-surface": "admin"
|
|
1372
1434
|
}
|
|
1373
1435
|
},
|
|
1374
1436
|
"/v1/admin/suppliers/{id}/addresses": {
|
|
@@ -1532,7 +1594,14 @@
|
|
|
1532
1594
|
}
|
|
1533
1595
|
}
|
|
1534
1596
|
}
|
|
1535
|
-
}
|
|
1597
|
+
},
|
|
1598
|
+
"operationId": "getAdminSuppliersByIdAddresses",
|
|
1599
|
+
"summary": "GET /v1/admin/suppliers/{id}/addresses",
|
|
1600
|
+
"tags": [
|
|
1601
|
+
"suppliers"
|
|
1602
|
+
],
|
|
1603
|
+
"x-voyant-module": "suppliers",
|
|
1604
|
+
"x-voyant-surface": "admin"
|
|
1536
1605
|
},
|
|
1537
1606
|
"post": {
|
|
1538
1607
|
"parameters": [
|
|
@@ -1831,7 +1900,14 @@
|
|
|
1831
1900
|
}
|
|
1832
1901
|
}
|
|
1833
1902
|
}
|
|
1834
|
-
}
|
|
1903
|
+
},
|
|
1904
|
+
"operationId": "postAdminSuppliersByIdAddresses",
|
|
1905
|
+
"summary": "POST /v1/admin/suppliers/{id}/addresses",
|
|
1906
|
+
"tags": [
|
|
1907
|
+
"suppliers"
|
|
1908
|
+
],
|
|
1909
|
+
"x-voyant-module": "suppliers",
|
|
1910
|
+
"x-voyant-surface": "admin"
|
|
1835
1911
|
}
|
|
1836
1912
|
},
|
|
1837
1913
|
"/v1/admin/suppliers/addresses/{addressId}": {
|
|
@@ -2142,7 +2218,14 @@
|
|
|
2142
2218
|
}
|
|
2143
2219
|
}
|
|
2144
2220
|
}
|
|
2145
|
-
}
|
|
2221
|
+
},
|
|
2222
|
+
"operationId": "patchAdminSuppliersAddressesByAddressId",
|
|
2223
|
+
"summary": "PATCH /v1/admin/suppliers/addresses/{addressId}",
|
|
2224
|
+
"tags": [
|
|
2225
|
+
"suppliers"
|
|
2226
|
+
],
|
|
2227
|
+
"x-voyant-module": "suppliers",
|
|
2228
|
+
"x-voyant-surface": "admin"
|
|
2146
2229
|
},
|
|
2147
2230
|
"delete": {
|
|
2148
2231
|
"parameters": [
|
|
@@ -2192,7 +2275,14 @@
|
|
|
2192
2275
|
}
|
|
2193
2276
|
}
|
|
2194
2277
|
}
|
|
2195
|
-
}
|
|
2278
|
+
},
|
|
2279
|
+
"operationId": "deleteAdminSuppliersAddressesByAddressId",
|
|
2280
|
+
"summary": "DELETE /v1/admin/suppliers/addresses/{addressId}",
|
|
2281
|
+
"tags": [
|
|
2282
|
+
"suppliers"
|
|
2283
|
+
],
|
|
2284
|
+
"x-voyant-module": "suppliers",
|
|
2285
|
+
"x-voyant-surface": "admin"
|
|
2196
2286
|
}
|
|
2197
2287
|
},
|
|
2198
2288
|
"/v1/admin/suppliers/{id}/services": {
|
|
@@ -2307,7 +2397,14 @@
|
|
|
2307
2397
|
}
|
|
2308
2398
|
}
|
|
2309
2399
|
}
|
|
2310
|
-
}
|
|
2400
|
+
},
|
|
2401
|
+
"operationId": "getAdminSuppliersByIdServices",
|
|
2402
|
+
"summary": "GET /v1/admin/suppliers/{id}/services",
|
|
2403
|
+
"tags": [
|
|
2404
|
+
"suppliers"
|
|
2405
|
+
],
|
|
2406
|
+
"x-voyant-module": "suppliers",
|
|
2407
|
+
"x-voyant-surface": "admin"
|
|
2311
2408
|
},
|
|
2312
2409
|
"post": {
|
|
2313
2410
|
"parameters": [
|
|
@@ -2521,7 +2618,14 @@
|
|
|
2521
2618
|
}
|
|
2522
2619
|
}
|
|
2523
2620
|
}
|
|
2524
|
-
}
|
|
2621
|
+
},
|
|
2622
|
+
"operationId": "postAdminSuppliersByIdServices",
|
|
2623
|
+
"summary": "POST /v1/admin/suppliers/{id}/services",
|
|
2624
|
+
"tags": [
|
|
2625
|
+
"suppliers"
|
|
2626
|
+
],
|
|
2627
|
+
"x-voyant-module": "suppliers",
|
|
2628
|
+
"x-voyant-surface": "admin"
|
|
2525
2629
|
}
|
|
2526
2630
|
},
|
|
2527
2631
|
"/v1/admin/suppliers/{id}/services/{serviceId}": {
|
|
@@ -2741,7 +2845,14 @@
|
|
|
2741
2845
|
}
|
|
2742
2846
|
}
|
|
2743
2847
|
}
|
|
2744
|
-
}
|
|
2848
|
+
},
|
|
2849
|
+
"operationId": "patchAdminSuppliersByIdServicesByServiceId",
|
|
2850
|
+
"summary": "PATCH /v1/admin/suppliers/{id}/services/{serviceId}",
|
|
2851
|
+
"tags": [
|
|
2852
|
+
"suppliers"
|
|
2853
|
+
],
|
|
2854
|
+
"x-voyant-module": "suppliers",
|
|
2855
|
+
"x-voyant-surface": "admin"
|
|
2745
2856
|
},
|
|
2746
2857
|
"delete": {
|
|
2747
2858
|
"parameters": [
|
|
@@ -2799,7 +2910,14 @@
|
|
|
2799
2910
|
}
|
|
2800
2911
|
}
|
|
2801
2912
|
}
|
|
2802
|
-
}
|
|
2913
|
+
},
|
|
2914
|
+
"operationId": "deleteAdminSuppliersByIdServicesByServiceId",
|
|
2915
|
+
"summary": "DELETE /v1/admin/suppliers/{id}/services/{serviceId}",
|
|
2916
|
+
"tags": [
|
|
2917
|
+
"suppliers"
|
|
2918
|
+
],
|
|
2919
|
+
"x-voyant-module": "suppliers",
|
|
2920
|
+
"x-voyant-surface": "admin"
|
|
2803
2921
|
}
|
|
2804
2922
|
},
|
|
2805
2923
|
"/v1/admin/suppliers/{id}/services/{serviceId}/rates": {
|
|
@@ -2918,7 +3036,14 @@
|
|
|
2918
3036
|
}
|
|
2919
3037
|
}
|
|
2920
3038
|
}
|
|
2921
|
-
}
|
|
3039
|
+
},
|
|
3040
|
+
"operationId": "getAdminSuppliersByIdServicesByServiceIdRates",
|
|
3041
|
+
"summary": "GET /v1/admin/suppliers/{id}/services/{serviceId}/rates",
|
|
3042
|
+
"tags": [
|
|
3043
|
+
"suppliers"
|
|
3044
|
+
],
|
|
3045
|
+
"x-voyant-module": "suppliers",
|
|
3046
|
+
"x-voyant-surface": "admin"
|
|
2922
3047
|
},
|
|
2923
3048
|
"post": {
|
|
2924
3049
|
"parameters": [
|
|
@@ -3142,7 +3267,14 @@
|
|
|
3142
3267
|
}
|
|
3143
3268
|
}
|
|
3144
3269
|
}
|
|
3145
|
-
}
|
|
3270
|
+
},
|
|
3271
|
+
"operationId": "postAdminSuppliersByIdServicesByServiceIdRates",
|
|
3272
|
+
"summary": "POST /v1/admin/suppliers/{id}/services/{serviceId}/rates",
|
|
3273
|
+
"tags": [
|
|
3274
|
+
"suppliers"
|
|
3275
|
+
],
|
|
3276
|
+
"x-voyant-module": "suppliers",
|
|
3277
|
+
"x-voyant-surface": "admin"
|
|
3146
3278
|
}
|
|
3147
3279
|
},
|
|
3148
3280
|
"/v1/admin/suppliers/{id}/services/{serviceId}/rates/{rateId}": {
|
|
@@ -3370,7 +3502,14 @@
|
|
|
3370
3502
|
}
|
|
3371
3503
|
}
|
|
3372
3504
|
}
|
|
3373
|
-
}
|
|
3505
|
+
},
|
|
3506
|
+
"operationId": "patchAdminSuppliersByIdServicesByServiceIdRatesByRateId",
|
|
3507
|
+
"summary": "PATCH /v1/admin/suppliers/{id}/services/{serviceId}/rates/{rateId}",
|
|
3508
|
+
"tags": [
|
|
3509
|
+
"suppliers"
|
|
3510
|
+
],
|
|
3511
|
+
"x-voyant-module": "suppliers",
|
|
3512
|
+
"x-voyant-surface": "admin"
|
|
3374
3513
|
},
|
|
3375
3514
|
"delete": {
|
|
3376
3515
|
"parameters": [
|
|
@@ -3436,7 +3575,14 @@
|
|
|
3436
3575
|
}
|
|
3437
3576
|
}
|
|
3438
3577
|
}
|
|
3439
|
-
}
|
|
3578
|
+
},
|
|
3579
|
+
"operationId": "deleteAdminSuppliersByIdServicesByServiceIdRatesByRateId",
|
|
3580
|
+
"summary": "DELETE /v1/admin/suppliers/{id}/services/{serviceId}/rates/{rateId}",
|
|
3581
|
+
"tags": [
|
|
3582
|
+
"suppliers"
|
|
3583
|
+
],
|
|
3584
|
+
"x-voyant-module": "suppliers",
|
|
3585
|
+
"x-voyant-surface": "admin"
|
|
3440
3586
|
}
|
|
3441
3587
|
},
|
|
3442
3588
|
"/v1/admin/suppliers/{id}/notes": {
|
|
@@ -3497,7 +3643,14 @@
|
|
|
3497
3643
|
}
|
|
3498
3644
|
}
|
|
3499
3645
|
}
|
|
3500
|
-
}
|
|
3646
|
+
},
|
|
3647
|
+
"operationId": "getAdminSuppliersByIdNotes",
|
|
3648
|
+
"summary": "GET /v1/admin/suppliers/{id}/notes",
|
|
3649
|
+
"tags": [
|
|
3650
|
+
"suppliers"
|
|
3651
|
+
],
|
|
3652
|
+
"x-voyant-module": "suppliers",
|
|
3653
|
+
"x-voyant-surface": "admin"
|
|
3501
3654
|
},
|
|
3502
3655
|
"post": {
|
|
3503
3656
|
"parameters": [
|
|
@@ -3609,7 +3762,14 @@
|
|
|
3609
3762
|
}
|
|
3610
3763
|
}
|
|
3611
3764
|
}
|
|
3612
|
-
}
|
|
3765
|
+
},
|
|
3766
|
+
"operationId": "postAdminSuppliersByIdNotes",
|
|
3767
|
+
"summary": "POST /v1/admin/suppliers/{id}/notes",
|
|
3768
|
+
"tags": [
|
|
3769
|
+
"suppliers"
|
|
3770
|
+
],
|
|
3771
|
+
"x-voyant-module": "suppliers",
|
|
3772
|
+
"x-voyant-surface": "admin"
|
|
3613
3773
|
}
|
|
3614
3774
|
},
|
|
3615
3775
|
"/v1/admin/suppliers/{id}/availability": {
|
|
@@ -3693,7 +3853,14 @@
|
|
|
3693
3853
|
}
|
|
3694
3854
|
}
|
|
3695
3855
|
}
|
|
3696
|
-
}
|
|
3856
|
+
},
|
|
3857
|
+
"operationId": "getAdminSuppliersByIdAvailability",
|
|
3858
|
+
"summary": "GET /v1/admin/suppliers/{id}/availability",
|
|
3859
|
+
"tags": [
|
|
3860
|
+
"suppliers"
|
|
3861
|
+
],
|
|
3862
|
+
"x-voyant-module": "suppliers",
|
|
3863
|
+
"x-voyant-surface": "admin"
|
|
3697
3864
|
},
|
|
3698
3865
|
"post": {
|
|
3699
3866
|
"parameters": [
|
|
@@ -3854,7 +4021,14 @@
|
|
|
3854
4021
|
}
|
|
3855
4022
|
}
|
|
3856
4023
|
}
|
|
3857
|
-
}
|
|
4024
|
+
},
|
|
4025
|
+
"operationId": "postAdminSuppliersByIdAvailability",
|
|
4026
|
+
"summary": "POST /v1/admin/suppliers/{id}/availability",
|
|
4027
|
+
"tags": [
|
|
4028
|
+
"suppliers"
|
|
4029
|
+
],
|
|
4030
|
+
"x-voyant-module": "suppliers",
|
|
4031
|
+
"x-voyant-surface": "admin"
|
|
3858
4032
|
}
|
|
3859
4033
|
},
|
|
3860
4034
|
"/v1/admin/suppliers/{id}/contracts": {
|
|
@@ -3953,7 +4127,14 @@
|
|
|
3953
4127
|
}
|
|
3954
4128
|
}
|
|
3955
4129
|
}
|
|
3956
|
-
}
|
|
4130
|
+
},
|
|
4131
|
+
"operationId": "getAdminSuppliersByIdContracts",
|
|
4132
|
+
"summary": "GET /v1/admin/suppliers/{id}/contracts",
|
|
4133
|
+
"tags": [
|
|
4134
|
+
"suppliers"
|
|
4135
|
+
],
|
|
4136
|
+
"x-voyant-module": "suppliers",
|
|
4137
|
+
"x-voyant-surface": "admin"
|
|
3957
4138
|
},
|
|
3958
4139
|
"post": {
|
|
3959
4140
|
"parameters": [
|
|
@@ -4137,7 +4318,14 @@
|
|
|
4137
4318
|
}
|
|
4138
4319
|
}
|
|
4139
4320
|
}
|
|
4140
|
-
}
|
|
4321
|
+
},
|
|
4322
|
+
"operationId": "postAdminSuppliersByIdContracts",
|
|
4323
|
+
"summary": "POST /v1/admin/suppliers/{id}/contracts",
|
|
4324
|
+
"tags": [
|
|
4325
|
+
"suppliers"
|
|
4326
|
+
],
|
|
4327
|
+
"x-voyant-module": "suppliers",
|
|
4328
|
+
"x-voyant-surface": "admin"
|
|
4141
4329
|
}
|
|
4142
4330
|
},
|
|
4143
4331
|
"/v1/admin/suppliers/{id}/contracts/{contractId}": {
|
|
@@ -4328,7 +4516,14 @@
|
|
|
4328
4516
|
}
|
|
4329
4517
|
}
|
|
4330
4518
|
}
|
|
4331
|
-
}
|
|
4519
|
+
},
|
|
4520
|
+
"operationId": "patchAdminSuppliersByIdContractsByContractId",
|
|
4521
|
+
"summary": "PATCH /v1/admin/suppliers/{id}/contracts/{contractId}",
|
|
4522
|
+
"tags": [
|
|
4523
|
+
"suppliers"
|
|
4524
|
+
],
|
|
4525
|
+
"x-voyant-module": "suppliers",
|
|
4526
|
+
"x-voyant-surface": "admin"
|
|
4332
4527
|
},
|
|
4333
4528
|
"delete": {
|
|
4334
4529
|
"parameters": [
|
|
@@ -4386,7 +4581,14 @@
|
|
|
4386
4581
|
}
|
|
4387
4582
|
}
|
|
4388
4583
|
}
|
|
4389
|
-
}
|
|
4584
|
+
},
|
|
4585
|
+
"operationId": "deleteAdminSuppliersByIdContractsByContractId",
|
|
4586
|
+
"summary": "DELETE /v1/admin/suppliers/{id}/contracts/{contractId}",
|
|
4587
|
+
"tags": [
|
|
4588
|
+
"suppliers"
|
|
4589
|
+
],
|
|
4590
|
+
"x-voyant-module": "suppliers",
|
|
4591
|
+
"x-voyant-surface": "admin"
|
|
4390
4592
|
}
|
|
4391
4593
|
},
|
|
4392
4594
|
"/v1/admin/suppliers/aggregates": {
|
|
@@ -4494,7 +4696,14 @@
|
|
|
4494
4696
|
}
|
|
4495
4697
|
}
|
|
4496
4698
|
}
|
|
4497
|
-
}
|
|
4699
|
+
},
|
|
4700
|
+
"operationId": "getAdminSuppliersAggregates",
|
|
4701
|
+
"summary": "GET /v1/admin/suppliers/aggregates",
|
|
4702
|
+
"tags": [
|
|
4703
|
+
"suppliers"
|
|
4704
|
+
],
|
|
4705
|
+
"x-voyant-module": "suppliers",
|
|
4706
|
+
"x-voyant-surface": "admin"
|
|
4498
4707
|
}
|
|
4499
4708
|
},
|
|
4500
4709
|
"/v1/admin/suppliers": {
|
|
@@ -4801,7 +5010,14 @@
|
|
|
4801
5010
|
}
|
|
4802
5011
|
}
|
|
4803
5012
|
}
|
|
4804
|
-
}
|
|
5013
|
+
},
|
|
5014
|
+
"operationId": "getAdminSuppliers",
|
|
5015
|
+
"summary": "GET /v1/admin/suppliers",
|
|
5016
|
+
"tags": [
|
|
5017
|
+
"suppliers"
|
|
5018
|
+
],
|
|
5019
|
+
"x-voyant-module": "suppliers",
|
|
5020
|
+
"x-voyant-surface": "admin"
|
|
4805
5021
|
},
|
|
4806
5022
|
"post": {
|
|
4807
5023
|
"requestBody": {
|
|
@@ -5183,7 +5399,14 @@
|
|
|
5183
5399
|
}
|
|
5184
5400
|
}
|
|
5185
5401
|
}
|
|
5186
|
-
}
|
|
5402
|
+
},
|
|
5403
|
+
"operationId": "postAdminSuppliers",
|
|
5404
|
+
"summary": "POST /v1/admin/suppliers",
|
|
5405
|
+
"tags": [
|
|
5406
|
+
"suppliers"
|
|
5407
|
+
],
|
|
5408
|
+
"x-voyant-module": "suppliers",
|
|
5409
|
+
"x-voyant-surface": "admin"
|
|
5187
5410
|
}
|
|
5188
5411
|
},
|
|
5189
5412
|
"/v1/admin/suppliers/{id}": {
|
|
@@ -5386,7 +5609,14 @@
|
|
|
5386
5609
|
}
|
|
5387
5610
|
}
|
|
5388
5611
|
}
|
|
5389
|
-
}
|
|
5612
|
+
},
|
|
5613
|
+
"operationId": "getAdminSuppliersById",
|
|
5614
|
+
"summary": "GET /v1/admin/suppliers/{id}",
|
|
5615
|
+
"tags": [
|
|
5616
|
+
"suppliers"
|
|
5617
|
+
],
|
|
5618
|
+
"x-voyant-module": "suppliers",
|
|
5619
|
+
"x-voyant-surface": "admin"
|
|
5390
5620
|
},
|
|
5391
5621
|
"patch": {
|
|
5392
5622
|
"parameters": [
|
|
@@ -5792,7 +6022,14 @@
|
|
|
5792
6022
|
}
|
|
5793
6023
|
}
|
|
5794
6024
|
}
|
|
5795
|
-
}
|
|
6025
|
+
},
|
|
6026
|
+
"operationId": "patchAdminSuppliersById",
|
|
6027
|
+
"summary": "PATCH /v1/admin/suppliers/{id}",
|
|
6028
|
+
"tags": [
|
|
6029
|
+
"suppliers"
|
|
6030
|
+
],
|
|
6031
|
+
"x-voyant-module": "suppliers",
|
|
6032
|
+
"x-voyant-surface": "admin"
|
|
5796
6033
|
},
|
|
5797
6034
|
"delete": {
|
|
5798
6035
|
"parameters": [
|
|
@@ -5842,7 +6079,14 @@
|
|
|
5842
6079
|
}
|
|
5843
6080
|
}
|
|
5844
6081
|
}
|
|
5845
|
-
}
|
|
6082
|
+
},
|
|
6083
|
+
"operationId": "deleteAdminSuppliersById",
|
|
6084
|
+
"summary": "DELETE /v1/admin/suppliers/{id}",
|
|
6085
|
+
"tags": [
|
|
6086
|
+
"suppliers"
|
|
6087
|
+
],
|
|
6088
|
+
"x-voyant-module": "suppliers",
|
|
6089
|
+
"x-voyant-surface": "admin"
|
|
5846
6090
|
}
|
|
5847
6091
|
}
|
|
5848
6092
|
},
|