@spiffcommerce/core 0.10.86 → 0.10.88

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/types.d.ts CHANGED
@@ -1174,6 +1174,10 @@ export interface SavedDesign {
1174
1174
  * The product ID for this transaction.
1175
1175
  */
1176
1176
  productId: string;
1177
+ /**
1178
+ * The integration product ID related to this order.
1179
+ */
1180
+ integrationProductId: string;
1177
1181
  /**
1178
1182
  * The name of the workflow annotated at time of save (may be different from current workflow name).
1179
1183
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.86",
3
+ "version": "0.10.88",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",