@spiffcommerce/core 21.3.2-0 → 21.3.2-1

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -655,6 +655,11 @@ interface Transaction {
655
655
  * The amount of this transaction that was, or will be, ordered
656
656
  */
657
657
  quantity?: number;
658
+ printFileUrl1?: string;
659
+ printFileUrl2?: string;
660
+ printFileUrl3?: string;
661
+ printFileUrl4?: string;
662
+ printFileUrl5?: string;
658
663
  }
659
664
  /**
660
665
  * An integration product represents the connection of a product in SpiffCommerce with
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "21.3.2-0",
3
+ "version": "21.3.2-1",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/index.umd.cjs",