@spiffcommerce/core 0.10.222 → 0.10.224
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 +13 -11
- package/dist/module.js +13 -11
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -346,6 +346,16 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
|
|
|
346
346
|
name
|
|
347
347
|
customerDetailsPromptMarkdown
|
|
348
348
|
}
|
|
349
|
+
bulkConfiguration {
|
|
350
|
+
id
|
|
351
|
+
name
|
|
352
|
+
sceneTitle
|
|
353
|
+
stepTitle
|
|
354
|
+
helpText
|
|
355
|
+
supportsGoogleSheet
|
|
356
|
+
maxVariations
|
|
357
|
+
pricingStrategy
|
|
358
|
+
}
|
|
349
359
|
}
|
|
350
360
|
priceModifierTotal
|
|
351
361
|
variationsCount
|
|
@@ -354,17 +364,7 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
|
|
|
354
364
|
workflowViewerLink
|
|
355
365
|
workflowViewerReadOnlyLink
|
|
356
366
|
lastSyncedAt
|
|
357
|
-
bulkEmailAddress
|
|
358
|
-
bulkConfiguration {
|
|
359
|
-
id
|
|
360
|
-
name
|
|
361
|
-
sceneTitle
|
|
362
|
-
stepTitle
|
|
363
|
-
helpText
|
|
364
|
-
supportsGoogleSheet
|
|
365
|
-
maxVariations
|
|
366
|
-
pricingStrategy
|
|
367
|
-
}
|
|
367
|
+
bulkEmailAddress
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
370
|
`,ra=t.gql`
|
|
@@ -532,6 +532,8 @@ var t=require("@apollo/client"),A=require("lodash.clonedeep"),e=require("react/j
|
|
|
532
532
|
width
|
|
533
533
|
index
|
|
534
534
|
name
|
|
535
|
+
useEditableArea
|
|
536
|
+
transparentBackground
|
|
535
537
|
previewRegion {
|
|
536
538
|
...RegionFields
|
|
537
539
|
}
|
package/dist/module.js
CHANGED
|
@@ -346,6 +346,16 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
|
|
|
346
346
|
name
|
|
347
347
|
customerDetailsPromptMarkdown
|
|
348
348
|
}
|
|
349
|
+
bulkConfiguration {
|
|
350
|
+
id
|
|
351
|
+
name
|
|
352
|
+
sceneTitle
|
|
353
|
+
stepTitle
|
|
354
|
+
helpText
|
|
355
|
+
supportsGoogleSheet
|
|
356
|
+
maxVariations
|
|
357
|
+
pricingStrategy
|
|
358
|
+
}
|
|
349
359
|
}
|
|
350
360
|
priceModifierTotal
|
|
351
361
|
variationsCount
|
|
@@ -354,17 +364,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
|
|
|
354
364
|
workflowViewerLink
|
|
355
365
|
workflowViewerReadOnlyLink
|
|
356
366
|
lastSyncedAt
|
|
357
|
-
bulkEmailAddress
|
|
358
|
-
bulkConfiguration {
|
|
359
|
-
id
|
|
360
|
-
name
|
|
361
|
-
sceneTitle
|
|
362
|
-
stepTitle
|
|
363
|
-
helpText
|
|
364
|
-
supportsGoogleSheet
|
|
365
|
-
maxVariations
|
|
366
|
-
pricingStrategy
|
|
367
|
-
}
|
|
367
|
+
bulkEmailAddress
|
|
368
368
|
}
|
|
369
369
|
}
|
|
370
370
|
`,In=IA`
|
|
@@ -532,6 +532,8 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
|
|
|
532
532
|
width
|
|
533
533
|
index
|
|
534
534
|
name
|
|
535
|
+
useEditableArea
|
|
536
|
+
transparentBackground
|
|
535
537
|
previewRegion {
|
|
536
538
|
...RegionFields
|
|
537
539
|
}
|