@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.
package/package.json
CHANGED
package/src/lib/types/index.ts
CHANGED
|
@@ -860,6 +860,7 @@ export interface TosStatusResponse {
|
|
|
860
860
|
export interface FarmEfficiencyScore {
|
|
861
861
|
farmId: string;
|
|
862
862
|
name: string; // Farm name
|
|
863
|
+
regionId: number; // Region ID where the farm is located
|
|
863
864
|
builtEpoch: number; // Epoch when the farm was built
|
|
864
865
|
efficiencyScore: number;
|
|
865
866
|
protocolDepositUsd6: string;
|