Skip to content

Commit

Permalink
VLTCLT-51 fix yarn gen-types
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas2bert committed Oct 1, 2024
1 parent 7c573bd commit 2f297c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lib/IAMClient.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ declare class VaultClient {
setCustomEndpointForSignature(host: any, path: any): void;
_host: any;
__path: any;
enableIAMOnAdminRoutes(): VaultClient;
enableIAMOnAdminRoutes(): this;
/**
* Set the configuration for the werelogs logger
* @param {object} config - A configuration object for werelogs
Expand Down
2 changes: 1 addition & 1 deletion lib/IAMClient.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions lib/constants.d.ts
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
export const httpClientFreeSocketTimeout: 55000;
export namespace InternalError {
const code: number;
const description: string;
const InternalError: boolean;
let code: number;
let description: string;
let InternalError: boolean;
}
export namespace InvalidParameterValue {
const code_1: number;
let code_1: number;
export { code_1 as code };
const description_1: string;
let description_1: string;
export { description_1 as description };
export const InvalidParameterValue: boolean;
export let InvalidParameterValue: boolean;
}
export namespace Forbidden {
const code_2: number;
let code_2: number;
export { code_2 as code };
const description_2: string;
let description_2: string;
export { description_2 as description };
export const Forbidden: boolean;
export let Forbidden: boolean;
}
export namespace WrongFormat {
const code_3: number;
let code_3: number;
export { code_3 as code };
const description_3: string;
let description_3: string;
export { description_3 as description };
export const WrongFormat: boolean;
export let WrongFormat: boolean;
}
//# sourceMappingURL=constants.d.ts.map

0 comments on commit 2f297c9

Please sign in to comment.