@wix/auto_sdk_ecom_current-cart 1.0.173 → 1.0.174

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.
@@ -7850,9 +7850,7 @@ var EstimateCurrentCartTotalsResponse = z.object({
7850
7850
  credits: z.object({
7851
7851
  total: z.number().int().describe("Membership's initial value.").min(1).optional(),
7852
7852
  remaining: z.number().int().describe("Membership's remaining value.").min(0).optional()
7853
- }).describe(
7854
- "Deprecated. The new flow no longer exposes raw balances on a membership; what a membership can pay\nfor is conveyed by `ExistingMembership.covered_line_items` (per-item redemption cost)."
7855
- ).optional(),
7853
+ }).describe("Membership's payment credits (balance information).").optional(),
7856
7854
  expirationDate: z.date().describe("Deprecated. Use `offering_description`.").optional().nullable(),
7857
7855
  additionalData: z.record(z.string(), z.any()).describe("Deprecated. Use `offering_description`.").optional().nullable()
7858
7856
  })
@@ -7878,7 +7876,7 @@ var EstimateCurrentCartTotalsResponse = z.object({
7878
7876
  total: z.number().int().describe("Membership's initial value.").min(1).optional(),
7879
7877
  remaining: z.number().int().describe("Membership's remaining value.").min(0).optional()
7880
7878
  }).describe(
7881
- "Deprecated. The new flow no longer exposes raw balances on a membership; what a membership can pay\nfor is conveyed by `ExistingMembership.covered_line_items` (per-item redemption cost)."
7879
+ "Membership's payment credits (balance information)."
7882
7880
  ).optional(),
7883
7881
  expirationDate: z.date().describe("Deprecated. Use `offering_description`.").optional().nullable(),
7884
7882
  additionalData: z.record(z.string(), z.any()).describe("Deprecated. Use `offering_description`.").optional().nullable()