@spiffcommerce/core 0.10.11 → 0.10.12
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
|
@@ -296,7 +296,7 @@ declare class PatchworkStepService implements StepService<_PatchworkStepData1> {
|
|
|
296
296
|
export const patchworkStepService: PatchworkStepService;
|
|
297
297
|
declare class PictureStepService implements StepService<_PictureStepData1> {
|
|
298
298
|
init(stepData: _Step1<_PictureStepData1>, workflowManager: WorkflowManager, reducerState?: _LayoutsState1): Promise<CommandWithFollowup | null>;
|
|
299
|
-
selectVariant(stepData: _Step1<_PictureStepData1>, variant: _VariantResource1, workflowManager: WorkflowManager, setIsUpdating: (status: boolean) => void): void
|
|
299
|
+
selectVariant(stepData: _Step1<_PictureStepData1>, variant: _VariantResource1, workflowManager: WorkflowManager, setIsUpdating: (status: boolean) => void): Promise<void>;
|
|
300
300
|
}
|
|
301
301
|
export const pictureStepService: PictureStepService;
|
|
302
302
|
declare class QuestionStepService implements StepService<_QuestionStepData1> {
|