Add the minorVersion field to the HandshakeResponse in the TS client for 3.0 (#2657)
This commit is contained in:
parent
bd0d297111
commit
4752d45e0e
|
|
@ -10,6 +10,7 @@ export interface HandshakeRequestMessage {
|
||||||
|
|
||||||
export interface HandshakeResponseMessage {
|
export interface HandshakeResponseMessage {
|
||||||
readonly error: string;
|
readonly error: string;
|
||||||
|
readonly minorVersion: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
export class HandshakeProtocol {
|
export class HandshakeProtocol {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue