File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ declare class VaultClient {
36
36
setCustomEndpointForSignature ( host : any , path : any ) : void ;
37
37
_host : any ;
38
38
__path : any ;
39
- enableIAMOnAdminRoutes ( ) : this ;
39
+ enableIAMOnAdminRoutes ( ) : VaultClient ;
40
40
/**
41
41
* Set the configuration for the werelogs logger
42
42
* @param {object } config - A configuration object for werelogs
Original file line number Diff line number Diff line change
Original file line number Diff line number Diff line change 1
1
export const httpClientFreeSocketTimeout : 55000 ;
2
2
export namespace InternalError {
3
- let code : number ;
4
- let description : string ;
5
- let InternalError : boolean ;
3
+ const code : number ;
4
+ const description : string ;
5
+ const InternalError : boolean ;
6
6
}
7
7
//# sourceMappingURL=constants.d.ts.map
Original file line number Diff line number Diff line change 37
37
"lint_yml" : " yamllint $(git ls-files '*.yml')" ,
38
38
"lint_md" : " mdlint $(git ls-files '*.md')" ,
39
39
"test" : " mocha --exit tests/unit" ,
40
- "gen-types" : " rm -f lib/IAMClient.d.ts && rm -f lib/constants.d.ts && tsc --declaration --emitDeclarationOnly"
40
+ "gen-types" : " rm -f lib/IAMClient.d.ts.map && rm -f lib/IAMClient.d.ts.map && rm -f lib/IAMClient.d.ts && rm -f lib/constants.d.ts && tsc --declaration --emitDeclarationOnly"
41
41
}
42
42
}
You can’t perform that action at this time.
0 commit comments