@wix/auto_sdk_stores_customizations-v-3 1.0.86 → 1.0.87
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 -6
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +3 -6
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +20 -20
- package/build/cjs/schemas.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -6
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +3 -6
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +20 -20
- 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 -6
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +3 -6
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +20 -20
- 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 -6
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +3 -6
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +20 -20
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -63,7 +63,7 @@ var CreateCustomizationRequest = z.object({
|
|
|
63
63
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
64
64
|
).optional().nullable(),
|
|
65
65
|
displayImage: z.string().describe(
|
|
66
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
66
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
67
67
|
).optional(),
|
|
68
68
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
69
69
|
}),
|
|
@@ -148,7 +148,7 @@ var CreateCustomizationResponse = z.intersection(
|
|
|
148
148
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
149
149
|
).optional().nullable(),
|
|
150
150
|
displayImage: z.string().describe(
|
|
151
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
151
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
152
152
|
).optional(),
|
|
153
153
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
154
154
|
}),
|
|
@@ -241,7 +241,7 @@ var GetCustomizationResponse = z.intersection(
|
|
|
241
241
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
242
242
|
).optional().nullable(),
|
|
243
243
|
displayImage: z.string().describe(
|
|
244
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
244
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
245
245
|
).optional(),
|
|
246
246
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
247
247
|
}),
|
|
@@ -325,7 +325,7 @@ var UpdateCustomizationRequest = z.object({
|
|
|
325
325
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
326
326
|
).optional().nullable(),
|
|
327
327
|
displayImage: z.string().describe(
|
|
328
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
328
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
329
329
|
).optional(),
|
|
330
330
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
331
331
|
}),
|
|
@@ -413,7 +413,7 @@ var UpdateCustomizationResponse = z.intersection(
|
|
|
413
413
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
414
414
|
).optional().nullable(),
|
|
415
415
|
displayImage: z.string().describe(
|
|
416
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
416
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
417
417
|
).optional(),
|
|
418
418
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
419
419
|
}),
|
|
@@ -610,7 +610,7 @@ var QueryCustomizationsResponse = z.object({
|
|
|
610
610
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
611
611
|
).optional().nullable(),
|
|
612
612
|
displayImage: z.string().describe(
|
|
613
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
613
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
614
614
|
).optional(),
|
|
615
615
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
616
616
|
}),
|
|
@@ -712,7 +712,7 @@ var BulkCreateCustomizationsRequest = z.object({
|
|
|
712
712
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
713
713
|
).optional().nullable(),
|
|
714
714
|
displayImage: z.string().describe(
|
|
715
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
715
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
716
716
|
).optional(),
|
|
717
717
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
718
718
|
}),
|
|
@@ -824,7 +824,7 @@ var BulkCreateCustomizationsResponse = z.object({
|
|
|
824
824
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
825
825
|
).optional().nullable(),
|
|
826
826
|
displayImage: z.string().describe(
|
|
827
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
827
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
828
828
|
).optional(),
|
|
829
829
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
830
830
|
}),
|
|
@@ -877,7 +877,7 @@ var AddCustomizationChoicesRequest = z.object({
|
|
|
877
877
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
878
878
|
).optional().nullable(),
|
|
879
879
|
displayImage: z.string().describe(
|
|
880
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
880
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
881
881
|
).optional(),
|
|
882
882
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
883
883
|
}),
|
|
@@ -962,7 +962,7 @@ var AddCustomizationChoicesResponse = z.object({
|
|
|
962
962
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
963
963
|
).optional().nullable(),
|
|
964
964
|
displayImage: z.string().describe(
|
|
965
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
965
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
966
966
|
).optional(),
|
|
967
967
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
968
968
|
}),
|
|
@@ -1004,7 +1004,7 @@ var SetCustomizationChoicesRequest = z.object({
|
|
|
1004
1004
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1005
1005
|
).optional().nullable(),
|
|
1006
1006
|
displayImage: z.string().describe(
|
|
1007
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1007
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1008
1008
|
).optional(),
|
|
1009
1009
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1010
1010
|
}),
|
|
@@ -1089,7 +1089,7 @@ var SetCustomizationChoicesResponse = z.object({
|
|
|
1089
1089
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1090
1090
|
).optional().nullable(),
|
|
1091
1091
|
displayImage: z.string().describe(
|
|
1092
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1092
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1093
1093
|
).optional(),
|
|
1094
1094
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1095
1095
|
}),
|
|
@@ -1188,7 +1188,7 @@ var RemoveCustomizationChoicesResponse = z.object({
|
|
|
1188
1188
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1189
1189
|
).optional().nullable(),
|
|
1190
1190
|
displayImage: z.string().describe(
|
|
1191
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1191
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1192
1192
|
).optional(),
|
|
1193
1193
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1194
1194
|
}),
|
|
@@ -1235,7 +1235,7 @@ var UpdateCustomizationChoicesRequest = z.object({
|
|
|
1235
1235
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1236
1236
|
).optional().nullable(),
|
|
1237
1237
|
displayImage: z.string().describe(
|
|
1238
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1238
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1239
1239
|
).optional(),
|
|
1240
1240
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1241
1241
|
}),
|
|
@@ -1320,7 +1320,7 @@ var UpdateCustomizationChoicesResponse = z.object({
|
|
|
1320
1320
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1321
1321
|
).optional().nullable(),
|
|
1322
1322
|
displayImage: z.string().describe(
|
|
1323
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1323
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1324
1324
|
).optional(),
|
|
1325
1325
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1326
1326
|
}),
|
|
@@ -1421,7 +1421,7 @@ var ReorderCustomizationChoicesResponse = z.object({
|
|
|
1421
1421
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1422
1422
|
).optional().nullable(),
|
|
1423
1423
|
displayImage: z.string().describe(
|
|
1424
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1424
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1425
1425
|
).optional(),
|
|
1426
1426
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1427
1427
|
}),
|
|
@@ -1464,7 +1464,7 @@ var BulkAddCustomizationChoicesRequest = z.object({
|
|
|
1464
1464
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1465
1465
|
).optional().nullable(),
|
|
1466
1466
|
displayImage: z.string().describe(
|
|
1467
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1467
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1468
1468
|
).optional(),
|
|
1469
1469
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1470
1470
|
}),
|
|
@@ -1572,7 +1572,7 @@ var BulkAddCustomizationChoicesResponse = z.object({
|
|
|
1572
1572
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1573
1573
|
).optional().nullable(),
|
|
1574
1574
|
displayImage: z.string().describe(
|
|
1575
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1575
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1576
1576
|
).optional(),
|
|
1577
1577
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1578
1578
|
}),
|
|
@@ -1669,7 +1669,7 @@ var BulkUpdateCustomizationsRequest = z.object({
|
|
|
1669
1669
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1670
1670
|
).optional().nullable(),
|
|
1671
1671
|
displayImage: z.string().describe(
|
|
1672
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1672
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1673
1673
|
).optional(),
|
|
1674
1674
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1675
1675
|
}),
|
|
@@ -1783,7 +1783,7 @@ var BulkUpdateCustomizationsResponse = z.object({
|
|
|
1783
1783
|
"Default amount added to a product's price when this customization is assigned to a modifier."
|
|
1784
1784
|
).optional().nullable(),
|
|
1785
1785
|
displayImage: z.string().describe(
|
|
1786
|
-
"Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
|
|
1786
|
+
"Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
|
|
1787
1787
|
).optional(),
|
|
1788
1788
|
primaryChoiceIds: z.array(z.string()).max(4).optional()
|
|
1789
1789
|
}),
|