@yuno-payments/dashboard-api-mfe 0.40.14 → 0.40.20

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.
@@ -3,7 +3,10 @@ import { DataReport } from '../../types';
3
3
  export declare function useGetSmartRoutingDataReport(params: {
4
4
  [a: string]: number;
5
5
  }): UseQueryResult<any, unknown>;
6
- export declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMetricParams, path: string, enabled?: boolean): UseQueryResult<any, unknown>;
6
+ export declare function useInsightsConversionRateMetricsV2(params: DataReport.InsightMetricParams, path: string, enabled?: boolean, cacheConfig?: {
7
+ staleTime?: number;
8
+ cacheTime?: number;
9
+ }): UseQueryResult<any, unknown>;
7
10
  export declare function useViewMoreMetrics(params: DataReport.InsightMetricParams, type: any): UseQueryResult<any, unknown>;
8
11
  export declare function useInsightsFallbackMetrics(params: DataReport.InsightMetricParams): UseQueryResult<any, unknown>;
9
12
  export declare function useInsightsVolumeMetrics(account_codes: string, params: DataReport.InsightMetricParams, enabled?: boolean): UseQueryResult<any, unknown>;