@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +4 -4
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -3
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +4 -4
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -3
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +4 -4
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -3
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +4 -4
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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(
|
|
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(
|
|
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(
|
|
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(
|
|
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"
|