@spiffcommerce/core 0.10.121 → 0.10.122
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
|
@@ -1286,6 +1286,10 @@ export class IllustrationStepHandle extends StepHandle<_IllustrationStepData1> {
|
|
|
1286
1286
|
hasVaryingColors(): boolean | undefined;
|
|
1287
1287
|
isColorPickerEnabled(): boolean;
|
|
1288
1288
|
}
|
|
1289
|
+
export class MaterialStepHandle extends StepHandle<_MaterialStepData1> {
|
|
1290
|
+
constructor(manager: WorkflowManager, step: _Step1<_MaterialStepData1>);
|
|
1291
|
+
selectVariant(variant: _VariantResource1): Promise<void>;
|
|
1292
|
+
}
|
|
1289
1293
|
export class ModelStepHandle extends StepHandle<_ModelStepData1> {
|
|
1290
1294
|
constructor(manager: WorkflowManager, step: _Step1<_ModelStepData1>);
|
|
1291
1295
|
selectVariant(variant: _VariantResource1): Promise<void>;
|