@spiffcommerce/core 0.10.33 → 0.10.34

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
@@ -484,7 +484,7 @@ export interface WorkflowManager {
484
484
  setEditedStatus: (stepName: string, status: boolean) => void;
485
485
  setInformationResults: (results: InformationResult[]) => void;
486
486
  setMandatoryFulfilled: (stepName: string, status: boolean) => void;
487
- setSelectionsAndElements: (stepName: string, variants: _VariantResource1[], elements: RegionElement[]) => Promise<void>;
487
+ setSelectionsAndElements: (stepName: string, variants: _VariantResource1[], elements: RegionElement[], callback?: () => Promise<void>) => void;
488
488
  setVariationRecords: (variationRecords: VariationRecord[]) => void;
489
489
  toggleDesignConfirmed: () => void;
490
490
  updateMetadata: (stepName: string, update: any) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.33",
3
+ "version": "0.10.34",
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",