@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.
- package/dist/index.d.ts +3 -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,
|
|
9471
|
+
getApiKeysByExternalId({ apiId, message, signature }: {
|
|
9472
9472
|
apiId: string;
|
|
9473
|
-
|
|
9473
|
+
message: string;
|
|
9474
|
+
signature: string;
|
|
9474
9475
|
}): Promise<{
|
|
9475
9476
|
keys: {
|
|
9476
9477
|
"id": string;
|