@spiffcommerce/core 15.0.0 → 15.0.2-alpha.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/types.d.ts CHANGED
@@ -755,7 +755,7 @@ interface Integration {
755
755
  id: string;
756
756
  enabled: boolean;
757
757
  externalIntegrationId?: string;
758
- integrationType?: IntegrationType;
758
+ type?: IntegrationType;
759
759
  }
760
760
  enum IntegrationType {
761
761
  Hub = "Hub",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "15.0.0",
3
+ "version": "15.0.2-alpha.0",
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",