@wix/auto_sdk_ecom_cart 1.0.166 → 1.0.168

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. */
@@ -3670,7 +3670,6 @@ declare function onCartCreated(handler: (event: CartCreatedEnvelope) => void | P
3670
3670
  * @public
3671
3671
  * @requiredField options.customLineItems.itemType
3672
3672
  * @requiredField options.customLineItems.price
3673
- * @requiredField options.customLineItems.productName
3674
3673
  * @requiredField options.lineItems.catalogReference
3675
3674
  * @requiredField options.lineItems.quantity
3676
3675
  * @requiredField options.lineItems.selectedMembership._id
@@ -3898,7 +3897,6 @@ declare function getCartByCheckoutId(_id: string): Promise<NonNullablePaths<GetC
3898
3897
  * @requiredField _id
3899
3898
  * @requiredField options.customLineItems.itemType
3900
3899
  * @requiredField options.customLineItems.price
3901
- * @requiredField options.customLineItems.productName
3902
3900
  * @requiredField options.lineItems.catalogReference
3903
3901
  * @requiredField options.lineItems.selectedMembership._id
3904
3902
  * @requiredField options.lineItems.selectedMembership.appId