@wix/auto_sdk_bookings_services 1.0.3 → 1.0.5

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.
Files changed (29) hide show
  1. package/build/cjs/src/bookings-services-v2-service-services.http.d.ts +22 -22
  2. package/build/cjs/src/bookings-services-v2-service-services.http.js +22 -22
  3. package/build/cjs/src/bookings-services-v2-service-services.public.d.ts +23 -23
  4. package/build/cjs/src/bookings-services-v2-service-services.types.d.ts +15 -15
  5. package/build/cjs/src/bookings-services-v2-service-services.types.js +2 -2
  6. package/build/cjs/src/bookings-services-v2-service-services.universal.d.ts +44 -44
  7. package/build/cjs/src/bookings-services-v2-service-services.universal.js +25 -25
  8. package/build/es/src/bookings-services-v2-service-services.http.d.ts +22 -22
  9. package/build/es/src/bookings-services-v2-service-services.http.js +22 -22
  10. package/build/es/src/bookings-services-v2-service-services.public.d.ts +23 -23
  11. package/build/es/src/bookings-services-v2-service-services.types.d.ts +15 -15
  12. package/build/es/src/bookings-services-v2-service-services.types.js +2 -2
  13. package/build/es/src/bookings-services-v2-service-services.universal.d.ts +44 -44
  14. package/build/es/src/bookings-services-v2-service-services.universal.js +25 -25
  15. package/build/internal/cjs/src/bookings-services-v2-service-services.http.d.ts +22 -22
  16. package/build/internal/cjs/src/bookings-services-v2-service-services.http.js +22 -22
  17. package/build/internal/cjs/src/bookings-services-v2-service-services.public.d.ts +23 -23
  18. package/build/internal/cjs/src/bookings-services-v2-service-services.types.d.ts +15 -15
  19. package/build/internal/cjs/src/bookings-services-v2-service-services.types.js +2 -2
  20. package/build/internal/cjs/src/bookings-services-v2-service-services.universal.d.ts +44 -44
  21. package/build/internal/cjs/src/bookings-services-v2-service-services.universal.js +25 -25
  22. package/build/internal/es/src/bookings-services-v2-service-services.http.d.ts +22 -22
  23. package/build/internal/es/src/bookings-services-v2-service-services.http.js +22 -22
  24. package/build/internal/es/src/bookings-services-v2-service-services.public.d.ts +23 -23
  25. package/build/internal/es/src/bookings-services-v2-service-services.types.d.ts +15 -15
  26. package/build/internal/es/src/bookings-services-v2-service-services.types.js +2 -2
  27. package/build/internal/es/src/bookings-services-v2-service-services.universal.d.ts +44 -44
  28. package/build/internal/es/src/bookings-services-v2-service-services.universal.js +25 -25
  29. package/package.json +2 -2
@@ -44,7 +44,7 @@ interface CreateServiceSignature {
44
44
  * - Specify all supported session durations in `schedule.availabilityConstraints.sessionDurations`.
45
45
  * - Note that Wix Bookings doesn't display these values to customers and
46
46
  * ignores them in pricing and availability calculations. Instead session
47
- * durations are retrieved from the relevant service variants
47
+ * durations are retrieved from the relevant service *variants*
48
48
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)).
49
49
  * - It is mandatory to specify `schedule.availabilityConstraints.sessionDurations`,
50
50
  * even though these values are ignored.
