@spiffcommerce/core 25.0.5 → 25.0.6
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/index.d.ts +0 -4
- package/dist/index.js +105 -117
- package/dist/index.mjs +925 -957
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1039,9 +1039,6 @@ interface ExperienceOptions {
|
|
|
1039
1039
|
product: Product;
|
|
1040
1040
|
transaction: Transaction;
|
|
1041
1041
|
workflow?: Workflow;
|
|
1042
|
-
stepTags?: {
|
|
1043
|
-
[stepId: string]: string[];
|
|
1044
|
-
};
|
|
1045
1042
|
/**
|
|
1046
1043
|
* @deprecated favor inject / eject functions.
|
|
1047
1044
|
*/
|
|
@@ -2289,7 +2286,6 @@ declare class SpiffCommerceClient {
|
|
|
2289
2286
|
* @returns An array of bundle stakeholders.
|
|
2290
2287
|
*/
|
|
2291
2288
|
getBundleStakeholders(): Promise<BundleStakeholder[]>;
|
|
2292
|
-
private getStepTags;
|
|
2293
2289
|
/**
|
|
2294
2290
|
* Creates a new instance of WorkflowExperience. A high level wrapper for workflows.
|
|
2295
2291
|
* @param workflowId The id of the workflow to be run. Deprecated: Provide options instead.
|