@wix/auto_sdk_ecom_cart 1.0.147 → 1.0.148
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.d.ts +1 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +10 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +10 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +42 -14
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +10 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +10 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +42 -14
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +15 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +10 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +42 -14
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +15 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +10 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +42 -14
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/schemas.js
CHANGED
|
@@ -247,7 +247,9 @@ var CreateCartRequest = z.object({
|
|
|
247
247
|
"MONTH",
|
|
248
248
|
"YEAR"
|
|
249
249
|
]).optional(),
|
|
250
|
-
interval: z.number().int().describe(
|
|
250
|
+
interval: z.number().int().describe(
|
|
251
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
252
|
+
).min(1).max(999).optional()
|
|
251
253
|
}).describe(
|
|
252
254
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
253
255
|
).optional()
|
|
@@ -852,7 +854,9 @@ var CreateCartRequest = z.object({
|
|
|
852
854
|
).optional(),
|
|
853
855
|
freeTrialPeriod: z.object({
|
|
854
856
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).optional(),
|
|
855
|
-
interval: z.number().int().describe(
|
|
857
|
+
interval: z.number().int().describe(
|
|
858
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
859
|
+
).min(1).max(999).optional()
|
|
856
860
|
}).describe(
|
|
857
861
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
858
862
|
).optional()
|
|
@@ -1516,7 +1520,9 @@ var CreateCartResponse = z.object({
|
|
|
1516
1520
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
1517
1521
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
1518
1522
|
).optional(),
|
|
1519
|
-
interval: z.number().int().describe(
|
|
1523
|
+
interval: z.number().int().describe(
|
|
1524
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
1525
|
+
).min(1).max(999).optional()
|
|
1520
1526
|
}).describe(
|
|
1521
1527
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
1522
1528
|
).optional()
|
|
@@ -2125,7 +2131,9 @@ var UpdateCartRequest = z.object({
|
|
|
2125
2131
|
"MONTH",
|
|
2126
2132
|
"YEAR"
|
|
2127
2133
|
]).optional(),
|
|
2128
|
-
interval: z.number().int().describe(
|
|
2134
|
+
interval: z.number().int().describe(
|
|
2135
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
2136
|
+
).min(1).max(999).optional()
|
|
2129
2137
|
}).describe(
|
|
2130
2138
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
2131
2139
|
).optional()
|
|
@@ -2728,7 +2736,9 @@ var UpdateCartRequest = z.object({
|
|
|
2728
2736
|
).optional(),
|
|
2729
2737
|
freeTrialPeriod: z.object({
|
|
2730
2738
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).optional(),
|
|
2731
|
-
interval: z.number().int().describe(
|
|
2739
|
+
interval: z.number().int().describe(
|
|
2740
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
2741
|
+
).min(1).max(999).optional()
|
|
2732
2742
|
}).describe(
|
|
2733
2743
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
2734
2744
|
).optional()
|
|
@@ -3392,7 +3402,9 @@ var UpdateCartResponse = z.object({
|
|
|
3392
3402
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
3393
3403
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
3394
3404
|
).optional(),
|
|
3395
|
-
interval: z.number().int().describe(
|
|
3405
|
+
interval: z.number().int().describe(
|
|
3406
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
3407
|
+
).min(1).max(999).optional()
|
|
3396
3408
|
}).describe(
|
|
3397
3409
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
3398
3410
|
).optional()
|
|
@@ -3987,7 +3999,9 @@ var GetCartResponse = z.object({
|
|
|
3987
3999
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
3988
4000
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
3989
4001
|
).optional(),
|
|
3990
|
-
interval: z.number().int().describe(
|
|
4002
|
+
interval: z.number().int().describe(
|
|
4003
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
4004
|
+
).min(1).max(999).optional()
|
|
3991
4005
|
}).describe(
|
|
3992
4006
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
3993
4007
|
).optional()
|
|
@@ -4575,7 +4589,9 @@ var AddToCartRequest = z.object({
|
|
|
4575
4589
|
).optional(),
|
|
4576
4590
|
freeTrialPeriod: z.object({
|
|
4577
4591
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).optional(),
|
|
4578
|
-
interval: z.number().int().describe(
|
|
4592
|
+
interval: z.number().int().describe(
|
|
4593
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
4594
|
+
).min(1).max(999).optional()
|
|
4579
4595
|
}).describe(
|
|
4580
4596
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
4581
4597
|
).optional()
|
|
@@ -5246,7 +5262,9 @@ var AddToCartResponse = z.object({
|
|
|
5246
5262
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
5247
5263
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
5248
5264
|
).optional(),
|
|
5249
|
-
interval: z.number().int().describe(
|
|
5265
|
+
interval: z.number().int().describe(
|
|
5266
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
5267
|
+
).min(1).max(999).optional()
|
|
5250
5268
|
}).describe(
|
|
5251
5269
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
5252
5270
|
).optional()
|
|
@@ -5850,7 +5868,9 @@ var RemoveLineItemsResponse = z.object({
|
|
|
5850
5868
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
5851
5869
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
5852
5870
|
).optional(),
|
|
5853
|
-
interval: z.number().int().describe(
|
|
5871
|
+
interval: z.number().int().describe(
|
|
5872
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
5873
|
+
).min(1).max(999).optional()
|
|
5854
5874
|
}).describe(
|
|
5855
5875
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
5856
5876
|
).optional()
|
|
@@ -6554,7 +6574,9 @@ var RemoveCouponResponse = z.object({
|
|
|
6554
6574
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
6555
6575
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
6556
6576
|
).optional(),
|
|
6557
|
-
interval: z.number().int().describe(
|
|
6577
|
+
interval: z.number().int().describe(
|
|
6578
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
6579
|
+
).min(1).max(999).optional()
|
|
6558
6580
|
}).describe(
|
|
6559
6581
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
6560
6582
|
).optional()
|
|
@@ -7166,7 +7188,9 @@ var UpdateLineItemsQuantityResponse = z.object({
|
|
|
7166
7188
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
7167
7189
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
7168
7190
|
).optional(),
|
|
7169
|
-
interval: z.number().int().describe(
|
|
7191
|
+
interval: z.number().int().describe(
|
|
7192
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
7193
|
+
).min(1).max(999).optional()
|
|
7170
7194
|
}).describe(
|
|
7171
7195
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
7172
7196
|
).optional()
|
|
@@ -7861,7 +7885,9 @@ var EstimateTotalsResponse = z.object({
|
|
|
7861
7885
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
7862
7886
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
7863
7887
|
).optional(),
|
|
7864
|
-
interval: z.number().int().describe(
|
|
7888
|
+
interval: z.number().int().describe(
|
|
7889
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
7890
|
+
).min(1).max(999).optional()
|
|
7865
7891
|
}).describe(
|
|
7866
7892
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
7867
7893
|
).optional()
|
|
@@ -10207,7 +10233,9 @@ var RemoveBusinessLocationResponse = z.object({
|
|
|
10207
10233
|
frequency: z.enum(["UNDEFINED", "DAY", "WEEK", "MONTH", "YEAR"]).describe(
|
|
10208
10234
|
"Frequency of period. Values: DAY, WEEK, MONTH, YEAR"
|
|
10209
10235
|
).optional(),
|
|
10210
|
-
interval: z.number().int().describe(
|
|
10236
|
+
interval: z.number().int().describe(
|
|
10237
|
+
"Number of frequency units in the free trial period. For example, frequency `MONTH` with interval `3` means a 3-month free trial."
|
|
10238
|
+
).min(1).max(999).optional()
|
|
10211
10239
|
}).describe(
|
|
10212
10240
|
"Period until first cycle starts. If applied payNow will be 0\nIf None => no free trial"
|
|
10213
10241
|
).optional()
|