@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.
@@ -7903,9 +7903,7 @@ var EstimateCurrentCartTotalsResponse = z.object({
7903
7903
  credits: z.object({
7904
7904
  total: z.number().int().describe("Membership's initial value.").min(1).optional(),
7905
7905
  remaining: z.number().int().describe("Membership's remaining value.").min(0).optional()
7906
- }).describe(
7907
- "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)."
7908
- ).optional(),
7906
+ }).describe("Membership's payment credits (balance information).").optional(),
7909
7907
  expirationDate: z.date().describe("Deprecated. Use `offering_description`.").optional().nullable(),
7910
7908
  additionalData: z.record(z.string(), z.any()).describe("Deprecated. Use `offering_description`.").optional().nullable()
7911
7909
  })
@@ -7931,7 +7929,7 @@ var EstimateCurrentCartTotalsResponse = z.object({
7931
7929
  total: z.number().int().describe("Membership's initial value.").min(1).optional(),
7932
7930
  remaining: z.number().int().describe("Membership's remaining value.").min(0).optional()
7933
7931
  }).describe(
7934
- "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)."
7932
+ "Membership's payment credits (balance information)."
7935
7933
  ).optional(),
7936
7934
  expirationDate: z.date().describe("Deprecated. Use `offering_description`.").optional().nullable(),
7937
7935
  additionalData: z.record(z.string(), z.any()).describe("Deprecated. Use `offering_description`.").optional().nullable()