From 981218d3aaa12eebdf2c5aa3d1ad8fb289013fe0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 03:08:09 +0000 Subject: [PATCH] Update Wallet Gateway OpenRPC reference Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../source-artifacts.json | 2 +- docs-main/docs.json | 4 + .../wallet-gateway-json-rpc/index.mdx | 16 +- .../operations/dapp-api/details.mdx | 2 +- .../operations/dapp-remote-api/details.mdx | 2 +- .../operations/details.mdx | 16 +- .../operations/signing-api/details.mdx | 2 +- .../operations/user-api/details.mdx | 150 +++++++- .../operations/user-api/generateapikey.mdx | 335 ++++++++++++++++++ .../operations/user-api/listapikeys.mdx | 238 +++++++++++++ .../user-api/listsigningprovidervaults.mdx | 309 ++++++++++++++++ .../operations/user-api/removeapikey.mdx | 275 ++++++++++++++ .../specs/dapp-api.mdx | 2 +- .../specs/dapp-remote-api.mdx | 2 +- .../specs/signing-api.mdx | 2 +- .../specs/user-api.mdx | 150 +++++++- 16 files changed, 1482 insertions(+), 25 deletions(-) create mode 100644 docs-main/reference/wallet-gateway-json-rpc/operations/user-api/generateapikey.mdx create mode 100644 docs-main/reference/wallet-gateway-json-rpc/operations/user-api/listapikeys.mdx create mode 100644 docs-main/reference/wallet-gateway-json-rpc/operations/user-api/listsigningprovidervaults.mdx create mode 100644 docs-main/reference/wallet-gateway-json-rpc/operations/user-api/removeapikey.mdx diff --git a/config/x2mdx/wallet-gateway-openrpc/source-artifacts.json b/config/x2mdx/wallet-gateway-openrpc/source-artifacts.json index 325d463b3..c75c7d9a3 100644 --- a/config/x2mdx/wallet-gateway-openrpc/source-artifacts.json +++ b/config/x2mdx/wallet-gateway-openrpc/source-artifacts.json @@ -4,7 +4,7 @@ "remote": "https://github.com/hyperledger-labs/splice-wallet-kernel.git", "tag_prefix": "@canton-network/wallet-gateway-remote@", "min_version": "0.24.0", - "publish_version": "1.4.0", + "publish_version": "1.5.0", "specs": [ { "spec_id": "dapp-api", diff --git a/docs-main/docs.json b/docs-main/docs.json index e219a699a..8fd2f51b0 100644 --- a/docs-main/docs.json +++ b/docs-main/docs.json @@ -1538,17 +1538,21 @@ "reference/wallet-gateway-json-rpc/operations/user-api/deletemessagetosign", "reference/wallet-gateway-json-rpc/operations/user-api/deletetransaction", "reference/wallet-gateway-json-rpc/operations/user-api/execute", + "reference/wallet-gateway-json-rpc/operations/user-api/generateapikey", "reference/wallet-gateway-json-rpc/operations/user-api/getmessagetosign", "reference/wallet-gateway-json-rpc/operations/user-api/getnetwork", "reference/wallet-gateway-json-rpc/operations/user-api/gettransaction", "reference/wallet-gateway-json-rpc/operations/user-api/getuser", "reference/wallet-gateway-json-rpc/operations/user-api/iswalletsyncneeded", + "reference/wallet-gateway-json-rpc/operations/user-api/listapikeys", "reference/wallet-gateway-json-rpc/operations/user-api/listidps", "reference/wallet-gateway-json-rpc/operations/user-api/listmessagestosign", "reference/wallet-gateway-json-rpc/operations/user-api/listnetworks", "reference/wallet-gateway-json-rpc/operations/user-api/listsessions", + "reference/wallet-gateway-json-rpc/operations/user-api/listsigningprovidervaults", "reference/wallet-gateway-json-rpc/operations/user-api/listtransactions", "reference/wallet-gateway-json-rpc/operations/user-api/listwallets", + "reference/wallet-gateway-json-rpc/operations/user-api/removeapikey", "reference/wallet-gateway-json-rpc/operations/user-api/removeidp", "reference/wallet-gateway-json-rpc/operations/user-api/removenetwork", "reference/wallet-gateway-json-rpc/operations/user-api/removesession", diff --git a/docs-main/reference/wallet-gateway-json-rpc/index.mdx b/docs-main/reference/wallet-gateway-json-rpc/index.mdx index 86dd2810e..6ae559968 100644 --- a/docs-main/reference/wallet-gateway-json-rpc/index.mdx +++ b/docs-main/reference/wallet-gateway-json-rpc/index.mdx @@ -18,7 +18,7 @@ description: "Versioned OpenRPC reference docs." OpenRPC - 1.4.0 + 1.5.0 @@ -27,12 +27,12 @@ description: "Versioned OpenRPC reference docs."