@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
|
@@ -7,7 +7,7 @@ import { transformRESTTimestampToSDKTimestamp } from "@wix/sdk-runtime/transform
|
|
|
7
7
|
import { transformSDKFieldMaskToRESTFieldMask } from "@wix/sdk-runtime/transformations/field-mask";
|
|
8
8
|
import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths";
|
|
9
9
|
import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
|
|
10
|
-
function
|
|
10
|
+
function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
11
11
|
const domainToMappings = {
|
|
12
12
|
"*.dev.wix-code.com": [
|
|
13
13
|
{
|
|
@@ -31,6 +31,10 @@ function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
|
31
31
|
{
|
|
32
32
|
srcPath: "/bookings/v2/bulk/services",
|
|
33
33
|
destPath: "/v2/bulk/services"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
srcPath: "/bookings/services/v2/bulk/services",
|
|
37
|
+
destPath: "/v2/bulk/services"
|
|
34
38
|
}
|
|
35
39
|
],
|
|
36
40
|
"manage._base_domain_": [
|
|
@@ -118,7 +122,7 @@ function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
|
118
122
|
};
|
|
119
123
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
120
124
|
}
|
|
121
|
-
function
|
|
125
|
+
function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
122
126
|
const domainToMappings = {
|
|
123
127
|
"*.dev.wix-code.com": [
|
|
124
128
|
{
|
|
@@ -142,6 +146,10 @@ function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
|
142
146
|
{
|
|
143
147
|
srcPath: "/bookings/v2/bulk/services",
|
|
144
148
|
destPath: "/v2/bulk/services"
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
srcPath: "/bookings/services/v2/bulk/services",
|
|
152
|
+
destPath: "/v2/bulk/services"
|
|
145
153
|
}
|
|
146
154
|
],
|
|
147
155
|
"manage._base_domain_": [
|
|
@@ -230,6 +238,102 @@ function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
|
230
238
|
return resolveUrl(Object.assign(opts, { domainToMappings }));
|
|
231
239
|
}
|
|
232
240
|
var PACKAGE_NAME = "@wix/auto_sdk_bookings_services";
|
|
241
|
+
function createAddOnGroup(payload) {
|
|
242
|
+
function __createAddOnGroup({ host }) {
|
|
243
|
+
const metadata = {
|
|
244
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
245
|
+
method: "POST",
|
|
246
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.CreateAddOnGroup",
|
|
247
|
+
packageName: PACKAGE_NAME,
|
|
248
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
249
|
+
protoPath: "/v2/services/add-on-groups/create",
|
|
250
|
+
data: payload,
|
|
251
|
+
host
|
|
252
|
+
}),
|
|
253
|
+
data: payload
|
|
254
|
+
};
|
|
255
|
+
return metadata;
|
|
256
|
+
}
|
|
257
|
+
return __createAddOnGroup;
|
|
258
|
+
}
|
|
259
|
+
function deleteAddOnGroup(payload) {
|
|
260
|
+
function __deleteAddOnGroup({ host }) {
|
|
261
|
+
const metadata = {
|
|
262
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
263
|
+
method: "POST",
|
|
264
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.DeleteAddOnGroup",
|
|
265
|
+
packageName: PACKAGE_NAME,
|
|
266
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
267
|
+
protoPath: "/v2/services/add-on-groups/delete",
|
|
268
|
+
data: payload,
|
|
269
|
+
host
|
|
270
|
+
}),
|
|
271
|
+
data: payload
|
|
272
|
+
};
|
|
273
|
+
return metadata;
|
|
274
|
+
}
|
|
275
|
+
return __deleteAddOnGroup;
|
|
276
|
+
}
|
|
277
|
+
function updateAddOnGroup(payload) {
|
|
278
|
+
function __updateAddOnGroup({ host }) {
|
|
279
|
+
const serializedData = transformPaths(payload, [
|
|
280
|
+
{
|
|
281
|
+
transformFn: transformSDKFieldMaskToRESTFieldMask,
|
|
282
|
+
paths: [{ path: "mask" }]
|
|
283
|
+
}
|
|
284
|
+
]);
|
|
285
|
+
const metadata = {
|
|
286
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
287
|
+
method: "POST",
|
|
288
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.UpdateAddOnGroup",
|
|
289
|
+
packageName: PACKAGE_NAME,
|
|
290
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
291
|
+
protoPath: "/v2/services/add-on-groups/update",
|
|
292
|
+
data: serializedData,
|
|
293
|
+
host
|
|
294
|
+
}),
|
|
295
|
+
data: serializedData
|
|
296
|
+
};
|
|
297
|
+
return metadata;
|
|
298
|
+
}
|
|
299
|
+
return __updateAddOnGroup;
|
|
300
|
+
}
|
|
301
|
+
function listAddOnGroupsByServiceId(payload) {
|
|
302
|
+
function __listAddOnGroupsByServiceId({ host }) {
|
|
303
|
+
const metadata = {
|
|
304
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
305
|
+
method: "POST",
|
|
306
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.ListAddOnGroupsByServiceId",
|
|
307
|
+
packageName: PACKAGE_NAME,
|
|
308
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
309
|
+
protoPath: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
310
|
+
data: payload,
|
|
311
|
+
host
|
|
312
|
+
}),
|
|
313
|
+
data: payload
|
|
314
|
+
};
|
|
315
|
+
return metadata;
|
|
316
|
+
}
|
|
317
|
+
return __listAddOnGroupsByServiceId;
|
|
318
|
+
}
|
|
319
|
+
function setAddOnsForGroup(payload) {
|
|
320
|
+
function __setAddOnsForGroup({ host }) {
|
|
321
|
+
const metadata = {
|
|
322
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
323
|
+
method: "POST",
|
|
324
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.SetAddOnsForGroup",
|
|
325
|
+
packageName: PACKAGE_NAME,
|
|
326
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
327
|
+
protoPath: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
328
|
+
data: payload,
|
|
329
|
+
host
|
|
330
|
+
}),
|
|
331
|
+
data: payload
|
|
332
|
+
};
|
|
333
|
+
return metadata;
|
|
334
|
+
}
|
|
335
|
+
return __setAddOnsForGroup;
|
|
336
|
+
}
|
|
233
337
|
function createService(payload) {
|
|
234
338
|
function __createService({ host }) {
|
|
235
339
|
const serializedData = transformPaths(payload, [
|
|
@@ -1513,122 +1617,98 @@ function cloneService(payload) {
|
|
|
1513
1617
|
}
|
|
1514
1618
|
return __cloneService;
|
|
1515
1619
|
}
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
}
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
function __deleteAddOnGroup({ host }) {
|
|
1536
|
-
const metadata = {
|
|
1537
|
-
entityFqdn: "wix.bookings.services.v2.service",
|
|
1538
|
-
method: "POST",
|
|
1539
|
-
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.DeleteAddOnGroup",
|
|
1540
|
-
packageName: PACKAGE_NAME,
|
|
1541
|
-
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
1542
|
-
protoPath: "/v2/services/add-on-groups/delete",
|
|
1543
|
-
data: payload,
|
|
1544
|
-
host
|
|
1545
|
-
}),
|
|
1546
|
-
data: payload
|
|
1547
|
-
};
|
|
1548
|
-
return metadata;
|
|
1549
|
-
}
|
|
1550
|
-
return __deleteAddOnGroup;
|
|
1620
|
+
|
|
1621
|
+
// src/bookings-services-v2-service-services.meta.ts
|
|
1622
|
+
function createAddOnGroup2() {
|
|
1623
|
+
const payload = {};
|
|
1624
|
+
const getRequestOptions = createAddOnGroup(payload);
|
|
1625
|
+
const getUrl = (context) => {
|
|
1626
|
+
const { url } = getRequestOptions(context);
|
|
1627
|
+
return url;
|
|
1628
|
+
};
|
|
1629
|
+
return {
|
|
1630
|
+
getUrl,
|
|
1631
|
+
httpMethod: "POST",
|
|
1632
|
+
path: "/v2/services/add-on-groups/create",
|
|
1633
|
+
pathParams: {},
|
|
1634
|
+
__requestType: null,
|
|
1635
|
+
__originalRequestType: null,
|
|
1636
|
+
__responseType: null,
|
|
1637
|
+
__originalResponseType: null
|
|
1638
|
+
};
|
|
1551
1639
|
}
|
|
1552
|
-
function
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
}),
|
|
1570
|
-
data: serializedData
|
|
1571
|
-
};
|
|
1572
|
-
return metadata;
|
|
1573
|
-
}
|
|
1574
|
-
return __updateAddOnGroup;
|
|
1640
|
+
function deleteAddOnGroup2() {
|
|
1641
|
+
const payload = {};
|
|
1642
|
+
const getRequestOptions = deleteAddOnGroup(payload);
|
|
1643
|
+
const getUrl = (context) => {
|
|
1644
|
+
const { url } = getRequestOptions(context);
|
|
1645
|
+
return url;
|
|
1646
|
+
};
|
|
1647
|
+
return {
|
|
1648
|
+
getUrl,
|
|
1649
|
+
httpMethod: "POST",
|
|
1650
|
+
path: "/v2/services/add-on-groups/delete",
|
|
1651
|
+
pathParams: {},
|
|
1652
|
+
__requestType: null,
|
|
1653
|
+
__originalRequestType: null,
|
|
1654
|
+
__responseType: null,
|
|
1655
|
+
__originalResponseType: null
|
|
1656
|
+
};
|
|
1575
1657
|
}
|
|
1576
|
-
function
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1658
|
+
function updateAddOnGroup2() {
|
|
1659
|
+
const payload = {};
|
|
1660
|
+
const getRequestOptions = updateAddOnGroup(payload);
|
|
1661
|
+
const getUrl = (context) => {
|
|
1662
|
+
const { url } = getRequestOptions(context);
|
|
1663
|
+
return url;
|
|
1664
|
+
};
|
|
1665
|
+
return {
|
|
1666
|
+
getUrl,
|
|
1667
|
+
httpMethod: "POST",
|
|
1668
|
+
path: "/v2/services/add-on-groups/update",
|
|
1669
|
+
pathParams: {},
|
|
1670
|
+
__requestType: null,
|
|
1671
|
+
__originalRequestType: null,
|
|
1672
|
+
__responseType: null,
|
|
1673
|
+
__originalResponseType: null
|
|
1674
|
+
};
|
|
1593
1675
|
}
|
|
1594
|
-
function
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1676
|
+
function listAddOnGroupsByServiceId2() {
|
|
1677
|
+
const payload = {};
|
|
1678
|
+
const getRequestOptions = listAddOnGroupsByServiceId(payload);
|
|
1679
|
+
const getUrl = (context) => {
|
|
1680
|
+
const { url } = getRequestOptions(context);
|
|
1681
|
+
return url;
|
|
1682
|
+
};
|
|
1683
|
+
return {
|
|
1684
|
+
getUrl,
|
|
1685
|
+
httpMethod: "POST",
|
|
1686
|
+
path: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
1687
|
+
pathParams: {},
|
|
1688
|
+
__requestType: null,
|
|
1689
|
+
__originalRequestType: null,
|
|
1690
|
+
__responseType: null,
|
|
1691
|
+
__originalResponseType: null
|
|
1692
|
+
};
|
|
1611
1693
|
}
|
|
1612
|
-
function
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1694
|
+
function setAddOnsForGroup2() {
|
|
1695
|
+
const payload = {};
|
|
1696
|
+
const getRequestOptions = setAddOnsForGroup(payload);
|
|
1697
|
+
const getUrl = (context) => {
|
|
1698
|
+
const { url } = getRequestOptions(context);
|
|
1699
|
+
return url;
|
|
1700
|
+
};
|
|
1701
|
+
return {
|
|
1702
|
+
getUrl,
|
|
1703
|
+
httpMethod: "POST",
|
|
1704
|
+
path: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
1705
|
+
pathParams: {},
|
|
1706
|
+
__requestType: null,
|
|
1707
|
+
__originalRequestType: null,
|
|
1708
|
+
__responseType: null,
|
|
1709
|
+
__originalResponseType: null
|
|
1710
|
+
};
|
|
1629
1711
|
}
|
|
1630
|
-
|
|
1631
|
-
// src/bookings-services-v2-service-services.meta.ts
|
|
1632
1712
|
function createService2() {
|
|
1633
1713
|
const payload = {};
|
|
1634
1714
|
const getRequestOptions = createService(payload);
|
|
@@ -2029,114 +2109,6 @@ function cloneService2() {
|
|
|
2029
2109
|
__originalResponseType: null
|
|
2030
2110
|
};
|
|
2031
2111
|
}
|
|
2032
|
-
function createAddOnGroup2() {
|
|
2033
|
-
const payload = {};
|
|
2034
|
-
const getRequestOptions = createAddOnGroup(payload);
|
|
2035
|
-
const getUrl = (context) => {
|
|
2036
|
-
const { url } = getRequestOptions(context);
|
|
2037
|
-
return url;
|
|
2038
|
-
};
|
|
2039
|
-
return {
|
|
2040
|
-
getUrl,
|
|
2041
|
-
httpMethod: "POST",
|
|
2042
|
-
path: "/v2/services/add-on-groups/create",
|
|
2043
|
-
pathParams: {},
|
|
2044
|
-
__requestType: null,
|
|
2045
|
-
__originalRequestType: null,
|
|
2046
|
-
__responseType: null,
|
|
2047
|
-
__originalResponseType: null
|
|
2048
|
-
};
|
|
2049
|
-
}
|
|
2050
|
-
function deleteAddOnGroup2() {
|
|
2051
|
-
const payload = {};
|
|
2052
|
-
const getRequestOptions = deleteAddOnGroup(payload);
|
|
2053
|
-
const getUrl = (context) => {
|
|
2054
|
-
const { url } = getRequestOptions(context);
|
|
2055
|
-
return url;
|
|
2056
|
-
};
|
|
2057
|
-
return {
|
|
2058
|
-
getUrl,
|
|
2059
|
-
httpMethod: "POST",
|
|
2060
|
-
path: "/v2/services/add-on-groups/delete",
|
|
2061
|
-
pathParams: {},
|
|
2062
|
-
__requestType: null,
|
|
2063
|
-
__originalRequestType: null,
|
|
2064
|
-
__responseType: null,
|
|
2065
|
-
__originalResponseType: null
|
|
2066
|
-
};
|
|
2067
|
-
}
|
|
2068
|
-
function updateAddOnGroup2() {
|
|
2069
|
-
const payload = {};
|
|
2070
|
-
const getRequestOptions = updateAddOnGroup(payload);
|
|
2071
|
-
const getUrl = (context) => {
|
|
2072
|
-
const { url } = getRequestOptions(context);
|
|
2073
|
-
return url;
|
|
2074
|
-
};
|
|
2075
|
-
return {
|
|
2076
|
-
getUrl,
|
|
2077
|
-
httpMethod: "POST",
|
|
2078
|
-
path: "/v2/services/add-on-groups/update",
|
|
2079
|
-
pathParams: {},
|
|
2080
|
-
__requestType: null,
|
|
2081
|
-
__originalRequestType: null,
|
|
2082
|
-
__responseType: null,
|
|
2083
|
-
__originalResponseType: null
|
|
2084
|
-
};
|
|
2085
|
-
}
|
|
2086
|
-
function listAddOnGroupsByServiceId2() {
|
|
2087
|
-
const payload = {};
|
|
2088
|
-
const getRequestOptions = listAddOnGroupsByServiceId(payload);
|
|
2089
|
-
const getUrl = (context) => {
|
|
2090
|
-
const { url } = getRequestOptions(context);
|
|
2091
|
-
return url;
|
|
2092
|
-
};
|
|
2093
|
-
return {
|
|
2094
|
-
getUrl,
|
|
2095
|
-
httpMethod: "POST",
|
|
2096
|
-
path: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
2097
|
-
pathParams: {},
|
|
2098
|
-
__requestType: null,
|
|
2099
|
-
__originalRequestType: null,
|
|
2100
|
-
__responseType: null,
|
|
2101
|
-
__originalResponseType: null
|
|
2102
|
-
};
|
|
2103
|
-
}
|
|
2104
|
-
function setAddOnsForGroup2() {
|
|
2105
|
-
const payload = {};
|
|
2106
|
-
const getRequestOptions = setAddOnsForGroup(payload);
|
|
2107
|
-
const getUrl = (context) => {
|
|
2108
|
-
const { url } = getRequestOptions(context);
|
|
2109
|
-
return url;
|
|
2110
|
-
};
|
|
2111
|
-
return {
|
|
2112
|
-
getUrl,
|
|
2113
|
-
httpMethod: "POST",
|
|
2114
|
-
path: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
2115
|
-
pathParams: {},
|
|
2116
|
-
__requestType: null,
|
|
2117
|
-
__originalRequestType: null,
|
|
2118
|
-
__responseType: null,
|
|
2119
|
-
__originalResponseType: null
|
|
2120
|
-
};
|
|
2121
|
-
}
|
|
2122
|
-
function validateAddOnsSelection2() {
|
|
2123
|
-
const payload = {};
|
|
2124
|
-
const getRequestOptions = validateAddOnsSelection(payload);
|
|
2125
|
-
const getUrl = (context) => {
|
|
2126
|
-
const { url } = getRequestOptions(context);
|
|
2127
|
-
return url;
|
|
2128
|
-
};
|
|
2129
|
-
return {
|
|
2130
|
-
getUrl,
|
|
2131
|
-
httpMethod: "POST",
|
|
2132
|
-
path: "/v2/services/add-on-groups/validate-add-ons-selection",
|
|
2133
|
-
pathParams: {},
|
|
2134
|
-
__requestType: null,
|
|
2135
|
-
__originalRequestType: null,
|
|
2136
|
-
__responseType: null,
|
|
2137
|
-
__originalResponseType: null
|
|
2138
|
-
};
|
|
2139
|
-
}
|
|
2140
2112
|
export {
|
|
2141
2113
|
bulkCreateServices2 as bulkCreateServices,
|
|
2142
2114
|
bulkDeleteServices2 as bulkDeleteServices,
|
|
@@ -2164,7 +2136,6 @@ export {
|
|
|
2164
2136
|
setServiceLocations2 as setServiceLocations,
|
|
2165
2137
|
updateAddOnGroup2 as updateAddOnGroup,
|
|
2166
2138
|
updateService2 as updateService,
|
|
2167
|
-
validateAddOnsSelection2 as validateAddOnsSelection,
|
|
2168
2139
|
validateSlug2 as validateSlug
|
|
2169
2140
|
};
|
|
2170
2141
|
//# sourceMappingURL=meta.mjs.map
|