@spiffcommerce/core 0.10.12 → 0.10.13

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
@@ -1125,6 +1125,10 @@ export class IllustrationStepHandle extends StepHandle<_IllustrationStepData1> {
1125
1125
  [key: string]: import("@spiffcommerce/papyrus").ColorDefinition;
1126
1126
  };
1127
1127
  }
1128
+ export class PictureStepHandle extends StepHandle<_PictureStepData1> {
1129
+ constructor(manager: WorkflowManager, step: _Step1<_PictureStepData1>);
1130
+ selectVariant(variant: _VariantResource1): Promise<void>;
1131
+ }
1128
1132
  interface TextChangeResult {
1129
1133
  input: string;
1130
1134
  helperText?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.12",
3
+ "version": "0.10.13",
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",