@wix/auto_sdk_bookings_categories-v-2 1.0.6 → 1.0.7

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 (21) hide show
  1. package/build/cjs/src/bookings-categories-v2-category-categories-v-2.http.d.ts +3 -3
  2. package/build/cjs/src/bookings-categories-v2-category-categories-v-2.http.js +3 -3
  3. package/build/cjs/src/bookings-categories-v2-category-categories-v-2.public.d.ts +3 -3
  4. package/build/cjs/src/bookings-categories-v2-category-categories-v-2.universal.d.ts +3 -3
  5. package/build/cjs/src/bookings-categories-v2-category-categories-v-2.universal.js +3 -3
  6. package/build/es/src/bookings-categories-v2-category-categories-v-2.http.d.ts +3 -3
  7. package/build/es/src/bookings-categories-v2-category-categories-v-2.http.js +3 -3
  8. package/build/es/src/bookings-categories-v2-category-categories-v-2.public.d.ts +3 -3
  9. package/build/es/src/bookings-categories-v2-category-categories-v-2.universal.d.ts +3 -3
  10. package/build/es/src/bookings-categories-v2-category-categories-v-2.universal.js +3 -3
  11. package/build/internal/cjs/src/bookings-categories-v2-category-categories-v-2.http.d.ts +3 -3
  12. package/build/internal/cjs/src/bookings-categories-v2-category-categories-v-2.http.js +3 -3
  13. package/build/internal/cjs/src/bookings-categories-v2-category-categories-v-2.public.d.ts +3 -3
  14. package/build/internal/cjs/src/bookings-categories-v2-category-categories-v-2.universal.d.ts +3 -3
  15. package/build/internal/cjs/src/bookings-categories-v2-category-categories-v-2.universal.js +3 -3
  16. package/build/internal/es/src/bookings-categories-v2-category-categories-v-2.http.d.ts +3 -3
  17. package/build/internal/es/src/bookings-categories-v2-category-categories-v-2.http.js +3 -3
  18. package/build/internal/es/src/bookings-categories-v2-category-categories-v-2.public.d.ts +3 -3
  19. package/build/internal/es/src/bookings-categories-v2-category-categories-v-2.universal.d.ts +3 -3
  20. package/build/internal/es/src/bookings-categories-v2-category-categories-v-2.universal.js +3 -3
  21. package/package.json +2 -2
@@ -10,7 +10,7 @@ export declare function getCategory(payload: object): RequestOptionsFactory<any>
10
10
  * Each time the category is updated, `revision` increments by 1.
11
11
  * You must specify the current `revision` to prevent unintended overwrites.
12
12
  *
13
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
13
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
14
14
  */
15
15
  export declare function updateCategory(payload: object): RequestOptionsFactory<any>;
16
16
  /**
@@ -28,7 +28,7 @@ export declare function deleteCategory(payload: object): RequestOptionsFactory<a
28
28
  *
29
29
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
30
30
  *
31
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
31
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
32
32
  *
33
33
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
34
34
  *
@@ -39,7 +39,7 @@ export declare function deleteCategory(payload: object): RequestOptionsFactory<a
39
39
  *
40
40
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
41
41
  *
42
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
42
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
43
43
  */
44
44
  export declare function queryCategories(payload: object): RequestOptionsFactory<any>;
45
45
  /**
@@ -135,7 +135,7 @@ exports.getCategory = getCategory;
135
135
  * Each time the category is updated, `revision` increments by 1.
136
136
  * You must specify the current `revision` to prevent unintended overwrites.
137
137
  *
138
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
138
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
139
139
  */
