@spiffcommerce/core 0.10.221 → 0.10.223
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 +31 -11
- package/dist/module.js +37 -17
- 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
|
|
@@ -326,6 +346,16 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
|
|
|
326
346
|
name
|
|
327
347
|
customerDetailsPromptMarkdown
|
|
328
348
|
}
|
|
349
|
+
bulkConfiguration {
|
|
350
|
+
id
|
|
351
|
+
name
|
|
352
|
+
sceneTitle
|
|
353
|
+
stepTitle
|
|
354
|
+
helpText
|
|
355
|
+
supportsGoogleSheet
|
|
356
|
+
maxVariations
|
|
357
|
+
pricingStrategy
|
|
358
|
+
}
|
|
329
359
|
}
|
|
330
360
|
priceModifierTotal
|
|
331
361
|
variationsCount
|
|
@@ -334,17 +364,7 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
|
|
|
334
364
|
workflowViewerLink
|
|
335
365
|
workflowViewerReadOnlyLink
|
|
336
366
|
lastSyncedAt
|
|
337
|
-
bulkEmailAddress
|
|
338
|
-
bulkConfiguration {
|
|
339
|
-
id
|
|
340
|
-
name
|
|
341
|
-
sceneTitle
|
|
342
|
-
stepTitle
|
|
343
|
-
helpText
|
|
344
|
-
supportsGoogleSheet
|
|
345
|
-
maxVariations
|
|
346
|
-
pricingStrategy
|
|
347
|
-
}
|
|
367
|
+
bulkEmailAddress
|
|
348
368
|
}
|
|
349
369
|
}
|
|
350
370
|
`,ra=t.gql`
|