@glowlabs-org/utils 0.2.66 → 0.2.67

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.
@@ -206,12 +206,13 @@ export interface SponsoredFarm {
206
206
  farmId: string;
207
207
  name: string;
208
208
  location: string;
209
- installerId: string;
209
+ certifiedInstallerId: string | null;
210
210
  ownerId: string;
211
211
  kwhCapacity: string;
212
212
  solarPanelsQuantity: number;
213
213
  adjustedWeeklyCarbonCredits: string;
214
- protocolDepositAmount: string;
214
+ protocolDepositPaidAmount: string;
215
+ protocolDepositPaidCurrency: string;
215
216
  protocolDepositPayerWallet: string | null;
216
217
  builtEpoch: number;
217
218
  isPurchased: boolean;
@@ -305,7 +306,8 @@ export interface WalletFarmInfo {
305
306
  kwhCapacity: string;
306
307
  solarPanelsQuantity: number;
307
308
  adjustedWeeklyCarbonCredits: string;
308
- protocolDepositAmount: string;
309
+ protocolDepositPaidAmount: string;
310
+ protocolDepositPaidCurrency: string;
309
311
  protocolDepositPayerWallet: string | null;
310
312
  builtEpoch: number;
311
313
  isPurchased: boolean;
@@ -206,12 +206,13 @@ export interface SponsoredFarm {
206
206
  farmId: string;
207
207
  name: string;
208
208
  location: string;
209
- installerId: string;
209
+ certifiedInstallerId: string | null;
210
210
  ownerId: string;
211
211
  kwhCapacity: string;
212
212
  solarPanelsQuantity: number;
213
213
  adjustedWeeklyCarbonCredits: string;
214
- protocolDepositAmount: string;
214
+ protocolDepositPaidAmount: string;
215
+ protocolDepositPaidCurrency: string;
215
216
  protocolDepositPayerWallet: string | null;
216
217
  builtEpoch: number;
217
218
  isPurchased: boolean;
@@ -305,7 +306,8 @@ export interface WalletFarmInfo {
305
306
  kwhCapacity: string;
306
307
  solarPanelsQuantity: number;
307
308
  adjustedWeeklyCarbonCredits: string;
308
- protocolDepositAmount: string;
309
+ protocolDepositPaidAmount: string;
310
+ protocolDepositPaidCurrency: string;
309
311
  protocolDepositPayerWallet: string | null;
310
312
  builtEpoch: number;
311
313
  isPurchased: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glowlabs-org/utils",
3
- "version": "0.2.66",
3
+ "version": "0.2.67",
4
4
  "description": "A library containing all typechain types and addresses relating to the glow guarded launch",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -258,12 +258,13 @@ export interface SponsoredFarm {
258
258
  farmId: string;
259
259
  name: string;
260
260
  location: string;
261
- installerId: string;
261
+ certifiedInstallerId: string | null;
262
262
  ownerId: string;
263
263
  kwhCapacity: string;
264
264
  solarPanelsQuantity: number;
265
265
  adjustedWeeklyCarbonCredits: string;
266
- protocolDepositAmount: string;
266
+ protocolDepositPaidAmount: string;
267
+ protocolDepositPaidCurrency: string;
267
268
  protocolDepositPayerWallet: string | null;
268
269
  builtEpoch: number;
269
270
  isPurchased: boolean;
@@ -377,7 +378,8 @@ export interface WalletFarmInfo {
377
378
  kwhCapacity: string;
378
379
  solarPanelsQuantity: number;
379
380
  adjustedWeeklyCarbonCredits: string;
380
- protocolDepositAmount: string;
381
+ protocolDepositPaidAmount: string;
382
+ protocolDepositPaidCurrency: string;
381
383
  protocolDepositPayerWallet: string | null;
382
384
  builtEpoch: number;
383
385
  isPurchased: boolean;