@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.
@@ -5711,7 +5711,7 @@ var EstimateCurrentCartTotalsRequest = z.object({
5711
5711
  selectedMemberships: z.object({
5712
5712
  memberships: z.array(
5713
5713
  z.object({
5714
- _id: z.string().describe("Membership ID.").min(1).max(100).optional(),
5714
+ _id: z.string().describe("Membership ID.").min(1).max(200).optional(),
5715
5715
  appId: z.string().describe("ID of the app providing this payment option.").regex(
5716
5716
  /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
5717
5717
  "Must be a valid GUID"
@@ -7835,7 +7835,7 @@ var EstimateCurrentCartTotalsResponse = z.object({
7835
7835
  membershipOptions: z.object({
7836
7836
  eligibleMemberships: z.array(
7837
7837
  z.object({
7838
- _id: z.string().describe("Membership ID.").min(1).max(100).optional(),
7838
+ _id: z.string().describe("Membership ID.").min(1).max(200).optional(),
7839
7839
  appId: z.string().describe("ID of the application providing this payment option.").regex(
7840
7840
  /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
7841
7841
  "Must be a valid GUID"
@@ -7858,7 +7858,7 @@ var EstimateCurrentCartTotalsResponse = z.object({
7858
7858
  invalidMemberships: z.array(
7859
7859
  z.object({
7860
7860
  membership: z.object({
7861
- _id: z.string().describe("Membership ID.").min(1).max(100).optional(),
7861
+ _id: z.string().describe("Membership ID.").min(1).max(200).optional(),
7862
7862
  appId: z.string().describe(
7863
7863
  "ID of the application providing this payment option."
7864
7864
  ).regex(
@@ -7888,7 +7888,7 @@ var EstimateCurrentCartTotalsResponse = z.object({
7888
7888
  ).max(300).optional(),
7889
7889
  selectedMemberships: z.array(
7890
7890
  z.object({
7891
- _id: z.string().describe("Membership ID.").min(1).max(100).optional(),
7891
+ _id: z.string().describe("Membership ID.").min(1).max(200).optional(),
7892
7892
  appId: z.string().describe("ID of the app providing this payment option.").regex(
7893
7893
  /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/,
7894
7894
  "Must be a valid GUID"