@frigade/react 1.35.52 → 1.35.54

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
@@ -216,6 +216,7 @@ declare enum TriggerType {
216
216
  AUTOMATIC = "AUTOMATIC"
217
217
  }
218
218
  declare function useFlows(): {
219
+ getAllFlows: () => Flow[];
219
220
  getFlow: (flowId: string) => Flow;
220
221
  getFlowData: <T>(flowId: string) => T;
221
222
  isLoading: boolean;