@spiffcommerce/core 0.10.245 → 0.10.247

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
@@ -1622,6 +1622,7 @@ export interface WorkflowExperience {
1622
1622
  */
1623
1623
  onDesignFinished(product: Product, onProgressUpdate: DesignCreationProgressUpdate, selections: WorkflowSelections, metadata?: WorkflowMetadata | undefined): Promise<DesignCreationMessage>;
1624
1624
  }
1625
+ export const getWorkflow: (id: string) => Promise<_Workflow1>;
1625
1626
  /**
1626
1627
  * Options that can be used during instantiation of the SpiffCommerce Javascript Client.
1627
1628
  * Please refer to the documentation for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.245",
3
+ "version": "0.10.247",
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",
@@ -85,7 +85,7 @@
85
85
  },
86
86
  "dependencies": {
87
87
  "@apollo/client": "^3.7.0",
88
- "@spiffcommerce/papyrus": "1.5.68",
88
+ "@spiffcommerce/papyrus": "1.5.69",
89
89
  "canvg": "https://github.com/spiffdev/canvg.git#03bcd151b12441e88ecb552bb658356f5bbe92c4",
90
90
  "cross-fetch": "^3.1.5",
91
91
  "graphql": "^16.6.0",