@frequency-chain/api-augment
Advanced tools
Comparing version 0.0.0-80a669 to 0.0.0-844b3f
@@ -11,3 +11,3 @@ declare const _default: { | ||
}; | ||
grantedSchemaIds: { | ||
grantedSchemaIdsByMsaId: { | ||
description: string; | ||
@@ -14,0 +14,0 @@ params: { |
@@ -329,6 +329,2 @@ import '@polkadot/api-base/types/errors'; | ||
/** | ||
* Cryptographic signature verification failed for adding a key to MSA | ||
**/ | ||
AddKeySignatureVerificationFailed: AugmentedError<ApiType>; | ||
/** | ||
* Cryptographic signature verification failed for adding the Provider as delegate | ||
@@ -398,2 +394,10 @@ **/ | ||
/** | ||
* Cryptographic signature verification failed for adding a key to MSA | ||
**/ | ||
MsaOwnershipInvalidSignature: AugmentedError<ApiType>; | ||
/** | ||
* Cryptographic signature verification failed for proving ownership of new public-key. | ||
**/ | ||
NewKeyOwnershipInvalidSignature: AugmentedError<ApiType>; | ||
/** | ||
* An operation was attempted with an unknown Key | ||
@@ -400,0 +404,0 @@ **/ |
@@ -461,3 +461,3 @@ import '@polkadot/rpc-core/types/jsonrpc'; | ||
**/ | ||
grantedSchemaIds: AugmentedRpc<(delegator_msa_id: MessageSourceId | AnyNumber | Uint8Array, provider_msa_id: MessageSourceId | AnyNumber | Uint8Array) => Observable<Vec<SchemaId>>>; | ||
grantedSchemaIdsByMsaId: AugmentedRpc<(delegator_msa_id: MessageSourceId | AnyNumber | Uint8Array, provider_msa_id: MessageSourceId | AnyNumber | Uint8Array) => Observable<Option<Vec<SchemaId>>>>; | ||
}; | ||
@@ -464,0 +464,0 @@ net: { |
@@ -1346,3 +1346,2 @@ declare const _default: { | ||
msaOwnerProof: string; | ||
newPublicKey: string; | ||
newKeyOwnerProof: string; | ||
@@ -1399,3 +1398,3 @@ addKeyPayload: string; | ||
/** | ||
* Lookup161: pallet_msa::types::AddKeyData | ||
* Lookup161: pallet_msa::types::AddKeyData<T> | ||
**/ | ||
@@ -1405,2 +1404,3 @@ PalletMsaAddKeyData: { | ||
expiration: string; | ||
newPublicKey: string; | ||
}; | ||
@@ -1407,0 +1407,0 @@ /** |
{ | ||
"name": "@frequency-chain/api-augment", | ||
"version": "0.0.0-80a669", | ||
"version": "0.0.0-844b3f", | ||
"bugs": { | ||
@@ -8,3 +8,3 @@ "url": "https://github.com/LibertyDSNP/frequency/issues" | ||
"description": "RPC configuration for Frequency for use with Polkadotjs API", | ||
"main": "index.cjs", | ||
"main": "./cjs/index.js", | ||
"repository": { | ||
@@ -18,10 +18,10 @@ "type": "git", | ||
"devDependencies": { | ||
"@polkadot/api": "^9.6.1", | ||
"@polkadot/rpc-provider": "^9.6.1", | ||
"@polkadot/typegen": "^9.6.1", | ||
"@polkadot/types": "^9.6.1", | ||
"@polkadot/api": "^9.6.2", | ||
"@polkadot/rpc-provider": "^9.6.2", | ||
"@polkadot/typegen": "^9.6.2", | ||
"@polkadot/types": "^9.6.2", | ||
"@types/mocha": "^9.1.1", | ||
"@typescript-eslint/eslint-plugin": "^5.36.0", | ||
"@typescript-eslint/parser": "^5.36.0", | ||
"eslint": "^8.23.0", | ||
"@typescript-eslint/eslint-plugin": "^5.42.0", | ||
"@typescript-eslint/parser": "^5.42.0", | ||
"eslint": "^8.26.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
@@ -34,5 +34,5 @@ "eslint-plugin-import": "^2.26.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.7.4" | ||
"typescript": "^4.8.4" | ||
}, | ||
"module": "index.js", | ||
"module": "./esm/index.js", | ||
"types": "index.d.ts", | ||
@@ -42,6 +42,6 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"require": "./index.cjs", | ||
"default": "./index.js" | ||
"require": "./cjs/index.js", | ||
"default": "./esm/index.js" | ||
} | ||
} | ||
} |
@@ -30,2 +30,9 @@ # Javascript Custom RPC | ||
## Upgrades and Matching Versions | ||
Assuming you are using no deprecated methods, any release version should work against a release version of `@frequency-chain/api-augment`. | ||
If you are working against a development version it is suggested that you match against the commit hash using `v0.0.0-[First 6 of the commit hash]`. | ||
Changelog is maintained in the [releases for Frequency](https://github.com/LibertyDSNP/frequency/releases). | ||
### Usage | ||
@@ -32,0 +39,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
610439
82
14796
130