@spiffcommerce/core 0.10.163 → 0.10.164
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 +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1470,7 +1470,7 @@ export interface WorkflowExperience {
|
|
|
1470
1470
|
/**
|
|
1471
1471
|
* Returns the bulk step, undefined if not found.
|
|
1472
1472
|
*/
|
|
1473
|
-
getBulkStep():
|
|
1473
|
+
getBulkStep(): BulkStepHandle | undefined;
|
|
1474
1474
|
/**
|
|
1475
1475
|
* Returns the step matching a given name, undefined if not found.
|
|
1476
1476
|
* @param name The name the step must match.
|