From d7f944389007b52ec99ea9eaf5dff2362959b067 Mon Sep 17 00:00:00 2001 From: nickreynolds Date: Wed, 30 Mar 2022 11:29:06 -0400 Subject: [PATCH] chore: Regenerate plugin schemas --- packages/core/plugin.schema.json | 12 +++++++++--- packages/did-comm/plugin.schema.json | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/packages/core/plugin.schema.json b/packages/core/plugin.schema.json index 8b20b677d5..eaa16cef59 100644 --- a/packages/core/plugin.schema.json +++ b/packages/core/plugin.schema.json @@ -443,7 +443,9 @@ "enum": [ "Ed25519", "Secp256k1", - "X25519" + "X25519", + "Bls12381G1", + "Bls12381G2" ], "description": "Cryptographic key type" }, @@ -1009,7 +1011,9 @@ "enum": [ "Ed25519", "Secp256k1", - "X25519" + "X25519", + "Bls12381G1", + "Bls12381G2" ], "description": "Cryptographic key type" }, @@ -2133,7 +2137,9 @@ "enum": [ "Ed25519", "Secp256k1", - "X25519" + "X25519", + "Bls12381G1", + "Bls12381G2" ], "description": "Cryptographic key type" }, diff --git a/packages/did-comm/plugin.schema.json b/packages/did-comm/plugin.schema.json index a4416308cd..e376917d7f 100644 --- a/packages/did-comm/plugin.schema.json +++ b/packages/did-comm/plugin.schema.json @@ -172,7 +172,7 @@ "required": [ "data" ], - "deprecated": "Please use {@link IDIDComm.sendDIDCommMessage } instead. This will be removed in Veramo 4.0.\nInput arguments for {@link IDIDComm.sendMessageDIDCommAlpha1 }" + "deprecated": "Please use {@link IDIDComm.sendDIDCommMessage } instead. This will be removed in Veramo 4.0.\r\nInput arguments for {@link IDIDComm.sendMessageDIDCommAlpha1 }" }, "IMessage": { "type": "object",