@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.
@@ -1499,7 +1499,7 @@ interface HostSelectedMembership {
1499
1499
  /**
1500
1500
  * Membership ID.
1501
1501
  * @minLength 1
1502
- * @maxLength 100
1502
+ * @maxLength 200
1503
1503
  */
1504
1504
  _id?: string;
1505
1505
  /**
@@ -2371,7 +2371,7 @@ interface Membership {
2371
2371
  /**
2372
2372
  * Membership ID.
2373
2373
  * @minLength 1
2374
- * @maxLength 100
2374
+ * @maxLength 200
2375
2375
  */
2376
2376
  _id?: string;
2377
2377
  /**
@@ -2472,7 +2472,7 @@ interface V1Membership {
2472
2472
  /**
2473
2473
  * Membership ID.
2474
2474
  * @minLength 1
2475
- * @maxLength 100
2475
+ * @maxLength 200
2476
2476
  */
2477
2477
  _id?: string;
2478
2478
  /** Membership name. */