@wix/auto_sdk_restaurants_menus 1.0.3 → 1.0.4
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/src/restaurants-menus-v1-menu-menus.types.d.ts +1 -1
- package/build/cjs/src/restaurants-menus-v1-menu-menus.universal.d.ts +2 -2
- package/build/es/src/restaurants-menus-v1-menu-menus.types.d.ts +1 -1
- package/build/es/src/restaurants-menus-v1-menu-menus.universal.d.ts +2 -2
- package/build/internal/cjs/src/restaurants-menus-v1-menu-menus.types.d.ts +1 -1
- package/build/internal/cjs/src/restaurants-menus-v1-menu-menus.universal.d.ts +2 -2
- package/build/internal/es/src/restaurants-menus-v1-menu-menus.types.d.ts +1 -1
- package/build/internal/es/src/restaurants-menus-v1-menu-menus.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -36,7 +36,7 @@ export interface Menu {
|
|
|
36
36
|
/**
|
|
37
37
|
* Menu section IDs.
|
|
38
38
|
* @format GUID
|
|
39
|
-
* @maxSize
|
|
39
|
+
* @maxSize 100
|
|
40
40
|
*/
|
|
41
41
|
sectionIds?: string[];
|
|
42
42
|
/** Extended fields. */
|
|
@@ -1148,7 +1148,7 @@ export interface UpdateMenu {
|
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Menu section IDs.
|
|
1150
1150
|
* @format GUID
|
|
1151
|
-
* @maxSize
|
|
1151
|
+
* @maxSize 100
|
|
1152
1152
|
*/
|
|
1153
1153
|
sectionIds?: string[];
|
|
1154
1154
|
/** Extended fields. */
|
|
@@ -36,7 +36,7 @@ export interface Menu {
|
|
|
36
36
|
/**
|
|
37
37
|
* Menu section IDs.
|
|
38
38
|
* @format GUID
|
|
39
|
-
* @maxSize
|
|
39
|
+
* @maxSize 100
|
|
40
40
|
*/
|
|
41
41
|
sectionIds?: string[];
|
|
42
42
|
/** Extended fields. */
|
|
@@ -1148,7 +1148,7 @@ export interface UpdateMenu {
|
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Menu section IDs.
|
|
1150
1150
|
* @format GUID
|
|
1151
|
-
* @maxSize
|
|
1151
|
+
* @maxSize 100
|
|
1152
1152
|
*/
|
|
1153
1153
|
sectionIds?: string[];
|
|
1154
1154
|
/** Extended fields. */
|
|
@@ -36,7 +36,7 @@ export interface Menu {
|
|
|
36
36
|
/**
|
|
37
37
|
* Menu section IDs.
|
|
38
38
|
* @format GUID
|
|
39
|
-
* @maxSize
|
|
39
|
+
* @maxSize 100
|
|
40
40
|
*/
|
|
41
41
|
sectionIds?: string[];
|
|
42
42
|
/** Extended fields. */
|
|
@@ -1148,7 +1148,7 @@ export interface UpdateMenu {
|
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Menu section IDs.
|
|
1150
1150
|
* @format GUID
|
|
1151
|
-
* @maxSize
|
|
1151
|
+
* @maxSize 100
|
|
1152
1152
|
*/
|
|
1153
1153
|
sectionIds?: string[];
|
|
1154
1154
|
/** Extended fields. */
|
|
@@ -36,7 +36,7 @@ export interface Menu {
|
|
|
36
36
|
/**
|
|
37
37
|
* Menu section IDs.
|
|
38
38
|
* @format GUID
|
|
39
|
-
* @maxSize
|
|
39
|
+
* @maxSize 100
|
|
40
40
|
*/
|
|
41
41
|
sectionIds?: string[];
|
|
42
42
|
/** Extended fields. */
|
|
@@ -1148,7 +1148,7 @@ export interface UpdateMenu {
|
|
|
1148
1148
|
/**
|
|
1149
1149
|
* Menu section IDs.
|
|
1150
1150
|
* @format GUID
|
|
1151
|
-
* @maxSize
|
|
1151
|
+
* @maxSize 100
|
|
1152
1152
|
*/
|
|
1153
1153
|
sectionIds?: string[];
|
|
1154
1154
|
/** Extended fields. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_restaurants_menus",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.restaurants.menus.v1.menu"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "b74e2a8fb4849541d2a6c4cc238c6f6314ded29195a263333df3c2ee"
|
|
52
52
|
}
|