@spiffcommerce/core 0.10.236 → 0.10.237

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -937,6 +937,7 @@ export interface ConversionConfiguration {
937
937
  name?: string;
938
938
  locations: ConversionLocation[];
939
939
  requestedData: ConversionData[];
940
+ mandatory?: boolean;
940
941
  }
941
942
  interface StorageService {
942
943
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.236",
3
+ "version": "0.10.237",
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",