@identity.com/cryptid-idl
Advanced tools
Comparing version 0.3.0-alpha.8 to 0.3.0-alpha.9
@@ -30,8 +30,10 @@ export declare type CheckRecipient = { | ||
{ | ||
"name": "nonce"; | ||
"name": "bump"; | ||
"type": "u8"; | ||
}, | ||
{ | ||
"name": "bump"; | ||
"type": "u8"; | ||
"name": "previousMiddleware"; | ||
"type": { | ||
"option": "publicKey"; | ||
}; | ||
} | ||
@@ -77,8 +79,13 @@ ]; | ||
{ | ||
"name": "nonce"; | ||
"name": "bump"; | ||
"type": "u8"; | ||
}, | ||
{ | ||
"name": "bump"; | ||
"type": "u8"; | ||
"name": "previousMiddleware"; | ||
"docs": [ | ||
"The previous middleware in the chain, if any" | ||
]; | ||
"type": { | ||
"option": "publicKey"; | ||
}; | ||
} | ||
@@ -85,0 +92,0 @@ ]; |
@@ -33,8 +33,10 @@ "use strict"; | ||
{ | ||
"name": "nonce", | ||
"name": "bump", | ||
"type": "u8" | ||
}, | ||
{ | ||
"name": "bump", | ||
"type": "u8" | ||
"name": "previousMiddleware", | ||
"type": { | ||
"option": "publicKey" | ||
} | ||
} | ||
@@ -80,8 +82,13 @@ ] | ||
{ | ||
"name": "nonce", | ||
"name": "bump", | ||
"type": "u8" | ||
}, | ||
{ | ||
"name": "bump", | ||
"type": "u8" | ||
"name": "previousMiddleware", | ||
"docs": [ | ||
"The previous middleware in the chain, if any" | ||
], | ||
"type": { | ||
"option": "publicKey" | ||
} | ||
} | ||
@@ -88,0 +95,0 @@ ] |
@@ -26,3 +26,3 @@ export declare type Cryptid = { | ||
"docs": [ | ||
"The DID of the Cryptid instance" | ||
"The DID on the Cryptid instance" | ||
]; | ||
@@ -510,2 +510,7 @@ }, | ||
"code": 6009; | ||
"name": "CreatingWithZeroIndex"; | ||
"msg": "Attempt to create a Cryptid account with index zero, reserved for the default account."; | ||
}, | ||
{ | ||
"code": 6010; | ||
"name": "IndexOutOfRange"; | ||
@@ -515,3 +520,3 @@ "msg": "Index out of range."; | ||
{ | ||
"code": 6010; | ||
"code": 6011; | ||
"name": "NoAccountFromSeeds"; | ||
@@ -521,3 +526,3 @@ "msg": "No account from seeds."; | ||
{ | ||
"code": 6011; | ||
"code": 6012; | ||
"name": "AccountNotFromSeeds"; | ||
@@ -527,3 +532,3 @@ "msg": "Account not from seeds."; | ||
{ | ||
"code": 6012; | ||
"code": 6013; | ||
"name": "IncorrectMiddleware"; | ||
@@ -530,0 +535,0 @@ "msg": "The expected middleware did not approve the transaction."; |
@@ -29,3 +29,3 @@ "use strict"; | ||
"docs": [ | ||
"The DID of the Cryptid instance" | ||
"The DID on the Cryptid instance" | ||
] | ||
@@ -513,2 +513,7 @@ }, | ||
"code": 6009, | ||
"name": "CreatingWithZeroIndex", | ||
"msg": "Attempt to create a Cryptid account with index zero, reserved for the default account." | ||
}, | ||
{ | ||
"code": 6010, | ||
"name": "IndexOutOfRange", | ||
@@ -518,3 +523,3 @@ "msg": "Index out of range." | ||
{ | ||
"code": 6010, | ||
"code": 6011, | ||
"name": "NoAccountFromSeeds", | ||
@@ -524,3 +529,3 @@ "msg": "No account from seeds." | ||
{ | ||
"code": 6011, | ||
"code": 6012, | ||
"name": "AccountNotFromSeeds", | ||
@@ -530,3 +535,3 @@ "msg": "Account not from seeds." | ||
{ | ||
"code": 6012, | ||
"code": 6013, | ||
"name": "IncorrectMiddleware", | ||
@@ -533,0 +538,0 @@ "msg": "The expected middleware did not approve the transaction." |
{ | ||
"name": "@identity.com/cryptid-idl", | ||
"version": "0.3.0-alpha.8", | ||
"version": "0.3.0-alpha.9", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
79379
16
2035
1