@wix/auto_sdk_stores_customizations-v-3 1.0.85 → 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.
@@ -124,7 +124,7 @@ var CreateCustomizationRequest = z.object({
124
124
  "Default amount added to a product's price when this customization is assigned to a modifier."
125
125
  ).optional().nullable(),
126
126
  displayImage: z.string().describe(
127
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
127
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
128
128
  ).optional(),
129
129
  primaryChoiceIds: z.array(z.string()).max(4).optional()
130
130
  }),
@@ -209,7 +209,7 @@ var CreateCustomizationResponse = z.intersection(
209
209
  "Default amount added to a product's price when this customization is assigned to a modifier."
210
210
  ).optional().nullable(),
211
211
  displayImage: z.string().describe(
212
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
212
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
213
213
  ).optional(),
214
214
  primaryChoiceIds: z.array(z.string()).max(4).optional()
215
215
  }),
@@ -302,7 +302,7 @@ var GetCustomizationResponse = z.intersection(
302
302
  "Default amount added to a product's price when this customization is assigned to a modifier."
303
303
  ).optional().nullable(),
304
304
  displayImage: z.string().describe(
305
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
305
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
306
306
  ).optional(),
307
307
  primaryChoiceIds: z.array(z.string()).max(4).optional()
308
308
  }),
@@ -386,7 +386,7 @@ var UpdateCustomizationRequest = z.object({
386
386
  "Default amount added to a product's price when this customization is assigned to a modifier."
387
387
  ).optional().nullable(),
388
388
  displayImage: z.string().describe(
389
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
389
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
390
390
  ).optional(),
391
391
  primaryChoiceIds: z.array(z.string()).max(4).optional()
392
392
  }),
@@ -474,7 +474,7 @@ var UpdateCustomizationResponse = z.intersection(
474
474
  "Default amount added to a product's price when this customization is assigned to a modifier."
475
475
  ).optional().nullable(),
476
476
  displayImage: z.string().describe(
477
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
477
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
478
478
  ).optional(),
479
479
  primaryChoiceIds: z.array(z.string()).max(4).optional()
480
480
  }),
@@ -671,7 +671,7 @@ var QueryCustomizationsResponse = z.object({
671
671
  "Default amount added to a product's price when this customization is assigned to a modifier."
672
672
  ).optional().nullable(),
673
673
  displayImage: z.string().describe(
674
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
674
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
675
675
  ).optional(),
676
676
  primaryChoiceIds: z.array(z.string()).max(4).optional()
677
677
  }),
@@ -773,7 +773,7 @@ var BulkCreateCustomizationsRequest = z.object({
773
773
  "Default amount added to a product's price when this customization is assigned to a modifier."
774
774
  ).optional().nullable(),
775
775
  displayImage: z.string().describe(
776
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
776
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
777
777
  ).optional(),
778
778
  primaryChoiceIds: z.array(z.string()).max(4).optional()
779
779
  }),
@@ -885,7 +885,7 @@ var BulkCreateCustomizationsResponse = z.object({
885
885
  "Default amount added to a product's price when this customization is assigned to a modifier."
886
886
  ).optional().nullable(),
887
887
  displayImage: z.string().describe(
888
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
888
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
889
889
  ).optional(),
890
890
  primaryChoiceIds: z.array(z.string()).max(4).optional()
891
891
  }),
@@ -938,7 +938,7 @@ var AddCustomizationChoicesRequest = z.object({
938
938
  "Default amount added to a product's price when this customization is assigned to a modifier."
939
939
  ).optional().nullable(),
940
940
  displayImage: z.string().describe(
941
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
941
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
942
942
  ).optional(),
943
943
  primaryChoiceIds: z.array(z.string()).max(4).optional()
944
944
  }),
@@ -1023,7 +1023,7 @@ var AddCustomizationChoicesResponse = z.object({
1023
1023
  "Default amount added to a product's price when this customization is assigned to a modifier."
1024
1024
  ).optional().nullable(),
1025
1025
  displayImage: z.string().describe(
1026
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1026
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1027
1027
  ).optional(),
1028
1028
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1029
1029
  }),
