@ecency/sdk 1.5.25 → 1.5.26

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.
@@ -1999,9 +1999,9 @@ declare function getDiscoverCurationQueryOptions(duration: CurationDuration): _t
1999
1999
  * @param url - URL to get stats for
2000
2000
  * @param dimensions - Dimensions to query (default: [])
2001
2001
  * @param metrics - Metrics to query (default: ["visitors", "pageviews", "visit_duration"])
2002
- * @param dateRange - Date range for the query
2002
+ * @param dateRange - Date range for the query (e.g. "day", "7d", "30d", "all")
2003
2003
  */
2004
- declare function getPageStatsQueryOptions(url: string, dimensions?: string[], metrics?: string[], dateRange?: string[]): _tanstack_react_query.OmitKeyof<_tanstack_react_query.UseQueryOptions<PageStatsResponse, Error, PageStatsResponse, (string | string[] | undefined)[]>, "queryFn"> & {
2004
+ declare function getPageStatsQueryOptions(url: string, dimensions?: string[], metrics?: string[], dateRange?: string): _tanstack_react_query.OmitKeyof<_tanstack_react_query.UseQueryOptions<PageStatsResponse, Error, PageStatsResponse, (string | string[] | undefined)[]>, "queryFn"> & {
2005
2005
  queryFn?: _tanstack_react_query.QueryFunction<PageStatsResponse, (string | string[] | undefined)[], never> | undefined;
2006
2006
  } & {
2007
2007
  queryKey: (string | string[] | undefined)[] & {