@spiffcommerce/core 31.4.0-beta.313e588f-e8b3-5b1e-9fb4-fb2af3ac9d0e → 31.4.0-beta.5fa2c8d1-12a9-57f7-90b0-7e4a963b36e7

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 CHANGED
@@ -2755,6 +2755,7 @@ interface WorkflowManager {
2755
2755
  getTemplatingContext(): {
2756
2756
  [key: string]: any;
2757
2757
  };
2758
+ traversableScenes(): Promise<WorkflowScene[]>;
2758
2759
  }
2759
2760
 
2760
2761
  declare enum AssetType {
@@ -5146,6 +5147,7 @@ declare class DigitalContentStepService implements StepService<DigitalContentSte
5146
5147
  declare const digitalContentStepService: DigitalContentStepService;
5147
5148
 
5148
5149
  declare class MockWorkflowManager implements WorkflowManager {
5150
+ traversableScenes(): Promise<WorkflowScene[]>;
5149
5151
  getMandatoryUnfulfilledSteps: () => string[];
5150
5152
  getTemplatingContext: () => Promise<{
5151
5153
  [key: string]: any;