@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.
Files changed (41) hide show
  1. package/package.json +3 -3
  2. package/spec/admin/accommodations.json +54 -6
  3. package/spec/admin/action-ledger.json +94 -11
  4. package/spec/admin/booking-requirements.json +326 -40
  5. package/spec/admin/bookings.json +550 -68
  6. package/spec/admin/catalog.json +14 -1
  7. package/spec/admin/distribution.json +974 -121
  8. package/spec/admin/external-refs.json +62 -7
  9. package/spec/admin/extras.json +158 -19
  10. package/spec/admin/finance.json +1230 -153
  11. package/spec/admin/identity.json +90 -21
  12. package/spec/admin/legal.json +550 -68
  13. package/spec/admin/markets.json +302 -37
  14. package/spec/admin/notifications.json +294 -36
  15. package/spec/admin/operations.json +2112 -291
  16. package/spec/admin/operator-settings.json +70 -8
  17. package/spec/admin/pricing.json +566 -70
  18. package/spec/admin/products.json +1286 -160
  19. package/spec/admin/promotions.json +54 -6
  20. package/spec/admin/quotes.json +342 -42
  21. package/spec/admin/relationships.json +686 -85
  22. package/spec/admin/sellability.json +246 -30
  23. package/spec/admin/storefront.json +22 -2
  24. package/spec/admin/suppliers.json +278 -34
  25. package/spec/admin/trips.json +198 -24
  26. package/spec/framework-admin.json +10472 -1392
  27. package/spec/framework-openapi.json +11510 -1695
  28. package/spec/framework-storefront.json +846 -105
  29. package/spec/storefront/booking-requirements.json +14 -1
  30. package/spec/storefront/bookings.json +86 -10
  31. package/spec/storefront/catalog.json +14 -1
  32. package/spec/storefront/customer-portal.json +158 -19
  33. package/spec/storefront/finance.json +102 -12
  34. package/spec/storefront/legal.json +94 -11
  35. package/spec/storefront/markets.json +14 -1
  36. package/spec/storefront/operator-settings.json +22 -2
  37. package/spec/storefront/pricing.json +14 -1
  38. package/spec/storefront/products.json +62 -7
  39. package/spec/storefront/storefront-verification.json +38 -4
  40. package/spec/storefront/storefront.json +102 -12
  41. 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": {
@@ -288,7 +294,14 @@
288
294
  }
289
295
  }
290
296
  }
291
- }
297
+ },
298
+ "operationId": "getAdminProductsActivationSettings",
299
+ "summary": "GET /v1/admin/products/activation-settings",
300
+ "tags": [
301
+ "products"
302
+ ],
303
+ "x-voyant-module": "products",
304
+ "x-voyant-surface": "admin"
292
305
  }
293
306
  },
294
307
  "/v1/admin/products/activation-settings/{id}": {
@@ -397,7 +410,14 @@
397
410
  }
398
411
  }
399
412
  }
400
- }
413
+ },
414
+ "operationId": "getAdminProductsActivationSettingsById",
415
+ "summary": "GET /v1/admin/products/activation-settings/{id}",
416
+ "tags": [
417
+ "products"
418
+ ],
419
+ "x-voyant-module": "products",
420
+ "x-voyant-surface": "admin"
401
421
  },
402
422
  "patch": {
403
423
  "parameters": [
@@ -571,7 +591,14 @@
571
591
  }
572
592
  }
573
593
  }
574
- }
594
+ },
595
+ "operationId": "patchAdminProductsActivationSettingsById",
596
+ "summary": "PATCH /v1/admin/products/activation-settings/{id}",
597
+ "tags": [
598
+ "products"
599
+ ],
600
+ "x-voyant-module": "products",
601
+ "x-voyant-surface": "admin"
575
602
  },
576
603
  "delete": {
577
604
  "parameters": [
@@ -621,7 +648,14 @@
621
648
  }
622
649
  }
623
650
  }
624
- }
651
+ },
652
+ "operationId": "deleteAdminProductsActivationSettingsById",
653
+ "summary": "DELETE /v1/admin/products/activation-settings/{id}",
654
+ "tags": [
655
+ "products"
656
+ ],
657
+ "x-voyant-module": "products",
658
+ "x-voyant-surface": "admin"
625
659
  }
626
660
  },
627
661
  "/v1/admin/products/{id}/activation-settings": {
@@ -797,7 +831,14 @@
797
831
  }
798
832
  }
799
833
  }
800
- }
834
+ },
835
+ "operationId": "postAdminProductsByIdActivationSettings",
836
+ "summary": "POST /v1/admin/products/{id}/activation-settings",
837
+ "tags": [
838
+ "products"
839
+ ],
840
+ "x-voyant-module": "products",
841
+ "x-voyant-surface": "admin"
801
842
  }
802
843
  },
803
844
  "/v1/admin/products/ticket-settings": {
@@ -953,7 +994,14 @@
953
994
  }
954
995
  }
955
996
  }
956
- }
997
+ },
998
+ "operationId": "getAdminProductsTicketSettings",
999
+ "summary": "GET /v1/admin/products/ticket-settings",
1000
+ "tags": [
1001
+ "products"
1002
+ ],
1003
+ "x-voyant-module": "products",
1004
+ "x-voyant-surface": "admin"
957
1005
  }
958
1006
  },
959
1007
  "/v1/admin/products/ticket-settings/{id}": {
@@ -1074,7 +1122,14 @@
1074
1122
  }
1075
1123
  }
1076
1124
  }
1077
- }
1125
+ },
1126
+ "operationId": "getAdminProductsTicketSettingsById",
1127
+ "summary": "GET /v1/admin/products/ticket-settings/{id}",
1128
+ "tags": [
1129
+ "products"
1130
+ ],
1131
+ "x-voyant-module": "products",
1132
+ "x-voyant-surface": "admin"
1078
1133
  },
1079
1134
  "patch": {
1080
1135
  "parameters": [
@@ -1270,7 +1325,14 @@
1270
1325
  }
1271
1326
  }
1272
1327
  }
1273
- }
1328
+ },
1329
+ "operationId": "patchAdminProductsTicketSettingsById",
1330
+ "summary": "PATCH /v1/admin/products/ticket-settings/{id}",
1331
+ "tags": [
1332
+ "products"
1333
+ ],
1334
+ "x-voyant-module": "products",
1335
+ "x-voyant-surface": "admin"
1274
1336
  },
1275
1337
  "delete": {
1276
1338
  "parameters": [
@@ -1320,7 +1382,14 @@
1320
1382
  }
1321
1383
  }
1322
1384
  }
1323
- }
1385
+ },
1386
+ "operationId": "deleteAdminProductsTicketSettingsById",
1387
+ "summary": "DELETE /v1/admin/products/ticket-settings/{id}",
1388
+ "tags": [
1389
+ "products"
1390
+ ],
1391
+ "x-voyant-module": "products",
1392
+ "x-voyant-surface": "admin"
1324
1393
  }
1325
1394
  },
1326
1395
  "/v1/admin/products/{id}/ticket-settings": {
@@ -1518,7 +1587,14 @@
1518
1587
  }
1519
1588
  }
1520
1589
  }
1521
- }
1590
+ },
1591
+ "operationId": "postAdminProductsByIdTicketSettings",
1592
+ "summary": "POST /v1/admin/products/{id}/ticket-settings",
1593
+ "tags": [
1594
+ "products"
1595
+ ],
1596
+ "x-voyant-module": "products",
1597
+ "x-voyant-surface": "admin"
1522
1598
  }
1523
1599
  },
1524
1600
  "/v1/admin/products/visibility-settings": {
@@ -1655,7 +1731,14 @@
1655
1731
  }
1656
1732
  }
1657
1733
  }
1658
- }
1734
+ },
1735
+ "operationId": "getAdminProductsVisibilitySettings",
1736
+ "summary": "GET /v1/admin/products/visibility-settings",
1737
+ "tags": [
1738
+ "products"
1739
+ ],
1740
+ "x-voyant-module": "products",
1741
+ "x-voyant-surface": "admin"
1659
1742
  }
1660
1743
  },
1661
1744
  "/v1/admin/products/visibility-settings/{id}": {
@@ -1743,7 +1826,14 @@
1743
1826
  }
1744
1827
  }
1745
1828
  }
1746
- }
1829
+ },
1830
+ "operationId": "getAdminProductsVisibilitySettingsById",
1831
+ "summary": "GET /v1/admin/products/visibility-settings/{id}",
1832
+ "tags": [
1833
+ "products"
1834
+ ],
1835
+ "x-voyant-module": "products",
1836
+ "x-voyant-surface": "admin"
1747
1837
  },
1748
1838
  "patch": {
1749
1839
  "parameters": [
@@ -1875,7 +1965,14 @@
1875
1965
  }
1876
1966
  }
1877
1967
  }
1878
- }
1968
+ },
1969
+ "operationId": "patchAdminProductsVisibilitySettingsById",
1970
+ "summary": "PATCH /v1/admin/products/visibility-settings/{id}",
1971
+ "tags": [
1972
+ "products"
1973
+ ],
1974
+ "x-voyant-module": "products",
1975
+ "x-voyant-surface": "admin"
1879
1976
  },
1880
1977
  "delete": {
1881
1978
  "parameters": [
@@ -1925,7 +2022,14 @@
1925
2022
  }
1926
2023
  }
1927
2024
  }
1928
- }
2025
+ },
2026
+ "operationId": "deleteAdminProductsVisibilitySettingsById",
2027
+ "summary": "DELETE /v1/admin/products/visibility-settings/{id}",
2028
+ "tags": [
2029
+ "products"
2030
+ ],
2031
+ "x-voyant-module": "products",
2032
+ "x-voyant-surface": "admin"
1929
2033
  }
1930
2034
  },
1931
2035
  "/v1/admin/products/{id}/visibility-settings": {
@@ -2059,7 +2163,14 @@
2059
2163
  }
2060
2164
  }
2061
2165
  }
2062
- }
2166
+ },
2167
+ "operationId": "postAdminProductsByIdVisibilitySettings",
2168
+ "summary": "POST /v1/admin/products/{id}/visibility-settings",
2169
+ "tags": [
2170
+ "products"
2171
+ ],
2172
+ "x-voyant-module": "products",
2173
+ "x-voyant-surface": "admin"
2063
2174
  }
2064
2175
  },
2065
2176
  "/v1/admin/products/capabilities": {
@@ -2219,7 +2330,14 @@
2219
2330
  }
2220
2331
  }
2221
2332
  }
2222
- }
2333
+ },
2334
+ "operationId": "getAdminProductsCapabilities",
2335
+ "summary": "GET /v1/admin/products/capabilities",
2336
+ "tags": [
2337
+ "products"
2338
+ ],
2339
+ "x-voyant-module": "products",
2340
+ "x-voyant-surface": "admin"
2223
2341
  }
2224
2342
  },
2225
2343
  "/v1/admin/products/capabilities/{id}": {
@@ -2321,7 +2439,14 @@
2321
2439
  }
2322
2440
  }
2323
2441
  }
2324
- }
2442
+ },
2443
+ "operationId": "getAdminProductsCapabilitiesById",
2444
+ "summary": "GET /v1/admin/products/capabilities/{id}",
2445
+ "tags": [
2446
+ "products"
2447
+ ],
2448
+ "x-voyant-module": "products",
2449
+ "x-voyant-surface": "admin"
2325
2450
  },
2326
2451
  "patch": {
2327
2452
  "parameters": [
@@ -2479,7 +2604,14 @@
2479
2604
  }
2480
2605
  }