140
140
  function updateCategory(payload) {
141
141
  function __updateCategory({ host }) {
@@ -211,7 +211,7 @@ exports.deleteCategory = deleteCategory;
211
211
  *
212
212
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
213
213
  *
214
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
214
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
215
215
  *
216
216
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
217
217
  *
@@ -222,7 +222,7 @@ exports.deleteCategory = deleteCategory;
222
222
  *
223
223
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
224
224
  *
225
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
225
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
226
226
  */
227
227
  function queryCategories(payload) {
228
228
  function __queryCategories({ host }) {
@@ -30,7 +30,7 @@ interface UpdateCategorySignature {
30
30
  * Each time the category is updated, `revision` increments by 1.
31
31
  * You must specify the current `revision` to prevent unintended overwrites.
32
32
  *
33
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
33
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
34
34
  * @param - Category ID.
35
35
  * @returns Updated category.
36
36
  */
@@ -57,7 +57,7 @@ interface QueryCategoriesSignature {
57
57
  *
58
58
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
59
59
  *
60
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
60
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
61
61
  *
62
62
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
63
63
  *
@@ -68,7 +68,7 @@ interface QueryCategoriesSignature {
68
68
  *
69
69
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
70
70
  *
71
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
71
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
72
72
  */
73
73
  (): CategoriesQueryBuilder;
74
74
  }
@@ -529,7 +529,7 @@ export declare function getCategory(categoryId: string): Promise<Category>;
529
529
  * Each time the category is updated, `revision` increments by 1.
530
530
  * You must specify the current `revision` to prevent unintended overwrites.
531
531
  *
532
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
532
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
533
533
  * @param _id - Category ID.
534
534
  * @public
535
535
  * @requiredField _id
@@ -614,7 +614,7 @@ export declare function deleteCategory(categoryId: string): Promise<void>;
614
614
  *
615
615
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
616
616
  *
617
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
617
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
618
618
  *
619
619
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
620
620
  *
@@ -625,7 +625,7 @@ export declare function deleteCategory(categoryId: string): Promise<void>;
625
625
  *
626
626
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
627
627
  *
628
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
628
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
629
629
  * @public
630
630
  * @permissionScope Read Bookings - Public Data
631
631
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
@@ -144,7 +144,7 @@ exports.getCategory = getCategory;
144
144
  * Each time the category is updated, `revision` increments by 1.
145
145
  * You must specify the current `revision` to prevent unintended overwrites.
146
146
  *
147
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
147
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
148
148
  * @param _id - Category ID.
149
149
  * @public
150
150
  * @requiredField _id
@@ -230,7 +230,7 @@ exports.deleteCategory = deleteCategory;
230
230
  *
231
231
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
232
232
  *
233
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
233
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
234
234
  *
235
235
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
236
236
  *
@@ -241,7 +241,7 @@ exports.deleteCategory = deleteCategory;
241
241
  *
242
242
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
243
243
  *
244
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
244
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
245
245
  * @public
246
246
  * @permissionScope Read Bookings - Public Data
247
247
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
@@ -10,7 +10,7 @@ export declare function getCategory(payload: object): RequestOptionsFactory<any>
10
10
  * Each time the category is updated, `revision` increments by 1.
11
11
  * You must specify the current `revision` to prevent unintended overwrites.
12
12
  *
13
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
13
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
14
14
  */
15
15
  export declare function updateCategory(payload: object): RequestOptionsFactory<any>;
16
16
  /**
@@ -28,7 +28,7 @@ export declare function deleteCategory(payload: object): RequestOptionsFactory<a
28
28
  *
29
29
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
30
30
  *
31
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
31
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
32
32
  *
33
33
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
34
34
  *
@@ -39,7 +39,7 @@ export declare function deleteCategory(payload: object): RequestOptionsFactory<a
39
39
  *
40
40
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
41
41
  *
42
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
42
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
43
43
  */
44
44
  export declare function queryCategories(payload: object): RequestOptionsFactory<any>;
45
45
  /**
@@ -130,7 +130,7 @@ export function getCategory(payload) {
130
130
  * Each time the category is updated, `revision` increments by 1.
131
131
  * You must specify the current `revision` to prevent unintended overwrites.
132
132
  *
133
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
133
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
134
134
  */
135
135
  export function updateCategory(payload) {
136
136
  function __updateCategory({ host }) {
@@ -204,7 +204,7 @@ export function deleteCategory(payload) {
204
204
  *
205
205
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
206
206
  *
207
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
207
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
208
208
  *
209
209
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
210
210
  *
@@ -215,7 +215,7 @@ export function deleteCategory(payload) {
215
215
  *
216
216
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
217
217
  *
218
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
218
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
219
219
  */
220
220
  export function queryCategories(payload) {
221
221
  function __queryCategories({ host }) {
@@ -30,7 +30,7 @@ interface UpdateCategorySignature {
30
30
  * Each time the category is updated, `revision` increments by 1.
31
31
  * You must specify the current `revision` to prevent unintended overwrites.
32
32
  *
33
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
33
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
34
34
  * @param - Category ID.
35
35
  * @returns Updated category.
36
36
  */
@@ -57,7 +57,7 @@ interface QueryCategoriesSignature {
57
57
  *
58
58
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
59
59
  *
60
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
60
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
61
61
  *
62
62
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
63
63
  *
@@ -68,7 +68,7 @@ interface QueryCategoriesSignature {
68
68
  *
69
69
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
70
70
  *
71
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
71
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
72
72
  */
73
73
  (): CategoriesQueryBuilder;
74
74
  }
@@ -529,7 +529,7 @@ export declare function getCategory(categoryId: string): Promise<Category>;
529
529
  * Each time the category is updated, `revision` increments by 1.
530
530
  * You must specify the current `revision` to prevent unintended overwrites.
531
531
  *
532
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
532
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
533
533
  * @param _id - Category ID.
534
534
  * @public
535
535
  * @requiredField _id
@@ -614,7 +614,7 @@ export declare function deleteCategory(categoryId: string): Promise<void>;
614
614
  *
615
615
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
616
616
  *
617
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
617
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
618
618
  *
619
619
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
620
620
  *
@@ -625,7 +625,7 @@ export declare function deleteCategory(categoryId: string): Promise<void>;
625
625
  *
626
626
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
627
627
  *
628
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
628
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
629
629
  * @public
630
630
  * @permissionScope Read Bookings - Public Data
631
631
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
@@ -116,7 +116,7 @@ export async function getCategory(categoryId) {
116
116
  * Each time the category is updated, `revision` increments by 1.
117
117
  * You must specify the current `revision` to prevent unintended overwrites.
118
118
  *
119
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
119
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
120
120
  * @param _id - Category ID.
121
121
  * @public
122
122
  * @requiredField _id
@@ -200,7 +200,7 @@ export async function deleteCategory(categoryId) {
200
200
  *
201
201
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
202
202
  *
203
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
203
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
204
204
  *
205
205
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
206
206
  *
@@ -211,7 +211,7 @@ export async function deleteCategory(categoryId) {
211
211
  *
212
212
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
213
213
  *
214
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
214
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
215
215
  * @public
216
216
  * @permissionScope Read Bookings - Public Data
217
217
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
@@ -10,7 +10,7 @@ export declare function getCategory(payload: object): RequestOptionsFactory<any>
10
10
  * Each time the category is updated, `revision` increments by 1.
11
11
  * You must specify the current `revision` to prevent unintended overwrites.
12
12
  *
13
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
13
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
14
14
  */
15
15
  export declare function updateCategory(payload: object): RequestOptionsFactory<any>;
16
16
  /**
@@ -28,7 +28,7 @@ export declare function deleteCategory(payload: object): RequestOptionsFactory<a
28
28
  *
29
29
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
30
30
  *
31
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
31
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
32
32
  *
33
33
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
34
34
  *
@@ -39,7 +39,7 @@ export declare function deleteCategory(payload: object): RequestOptionsFactory<a
39
39
  *
40
40
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
41
41
  *
42
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
42
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
43
43
  */
44
44
  export declare function queryCategories(payload: object): RequestOptionsFactory<any>;
45
45
  /**
@@ -135,7 +135,7 @@ exports.getCategory = getCategory;
135
135
  * Each time the category is updated, `revision` increments by 1.
136
136
  * You must specify the current `revision` to prevent unintended overwrites.
137
137
  *
138
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
138
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
139
139
  */
140
140
  function updateCategory(payload) {
141
141
  function __updateCategory({ host }) {
@@ -211,7 +211,7 @@ exports.deleteCategory = deleteCategory;
211
211
  *
212
212
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
213
213
  *
214
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
214
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
215
215
  *
216
216
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
217
217
  *
@@ -222,7 +222,7 @@ exports.deleteCategory = deleteCategory;
222
222
  *
223
223
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
224
224
  *
225
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
225
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
226
226
  */
227
227
  function queryCategories(payload) {
228
228
  function __queryCategories({ host }) {
@@ -30,7 +30,7 @@ interface UpdateCategorySignature {
30
30
  * Each time the category is updated, `revision` increments by 1.
31
31
  * You must specify the current `revision` to prevent unintended overwrites.
32
32
  *
33
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
33
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
34
34
  * @param - Category ID.
35
35
  * @returns Updated category.
36
36
  */
@@ -57,7 +57,7 @@ interface QueryCategoriesSignature {
57
57
  *
58
58
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
59
59
  *
60
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
60
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
61
61
  *
62
62
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
63
63
  *
@@ -68,7 +68,7 @@ interface QueryCategoriesSignature {
68
68
  *
69
69
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
70
70
  *
71
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
71
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
72
72
  */
73
73
  (): CategoriesQueryBuilder;
74
74
  }
@@ -529,7 +529,7 @@ export declare function getCategory(categoryId: string): Promise<Category>;
529
529
  * Each time the category is updated, `revision` increments by 1.
530
530
  * You must specify the current `revision` to prevent unintended overwrites.
531
531
  *
532
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
532
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
533
533
  * @param _id - Category ID.
534
534
  * @public
535
535
  * @requiredField _id
@@ -614,7 +614,7 @@ export declare function deleteCategory(categoryId: string): Promise<void>;
614
614
  *
615
615
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
616
616
  *
617
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
617
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
618
618
  *
619
619
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
620
620
  *
@@ -625,7 +625,7 @@ export declare function deleteCategory(categoryId: string): Promise<void>;
625
625
  *
626
626
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
627
627
  *
628
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
628
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
629
629
  * @public
630
630
  * @permissionScope Read Bookings - Public Data
631
631
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
@@ -144,7 +144,7 @@ exports.getCategory = getCategory;
144
144
  * Each time the category is updated, `revision` increments by 1.
145
145
  * You must specify the current `revision` to prevent unintended overwrites.
146
146
  *
147
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
147
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
148
148
  * @param _id - Category ID.
149
149
  * @public
150
150
  * @requiredField _id
@@ -230,7 +230,7 @@ exports.deleteCategory = deleteCategory;
230
230
  *
231
231
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
232
232
  *
233
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
233
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
234
234
  *
235
235
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
236
236
  *
@@ -241,7 +241,7 @@ exports.deleteCategory = deleteCategory;
241
241
  *
242
242
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
243
243
  *
244
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
244
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
245
245
  * @public
246
246
  * @permissionScope Read Bookings - Public Data
247
247
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
@@ -10,7 +10,7 @@ export declare function getCategory(payload: object): RequestOptionsFactory<any>
10
10
  * Each time the category is updated, `revision` increments by 1.
11
11
  * You must specify the current `revision` to prevent unintended overwrites.
12
12
  *
13
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
13
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
14
14
  */
15
15
  export declare function updateCategory(payload: object): RequestOptionsFactory<any>;
16
16
  /**
@@ -28,7 +28,7 @@ export declare function deleteCategory(payload: object): RequestOptionsFactory<a
28
28
  *
29
29
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
30
30
  *
31
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
31
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
32
32
  *
33
33
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
34
34
  *
@@ -39,7 +39,7 @@ export declare function deleteCategory(payload: object): RequestOptionsFactory<a
39
39
  *
40
40
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
41
41
  *
42
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
42
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
43
43
  */
44
44
  export declare function queryCategories(payload: object): RequestOptionsFactory<any>;
45
45
  /**
@@ -130,7 +130,7 @@ export function getCategory(payload) {
130
130
  * Each time the category is updated, `revision` increments by 1.
131
131
  * You must specify the current `revision` to prevent unintended overwrites.
132
132
  *
133
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
133
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
134
134
  */
135
135
  export function updateCategory(payload) {
136
136
  function __updateCategory({ host }) {
@@ -204,7 +204,7 @@ export function deleteCategory(payload) {
204
204
  *
205
205
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
206
206
  *
207
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
207
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
208
208
  *
209
209
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
210
210
  *
@@ -215,7 +215,7 @@ export function deleteCategory(payload) {
215
215
  *
216
216
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
217
217
  *
218
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
218
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
219
219
  */
220
220
  export function queryCategories(payload) {
221
221
  function __queryCategories({ host }) {
@@ -30,7 +30,7 @@ interface UpdateCategorySignature {
30
30
  * Each time the category is updated, `revision` increments by 1.
31
31
  * You must specify the current `revision` to prevent unintended overwrites.
32
32
  *
33
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
33
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
34
34
  * @param - Category ID.
35
35
  * @returns Updated category.
36
36
  */
@@ -57,7 +57,7 @@ interface QueryCategoriesSignature {
57
57
  *
58
58
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
59
59
  *
60
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
60
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
61
61
  *
62
62
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
63
63
  *
@@ -68,7 +68,7 @@ interface QueryCategoriesSignature {
68
68
  *
69
69
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
70
70
  *
71
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
71
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
72
72
  */
73
73
  (): CategoriesQueryBuilder;
74
74
  }
@@ -529,7 +529,7 @@ export declare function getCategory(categoryId: string): Promise<Category>;
529
529
  * Each time the category is updated, `revision` increments by 1.
530
530
  * You must specify the current `revision` to prevent unintended overwrites.
531
531
  *
532
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
532
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
533
533
  * @param _id - Category ID.
534
534
  * @public
535
535
  * @requiredField _id
@@ -614,7 +614,7 @@ export declare function deleteCategory(categoryId: string): Promise<void>;
614
614
  *
615
615
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
616
616
  *
617
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
617
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
618
618
  *
619
619
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
620
620
  *
@@ -625,7 +625,7 @@ export declare function deleteCategory(categoryId: string): Promise<void>;
625
625
  *
626
626
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
627
627
  *
628
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
628
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
629
629
  * @public
630
630
  * @permissionScope Read Bookings - Public Data
631
631
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
@@ -116,7 +116,7 @@ export async function getCategory(categoryId) {
116
116
  * Each time the category is updated, `revision` increments by 1.
117
117
  * You must specify the current `revision` to prevent unintended overwrites.
118
118
  *
119
- * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
119
+ * You can't adjust a categories `sortOrder` with this method, call Move Category ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/move-category) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/move-category)) instead.
120
120
  * @param _id - Category ID.
121
121
  * @public
122
122
  * @requiredField _id
@@ -200,7 +200,7 @@ export async function deleteCategory(categoryId) {
200
200
  *
201
201
  * The `queryCategories()` function builds a query to retrieve a list of `category` objects and returns a `categoriesQueryBuilder` object.
202
202
  *
203
- * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-builder/find) function.
203
+ * The returned object contains the query definition, which is typically used to run the query using the [find()](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-builder/find) function.
204
204
  *
205
205
  * You can refine the query by chaining `CategoriesQueryBuilder` functions onto the query. `CategoriesQueryBuilder` functions enable you to sort, filter, and control the results that `queryCategories()` returns.
206
206
  *
@@ -211,7 +211,7 @@ export async function deleteCategory(categoryId) {
211
211
  *
212
212
  * The functions that are chained to `queryCategories()` are applied in the order they are called. For example, if you apply `ascending("name")` and then `ascending("id")`, the results are sorted first by `name`, and then, if there are multiple results with the same `name`, the items are sorted by `id`.
213
213
  *
214
- * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/service-categories/categories-query-result/items) property in `CategoriesQueryResult`.
214
+ * The following `CategoriesQueryBuilder` functions are supported for the `queryCategories()` function. For a full description of the `category` object, see the object returned for the [items](https://dev.wix.com/docs/sdk/backend-modules/bookings/categories-v2/categories-query-result/items) property in `CategoriesQueryResult`.
215
215
  * @public
216
216
  * @permissionScope Read Bookings - Public Data
217
217
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_bookings_categories-v-2",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.bookings.categories.v2.category"
49
49
  }
50
50
  },
51
- "falconPackageHash": "ab042d1946c2ffc370e961569f1138611b4dcf4a227a494a735d2e75"
51
+ "falconPackageHash": "dbf9a1adc3b6371e75b62aa003dcc80a1c3122ca53f7af480ff7bfe4"
52
52
  }