@wix/auto_sdk_bookings_services 1.0.74 → 1.0.75
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/build/cjs/{bookings-services-v2-service-services.universal-D6jEh8MN.d.ts → bookings-services-v2-service-services.universal-CEp6lBCA.d.ts} +330 -330
- package/build/cjs/index.d.ts +69 -69
- package/build/cjs/index.js +347 -347
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +303 -303
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +173 -173
- package/build/cjs/meta.js +220 -220
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-D6jEh8MN.d.mts → bookings-services-v2-service-services.universal-CEp6lBCA.d.mts} +330 -330
- package/build/es/index.d.mts +69 -69
- package/build/es/index.mjs +347 -347
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +303 -303
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +173 -173
- package/build/es/meta.mjs +220 -220
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-D6jEh8MN.d.ts → bookings-services-v2-service-services.universal-CEp6lBCA.d.ts} +330 -330
- package/build/internal/cjs/index.d.ts +69 -69
- package/build/internal/cjs/index.js +347 -347
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +303 -303
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +173 -173
- package/build/internal/cjs/meta.js +220 -220
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-D6jEh8MN.d.mts → bookings-services-v2-service-services.universal-CEp6lBCA.d.mts} +330 -330
- package/build/internal/es/index.d.mts +69 -69
- package/build/internal/es/index.mjs +347 -347
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +303 -303
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +173 -173
- package/build/internal/es/meta.mjs +220 -220
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -60,7 +60,7 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
|
|
|
60
60
|
var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
|
|
61
61
|
var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
62
62
|
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
63
|
-
function
|
|
63
|
+
function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
64
64
|
const domainToMappings = {
|
|
65
65
|
"*.dev.wix-code.com": [
|
|
66
66
|
{
|
|
@@ -171,7 +171,7 @@ function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
|
171
171
|
};
|
|
172
172
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
175
175
|
const domainToMappings = {
|
|
176
176
|
"*.dev.wix-code.com": [
|
|
177
177
|
{
|
|
@@ -283,6 +283,120 @@ function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
|
283
283
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
284
284
|
}
|
|
285
285
|
var PACKAGE_NAME = "@wix/auto_sdk_bookings_services";
|
|
286
|
+
function createAddOnGroup(payload) {
|
|
287
|
+
function __createAddOnGroup({ host }) {
|
|
288
|
+
const metadata = {
|
|
289
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
290
|
+
method: "POST",
|
|
291
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.CreateAddOnGroup",
|
|
292
|
+
packageName: PACKAGE_NAME,
|
|
293
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
294
|
+
protoPath: "/v2/services/add-on-groups/create",
|
|
295
|
+
data: payload,
|
|
296
|
+
host
|
|
297
|
+
}),
|
|
298
|
+
data: payload
|
|
299
|
+
};
|
|
300
|
+
return metadata;
|
|
301
|
+
}
|
|
302
|
+
return __createAddOnGroup;
|
|
303
|
+
}
|
|
304
|
+
function deleteAddOnGroup(payload) {
|
|
305
|
+
function __deleteAddOnGroup({ host }) {
|
|
306
|
+
const metadata = {
|
|
307
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
308
|
+
method: "POST",
|
|
309
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.DeleteAddOnGroup",
|
|
310
|
+
packageName: PACKAGE_NAME,
|
|
311
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
312
|
+
protoPath: "/v2/services/add-on-groups/delete",
|
|
313
|
+
data: payload,
|
|
314
|
+
host
|
|
315
|
+
}),
|
|
316
|
+
data: payload
|
|
317
|
+
};
|
|
318
|
+
return metadata;
|
|
319
|
+
}
|
|
320
|
+
return __deleteAddOnGroup;
|
|
321
|
+
}
|
|
322
|
+
function updateAddOnGroup(payload) {
|
|
323
|
+
function __updateAddOnGroup({ host }) {
|
|
324
|
+
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
325
|
+
{
|
|
326
|
+
transformFn: import_field_mask.transformSDKFieldMaskToRESTFieldMask,
|
|
327
|
+
paths: [{ path: "mask" }]
|
|
328
|
+
}
|
|
329
|
+
]);
|
|
330
|
+
const metadata = {
|
|
331
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
332
|
+
method: "POST",
|
|
333
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.UpdateAddOnGroup",
|
|
334
|
+
packageName: PACKAGE_NAME,
|
|
335
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
336
|
+
protoPath: "/v2/services/add-on-groups/update",
|
|
337
|
+
data: serializedData,
|
|
338
|
+
host
|
|
339
|
+
}),
|
|
340
|
+
data: serializedData
|
|
341
|
+
};
|
|
342
|
+
return metadata;
|
|
343
|
+
}
|
|
344
|
+
return __updateAddOnGroup;
|
|
345
|
+
}
|
|
346
|
+
function listAddOnGroupsByServiceId(payload) {
|
|
347
|
+
function __listAddOnGroupsByServiceId({ host }) {
|
|
348
|
+
const metadata = {
|
|
349
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
350
|
+
method: "POST",
|
|
351
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.ListAddOnGroupsByServiceId",
|
|
352
|
+
packageName: PACKAGE_NAME,
|
|
353
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
354
|
+
protoPath: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
355
|
+
data: payload,
|
|
356
|
+
host
|
|
357
|
+
}),
|
|
358
|
+
data: payload
|
|
359
|
+
};
|
|
360
|
+
return metadata;
|
|
361
|
+
}
|
|
362
|
+
return __listAddOnGroupsByServiceId;
|
|
363
|
+
}
|
|
364
|
+
function setAddOnsForGroup(payload) {
|
|
365
|
+
function __setAddOnsForGroup({ host }) {
|
|
366
|
+
const metadata = {
|
|
367
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
368
|
+
method: "POST",
|
|
369
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.SetAddOnsForGroup",
|
|
370
|
+
packageName: PACKAGE_NAME,
|
|
371
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
372
|
+
protoPath: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
373
|
+
data: payload,
|
|
374
|
+
host
|
|
375
|
+
}),
|
|
376
|
+
data: payload
|
|
377
|
+
};
|
|
378
|
+
return metadata;
|
|
379
|
+
}
|
|
380
|
+
return __setAddOnsForGroup;
|
|
381
|
+
}
|
|
382
|
+
function validateAddOnsSelection(payload) {
|
|
383
|
+
function __validateAddOnsSelection({ host }) {
|
|
384
|
+
const metadata = {
|
|
385
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
386
|
+
method: "POST",
|
|
387
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.ValidateAddOnsSelection",
|
|
388
|
+
packageName: PACKAGE_NAME,
|
|
389
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
390
|
+
protoPath: "/v2/services/add-on-groups/validate-add-ons-selection",
|
|
391
|
+
data: payload,
|
|
392
|
+
host
|
|
393
|
+
}),
|
|
394
|
+
data: payload
|
|
395
|
+
};
|
|
396
|
+
return metadata;
|
|
397
|
+
}
|
|
398
|
+
return __validateAddOnsSelection;
|
|
399
|
+
}
|
|
286
400
|
function createService(payload) {
|
|
287
401
|
function __createService({ host }) {
|
|
288
402
|
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
@@ -1566,122 +1680,116 @@ function cloneService(payload) {
|
|
|
1566
1680
|
}
|
|
1567
1681
|
return __cloneService;
|
|
1568
1682
|
}
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1683
|
+
|
|
1684
|
+
// src/bookings-services-v2-service-services.meta.ts
|
|
1685
|
+
function createAddOnGroup2() {
|
|
1686
|
+
const payload = {};
|
|
1687
|
+
const getRequestOptions = createAddOnGroup(payload);
|
|
1688
|
+
const getUrl = (context) => {
|
|
1689
|
+
const { url } = getRequestOptions(context);
|
|
1690
|
+
return url;
|
|
1691
|
+
};
|
|
1692
|
+
return {
|
|
1693
|
+
getUrl,
|
|
1694
|
+
httpMethod: "POST",
|
|
1695
|
+
path: "/v2/services/add-on-groups/create",
|
|
1696
|
+
pathParams: {},
|
|
1697
|
+
__requestType: null,
|
|
1698
|
+
__originalRequestType: null,
|
|
1699
|
+
__responseType: null,
|
|
1700
|
+
__originalResponseType: null
|
|
1701
|
+
};
|
|
1586
1702
|
}
|
|
1587
|
-
function
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1703
|
+
function deleteAddOnGroup2() {
|
|
1704
|
+
const payload = {};
|
|
1705
|
+
const getRequestOptions = deleteAddOnGroup(payload);
|
|
1706
|
+
const getUrl = (context) => {
|
|
1707
|
+
const { url } = getRequestOptions(context);
|
|
1708
|
+
return url;
|
|
1709
|
+
};
|
|
1710
|
+
return {
|
|
1711
|
+
getUrl,
|
|
1712
|
+
httpMethod: "POST",
|
|
1713
|
+
path: "/v2/services/add-on-groups/delete",
|
|
1714
|
+
pathParams: {},
|
|
1715
|
+
__requestType: null,
|
|
1716
|
+
__originalRequestType: null,
|
|
1717
|
+
__responseType: null,
|
|
1718
|
+
__originalResponseType: null
|
|
1719
|
+
};
|
|
1604
1720
|
}
|
|
1605
|
-
function
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
}),
|
|
1623
|
-
data: serializedData
|
|
1624
|
-
};
|
|
1625
|
-
return metadata;
|
|
1626
|
-
}
|
|
1627
|
-
return __updateAddOnGroup;
|
|
1721
|
+
function updateAddOnGroup2() {
|
|
1722
|
+
const payload = {};
|
|
1723
|
+
const getRequestOptions = updateAddOnGroup(payload);
|
|
1724
|
+
const getUrl = (context) => {
|
|
1725
|
+
const { url } = getRequestOptions(context);
|
|
1726
|
+
return url;
|
|
1727
|
+
};
|
|
1728
|
+
return {
|
|
1729
|
+
getUrl,
|
|
1730
|
+
httpMethod: "POST",
|
|
1731
|
+
path: "/v2/services/add-on-groups/update",
|
|
1732
|
+
pathParams: {},
|
|
1733
|
+
__requestType: null,
|
|
1734
|
+
__originalRequestType: null,
|
|
1735
|
+
__responseType: null,
|
|
1736
|
+
__originalResponseType: null
|
|
1737
|
+
};
|
|
1628
1738
|
}
|
|
1629
|
-
function
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1739
|
+
function listAddOnGroupsByServiceId2() {
|
|
1740
|
+
const payload = {};
|
|
1741
|
+
const getRequestOptions = listAddOnGroupsByServiceId(payload);
|
|
1742
|
+
const getUrl = (context) => {
|
|
1743
|
+
const { url } = getRequestOptions(context);
|
|
1744
|
+
return url;
|
|
1745
|
+
};
|
|
1746
|
+
return {
|
|
1747
|
+
getUrl,
|
|
1748
|
+
httpMethod: "POST",
|
|
1749
|
+
path: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
1750
|
+
pathParams: {},
|
|
1751
|
+
__requestType: null,
|
|
1752
|
+
__originalRequestType: null,
|
|
1753
|
+
__responseType: null,
|
|
1754
|
+
__originalResponseType: null
|
|
1755
|
+
};
|
|
1646
1756
|
}
|
|
1647
|
-
function
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1757
|
+
function setAddOnsForGroup2() {
|
|
1758
|
+
const payload = {};
|
|
1759
|
+
const getRequestOptions = setAddOnsForGroup(payload);
|
|
1760
|
+
const getUrl = (context) => {
|
|
1761
|
+
const { url } = getRequestOptions(context);
|
|
1762
|
+
return url;
|
|
1763
|
+
};
|
|
1764
|
+
return {
|
|
1765
|
+
getUrl,
|
|
1766
|
+
httpMethod: "POST",
|
|
1767
|
+
path: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
1768
|
+
pathParams: {},
|
|
1769
|
+
__requestType: null,
|
|
1770
|
+
__originalRequestType: null,
|
|
1771
|
+
__responseType: null,
|
|
1772
|
+
__originalResponseType: null
|
|
1773
|
+
};
|
|
1664
1774
|
}
|
|
1665
|
-
function
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1775
|
+
function validateAddOnsSelection2() {
|
|
1776
|
+
const payload = {};
|
|
1777
|
+
const getRequestOptions = validateAddOnsSelection(payload);
|
|
1778
|
+
const getUrl = (context) => {
|
|
1779
|
+
const { url } = getRequestOptions(context);
|
|
1780
|
+
return url;
|
|
1781
|
+
};
|
|
1782
|
+
return {
|
|
1783
|
+
getUrl,
|
|
1784
|
+
httpMethod: "POST",
|
|
1785
|
+
path: "/v2/services/add-on-groups/validate-add-ons-selection",
|
|
1786
|
+
pathParams: {},
|
|
1787
|
+
__requestType: null,
|
|
1788
|
+
__originalRequestType: null,
|
|
1789
|
+
__responseType: null,
|
|
1790
|
+
__originalResponseType: null
|
|
1791
|
+
};
|
|
1682
1792
|
}
|
|
1683
|
-
|
|
1684
|
-
// src/bookings-services-v2-service-services.meta.ts
|
|
1685
1793
|
function createService2() {
|
|
1686
1794
|
const payload = {};
|
|
1687
1795
|
const getRequestOptions = createService(payload);
|
|
@@ -2082,114 +2190,6 @@ function cloneService2() {
|
|
|
2082
2190
|
__originalResponseType: null
|
|
2083
2191
|
};
|
|
2084
2192
|
}
|
|
2085
|
-
function createAddOnGroup2() {
|
|
2086
|
-
const payload = {};
|
|
2087
|
-
const getRequestOptions = createAddOnGroup(payload);
|
|
2088
|
-
const getUrl = (context) => {
|
|
2089
|
-
const { url } = getRequestOptions(context);
|
|
2090
|
-
return url;
|
|
2091
|
-
};
|
|
2092
|
-
return {
|
|
2093
|
-
getUrl,
|
|
2094
|
-
httpMethod: "POST",
|
|
2095
|
-
path: "/v2/services/add-on-groups/create",
|
|
2096
|
-
pathParams: {},
|
|
2097
|
-
__requestType: null,
|
|
2098
|
-
__originalRequestType: null,
|
|
2099
|
-
__responseType: null,
|
|
2100
|
-
__originalResponseType: null
|
|
2101
|
-
};
|
|
2102
|
-
}
|
|
2103
|
-
function deleteAddOnGroup2() {
|
|
2104
|
-
const payload = {};
|
|
2105
|
-
const getRequestOptions = deleteAddOnGroup(payload);
|
|
2106
|
-
const getUrl = (context) => {
|
|
2107
|
-
const { url } = getRequestOptions(context);
|
|
2108
|
-
return url;
|
|
2109
|
-
};
|
|
2110
|
-
return {
|
|
2111
|
-
getUrl,
|
|
2112
|
-
httpMethod: "POST",
|
|
2113
|
-
path: "/v2/services/add-on-groups/delete",
|
|
2114
|
-
pathParams: {},
|
|
2115
|
-
__requestType: null,
|
|
2116
|
-
__originalRequestType: null,
|
|
2117
|
-
__responseType: null,
|
|
2118
|
-
__originalResponseType: null
|
|
2119
|
-
};
|
|
2120
|
-
}
|
|
2121
|
-
function updateAddOnGroup2() {
|
|
2122
|
-
const payload = {};
|
|
2123
|
-
const getRequestOptions = updateAddOnGroup(payload);
|
|
2124
|
-
const getUrl = (context) => {
|
|
2125
|
-
const { url } = getRequestOptions(context);
|
|
2126
|
-
return url;
|
|
2127
|
-
};
|
|
2128
|
-
return {
|
|
2129
|
-
getUrl,
|
|
2130
|
-
httpMethod: "POST",
|
|
2131
|
-
path: "/v2/services/add-on-groups/update",
|
|
2132
|
-
pathParams: {},
|
|
2133
|
-
__requestType: null,
|
|
2134
|
-
__originalRequestType: null,
|
|
2135
|
-
__responseType: null,
|
|
2136
|
-
__originalResponseType: null
|
|
2137
|
-
};
|
|
2138
|
-
}
|
|
2139
|
-
function listAddOnGroupsByServiceId2() {
|
|
2140
|
-
const payload = {};
|
|
2141
|
-
const getRequestOptions = listAddOnGroupsByServiceId(payload);
|
|
2142
|
-
const getUrl = (context) => {
|
|
2143
|
-
const { url } = getRequestOptions(context);
|
|
2144
|
-
return url;
|
|
2145
|
-
};
|
|
2146
|
-
return {
|
|
2147
|
-
getUrl,
|
|
2148
|
-
httpMethod: "POST",
|
|
2149
|
-
path: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
2150
|
-
pathParams: {},
|
|
2151
|
-
__requestType: null,
|
|
2152
|
-
__originalRequestType: null,
|
|
2153
|
-
__responseType: null,
|
|
2154
|
-
__originalResponseType: null
|
|
2155
|
-
};
|
|
2156
|
-
}
|
|
2157
|
-
function setAddOnsForGroup2() {
|
|
2158
|
-
const payload = {};
|
|
2159
|
-
const getRequestOptions = setAddOnsForGroup(payload);
|
|
2160
|
-
const getUrl = (context) => {
|
|
2161
|
-
const { url } = getRequestOptions(context);
|
|
2162
|
-
return url;
|
|
2163
|
-
};
|
|
2164
|
-
return {
|
|
2165
|
-
getUrl,
|
|
2166
|
-
httpMethod: "POST",
|
|
2167
|
-
path: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
2168
|
-
pathParams: {},
|
|
2169
|
-
__requestType: null,
|
|
2170
|
-
__originalRequestType: null,
|
|
2171
|
-
__responseType: null,
|
|
2172
|
-
__originalResponseType: null
|
|
2173
|
-
};
|
|
2174
|
-
}
|
|
2175
|
-
function validateAddOnsSelection2() {
|
|
2176
|
-
const payload = {};
|
|
2177
|
-
const getRequestOptions = validateAddOnsSelection(payload);
|
|
2178
|
-
const getUrl = (context) => {
|
|
2179
|
-
const { url } = getRequestOptions(context);
|
|
2180
|
-
return url;
|
|
2181
|
-
};
|
|
2182
|
-
return {
|
|
2183
|
-
getUrl,
|
|
2184
|
-
httpMethod: "POST",
|
|
2185
|
-
path: "/v2/services/add-on-groups/validate-add-ons-selection",
|
|
2186
|
-
pathParams: {},
|
|
2187
|
-
__requestType: null,
|
|
2188
|
-
__originalRequestType: null,
|
|
2189
|
-
__responseType: null,
|
|
2190
|
-
__originalResponseType: null
|
|
2191
|
-
};
|
|
2192
|
-
}
|
|
2193
2193
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2194
2194
|
0 && (module.exports = {
|
|
2195
2195
|
bulkCreateServices,
|