@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.
- package/build/cjs/index.d.ts +8 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +8 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +8 -8
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +8 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +8 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +8 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +8 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +8 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -936,7 +936,7 @@ interface DuplicateSectionOptions {
|
|
|
936
936
|
duplicateSubEntities?: boolean | null;
|
|
937
937
|
}
|
|
938
938
|
/**
|
|
939
|
-
* > **Note:** The Sections API only works with the Wix Restaurants Menus
|
|
939
|
+
* > **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).
|
|
940
940
|
*
|
|
941
941
|
* Creates a section.
|
|
942
942
|
*
|
|
@@ -952,7 +952,7 @@ interface DuplicateSectionOptions {
|
|
|
952
952
|
*/
|
|
953
953
|
declare function createSection(section: Section): Promise<NonNullablePaths<Section, `name` | `additionalImages` | `itemIds`, 2>>;
|
|
954
954
|
/**
|
|
955
|
-
* > **Note:** The Section API only works with the Wix Restaurants Menus
|
|
955
|
+
* > **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).
|
|
956
956
|
*
|
|
957
957
|
* Creates multiple sections at once.
|
|
958
958
|
* @param sections - Sections details.
|
|
@@ -969,7 +969,7 @@ interface BulkCreateSectionsOptions {
|
|
|
969
969
|
returnEntity?: boolean;
|
|
970
970
|
}
|
|
971
971
|
/**
|
|
972
|
-
* > **Note:** The Section API only works with the Wix Restaurants Menus
|
|
972
|
+
* > **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).
|
|
973
973
|
*
|
|
974
974
|
* Retrieves a section by ID.
|
|
975
975
|
* @param sectionId - Section ID.
|
|
@@ -983,7 +983,7 @@ interface BulkCreateSectionsOptions {
|
|
|
983
983
|
*/
|
|
984
984
|
declare function getSection(sectionId: string): Promise<NonNullablePaths<Section, `name` | `additionalImages` | `itemIds`, 2>>;
|
|
985
985
|
/**
|
|
986
|
-
* > **Note:** The Section API only works with the Wix Restaurants Menus
|
|
986
|
+
* > **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).
|
|
987
987
|
*
|
|
988
988
|
* Retrieves a list of up to 500 sections.
|
|
989
989
|
* @public
|
|
@@ -1184,7 +1184,7 @@ declare const utils: {
|
|
|
1184
1184
|
};
|
|
1185
1185
|
};
|
|
1186
1186
|
/**
|
|
1187
|
-
* > **Note:** The Section API only works with the Wix Restaurants Menus
|
|
1187
|
+
* > **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).
|
|
1188
1188
|
*
|
|
1189
1189
|
* Updates a section.
|
|
1190
1190
|
*
|
|
@@ -1259,7 +1259,7 @@ interface UpdateSection {
|
|
|
1259
1259
|
businessLocationId?: string | null;
|
|
1260
1260
|
}
|
|
1261
1261
|
/**
|
|
1262
|
-
* > **Note:** The Section API only works with the Wix Restaurants Menus
|
|
1262
|
+
* > **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).
|
|
1263
1263
|
*
|
|
1264
1264
|
* Updates multiple sections at once.
|
|
1265
1265
|
*
|
|
@@ -1280,7 +1280,7 @@ interface BulkUpdateSectionOptions {
|
|
|
1280
1280
|
returnEntity?: boolean;
|
|
1281
1281
|
}
|
|
1282
1282
|
/**
|
|
1283
|
-
* > **Note:** The Section API only works with the Wix Restaurants Menus
|
|
1283
|
+
* > **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).
|
|
1284
1284
|
*
|
|
1285
1285
|
* Deletes a section.
|
|
1286
1286
|
* @param sectionId - Section ID.
|
|
@@ -1293,7 +1293,7 @@ interface BulkUpdateSectionOptions {
|
|
|
1293
1293
|
*/
|
|
1294
1294
|
declare function deleteSection(sectionId: string): Promise<void>;
|
|
1295
1295
|
/**
|
|
1296
|
-
* > **Note:** The Section API only works with the Wix Restaurants Menus
|
|
1296
|
+
* > **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).
|
|
1297
1297
|
*
|
|
1298
1298
|
* Deletes multiple sections at once.
|
|
1299
1299
|
* @param ids - Section IDs.
|