@wix/auto_sdk_restaurants_item-modifiers 1.0.63 → 1.0.65
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 +9 -9
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +9 -9
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +9 -9
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +9 -9
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +9 -9
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +9 -9
- 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 +9 -9
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +9 -9
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ export { AccountInfo, AccountInfoMetadata, ActionEvent, App, ApplicationError, B
|
|
|
5
5
|
declare function createModifier$1(httpClient: HttpClient): CreateModifierSignature;
|
|
6
6
|
interface CreateModifierSignature {
|
|
7
7
|
/**
|
|
8
|
-
* > **Note:** The Item Modifiers API only works with the Wix Restaurants Menus
|
|
8
|
+
* > **Note:** The Item Modifiers 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).
|
|
9
9
|
*
|
|
10
10
|
* Creates an item modifier.
|
|
11
11
|
*
|
|
@@ -18,7 +18,7 @@ interface CreateModifierSignature {
|
|
|
18
18
|
declare function getModifier$1(httpClient: HttpClient): GetModifierSignature;
|
|
19
19
|
interface GetModifierSignature {
|
|
20
20
|
/**
|
|
21
|
-
* > **Note:** The Item Modifier API only works with the Wix Restaurants Menus
|
|
21
|
+
* > **Note:** The Item Modifier 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).
|
|
22
22
|
*
|
|
23
23
|
* Retrieves an item modifier by ID.
|
|
24
24
|
* @param - ID of the item modifier to retrieve.
|
|
@@ -29,7 +29,7 @@ interface GetModifierSignature {
|
|
|
29
29
|
declare function listModifiers$1(httpClient: HttpClient): ListModifiersSignature;
|
|
30
30
|
interface ListModifiersSignature {
|
|
31
31
|
/**
|
|
32
|
-
* > **Note:** The Item Modifier API only works with the Wix Restaurants Menus
|
|
32
|
+
* > **Note:** The Item Modifier 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
|
* Retrieves a list of up to 500 item modifiers.
|
|
35
35
|
*/
|
|
@@ -38,7 +38,7 @@ interface ListModifiersSignature {
|
|
|
38
38
|
declare function updateModifier$1(httpClient: HttpClient): UpdateModifierSignature;
|
|
39
39
|
interface UpdateModifierSignature {
|
|
40
40
|
/**
|
|
41
|
-
* > **Note:** The Item Modifier API only works with the Wix Restaurants Menus
|
|
41
|
+
* > **Note:** The Item Modifier 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).
|
|
42
42
|
*
|
|
43
43
|
* Updates an item modifier.
|
|
44
44
|
*
|
|
@@ -53,7 +53,7 @@ interface UpdateModifierSignature {
|
|
|
53
53
|
declare function bulkCreateModifiers$1(httpClient: HttpClient): BulkCreateModifiersSignature;
|
|
54
54
|
interface BulkCreateModifiersSignature {
|
|
55
55
|
/**
|
|
56
|
-
* > **Note:** The Item Modifier API only works with the Wix Restaurants Menus
|
|
56
|
+
* > **Note:** The Item Modifier 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
|
* Creates multiple item modifiers.
|
|
59
59
|
* @param - List of item modifiers to create.
|
|
@@ -63,7 +63,7 @@ interface BulkCreateModifiersSignature {
|
|
|
63
63
|
declare function bulkUpdateModifiers$1(httpClient: HttpClient): BulkUpdateModifiersSignature;
|
|
64
64
|
interface BulkUpdateModifiersSignature {
|
|
65
65
|
/**
|
|
66
|
-
* > **Note:** The Item modifier API only works with the Wix Restaurants Menus
|
|
66
|
+
* > **Note:** The Item modifier 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).
|
|
67
67
|
*
|
|
68
68
|
* Updates multiple item modifiers at once.
|
|
69
69
|
* Each time an item modifier is updated, its revision increments by 1. The existing revision must be included when updating the item modifier. This ensures you're working with the latest item modifier information, and prevents unintended overwrites.
|
|
@@ -74,7 +74,7 @@ interface BulkUpdateModifiersSignature {
|
|
|
74
74
|
declare function deleteModifier$1(httpClient: HttpClient): DeleteModifierSignature;
|
|
75
75
|
interface DeleteModifierSignature {
|
|
76
76
|
/**
|
|
77
|
-
* > **Note:** The Item modifier API only works with the Wix Restaurants Menus
|
|
77
|
+
* > **Note:** The Item modifier 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).
|
|
78
78
|
* Deletes an item modifier.
|
|
79
79
|
* @param - ID of the item modifier to delete.
|
|
80
80
|
*/
|
|
@@ -83,7 +83,7 @@ interface DeleteModifierSignature {
|
|
|
83
83
|
declare function countModifiers$1(httpClient: HttpClient): CountModifiersSignature;
|
|
84
84
|
interface CountModifiersSignature {
|
|
85
85
|
/**
|
|
86
|
-
* > **Note:** The Item API only works with the Wix Restaurants Menus
|
|
86
|
+
* > **Note:** The Item 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).
|
|
87
87
|
*
|
|
88
88
|
* Retrieves the number of modifiers that match a specified filter.
|
|
89
89
|
*
|
|
@@ -96,7 +96,7 @@ interface CountModifiersSignature {
|
|
|
96
96
|
declare function bulkDeleteModifiers$1(httpClient: HttpClient): BulkDeleteModifiersSignature;
|
|
97
97
|
interface BulkDeleteModifiersSignature {
|
|
98
98
|
/**
|
|
99
|
-
* > **Note:** The Item Modifier API only works with the Wix Restaurants Menus
|
|
99
|
+
* > **Note:** The Item Modifier 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).
|
|
100
100
|
*
|
|
101
101
|
* Deletes multiple item Modifiers at once.
|
|
102
102
|
* @param - Item Modifier IDs.
|