@iotexproject/kit 0.2.4 → 0.2.5

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +7 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -9480,6 +9480,13 @@ declare class Delegate$1 extends BaseDBModule {
9480
9480
  status: string;
9481
9481
  data: null;
9482
9482
  }>;
9483
+ updateDelegateLogo({ logo, temp_eth_address }: {
9484
+ logo: string;
9485
+ temp_eth_address: string;
9486
+ }): Promise<{
9487
+ status: string;
9488
+ data: null;
9489
+ }>;
9483
9490
  }
9484
9491
  declare const modules$1: {
9485
9492
  account: Account;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "0.2.4",
5
+ "version": "0.2.5",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {