@spiffcommerce/core 0.10.147 → 0.10.149
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/main.js +1 -1
- package/dist/module.js +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1440,7 +1440,7 @@ export interface WorkflowExperience {
|
|
|
1440
1440
|
* @param title The title for the saved design.
|
|
1441
1441
|
* @param thumbnail An optional thumbnail for the saved design. If none is provided this field will be saved blank.
|
|
1442
1442
|
*/
|
|
1443
|
-
save(title: string
|
|
1443
|
+
save(title: string): Promise<SavedDesign>;
|
|
1444
1444
|
/**
|
|
1445
1445
|
* Returns a copy of the currently loaded design as a new, seperated workflow experience with
|
|
1446
1446
|
* a fresh transaction.
|