@spiffcommerce/core 0.10.121 → 0.10.123

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
@@ -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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.121",
3
+ "version": "0.10.123",
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",