@wix/auto_sdk_restaurants_sections 1.0.67 → 1.0.68

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.
@@ -16,7 +16,7 @@ interface DuplicateSectionSignature {
16
16
  declare function createSection$1(httpClient: HttpClient): CreateSectionSignature;
17
17
  interface CreateSectionSignature {
18
18
  /**
19
- * > **Note:** The Sections 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).
19
+ * > **Note:** The Sections 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).
20
20
  *
21
21
  * Creates a section.
22
22
  *
@@ -29,7 +29,7 @@ interface CreateSectionSignature {
29
29
  declare function bulkCreateSections$1(httpClient: HttpClient): BulkCreateSectionsSignature;
30
30
  interface BulkCreateSectionsSignature {
31
31
  /**
32
- * > **Note:** The Section 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).
32
+ * > **Note:** The Section 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).
33
33
  *
34
34
  * Creates multiple sections at once.
35
35
  * @param - Sections details.
@@ -39,7 +39,7 @@ interface BulkCreateSectionsSignature {
39
39
  declare function getSection$1(httpClient: HttpClient): GetSectionSignature;
40
40
  interface GetSectionSignature {
41
41
  /**
42
- * > **Note:** The Section 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).
42
+ * > **Note:** The Section 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).
43
43
  *
44
44
  * Retrieves a section by ID.
45
45
  * @param - Section ID.
@@ -50,7 +50,7 @@ interface GetSectionSignature {
50
50
  declare function listSections$1(httpClient: HttpClient): ListSectionsSignature;
51
51
  interface ListSectionsSignature {
52
52
  /**
53
- * > **Note:** The Section 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).
53
+ * > **Note:** The Section 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).
54
54
  *
55
55
  * Retrieves a list of up to 500 sections.
56
56
  */
@@ -59,7 +59,7 @@ interface ListSectionsSignature {
59
59
  declare function updateSection$1(httpClient: HttpClient): UpdateSectionSignature;
60
60
  interface UpdateSectionSignature {
61
61
  /**
62
- * > **Note:** The Section 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).
62
+ * > **Note:** The Section 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).
63
63
  *
64
64
  * Updates a section.
65
65
  *
@@ -72,7 +72,7 @@ interface UpdateSectionSignature {
72
72
  declare function bulkUpdateSection$1(httpClient: HttpClient): BulkUpdateSectionSignature;
73
73
  interface BulkUpdateSectionSignature {
74
74
  /**
75
- * > **Note:** The Section 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).
75
+ * > **Note:** The Section 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).
76
76
  *
77
77
  * Updates multiple sections at once.
78
78
  *
@@ -84,7 +84,7 @@ interface BulkUpdateSectionSignature {
84
84
  declare function deleteSection$1(httpClient: HttpClient): DeleteSectionSignature;
85
85
  interface DeleteSectionSignature {
86
86
  /**
87
- * > **Note:** The Section 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).
87
+ * > **Note:** The Section 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).
88
88
  *
89
89
  * Deletes a section.
90
90
  * @param - Section ID.
@@ -94,7 +94,7 @@ interface DeleteSectionSignature {
94
94
  declare function bulkDeleteSections$1(httpClient: HttpClient): BulkDeleteSectionsSignature;
95
95
  interface BulkDeleteSectionsSignature {
96
96
  /**
97
- * > **Note:** The Section 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).
97
+ * > **Note:** The Section 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).
98
98
  *
99
99
  * Deletes multiple sections at once.
100
100
  * @param - Section IDs.