@wix/auto_sdk_ecom_cart 1.0.109 → 1.0.111

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.
@@ -2386,6 +2386,12 @@ interface MembershipPaymentCredits {
2386
2386
  total?: number;
2387
2387
  /** Membership's remaining amount of credits. */
2388
2388
  remaining?: number;
2389
+ /**
2390
+ * The amount of membership credits required to purchase the items.
2391
+ * @internal
2392
+ * @min 1
2393
+ */
2394
+ redemptionCost?: number;
2389
2395
  }
2390
2396
  interface InvalidMembership {
2391
2397
  /** Membership details. */
@@ -3120,6 +3126,7 @@ declare function onCartDeleted(handler: (event: CartDeletedEnvelope) => void | P
3120
3126
  interface CartUpdatedEnvelope {
3121
3127
  entity: Cart;
3122
3128
  metadata: EventMetadata;
3129
+ /** @hidden */
3123
3130
  modifiedFields: Record<string, any>;
3124
3131
  }
3125
3132
  /** @permissionScope Manage Stores - all permissions