@glowlabs-org/utils 0.2.68 → 0.2.69

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.
@@ -217,6 +217,12 @@ export interface SponsoredFarm {
217
217
  isPurchased: boolean;
218
218
  builtAt?: string;
219
219
  purchaserWallet: string | null;
220
+ afterInstallPictures: {
221
+ id: string;
222
+ name: string;
223
+ url: string;
224
+ isShowingSolarPanels: boolean;
225
+ }[];
220
226
  }
221
227
  export interface RegionDetails extends RegionWithMetadata {
222
228
  sponsoredFarms: SponsoredFarm[];
@@ -217,6 +217,12 @@ export interface SponsoredFarm {
217
217
  isPurchased: boolean;
218
218
  builtAt?: string;
219
219
  purchaserWallet: string | null;
220
+ afterInstallPictures: {
221
+ id: string;
222
+ name: string;
223
+ url: string;
224
+ isShowingSolarPanels: boolean;
225
+ }[];
220
226
  }
221
227
  export interface RegionDetails extends RegionWithMetadata {
222
228
  sponsoredFarms: SponsoredFarm[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.68",
3
+ "version": "0.2.69",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -269,6 +269,12 @@ export interface SponsoredFarm {
269
269
  isPurchased: boolean;
270
270
  builtAt?: string;
271
271
  purchaserWallet: string | null;
272
+ afterInstallPictures: {
273
+ id: string;
274
+ name: string;
275
+ url: string;
276
+ isShowingSolarPanels: boolean;
277
+ }[];
272
278
  }
273
279
 
274
280
  export interface RegionDetails extends RegionWithMetadata {