@spiffcommerce/core 0.10.30 → 0.10.31

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
@@ -1240,7 +1240,7 @@ export interface WorkflowExperience {
1240
1240
  /**
1241
1241
  * Creates a data URL preview for the current design.
1242
1242
  */
1243
- createPreviewImage(resolution?: number): Promise<string>;
1243
+ createPreviewImage(isThreeD?: boolean, resolution?: number): Promise<string>;
1244
1244
  /**
1245
1245
  * To be called when the workflow experience is considered completed by the user.
1246
1246
  * @param product
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.30",
3
+ "version": "0.10.31",
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",