@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.
@@ -36,7 +36,7 @@ export interface Menu {
36
36
  /**
37
37
  * Menu section IDs.
38
38
  * @format GUID
39
- * @maxSize 230
39
+ * @maxSize 100
40
40
  */
41
41
  sectionIds?: string[];
42
42
  /** Extended fields. */
@@ -36,7 +36,7 @@ export interface Menu {
36
36
  /**
37
37
  * Menu section IDs.
38
38
  * @format GUID
39
- * @maxSize 230
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 230
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 230
39
+ * @maxSize 100
40
40
  */
41
41
  sectionIds?: string[];
42
42
  /** Extended fields. */
@@ -36,7 +36,7 @@ export interface Menu {
36
36
  /**
37
37
  * Menu section IDs.
38
38
  * @format GUID
39
- * @maxSize 230
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 230
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 230
39
+ * @maxSize 100
40
40
  */
41
41
  sectionIds?: string[];
42
42
  /** Extended fields. */
@@ -36,7 +36,7 @@ export interface Menu {
36
36
  /**
37
37
  * Menu section IDs.
38
38
  * @format GUID
39
- * @maxSize 230
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 230
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 230
39
+ * @maxSize 100
40
40
  */
41
41
  sectionIds?: string[];
42
42
  /** Extended fields. */
@@ -36,7 +36,7 @@ export interface Menu {
36
36
  /**
37
37
  * Menu section IDs.
38
38
  * @format GUID
39
- * @maxSize 230
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 230
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",
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": "588ce8a80a4388c34e2b8432f97442d31e9e11e581ea492c311d0ae6"
51
+ "falconPackageHash": "b74e2a8fb4849541d2a6c4cc238c6f6314ded29195a263333df3c2ee"
52
52
  }