2481
2606
  }
2482
- }
2607
+ },
2608
+ "operationId": "patchAdminProductsCapabilitiesById",
2609
+ "summary": "PATCH /v1/admin/products/capabilities/{id}",
2610
+ "tags": [
2611
+ "products"
2612
+ ],
2613
+ "x-voyant-module": "products",
2614
+ "x-voyant-surface": "admin"
2483
2615
  },
2484
2616
  "delete": {
2485
2617
  "parameters": [
@@ -2529,7 +2661,14 @@
2529
2661
  }
2530
2662
  }
2531
2663
  }
2532
- }
2664
+ },
2665
+ "operationId": "deleteAdminProductsCapabilitiesById",
2666
+ "summary": "DELETE /v1/admin/products/capabilities/{id}",
2667
+ "tags": [
2668
+ "products"
2669
+ ],
2670
+ "x-voyant-module": "products",
2671
+ "x-voyant-surface": "admin"
2533
2672
  }
2534
2673
  },
2535
2674
  "/v1/admin/products/{id}/capabilities": {
@@ -2692,7 +2831,14 @@
2692
2831
  }
2693
2832
  }
2694
2833
  }
2695
- }
2834
+ },
2835
+ "operationId": "postAdminProductsByIdCapabilities",
2836
+ "summary": "POST /v1/admin/products/{id}/capabilities",
2837
+ "tags": [
2838
+ "products"
2839
+ ],
2840
+ "x-voyant-module": "products",
2841
+ "x-voyant-surface": "admin"
2696
2842
  }
2697
2843
  },
2698
2844
  "/v1/admin/products/delivery-formats": {
@@ -2821,7 +2967,14 @@
2821
2967
  }
2822
2968
  }
2823
2969
  }
2824
- }
2970
+ },
2971
+ "operationId": "getAdminProductsDeliveryFormats",
2972
+ "summary": "GET /v1/admin/products/delivery-formats",
2973
+ "tags": [
2974
+ "products"
2975
+ ],
2976
+ "x-voyant-module": "products",
2977
+ "x-voyant-surface": "admin"
2825
2978
  }
2826
2979
  },
2827
2980
  "/v1/admin/products/delivery-formats/{id}": {
@@ -2911,7 +3064,14 @@
2911
3064
  }
2912
3065
  }
2913
3066
  }
2914
- }
3067
+ },
3068
+ "operationId": "getAdminProductsDeliveryFormatsById",
3069
+ "summary": "GET /v1/admin/products/delivery-formats/{id}",
3070
+ "tags": [
3071
+ "products"
3072
+ ],
3073
+ "x-voyant-module": "products",
3074
+ "x-voyant-surface": "admin"
2915
3075
  },
2916
3076
  "patch": {
2917
3077
  "parameters": [
@@ -3046,7 +3206,14 @@
3046
3206
  }
3047
3207
  }
3048
3208
  }
3049
- }
3209
+ },
3210
+ "operationId": "patchAdminProductsDeliveryFormatsById",
3211
+ "summary": "PATCH /v1/admin/products/delivery-formats/{id}",
3212
+ "tags": [
3213
+ "products"
3214
+ ],
3215
+ "x-voyant-module": "products",
3216
+ "x-voyant-surface": "admin"
3050
3217
  },
3051
3218
  "delete": {
3052
3219
  "parameters": [
@@ -3096,7 +3263,14 @@
3096
3263
  }
3097
3264
  }
3098
3265
  }
3099
- }
3266
+ },
3267
+ "operationId": "deleteAdminProductsDeliveryFormatsById",
3268
+ "summary": "DELETE /v1/admin/products/delivery-formats/{id}",
3269
+ "tags": [
3270
+ "products"
3271
+ ],
3272
+ "x-voyant-module": "products",
3273
+ "x-voyant-surface": "admin"
3100
3274
  }
3101
3275
  },
3102
3276
  "/v1/admin/products/{id}/delivery-formats": {
@@ -3236,7 +3410,14 @@
3236
3410
  }
3237
3411
  }
3238
3412
  }
3239
- }
3413
+ },
3414
+ "operationId": "postAdminProductsByIdDeliveryFormats",
3415
+ "summary": "POST /v1/admin/products/{id}/delivery-formats",
3416
+ "tags": [
3417
+ "products"
3418
+ ],
3419
+ "x-voyant-module": "products",
3420
+ "x-voyant-surface": "admin"
3240
3421
  }
3241
3422
  },
3242
3423
  "/v1/admin/products/features": {
@@ -3370,7 +3551,14 @@
3370
3551
  }
3371
3552
  }
3372
3553
  }
3373
- }
3554
+ },
3555
+ "operationId": "getAdminProductsFeatures",
3556
+ "summary": "GET /v1/admin/products/features",
3557
+ "tags": [
3558
+ "products"
3559
+ ],
3560
+ "x-voyant-module": "products",
3561
+ "x-voyant-surface": "admin"
3374
3562
  }
3375
3563
  },
3376
3564
  "/v1/admin/products/features/{id}": {
@@ -3468,7 +3656,14 @@
3468
3656
  }
3469
3657
  }
3470
3658
  }
3471
- }
3659
+ },
3660
+ "operationId": "getAdminProductsFeaturesById",
3661
+ "summary": "GET /v1/admin/products/features/{id}",
3662
+ "tags": [
3663
+ "products"
3664
+ ],
3665
+ "x-voyant-module": "products",
3666
+ "x-voyant-surface": "admin"
3472
3667
  },
3473
3668
  "patch": {
3474
3669
  "parameters": [
@@ -3620,7 +3815,14 @@
3620
3815
  }
3621
3816
  }
3622
3817
  }
3623
- }
3818
+ },
3819
+ "operationId": "patchAdminProductsFeaturesById",
3820
+ "summary": "PATCH /v1/admin/products/features/{id}",
3821
+ "tags": [
3822
+ "products"
3823
+ ],
3824
+ "x-voyant-module": "products",
3825
+ "x-voyant-surface": "admin"
3624
3826
  },
3625
3827
  "delete": {
3626
3828
  "parameters": [
@@ -3670,7 +3872,14 @@
3670
3872
  }
3671
3873
  }
3672
3874
  }
3673
- }
3875
+ },
3876
+ "operationId": "deleteAdminProductsFeaturesById",
3877
+ "summary": "DELETE /v1/admin/products/features/{id}",
3878
+ "tags": [
3879
+ "products"
3880
+ ],
3881
+ "x-voyant-module": "products",
3882
+ "x-voyant-surface": "admin"
3674
3883
  }
3675
3884
  },
3676
3885
  "/v1/admin/products/{id}/features": {
@@ -3827,7 +4036,14 @@
3827
4036
  }
3828
4037
  }
3829
4038
  }
3830
- }
4039
+ },
4040
+ "operationId": "postAdminProductsByIdFeatures",
4041
+ "summary": "POST /v1/admin/products/{id}/features",
4042
+ "tags": [
4043
+ "products"
4044
+ ],
4045
+ "x-voyant-module": "products",
4046
+ "x-voyant-surface": "admin"
3831
4047
  }
3832
4048
  },
3833
4049
  "/v1/admin/products/faqs": {
@@ -3932,7 +4148,14 @@
3932
4148
  }
3933
4149
  }
3934
4150
  }
3935
- }
4151
+ },
4152
+ "operationId": "getAdminProductsFaqs",
4153
+ "summary": "GET /v1/admin/products/faqs",
4154
+ "tags": [
4155
+ "products"
4156
+ ],
4157
+ "x-voyant-module": "products",
4158
+ "x-voyant-surface": "admin"
3936
4159
  }
3937
4160
  },
3938
4161
  "/v1/admin/products/faqs/{id}": {
@@ -4016,7 +4239,14 @@
4016
4239
  }
4017
4240
  }
4018
4241
  }
4019
- }
4242
+ },
4243
+ "operationId": "getAdminProductsFaqsById",
4244
+ "summary": "GET /v1/admin/products/faqs/{id}",
4245
+ "tags": [
4246
+ "products"
4247
+ ],
4248
+ "x-voyant-module": "products",
4249
+ "x-voyant-surface": "admin"
4020
4250
  },
4021
4251
  "patch": {
4022
4252
  "parameters": [
@@ -4142,7 +4372,14 @@
4142
4372
  }
4143
4373
  }
4144
4374
  }
4145
- }
4375
+ },
4376
+ "operationId": "patchAdminProductsFaqsById",
4377
+ "summary": "PATCH /v1/admin/products/faqs/{id}",
4378
+ "tags": [
4379
+ "products"
4380
+ ],
4381
+ "x-voyant-module": "products",
4382
+ "x-voyant-surface": "admin"
4146
4383
  },
4147
4384
  "delete": {
4148
4385
  "parameters": [
@@ -4192,7 +4429,14 @@
4192
4429
  }
4193
4430
  }
4194
4431
  }
4195
- }
4432
+ },
4433
+ "operationId": "deleteAdminProductsFaqsById",
4434
+ "summary": "DELETE /v1/admin/products/faqs/{id}",
4435
+ "tags": [
4436
+ "products"
4437
+ ],
4438
+ "x-voyant-module": "products",
4439
+ "x-voyant-surface": "admin"
4196
4440
  }
4197
4441
  },
4198
4442
  "/v1/admin/products/{id}/faqs": {
@@ -4324,7 +4568,14 @@
4324
4568
  }
4325
4569
  }
4326
4570
  }
4327
- }
4571
+ },
4572
+ "operationId": "postAdminProductsByIdFaqs",
4573
+ "summary": "POST /v1/admin/products/{id}/faqs",
4574
+ "tags": [
4575
+ "products"
4576
+ ],
4577
+ "x-voyant-module": "products",
4578
+ "x-voyant-surface": "admin"
4328
4579
  }
4329
4580
  },
4330
4581
  "/v1/admin/products/locations": {
@@ -4511,7 +4762,14 @@
4511
4762
  }
4512
4763
  }
4513
4764
  }
4514
- }
4765
+ },
4766
+ "operationId": "getAdminProductsLocations",
4767
+ "summary": "GET /v1/admin/products/locations",
4768
+ "tags": [
4769
+ "products"
4770
+ ],
4771
+ "x-voyant-module": "products",
4772
+ "x-voyant-surface": "admin"
4515
4773
  }
4516
4774
  },
4517
4775
  "/v1/admin/products/locations/{id}": {
@@ -4660,7 +4918,14 @@
4660
4918
  }
4661
4919
  }
4662
4920
  }
4663
- }
4921
+ },
4922
+ "operationId": "getAdminProductsLocationsById",
4923
+ "summary": "GET /v1/admin/products/locations/{id}",
4924
+ "tags": [
4925
+ "products"
4926
+ ],
4927
+ "x-voyant-module": "products",
4928
+ "x-voyant-surface": "admin"
4664
4929
  },
4665
4930
  "patch": {
4666
4931
  "parameters": [
@@ -4918,7 +5183,14 @@
4918
5183
  }
4919
5184
  }
4920
5185
  }
4921
- }
5186
+ },
5187
+ "operationId": "patchAdminProductsLocationsById",
5188
+ "summary": "PATCH /v1/admin/products/locations/{id}",
5189
+ "tags": [
5190
+ "products"
5191
+ ],
5192
+ "x-voyant-module": "products",
5193
+ "x-voyant-surface": "admin"
4922
5194
  },
4923
5195
  "delete": {
4924
5196
  "parameters": [
@@ -4968,7 +5240,14 @@
4968
5240
  }
4969
5241
  }
4970
5242
  }
