@frigade/react 1.32.10 → 1.32.12

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/lib/index.d.ts CHANGED
@@ -181,6 +181,7 @@ interface Flow {
181
181
  type: FlowType;
182
182
  triggerType: TriggerType;
183
183
  targetingLogic?: string;
184
+ active: boolean;
184
185
  }
185
186
  declare enum FlowType {
186
187
  CHECKLIST = "CHECKLIST",