@iotexproject/kit 0.1.3 → 0.1.4

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -8410,6 +8410,10 @@ export interface ItemNFT {
8410
8410
  symbol: string;
8411
8411
  image: string;
8412
8412
  image_detail: string;
8413
+ bucket_info: {
8414
+ key: string;
8415
+ value: string;
8416
+ }[] | null;
8413
8417
  }
8414
8418
  declare class NFT extends BaseDBModule {
8415
8419
  getNFTsByAccount({ address, page, pageSize }: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iotexproject/kit",
3
3
  "module": "index.ts",
4
4
  "type": "module",
5
- "version": "v0.1.3",
5
+ "version": "v0.1.4",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {