@spiffcommerce/core 0.10.221 → 0.10.222
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/main.js +20 -0
- package/dist/module.js +26 -6
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -163,6 +163,16 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
|
|
|
163
163
|
overlayImageUrl
|
|
164
164
|
preloadImageUrl
|
|
165
165
|
promptForCustomerDetails
|
|
166
|
+
bulkConfiguration {
|
|
167
|
+
id
|
|
168
|
+
name
|
|
169
|
+
sceneTitle
|
|
170
|
+
stepTitle
|
|
171
|
+
helpText
|
|
172
|
+
supportsGoogleSheet
|
|
173
|
+
maxVariations
|
|
174
|
+
pricingStrategy
|
|
175
|
+
}
|
|
166
176
|
}
|
|
167
177
|
integrationProduct {
|
|
168
178
|
id
|
|
@@ -220,6 +230,16 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
|
|
|
220
230
|
overlayImageUrl
|
|
221
231
|
preloadImageUrl
|
|
222
232
|
promptForCustomerDetails
|
|
233
|
+
bulkConfiguration {
|
|
234
|
+
id
|
|
235
|
+
name
|
|
236
|
+
sceneTitle
|
|
237
|
+
stepTitle
|
|
238
|
+
helpText
|
|
239
|
+
supportsGoogleSheet
|
|
240
|
+
maxVariations
|
|
241
|
+
pricingStrategy
|
|
242
|
+
}
|
|
223
243
|
}
|
|
224
244
|
integrationProduct {
|
|
225
245
|
id
|