@glowlabs-org/utils 0.2.90 → 0.2.92

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.
@@ -190,6 +190,7 @@ export interface KickstarterDetails extends Kickstarter {
190
190
  contributorsCount: number;
191
191
  farmCount: number;
192
192
  solarFarmApplications: SolarFarmApplication[];
193
+ sponsoredFarms: SponsoredFarm[];
193
194
  }
194
195
  export interface CommitKickstarterPayload {
195
196
  wallet: string;
@@ -232,7 +233,7 @@ export interface SponsoredFarm {
232
233
  protocolDepositPayerWallet: string | null;
233
234
  builtEpoch: number;
234
235
  isPurchased: boolean;
235
- builtAt?: string;
236
+ builtAt: string;
236
237
  sponsorWallet: string | null;
237
238
  afterInstallPictures: {
238
239
  id: string;
@@ -359,7 +360,7 @@ export interface WalletFarmInfo {
359
360
  protocolDepositPayerWallet: string | null;
360
361
  builtEpoch: number;
361
362
  isPurchased: boolean;
362
- builtAt?: string;
363
+ builtAt: string;
363
364
  sponsorWallet: string | null;
364
365
  }
365
366
  export interface WalletDetails {