aboutsummaryrefslogtreecommitdiff
path: root/src/webex/messages.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/messages.ts')
-rw-r--r--src/webex/messages.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/webex/messages.ts b/src/webex/messages.ts
index 7e99cfc77..27d85a1f3 100644
--- a/src/webex/messages.ts
+++ b/src/webex/messages.ts
@@ -205,6 +205,11 @@ export interface MessageMap {
request: { talerPayUri: string };
response: walletTypes.PreparePayResult;
};
+
+ "get-diagnostics": {
+ request: { };
+ response: walletTypes.WalletDiagnostics;
+ };
}