@spiffcommerce/core 33.8.5-beta.a487c015-6230-5375-ba3b-d1bc1b765b07 → 33.8.5
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/index.d.ts +0 -4
- package/dist/index.js +274 -279
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3339 -3363
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3795,10 +3795,6 @@ interface Transaction {
|
|
|
3795
3795
|
* Product that this transaction belongs to.
|
|
3796
3796
|
*/
|
|
3797
3797
|
product?: Product;
|
|
3798
|
-
/**
|
|
3799
|
-
* The ID of the product that this transaction belongs to.
|
|
3800
|
-
*/
|
|
3801
|
-
productId?: string;
|
|
3802
3798
|
/**
|
|
3803
3799
|
* The integration product related to this lineitem.
|
|
3804
3800
|
*/
|