4971
- }
5243
+ },
5244
+ "operationId": "deleteAdminProductsLocationsById",
5245
+ "summary": "DELETE /v1/admin/products/locations/{id}",
5246
+ "tags": [
5247
+ "products"
5248
+ ],
5249
+ "x-voyant-module": "products",
5250
+ "x-voyant-surface": "admin"
4972
5251
  }
4973
5252
  },
4974
5253
  "/v1/admin/products/{id}/locations": {
@@ -5231,7 +5510,14 @@
5231
5510
  }
5232
5511
  }
5233
5512
  }
5234
- }
5513
+ },
5514
+ "operationId": "postAdminProductsByIdLocations",
5515
+ "summary": "POST /v1/admin/products/{id}/locations",
5516
+ "tags": [
5517
+ "products"
5518
+ ],
5519
+ "x-voyant-module": "products",
5520
+ "x-voyant-surface": "admin"
5235
5521
  }
5236
5522
  },
5237
5523
  "/v1/admin/products/destinations": {
@@ -5442,7 +5728,14 @@
5442
5728
  }
5443
5729
  }
5444
5730
  }
5445
- }
5731
+ },
5732
+ "operationId": "getAdminProductsDestinations",
5733
+ "summary": "GET /v1/admin/products/destinations",
5734
+ "tags": [
5735
+ "products"
5736
+ ],
5737
+ "x-voyant-module": "products",
5738
+ "x-voyant-surface": "admin"
5446
5739
  },
5447
5740
  "post": {
5448
5741
  "requestBody": {
@@ -5645,7 +5938,14 @@
5645
5938
  }
5646
5939
  }
5647
5940
  }
5648
- }
5941
+ },
5942
+ "operationId": "postAdminProductsDestinations",
5943
+ "summary": "POST /v1/admin/products/destinations",
5944
+ "tags": [
5945
+ "products"
5946
+ ],
5947
+ "x-voyant-module": "products",
5948
+ "x-voyant-surface": "admin"
5649
5949
  }
5650
5950
  },
5651
5951
  "/v1/admin/products/destinations/{id}": {
@@ -5772,7 +6072,14 @@
5772
6072
  }
5773
6073
  }
5774
6074
  }
5775
- }
6075
+ },
6076
+ "operationId": "getAdminProductsDestinationsById",
6077
+ "summary": "GET /v1/admin/products/destinations/{id}",
6078
+ "tags": [
6079
+ "products"
6080
+ ],
6081
+ "x-voyant-module": "products",
6082
+ "x-voyant-surface": "admin"
5776
6083
  },
5777
6084
  "patch": {
5778
6085
  "parameters": [
@@ -6000,7 +6307,14 @@
6000
6307
  }
6001
6308
  }
6002
6309
  }
6003
- }
6310
+ },
6311
+ "operationId": "patchAdminProductsDestinationsById",
6312
+ "summary": "PATCH /v1/admin/products/destinations/{id}",
6313
+ "tags": [
6314
+ "products"
6315
+ ],
6316
+ "x-voyant-module": "products",
6317
+ "x-voyant-surface": "admin"
6004
6318
  },
6005
6319
  "delete": {
6006
6320
  "parameters": [
@@ -6050,7 +6364,14 @@
6050
6364
  }
6051
6365
  }
6052
6366
  }
6053
- }
6367
+ },
6368
+ "operationId": "deleteAdminProductsDestinationsById",
6369
+ "summary": "DELETE /v1/admin/products/destinations/{id}",
6370
+ "tags": [
6371
+ "products"
6372
+ ],
6373
+ "x-voyant-module": "products",
6374
+ "x-voyant-surface": "admin"
6054
6375
  }
6055
6376
  },
6056
6377
  "/v1/admin/products/destination-translations": {
@@ -6183,7 +6504,14 @@
6183
6504
  }
6184
6505
  }
6185
6506
  }
6186
- }
6507
+ },
6508
+ "operationId": "getAdminProductsDestinationTranslations",
6509
+ "summary": "GET /v1/admin/products/destination-translations",
6510
+ "tags": [
6511
+ "products"
6512
+ ],
6513
+ "x-voyant-module": "products",
6514
+ "x-voyant-surface": "admin"
6187
6515
  }
6188
6516
  },
6189
6517
  "/v1/admin/products/destinations/{id}/translations": {
@@ -6348,7 +6676,14 @@
6348
6676
  }
6349
6677
  }
6350
6678
  }
6351
- }
6679
+ },
6680
+ "operationId": "postAdminProductsDestinationsByIdTranslations",
6681
+ "summary": "POST /v1/admin/products/destinations/{id}/translations",
6682
+ "tags": [
6683
+ "products"
6684
+ ],
6685
+ "x-voyant-module": "products",
6686
+ "x-voyant-surface": "admin"
6352
6687
  }
6353
6688
  },
6354
6689
  "/v1/admin/products/destination-translations/{id}": {
@@ -6509,7 +6844,14 @@
6509
6844
  }
6510
6845
  }
6511
6846
  }
6512
- }
6847
+ },
6848
+ "operationId": "patchAdminProductsDestinationTranslationsById",
6849
+ "summary": "PATCH /v1/admin/products/destination-translations/{id}",
6850
+ "tags": [
6851
+ "products"
6852
+ ],
6853
+ "x-voyant-module": "products",
6854
+ "x-voyant-surface": "admin"
6513
6855
  },
6514
6856
  "delete": {
6515
6857
  "parameters": [
@@ -6559,7 +6901,14 @@
6559
6901
  }
6560
6902
  }
6561
6903
  }
6562
- }
6904
+ },
6905
+ "operationId": "deleteAdminProductsDestinationTranslationsById",
6906
+ "summary": "DELETE /v1/admin/products/destination-translations/{id}",
6907
+ "tags": [
6908
+ "products"
6909
+ ],
6910
+ "x-voyant-module": "products",
6911
+ "x-voyant-surface": "admin"
6563
6912
  }
6564
6913
  },
6565
6914
  "/v1/admin/products/product-category-translations": {
@@ -6692,7 +7041,14 @@
6692
7041
  }
6693
7042
  }
6694
7043
  }
6695
- }
7044
+ },
7045
+ "operationId": "getAdminProductsProductCategoryTranslations",
7046
+ "summary": "GET /v1/admin/products/product-category-translations",
7047
+ "tags": [
7048
+ "products"
7049
+ ],
7050
+ "x-voyant-module": "products",
7051
+ "x-voyant-surface": "admin"
6696
7052
  }
6697
7053
  },
6698
7054
  "/v1/admin/products/product-categories/{id}/translations": {
@@ -6857,7 +7213,14 @@
6857
7213
  }
6858
7214
  }
6859
7215
  }
6860
- }
7216
+ },
7217
+ "operationId": "postAdminProductsProductCategoriesByIdTranslations",
7218
+ "summary": "POST /v1/admin/products/product-categories/{id}/translations",
7219
+ "tags": [
7220
+ "products"
7221
+ ],
7222
+ "x-voyant-module": "products",
7223
+ "x-voyant-surface": "admin"
6861
7224
  }
6862
7225
  },
6863
7226
  "/v1/admin/products/product-category-translations/{id}": {
@@ -7018,7 +7381,14 @@
7018
7381
  }
7019
7382
  }
7020
7383
  }
7021
- }
7384
+ },
7385
+ "operationId": "patchAdminProductsProductCategoryTranslationsById",
7386
+ "summary": "PATCH /v1/admin/products/product-category-translations/{id}",
7387
+ "tags": [
7388
+ "products"
7389
+ ],
7390
+ "x-voyant-module": "products",
7391
+ "x-voyant-surface": "admin"
7022
7392
  },
7023
7393
  "delete": {
7024
7394
  "parameters": [
@@ -7068,7 +7438,14 @@
7068
7438
  }
7069
7439
  }
7070
7440
  }
7071
- }
7441
+ },
7442
+ "operationId": "deleteAdminProductsProductCategoryTranslationsById",
7443
+ "summary": "DELETE /v1/admin/products/product-category-translations/{id}",
7444
+ "tags": [
7445
+ "products"
7446
+ ],
7447
+ "x-voyant-module": "products",
7448
+ "x-voyant-surface": "admin"
7072
7449
  }
7073
7450
  },
7074
7451
  "/v1/admin/products/product-tag-translations": {
@@ -7180,7 +7557,14 @@
7180
7557
  }
7181
7558
  }
7182
7559
  }
7183
- }
7560
+ },
7561
+ "operationId": "getAdminProductsProductTagTranslations",
7562
+ "summary": "GET /v1/admin/products/product-tag-translations",
7563
+ "tags": [
7564
+ "products"
7565
+ ],
7566
+ "x-voyant-module": "products",
7567
+ "x-voyant-surface": "admin"
7184
7568
  }
7185
7569
  },
7186
7570
  "/v1/admin/products/product-tags/{id}/translations": {
@@ -7305,7 +7689,14 @@
7305
7689
  }
7306
7690
  }
7307
7691
  }
7308
- }
7692
+ },
7693
+ "operationId": "postAdminProductsProductTagsByIdTranslations",
7694
+ "summary": "POST /v1/admin/products/product-tags/{id}/translations",
7695
+ "tags": [
7696
+ "products"
7697
+ ],
7698
+ "x-voyant-module": "products",
7699
+ "x-voyant-surface": "admin"
7309
7700
  }
7310
7701
  },
7311
7702
  "/v1/admin/products/product-tag-translations/{id}": {
@@ -7426,7 +7817,14 @@
7426
7817
  }
7427
7818
  }
7428
7819
  }
7429
- }
7820
+ },
7821
+ "operationId": "patchAdminProductsProductTagTranslationsById",
7822
+ "summary": "PATCH /v1/admin/products/product-tag-translations/{id}",
7823
+ "tags": [
7824
+ "products"
7825
+ ],
7826
+ "x-voyant-module": "products",
7827
+ "x-voyant-surface": "admin"
7430
7828
  },
7431
7829
  "delete": {
7432
7830
  "parameters": [
@@ -7476,7 +7874,14 @@
7476
7874
  }
7477
7875
  }
7478
7876
  }
7479
- }
7877
+ },
7878
+ "operationId": "deleteAdminProductsProductTagTranslationsById",
7879
+ "summary": "DELETE /v1/admin/products/product-tag-translations/{id}",
7880
+ "tags": [
7881
+ "products"
7882
+ ],
7883
+ "x-voyant-module": "products",
7884
+ "x-voyant-surface": "admin"
7480
7885
  }
7481
7886
  },
7482
7887
  "/v1/admin/products/destination-links": {
@@ -7593,7 +7998,14 @@
7593
7998
  }
7594
7999
  }
7595
8000
  }
7596
- }
8001
+ },
8002
+ "operationId": "getAdminProductsDestinationLinks",
8003
+ "summary": "GET /v1/admin/products/destination-links",
8004
+ "tags": [
8005
+ "products"
8006
+ ],
8007
+ "x-voyant-module": "products",
8008
+ "x-voyant-surface": "admin"
7597
8009
  }
7598
8010
  },
7599
8011
  "/v1/admin/products/{id}/destinations": {
@@ -7709,7 +8121,14 @@
7709
8121
  }
7710
8122
  }
7711
8123
  }
7712
- }
8124
+ },
8125
+ "operationId": "postAdminProductsByIdDestinations",
8126
+ "summary": "POST /v1/admin/products/{id}/destinations",
8127
+ "tags": [
8128
+ "products"
8129
+ ],
8130
+ "x-voyant-module": "products",
8131
+ "x-voyant-surface": "admin"
7713
8132
  }
