@glowlabs-org/utils 0.2.166 → 0.2.167

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.
@@ -712,6 +712,7 @@ export interface TosStatusResponse {
712
712
  export interface FarmEfficiencyScore {
713
713
  farmId: string;
714
714
  name: string;
715
+ regionId: number;
715
716
  builtEpoch: number;
716
717
  efficiencyScore: number;
717
718
  protocolDepositUsd6: string;