@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
|
-
|
|
209
|
+
certifiedInstallerId: string | null;
|
|
210
210
|
ownerId: string;
|
|
211
211
|
kwhCapacity: string;
|
|
212
212
|
solarPanelsQuantity: number;
|
|
213
213
|
adjustedWeeklyCarbonCredits: string;
|
|
214
|
-
|
|
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
|
-
|
|
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
|
-
|
|
209
|
+
certifiedInstallerId: string | null;
|
|
210
210
|
ownerId: string;
|
|
211
211
|
kwhCapacity: string;
|
|
212
212
|
solarPanelsQuantity: number;
|
|
213
213
|
adjustedWeeklyCarbonCredits: string;
|
|
214
|
-
|
|
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
|
-
|
|
309
|
+
protocolDepositPaidAmount: string;
|
|
310
|
+
protocolDepositPaidCurrency: string;
|
|
309
311
|
protocolDepositPayerWallet: string | null;
|
|
310
312
|
builtEpoch: number;
|
|
311
313
|
isPurchased: boolean;
|
package/package.json
CHANGED
package/src/lib/types/index.ts
CHANGED
|
@@ -258,12 +258,13 @@ export interface SponsoredFarm {
|
|
|
258
258
|
farmId: string;
|
|
259
259
|
name: string;
|
|
260
260
|
location: string;
|
|
261
|
-
|
|
261
|
+
certifiedInstallerId: string | null;
|
|
262
262
|
ownerId: string;
|
|
263
263
|
kwhCapacity: string;
|
|
264
264
|
solarPanelsQuantity: number;
|
|
265
265
|
adjustedWeeklyCarbonCredits: string;
|
|
266
|
-
|
|
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
|
-
|
|
381
|
+
protocolDepositPaidAmount: string;
|
|
382
|
+
protocolDepositPaidCurrency: string;
|
|
381
383
|
protocolDepositPayerWallet: string | null;
|
|
382
384
|
builtEpoch: number;
|
|
383
385
|
isPurchased: boolean;
|