@glowlabs-org/utils 0.2.34 → 0.2.36
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
|
@@ -219,6 +219,8 @@ export interface ActivationEvent {
|
|
|
219
219
|
// ----------------------------- Region VCR View ------------------------------
|
|
220
220
|
export interface SponsoredFarm {
|
|
221
221
|
farmId: string;
|
|
222
|
+
name: string;
|
|
223
|
+
location: string;
|
|
222
224
|
installerId: string;
|
|
223
225
|
ownerId: string;
|
|
224
226
|
kwhCapacity: string;
|