@wix/auto_sdk_stores_customizations-v-3 1.0.75 → 1.0.76
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 +152 -27
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +141 -24
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +34 -1
- package/build/cjs/meta.js +64 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +152 -27
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +141 -24
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +34 -1
- package/build/es/meta.mjs +64 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +152 -27
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -0
- package/build/internal/cjs/index.typings.js +141 -24
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +34 -1
- package/build/internal/cjs/meta.js +64 -4
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +152 -27
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -0
- package/build/internal/es/index.typings.mjs +141 -24
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +34 -1
- package/build/internal/es/meta.mjs +64 -4
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -121,6 +121,9 @@ function createCustomization(payload) {
|
|
|
121
121
|
{ path: "customization.updatedDate" },
|
|
122
122
|
{
|
|
123
123
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
124
127
|
}
|
|
125
128
|
]
|
|
126
129
|
},
|
|
@@ -154,6 +157,9 @@ function createCustomization(payload) {
|
|
|
154
157
|
{ path: "customization.updatedDate" },
|
|
155
158
|
{
|
|
156
159
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
160
|
+
},
|
|
161
|
+
{
|
|
162
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
157
163
|
}
|
|
158
164
|
]
|
|
159
165
|
},
|
|
@@ -198,6 +204,9 @@ function getCustomization(payload) {
|
|
|
198
204
|
{ path: "customization.updatedDate" },
|
|
199
205
|
{
|
|
200
206
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
201
210
|
}
|
|
202
211
|
]
|
|
203
212
|
},
|
|
@@ -232,6 +241,9 @@ function updateCustomization(payload) {
|
|
|
232
241
|
{ path: "customization.updatedDate" },
|
|
233
242
|
{
|
|
234
243
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
235
247
|
}
|
|
236
248
|
]
|
|
237
249
|
},
|
|
@@ -265,6 +277,9 @@ function updateCustomization(payload) {
|
|
|
265
277
|
{ path: "customization.updatedDate" },
|
|
266
278
|
{
|
|
267
279
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
268
283
|
}
|
|
269
284
|
]
|
|
270
285
|
},
|
|
@@ -330,6 +345,9 @@ function queryCustomizations(payload) {
|
|
|
330
345
|
{ path: "customizations.updatedDate" },
|
|
331
346
|
{
|
|
332
347
|
path: "customizations.choicesSettings.choices.image.urlExpirationDate"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
path: "customizations.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
333
351
|
}
|
|
334
352
|
]
|
|
335
353
|
},
|
|
@@ -371,6 +389,9 @@ function bulkCreateCustomizations(payload) {
|
|
|
371
389
|
{ path: "customizations.updatedDate" },
|
|
372
390
|
{
|
|
373
391
|
path: "customizations.choicesSettings.choices.image.urlExpirationDate"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
path: "customizations.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
374
395
|
}
|
|
375
396
|
]
|
|
376
397
|
},
|
|
@@ -404,6 +425,9 @@ function bulkCreateCustomizations(payload) {
|
|
|
404
425
|
{ path: "results.customization.updatedDate" },
|
|
405
426
|
{
|
|
406
427
|
path: "results.customization.choicesSettings.choices.image.urlExpirationDate"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
path: "results.customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
407
431
|
}
|
|
408
432
|
]
|
|
409
433
|
},
|
|
@@ -429,7 +453,10 @@ function addCustomizationChoices(payload) {
|
|
|
429
453
|
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
430
454
|
{
|
|
431
455
|
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
432
|
-
paths: [
|
|
456
|
+
paths: [
|
|
457
|
+
{ path: "choices.image.urlExpirationDate" },
|
|
458
|
+
{ path: "choices.displayImage.urlExpirationDate" }
|
|
459
|
+
]
|
|
433
460
|
},
|
|
434
461
|
{
|
|
435
462
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
@@ -461,6 +488,9 @@ function addCustomizationChoices(payload) {
|
|
|
461
488
|
{ path: "customization.updatedDate" },
|
|
462
489
|
{
|
|
463
490
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
464
494
|
}
|
|
465
495
|
]
|
|
466
496
|
},
|
|
@@ -486,7 +516,10 @@ function setCustomizationChoices(payload) {
|
|
|
486
516
|
const serializedData = (0, import_transform_paths.transformPaths)(payload, [
|
|
487
517
|
{
|
|
488
518
|
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
489
|
-
paths: [
|
|
519
|
+
paths: [
|
|
520
|
+
{ path: "choices.image.urlExpirationDate" },
|
|
521
|
+
{ path: "choices.displayImage.urlExpirationDate" }
|
|
522
|
+
]
|
|
490
523
|
},
|
|
491
524
|
{
|
|
492
525
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
@@ -518,6 +551,9 @@ function setCustomizationChoices(payload) {
|
|
|
518
551
|
{ path: "customization.updatedDate" },
|
|
519
552
|
{
|
|
520
553
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
521
557
|
}
|
|
522
558
|
]
|
|
523
559
|
},
|
|
@@ -562,6 +598,9 @@ function removeCustomizationChoices(payload) {
|
|
|
562
598
|
{ path: "customization.updatedDate" },
|
|
563
599
|
{
|
|
564
600
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
565
604
|
}
|
|
566
605
|
]
|
|
567
606
|
},
|
|
@@ -591,7 +630,10 @@ function updateCustomizationChoices(payload) {
|
|
|
591
630
|
},
|
|
592
631
|
{
|
|
593
632
|
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
594
|
-
paths: [
|
|
633
|
+
paths: [
|
|
634
|
+
{ path: "choices.choice.image.urlExpirationDate" },
|
|
635
|
+
{ path: "choices.choice.displayImage.urlExpirationDate" }
|
|
636
|
+
]
|
|
595
637
|
},
|
|
596
638
|
{
|
|
597
639
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
@@ -623,6 +665,9 @@ function updateCustomizationChoices(payload) {
|
|
|
623
665
|
{ path: "customization.updatedDate" },
|
|
624
666
|
{
|
|
625
667
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
626
671
|
}
|
|
627
672
|
]
|
|
628
673
|
},
|
|
@@ -667,6 +712,9 @@ function reorderCustomizationChoices(payload) {
|
|
|
667
712
|
{ path: "customization.updatedDate" },
|
|
668
713
|
{
|
|
669
714
|
path: "customization.choicesSettings.choices.image.urlExpirationDate"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
path: "customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
670
718
|
}
|
|
671
719
|
]
|
|
672
720
|
},
|
|
@@ -693,7 +741,10 @@ function bulkAddCustomizationChoices(payload) {
|
|
|
693
741
|
{
|
|
694
742
|
transformFn: import_timestamp.transformSDKTimestampToRESTTimestamp,
|
|
695
743
|
paths: [
|
|
696
|
-
{ path: "customizationsChoices.choices.image.urlExpirationDate" }
|
|
744
|
+
{ path: "customizationsChoices.choices.image.urlExpirationDate" },
|
|
745
|
+
{
|
|
746
|
+
path: "customizationsChoices.choices.displayImage.urlExpirationDate"
|
|
747
|
+
}
|
|
697
748
|
]
|
|
698
749
|
},
|
|
699
750
|
{
|
|
@@ -726,6 +777,9 @@ function bulkAddCustomizationChoices(payload) {
|
|
|
726
777
|
{ path: "results.customization.updatedDate" },
|
|
727
778
|
{
|
|
728
779
|
path: "results.customization.choicesSettings.choices.image.urlExpirationDate"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
path: "results.customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
729
783
|
}
|
|
730
784
|
]
|
|
731
785
|
},
|
|
@@ -760,6 +814,9 @@ function bulkUpdateCustomizations(payload) {
|
|
|
760
814
|
{ path: "customizations.customization.updatedDate" },
|
|
761
815
|
{
|
|
762
816
|
path: "customizations.customization.choicesSettings.choices.image.urlExpirationDate"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
path: "customizations.customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
763
820
|
}
|
|
764
821
|
]
|
|
765
822
|
},
|
|
@@ -797,6 +854,9 @@ function bulkUpdateCustomizations(payload) {
|
|
|
797
854
|
{ path: "results.customization.updatedDate" },
|
|
798
855
|
{
|
|
799
856
|
path: "results.customization.choicesSettings.choices.image.urlExpirationDate"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
path: "results.customization.choicesSettings.choices.displayImage.urlExpirationDate"
|
|
800
860
|
}
|
|
801
861
|
]
|
|
802
862
|
},
|
|
@@ -870,7 +930,10 @@ async function createCustomization2(customization) {
|
|
|
870
930
|
[
|
|
871
931
|
{
|
|
872
932
|
transformFn: import_image.transformSDKImageToRESTImage,
|
|
873
|
-
paths: [
|
|
933
|
+
paths: [
|
|
934
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
935
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
936
|
+
]
|
|
874
937
|
}
|
|
875
938
|
]
|
|
876
939
|
);
|
|
@@ -883,7 +946,10 @@ async function createCustomization2(customization) {
|
|
|
883
946
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
884
947
|
{
|
|
885
948
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
886
|
-
paths: [
|
|
949
|
+
paths: [
|
|
950
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
951
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
952
|
+
]
|
|
887
953
|
}
|
|
888
954
|
])
|
|
889
955
|
)?.customization;
|
|
@@ -916,7 +982,10 @@ async function getCustomization2(customizationId, options) {
|
|
|
916
982
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
917
983
|
{
|
|
918
984
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
919
|
-
paths: [
|
|
985
|
+
paths: [
|
|
986
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
987
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
988
|
+
]
|
|
920
989
|
}
|
|
921
990
|
])
|
|
922
991
|
)?.customization;
|
|
@@ -947,7 +1016,10 @@ async function updateCustomization2(_id, customization, options) {
|
|
|
947
1016
|
[
|
|
948
1017
|
{
|
|
949
1018
|
transformFn: import_image.transformSDKImageToRESTImage,
|
|
950
|
-
paths: [
|
|
1019
|
+
paths: [
|
|
1020
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
1021
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
1022
|
+
]
|
|
951
1023
|
}
|
|
952
1024
|
]
|
|
953
1025
|
);
|
|
@@ -960,7 +1032,10 @@ async function updateCustomization2(_id, customization, options) {
|
|
|
960
1032
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
961
1033
|
{
|
|
962
1034
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
963
|
-
paths: [
|
|
1035
|
+
paths: [
|
|
1036
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
1037
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
1038
|
+
]
|
|
964
1039
|
}
|
|
965
1040
|
])
|
|
966
1041
|
)?.customization;
|
|
@@ -1038,7 +1113,10 @@ function queryCustomizations2(options) {
|
|
|
1038
1113
|
(0, import_transform_paths2.transformPaths)(data, [
|
|
1039
1114
|
{
|
|
1040
1115
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1041
|
-
paths: [
|
|
1116
|
+
paths: [
|
|
1117
|
+
{ path: "customizations.choicesSettings.choices.image" },
|
|
1118
|
+
{ path: "customizations.choicesSettings.choices.displayImage" }
|
|
1119
|
+
]
|
|
1042
1120
|
}
|
|
1043
1121
|
])
|
|
1044
1122
|
);
|
|
@@ -1074,7 +1152,10 @@ async function typedQueryCustomizations(query, options) {
|
|
|
1074
1152
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
1075
1153
|
{
|
|
1076
1154
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1077
|
-
paths: [
|
|
1155
|
+
paths: [
|
|
1156
|
+
{ path: "customizations.choicesSettings.choices.image" },
|
|
1157
|
+
{ path: "customizations.choicesSettings.choices.displayImage" }
|
|
1158
|
+
]
|
|
1078
1159
|
}
|
|
1079
1160
|
])
|
|
1080
1161
|
);
|
|
@@ -1107,7 +1188,10 @@ async function bulkCreateCustomizations2(customizations, options) {
|
|
|
1107
1188
|
[
|
|
1108
1189
|
{
|
|
1109
1190
|
transformFn: import_image.transformSDKImageToRESTImage,
|
|
1110
|
-
paths: [
|
|
1191
|
+
paths: [
|
|
1192
|
+
{ path: "customizations.choicesSettings.choices.image" },
|
|
1193
|
+
{ path: "customizations.choicesSettings.choices.displayImage" }
|
|
1194
|
+
]
|
|
1111
1195
|
}
|
|
1112
1196
|
]
|
|
1113
1197
|
);
|
|
@@ -1121,7 +1205,10 @@ async function bulkCreateCustomizations2(customizations, options) {
|
|
|
1121
1205
|
{
|
|
1122
1206
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1123
1207
|
paths: [
|
|
1124
|
-
{ path: "results.customization.choicesSettings.choices.image" }
|
|
1208
|
+
{ path: "results.customization.choicesSettings.choices.image" },
|
|
1209
|
+
{
|
|
1210
|
+
path: "results.customization.choicesSettings.choices.displayImage"
|
|
1211
|
+
}
|
|
1125
1212
|
]
|
|
1126
1213
|
}
|
|
1127
1214
|
])
|
|
@@ -1154,7 +1241,7 @@ async function addCustomizationChoices2(customizationId, choices, options) {
|
|
|
1154
1241
|
[
|
|
1155
1242
|
{
|
|
1156
1243
|
transformFn: import_image.transformSDKImageToRESTImage,
|
|
1157
|
-
paths: [{ path: "choices.image" }]
|
|
1244
|
+
paths: [{ path: "choices.image" }, { path: "choices.displayImage" }]
|
|
1158
1245
|
}
|
|
1159
1246
|
]
|
|
1160
1247
|
);
|
|
@@ -1167,7 +1254,10 @@ async function addCustomizationChoices2(customizationId, choices, options) {
|
|
|
1167
1254
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
1168
1255
|
{
|
|
1169
1256
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1170
|
-
paths: [
|
|
1257
|
+
paths: [
|
|
1258
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
1259
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
1260
|
+
]
|
|
1171
1261
|
}
|
|
1172
1262
|
])
|
|
1173
1263
|
);
|
|
@@ -1200,7 +1290,7 @@ async function setCustomizationChoices2(customizationId, choices, options) {
|
|
|
1200
1290
|
[
|
|
1201
1291
|
{
|
|
1202
1292
|
transformFn: import_image.transformSDKImageToRESTImage,
|
|
1203
|
-
paths: [{ path: "choices.image" }]
|
|
1293
|
+
paths: [{ path: "choices.image" }, { path: "choices.displayImage" }]
|
|
1204
1294
|
}
|
|
1205
1295
|
]
|
|
1206
1296
|
);
|
|
@@ -1213,7 +1303,10 @@ async function setCustomizationChoices2(customizationId, choices, options) {
|
|
|
1213
1303
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
1214
1304
|
{
|
|
1215
1305
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1216
|
-
paths: [
|
|
1306
|
+
paths: [
|
|
1307
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
1308
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
1309
|
+
]
|
|
1217
1310
|
}
|
|
1218
1311
|
])
|
|
1219
1312
|
);
|
|
@@ -1254,7 +1347,10 @@ async function removeCustomizationChoices2(customizationId, choiceIds, options)
|
|
|
1254
1347
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
1255
1348
|
{
|
|
1256
1349
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1257
|
-
paths: [
|
|
1350
|
+
paths: [
|
|
1351
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
1352
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
1353
|
+
]
|
|
1258
1354
|
}
|
|
1259
1355
|
])
|
|
1260
1356
|
);
|
|
@@ -1289,7 +1385,10 @@ async function updateCustomizationChoices2(customizationId, revision, options) {
|
|
|
1289
1385
|
[
|
|
1290
1386
|
{
|
|
1291
1387
|
transformFn: import_image.transformSDKImageToRESTImage,
|
|
1292
|
-
paths: [
|
|
1388
|
+
paths: [
|
|
1389
|
+
{ path: "choices.choice.image" },
|
|
1390
|
+
{ path: "choices.choice.displayImage" }
|
|
1391
|
+
]
|
|
1293
1392
|
}
|
|
1294
1393
|
]
|
|
1295
1394
|
);
|
|
@@ -1304,7 +1403,10 @@ async function updateCustomizationChoices2(customizationId, revision, options) {
|
|
|
1304
1403
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
1305
1404
|
{
|
|
1306
1405
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1307
|
-
paths: [
|
|
1406
|
+
paths: [
|
|
1407
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
1408
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
1409
|
+
]
|
|
1308
1410
|
}
|
|
1309
1411
|
])
|
|
1310
1412
|
);
|
|
@@ -1346,7 +1448,10 @@ async function reorderCustomizationChoices2(customizationId, revision, options)
|
|
|
1346
1448
|
(0, import_transform_paths2.transformPaths)(result.data, [
|
|
1347
1449
|
{
|
|
1348
1450
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1349
|
-
paths: [
|
|
1451
|
+
paths: [
|
|
1452
|
+
{ path: "customization.choicesSettings.choices.image" },
|
|
1453
|
+
{ path: "customization.choicesSettings.choices.displayImage" }
|
|
1454
|
+
]
|
|
1350
1455
|
}
|
|
1351
1456
|
])
|
|
1352
1457
|
);
|
|
@@ -1380,7 +1485,10 @@ async function bulkAddCustomizationChoices2(customizationsChoices, options) {
|
|
|
1380
1485
|
[
|
|
1381
1486
|
{
|
|
1382
1487
|
transformFn: import_image.transformSDKImageToRESTImage,
|
|
1383
|
-
paths: [
|
|
1488
|
+
paths: [
|
|
1489
|
+
{ path: "customizationsChoices.choices.image" },
|
|
1490
|
+
{ path: "customizationsChoices.choices.displayImage" }
|
|
1491
|
+
]
|
|
1384
1492
|
}
|
|
1385
1493
|
]
|
|
1386
1494
|
);
|
|
@@ -1396,7 +1504,10 @@ async function bulkAddCustomizationChoices2(customizationsChoices, options) {
|
|
|
1396
1504
|
{
|
|
1397
1505
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1398
1506
|
paths: [
|
|
1399
|
-
{ path: "results.customization.choicesSettings.choices.image" }
|
|
1507
|
+
{ path: "results.customization.choicesSettings.choices.image" },
|
|
1508
|
+
{
|
|
1509
|
+
path: "results.customization.choicesSettings.choices.displayImage"
|
|
1510
|
+
}
|
|
1400
1511
|
]
|
|
1401
1512
|
}
|
|
1402
1513
|
])
|
|
@@ -1433,6 +1544,9 @@ async function bulkUpdateCustomizations2(customizations, options) {
|
|
|
1433
1544
|
paths: [
|
|
1434
1545
|
{
|
|
1435
1546
|
path: "customizations.customization.choicesSettings.choices.image"
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
path: "customizations.customization.choicesSettings.choices.displayImage"
|
|
1436
1550
|
}
|
|
1437
1551
|
]
|
|
1438
1552
|
}
|
|
@@ -1448,7 +1562,10 @@ async function bulkUpdateCustomizations2(customizations, options) {
|
|
|
1448
1562
|
{
|
|
1449
1563
|
transformFn: import_image2.transformRESTImageToSDKImage,
|
|
1450
1564
|
paths: [
|
|
1451
|
-
{ path: "results.customization.choicesSettings.choices.image" }
|
|
1565
|
+
{ path: "results.customization.choicesSettings.choices.image" },
|
|
1566
|
+
{
|
|
1567
|
+
path: "results.customization.choicesSettings.choices.displayImage"
|
|
1568
|
+
}
|
|
1452
1569
|
]
|
|
1453
1570
|
}
|
|
1454
1571
|
])
|