@spiffcommerce/core 17.2.0-beta.0 → 17.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.d.ts CHANGED
@@ -1834,7 +1834,7 @@ interface Bundle {
1834
1834
  * @param createPreviewImage A callback that will be called when a preview image is required. This is used to generate a preview image for the design.
1835
1835
  * If this callback is not provided, no preview image will be generated.
1836
1836
  */
1837
- finish(onProgressUpdate?: DesignCreationProgressUpdate, createPreviewImage?: (workflowExperience?: WorkflowExperience) => Promise<string | undefined>): Promise<DesignCreationMessage[]>;
1837
+ finish(onProgressUpdate?: DesignCreationProgressUpdate, createPreviewImage?: (workflowExperience: WorkflowExperience) => Promise<string | undefined>): Promise<DesignCreationMessage[]>;
1838
1838
  /**
1839
1839
  * Add an event listener to this bundle.
1840
1840
  * @param event The event to listen for. Currently only "conditional-global-properties-changed" is supported.
package/dist/index.js CHANGED
@@ -922,6 +922,7 @@ const he = y`
922
922
  workflowState
923
923
  workflowViewerLink
924
924
  workflowViewerReadOnlyLink
925
+ previewImageLink
925
926
  isOrdered
926
927
  product {
927
928
  id
@@ -375,6 +375,7 @@
375
375
  workflowState
376
376
  workflowViewerLink
377
377
  workflowViewerReadOnlyLink
378
+ previewImageLink
378
379
  isOrdered
379
380
  product {
380
381
  id
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "17.2.0-beta.0",
3
+ "version": "17.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",