@spiffcommerce/core 0.10.206 → 0.10.207
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 +6 -0
- package/dist/module.js +6 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -67,6 +67,7 @@ var A=require("lodash.clonedeep"),t=require("react/jsx-runtime"),e=require("open
|
|
|
67
67
|
partner {
|
|
68
68
|
id
|
|
69
69
|
name
|
|
70
|
+
customerDetailsPromptMarkdown
|
|
70
71
|
}
|
|
71
72
|
profanities {
|
|
72
73
|
id
|
|
@@ -176,6 +177,11 @@ var A=require("lodash.clonedeep"),t=require("react/jsx-runtime"),e=require("open
|
|
|
176
177
|
product {
|
|
177
178
|
basePrice
|
|
178
179
|
promptForCustomerDetails
|
|
180
|
+
partner {
|
|
181
|
+
id
|
|
182
|
+
name
|
|
183
|
+
customerDetailsPromptMarkdown
|
|
184
|
+
}
|
|
179
185
|
}
|
|
180
186
|
priceModifierTotal
|
|
181
187
|
variationsCount
|
package/dist/module.js
CHANGED
|
@@ -67,6 +67,7 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
|
|
|
67
67
|
partner {
|
|
68
68
|
id
|
|
69
69
|
name
|
|
70
|
+
customerDetailsPromptMarkdown
|
|
70
71
|
}
|
|
71
72
|
profanities {
|
|
72
73
|
id
|
|
@@ -176,6 +177,11 @@ import{CommandContext as A,AssetType as t,BringForwardCommand as e,BringToFrontC
|
|
|
176
177
|
product {
|
|
177
178
|
basePrice
|
|
178
179
|
promptForCustomerDetails
|
|
180
|
+
partner {
|
|
181
|
+
id
|
|
182
|
+
name
|
|
183
|
+
customerDetailsPromptMarkdown
|
|
184
|
+
}
|
|
179
185
|
}
|
|
180
186
|
priceModifierTotal
|
|
181
187
|
variationsCount
|