@spiffcommerce/core 21.17.3 → 21.17.4
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/dist/index.js +14 -0
- package/dist/index.umd.cjs +14 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1117,6 +1117,20 @@ const oe = D`
|
|
|
1117
1117
|
currencyCode
|
|
1118
1118
|
customerDetailsPromptMarkdown
|
|
1119
1119
|
}
|
|
1120
|
+
productImages {
|
|
1121
|
+
id
|
|
1122
|
+
precedence
|
|
1123
|
+
asset {
|
|
1124
|
+
key
|
|
1125
|
+
fileLink
|
|
1126
|
+
name
|
|
1127
|
+
type
|
|
1128
|
+
versions {
|
|
1129
|
+
name
|
|
1130
|
+
link
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
}
|
|
1120
1134
|
integrationProducts {
|
|
1121
1135
|
id
|
|
1122
1136
|
integration {
|
package/dist/index.umd.cjs
CHANGED
|
@@ -466,6 +466,20 @@
|
|
|
466
466
|
currencyCode
|
|
467
467
|
customerDetailsPromptMarkdown
|
|
468
468
|
}
|
|
469
|
+
productImages {
|
|
470
|
+
id
|
|
471
|
+
precedence
|
|
472
|
+
asset {
|
|
473
|
+
key
|
|
474
|
+
fileLink
|
|
475
|
+
name
|
|
476
|
+
type
|
|
477
|
+
versions {
|
|
478
|
+
name
|
|
479
|
+
link
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
}
|
|
469
483
|
integrationProducts {
|
|
470
484
|
id
|
|
471
485
|
integration {
|