@lifi/types 9.0.1 → 9.0.2

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
@@ -339,4 +339,8 @@ export type GasRecommendationResponse = {
339
339
  fromToken?: Token;
340
340
  fromAmount?: string;
341
341
  };
342
+ export interface WalletAnalytics {
343
+ walletAddress: string;
344
+ transactions: StatusResponse[];
345
+ }
342
346
  export {};
package/dist/cjs/api.d.ts CHANGED
@@ -339,4 +339,8 @@ export type GasRecommendationResponse = {
339
339
  fromToken?: Token;
340
340
  fromAmount?: string;
341
341
  };
342
+ export interface WalletAnalytics {
343
+ walletAddress: string;
344
+ transactions: StatusResponse[];
345
+ }
342
346
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/types",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Types for the LI.FI stack",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/index.js",