@spiffcommerce/core 0.10.84 → 0.10.85
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
|
@@ -1416,7 +1416,7 @@ export class SpiffCommerceClient {
|
|
|
1416
1416
|
* Removes a design from storage. This will be a noop if the design isn't already saved.
|
|
1417
1417
|
* @param experience The workflow experience to remove from storage.
|
|
1418
1418
|
*/
|
|
1419
|
-
deleteDesign(
|
|
1419
|
+
deleteDesign(transactionId: string): Promise<void>;
|
|
1420
1420
|
/**
|
|
1421
1421
|
* Initialize the client from an integration product.
|
|
1422
1422
|
* @param integrationProductId The integration product to use.
|