7714
8133
  },
7715
8134
  "/v1/admin/products/{id}/destinations/{destinationId}": {
@@ -7769,7 +8188,14 @@
7769
8188
  }
7770
8189
  }
7771
8190
  }
7772
- }
8191
+ },
8192
+ "operationId": "deleteAdminProductsByIdDestinationsByDestinationId",
8193
+ "summary": "DELETE /v1/admin/products/{id}/destinations/{destinationId}",
8194
+ "tags": [
8195
+ "products"
8196
+ ],
8197
+ "x-voyant-module": "products",
8198
+ "x-voyant-surface": "admin"
7773
8199
  }
7774
8200
  },
7775
8201
  "/v1/admin/products/options": {
@@ -7924,7 +8350,14 @@
7924
8350
  }
7925
8351
  }
7926
8352
  }
7927
- }
8353
+ },
8354
+ "operationId": "getAdminProductsOptions",
8355
+ "summary": "GET /v1/admin/products/options",
8356
+ "tags": [
8357
+ "products"
8358
+ ],
8359
+ "x-voyant-module": "products",
8360
+ "x-voyant-surface": "admin"
7928
8361
  }
7929
8362
  },
7930
8363
  "/v1/admin/products/options/{optionId}": {
@@ -8045,7 +8478,14 @@
8045
8478
  }
8046
8479
  }
8047
8480
  }
8048
- }
8481
+ },
8482
+ "operationId": "getAdminProductsOptionsByOptionId",
8483
+ "summary": "GET /v1/admin/products/options/{optionId}",
8484
+ "tags": [
8485
+ "products"
8486
+ ],
8487
+ "x-voyant-module": "products",
8488
+ "x-voyant-surface": "admin"
8049
8489
  },
8050
8490
  "patch": {
8051
8491
  "parameters": [
@@ -8238,7 +8678,14 @@
8238
8678
  }
8239
8679
  }
8240
8680
  }
8241
- }
8681
+ },
8682
+ "operationId": "patchAdminProductsOptionsByOptionId",
8683
+ "summary": "PATCH /v1/admin/products/options/{optionId}",
8684
+ "tags": [
8685
+ "products"
8686
+ ],
8687
+ "x-voyant-module": "products",
8688
+ "x-voyant-surface": "admin"
8242
8689
  },
8243
8690
  "delete": {
8244
8691
  "parameters": [
@@ -8288,7 +8735,14 @@
8288
8735
  }
8289
8736
  }
8290
8737
  }
8291
- }
8738
+ },
8739
+ "operationId": "deleteAdminProductsOptionsByOptionId",
8740
+ "summary": "DELETE /v1/admin/products/options/{optionId}",
8741
+ "tags": [
8742
+ "products"
8743
+ ],
8744
+ "x-voyant-module": "products",
8745
+ "x-voyant-surface": "admin"
8292
8746
  }
8293
8747
  },
8294
8748
  "/v1/admin/products/{id}/options": {
@@ -8489,7 +8943,14 @@
8489
8943
  }
8490
8944
  }
8491
8945
  }
8492
- }
8946
+ },
8947
+ "operationId": "postAdminProductsByIdOptions",
8948
+ "summary": "POST /v1/admin/products/{id}/options",
8949
+ "tags": [
8950
+ "products"
8951
+ ],
8952
+ "x-voyant-module": "products",
8953
+ "x-voyant-surface": "admin"
8493
8954
  }
8494
8955
  },
8495
8956
  "/v1/admin/products/units": {
@@ -8682,7 +9143,14 @@
8682
9143
  }
8683
9144
  }
8684
9145
  }
8685
- }
9146
+ },
9147
+ "operationId": "getAdminProductsUnits",
9148
+ "summary": "GET /v1/admin/products/units",
9149
+ "tags": [
9150
+ "products"
9151
+ ],
9152
+ "x-voyant-module": "products",
9153
+ "x-voyant-surface": "admin"
8686
9154
  }
8687
9155
  },
8688
9156
  "/v1/admin/products/units/{unitId}": {
@@ -8838,7 +9306,14 @@
8838
9306
  }
8839
9307
  }
8840
9308
  }
8841
- }
9309
+ },
9310
+ "operationId": "getAdminProductsUnitsByUnitId",
9311
+ "summary": "GET /v1/admin/products/units/{unitId}",
9312
+ "tags": [
9313
+ "products"
9314
+ ],
9315
+ "x-voyant-module": "products",
9316
+ "x-voyant-surface": "admin"
8842
9317
  },
8843
9318
  "patch": {
8844
9319
  "parameters": [
@@ -9102,7 +9577,14 @@
9102
9577
  }
9103
9578
  }
9104
9579
  }
9105
- }
9580
+ },
9581
+ "operationId": "patchAdminProductsUnitsByUnitId",
9582
+ "summary": "PATCH /v1/admin/products/units/{unitId}",
9583
+ "tags": [
9584
+ "products"
9585
+ ],
9586
+ "x-voyant-module": "products",
9587
+ "x-voyant-surface": "admin"
9106
9588
  },
9107
9589
  "delete": {
9108
9590
  "parameters": [
@@ -9152,7 +9634,14 @@
9152
9634
  }
9153
9635
  }
9154
9636
  }
9155
- }
9637
+ },
9638
+ "operationId": "deleteAdminProductsUnitsByUnitId",
9639
+ "summary": "DELETE /v1/admin/products/units/{unitId}",
9640
+ "tags": [
9641
+ "products"
9642
+ ],
9643
+ "x-voyant-module": "products",
9644
+ "x-voyant-surface": "admin"
9156
9645
  }
9157
9646
  },
9158
9647
  "/v1/admin/products/options/{optionId}/units": {
@@ -9425,7 +9914,14 @@
9425
9914
  }
9426
9915
  }
9427
9916
  }
9428
- }
9917
+ },
9918
+ "operationId": "postAdminProductsOptionsByOptionIdUnits",
9919
+ "summary": "POST /v1/admin/products/options/{optionId}/units",
9920
+ "tags": [
9921
+ "products"
9922
+ ],
9923
+ "x-voyant-module": "products",
9924
+ "x-voyant-surface": "admin"
9429
9925
  }
9430
9926
  },
9431
9927
  "/v1/admin/products/translations": {
@@ -9593,7 +10089,14 @@
9593
10089
  }
9594
10090
  }
9595
10091
  }
9596
- }
10092
+ },
10093
+ "operationId": "getAdminProductsTranslations",
10094
+ "summary": "GET /v1/admin/products/translations",
10095
+ "tags": [
10096
+ "products"
10097
+ ],
10098
+ "x-voyant-module": "products",
10099
+ "x-voyant-surface": "admin"
9597
10100
  }
9598
10101
  },
9599
10102
  "/v1/admin/products/translations/{translationId}": {
@@ -9729,7 +10232,14 @@
9729
10232
  }
9730
10233
  }
9731
10234
  }
9732
- }
10235
+ },
10236
+ "operationId": "getAdminProductsTranslationsByTranslationId",
10237
+ "summary": "GET /v1/admin/products/translations/{translationId}",
10238
+ "tags": [
10239
+ "products"
10240
+ ],
10241
+ "x-voyant-module": "products",
10242
+ "x-voyant-surface": "admin"
9733
10243
  },
9734
10244
  "patch": {
9735
10245
  "parameters": [
@@ -9954,7 +10464,14 @@
9954
10464
  }
9955
10465
  }
9956
10466
  }
9957
- }
10467
+ },
10468
+ "operationId": "patchAdminProductsTranslationsByTranslationId",
10469
+ "summary": "PATCH /v1/admin/products/translations/{translationId}",
10470
+ "tags": [
10471
+ "products"
10472
+ ],
10473
+ "x-voyant-module": "products",
10474
+ "x-voyant-surface": "admin"
9958
10475
  },
9959
10476
  "delete": {
9960
10477
  "parameters": [
@@ -10004,7 +10521,14 @@
10004
10521
  }
10005
10522
  }
10006
10523
  }
10007
- }
10524
+ },
10525
+ "operationId": "deleteAdminProductsTranslationsByTranslationId",
10526
+ "summary": "DELETE /v1/admin/products/translations/{translationId}",
10527
+ "tags": [
10528
+ "products"
10529
+ ],
10530
+ "x-voyant-module": "products",
10531
+ "x-voyant-surface": "admin"
10008
10532
  }
10009
10533
  },
10010
10534
  "/v1/admin/products/{id}/translations": {
@@ -10235,7 +10759,14 @@
10235
10759
  }
10236
10760
  }
10237
10761
  }
10238
- }
10762
+ },
10763
+ "operationId": "postAdminProductsByIdTranslations",
10764
+ "summary": "POST /v1/admin/products/{id}/translations",
10765
+ "tags": [
10766
+ "products"
10767
+ ],
10768
+ "x-voyant-module": "products",
10769
+ "x-voyant-surface": "admin"
10239
10770
  }
10240
10771
  },
10241
10772
  "/v1/admin/products/option-translations": {
@@ -10361,7 +10892,14 @@
10361
10892
  }
10362
10893
  }
10363
10894
  }
10364
- }
10895
+ },
10896
+ "operationId": "getAdminProductsOptionTranslations",
10897
+ "summary": "GET /v1/admin/products/option-translations",
10898
+ "tags": [
10899
+ "products"
10900
+ ],
10901
+ "x-voyant-module": "products",
10902
+ "x-voyant-surface": "admin"
10365
10903
  }
10366
10904
  },
10367
10905
  "/v1/admin/products/option-translations/{translationId}": {
@@ -10455,7 +10993,14 @@
10455
10993
  }
10456
10994
  }
10457
10995
  }
10458
- }
10996
+ },
10997
+ "operationId": "getAdminProductsOptionTranslationsByTranslationId",
10998
+ "summary": "GET /v1/admin/products/option-translations/{translationId}",
10999
+ "tags": [
11000
+ "products"
11001
+ ],
11002
+ "x-voyant-module": "products",
11003
+ "x-voyant-surface": "admin"
10459
11004
  },
10460
11005
  "patch": {
10461
11006
  "parameters": [
@@ -10600,7 +11145,14 @@
10600
11145
  }
10601
11146
  }
10602
11147
  }
10603
- }
11148
+ },
11149
+ "operationId": "patchAdminProductsOptionTranslationsByTranslationId",
11150
+ "summary": "PATCH /v1/admin/products/option-translations/{translationId}",
11151
+ "tags": [
11152
+ "products"
11153
+ ],
11154
+ "x-voyant-module": "products",
11155
+ "x-voyant-surface": "admin"
10604
11156
  },
10605
11157
  "delete": {
10606
11158
  "parameters": [
@@ -10650,7 +11202,14 @@
10650
11202
  }
10651
11203
  }
10652
11204
  }
10653
- }
11205
+ },
11206
+ "operationId": "deleteAdminProductsOptionTranslationsByTranslationId",
11207
+ "summary": "DELETE /v1/admin/products/option-translations/{translationId}",
11208
+ "tags": [
11209
+ "products"
11210
+ ],
11211
+ "x-voyant-module": "products",
11212
+ "x-voyant-surface": "admin"
10654
11213
  }
10655
11214
  },
10656
11215
  "/v1/admin/products/options/{optionId}/translations": {
@@ -10801,7 +11360,14 @@
10801
11360
  }
10802
11361
  }
10803
11362
  }
10804
- }
11363
+ },
11364
+ "operationId": "postAdminProductsOptionsByOptionIdTranslations",
11365
+ "summary": "POST /v1/admin/products/options/{optionId}/translations",
11366
+ "tags": [
11367
+ "products"
11368
+ ],
11369
+ "x-voyant-module": "products",
11370
+ "x-voyant-surface": "admin"
10805
11371
  }
