@wix/bookings 1.0.267 → 1.0.269

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.
@@ -69,7 +69,7 @@ export interface UpdateCategoryResponse {
69
69
  export interface DeleteCategoryRequest {
70
70
  /** Category ID. */
71
71
  id: string | null;
72
- /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the Wix Business Manager). */
72
+ /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the dashboard). */
73
73
  deleteServices?: boolean | null;
74
74
  }
75
75
  export interface DeleteCategoryResponse {
@@ -82,7 +82,7 @@ export interface UpdateCategoryResponse {
82
82
  export interface DeleteCategoryRequest {
83
83
  /** Category ID. */
84
84
  _id: string | null;
85
- /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the Wix Business Manager). */
85
+ /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the dashboard). */
86
86
  deleteServices?: boolean | null;
87
87
  }
88
88
  export interface DeleteCategoryResponse {
@@ -188,6 +188,6 @@ export interface UpdateCategory {
188
188
  */
189
189
  export declare function deleteCategory(_id: string | null, options?: DeleteCategoryOptions): Promise<DeleteCategoryResponse>;
190
190
  export interface DeleteCategoryOptions {
191
- /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the Wix Business Manager). */
191
+ /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the dashboard). */
192
192
  deleteServices?: boolean | null;
193
193
  }
@@ -69,7 +69,7 @@ export interface UpdateCategoryResponse {
69
69
  export interface DeleteCategoryRequest {
70
70
  /** Category ID. */
71
71
  id: string | null;
72
- /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the Wix Business Manager). */
72
+ /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the dashboard). */
73
73
  deleteServices?: boolean | null;
74
74
  }
75
75
  export interface DeleteCategoryResponse {
@@ -82,7 +82,7 @@ export interface UpdateCategoryResponse {
82
82
  export interface DeleteCategoryRequest {
83
83
  /** Category ID. */
84
84
  _id: string | null;
85
- /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the Wix Business Manager). */
85
+ /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the dashboard). */
86
86
  deleteServices?: boolean | null;
87
87
  }
88
88
  export interface DeleteCategoryResponse {
@@ -188,6 +188,6 @@ export interface UpdateCategory {
188
188
  */
189
189
  export declare function deleteCategory(_id: string | null, options?: DeleteCategoryOptions): Promise<DeleteCategoryResponse>;
190
190
  export interface DeleteCategoryOptions {
191
- /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the Wix Business Manager). */
191
+ /** Cascade delete all the services in this category. Defaults to false (when false, the services will still exist but will not be accessible in the dashboard). */
192
192
  deleteServices?: boolean | null;
193
193
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bookings",
3
- "version": "1.0.267",
3
+ "version": "1.0.269",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -34,5 +34,5 @@
34
34
  "groupId": "com.wixpress.public-sdk-autogen"
35
35
  }
36
36
  },
37
- "falconPackageHash": "aff705857200a94cc0aa1c429c5a79582cd14188c67780541baeec60"
37
+ "falconPackageHash": "3b0dc2623784237e671c6dcf1fc74f685339a5e6361057a04be97c2b"
38
38
  }