@spiffcommerce/core 0.10.123 → 0.10.124
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 +1 -1
- package/dist/module.js +1 -1
- package/dist/types.d.ts +4 -0
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -1303,6 +1303,10 @@ export class PictureStepHandle extends StepHandle<_PictureStepData1> {
|
|
|
1303
1303
|
*/
|
|
1304
1304
|
selectVariant(variant: _VariantResource1): Promise<void>;
|
|
1305
1305
|
}
|
|
1306
|
+
export class QuestionStepHandle extends StepHandle<_QuestionStepData1> {
|
|
1307
|
+
constructor(manager: WorkflowManager, step: _Step1<_QuestionStepData1>);
|
|
1308
|
+
selectVariant(variant: _VariantResource1): Promise<void>;
|
|
1309
|
+
}
|
|
1306
1310
|
interface TextChangeResult {
|
|
1307
1311
|
input: string;
|
|
1308
1312
|
helperText?: string;
|