@wix/auto_sdk_bookings_services 1.0.132 → 1.0.133
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-C1G4Y8fa.d.ts → bookings-services-v2-service-services.universal-BdI6PnqP.d.ts} +279 -279
- package/build/cjs/index.d.ts +60 -60
- 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 +138 -138
- package/build/cjs/meta.js +200 -200
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-C1G4Y8fa.d.mts → bookings-services-v2-service-services.universal-BdI6PnqP.d.mts} +279 -279
- package/build/es/index.d.mts +60 -60
- 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 +138 -138
- package/build/es/meta.mjs +200 -200
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-C1G4Y8fa.d.ts → bookings-services-v2-service-services.universal-BdI6PnqP.d.ts} +279 -279
- package/build/internal/cjs/index.d.ts +60 -60
- 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 +138 -138
- package/build/internal/cjs/meta.js +200 -200
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-C1G4Y8fa.d.mts → bookings-services-v2-service-services.universal-BdI6PnqP.d.mts} +279 -279
- package/build/internal/es/index.d.mts +60 -60
- 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 +138 -138
- package/build/internal/es/meta.mjs +200 -200
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { bP as
|
|
1
|
+
import { bP as CreateAddOnGroupRequest$1, a as CreateAddOnGroupResponse$1, bQ as DeleteAddOnGroupRequest$1, bR as DeleteAddOnGroupResponse$1, bS as UpdateAddOnGroupRequest$1, c as UpdateAddOnGroupResponse$1, bT as ListAddOnGroupsByServiceIdRequest$1, e as ListAddOnGroupsByServiceIdResponse$1, bX as SetAddOnsForGroupRequest$1, f as SetAddOnsForGroupResponse$1, bY as CreateServiceRequest$1, bZ as CreateServiceResponse$1, c1 as BulkCreateServicesRequest$1, j as BulkCreateServicesResponse$1, c6 as GetServiceRequest$1, c7 as GetServiceResponse$1, cc as UpdateServiceRequest$1, cd as UpdateServiceResponse$1, ce as BulkUpdateServicesRequest$1, n as BulkUpdateServicesResponse$1, cg as BulkUpdateServicesByFilterRequest$1, p as BulkUpdateServicesByFilterResponse$1, ch as DeleteServiceRequest$1, cj as DeleteServiceResponse$1, ck as BulkDeleteServicesRequest$1, s as BulkDeleteServicesResponse$1, cl as BulkDeleteServicesByFilterRequest$1, u as BulkDeleteServicesByFilterResponse$1, cm as QueryServicesRequest$1, cs as QueryServicesResponse$1, cv as SearchServicesRequest$1, x as SearchServicesResponse$1, d7 as QueryPoliciesRequest$1, Q as QueryPoliciesResponse$1, da as QueryBookingFormsRequest$1, E as QueryBookingFormsResponse$1, de as CountServicesRequest$1, H as CountServicesResponse$1, df as QueryLocationsRequest$1, J as QueryLocationsResponse$1, dk as QueryCategoriesRequest$1, M as QueryCategoriesResponse$1, dp as SetServiceLocationsRequest$1, P as SetServiceLocationsResponse$1, dt as EnablePricingPlansForServiceRequest$1, R as EnablePricingPlansForServiceResponse$1, dv as DisablePricingPlansForServiceRequest$1, W as DisablePricingPlansForServiceResponse$1, dw as SetCustomSlugRequest$1, Z as SetCustomSlugResponse$1, dx as ValidateSlugRequest$1, a1 as ValidateSlugResponse$1, dy as CloneServiceRequest$1, a2 as CloneServiceResponse$1 } from './bookings-services-v2-service-services.universal-BdI6PnqP.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** The `service` object represents an offering that a business provides to its customers. */
|
|
@@ -1147,6 +1147,138 @@ declare enum TaxableAddressType {
|
|
|
1147
1147
|
}
|
|
1148
1148
|
/** @enumType */
|
|
1149
1149
|
type TaxableAddressTypeWithLiterals = TaxableAddressType | 'UNKNOWN_TAXABLE_ADDRESS_TYPE' | 'BUSINESS' | 'BILLING';
|
|
1150
|
+
interface CreateAddOnGroupRequest {
|
|
1151
|
+
/** AddOnGroup to create. */
|
|
1152
|
+
addOnGroup: AddOnGroup;
|
|
1153
|
+
/**
|
|
1154
|
+
* ID of the service to create the AddOnGroup for.
|
|
1155
|
+
* @format GUID
|
|
1156
|
+
*/
|
|
1157
|
+
serviceId?: string | null;
|
|
1158
|
+
}
|
|
1159
|
+
interface CreateAddOnGroupResponse {
|
|
1160
|
+
/** Created AddOnGroup. */
|
|
1161
|
+
addOnGroup?: AddOnGroup;
|
|
1162
|
+
}
|
|
1163
|
+
interface DeleteAddOnGroupRequest {
|
|
1164
|
+
/**
|
|
1165
|
+
* ID of the AddOnGroup to delete.
|
|
1166
|
+
* @format GUID
|
|
1167
|
+
*/
|
|
1168
|
+
addOnGroupId: string | null;
|
|
1169
|
+
/**
|
|
1170
|
+
* ID of the service from which to delete the AddOnGroup.
|
|
1171
|
+
* @format GUID
|
|
1172
|
+
*/
|
|
1173
|
+
serviceId: string | null;
|
|
1174
|
+
}
|
|
1175
|
+
interface DeleteAddOnGroupResponse {
|
|
1176
|
+
}
|
|
1177
|
+
interface UpdateAddOnGroupRequest {
|
|
1178
|
+
/** AddOnGroup to update. */
|
|
1179
|
+
addOnGroup: AddOnGroup;
|
|
1180
|
+
/**
|
|
1181
|
+
* ID of the service that contains the AddOnGroup.
|
|
1182
|
+
* @format GUID
|
|
1183
|
+
*/
|
|
1184
|
+
serviceId: string | null;
|
|
1185
|
+
}
|
|
1186
|
+
interface UpdateAddOnGroupResponse {
|
|
1187
|
+
/** Updated AddOnGroup */
|
|
1188
|
+
addOnGroup?: AddOnGroup;
|
|
1189
|
+
}
|
|
1190
|
+
interface ListAddOnGroupsByServiceIdRequest {
|
|
1191
|
+
/**
|
|
1192
|
+
* ID of the service to retrieve AddOnGroups for.
|
|
1193
|
+
* @format GUID
|
|
1194
|
+
*/
|
|
1195
|
+
serviceId: string | null;
|
|
1196
|
+
/**
|
|
1197
|
+
* List of group ids to return. If not provided, all groups are returned.
|
|
1198
|
+
* @format GUID
|
|
1199
|
+
* @maxSize 3
|
|
1200
|
+
*/
|
|
1201
|
+
groupIds?: string[] | null;
|
|
1202
|
+
}
|
|
1203
|
+
interface ListAddOnGroupsByServiceIdResponse {
|
|
1204
|
+
/**
|
|
1205
|
+
* List of group IDs and their linked AddOns.
|
|
1206
|
+
* @maxSize 3
|
|
1207
|
+
*/
|
|
1208
|
+
addOnGroupsDetails?: AddOnGroupDetail[];
|
|
1209
|
+
}
|
|
1210
|
+
interface AddOn extends AddOnAddOnInfoOneOf {
|
|
1211
|
+
/** The AddOn description. */
|
|
1212
|
+
durationInMinutes?: number;
|
|
1213
|
+
/** The AddOn max quantity. */
|
|
1214
|
+
maxQuantity?: number;
|
|
1215
|
+
/**
|
|
1216
|
+
* The AddOn ID.
|
|
1217
|
+
* @format GUID
|
|
1218
|
+
*/
|
|
1219
|
+
addOnId?: string | null;
|
|
1220
|
+
/**
|
|
1221
|
+
* The AddOn name.
|
|
1222
|
+
* @maxLength 100
|
|
1223
|
+
*/
|
|
1224
|
+
name?: string | null;
|
|
1225
|
+
/** The AddOn price. */
|
|
1226
|
+
price?: Money;
|
|
1227
|
+
}
|
|
1228
|
+
/** @oneof */
|
|
1229
|
+
interface AddOnAddOnInfoOneOf {
|
|
1230
|
+
/** The AddOn description. */
|
|
1231
|
+
durationInMinutes?: number;
|
|
1232
|
+
/** The AddOn max quantity. */
|
|
1233
|
+
maxQuantity?: number;
|
|
1234
|
+
}
|
|
1235
|
+
interface AddOnGroupDetail {
|
|
1236
|
+
/**
|
|
1237
|
+
* The group ID.
|
|
1238
|
+
* @format GUID
|
|
1239
|
+
*/
|
|
1240
|
+
groupId?: string | null;
|
|
1241
|
+
/** The group max number of AddOns. */
|
|
1242
|
+
maxNumberOfAddOns?: number | null;
|
|
1243
|
+
/**
|
|
1244
|
+
* The group name.
|
|
1245
|
+
* @maxLength 100
|
|
1246
|
+
*/
|
|
1247
|
+
groupName?: string | null;
|
|
1248
|
+
/**
|
|
1249
|
+
* The AddOns information linked to the group.
|
|
1250
|
+
* @maxSize 7
|
|
1251
|
+
*/
|
|
1252
|
+
addOns?: AddOn[];
|
|
1253
|
+
/**
|
|
1254
|
+
* The group prompt.
|
|
1255
|
+
* @maxLength 200
|
|
1256
|
+
*/
|
|
1257
|
+
prompt?: string | null;
|
|
1258
|
+
}
|
|
1259
|
+
interface SetAddOnsForGroupRequest {
|
|
1260
|
+
/**
|
|
1261
|
+
* The service ID to set AddOns for.
|
|
1262
|
+
* @format GUID
|
|
1263
|
+
*/
|
|
1264
|
+
serviceId: string | null;
|
|
1265
|
+
/**
|
|
1266
|
+
* The group ID to set AddOns for.
|
|
1267
|
+
* @format GUID
|
|
1268
|
+
*/
|
|
1269
|
+
groupId: string | null;
|
|
1270
|
+
/**
|
|
1271
|
+
* The IDs of AddOns to set.
|
|
1272
|
+
* @format GUID
|
|
1273
|
+
* @minSize 1
|
|
1274
|
+
* @maxSize 7
|
|
1275
|
+
*/
|
|
1276
|
+
addOnIds: string[] | null;
|
|
1277
|
+
}
|
|
1278
|
+
interface SetAddOnsForGroupResponse {
|
|
1279
|
+
/** The updated AddOnGroup. */
|
|
1280
|
+
addOnGroup?: AddOnGroup;
|
|
1281
|
+
}
|
|
1150
1282
|
interface CreateServiceRequest {
|
|
1151
1283
|
/** Service to create. */
|
|
1152
1284
|
service: Service;
|
|
@@ -2425,138 +2557,6 @@ declare enum CloneErrors {
|
|
|
2425
2557
|
}
|
|
2426
2558
|
/** @enumType */
|
|
2427
2559
|
type CloneErrorsWithLiterals = CloneErrors | 'OPTIONS_AND_VARIANTS' | 'FORM';
|
|
2428
|
-
interface CreateAddOnGroupRequest {
|
|
2429
|
-
/** AddOnGroup to create. */
|
|
2430
|
-
addOnGroup: AddOnGroup;
|
|
2431
|
-
/**
|
|
2432
|
-
* ID of the service to create the AddOnGroup for.
|
|
2433
|
-
* @format GUID
|
|
2434
|
-
*/
|
|
2435
|
-
serviceId?: string | null;
|
|
2436
|
-
}
|
|
2437
|
-
interface CreateAddOnGroupResponse {
|
|
2438
|
-
/** Created AddOnGroup. */
|
|
2439
|
-
addOnGroup?: AddOnGroup;
|
|
2440
|
-
}
|
|
2441
|
-
interface DeleteAddOnGroupRequest {
|
|
2442
|
-
/**
|
|
2443
|
-
* ID of the AddOnGroup to delete.
|
|
2444
|
-
* @format GUID
|
|
2445
|
-
*/
|
|
2446
|
-
addOnGroupId: string | null;
|
|
2447
|
-
/**
|
|
2448
|
-
* ID of the service from which to delete the AddOnGroup.
|
|
2449
|
-
* @format GUID
|
|
2450
|
-
*/
|
|
2451
|
-
serviceId: string | null;
|
|
2452
|
-
}
|
|
2453
|
-
interface DeleteAddOnGroupResponse {
|
|
2454
|
-
}
|
|
2455
|
-
interface UpdateAddOnGroupRequest {
|
|
2456
|
-
/** AddOnGroup to update. */
|
|
2457
|
-
addOnGroup: AddOnGroup;
|
|
2458
|
-
/**
|
|
2459
|
-
* ID of the service that contains the AddOnGroup.
|
|
2460
|
-
* @format GUID
|
|
2461
|
-
*/
|
|
2462
|
-
serviceId: string | null;
|
|
2463
|
-
}
|
|
2464
|
-
interface UpdateAddOnGroupResponse {
|
|
2465
|
-
/** Updated AddOnGroup */
|
|
2466
|
-
addOnGroup?: AddOnGroup;
|
|
2467
|
-
}
|
|
2468
|
-
interface ListAddOnGroupsByServiceIdRequest {
|
|
2469
|
-
/**
|
|
2470
|
-
* ID of the service to retrieve AddOnGroups for.
|
|
2471
|
-
* @format GUID
|
|
2472
|
-
*/
|
|
2473
|
-
serviceId: string | null;
|
|
2474
|
-
/**
|
|
2475
|
-
* List of group ids to return. If not provided, all groups are returned.
|
|
2476
|
-
* @format GUID
|
|
2477
|
-
* @maxSize 3
|
|
2478
|
-
*/
|
|
2479
|
-
groupIds?: string[] | null;
|
|
2480
|
-
}
|
|
2481
|
-
interface ListAddOnGroupsByServiceIdResponse {
|
|
2482
|
-
/**
|
|
2483
|
-
* List of group IDs and their linked AddOns.
|
|
2484
|
-
* @maxSize 3
|
|
2485
|
-
*/
|
|
2486
|
-
addOnGroupsDetails?: AddOnGroupDetail[];
|
|
2487
|
-
}
|
|
2488
|
-
interface AddOn extends AddOnAddOnInfoOneOf {
|
|
2489
|
-
/** The AddOn description. */
|
|
2490
|
-
durationInMinutes?: number;
|
|
2491
|
-
/** The AddOn max quantity. */
|
|
2492
|
-
maxQuantity?: number;
|
|
2493
|
-
/**
|
|
2494
|
-
* The AddOn ID.
|
|
2495
|
-
* @format GUID
|
|
2496
|
-
*/
|
|
2497
|
-
addOnId?: string | null;
|
|
2498
|
-
/**
|
|
2499
|
-
* The AddOn name.
|
|
2500
|
-
* @maxLength 100
|
|
2501
|
-
*/
|
|
2502
|
-
name?: string | null;
|
|
2503
|
-
/** The AddOn price. */
|
|
2504
|
-
price?: Money;
|
|
2505
|
-
}
|
|
2506
|
-
/** @oneof */
|
|
2507
|
-
interface AddOnAddOnInfoOneOf {
|
|
2508
|
-
/** The AddOn description. */
|
|
2509
|
-
durationInMinutes?: number;
|
|
2510
|
-
/** The AddOn max quantity. */
|
|
2511
|
-
maxQuantity?: number;
|
|
2512
|
-
}
|
|
2513
|
-
interface AddOnGroupDetail {
|
|
2514
|
-
/**
|
|
2515
|
-
* The group ID.
|
|
2516
|
-
* @format GUID
|
|
2517
|
-
*/
|
|
2518
|
-
groupId?: string | null;
|
|
2519
|
-
/** The group max number of AddOns. */
|
|
2520
|
-
maxNumberOfAddOns?: number | null;
|
|
2521
|
-
/**
|
|
2522
|
-
* The group name.
|
|
2523
|
-
* @maxLength 100
|
|
2524
|
-
*/
|
|
2525
|
-
groupName?: string | null;
|
|
2526
|
-
/**
|
|
2527
|
-
* The AddOns information linked to the group.
|
|
2528
|
-
* @maxSize 7
|
|
2529
|
-
*/
|
|
2530
|
-
addOns?: AddOn[];
|
|
2531
|
-
/**
|
|
2532
|
-
* The group prompt.
|
|
2533
|
-
* @maxLength 200
|
|
2534
|
-
*/
|
|
2535
|
-
prompt?: string | null;
|
|
2536
|
-
}
|
|
2537
|
-
interface SetAddOnsForGroupRequest {
|
|
2538
|
-
/**
|
|
2539
|
-
* The service ID to set AddOns for.
|
|
2540
|
-
* @format GUID
|
|
2541
|
-
*/
|
|
2542
|
-
serviceId: string | null;
|
|
2543
|
-
/**
|
|
2544
|
-
* The group ID to set AddOns for.
|
|
2545
|
-
* @format GUID
|
|
2546
|
-
*/
|
|
2547
|
-
groupId: string | null;
|
|
2548
|
-
/**
|
|
2549
|
-
* The IDs of AddOns to set.
|
|
2550
|
-
* @format GUID
|
|
2551
|
-
* @minSize 1
|
|
2552
|
-
* @maxSize 7
|
|
2553
|
-
*/
|
|
2554
|
-
addOnIds: string[] | null;
|
|
2555
|
-
}
|
|
2556
|
-
interface SetAddOnsForGroupResponse {
|
|
2557
|
-
/** The updated AddOnGroup. */
|
|
2558
|
-
addOnGroup?: AddOnGroup;
|
|
2559
|
-
}
|
|
2560
2560
|
|
|
2561
2561
|
type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q = unknown, R = unknown> = {
|
|
2562
2562
|
getUrl: (context: any) => string;
|
|
@@ -2568,6 +2568,11 @@ type __PublicMethodMetaInfo<K = string, M = unknown, T = unknown, S = unknown, Q
|
|
|
2568
2568
|
__responseType: Q;
|
|
2569
2569
|
__originalResponseType: R;
|
|
2570
2570
|
};
|
|
2571
|
+
declare function createAddOnGroup(): __PublicMethodMetaInfo<'POST', {}, CreateAddOnGroupRequest$1, CreateAddOnGroupRequest, CreateAddOnGroupResponse$1, CreateAddOnGroupResponse>;
|
|
2572
|
+
declare function deleteAddOnGroup(): __PublicMethodMetaInfo<'POST', {}, DeleteAddOnGroupRequest$1, DeleteAddOnGroupRequest, DeleteAddOnGroupResponse$1, DeleteAddOnGroupResponse>;
|
|
2573
|
+
declare function updateAddOnGroup(): __PublicMethodMetaInfo<'POST', {}, UpdateAddOnGroupRequest$1, UpdateAddOnGroupRequest, UpdateAddOnGroupResponse$1, UpdateAddOnGroupResponse>;
|
|
2574
|
+
declare function listAddOnGroupsByServiceId(): __PublicMethodMetaInfo<'POST', {}, ListAddOnGroupsByServiceIdRequest$1, ListAddOnGroupsByServiceIdRequest, ListAddOnGroupsByServiceIdResponse$1, ListAddOnGroupsByServiceIdResponse>;
|
|
2575
|
+
declare function setAddOnsForGroup(): __PublicMethodMetaInfo<'POST', {}, SetAddOnsForGroupRequest$1, SetAddOnsForGroupRequest, SetAddOnsForGroupResponse$1, SetAddOnsForGroupResponse>;
|
|
2571
2576
|
declare function createService(): __PublicMethodMetaInfo<'POST', {}, CreateServiceRequest$1, CreateServiceRequest, CreateServiceResponse$1, CreateServiceResponse>;
|
|
2572
2577
|
declare function bulkCreateServices(): __PublicMethodMetaInfo<'POST', {}, BulkCreateServicesRequest$1, BulkCreateServicesRequest, BulkCreateServicesResponse$1, BulkCreateServicesResponse>;
|
|
2573
2578
|
declare function getService(): __PublicMethodMetaInfo<'GET', {
|
|
@@ -2604,10 +2609,5 @@ declare function setCustomSlug(): __PublicMethodMetaInfo<'POST', {
|
|
|
2604
2609
|
}, SetCustomSlugRequest$1, SetCustomSlugRequest, SetCustomSlugResponse$1, SetCustomSlugResponse>;
|
|
2605
2610
|
declare function validateSlug(): __PublicMethodMetaInfo<'POST', {}, ValidateSlugRequest$1, ValidateSlugRequest, ValidateSlugResponse$1, ValidateSlugResponse>;
|
|
2606
2611
|
declare function cloneService(): __PublicMethodMetaInfo<'POST', {}, CloneServiceRequest$1, CloneServiceRequest, CloneServiceResponse$1, CloneServiceResponse>;
|
|
2607
|
-
declare function createAddOnGroup(): __PublicMethodMetaInfo<'POST', {}, CreateAddOnGroupRequest$1, CreateAddOnGroupRequest, CreateAddOnGroupResponse$1, CreateAddOnGroupResponse>;
|
|
2608
|
-
declare function deleteAddOnGroup(): __PublicMethodMetaInfo<'POST', {}, DeleteAddOnGroupRequest$1, DeleteAddOnGroupRequest, DeleteAddOnGroupResponse$1, DeleteAddOnGroupResponse>;
|
|
2609
|
-
declare function updateAddOnGroup(): __PublicMethodMetaInfo<'POST', {}, UpdateAddOnGroupRequest$1, UpdateAddOnGroupRequest, UpdateAddOnGroupResponse$1, UpdateAddOnGroupResponse>;
|
|
2610
|
-
declare function listAddOnGroupsByServiceId(): __PublicMethodMetaInfo<'POST', {}, ListAddOnGroupsByServiceIdRequest$1, ListAddOnGroupsByServiceIdRequest, ListAddOnGroupsByServiceIdResponse$1, ListAddOnGroupsByServiceIdResponse>;
|
|
2611
|
-
declare function setAddOnsForGroup(): __PublicMethodMetaInfo<'POST', {}, SetAddOnsForGroupRequest$1, SetAddOnsForGroupRequest, SetAddOnsForGroupResponse$1, SetAddOnsForGroupResponse>;
|
|
2612
2612
|
|
|
2613
2613
|
export { type __PublicMethodMetaInfo, bulkCreateServices, bulkDeleteServices, bulkDeleteServicesByFilter, bulkUpdateServices, bulkUpdateServicesByFilter, cloneService, countServices, createAddOnGroup, createService, deleteAddOnGroup, deleteService, disablePricingPlansForService, enablePricingPlansForService, getService, listAddOnGroupsByServiceId, queryBookingForms, queryCategories, queryLocations, queryPolicies, queryServices, searchServices, setAddOnsForGroup, setCustomSlug, setServiceLocations, updateAddOnGroup, updateService, validateSlug };
|