@spiffcommerce/core 0.10.149 → 0.10.150
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 +2 -2
- package/dist/module.js +1 -1
- package/dist/types.d.ts +1 -8
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1212,6 +1212,7 @@ export interface SavedDesign {
|
|
|
1212
1212
|
*/
|
|
1213
1213
|
lastEdited: Date;
|
|
1214
1214
|
}
|
|
1215
|
+
export default designService;
|
|
1215
1216
|
/**
|
|
1216
1217
|
* A StepHandle allows for managing the state of a specific step in a workflow. This class
|
|
1217
1218
|
* abstracts away the complexities of dealing with a step directly and allows for using high level
|
|
@@ -1492,14 +1493,6 @@ export class SpiffCommerceClient {
|
|
|
1492
1493
|
* and the Spiff Commerce platform.
|
|
1493
1494
|
*/
|
|
1494
1495
|
getAssetManager(): AssetManager;
|
|
1495
|
-
/**
|
|
1496
|
-
* @returns A list of designs saved.
|
|
1497
|
-
*/
|
|
1498
|
-
getSavedDesigns(): Promise<import("services/design").SavedDesign[]>;
|
|
1499
|
-
/**
|
|
1500
|
-
* Removes a design from storage. This will be a noop if the design isn't already saved.
|
|
1501
|
-
*/
|
|
1502
|
-
deleteDesign(transactionId: string): Promise<void>;
|
|
1503
1496
|
/**
|
|
1504
1497
|
* Initialize the client from an integration product.
|
|
1505
1498
|
* @param integrationProductId The integration product to use.
|