From 13e6b554215ef763f467c910e1971e7accf079b3 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 27 Oct 2023 08:51:45 +0900 Subject: [PATCH] Update --- denops/dpp/base/protocol.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/denops/dpp/base/protocol.ts b/denops/dpp/base/protocol.ts index a53d93a..c654524 100644 --- a/denops/dpp/base/protocol.ts +++ b/denops/dpp/base/protocol.ts @@ -35,6 +35,8 @@ export type GetLogCommandsArguments = { plugin: Plugin; protocolOptions: ProtocolOptions; protocolParams: Params; + newRev: string; + oldRev: string; }; export type GetRevisionLockCommandsArguments< @@ -51,6 +53,7 @@ export type GetRollbackCommandsArguments = { plugin: Plugin; protocolOptions: ProtocolOptions; protocolParams: Params; + rev: string; }; export type GetDiffCommandsArguments = { @@ -58,8 +61,8 @@ export type GetDiffCommandsArguments = { plugin: Plugin; protocolOptions: ProtocolOptions; protocolParams: Params; - oldRev: string; newRev: string; + oldRev: string; }; export type GetRevisionArguments = {