@wix/auto_sdk_bookings_services 1.0.74 → 1.0.76
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-B0U0yEd2.d.ts} +269 -330
- package/build/cjs/index.d.ts +61 -70
- package/build/cjs/index.js +324 -376
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +287 -330
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +139 -174
- package/build/cjs/meta.js +193 -223
- 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-B0U0yEd2.d.mts} +269 -330
- package/build/es/index.d.mts +61 -70
- package/build/es/index.mjs +324 -375
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +287 -329
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +139 -174
- package/build/es/meta.mjs +193 -222
- 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-B0U0yEd2.d.ts} +269 -330
- package/build/internal/cjs/index.d.ts +61 -70
- package/build/internal/cjs/index.js +324 -376
- 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 +287 -330
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +139 -174
- package/build/internal/cjs/meta.js +193 -223
- 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-B0U0yEd2.d.mts} +269 -330
- package/build/internal/es/index.d.mts +61 -70
- package/build/internal/es/index.mjs +324 -375
- 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 +287 -329
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +139 -174
- package/build/internal/es/meta.mjs +193 -222
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -46,7 +46,6 @@ __export(meta_exports, {
|
|
|
46
46
|
setServiceLocations: () => setServiceLocations2,
|
|
47
47
|
updateAddOnGroup: () => updateAddOnGroup2,
|
|
48
48
|
updateService: () => updateService2,
|
|
49
|
-
validateAddOnsSelection: () => validateAddOnsSelection2,
|
|
50
49
|
validateSlug: () => validateSlug2
|
|
51
50
|
});
|
|
52
51
|
module.exports = __toCommonJS(meta_exports);
|
|
@@ -60,7 +59,7 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
|
|
|
60
59
|
var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
|
|
61
60
|
var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
62
61
|
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
63
|
-
function
|
|
62
|
+
function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
64
63
|
const domainToMappings = {
|
|
65
64
|
"*.dev.wix-code.com": [
|
|
66
65
|
{
|
|
@@ -84,6 +83,10 @@ function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
|
84
83
|
{
|
|
85
84
|
srcPath: "/bookings/v2/bulk/services",
|
|
86
85
|
destPath: "/v2/bulk/services"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
srcPath: "/bookings/services/v2/bulk/services",
|
|
89
|
+
destPath: "/v2/bulk/services"
|
|
87
90
|
}
|
|
88
91
|
],
|
|
89
92
|
"manage._base_domain_": [
|
|
@@ -171,7 +174,7 @@ function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
|
171
174
|
};
|
|
172
175
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
173
176
|
}
|
|
174
|
-
function
|
|
177
|
+
function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
175
178
|
const domainToMappings = {
|
|
176
179
|
"*.dev.wix-code.com": [
|
|
177
180
|
{
|
|
@@ -195,6 +198,10 @@ function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
|
195
198
|
{
|
|
196
199
|
srcPath: "/bookings/v2/bulk/services",
|
|
197
200
|
destPath: "/v2/bulk/services"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
srcPath: "/bookings/services/v2/bulk/services",
|
|
204
|
+
destPath: "/v2/bulk/services"
|
|
198
205
|
}
|
|
199
206
|
],
|
|
200
207
|
"manage._base_domain_": [
|
|
@@ -283,6 +290,102 @@ function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
|
283
290
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
284
291
|
}
|
|
285
292
|
var PACKAGE_NAME = "@wix/auto_sdk_bookings_services";
|
|
293
|
+
function createAddOnGroup(payload) {
|
|
294
|
+
function __createAddOnGroup({ host }) {
|
|
295
|
+
const metadata = {
|
|
296
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
297
|
+
method: "POST",
|
|
298
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.CreateAddOnGroup",
|
|
299
|
+
packageName: PACKAGE_NAME,
|
|
300
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
301
|
+
protoPath: "/v2/services/add-on-groups/create",
|
|
302
|
+
data: payload,
|
|
303
|
+
host
|
|
304
|
+
}),
|
|
305
|
+
data: payload
|
|
306
|
+
};
|
|
307
|
+
return metadata;
|
|
308
|
+
}
|
|
309
|
+
return __createAddOnGroup;
|
|
310
|
+
}
|
|
311
|
+
function deleteAddOnGroup(payload) {
|
|
312
|
+
function __deleteAddOnGroup({ host }) {
|
|
313
|
+
const metadata = {
|
|
314
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
315
|
+
method: "POST",
|
|
316
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.DeleteAddOnGroup",
|
|
317
|
+
packageName: PACKAGE_NAME,
|
|
318
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
319
|
+
protoPath: "/v2/services/add-on-groups/delete",
|
|
320
|
+
data: payload,
|
|
321
|
+
host
|
|
322
|
+
}),
|
|
323
|
+
data: payload
|
|
324
|
+
};
|
|
325
|
+
return metadata;
|
|
326
|
+
}
|
|
327
|
+
return __deleteAddOnGroup;
|
|
328
|
+
}
|
|
329
|
+
function updateAddOnGroup(payload) {
|
|
330
|
+
function __updateAddOnGroup({ host }) {
|
|
331
|
+
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
332
|
+
{
|
|
333
|
+
transformFn: import_field_mask.transformSDKFieldMaskToRESTFieldMask,
|
|
334
|
+
paths: [{ path: "mask" }]
|
|
335
|
+
}
|
|
336
|
+
]);
|
|
337
|
+
const metadata = {
|
|
338
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
339
|
+
method: "POST",
|
|
340
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.UpdateAddOnGroup",
|
|
341
|
+
packageName: PACKAGE_NAME,
|
|
342
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
343
|
+
protoPath: "/v2/services/add-on-groups/update",
|
|
344
|
+
data: serializedData,
|
|
345
|
+
host
|
|
346
|
+
}),
|
|
347
|
+
data: serializedData
|
|
348
|
+
};
|
|
349
|
+
return metadata;
|
|
350
|
+
}
|
|
351
|
+
return __updateAddOnGroup;
|
|
352
|
+
}
|
|
353
|
+
function listAddOnGroupsByServiceId(payload) {
|
|
354
|
+
function __listAddOnGroupsByServiceId({ host }) {
|
|
355
|
+
const metadata = {
|
|
356
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
357
|
+
method: "POST",
|
|
358
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.ListAddOnGroupsByServiceId",
|
|
359
|
+
packageName: PACKAGE_NAME,
|
|
360
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
361
|
+
protoPath: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
362
|
+
data: payload,
|
|
363
|
+
host
|
|
364
|
+
}),
|
|
365
|
+
data: payload
|
|
366
|
+
};
|
|
367
|
+
return metadata;
|
|
368
|
+
}
|
|
369
|
+
return __listAddOnGroupsByServiceId;
|
|
370
|
+
}
|
|
371
|
+
function setAddOnsForGroup(payload) {
|
|
372
|
+
function __setAddOnsForGroup({ host }) {
|
|
373
|
+
const metadata = {
|
|
374
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
375
|
+
method: "POST",
|
|
376
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.SetAddOnsForGroup",
|
|
377
|
+
packageName: PACKAGE_NAME,
|
|
378
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
379
|
+
protoPath: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
380
|
+
data: payload,
|
|
381
|
+
host
|
|
382
|
+
}),
|
|
383
|
+
data: payload
|
|
384
|
+
};
|
|
385
|
+
return metadata;
|
|
386
|
+
}
|
|
387
|
+
return __setAddOnsForGroup;
|
|
388
|
+
}
|
|
286
389
|
function createService(payload) {
|
|
287
390
|
function __createService({ host }) {
|
|
288
391
|
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
@@ -1566,122 +1669,98 @@ function cloneService(payload) {
|
|
|
1566
1669
|
}
|
|
1567
1670
|
return __cloneService;
|
|
1568
1671
|
}
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
}
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
function __deleteAddOnGroup({ host }) {
|
|
1589
|
-
const metadata = {
|
|
1590
|
-
entityFqdn: "wix.bookings.services.v2.service",
|
|
1591
|
-
method: "POST",
|
|
1592
|
-
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.DeleteAddOnGroup",
|
|
1593
|
-
packageName: PACKAGE_NAME,
|
|
1594
|
-
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
1595
|
-
protoPath: "/v2/services/add-on-groups/delete",
|
|
1596
|
-
data: payload,
|
|
1597
|
-
host
|
|
1598
|
-
}),
|
|
1599
|
-
data: payload
|
|
1600
|
-
};
|
|
1601
|
-
return metadata;
|
|
1602
|
-
}
|
|
1603
|
-
return __deleteAddOnGroup;
|
|
1672
|
+
|
|
1673
|
+
// src/bookings-services-v2-service-services.meta.ts
|
|
1674
|
+
function createAddOnGroup2() {
|
|
1675
|
+
const payload = {};
|
|
1676
|
+
const getRequestOptions = createAddOnGroup(payload);
|
|
1677
|
+
const getUrl = (context) => {
|
|
1678
|
+
const { url } = getRequestOptions(context);
|
|
1679
|
+
return url;
|
|
1680
|
+
};
|
|
1681
|
+
return {
|
|
1682
|
+
getUrl,
|
|
1683
|
+
httpMethod: "POST",
|
|
1684
|
+
path: "/v2/services/add-on-groups/create",
|
|
1685
|
+
pathParams: {},
|
|
1686
|
+
__requestType: null,
|
|
1687
|
+
__originalRequestType: null,
|
|
1688
|
+
__responseType: null,
|
|
1689
|
+
__originalResponseType: null
|
|
1690
|
+
};
|
|
1604
1691
|
}
|
|
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;
|
|
1692
|
+
function deleteAddOnGroup2() {
|
|
1693
|
+
const payload = {};
|
|
1694
|
+
const getRequestOptions = deleteAddOnGroup(payload);
|
|
1695
|
+
const getUrl = (context) => {
|
|
1696
|
+
const { url } = getRequestOptions(context);
|
|
1697
|
+
return url;
|
|
1698
|
+
};
|
|
1699
|
+
return {
|
|
1700
|
+
getUrl,
|
|
1701
|
+
httpMethod: "POST",
|
|
1702
|
+
path: "/v2/services/add-on-groups/delete",
|
|
1703
|
+
pathParams: {},
|
|
1704
|
+
__requestType: null,
|
|
1705
|
+
__originalRequestType: null,
|
|
1706
|
+
__responseType: null,
|
|
1707
|
+
__originalResponseType: null
|
|
1708
|
+
};
|
|
1628
1709
|
}
|
|
1629
|
-
function
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1710
|
+
function updateAddOnGroup2() {
|
|
1711
|
+
const payload = {};
|
|
1712
|
+
const getRequestOptions = updateAddOnGroup(payload);
|
|
1713
|
+
const getUrl = (context) => {
|
|
1714
|
+
const { url } = getRequestOptions(context);
|
|
1715
|
+
return url;
|
|
1716
|
+
};
|
|
1717
|
+
return {
|
|
1718
|
+
getUrl,
|
|
1719
|
+
httpMethod: "POST",
|
|
1720
|
+
path: "/v2/services/add-on-groups/update",
|
|
1721
|
+
pathParams: {},
|
|
1722
|
+
__requestType: null,
|
|
1723
|
+
__originalRequestType: null,
|
|
1724
|
+
__responseType: null,
|
|
1725
|
+
__originalResponseType: null
|
|
1726
|
+
};
|
|
1646
1727
|
}
|
|
1647
|
-
function
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1728
|
+
function listAddOnGroupsByServiceId2() {
|
|
1729
|
+
const payload = {};
|
|
1730
|
+
const getRequestOptions = listAddOnGroupsByServiceId(payload);
|
|
1731
|
+
const getUrl = (context) => {
|
|
1732
|
+
const { url } = getRequestOptions(context);
|
|
1733
|
+
return url;
|
|
1734
|
+
};
|
|
1735
|
+
return {
|
|
1736
|
+
getUrl,
|
|
1737
|
+
httpMethod: "POST",
|
|
1738
|
+
path: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
1739
|
+
pathParams: {},
|
|
1740
|
+
__requestType: null,
|
|
1741
|
+
__originalRequestType: null,
|
|
1742
|
+
__responseType: null,
|
|
1743
|
+
__originalResponseType: null
|
|
1744
|
+
};
|
|
1664
1745
|
}
|
|
1665
|
-
function
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1746
|
+
function setAddOnsForGroup2() {
|
|
1747
|
+
const payload = {};
|
|
1748
|
+
const getRequestOptions = setAddOnsForGroup(payload);
|
|
1749
|
+
const getUrl = (context) => {
|
|
1750
|
+
const { url } = getRequestOptions(context);
|
|
1751
|
+
return url;
|
|
1752
|
+
};
|
|
1753
|
+
return {
|
|
1754
|
+
getUrl,
|
|
1755
|
+
httpMethod: "POST",
|
|
1756
|
+
path: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
1757
|
+
pathParams: {},
|
|
1758
|
+
__requestType: null,
|
|
1759
|
+
__originalRequestType: null,
|
|
1760
|
+
__responseType: null,
|
|
1761
|
+
__originalResponseType: null
|
|
1762
|
+
};
|
|
1682
1763
|
}
|
|
1683
|
-
|
|
1684
|
-
// src/bookings-services-v2-service-services.meta.ts
|
|
1685
1764
|
function createService2() {
|
|
1686
1765
|
const payload = {};
|
|
1687
1766
|
const getRequestOptions = createService(payload);
|
|
@@ -2082,114 +2161,6 @@ function cloneService2() {
|
|
|
2082
2161
|
__originalResponseType: null
|
|
2083
2162
|
};
|
|
2084
2163
|
}
|
|
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
2164
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2194
2165
|
0 && (module.exports = {
|
|
2195
2166
|
bulkCreateServices,
|
|
@@ -2218,7 +2189,6 @@ function validateAddOnsSelection2() {
|
|
|
2218
2189
|
setServiceLocations,
|
|
2219
2190
|
updateAddOnGroup,
|
|
2220
2191
|
updateService,
|
|
2221
|
-
validateAddOnsSelection,
|
|
2222
2192
|
validateSlug
|
|
2223
2193
|
});
|
|
2224
2194
|
//# sourceMappingURL=meta.js.map
|