@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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.123",
3
+ "version": "0.10.124",
4
4
  "description": "Core client API for interacting with the Spiff Commerce backend.",
5
5
  "source": "src/index.ts",
6
6
  "main": "dist/main.js",