@wix/auto_sdk_bookings_services 1.0.141 → 1.0.143
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-2oircAIS.d.ts} +319 -295
- package/build/cjs/index.d.ts +77 -77
- package/build/cjs/index.js +328 -312
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +291 -275
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +188 -164
- package/build/cjs/meta.js +219 -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-2oircAIS.d.mts} +319 -295
- package/build/es/index.d.mts +77 -77
- package/build/es/index.mjs +326 -312
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +289 -275
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +188 -164
- package/build/es/meta.mjs +217 -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-2oircAIS.d.ts} +319 -295
- package/build/internal/cjs/index.d.ts +77 -77
- package/build/internal/cjs/index.js +328 -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 +291 -275
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +188 -164
- package/build/internal/cjs/meta.js +219 -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-2oircAIS.d.mts} +319 -295
- package/build/internal/es/index.d.mts +77 -77
- package/build/internal/es/index.mjs +326 -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 +289 -275
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +188 -164
- package/build/internal/es/meta.mjs +217 -203
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -26,6 +26,7 @@ __export(meta_exports, {
|
|
|
26
26
|
BenefitTypeOriginal: () => BenefitType,
|
|
27
27
|
CategoryNotificationEventOriginal: () => CategoryNotificationEvent,
|
|
28
28
|
CloneErrorsOriginal: () => CloneErrors,
|
|
29
|
+
CompletionRequirementOriginal: () => CompletionRequirement,
|
|
29
30
|
CrudTypeOriginal: () => CrudType,
|
|
30
31
|
DayOfWeekOriginal: () => DayOfWeek,
|
|
31
32
|
EventOriginal: () => Event,
|
|
@@ -48,6 +49,7 @@ __export(meta_exports, {
|
|
|
48
49
|
SortingMethodTypeOriginal: () => SortingMethodType,
|
|
49
50
|
StatusOriginal: () => Status,
|
|
50
51
|
TaxableAddressTypeOriginal: () => TaxableAddressType,
|
|
52
|
+
TimingOriginal: () => Timing,
|
|
51
53
|
V2RequestedFieldsOriginal: () => V2RequestedFields,
|
|
52
54
|
WebhookIdentityTypeOriginal: () => WebhookIdentityType,
|
|
53
55
|
bulkCreateServices: () => bulkCreateServices2,
|
|
@@ -89,7 +91,7 @@ var import_timestamp2 = require("@wix/sdk-runtime/transformations/timestamp");
|
|
|
89
91
|
var import_field_mask = require("@wix/sdk-runtime/transformations/field-mask");
|
|
90
92
|
var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
91
93
|
var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
92
|
-
function
|
|
94
|
+
function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
93
95
|
const domainToMappings = {
|
|
94
96
|
"*.dev.wix-code.com": [
|
|
95
97
|
{
|
|
@@ -204,7 +206,7 @@ function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
|
204
206
|
};
|
|
205
207
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
206
208
|
}
|
|
207
|
-
function
|
|
209
|
+
function resolveWixBookingsServicesV2AddOnGroupsServiceUrl(opts) {
|
|
208
210
|
const domainToMappings = {
|
|
209
211
|
"*.dev.wix-code.com": [
|
|
210
212
|
{
|
|
@@ -320,6 +322,117 @@ function resolveWixBookingsServicesV2ServicesServiceUrl(opts) {
|
|
|
320
322
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
321
323
|
}
|
|
322
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
|
+
}
|
|
323
436
|
function createService(payload) {
|
|
324
437
|
function __createService({ host }) {
|
|
325
438
|
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
@@ -1669,117 +1782,6 @@ function cloneService(payload) {
|
|
|
1669
1782
|
}
|
|
1670
1783
|
return __cloneService;
|
|
1671
1784
|
}
|
|
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
1785
|
|
|
1784
1786
|
// src/bookings-services-v2-service-services.types.ts
|
|
1785
1787
|
var ServiceType = /* @__PURE__ */ ((ServiceType2) => {
|
|
@@ -1836,6 +1838,18 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
1836
1838
|
WebhookIdentityType2["APP"] = "APP";
|
|
1837
1839
|
return WebhookIdentityType2;
|
|
1838
1840
|
})(WebhookIdentityType || {});
|
|
1841
|
+
var Timing = /* @__PURE__ */ ((Timing2) => {
|
|
1842
|
+
Timing2["UNKNOWN_TIMING"] = "UNKNOWN_TIMING";
|
|
1843
|
+
Timing2["AFTER_BOOKING"] = "AFTER_BOOKING";
|
|
1844
|
+
Timing2["BEFORE_BOOKING"] = "BEFORE_BOOKING";
|
|
1845
|
+
return Timing2;
|
|
1846
|
+
})(Timing || {});
|
|
1847
|
+
var CompletionRequirement = /* @__PURE__ */ ((CompletionRequirement2) => {
|
|
1848
|
+
CompletionRequirement2["UNKNOWN_COMPLETION_REQUIREMENT"] = "UNKNOWN_COMPLETION_REQUIREMENT";
|
|
1849
|
+
CompletionRequirement2["OPTIONAL"] = "OPTIONAL";
|
|
1850
|
+
CompletionRequirement2["REQUIRED_BEFORE_BOOKING"] = "REQUIRED_BEFORE_BOOKING";
|
|
1851
|
+
return CompletionRequirement2;
|
|
1852
|
+
})(CompletionRequirement || {});
|
|
1839
1853
|
var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
|
|
1840
1854
|
V2RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
|
|
1841
1855
|
V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";
|
|
@@ -1980,6 +1994,96 @@ var ResolutionMethod = /* @__PURE__ */ ((ResolutionMethod2) => {
|
|
|
1980
1994
|
})(ResolutionMethod || {});
|
|
1981
1995
|
|
|
1982
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
|
+
}
|
|
1983
2087
|
function createService2() {
|
|
1984
2088
|
const payload = {};
|
|
1985
2089
|
const getRequestOptions = createService(payload);
|
|
@@ -2380,96 +2484,6 @@ function cloneService2() {
|
|
|
2380
2484
|
__originalResponseType: null
|
|
2381
2485
|
};
|
|
2382
2486
|
}
|
|
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
2487
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2474
2488
|
0 && (module.exports = {
|
|
2475
2489
|
ActionOriginal,
|
|
@@ -2478,6 +2492,7 @@ function setAddOnsForGroup2() {
|
|
|
2478
2492
|
BenefitTypeOriginal,
|
|
2479
2493
|
CategoryNotificationEventOriginal,
|
|
2480
2494
|
CloneErrorsOriginal,
|
|
2495
|
+
CompletionRequirementOriginal,
|
|
2481
2496
|
CrudTypeOriginal,
|
|
2482
2497
|
DayOfWeekOriginal,
|
|
2483
2498
|
EventOriginal,
|
|
@@ -2500,6 +2515,7 @@ function setAddOnsForGroup2() {
|
|
|
2500
2515
|
SortingMethodTypeOriginal,
|
|
2501
2516
|
StatusOriginal,
|
|
2502
2517
|
TaxableAddressTypeOriginal,
|
|
2518
|
+
TimingOriginal,
|
|
2503
2519
|
V2RequestedFieldsOriginal,
|
|
2504
2520
|
WebhookIdentityTypeOriginal,
|
|
2505
2521
|
bulkCreateServices,
|