@wix/auto_sdk_restaurants_sections 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-section-sections.types.d.ts +1 -1
- package/build/cjs/src/restaurants-menus-v1-section-sections.universal.d.ts +2 -2
- package/build/es/src/restaurants-menus-v1-section-sections.types.d.ts +1 -1
- package/build/es/src/restaurants-menus-v1-section-sections.universal.d.ts +2 -2
- package/build/internal/cjs/src/restaurants-menus-v1-section-sections.types.d.ts +1 -1
- package/build/internal/cjs/src/restaurants-menus-v1-section-sections.universal.d.ts +2 -2
- package/build/internal/es/src/restaurants-menus-v1-section-sections.types.d.ts +1 -1
- package/build/internal/es/src/restaurants-menus-v1-section-sections.universal.d.ts +2 -2
- package/package.json +2 -2
|
@@ -41,7 +41,7 @@ export interface Section {
|
|
|
41
41
|
/**
|
|
42
42
|
* Item IDs.
|
|
43
43
|
* @format GUID
|
|
44
|
-
* @maxSize
|
|
44
|
+
* @maxSize 300
|
|
45
45
|
*/
|
|
46
46
|
itemIds?: string[];
|
|
47
47
|
/** Extended fields. */
|
|
@@ -1051,7 +1051,7 @@ export interface UpdateSection {
|
|
|
1051
1051
|
/**
|
|
1052
1052
|
* Item IDs.
|
|
1053
1053
|
* @format GUID
|
|
1054
|
-
* @maxSize
|
|
1054
|
+
* @maxSize 300
|
|
1055
1055
|
*/
|
|
1056
1056
|
itemIds?: string[];
|
|
1057
1057
|
/** Extended fields. */
|
|
@@ -41,7 +41,7 @@ export interface Section {
|
|
|
41
41
|
/**
|
|
42
42
|
* Item IDs.
|
|
43
43
|
* @format GUID
|
|
44
|
-
* @maxSize
|
|
44
|
+
* @maxSize 300
|
|
45
45
|
*/
|
|
46
46
|
itemIds?: string[];
|
|
47
47
|
/** Extended fields. */
|
|
@@ -1051,7 +1051,7 @@ export interface UpdateSection {
|
|
|
1051
1051
|
/**
|
|
1052
1052
|
* Item IDs.
|
|
1053
1053
|
* @format GUID
|
|
1054
|
-
* @maxSize
|
|
1054
|
+
* @maxSize 300
|
|
1055
1055
|
*/
|
|
1056
1056
|
itemIds?: string[];
|
|
1057
1057
|
/** Extended fields. */
|
|
@@ -41,7 +41,7 @@ export interface Section {
|
|
|
41
41
|
/**
|
|
42
42
|
* Item IDs.
|
|
43
43
|
* @format GUID
|
|
44
|
-
* @maxSize
|
|
44
|
+
* @maxSize 300
|
|
45
45
|
*/
|
|
46
46
|
itemIds?: string[];
|
|
47
47
|
/** Extended fields. */
|
|
@@ -1051,7 +1051,7 @@ export interface UpdateSection {
|
|
|
1051
1051
|
/**
|
|
1052
1052
|
* Item IDs.
|
|
1053
1053
|
* @format GUID
|
|
1054
|
-
* @maxSize
|
|
1054
|
+
* @maxSize 300
|
|
1055
1055
|
*/
|
|
1056
1056
|
itemIds?: string[];
|
|
1057
1057
|
/** Extended fields. */
|
|
@@ -41,7 +41,7 @@ export interface Section {
|
|
|
41
41
|
/**
|
|
42
42
|
* Item IDs.
|
|
43
43
|
* @format GUID
|
|
44
|
-
* @maxSize
|
|
44
|
+
* @maxSize 300
|
|
45
45
|
*/
|
|
46
46
|
itemIds?: string[];
|
|
47
47
|
/** Extended fields. */
|
|
@@ -1051,7 +1051,7 @@ export interface UpdateSection {
|
|
|
1051
1051
|
/**
|
|
1052
1052
|
* Item IDs.
|
|
1053
1053
|
* @format GUID
|
|
1054
|
-
* @maxSize
|
|
1054
|
+
* @maxSize 300
|
|
1055
1055
|
*/
|
|
1056
1056
|
itemIds?: string[];
|
|
1057
1057
|
/** Extended fields. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_restaurants_sections",
|
|
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.section"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "8b16a4152295c65f44e0b6610e6ab1f893c55a2c694de243c7e7c3f5"
|
|
52
52
|
}
|