@glowlabs-org/utils 0.2.66 → 0.2.68
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,12 @@ export interface SponsoredFarm {
|
|
|
206
206
|
farmId: string;
|
|
207
207
|
name: string;
|
|
208
208
|
location: string;
|
|
209
|
-
|
|
210
|
-
ownerId: string;
|
|
209
|
+
certifiedInstallerId: string | null;
|
|
211
210
|
kwhCapacity: string;
|
|
212
211
|
solarPanelsQuantity: number;
|
|
213
212
|
adjustedWeeklyCarbonCredits: string;
|
|
214
|
-
|
|
213
|
+
protocolDepositPaidAmount: string;
|
|
214
|
+
protocolDepositPaidCurrency: string;
|
|
215
215
|
protocolDepositPayerWallet: string | null;
|
|
216
216
|
builtEpoch: number;
|
|
217
217
|
isPurchased: boolean;
|
|
@@ -305,7 +305,8 @@ export interface WalletFarmInfo {
|
|
|
305
305
|
kwhCapacity: string;
|
|
306
306
|
solarPanelsQuantity: number;
|
|
307
307
|
adjustedWeeklyCarbonCredits: string;
|
|
308
|
-
|
|
308
|
+
protocolDepositPaidAmount: string;
|
|
309
|
+
protocolDepositPaidCurrency: string;
|
|
309
310
|
protocolDepositPayerWallet: string | null;
|
|
310
311
|
builtEpoch: number;
|
|
311
312
|
isPurchased: boolean;
|
|
@@ -206,12 +206,12 @@ export interface SponsoredFarm {
|
|
|
206
206
|
farmId: string;
|
|
207
207
|
name: string;
|
|
208
208
|
location: string;
|
|
209
|
-
|
|
210
|
-
ownerId: string;
|
|
209
|
+
certifiedInstallerId: string | null;
|
|
211
210
|
kwhCapacity: string;
|
|
212
211
|
solarPanelsQuantity: number;
|
|
213
212
|
adjustedWeeklyCarbonCredits: string;
|
|
214
|
-
|
|
213
|
+
protocolDepositPaidAmount: string;
|
|
214
|
+
protocolDepositPaidCurrency: string;
|
|
215
215
|
protocolDepositPayerWallet: string | null;
|
|
216
216
|
builtEpoch: number;
|
|
217
217
|
isPurchased: boolean;
|
|
@@ -305,7 +305,8 @@ export interface WalletFarmInfo {
|
|
|
305
305
|
kwhCapacity: string;
|
|
306
306
|
solarPanelsQuantity: number;
|
|
307
307
|
adjustedWeeklyCarbonCredits: string;
|
|
308
|
-
|
|
308
|
+
protocolDepositPaidAmount: string;
|
|
309
|
+
protocolDepositPaidCurrency: string;
|
|
309
310
|
protocolDepositPayerWallet: string | null;
|
|
310
311
|
builtEpoch: number;
|
|
311
312
|
isPurchased: boolean;
|
package/package.json
CHANGED
package/src/lib/types/index.ts
CHANGED
|
@@ -258,12 +258,12 @@ export interface SponsoredFarm {
|
|
|
258
258
|
farmId: string;
|
|
259
259
|
name: string;
|
|
260
260
|
location: string;
|
|
261
|
-
|
|
262
|
-
ownerId: string;
|
|
261
|
+
certifiedInstallerId: string | null;
|
|
263
262
|
kwhCapacity: string;
|
|
264
263
|
solarPanelsQuantity: number;
|
|
265
264
|
adjustedWeeklyCarbonCredits: string;
|
|
266
|
-
|
|
265
|
+
protocolDepositPaidAmount: string;
|
|
266
|
+
protocolDepositPaidCurrency: string;
|
|
267
267
|
protocolDepositPayerWallet: string | null;
|
|
268
268
|
builtEpoch: number;
|
|
269
269
|
isPurchased: boolean;
|
|
@@ -377,7 +377,8 @@ export interface WalletFarmInfo {
|
|
|
377
377
|
kwhCapacity: string;
|
|
378
378
|
solarPanelsQuantity: number;
|
|
379
379
|
adjustedWeeklyCarbonCredits: string;
|
|
380
|
-
|
|
380
|
+
protocolDepositPaidAmount: string;
|
|
381
|
+
protocolDepositPaidCurrency: string;
|
|
381
382
|
protocolDepositPayerWallet: string | null;
|
|
382
383
|
builtEpoch: number;
|
|
383
384
|
isPurchased: boolean;
|