@vostokplatform/signature-generator
Advanced tools
Comparing version 1.6.7-RC3 to 1.6.7-RC4
@@ -47,2 +47,3 @@ export declare const PERMISSION_TRANSACTION_ROLE: { | ||
DOCKER_CALL = 104, | ||
DOCKER_CALL_V2 = 104, | ||
DOCKER_DISABLE = 106, | ||
@@ -71,2 +72,3 @@ POLICY_REGISTER_NODE = 111, | ||
DOCKER_CALL = "dockerCall", | ||
DOCKER_CALL_V2 = "dockerCallV2", | ||
DOCKER_DISABLE = "dockerDisable", | ||
@@ -95,2 +97,3 @@ POLICY_REGISTER_NODE = "policyRegisterNode", | ||
DOCKER_CALL = 1, | ||
DOCKER_CALL_V2 = 2, | ||
DOCKER_DISABLE = 1, | ||
@@ -97,0 +100,0 @@ POLICY_REGISTER_NODE = 1, |
@@ -104,2 +104,6 @@ export interface ISignatureGenerator { | ||
} | ||
export interface IDOCKERCALL_V2_PROPS extends IDOCKERCALL_PROPS { | ||
feeAssetId: string; | ||
contractVersion: number; | ||
} | ||
export interface IDOCKERCREATE_PROPS extends IDEFAULT_PROPS { | ||
@@ -178,2 +182,3 @@ params: Array<IDATA_ENTRY>; | ||
dockerCall: ISignatureGeneratorConstructor<IDOCKERCALL_PROPS>; | ||
dockerCallV2: ISignatureGeneratorConstructor<IDOCKERCALL_V2_PROPS>; | ||
dockerDisable: ISignatureGeneratorConstructor<IDOCKERDISABLE_PROPS>; | ||
@@ -180,0 +185,0 @@ policyRegisterNode: ISignatureGeneratorConstructor<IPOLICY_REGISTER_NODE_PROPS>; |
{ | ||
"name": "@vostokplatform/signature-generator", | ||
"version": "1.6.7-RC3", | ||
"version": "1.6.7-RC4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
5984166
102270
9