10806
11372
  },
10807
11373
  "/v1/admin/products/unit-translations": {
@@ -10927,7 +11493,14 @@
10927
11493
  }
10928
11494
  }
10929
11495
  }
10930
- }
11496
+ },
11497
+ "operationId": "getAdminProductsUnitTranslations",
11498
+ "summary": "GET /v1/admin/products/unit-translations",
11499
+ "tags": [
11500
+ "products"
11501
+ ],
11502
+ "x-voyant-module": "products",
11503
+ "x-voyant-surface": "admin"
10931
11504
  }
10932
11505
  },
10933
11506
  "/v1/admin/products/unit-translations/{translationId}": {
@@ -11021,7 +11594,14 @@
11021
11594
  }
11022
11595
  }
11023
11596
  }
11024
- }
11597
+ },
11598
+ "operationId": "getAdminProductsUnitTranslationsByTranslationId",
11599
+ "summary": "GET /v1/admin/products/unit-translations/{translationId}",
11600
+ "tags": [
11601
+ "products"
11602
+ ],
11603
+ "x-voyant-module": "products",
11604
+ "x-voyant-surface": "admin"
11025
11605
  },
11026
11606
  "patch": {
11027
11607
  "parameters": [
@@ -11166,7 +11746,14 @@
11166
11746
  }
11167
11747
  }
11168
11748
  }
11169
- }
11749
+ },
11750
+ "operationId": "patchAdminProductsUnitTranslationsByTranslationId",
11751
+ "summary": "PATCH /v1/admin/products/unit-translations/{translationId}",
11752
+ "tags": [
11753
+ "products"
11754
+ ],
11755
+ "x-voyant-module": "products",
11756
+ "x-voyant-surface": "admin"
11170
11757
  },
11171
11758
  "delete": {
11172
11759
  "parameters": [
@@ -11216,7 +11803,14 @@
11216
11803
  }
11217
11804
  }
11218
11805
  }
11219
- }
11806
+ },
11807
+ "operationId": "deleteAdminProductsUnitTranslationsByTranslationId",
11808
+ "summary": "DELETE /v1/admin/products/unit-translations/{translationId}",
11809
+ "tags": [
11810
+ "products"
11811
+ ],
11812
+ "x-voyant-module": "products",
11813
+ "x-voyant-surface": "admin"
11220
11814
  }
11221
11815
  },
11222
11816
  "/v1/admin/products/units/{unitId}/translations": {
@@ -11367,7 +11961,14 @@
11367
11961
  }
11368
11962
  }
11369
11963
  }
11370
- }
11964
+ },
11965
+ "operationId": "postAdminProductsUnitsByUnitIdTranslations",
11966
+ "summary": "POST /v1/admin/products/units/{unitId}/translations",
11967
+ "tags": [
11968
+ "products"
11969
+ ],
11970
+ "x-voyant-module": "products",
11971
+ "x-voyant-surface": "admin"
11371
11972
  }
11372
11973
  },
11373
11974
  "/v1/admin/products/product-types": {
@@ -11501,7 +12102,14 @@
11501
12102
  }
11502
12103
  }
11503
12104
  }
11504
- }
12105
+ },
12106
+ "operationId": "getAdminProductsProductTypes",
12107
+ "summary": "GET /v1/admin/products/product-types",
12108
+ "tags": [
12109
+ "products"
12110
+ ],
12111
+ "x-voyant-module": "products",
12112
+ "x-voyant-surface": "admin"
11505
12113
  },
11506
12114
  "post": {
11507
12115
  "requestBody": {
@@ -11635,7 +12243,14 @@
11635
12243
  }
11636
12244
  }
11637
12245
  }
11638
- }
12246
+ },
12247
+ "operationId": "postAdminProductsProductTypes",
12248
+ "summary": "POST /v1/admin/products/product-types",
12249
+ "tags": [
12250
+ "products"
12251
+ ],
12252
+ "x-voyant-module": "products",
12253
+ "x-voyant-surface": "admin"
11639
12254
  }
11640
12255
  },
11641
12256
  "/v1/admin/products/product-types/{typeId}": {
@@ -11734,7 +12349,14 @@
11734
12349
  }
11735
12350
  }
11736
12351
  }
11737
- }
12352
+ },
12353
+ "operationId": "getAdminProductsProductTypesByTypeId",
12354
+ "summary": "GET /v1/admin/products/product-types/{typeId}",
12355
+ "tags": [
12356
+ "products"
12357
+ ],
12358
+ "x-voyant-module": "products",
12359
+ "x-voyant-surface": "admin"
11738
12360
  },
11739
12361
  "patch": {
11740
12362
  "parameters": [
@@ -11892,7 +12514,14 @@
11892
12514
  }
11893
12515
  }
11894
12516
  }
11895
- }
12517
+ },
12518
+ "operationId": "patchAdminProductsProductTypesByTypeId",
12519
+ "summary": "PATCH /v1/admin/products/product-types/{typeId}",
12520
+ "tags": [
12521
+ "products"
12522
+ ],
12523
+ "x-voyant-module": "products",
12524
+ "x-voyant-surface": "admin"
11896
12525
  },
11897
12526
  "delete": {
11898
12527
  "parameters": [
@@ -11942,7 +12571,14 @@
11942
12571
  }
11943
12572
  }
11944
12573
  }
11945
- }
12574
+ },
12575
+ "operationId": "deleteAdminProductsProductTypesByTypeId",
12576
+ "summary": "DELETE /v1/admin/products/product-types/{typeId}",
12577
+ "tags": [
12578
+ "products"
12579
+ ],
12580
+ "x-voyant-module": "products",
12581
+ "x-voyant-surface": "admin"
11946
12582
  }
11947
12583
  },
11948
12584
  "/v1/admin/products/product-categories": {
@@ -12092,7 +12728,14 @@
12092
12728
  }
12093
12729
  }
12094
12730
  }
12095
- }
12731
+ },
12732
+ "operationId": "getAdminProductsProductCategories",
12733
+ "summary": "GET /v1/admin/products/product-categories",
12734
+ "tags": [
12735
+ "products"
12736
+ ],
12737
+ "x-voyant-module": "products",
12738
+ "x-voyant-surface": "admin"
12096
12739
  },
12097
12740
  "post": {
12098
12741
  "requestBody": {
@@ -12291,7 +12934,14 @@
12291
12934
  }
12292
12935
  }
12293
12936
  }
12294
- }
12937
+ },
12938
+ "operationId": "postAdminProductsProductCategories",
12939
+ "summary": "POST /v1/admin/products/product-categories",
12940
+ "tags": [
12941
+ "products"
12942
+ ],
12943
+ "x-voyant-module": "products",
12944
+ "x-voyant-surface": "admin"
12295
12945
  }
12296
12946
  },
12297
12947
  "/v1/admin/products/product-categories/{categoryId}": {
@@ -12398,7 +13048,14 @@
12398
13048
  }
12399
13049
  }
12400
13050
  }
12401
- }
13051
+ },
13052
+ "operationId": "getAdminProductsProductCategoriesByCategoryId",
13053
+ "summary": "GET /v1/admin/products/product-categories/{categoryId}",
13054
+ "tags": [
13055
+ "products"
13056
+ ],
13057
+ "x-voyant-module": "products",
13058
+ "x-voyant-surface": "admin"
12402
13059
  },
12403
13060
  "patch": {
12404
13061
  "parameters": [
@@ -12621,7 +13278,14 @@
12621
13278
  }
12622
13279
  }
12623
13280
  }
12624
- }
13281
+ },
13282
+ "operationId": "patchAdminProductsProductCategoriesByCategoryId",
13283
+ "summary": "PATCH /v1/admin/products/product-categories/{categoryId}",
13284
+ "tags": [
13285
+ "products"
13286
+ ],
13287
+ "x-voyant-module": "products",
13288
+ "x-voyant-surface": "admin"
12625
13289
  },
12626
13290
  "delete": {
12627
13291
  "parameters": [
@@ -12671,7 +13335,14 @@
12671
13335
  }
12672
13336
  }
12673
13337
  }
12674
- }
13338
+ },
13339
+ "operationId": "deleteAdminProductsProductCategoriesByCategoryId",
13340
+ "summary": "DELETE /v1/admin/products/product-categories/{categoryId}",
13341
+ "tags": [
13342
+ "products"
13343
+ ],
13344
+ "x-voyant-module": "products",
13345
+ "x-voyant-surface": "admin"
12675
13346
  }
12676
13347
  },
12677
13348
  "/v1/admin/products/product-tags": {
@@ -12764,7 +13435,14 @@
12764
13435
  }
12765
13436
  }
12766
13437
  }
12767
- }
13438
+ },
13439
+ "operationId": "getAdminProductsProductTags",
13440
+ "summary": "GET /v1/admin/products/product-tags",
13441
+ "tags": [
13442
+ "products"
13443
+ ],
13444
+ "x-voyant-module": "products",
13445
+ "x-voyant-surface": "admin"
12768
13446
  },
12769
13447
  "post": {
12770
13448
  "requestBody": {
@@ -12844,7 +13522,14 @@
12844
13522
  }
12845
13523
  }
12846
13524
  }
12847
- }
13525
+ },
13526
+ "operationId": "postAdminProductsProductTags",
13527
+ "summary": "POST /v1/admin/products/product-tags",
13528
+ "tags": [
13529
+ "products"
13530
+ ],
13531
+ "x-voyant-module": "products",
13532
+ "x-voyant-surface": "admin"
12848
13533
  }
12849
13534
  },
12850
13535
  "/v1/admin/products/product-tags/{tagId}": {
@@ -12916,7 +13601,14 @@
12916
13601
  }
12917
13602
  }
12918
13603
  }
12919
- }
13604
+ },
13605
+ "operationId": "getAdminProductsProductTagsByTagId",
13606
+ "summary": "GET /v1/admin/products/product-tags/{tagId}",
13607
+ "tags": [
13608
+ "products"
13609
+ ],
13610
+ "x-voyant-module": "products",
13611
+ "x-voyant-surface": "admin"
12920
13612
  },
12921
13613
  "patch": {
12922
13614
  "parameters": [
@@ -13021,7 +13713,14 @@
13021
13713
  }
13022
13714
  }
13023
13715
  }
13024
- }
13716
+ },
13717
+ "operationId": "patchAdminProductsProductTagsByTagId",
13718
+ "summary": "PATCH /v1/admin/products/product-tags/{tagId}",
13719
+ "tags": [
13720
+ "products"
13721
+ ],
13722
+ "x-voyant-module": "products",
13723
+ "x-voyant-surface": "admin"
13025
13724
  },
13026
13725
  "delete": {
13027
13726
  "parameters": [
@@ -13071,7 +13770,14 @@
13071
13770
  }
13072
13771
  }
13073
13772
  }
13074
- }
13773
+ },
13774
+ "operationId": "deleteAdminProductsProductTagsByTagId",
13775
+ "summary": "DELETE /v1/admin/products/product-tags/{tagId}",
13776
+ "tags": [
13777
+ "products"
13778
+ ],
13779
+ "x-voyant-module": "products",
13780
+ "x-voyant-surface": "admin"
13075
13781
  }
13076
13782
  },
13077
13783
  "/v1/admin/products/media/{mediaId}": {
@@ -13218,7 +13924,14 @@
13218
13924
  }
13219
13925
  }
13220
13926
  }
