@spiffcommerce/core 0.10.28 → 0.10.29

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
@@ -1194,6 +1194,7 @@ export class TextStepHandle extends StepHandle<_TextStepData1> {
1194
1194
  hasVaryingSelection(): boolean;
1195
1195
  getRegions(): import("@spiffcommerce/papyrus").Region[];
1196
1196
  }
1197
+ export const createDesign: (workflowManager: WorkflowManager, workflow: _Workflow1, layouts: _ILayout1[], getReducerState: () => _CommandState1, product: Product, transaction: Transaction, workflowSelections: WorkflowSelections, designName: string, onProgressUpdate: DesignCreationProgressUpdate, updateVariationRecords: (variationRecords: VariationRecord[]) => Promise<void>, variationRecords: VariationRecord[], createPreviewImage: () => Promise<string>, workflowMetadata?: WorkflowMetadata) => Promise<DesignCreationMessage>;
1197
1198
  /**
1198
1199
  * A Workflow experience encapsulates the workflow manager and command context. It
1199
1200
  * provides a simplified interface for interacting with the workflow manager. You
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.28",
3
+ "version": "0.10.29",
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",