@wix/auto_sdk_ecom_totals-calculator 1.0.22 → 1.0.23

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.
@@ -342,7 +342,7 @@ export interface ModifierGroup {
342
342
  /**
343
343
  * List of modifiers in this group.
344
344
  * @minSize 1
345
- * @maxSize 10
345
+ * @maxSize 25
346
346
  */
347
347
  modifiers?: ItemModifier[];
348
348
  }
@@ -343,7 +343,7 @@ export interface ModifierGroup {
343
343
  /**
344
344
  * List of modifiers in this group.
345
345
  * @minSize 1
346
- * @maxSize 10
346
+ * @maxSize 25
347
347
  */
348
348
  modifiers?: ItemModifier[];
349
349
  }
@@ -342,7 +342,7 @@ export interface ModifierGroup {
342
342
  /**
343
343
  * List of modifiers in this group.
344
344
  * @minSize 1
345
- * @maxSize 10
345
+ * @maxSize 25
346
346
  */
347
347
  modifiers?: ItemModifier[];
348
348
  }
@@ -343,7 +343,7 @@ export interface ModifierGroup {
343
343
  /**
344
344
  * List of modifiers in this group.
345
345
  * @minSize 1
346
- * @maxSize 10
346
+ * @maxSize 25
347
347
  */
348
348
  modifiers?: ItemModifier[];
349
349
  }
@@ -342,7 +342,7 @@ export interface ModifierGroup {
342
342
  /**
343
343
  * List of modifiers in this group.
344
344
  * @minSize 1
345
- * @maxSize 10
345
+ * @maxSize 25
346
346
  */
347
347
  modifiers?: ItemModifier[];
348
348
  }
@@ -364,7 +364,7 @@ export interface ModifierGroup {
364
364
  /**
365
365
  * List of modifiers in this group.
366
366
  * @minSize 1
367
- * @maxSize 10
367
+ * @maxSize 25
368
368
  */
369
369
  modifiers?: ItemModifier[];
370
370
  }
@@ -342,7 +342,7 @@ export interface ModifierGroup {
342
342
  /**
343
343
  * List of modifiers in this group.
344
344
  * @minSize 1
345
- * @maxSize 10
345
+ * @maxSize 25
346
346
  */
347
347
  modifiers?: ItemModifier[];
348
348
  }
@@ -364,7 +364,7 @@ export interface ModifierGroup {
364
364
  /**
365
365
  * List of modifiers in this group.
366
366
  * @minSize 1
367
- * @maxSize 10
367
+ * @maxSize 25
368
368
  */
369
369
  modifiers?: ItemModifier[];
370
370
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_ecom_totals-calculator",
3
- "version": "1.0.22",
3
+ "version": "1.0.23",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -48,5 +48,5 @@
48
48
  "fqdn": "wix.ecom.v1.totals_calculation"
49
49
  }
50
50
  },
51
- "falconPackageHash": "9752027b3dffe1017d096e5facec7e885f930ab90187839efe686d1a"
51
+ "falconPackageHash": "41325a7d2a74762c412ad133c4f66239ca7e92cd05f8ab1fdbd43a14"
52
52
  }