@wix/auto_sdk_ecom_current-cart 1.0.176 → 1.0.177

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.
@@ -1568,7 +1568,7 @@ interface HostSelectedMembership {
1568
1568
  /**
1569
1569
  * Membership ID.
1570
1570
  * @minLength 1
1571
- * @maxLength 100
1571
+ * @maxLength 200
1572
1572
  */
1573
1573
  _id?: string;
1574
1574
  /**
@@ -2543,7 +2543,7 @@ interface Membership {
2543
2543
  /**
2544
2544
  * Membership ID.
2545
2545
  * @minLength 1
2546
- * @maxLength 100
2546
+ * @maxLength 200
2547
2547
  */
2548
2548
  _id?: string;
2549
2549
  /**
@@ -2664,7 +2664,7 @@ interface V1Membership {
2664
2664
  /**
2665
2665
  * Membership ID.
2666
2666
  * @minLength 1
2667
- * @maxLength 100
2667
+ * @maxLength 200
2668
2668
  */
2669
2669
  _id?: string;
2670
2670
  /** Membership name. */