@spiffcommerce/core 0.10.207 → 0.10.209
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 +1 -0
- package/dist/module.js +1 -0
- package/dist/types.d.ts +3 -0
- package/package.json +1 -1
package/dist/main.js
CHANGED
package/dist/module.js
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -800,6 +800,9 @@ interface Product {
|
|
|
800
800
|
* ID of the partner owner.
|
|
801
801
|
*/
|
|
802
802
|
partnerId?: string;
|
|
803
|
+
partner?: {
|
|
804
|
+
customerDetailsPromptMarkdown?: string;
|
|
805
|
+
};
|
|
803
806
|
/**
|
|
804
807
|
* Whether a line item for this product is delivered as soon as the order is received.
|
|
805
808
|
*/
|