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