@spiffcommerce/core 12.9.6 → 12.9.7

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/module.js CHANGED
@@ -285,6 +285,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
285
285
  }
286
286
  integrationProduct {
287
287
  id
288
+ externalProductId
288
289
  }
289
290
  }
290
291
  }
@@ -364,6 +365,7 @@ import{CommandContext as t,AssetType as A,BringForwardCommand as e,BringToFrontC
364
365
  }
365
366
  integrationProduct {
366
367
  id
368
+ externalProductId
367
369
  }
368
370
  }
369
371
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "12.9.6",
3
+ "version": "12.9.7",
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",