@wix/auto_sdk_bookings_services 1.0.141 → 1.0.142
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-B4drRz1z.d.ts → bookings-services-v2-service-services.universal-Bk0wGwO4.d.ts} +288 -288
- package/build/cjs/index.d.ts +77 -77
- package/build/cjs/index.js +312 -312
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +275 -275
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +156 -156
- package/build/cjs/meta.js +203 -203
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-B4drRz1z.d.mts → bookings-services-v2-service-services.universal-Bk0wGwO4.d.mts} +288 -288
- package/build/es/index.d.mts +77 -77
- package/build/es/index.mjs +312 -312
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +275 -275
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +156 -156
- package/build/es/meta.mjs +203 -203
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-B4drRz1z.d.ts → bookings-services-v2-service-services.universal-Bk0wGwO4.d.ts} +288 -288
- package/build/internal/cjs/index.d.ts +77 -77
- package/build/internal/cjs/index.js +312 -312
- 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 +275 -275
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +156 -156
- package/build/internal/cjs/meta.js +203 -203
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-B4drRz1z.d.mts → bookings-services-v2-service-services.universal-Bk0wGwO4.d.mts} +288 -288
- package/build/internal/es/index.d.mts +77 -77
- package/build/internal/es/index.mjs +312 -312
- 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 +275 -275
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +156 -156
- package/build/internal/es/meta.mjs +203 -203
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -89,7 +89,7 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
|
|
|
89
89
|
var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
|
|
90
90
|
var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
91
91
|
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
92
|
-
function
|
|
92
|
+
function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
93
93
|
const domainToMappings = {
|
|
94
94
|
"*.dev.wix-code.com": [
|
|
95
95
|
{
|
|
@@ -204,7 +204,7 @@ function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
|
204
204
|
};
|
|
205
205
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
206
206
|
}
|
|
207
|
-
function
|
|
207
|
+
function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
208
208
|
const domainToMappings = {
|
|
209
209
|
"*.dev.wix-code.com": [
|
|
210
210
|
{
|
|
@@ -320,6 +320,117 @@ function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
|
320
320
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
321
321
|
}
|
|
322
322
|
var PACKAGE_NAME = "@wix/auto_sdk_bookings_services";
|
|
323
|
+
function createAddOnGroup(payload) {
|
|
324
|
+
function __createAddOnGroup({ host }) {
|
|
325
|
+
const metadata = {
|
|
326
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
327
|
+
method: "POST",
|
|
328
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.CreateAddOnGroup",
|
|
329
|
+
packageName: PACKAGE_NAME,
|
|
330
|
+
migrationOptions: {
|
|
331
|
+
optInTransformResponse: true
|
|
332
|
+
},
|
|
333
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
334
|
+
protoPath: "/v2/services/add-on-groups/create",
|
|
335
|
+
data: payload,
|
|
336
|
+
host
|
|
337
|
+
}),
|
|
338
|
+
data: payload
|
|
339
|
+
};
|
|
340
|
+
return metadata;
|
|
341
|
+
}
|
|
342
|
+
return __createAddOnGroup;
|
|
343
|
+
}
|
|
344
|
+
function deleteAddOnGroup(payload) {
|
|
345
|
+
function __deleteAddOnGroup({ host }) {
|
|
346
|
+
const metadata = {
|
|
347
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
348
|
+
method: "POST",
|
|
349
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.DeleteAddOnGroup",
|
|
350
|
+
packageName: PACKAGE_NAME,
|
|
351
|
+
migrationOptions: {
|
|
352
|
+
optInTransformResponse: true
|
|
353
|
+
},
|
|
354
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
355
|
+
protoPath: "/v2/services/add-on-groups/delete",
|
|
356
|
+
data: payload,
|
|
357
|
+
host
|
|
358
|
+
}),
|
|
359
|
+
data: payload
|
|
360
|
+
};
|
|
361
|
+
return metadata;
|
|
362
|
+
}
|
|
363
|
+
return __deleteAddOnGroup;
|
|
364
|
+
}
|
|
365
|
+
function updateAddOnGroup(payload) {
|
|
366
|
+
function __updateAddOnGroup({ host }) {
|
|
367
|
+
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
368
|
+
{
|
|
369
|
+
transformFn: import_field_mask.transformSDKFieldMaskToRESTFieldMask,
|
|
370
|
+
paths: [{ path: "mask" }]
|
|
371
|
+
}
|
|
372
|
+
]);
|
|
373
|
+
const metadata = {
|
|
374
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
375
|
+
method: "POST",
|
|
376
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.UpdateAddOnGroup",
|
|
377
|
+
packageName: PACKAGE_NAME,
|
|
378
|
+
migrationOptions: {
|
|
379
|
+
optInTransformResponse: true
|
|
380
|
+
},
|
|
381
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
382
|
+
protoPath: "/v2/services/add-on-groups/update",
|
|
383
|
+
data: serializedData,
|
|
384
|
+
host
|
|
385
|
+
}),
|
|
386
|
+
data: serializedData
|
|
387
|
+
};
|
|
388
|
+
return metadata;
|
|
389
|
+
}
|
|
390
|
+
return __updateAddOnGroup;
|
|
391
|
+
}
|
|
392
|
+
function listAddOnGroupsByServiceId(payload) {
|
|
393
|
+
function __listAddOnGroupsByServiceId({ host }) {
|
|
394
|
+
const metadata = {
|
|
395
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
396
|
+
method: "POST",
|
|
397
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.ListAddOnGroupsByServiceId",
|
|
398
|
+
packageName: PACKAGE_NAME,
|
|
399
|
+
migrationOptions: {
|
|
400
|
+
optInTransformResponse: true
|
|
401
|
+
},
|
|
402
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
403
|
+
protoPath: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
404
|
+
data: payload,
|
|
405
|
+
host
|
|
406
|
+
}),
|
|
407
|
+
data: payload
|
|
408
|
+
};
|
|
409
|
+
return metadata;
|
|
410
|
+
}
|
|
411
|
+
return __listAddOnGroupsByServiceId;
|
|
412
|
+
}
|
|
413
|
+
function setAddOnsForGroup(payload) {
|
|
414
|
+
function __setAddOnsForGroup({ host }) {
|
|
415
|
+
const metadata = {
|
|
416
|
+
entityFqdn: "wix.bookings.services.v2.service",
|
|
417
|
+
method: "POST",
|
|
418
|
+
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.SetAddOnsForGroup",
|
|
419
|
+
packageName: PACKAGE_NAME,
|
|
420
|
+
migrationOptions: {
|
|
421
|
+
optInTransformResponse: true
|
|
422
|
+
},
|
|
423
|
+
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
424
|
+
protoPath: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
425
|
+
data: payload,
|
|
426
|
+
host
|
|
427
|
+
}),
|
|
428
|
+
data: payload
|
|
429
|
+
};
|
|
430
|
+
return metadata;
|
|
431
|
+
}
|
|
432
|
+
return __setAddOnsForGroup;
|
|
433
|
+
}
|
|
323
434
|
function createService(payload) {
|
|
324
435
|
function __createService({ host }) {
|
|
325
436
|
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
@@ -1669,117 +1780,6 @@ function cloneService(payload) {
|
|
|
1669
1780
|
}
|
|
1670
1781
|
return __cloneService;
|
|
1671
1782
|
}
|
|
1672
|
-
function createAddOnGroup(payload) {
|
|
1673
|
-
function __createAddOnGroup({ host }) {
|
|
1674
|
-
const metadata = {
|
|
1675
|
-
entityFqdn: "wix.bookings.services.v2.service",
|
|
1676
|
-
method: "POST",
|
|
1677
|
-
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.CreateAddOnGroup",
|
|
1678
|
-
packageName: PACKAGE_NAME,
|
|
1679
|
-
migrationOptions: {
|
|
1680
|
-
optInTransformResponse: true
|
|
1681
|
-
},
|
|
1682
|
-
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
1683
|
-
protoPath: "/v2/services/add-on-groups/create",
|
|
1684
|
-
data: payload,
|
|
1685
|
-
host
|
|
1686
|
-
}),
|
|
1687
|
-
data: payload
|
|
1688
|
-
};
|
|
1689
|
-
return metadata;
|
|
1690
|
-
}
|
|
1691
|
-
return __createAddOnGroup;
|
|
1692
|
-
}
|
|
1693
|
-
function deleteAddOnGroup(payload) {
|
|
1694
|
-
function __deleteAddOnGroup({ host }) {
|
|
1695
|
-
const metadata = {
|
|
1696
|
-
entityFqdn: "wix.bookings.services.v2.service",
|
|
1697
|
-
method: "POST",
|
|
1698
|
-
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.DeleteAddOnGroup",
|
|
1699
|
-
packageName: PACKAGE_NAME,
|
|
1700
|
-
migrationOptions: {
|
|
1701
|
-
optInTransformResponse: true
|
|
1702
|
-
},
|
|
1703
|
-
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
1704
|
-
protoPath: "/v2/services/add-on-groups/delete",
|
|
1705
|
-
data: payload,
|
|
1706
|
-
host
|
|
1707
|
-
}),
|
|
1708
|
-
data: payload
|
|
1709
|
-
};
|
|
1710
|
-
return metadata;
|
|
1711
|
-
}
|
|
1712
|
-
return __deleteAddOnGroup;
|
|
1713
|
-
}
|
|
1714
|
-
function updateAddOnGroup(payload) {
|
|
1715
|
-
function __updateAddOnGroup({ host }) {
|
|
1716
|
-
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
1717
|
-
{
|
|
1718
|
-
transformFn: import_field_mask.transformSDKFieldMaskToRESTFieldMask,
|
|
1719
|
-
paths: [{ path: "mask" }]
|
|
1720
|
-
}
|
|
1721
|
-
]);
|
|
1722
|
-
const metadata = {
|
|
1723
|
-
entityFqdn: "wix.bookings.services.v2.service",
|
|
1724
|
-
method: "POST",
|
|
1725
|
-
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.UpdateAddOnGroup",
|
|
1726
|
-
packageName: PACKAGE_NAME,
|
|
1727
|
-
migrationOptions: {
|
|
1728
|
-
optInTransformResponse: true
|
|
1729
|
-
},
|
|
1730
|
-
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
1731
|
-
protoPath: "/v2/services/add-on-groups/update",
|
|
1732
|
-
data: serializedData,
|
|
1733
|
-
host
|
|
1734
|
-
}),
|
|
1735
|
-
data: serializedData
|
|
1736
|
-
};
|
|
1737
|
-
return metadata;
|
|
1738
|
-
}
|
|
1739
|
-
return __updateAddOnGroup;
|
|
1740
|
-
}
|
|
1741
|
-
function listAddOnGroupsByServiceId(payload) {
|
|
1742
|
-
function __listAddOnGroupsByServiceId({ host }) {
|
|
1743
|
-
const metadata = {
|
|
1744
|
-
entityFqdn: "wix.bookings.services.v2.service",
|
|
1745
|
-
method: "POST",
|
|
1746
|
-
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.ListAddOnGroupsByServiceId",
|
|
1747
|
-
packageName: PACKAGE_NAME,
|
|
1748
|
-
migrationOptions: {
|
|
1749
|
-
optInTransformResponse: true
|
|
1750
|
-
},
|
|
1751
|
-
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
1752
|
-
protoPath: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
1753
|
-
data: payload,
|
|
1754
|
-
host
|
|
1755
|
-
}),
|
|
1756
|
-
data: payload
|
|
1757
|
-
};
|
|
1758
|
-
return metadata;
|
|
1759
|
-
}
|
|
1760
|
-
return __listAddOnGroupsByServiceId;
|
|
1761
|
-
}
|
|
1762
|
-
function setAddOnsForGroup(payload) {
|
|
1763
|
-
function __setAddOnsForGroup({ host }) {
|
|
1764
|
-
const metadata = {
|
|
1765
|
-
entityFqdn: "wix.bookings.services.v2.service",
|
|
1766
|
-
method: "POST",
|
|
1767
|
-
methodFqn: "wix.bookings.services.v2.AddOnGroupsService.SetAddOnsForGroup",
|
|
1768
|
-
packageName: PACKAGE_NAME,
|
|
1769
|
-
migrationOptions: {
|
|
1770
|
-
optInTransformResponse: true
|
|
1771
|
-
},
|
|
1772
|
-
url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
|
|
1773
|
-
protoPath: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
1774
|
-
data: payload,
|
|
1775
|
-
host
|
|
1776
|
-
}),
|
|
1777
|
-
data: payload
|
|
1778
|
-
};
|
|
1779
|
-
return metadata;
|
|
1780
|
-
}
|
|
1781
|
-
return __setAddOnsForGroup;
|
|
1782
|
-
}
|
|
1783
1783
|
|
|
1784
1784
|
// src/bookings-services-v2-service-services.types.ts
|
|
1785
1785
|
var ServiceType = /* @__PURE__ */ ((ServiceType2) => {
|
|
@@ -1980,6 +1980,96 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
|
|
|
1980
1980
|
})(ResolutionMethod || {});
|
|
1981
1981
|
|
|
1982
1982
|
// src/bookings-services-v2-service-services.meta.ts
|
|
1983
|
+
function createAddOnGroup2() {
|
|
1984
|
+
const payload = {};
|
|
1985
|
+
const getRequestOptions = createAddOnGroup(payload);
|
|
1986
|
+
const getUrl = (context) => {
|
|
1987
|
+
const { url } = getRequestOptions(context);
|
|
1988
|
+
return url;
|
|
1989
|
+
};
|
|
1990
|
+
return {
|
|
1991
|
+
getUrl,
|
|
1992
|
+
httpMethod: "POST",
|
|
1993
|
+
path: "/v2/services/add-on-groups/create",
|
|
1994
|
+
pathParams: {},
|
|
1995
|
+
__requestType: null,
|
|
1996
|
+
__originalRequestType: null,
|
|
1997
|
+
__responseType: null,
|
|
1998
|
+
__originalResponseType: null
|
|
1999
|
+
};
|
|
2000
|
+
}
|
|
2001
|
+
function deleteAddOnGroup2() {
|
|
2002
|
+
const payload = {};
|
|
2003
|
+
const getRequestOptions = deleteAddOnGroup(payload);
|
|
2004
|
+
const getUrl = (context) => {
|
|
2005
|
+
const { url } = getRequestOptions(context);
|
|
2006
|
+
return url;
|
|
2007
|
+
};
|
|
2008
|
+
return {
|
|
2009
|
+
getUrl,
|
|
2010
|
+
httpMethod: "POST",
|
|
2011
|
+
path: "/v2/services/add-on-groups/delete",
|
|
2012
|
+
pathParams: {},
|
|
2013
|
+
__requestType: null,
|
|
2014
|
+
__originalRequestType: null,
|
|
2015
|
+
__responseType: null,
|
|
2016
|
+
__originalResponseType: null
|
|
2017
|
+
};
|
|
2018
|
+
}
|
|
2019
|
+
function updateAddOnGroup2() {
|
|
2020
|
+
const payload = {};
|
|
2021
|
+
const getRequestOptions = updateAddOnGroup(payload);
|
|
2022
|
+
const getUrl = (context) => {
|
|
2023
|
+
const { url } = getRequestOptions(context);
|
|
2024
|
+
return url;
|
|
2025
|
+
};
|
|
2026
|
+
return {
|
|
2027
|
+
getUrl,
|
|
2028
|
+
httpMethod: "POST",
|
|
2029
|
+
path: "/v2/services/add-on-groups/update",
|
|
2030
|
+
pathParams: {},
|
|
2031
|
+
__requestType: null,
|
|
2032
|
+
__originalRequestType: null,
|
|
2033
|
+
__responseType: null,
|
|
2034
|
+
__originalResponseType: null
|
|
2035
|
+
};
|
|
2036
|
+
}
|
|
2037
|
+
function listAddOnGroupsByServiceId2() {
|
|
2038
|
+
const payload = {};
|
|
2039
|
+
const getRequestOptions = listAddOnGroupsByServiceId(payload);
|
|
2040
|
+
const getUrl = (context) => {
|
|
2041
|
+
const { url } = getRequestOptions(context);
|
|
2042
|
+
return url;
|
|
2043
|
+
};
|
|
2044
|
+
return {
|
|
2045
|
+
getUrl,
|
|
2046
|
+
httpMethod: "POST",
|
|
2047
|
+
path: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
2048
|
+
pathParams: {},
|
|
2049
|
+
__requestType: null,
|
|
2050
|
+
__originalRequestType: null,
|
|
2051
|
+
__responseType: null,
|
|
2052
|
+
__originalResponseType: null
|
|
2053
|
+
};
|
|
2054
|
+
}
|
|
2055
|
+
function setAddOnsForGroup2() {
|
|
2056
|
+
const payload = {};
|
|
2057
|
+
const getRequestOptions = setAddOnsForGroup(payload);
|
|
2058
|
+
const getUrl = (context) => {
|
|
2059
|
+
const { url } = getRequestOptions(context);
|
|
2060
|
+
return url;
|
|
2061
|
+
};
|
|
2062
|
+
return {
|
|
2063
|
+
getUrl,
|
|
2064
|
+
httpMethod: "POST",
|
|
2065
|
+
path: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
2066
|
+
pathParams: {},
|
|
2067
|
+
__requestType: null,
|
|
2068
|
+
__originalRequestType: null,
|
|
2069
|
+
__responseType: null,
|
|
2070
|
+
__originalResponseType: null
|
|
2071
|
+
};
|
|
2072
|
+
}
|
|
1983
2073
|
function createService2() {
|
|
1984
2074
|
const payload = {};
|
|
1985
2075
|
const getRequestOptions = createService(payload);
|
|
@@ -2380,96 +2470,6 @@ function cloneService2() {
|
|
|
2380
2470
|
__originalResponseType: null
|
|
2381
2471
|
};
|
|
2382
2472
|
}
|
|
2383
|
-
function createAddOnGroup2() {
|
|
2384
|
-
const payload = {};
|
|
2385
|
-
const getRequestOptions = createAddOnGroup(payload);
|
|
2386
|
-
const getUrl = (context) => {
|
|
2387
|
-
const { url } = getRequestOptions(context);
|
|
2388
|
-
return url;
|
|
2389
|
-
};
|
|
2390
|
-
return {
|
|
2391
|
-
getUrl,
|
|
2392
|
-
httpMethod: "POST",
|
|
2393
|
-
path: "/v2/services/add-on-groups/create",
|
|
2394
|
-
pathParams: {},
|
|
2395
|
-
__requestType: null,
|
|
2396
|
-
__originalRequestType: null,
|
|
2397
|
-
__responseType: null,
|
|
2398
|
-
__originalResponseType: null
|
|
2399
|
-
};
|
|
2400
|
-
}
|
|
2401
|
-
function deleteAddOnGroup2() {
|
|
2402
|
-
const payload = {};
|
|
2403
|
-
const getRequestOptions = deleteAddOnGroup(payload);
|
|
2404
|
-
const getUrl = (context) => {
|
|
2405
|
-
const { url } = getRequestOptions(context);
|
|
2406
|
-
return url;
|
|
2407
|
-
};
|
|
2408
|
-
return {
|
|
2409
|
-
getUrl,
|
|
2410
|
-
httpMethod: "POST",
|
|
2411
|
-
path: "/v2/services/add-on-groups/delete",
|
|
2412
|
-
pathParams: {},
|
|
2413
|
-
__requestType: null,
|
|
2414
|
-
__originalRequestType: null,
|
|
2415
|
-
__responseType: null,
|
|
2416
|
-
__originalResponseType: null
|
|
2417
|
-
};
|
|
2418
|
-
}
|
|
2419
|
-
function updateAddOnGroup2() {
|
|
2420
|
-
const payload = {};
|
|
2421
|
-
const getRequestOptions = updateAddOnGroup(payload);
|
|
2422
|
-
const getUrl = (context) => {
|
|
2423
|
-
const { url } = getRequestOptions(context);
|
|
2424
|
-
return url;
|
|
2425
|
-
};
|
|
2426
|
-
return {
|
|
2427
|
-
getUrl,
|
|
2428
|
-
httpMethod: "POST",
|
|
2429
|
-
path: "/v2/services/add-on-groups/update",
|
|
2430
|
-
pathParams: {},
|
|
2431
|
-
__requestType: null,
|
|
2432
|
-
__originalRequestType: null,
|
|
2433
|
-
__responseType: null,
|
|
2434
|
-
__originalResponseType: null
|
|
2435
|
-
};
|
|
2436
|
-
}
|
|
2437
|
-
function listAddOnGroupsByServiceId2() {
|
|
2438
|
-
const payload = {};
|
|
2439
|
-
const getRequestOptions = listAddOnGroupsByServiceId(payload);
|
|
2440
|
-
const getUrl = (context) => {
|
|
2441
|
-
const { url } = getRequestOptions(context);
|
|
2442
|
-
return url;
|
|
2443
|
-
};
|
|
2444
|
-
return {
|
|
2445
|
-
getUrl,
|
|
2446
|
-
httpMethod: "POST",
|
|
2447
|
-
path: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
|
|
2448
|
-
pathParams: {},
|
|
2449
|
-
__requestType: null,
|
|
2450
|
-
__originalRequestType: null,
|
|
2451
|
-
__responseType: null,
|
|
2452
|
-
__originalResponseType: null
|
|
2453
|
-
};
|
|
2454
|
-
}
|
|
2455
|
-
function setAddOnsForGroup2() {
|
|
2456
|
-
const payload = {};
|
|
2457
|
-
const getRequestOptions = setAddOnsForGroup(payload);
|
|
2458
|
-
const getUrl = (context) => {
|
|
2459
|
-
const { url } = getRequestOptions(context);
|
|
2460
|
-
return url;
|
|
2461
|
-
};
|
|
2462
|
-
return {
|
|
2463
|
-
getUrl,
|
|
2464
|
-
httpMethod: "POST",
|
|
2465
|
-
path: "/v2/services/add-on-groups/set-add-ons-for-group",
|
|
2466
|
-
pathParams: {},
|
|
2467
|
-
__requestType: null,
|
|
2468
|
-
__originalRequestType: null,
|
|
2469
|
-
__responseType: null,
|
|
2470
|
-
__originalResponseType: null
|
|
2471
|
-
};
|
|
2472
|
-
}
|
|
2473
2473
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2474
2474
|
0 && (module.exports = {
|
|
2475
2475
|
ActionOriginal,
|