13221
- }
13927
+ },
13928
+ "operationId": "getAdminProductsMediaByMediaId",
13929
+ "summary": "GET /v1/admin/products/media/{mediaId}",
13930
+ "tags": [
13931
+ "products"
13932
+ ],
13933
+ "x-voyant-module": "products",
13934
+ "x-voyant-surface": "admin"
13222
13935
  },
13223
13936
  "patch": {
13224
13937
  "parameters": [
@@ -13462,7 +14175,14 @@
13462
14175
  }
13463
14176
  }
13464
14177
  }
13465
- }
14178
+ },
14179
+ "operationId": "patchAdminProductsMediaByMediaId",
14180
+ "summary": "PATCH /v1/admin/products/media/{mediaId}",
14181
+ "tags": [
14182
+ "products"
14183
+ ],
14184
+ "x-voyant-module": "products",
14185
+ "x-voyant-surface": "admin"
13466
14186
  },
13467
14187
  "delete": {
13468
14188
  "parameters": [
@@ -13607,7 +14327,14 @@
13607
14327
  }
13608
14328
  }
13609
14329
  }
13610
- }
14330
+ },
14331
+ "operationId": "deleteAdminProductsMediaByMediaId",
14332
+ "summary": "DELETE /v1/admin/products/media/{mediaId}",
14333
+ "tags": [
14334
+ "products"
14335
+ ],
14336
+ "x-voyant-module": "products",
14337
+ "x-voyant-surface": "admin"
13611
14338
  }
13612
14339
  },
13613
14340
  "/v1/admin/products/media/{mediaId}/set-cover": {
@@ -13790,7 +14517,14 @@
13790
14517
  }
13791
14518
  }
13792
14519
  }
13793
- }
14520
+ },
14521
+ "operationId": "patchAdminProductsMediaByMediaIdSetCover",
14522
+ "summary": "PATCH /v1/admin/products/media/{mediaId}/set-cover",
14523
+ "tags": [
14524
+ "products"
14525
+ ],
14526
+ "x-voyant-module": "products",
14527
+ "x-voyant-surface": "admin"
13794
14528
  }
13795
14529
  },
13796
14530
  "/v1/admin/products/{id}/brochure/versions": {
@@ -13922,7 +14656,14 @@
13922
14656
  }
13923
14657
  }
13924
14658
  }
13925
- }
14659
+ },
14660
+ "operationId": "getAdminProductsByIdBrochureVersions",
14661
+ "summary": "GET /v1/admin/products/{id}/brochure/versions",
14662
+ "tags": [
14663
+ "products"
14664
+ ],
14665
+ "x-voyant-module": "products",
14666
+ "x-voyant-surface": "admin"
13926
14667
  }
13927
14668
  },
13928
14669
  "/v1/admin/products/{id}/brochure/versions/{brochureId}/set-current": {
@@ -14077,7 +14818,14 @@
14077
14818
  }
14078
14819
  }
14079
14820
  }
14080
- }
14821
+ },
14822
+ "operationId": "postAdminProductsByIdBrochureVersionsByBrochureIdSetCurrent",
14823
+ "summary": "POST /v1/admin/products/{id}/brochure/versions/{brochureId}/set-current",
14824
+ "tags": [
14825
+ "products"
14826
+ ],
14827
+ "x-voyant-module": "products",
14828
+ "x-voyant-surface": "admin"
14081
14829
  }
14082
14830
  },
14083
14831
  "/v1/admin/products/{id}/brochure/versions/{brochureId}": {
@@ -14232,7 +14980,14 @@
14232
14980
  }
14233
14981
  }
14234
14982
  }
14235
- }
14983
+ },
14984
+ "operationId": "deleteAdminProductsByIdBrochureVersionsByBrochureId",
14985
+ "summary": "DELETE /v1/admin/products/{id}/brochure/versions/{brochureId}",
14986
+ "tags": [
14987
+ "products"
14988
+ ],
14989
+ "x-voyant-module": "products",
14990
+ "x-voyant-surface": "admin"
14236
14991
  }
14237
14992
  },
14238
14993
  "/v1/admin/products/{id}/brochure": {
@@ -14379,7 +15134,14 @@
14379
15134
  }
14380
15135
  }
14381
15136
  }
14382
- }
15137
+ },
15138
+ "operationId": "getAdminProductsByIdBrochure",
15139
+ "summary": "GET /v1/admin/products/{id}/brochure",
15140
+ "tags": [
15141
+ "products"
15142
+ ],
15143
+ "x-voyant-module": "products",
15144
+ "x-voyant-surface": "admin"
14383
15145
  },
14384
15146
  "put": {
14385
15147
  "parameters": [
@@ -14601,7 +15363,14 @@
14601
15363
  }
14602
15364
  }
14603
15365
  }
14604
- }
15366
+ },
15367
+ "operationId": "putAdminProductsByIdBrochure",
15368
+ "summary": "PUT /v1/admin/products/{id}/brochure",
15369
+ "tags": [
15370
+ "products"
15371
+ ],
15372
+ "x-voyant-module": "products",
15373
+ "x-voyant-surface": "admin"
14605
15374
  },
14606
15375
  "delete": {
14607
15376
  "parameters": [
@@ -14746,7 +15515,14 @@
14746
15515
  }
14747
15516
  }
14748
15517
  }
14749
- }
15518
+ },
15519
+ "operationId": "deleteAdminProductsByIdBrochure",
15520
+ "summary": "DELETE /v1/admin/products/{id}/brochure",
15521
+ "tags": [
15522
+ "products"
15523
+ ],
15524
+ "x-voyant-module": "products",
15525
+ "x-voyant-surface": "admin"
14750
15526
  }
14751
15527
  },
14752
15528
  "/v1/admin/products/{id}/media/reorder": {
@@ -14842,7 +15618,14 @@
14842
15618
  }
14843
15619
  }
14844
15620
  }
14845
- }
15621
+ },
15622
+ "operationId": "postAdminProductsByIdMediaReorder",
15623
+ "summary": "POST /v1/admin/products/{id}/media/reorder",
15624
+ "tags": [
15625
+ "products"
15626
+ ],
15627
+ "x-voyant-module": "products",
15628
+ "x-voyant-surface": "admin"
14846
15629
  }
14847
15630
  },
14848
15631
  "/v1/admin/products/{id}/media": {
@@ -15059,7 +15842,14 @@
15059
15842
  }
15060
15843
  }
15061
15844
  }
15062
- }
15845
+ },
15846
+ "operationId": "getAdminProductsByIdMedia",
15847
+ "summary": "GET /v1/admin/products/{id}/media",
15848
+ "tags": [
15849
+ "products"
15850
+ ],
15851
+ "x-voyant-module": "products",
15852
+ "x-voyant-surface": "admin"
15063
15853
  },
15064
15854
  "post": {
15065
15855
  "parameters": [
@@ -15314,7 +16104,14 @@
15314
16104
  }
15315
16105
  }
15316
16106
  }
15317
- }
16107
+ },
16108
+ "operationId": "postAdminProductsByIdMedia",
16109
+ "summary": "POST /v1/admin/products/{id}/media",
16110
+ "tags": [
16111
+ "products"
16112
+ ],
16113
+ "x-voyant-module": "products",
16114
+ "x-voyant-surface": "admin"
15318
16115
  }
15319
16116
  },
15320
16117
  "/v1/admin/products/{id}/days/{dayId}/media": {
@@ -15539,7 +16336,14 @@
15539
16336
  }
15540
16337
  }
15541
16338
  }
15542
- }
16339
+ },
16340
+ "operationId": "getAdminProductsByIdDaysByDayIdMedia",
16341
+ "summary": "GET /v1/admin/products/{id}/days/{dayId}/media",
16342
+ "tags": [
16343
+ "products"
16344
+ ],
16345
+ "x-voyant-module": "products",
16346
+ "x-voyant-surface": "admin"
15543
16347
  },
15544
16348
  "post": {
15545
16349
  "parameters": [
@@ -15802,7 +16606,14 @@
15802
16606
  }
15803
16607
  }
15804
16608
  }
15805
- }
16609
+ },
16610
+ "operationId": "postAdminProductsByIdDaysByDayIdMedia",
16611
+ "summary": "POST /v1/admin/products/{id}/days/{dayId}/media",
16612
+ "tags": [
16613
+ "products"
16614
+ ],
16615
+ "x-voyant-module": "products",
16616
+ "x-voyant-surface": "admin"
15806
16617
  }
15807
16618
  },
15808
16619
  "/v1/admin/products/{id}/itineraries": {
@@ -15871,7 +16682,14 @@
15871
16682
  }
15872
16683
  }
15873
16684
  }
15874
- }
16685
+ },
16686
+ "operationId": "getAdminProductsByIdItineraries",
16687
+ "summary": "GET /v1/admin/products/{id}/itineraries",
16688
+ "tags": [
16689
+ "products"
16690
+ ],
16691
+ "x-voyant-module": "products",
16692
+ "x-voyant-surface": "admin"
15875
16693
  },
15876
16694
  "post": {
15877
16695
  "parameters": [
@@ -15999,7 +16817,14 @@
15999
16817
  }
16000
16818
  }
16001
16819
  }
16002
- }
16820
+ },
16821
+ "operationId": "postAdminProductsByIdItineraries",
16822
+ "summary": "POST /v1/admin/products/{id}/itineraries",
16823
+ "tags": [
16824
+ "products"
16825
+ ],
16826
+ "x-voyant-module": "products",
16827
+ "x-voyant-surface": "admin"
16003
16828
  }
16004
16829
  },
16005
16830
  "/v1/admin/products/itineraries/{itineraryId}": {
@@ -16126,7 +16951,14 @@
16126
16951
  }
16127
16952
  }
16128
16953
  }
16129
- }
16954
+ },
16955
+ "operationId": "patchAdminProductsItinerariesByItineraryId",
16956
+ "summary": "PATCH /v1/admin/products/itineraries/{itineraryId}",
16957
+ "tags": [
16958
+ "products"
16959
+ ],
16960
+ "x-voyant-module": "products",
16961
+ "x-voyant-surface": "admin"
16130
16962
  },
16131
16963
  "delete": {
16132
16964
  "parameters": [
@@ -16176,7 +17008,14 @@
16176
17008
  }
16177
17009
  }
16178
17010
  }
16179
- }
17011
+ },
17012
+ "operationId": "deleteAdminProductsItinerariesByItineraryId",
17013
+ "summary": "DELETE /v1/admin/products/itineraries/{itineraryId}",
17014
+ "tags": [
17015
+ "products"
17016
+ ],
17017
+ "x-voyant-module": "products",
17018
+ "x-voyant-surface": "admin"
16180
17019
  }
16181
17020
  },
16182
17021
  "/v1/admin/products/itineraries/{itineraryId}/duplicate": {
@@ -16295,7 +17134,14 @@
16295
17134
  }
16296
17135
  }
16297
17136
  }
16298
- }
17137
+ },
17138
+ "operationId": "postAdminProductsItinerariesByItineraryIdDuplicate",
17139
+ "summary": "POST /v1/admin/products/itineraries/{itineraryId}/duplicate",
17140
+ "tags": [
17141
+ "products"
17142
+ ],
17143
+ "x-voyant-module": "products",
17144
+ "x-voyant-surface": "admin"
16299
17145
  }
16300
17146
  },
16301
17147
  "/v1/admin/products/{id}/itineraries/{itineraryId}/days": {
@@ -16385,7 +17231,14 @@
16385
17231
  }
16386
17232
  }
16387
17233
  }
