@glowlabs-org/utils 0.2.152 → 0.2.154

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.
@@ -72,3 +72,7 @@ export declare function createWeeklyReport({ week, gcaUrls, apiUrl, }: CreateWee
72
72
  deviationPercent: number;
73
73
  }[];
74
74
  }>;
75
+ export declare function fetchWeeklyFarmsData({ week, gcaUrls, apiUrl, }: CreateWeeklyReportArgs): Promise<{
76
+ farms: import("./types").Farm[];
77
+ rawData: import("./types").GCAServerResponse;
78
+ }>;
@@ -351,8 +351,8 @@ export interface ActiveRegionsSummaryResponse {
351
351
  epochs: number[];
352
352
  timestamps: number[];
353
353
  totalGctlStaked: string[];
354
- totalPendingUnstake: string[];
355
- totalNetPending: string[];
354
+ eventTypes: string[];
355
+ regionIds: number[];
356
356
  };
357
357
  }
358
358
  export interface RegionActivityPeriod {