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 = {