@spiffcommerce/core 33.8.5-beta.5ce171fc-9ad0-553e-b8e4-b0853e1a01a4 → 33.8.5-beta.e49d0617-bdb0-59cc-b2b3-32e4bb22c5c5
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 -3
- package/dist/index.js +277 -281
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3451 -3492
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3795,9 +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
3798
|
/**
|
|
3802
3799
|
* The integration product related to this lineitem.
|
|
3803
3800
|
*/
|