@@ -1065,7 +1065,7 @@ var SetCustomizationChoicesRequest = z.object({
1065
1065
  "Default amount added to a product's price when this customization is assigned to a modifier."
1066
1066
  ).optional().nullable(),
1067
1067
  displayImage: z.string().describe(
1068
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1068
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1069
1069
  ).optional(),
1070
1070
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1071
1071
  }),
@@ -1150,7 +1150,7 @@ var SetCustomizationChoicesResponse = z.object({
1150
1150
  "Default amount added to a product's price when this customization is assigned to a modifier."
1151
1151
  ).optional().nullable(),
1152
1152
  displayImage: z.string().describe(
1153
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1153
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1154
1154
  ).optional(),
1155
1155
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1156
1156
  }),
@@ -1249,7 +1249,7 @@ var RemoveCustomizationChoicesResponse = z.object({
1249
1249
  "Default amount added to a product's price when this customization is assigned to a modifier."
1250
1250
  ).optional().nullable(),
1251
1251
  displayImage: z.string().describe(
1252
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1252
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1253
1253
  ).optional(),
1254
1254
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1255
1255
  }),
@@ -1296,7 +1296,7 @@ var UpdateCustomizationChoicesRequest = z.object({
1296
1296
  "Default amount added to a product's price when this customization is assigned to a modifier."
1297
1297
  ).optional().nullable(),
1298
1298
  displayImage: z.string().describe(
1299
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1299
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1300
1300
  ).optional(),
1301
1301
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1302
1302
  }),
@@ -1381,7 +1381,7 @@ var UpdateCustomizationChoicesResponse = z.object({
1381
1381
  "Default amount added to a product's price when this customization is assigned to a modifier."
1382
1382
  ).optional().nullable(),
1383
1383
  displayImage: z.string().describe(
1384
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1384
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1385
1385
  ).optional(),
1386
1386
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1387
1387
  }),
@@ -1482,7 +1482,7 @@ var ReorderCustomizationChoicesResponse = z.object({
1482
1482
  "Default amount added to a product's price when this customization is assigned to a modifier."
1483
1483
  ).optional().nullable(),
1484
1484
  displayImage: z.string().describe(
1485
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1485
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1486
1486
  ).optional(),
1487
1487
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1488
1488
  }),
@@ -1525,7 +1525,7 @@ var BulkAddCustomizationChoicesRequest = z.object({
1525
1525
  "Default amount added to a product's price when this customization is assigned to a modifier."
1526
1526
  ).optional().nullable(),
1527
1527
  displayImage: z.string().describe(
1528
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1528
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1529
1529
  ).optional(),
1530
1530
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1531
1531
  }),
@@ -1633,7 +1633,7 @@ var BulkAddCustomizationChoicesResponse = z.object({
1633
1633
  "Default amount added to a product's price when this customization is assigned to a modifier."
1634
1634
  ).optional().nullable(),
1635
1635
  displayImage: z.string().describe(
1636
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1636
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1637
1637
  ).optional(),
1638
1638
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1639
1639
  }),
@@ -1730,7 +1730,7 @@ var BulkUpdateCustomizationsRequest = z.object({
1730
1730
  "Default amount added to a product's price when this customization is assigned to a modifier."
1731
1731
  ).optional().nullable(),
1732
1732
  displayImage: z.string().describe(
1733
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1733
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1734
1734
  ).optional(),
1735
1735
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1736
1736
  }),
@@ -1844,7 +1844,7 @@ var BulkUpdateCustomizationsResponse = z.object({
1844
1844
  "Default amount added to a product's price when this customization is assigned to a modifier."
1845
1845
  ).optional().nullable(),
1846
1846
  displayImage: z.string().describe(
1847
- "Optional image displayed alongside a ONE_COLOR choice in the storefront.\nOnly valid for ONE_COLOR choices; not populated for other choice types."
1847
+ "Optional image displayed alongside a `ONE_COLOR` choice in the storefront.\nOnly valid for `ONE_COLOR` choices; not populated for other choice types."
1848
1848
  ).optional(),
1849
1849
  primaryChoiceIds: z.array(z.string()).max(4).optional()
1850
1850
  }),