@iotexproject/kit 0.3.2 → 0.3.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -9468,9 +9468,10 @@ declare class Apis extends BaseDBModule {
9468
9468
  keyId: string;
9469
9469
  key: string;
9470
9470
  }>;
9471
- getApiKeysByExternalId({ apiId, externalId }: {
9471
+ getApiKeysByExternalId({ apiId, message, signature }: {
9472
9472
  apiId: string;
9473
- externalId: string;
9473
+ message: string;
9474
+ signature: string;
9474
9475
  }): Promise<{
9475
9476
  keys: {
9476
9477
  "id": string;
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.3.2",
5
+ "version": "0.3.3",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {