@spiffcommerce/core 0.10.7 → 0.10.8
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 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -301,7 +301,7 @@ declare class PictureStepService implements StepService<_PictureStepData1> {
|
|
|
301
301
|
export const pictureStepService: PictureStepService;
|
|
302
302
|
declare class QuestionStepService implements StepService<_QuestionStepData1> {
|
|
303
303
|
init(stepData: _Step1<_QuestionStepData1>, workflowManager: WorkflowManager, reducerState?: _LayoutsState1): Promise<null | (() => Promise<void>)>;
|
|
304
|
-
selectVariant(stepData: _Step1<_QuestionStepData1>, variantId: string, workflowManager: WorkflowManager): void
|
|
304
|
+
selectVariant(stepData: _Step1<_QuestionStepData1>, variantId: string, workflowManager: WorkflowManager): Promise<void>;
|
|
305
305
|
}
|
|
306
306
|
export const questionStepService: QuestionStepService;
|
|
307
307
|
declare class ShapeStepService implements StepService<_ShapeStepData1> {
|