@lifi/types 9.0.2 → 9.0.3

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.
package/dist/api.d.ts CHANGED
@@ -343,4 +343,9 @@ export interface WalletAnalytics {
343
343
  walletAddress: string;
344
344
  transactions: StatusResponse[];
345
345
  }
346
+ export interface WalletAnalyticsRequest {
347
+ walletAddress: string;
348
+ fromTimestamp: number;
349
+ toTimestamp: number;
350
+ }
346
351
  export {};
package/dist/cjs/api.d.ts CHANGED
@@ -343,4 +343,9 @@ export interface WalletAnalytics {
343
343
  walletAddress: string;
344
344
  transactions: StatusResponse[];
345
345
  }
346
+ export interface WalletAnalyticsRequest {
347
+ walletAddress: string;
348
+ fromTimestamp: number;
349
+ toTimestamp: number;
350
+ }
346
351
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "9.0.2",
3
+ "version": "9.0.3",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",