@spiffcommerce/core 0.10.190 → 0.10.192

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -600,6 +600,9 @@ export interface WorkflowManager {
600
600
  removeVariationRecord: (recordNumber: number) => VariationRecord[];
601
601
  reset: () => Promise<void>;
602
602
  setCurrentAdjustingStepId: (stepId: string) => void;
603
+ /**
604
+ * Sets the given variation record. NOTE: This is also used to update existing variation records.
605
+ */
603
606
  setCurrentVariationRecord: (variationRecord: null | VariationRecord) => void;
604
607
  setEditedStatus: (stepName: string, status: boolean) => void;
605
608
  setInformationResults: (results: InformationResult[]) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spiffcommerce/core",
3
- "version": "0.10.190",
3
+ "version": "0.10.192",
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",