@spiffcommerce/core 21.15.1 → 21.15.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.
package/dist/index.d.ts CHANGED
@@ -2246,6 +2246,11 @@ interface Transaction {
2246
2246
  printFileUrl3?: string;
2247
2247
  printFileUrl4?: string;
2248
2248
  printFileUrl5?: string;
2249
+ printFileName1?: string;
2250
+ printFileName2?: string;
2251
+ printFileName3?: string;
2252
+ printFileName4?: string;
2253
+ printFileName5?: string;
2249
2254
  }
2250
2255
  /**
2251
2256
  * An integration product represents the connection of a product in SpiffCommerce with
package/dist/index.js CHANGED
@@ -1082,6 +1082,11 @@ const oe = D`
1082
1082
  printFileUrl3
1083
1083
  printFileUrl4
1084
1084
  printFileUrl5
1085
+ printFileName1
1086
+ printFileName2
1087
+ printFileName3
1088
+ printFileName4
1089
+ printFileName5
1085
1090
  product {
1086
1091
  id
1087
1092
  basePrice
@@ -438,6 +438,11 @@
438
438
  printFileUrl3
439
439
  printFileUrl4
440
440
  printFileUrl5
441
+ printFileName1
442
+ printFileName2
443
+ printFileName3
444
+ printFileName4
445
+ printFileName5
441
446
  product {
442
447
  id
443
448
  basePrice
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "21.15.1",
3
+ "version": "21.15.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",