16388
- }
17234
+ },
17235
+ "operationId": "getAdminProductsByIdItinerariesByItineraryIdDays",
17236
+ "summary": "GET /v1/admin/products/{id}/itineraries/{itineraryId}/days",
17237
+ "tags": [
17238
+ "products"
17239
+ ],
17240
+ "x-voyant-module": "products",
17241
+ "x-voyant-surface": "admin"
16389
17242
  },
16390
17243
  "post": {
16391
17244
  "parameters": [
@@ -16545,7 +17398,14 @@
16545
17398
  }
16546
17399
  }
16547
17400
  }
16548
- }
17401
+ },
17402
+ "operationId": "postAdminProductsByIdItinerariesByItineraryIdDays",
17403
+ "summary": "POST /v1/admin/products/{id}/itineraries/{itineraryId}/days",
17404
+ "tags": [
17405
+ "products"
17406
+ ],
17407
+ "x-voyant-module": "products",
17408
+ "x-voyant-surface": "admin"
16549
17409
  }
16550
17410
  },
16551
17411
  "/v1/admin/products/{id}/days": {
@@ -16627,7 +17487,14 @@
16627
17487
  }
16628
17488
  }
16629
17489
  }
16630
- }
17490
+ },
17491
+ "operationId": "getAdminProductsByIdDays",
17492
+ "summary": "GET /v1/admin/products/{id}/days",
17493
+ "tags": [
17494
+ "products"
17495
+ ],
17496
+ "x-voyant-module": "products",
17497
+ "x-voyant-surface": "admin"
16631
17498
  },
16632
17499
  "post": {
16633
17500
  "parameters": [
@@ -16779,7 +17646,14 @@
16779
17646
  }
16780
17647
  }
16781
17648
  }
16782
- }
17649
+ },
17650
+ "operationId": "postAdminProductsByIdDays",
17651
+ "summary": "POST /v1/admin/products/{id}/days",
17652
+ "tags": [
17653
+ "products"
17654
+ ],
17655
+ "x-voyant-module": "products",
17656
+ "x-voyant-surface": "admin"
16783
17657
  }
16784
17658
  },
16785
17659
  "/v1/admin/products/{id}/days/{dayId}": {
@@ -16938,7 +17812,14 @@
16938
17812
  }
16939
17813
  }
16940
17814
  }
16941
- }
17815
+ },
17816
+ "operationId": "patchAdminProductsByIdDaysByDayId",
17817
+ "summary": "PATCH /v1/admin/products/{id}/days/{dayId}",
17818
+ "tags": [
17819
+ "products"
17820
+ ],
17821
+ "x-voyant-module": "products",
17822
+ "x-voyant-surface": "admin"
16942
17823
  },
16943
17824
  "delete": {
16944
17825
  "parameters": [
@@ -16996,7 +17877,14 @@
16996
17877
  }
16997
17878
  }
16998
17879
  }
16999
- }
17880
+ },
17881
+ "operationId": "deleteAdminProductsByIdDaysByDayId",
17882
+ "summary": "DELETE /v1/admin/products/{id}/days/{dayId}",
17883
+ "tags": [
17884
+ "products"
17885
+ ],
17886
+ "x-voyant-module": "products",
17887
+ "x-voyant-surface": "admin"
17000
17888
  }
17001
17889
  },
17002
17890
  "/v1/admin/products/{id}/days/{dayId}/services": {
@@ -17120,7 +18008,14 @@
17120
18008
  }
17121
18009
  }
17122
18010
  }
17123
- }
18011
+ },
18012
+ "operationId": "getAdminProductsByIdDaysByDayIdServices",
18013
+ "summary": "GET /v1/admin/products/{id}/days/{dayId}/services",
18014
+ "tags": [
18015
+ "products"
18016
+ ],
18017
+ "x-voyant-module": "products",
18018
+ "x-voyant-surface": "admin"
17124
18019
  },
17125
18020
  "post": {
17126
18021
  "parameters": [
@@ -17355,7 +18250,14 @@
17355
18250
  }
17356
18251
  }
17357
18252
  }
17358
- }
18253
+ },
18254
+ "operationId": "postAdminProductsByIdDaysByDayIdServices",
18255
+ "summary": "POST /v1/admin/products/{id}/days/{dayId}/services",
18256
+ "tags": [
18257
+ "products"
18258
+ ],
18259
+ "x-voyant-module": "products",
18260
+ "x-voyant-surface": "admin"
17359
18261
  }
17360
18262
  },
17361
18263
  "/v1/admin/products/{id}/days/{dayId}/services/{serviceId}": {
@@ -17594,7 +18496,14 @@
17594
18496
  }
17595
18497
  }
17596
18498
  }
17597
- }
18499
+ },
18500
+ "operationId": "patchAdminProductsByIdDaysByDayIdServicesByServiceId",
18501
+ "summary": "PATCH /v1/admin/products/{id}/days/{dayId}/services/{serviceId}",
18502
+ "tags": [
18503
+ "products"
18504
+ ],
18505
+ "x-voyant-module": "products",
18506
+ "x-voyant-surface": "admin"
17598
18507
  },
17599
18508
  "delete": {
17600
18509
  "parameters": [
@@ -17660,7 +18569,14 @@
17660
18569
  }
17661
18570
  }
17662
18571
  }
17663
- }
18572
+ },
18573
+ "operationId": "deleteAdminProductsByIdDaysByDayIdServicesByServiceId",
18574
+ "summary": "DELETE /v1/admin/products/{id}/days/{dayId}/services/{serviceId}",
18575
+ "tags": [
18576
+ "products"
18577
+ ],
18578
+ "x-voyant-module": "products",
18579
+ "x-voyant-surface": "admin"
17664
18580
  }
17665
18581
  },
17666
18582
  "/v1/admin/products/{id}/days/{dayId}/translations": {
@@ -17762,7 +18678,14 @@
17762
18678
  }
17763
18679
  }
17764
18680
  }
17765
- }
18681
+ },
18682
+ "operationId": "getAdminProductsByIdDaysByDayIdTranslations",
18683
+ "summary": "GET /v1/admin/products/{id}/days/{dayId}/translations",
18684
+ "tags": [
18685
+ "products"
18686
+ ],
18687
+ "x-voyant-module": "products",
18688
+ "x-voyant-surface": "admin"
17766
18689
  },
17767
18690
  "post": {
17768
18691
  "parameters": [
@@ -17924,7 +18847,14 @@
17924
18847
  }
17925
18848
  }
17926
18849
  }
17927
- }
18850
+ },
18851
+ "operationId": "postAdminProductsByIdDaysByDayIdTranslations",
18852
+ "summary": "POST /v1/admin/products/{id}/days/{dayId}/translations",
18853
+ "tags": [
18854
+ "products"
18855
+ ],
18856
+ "x-voyant-module": "products",
18857
+ "x-voyant-surface": "admin"
17928
18858
  }
17929
18859
  },
17930
18860
  "/v1/admin/products/{id}/days/{dayId}/translations/{translationId}": {
@@ -18093,7 +19023,14 @@
18093
19023
  }
18094
19024
  }
18095
19025
  }
18096
- }
19026
+ },
19027
+ "operationId": "patchAdminProductsByIdDaysByDayIdTranslationsByTranslationId",
19028
+ "summary": "PATCH /v1/admin/products/{id}/days/{dayId}/translations/{translationId}",
19029
+ "tags": [
19030
+ "products"
19031
+ ],
19032
+ "x-voyant-module": "products",
19033
+ "x-voyant-surface": "admin"
18097
19034
  },
18098
19035
  "delete": {
18099
19036
  "parameters": [
@@ -18159,7 +19096,14 @@
18159
19096
  }
18160
19097
  }
18161
19098
  }
18162
- }
19099
+ },
19100
+ "operationId": "deleteAdminProductsByIdDaysByDayIdTranslationsByTranslationId",
19101
+ "summary": "DELETE /v1/admin/products/{id}/days/{dayId}/translations/{translationId}",
19102
+ "tags": [
19103
+ "products"
19104
+ ],
19105
+ "x-voyant-module": "products",
19106
+ "x-voyant-surface": "admin"
18163
19107
  }
18164
19108
  },
18165
19109
  "/v1/admin/products/{id}/versions": {
@@ -18228,7 +19172,14 @@
18228
19172
  }
18229
19173
  }
18230
19174
  }
18231
- }
19175
+ },
19176
+ "operationId": "getAdminProductsByIdVersions",
19177
+ "summary": "GET /v1/admin/products/{id}/versions",
19178
+ "tags": [
19179
+ "products"
19180
+ ],
19181
+ "x-voyant-module": "products",
19182
+ "x-voyant-surface": "admin"
18232
19183
  },
18233
19184
  "post": {
18234
19185
  "parameters": [
@@ -18310,7 +19261,14 @@
18310
19261
  }
18311
19262
  }
18312
19263
  }
18313
- }
19264
+ },
19265
+ "operationId": "postAdminProductsByIdVersions",
19266
+ "summary": "POST /v1/admin/products/{id}/versions",
19267
+ "tags": [
19268
+ "products"
19269
+ ],
19270
+ "x-voyant-module": "products",
19271
+ "x-voyant-surface": "admin"
18314
19272
  }
18315
19273
  },
18316
19274
  "/v1/admin/products/{id}/notes": {
@@ -18371,7 +19329,14 @@
18371
19329
  }
18372
19330
  }
18373
19331
  }
18374
- }
19332
+ },
19333
+ "operationId": "getAdminProductsByIdNotes",
19334
+ "summary": "GET /v1/admin/products/{id}/notes",
19335
+ "tags": [
19336
+ "products"
19337
+ ],
19338
+ "x-voyant-module": "products",
19339
+ "x-voyant-surface": "admin"
18375
19340
  },
18376
19341
  "post": {
18377
19342
  "parameters": [
@@ -18483,7 +19448,14 @@
18483
19448
  }
18484
19449
  }
18485
19450
  }
18486
- }
19451
+ },
19452
+ "operationId": "postAdminProductsByIdNotes",
19453
+ "summary": "POST /v1/admin/products/{id}/notes",
19454
+ "tags": [
19455
+ "products"
19456
+ ],
19457
+ "x-voyant-module": "products",
19458
+ "x-voyant-surface": "admin"
18487
19459
  }
18488
19460
  },
18489
19461
  "/v1/admin/products/{id}/itineraries/{itineraryId}/translations": {
@@ -18568,7 +19540,14 @@
18568
19540
  }
18569
19541
  }
18570
19542
  }
18571
- }
19543
+ },
19544
+ "operationId": "getAdminProductsByIdItinerariesByItineraryIdTranslations",
19545
+ "summary": "GET /v1/admin/products/{id}/itineraries/{itineraryId}/translations",
19546
+ "tags": [
19547
+ "products"
19548
+ ],
19549
+ "x-voyant-module": "products",
19550
+ "x-voyant-surface": "admin"
18572
19551
  },
18573
19552
  "post": {
18574
19553
  "parameters": [
@@ -18699,7 +19678,14 @@
18699
19678
  }
18700
19679
  }
18701
19680
  }
18702
- }
19681
+ },
19682
+ "operationId": "postAdminProductsByIdItinerariesByItineraryIdTranslations",
19683
+ "summary": "POST /v1/admin/products/{id}/itineraries/{itineraryId}/translations",
19684
+ "tags": [
19685
+ "products"
19686
+ ],
19687
+ "x-voyant-module": "products",
19688
+ "x-voyant-surface": "admin"
18703
19689
  }
18704
19690
  },
