@spiffcommerce/core 18.2.1 → 18.2.2-0

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.js CHANGED
@@ -1005,6 +1005,10 @@ const gA = M`
1005
1005
  }
1006
1006
  integrationProduct {
1007
1007
  id
1008
+ integration {
1009
+ id
1010
+ type
1011
+ }
1008
1012
  externalProductId
1009
1013
  externalVariantId
1010
1014
  additionalExternalProductId
@@ -458,6 +458,10 @@
458
458
  }
459
459
  integrationProduct {
460
460
  id
461
+ integration {
462
+ id
463
+ type
464
+ }
461
465
  externalProductId
462
466
  externalVariantId
463
467
  additionalExternalProductId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "18.2.1",
3
+ "version": "18.2.2-0",
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",