@spiffcommerce/core 18.2.0-beta.1 → 18.2.0-beta.2

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
@@ -7414,6 +7414,7 @@ const ys = (c, A) => {
7414
7414
  ...AdditionalIntegrationProductFields
7415
7415
  }
7416
7416
  integration {
7417
+ id
7417
7418
  enabled
7418
7419
  externalIntegrationId
7419
7420
  type
@@ -1930,6 +1930,7 @@ IfnI8vaNAAAAAElFTkSuQmCC" transform="matrix(0.13 0.0141 -0.0141 0.1301 104.926 1
1930
1930
  ...AdditionalIntegrationProductFields
1931
1931
  }
1932
1932
  integration {
1933
+ id
1933
1934
  enabled
1934
1935
  externalIntegrationId
1935
1936
  type
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "18.2.0-beta.1",
3
+ "version": "18.2.0-beta.2",
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",