18705
19691
  "/v1/admin/products/{id}/itineraries/{itineraryId}/translations/{translationId}": {
@@ -18836,7 +19822,14 @@
18836
19822
  }
18837
19823
  }
18838
19824
  }
18839
- }
19825
+ },
19826
+ "operationId": "patchAdminProductsByIdItinerariesByItineraryIdTranslationsByTranslationId",
19827
+ "summary": "PATCH /v1/admin/products/{id}/itineraries/{itineraryId}/translations/{translationId}",
19828
+ "tags": [
19829
+ "products"
19830
+ ],
19831
+ "x-voyant-module": "products",
19832
+ "x-voyant-surface": "admin"
18840
19833
  },
18841
19834
  "delete": {
18842
19835
  "parameters": [
@@ -18902,7 +19895,14 @@
18902
19895
  }
18903
19896
  }
18904
19897
  }
18905
- }
19898
+ },
19899
+ "operationId": "deleteAdminProductsByIdItinerariesByItineraryIdTranslationsByTranslationId",
19900
+ "summary": "DELETE /v1/admin/products/{id}/itineraries/{itineraryId}/translations/{translationId}",
19901
+ "tags": [
19902
+ "products"
19903
+ ],
19904
+ "x-voyant-module": "products",
19905
+ "x-voyant-surface": "admin"
18906
19906
  }
18907
19907
  },
18908
19908
  "/v1/admin/products/{id}/days/{dayId}/services/{serviceId}/translations": {
@@ -19009,7 +20009,14 @@
19009
20009
  }
19010
20010
  }
19011
20011
  }
19012
- }
20012
+ },
20013
+ "operationId": "getAdminProductsByIdDaysByDayIdServicesByServiceIdTranslations",
20014
+ "summary": "GET /v1/admin/products/{id}/days/{dayId}/services/{serviceId}/translations",
20015
+ "tags": [
20016
+ "products"
20017
+ ],
20018
+ "x-voyant-module": "products",
20019
+ "x-voyant-surface": "admin"
19013
20020
  },
19014
20021
  "post": {
19015
20022
  "parameters": [
@@ -19174,7 +20181,14 @@
19174
20181
  }
19175
20182
  }
19176
20183
  }
19177
- }
20184
+ },
20185
+ "operationId": "postAdminProductsByIdDaysByDayIdServicesByServiceIdTranslations",
20186
+ "summary": "POST /v1/admin/products/{id}/days/{dayId}/services/{serviceId}/translations",
20187
+ "tags": [
20188
+ "products"
20189
+ ],
20190
+ "x-voyant-module": "products",
20191
+ "x-voyant-surface": "admin"
19178
20192
  }
19179
20193
  },
19180
20194
  "/v1/admin/products/{id}/days/{dayId}/services/{serviceId}/translations/{translationId}": {
@@ -19345,7 +20359,14 @@
19345
20359
  }
19346
20360
  }
19347
20361
  }
19348
- }
20362
+ },
20363
+ "operationId": "patchAdminProductsByIdDaysByDayIdServicesByServiceIdTranslationsByTranslationId",
20364
+ "summary": "PATCH /v1/admin/products/{id}/days/{dayId}/services/{serviceId}/translations/{translationId}",
20365
+ "tags": [
20366
+ "products"
20367
+ ],
20368
+ "x-voyant-module": "products",
20369
+ "x-voyant-surface": "admin"
19349
20370
  },
19350
20371
  "delete": {
19351
20372
  "parameters": [
@@ -19419,7 +20440,14 @@
19419
20440
  }
19420
20441
  }
19421
20442
  }
19422
- }
20443
+ },
20444
+ "operationId": "deleteAdminProductsByIdDaysByDayIdServicesByServiceIdTranslationsByTranslationId",
20445
+ "summary": "DELETE /v1/admin/products/{id}/days/{dayId}/services/{serviceId}/translations/{translationId}",
20446
+ "tags": [
20447
+ "products"
20448
+ ],
20449
+ "x-voyant-module": "products",
20450
+ "x-voyant-surface": "admin"
19423
20451
  }
19424
20452
  },
19425
20453
  "/v1/admin/products/{id}/categories": {
@@ -19511,7 +20539,14 @@
19511
20539
  }
19512
20540
  }
19513
20541
  }
19514
- }
20542
+ },
20543
+ "operationId": "getAdminProductsByIdCategories",
20544
+ "summary": "GET /v1/admin/products/{id}/categories",
20545
+ "tags": [
20546
+ "products"
20547
+ ],
20548
+ "x-voyant-module": "products",
20549
+ "x-voyant-surface": "admin"
19515
20550
  },
19516
20551
  "post": {
19517
20552
  "parameters": [
@@ -19600,7 +20635,14 @@
19600
20635
  }
19601
20636
  }
19602
20637
  }
19603
- }
20638
+ },
20639
+ "operationId": "postAdminProductsByIdCategories",
20640
+ "summary": "POST /v1/admin/products/{id}/categories",
20641
+ "tags": [
20642
+ "products"
20643
+ ],
20644
+ "x-voyant-module": "products",
20645
+ "x-voyant-surface": "admin"
19604
20646
  }
19605
20647
  },
19606
20648
  "/v1/admin/products/{id}/categories/{categoryId}": {
@@ -19660,7 +20702,14 @@
19660
20702
  }
19661
20703
  }
19662
20704
  }
19663
- }
20705
+ },
20706
+ "operationId": "deleteAdminProductsByIdCategoriesByCategoryId",
20707
+ "summary": "DELETE /v1/admin/products/{id}/categories/{categoryId}",
20708
+ "tags": [
20709
+ "products"
20710
+ ],
20711
+ "x-voyant-module": "products",
20712
+ "x-voyant-surface": "admin"
19664
20713
  }
19665
20714
  },
19666
20715
  "/v1/admin/products/{id}/tags": {
@@ -19717,7 +20766,14 @@
19717
20766
  }
19718
20767
  }
19719
20768
  }
19720
- }
20769
+ },
20770
+ "operationId": "getAdminProductsByIdTags",
20771
+ "summary": "GET /v1/admin/products/{id}/tags",
20772
+ "tags": [
20773
+ "products"
20774
+ ],
20775
+ "x-voyant-module": "products",
20776
+ "x-voyant-surface": "admin"
19721
20777
  },
19722
20778
  "post": {
19723
20779
  "parameters": [
@@ -19803,7 +20859,14 @@
19803
20859
  }
19804
20860
  }
19805
20861
  }
19806
- }
20862
+ },
20863
+ "operationId": "postAdminProductsByIdTags",
20864
+ "summary": "POST /v1/admin/products/{id}/tags",
20865
+ "tags": [
20866
+ "products"
20867
+ ],
20868
+ "x-voyant-module": "products",
20869
+ "x-voyant-surface": "admin"
19807
20870
  }
19808
20871
  },
19809
20872
  "/v1/admin/products/{id}/tags/{tagId}": {
@@ -19863,7 +20926,14 @@
19863
20926
  }
19864
20927
  }
19865
20928
  }
19866
- }
20929
+ },
20930
+ "operationId": "deleteAdminProductsByIdTagsByTagId",
20931
+ "summary": "DELETE /v1/admin/products/{id}/tags/{tagId}",
20932
+ "tags": [
20933
+ "products"
20934
+ ],
20935
+ "x-voyant-module": "products",
20936
+ "x-voyant-surface": "admin"
19867
20937
  }
19868
20938
  },
19869
20939
  "/v1/admin/products/{id}/recalculate": {
@@ -19927,7 +20997,14 @@
19927
20997
  }
19928
20998
  }
19929
20999
  }
19930
- }
21000
+ },
21001
+ "operationId": "postAdminProductsByIdRecalculate",
21002
+ "summary": "POST /v1/admin/products/{id}/recalculate",
21003
+ "tags": [
21004
+ "products"
21005
+ ],
21006
+ "x-voyant-module": "products",
21007
+ "x-voyant-surface": "admin"
19931
21008
  }
19932
21009
  },
19933
21010
  "/v1/admin/products/aggregates": {
@@ -20030,7 +21107,14 @@
20030
21107
  }
20031
21108
  }
20032
21109
  }
20033
- }
21110
+ },
21111
+ "operationId": "getAdminProductsAggregates",
21112
+ "summary": "GET /v1/admin/products/aggregates",
21113
+ "tags": [
21114
+ "products"
21115
+ ],
21116
+ "x-voyant-module": "products",
21117
+ "x-voyant-surface": "admin"
20034
21118
  }
20035
21119
  },
20036
21120
  "/v1/admin/products": {
@@ -20533,7 +21617,14 @@
20533
21617
  }
20534
21618
  }
20535
21619
  }
20536
- }
21620
+ },
21621
+ "operationId": "getAdminProducts",
21622
+ "summary": "GET /v1/admin/products",
21623
+ "tags": [
21624
+ "products"
21625
+ ],
21626
+ "x-voyant-module": "products",
21627
+ "x-voyant-surface": "admin"
20537
21628
  },
20538
21629
  "post": {
20539
21630
  "requestBody": {
@@ -21091,7 +22182,14 @@
21091
22182
  }
21092
22183
  }
21093
22184
  }
21094
- }
22185
+ },
22186
+ "operationId": "postAdminProducts",
22187
+ "summary": "POST /v1/admin/products",
22188
+ "tags": [
22189
+ "products"
22190
+ ],
22191
+ "x-voyant-module": "products",
22192
+ "x-voyant-surface": "admin"
21095
22193
  }
21096
22194
  },
21097
22195
  "/v1/admin/products/{id}": {
@@ -21387,7 +22485,14 @@
21387
22485
  }
21388
22486
  }
21389
22487
  }
21390
- }
22488
+ },
22489
+ "operationId": "getAdminProductsById",
22490
+ "summary": "GET /v1/admin/products/{id}",
22491
+ "tags": [
22492
+ "products"
22493
+ ],
22494
+ "x-voyant-module": "products",
22495
+ "x-voyant-surface": "admin"
21391
22496
  },
21392
22497
  "patch": {
21393
22498
  "parameters": [
@@ -21962,7 +23067,14 @@
21962
23067
  }
21963
23068
  }
21964
23069
  }
21965
- }
23070
+ },
23071
+ "operationId": "patchAdminProductsById",
23072
+ "summary": "PATCH /v1/admin/products/{id}",
23073
+ "tags": [
23074
+ "products"
23075
+ ],
23076
+ "x-voyant-module": "products",
23077
+ "x-voyant-surface": "admin"
21966
23078
  },
21967
23079
  "delete": {
21968
23080
  "parameters": [
@@ -22012,7 +23124,14 @@
22012
23124
  }
22013
23125
  }
22014
23126
  }
22015
- }
23127
+ },
23128
+ "operationId": "deleteAdminProductsById",
23129
+ "summary": "DELETE /v1/admin/products/{id}",
23130
+ "tags": [
23131
+ "products"
23132
+ ],
23133
+ "x-voyant-module": "products",
23134
+ "x-voyant-surface": "admin"
22016
23135
  }
22017
23136
  },
22018
23137
  "/v1/admin/products/{id}/action-ledger": {
@@ -22123,7 +23242,14 @@
22123
23242
  }
22124
23243
  }
22125
23244
  }
22126
- }
23245
+ },
23246
+ "operationId": "getAdminProductsByIdActionLedger",
23247
+ "summary": "GET /v1/admin/products/{id}/action-ledger",
23248
+ "tags": [
23249
+ "products"
23250
+ ],
23251
+ "x-voyant-module": "products",
23252
+ "x-voyant-surface": "admin"
22127
23253
  }
22128
23254
  }
22129
23255
  },