Skip to content

Commit 4fb2c1d

Browse files
authored
Added missing attributes to VaultOptions model (#154)
Signed-off-by: Owen Farrell <owen.farrell@gmail.com>
1 parent 496657b commit 4fb2c1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ declare namespace NodeVault {
120120

121121
apiVersion?: string;
122122
endpoint?: string;
123+
noCustomHTTPVerbs?: boolean;
124+
pathPrefix?: string;
123125
token?: string;
124126
requestOptions?: request.CoreOptions;
125127
}

0 commit comments

Comments
 (0)