@spiffcommerce/core 16.2.2-0 → 16.2.2-rc.0

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/index.d.ts CHANGED
@@ -316,7 +316,6 @@ type MakingAdjustmentsCallback = (makingAdjustments: string) => void;
316
316
  type MandatoryCallback = (mandatorySteps: MandatorySteps) => void;
317
317
  type MetadataCallback = (metadata: WorkflowMetadata) => void;
318
318
  type SelectionCallback = (callbackOptions: {
319
- invalidModelVariants: string[];
320
319
  selectionCost: number;
321
320
  selections: StepSelections;
322
321
  traversableScenes: WorkflowScene[];