@wix/auto_sdk_restaurants_menus 1.0.70 → 1.0.71

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.
@@ -10,7 +10,7 @@ interface DuplicateMenuSignature {
10
10
  declare function createMenu$1(httpClient: HttpClient): CreateMenuSignature;
11
11
  interface CreateMenuSignature {
12
12
  /**
13
- * > **Note:** The Menus API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
13
+ * > **Note:** The Menus API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
14
14
  *
15
15
  * Creates a menu.
16
16
  *
@@ -23,7 +23,7 @@ interface CreateMenuSignature {
23
23
  declare function bulkCreateMenus$1(httpClient: HttpClient): BulkCreateMenusSignature;
24
24
  interface BulkCreateMenusSignature {
25
25
  /**
26
- * > **Note:** The Menu API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
26
+ * > **Note:** The Menu API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
27
27
  *
28
28
  * Creates multiple menus at once.
29
29
  * @param - Menu details.
@@ -33,7 +33,7 @@ interface BulkCreateMenusSignature {
33
33
  declare function getMenu$1(httpClient: HttpClient): GetMenuSignature;
34
34
  interface GetMenuSignature {
35
35
  /**
36
- * > **Note:** The Menu API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
36
+ * > **Note:** The Menu API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
37
37
  *
38
38
  * Retrieves a menu by ID.
39
39
  * @param - Menu ID.
@@ -44,7 +44,7 @@ interface GetMenuSignature {
44
44
  declare function listMenus$1(httpClient: HttpClient): ListMenusSignature;
45
45
  interface ListMenusSignature {
46
46
  /**
47
- * > **Note:** The Menu API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
47
+ * > **Note:** The Menu API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
48
48
  *
49
49
  * Retrieves a list of up to 500 menus.
50
50
  */
@@ -53,7 +53,7 @@ interface ListMenusSignature {
53
53
  declare function updateMenu$1(httpClient: HttpClient): UpdateMenuSignature;
54
54
  interface UpdateMenuSignature {
55
55
  /**
56
- * > **Note:** The Menu API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
56
+ * > **Note:** The Menu API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
57
57
  *
58
58
  * Updates a menu.
59
59
  *
@@ -68,7 +68,7 @@ interface UpdateMenuSignature {
68
68
  declare function bulkUpdateMenu$1(httpClient: HttpClient): BulkUpdateMenuSignature;
69
69
  interface BulkUpdateMenuSignature {
70
70
  /**
71
- * > **Note:** The Menu API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
71
+ * > **Note:** The Menu API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
72
72
  *
73
73
  * Updates multiple menus at once.
74
74
  *
@@ -80,7 +80,7 @@ interface BulkUpdateMenuSignature {
80
80
  declare function updateExtendedFields$1(httpClient: HttpClient): UpdateExtendedFieldsSignature;
81
81
  interface UpdateExtendedFieldsSignature {
82
82
  /**
83
- * > **Note:** The Menu API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
83
+ * > **Note:** The Menu API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
84
84
  *
85
85
  * Updates only the `extendedFields` field.
86
86
  * @param - ID of the entity to update.
@@ -91,7 +91,7 @@ interface UpdateExtendedFieldsSignature {
91
91
  declare function deleteMenu$1(httpClient: HttpClient): DeleteMenuSignature;
92
92
  interface DeleteMenuSignature {
93
93
  /**
94
- * > **Note:** The Menu API only works with the Wix Restaurants Menus (New) app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
94
+ * > **Note:** The Menu API only works with the Wix Restaurants Menus app. Make sure you have installed this app from the [Wix App Market](https://www.wix.com/app-market/wix-restaurants-menus-new).
95
95
  *
96
96
  * Deletes a menu.
97
97
  * @param - Menu ID.