@@ -78,7 +78,7 @@ interface UpdateServiceSignature {
78
78
  * Specify `schedule.availabilityConstraints.sessionDurations`
79
79
  * only if you want to update it for appointment-based services without varied
80
80
  * pricing based on session length. Don't specify `schedule.availabilityConstraints.sessionDurations`
81
- * for all other appointment-based services, classes, or courses. See Create Service
81
+ * for all other appointment-based services, classes, or courses. See *Create Service*
82
82
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/create-service#session-durations) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/create-service#session-durations))
83
83
  * for more details.
84
84
  * @param - Service ID.
@@ -92,7 +92,7 @@ interface BulkUpdateServicesSignature {
92
92
  * Updates up to 100 services.
93
93
  *
94
94
  *
95
- * See Update Service
95
+ * See *Update Service*
96
96
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
97
97
  * for more details.
98
98
  *
@@ -111,7 +111,7 @@ interface BulkUpdateServicesByFilterSignature {
111
111
  * ([REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/filtering-and-sorting#filtering))
112
112
  * for more details.
113
113
  *
114
- * See Update Service
114
+ * See *Update Service*
115
115
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
116
116
  * for more details about updating a service.
117
117
  *
@@ -140,7 +140,7 @@ interface BulkDeleteServicesSignature {
140
140
  * Deletes multiple services.
141
141
  *
142
142
  *
143
- * See Delete Service
143
+ * See *Delete Service*
144
144
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/delete-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/delete-service))
145
145
  * for more details about deleting a service.
146
146
  *
@@ -156,7 +156,7 @@ interface BulkDeleteServicesByFilterSignature {
156
156
  * Deletes multiple services by filter.
157
157
  *
158
158
  *
159
- * See Delete Service
159
+ * See *Delete Service*
160
160
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/delete-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/delete-service))
161
161
  * for more details about deleting a service.
162
162
  *
@@ -214,9 +214,9 @@ interface SearchServicesSignature {
214
214
  * ## See also
215
215
  *
216
216
  * To learn about working with *Search* methods, see
217
- * API Query Language
217
+ * _API Query Language_
218
218
  * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language))
219
- * and Sorting and Paging
219
+ * and *Sorting and Paging*
220
220
  * ([SDK](https://dev.wix.com/docs/sdk/articles/work-with-the-sdk/api-query-language#the-sort-array) | [REST](https://dev.wix.com/docs/rest/articles/getting-started/sorting-and-paging)).
221
221
  * @param - WQL, search or aggregation expression.
222
222
  */
@@ -225,7 +225,7 @@ interface SearchServicesSignature {
225
225
  export declare function queryPolicies(httpClient: HttpClient): QueryPoliciesSignature;
226
226
  interface QueryPoliciesSignature {
227
227
  /**
228
- * Retrieves a list of up to 100 booking policies
228
+ * Retrieves a list of up to 100 *booking policies*
229
229
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/introduction)),
230
230
  * and information about the services that are connected to them,
231
231
  * given the provided filtering, paging, and sorting.
@@ -249,7 +249,7 @@ interface QueryPoliciesSignature {
249
249
  *
250
250
  * If a booking policy is connected to more than 5 services, only a subset of
251
251
  * those services is returned. The `bookingPolicies.totalServiceCount` values
252
- * indicate the total number of services linked to each policy. You can call Search Services
252
+ * indicate the total number of services linked to each policy. You can call *Search Services*
253
253
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/search-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/search-services))
254
254
  * and specify the relevant policy ID in the filter to retrieve all services
255
255
  * connected to the booking policy.
@@ -269,7 +269,7 @@ interface QueryPoliciesSignature {
269
269
  export declare function queryBookingForms(httpClient: HttpClient): QueryBookingFormsSignature;
270
270
  interface QueryBookingFormsSignature {
271
271
  /**
272
- * Retrieves a list of up to 100 booking forms
272
+ * Retrieves a list of up to 100 *booking forms*
273
273
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/forms/forms/introduction) | [REST](https://dev.wix.com/docs/rest/crm/forms/forms/introduction)),
274
274
  * and information about the services that are connected to them,
275
275
  * given the provided filtering, paging, and sorting.
@@ -294,7 +294,7 @@ interface QueryBookingFormsSignature {
294
294
  *
295
295
  * If a booking policy is connected to more than 5 services, only a subset of
296
296
  * these service IDs and names is returned. The `bookingForms.totalServiceCount`
297
- * values indicate the total number of services linked to each form. You can call Query Services
297
+ * values indicate the total number of services linked to each form. You can call *Query Services*
298
298
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/query-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/query-services))
299
299
  * and specify the relevant form ID in the filter to retrieve all services
300
300
  * connected to the booking form.
@@ -334,7 +334,7 @@ interface CountServicesSignature {
334
334
  export declare function queryLocations(httpClient: HttpClient): QueryLocationsSignature;
335
335
  interface QueryLocationsSignature {
336
336
  /**
337
- * Retrieves 3 separate lists of business, custom, and customer locations
337
+ * Retrieves 3 separate lists of business, custom, and customer *locations*
338
338
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)),
339
339
  * given the provided filtering, and whether each location is connected to at
340
340
  * least one of the site's services.
@@ -364,7 +364,7 @@ interface QueryLocationsSignature {
364
364
  export declare function queryCategories(httpClient: HttpClient): QueryCategoriesSignature;
365
365
  interface QueryCategoriesSignature {
366
366
  /**
367
- * Retrieves a list of service categories
367
+ * Retrieves a list of service *categories*
368
368
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/introduction)),
369
369
  * given the provided filtering.
370
370
  *
@@ -393,7 +393,7 @@ interface QueryCategoriesSignature {
393
393
  export declare function setServiceLocations(httpClient: HttpClient): SetServiceLocationsSignature;
394
394
  interface SetServiceLocationsSignature {
395
395
  /**
396
- * Replaces the list of the locations
396
+ * Replaces the list of the *locations*
397
397
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction))
398
398
  * where the business offers the service.
399
399
  *
@@ -429,7 +429,7 @@ interface SetServiceLocationsSignature {
429
429
  * Depending on whether the new or updated location is a business or custom location,
430
430
  * you need to specify different fields.
431
431
  *
432
- * - **Business location**: Specify the relevant location ID
432
+ * - **Business location**: Specify the relevant *location ID*
433
433
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction))
434
434
  * in `locations.business.id`.
435
435
  * - **Custom location**: Specify the complete address object as
@@ -449,18 +449,18 @@ interface SetServiceLocationsSignature {
449
449
  export declare function enablePricingPlansForService(httpClient: HttpClient): EnablePricingPlansForServiceSignature;
450
450
  interface EnablePricingPlansForServiceSignature {
451
451
  /**
452
- * Adds a list of pricing plans ID
452
+ * Adds a list of *pricing plan IDs*
453
453
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
454
454
  * to a service's `payment.pricingPlanIds` array.
455
455
  *
456
456
  *
457
457
  * The call doesn't validate whether the service's `payment.options.pricingPlan`
458
458
  * is set to `true`. If it's set to `false`, customers aren't able to pay
459
- * for their bookings using pricing plans. You can call Update Service
459
+ * for their bookings using pricing plans. You can call *Update Service*
460
460
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/update-service) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/update-service))
461
461
  * to change a service's supported payment methods.
462
462
  * @param - ID of the service to update.
463
- * @param - IDs of the pricing plans
463
+ * @param - IDs of the *pricing plans*
464
464
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
465
465
  * to add to the service's `payment.pricingPlanIds` array.
466
466
  */
@@ -469,7 +469,7 @@ interface EnablePricingPlansForServiceSignature {
469
469
  export declare function disablePricingPlansForService(httpClient: HttpClient): DisablePricingPlansForServiceSignature;
470
470
  interface DisablePricingPlansForServiceSignature {
471
471
  /**
472
- * Removes a list of pricing plans ID
472
+ * Removes a list of *pricing plan IDs*
473
473
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
474
474
  * from a service's `payment.pricingPlanIds` array.
475
475
  *
@@ -547,7 +547,7 @@ interface CloneServiceSignature {
547
547
  *
548
548
  * ### Service options and variants
549
549
  *
550
- * If the original service has variants
550
+ * If the original service has *variants*
551
551
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)),
552
552
  * they're cloned asynchronously. The *Clone Service* call always succeeds,
553
553
  * regardless of whether variants were cloned.
@@ -555,7 +555,7 @@ interface CloneServiceSignature {
555
555
  * If the response includes `OPTIONS_AND_VARIANTS` in the `errors` array, the cloned
556
556
  * service doesn't have variants, even though the original service does. You can
557
557
  * delete the cloned service and call *Clone Service* again, or use the
558
- * Service Options And Variants API*
558
+ * _Service Options And Variants API_
559
559
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction))
560
560
  * to add variants.
561
561
  *
@@ -566,7 +566,7 @@ interface CloneServiceSignature {
566
566
  *
567
567
  * ### Pricing plans
568
568
  *
569
- * If the original service's accepts payments via pricing plans
569
+ * If the original service's accepts payments via *pricing plans*
570
570
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/pricing-plans/pricing-plans/plans/introduction)),
571
571
  * the cloned service's `payment.options.pricingPlan` is also set to `true`. To
572
572
  * accept specific pricing plans, call *Enable Pricing Plans For Service*
@@ -13,7 +13,7 @@ export interface Service {
13
13
  type?: ServiceType;
14
14
  /**
15
15
  * Order of the service within a *category*
16
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/introduction)).
16
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)).
17
17
  */
18
18
  sortOrder?: number | null;
19
19
  /** Service name. */
@@ -30,7 +30,7 @@ export interface Service {
30
30
  hidden?: boolean | null;
31
31
  /**
32
32
  * _Category_
33
- * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/introduction))
33
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories/setup) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object))
34
34
  * the service is associated with.
35
35
  */
36
36
  category?: V2Category;
@@ -52,7 +52,7 @@ export interface Service {
52
52
  */
53
53
  locations?: V2Location[];
54
54
  /**
55
- * Policy
55
+ * _Policy_
56
56
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/introduction))
57
57
  * determining under what conditions this service can be booked. For example, whether the service can only be booked up to 30 minutes before it begins.
58
58
  */
@@ -60,7 +60,7 @@ export interface Service {
60
60
  /**
61
61
  * The service's *schedule*
62
62
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/schedules/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/introduction)),
63
- * which can be used to manage the service's events
63
+ * which can be used to manage the service's *events*
64
64
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/events/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/events-v3/introduction)).
65
65
  */
66
66
  schedule?: V2Schedule;
@@ -78,7 +78,7 @@ export interface Service {
78
78
  supportedSlugs?: Slug[];
79
79
  /**
80
80
  * Active slug for the service.
81
- * Learn more about *slugs*
81
+ * Learn more about *service slugs*
82
82
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/about-service-slugs) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/about-service-slugs)).
83
83
  * @readonly
84
84
  */
@@ -363,12 +363,12 @@ export interface V2LocationOptionsOneOf {
363
363
  export declare enum LocationTypeEnumLocationType {
364
364
  UNKNOWN_LOCATION_TYPE = "UNKNOWN_LOCATION_TYPE",
365
365
  /**
366
- * Location set by the business that is not a standard business location
366
+ * Location set by the business that is not a standard business *location*
367
367
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)).
368
368
  */
369
369
  CUSTOM = "CUSTOM",
370
370
  /**
371
- * Business location
371
+ * Business *location*
372
372
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)).
373
373
  */
374
374
  BUSINESS = "BUSINESS",
@@ -416,7 +416,7 @@ export interface CommonAddressLocation {
416
416
  }
417
417
  export interface BusinessLocationOptions {
418
418
  /**
419
- * ID of the business location
419
+ * ID of the business *location*
420
420
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)).
421
421
  * When setting a business location, specify only the location ID. Other location details are overwritten.
422
422
  */
@@ -768,7 +768,7 @@ export interface SaveCreditCardPolicy {
768
768
  }
769
769
  export interface V2Schedule {
770
770
  /**
771
- * ID of the schedule
771
+ * ID of the *schedule*
772
772
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/calendar/schedules/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/introduction))
773
773
  * to which the service's events belong.
774
774
  * @readonly
@@ -793,7 +793,7 @@ export interface V2AvailabilityConstraints {
793
793
  * appointment-based services without varied pricing based on session length, it
794
794
  * matches the single value in the `sessionDurations` array. For appointment-based
795
795
  * services with varied pricing based on session length, it includes session
796
- * durations for all variants
796
+ * durations for all *variants*
797
797
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)),
798
798
  * while ignoring `sessionDurations`.
799
799
  * For courses and classes, it includes durations for all future
@@ -805,7 +805,7 @@ export interface V2AvailabilityConstraints {
805
805
  * List of supported session durations in minutes. Specify `sessionDurations` only
806
806
  * for appointment-based services. Do not specify it for classes or courses. Note that
807
807
  * session durations for appointment-based services with varied pricing based on
808
- * session length are retrieved from service variants
808
+ * session length are retrieved from service *variants*
809
809
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-options-and-variants/introduction) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/service-options-and-variants/introduction)),
810
810
  * while this array is ignored.
811
811
  *
@@ -1821,7 +1821,7 @@ export interface BookingPolicyWithServices {
1821
1821
  /**
1822
1822
  * Up to 5 services connected to the booking policy. If `totalServiceCount` is
1823
1823
  * greater than 5, there are additional services connected to the policy.
1824
- * You can call Search Services
1824
+ * You can call *Search Services*
1825
1825
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/search-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/search-services))
1826
1826
  * specifying the relevant policy ID in the filter, to retrieve all services that are
1827
1827
  * connected to a booking policy.
@@ -1860,7 +1860,7 @@ export interface BookingForm {
1860
1860
  /**
1861
1861
  * Up to 5 services connected to the booking form. If `totalServiceCount` is
1862
1862
  * greater than 5, there are additional services connected to the policy.
1863
- * You can call Search Services
1863
+ * You can call *Search Services*
1864
1864
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/services/search-services) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/services-v2/search-services))
1865
1865
  * specifying the relevant policy ID in the filter, to retrieve all services that are
1866
1866
  * connected to a booking policy.
@@ -2045,7 +2045,7 @@ export interface EnablePricingPlansForServiceRequest {
2045
2045
  /** ID of the service to update. */
2046
2046
  serviceId: string;
2047
2047
  /**
2048
- * IDs of the pricing plans
2048
+ * IDs of the *pricing plans*
2049
2049
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
2050
2050
  * to add to the service's `payment.pricingPlanIds` array.
2051
2051
  */
@@ -2065,7 +2065,7 @@ export interface DisablePricingPlansForServiceRequest {
2065
2065
  /** ID of the service to update. */
2066
2066
  serviceId: string;
2067
2067
  /**
2068
- * IDs of the pricing plans
2068
+ * IDs of the *pricing plans*
2069
2069
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/pricing-plans/plans/introduction) | [REST](https://dev.wix.com/api/rest/wix-pricing-plans/pricing-plans/plans/plan-object))
2070
2070
  * to remove from the service's `payment.pricingPlanIds` array.
2071
2071
  */
@@ -24,12 +24,12 @@ export var LocationTypeEnumLocationType;
24
24
  (function (LocationTypeEnumLocationType) {
25
25
  LocationTypeEnumLocationType["UNKNOWN_LOCATION_TYPE"] = "UNKNOWN_LOCATION_TYPE";
26
26
  /**
27
- * Location set by the business that is not a standard business location
27
+ * Location set by the business that is not a standard business *location*
28
28
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)).
29
29
  */
30
30
  LocationTypeEnumLocationType["CUSTOM"] = "CUSTOM";
31
31
  /**
32
- * Business location
32
+ * Business *location*
33
33
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/business-tools/locations/introduction) | [REST](https://dev.wix.com/docs/rest/business-management/locations/introduction)).
34
34
  */
35
35
  LocationTypeEnumLocationType["BUSINESS"] = "BUSINESS";