-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/w/8.4/improvement/VLTCLT-51/getO…
…rCreateEncryptionKeyId' into w/8.5/improvement/VLTCLT-51/getOrCreateEncryptionKeyId
- Loading branch information
Showing
3 changed files
with
29 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
export const httpClientFreeSocketTimeout: 55000; | ||
export namespace InternalError { | ||
let code: number; | ||
let description: string; | ||
let InternalError: boolean; | ||
const code: number; | ||
const description: string; | ||
const InternalError: boolean; | ||
} | ||
export namespace InvalidParameterValue { | ||
let code_1: number; | ||
const code_1: number; | ||
export { code_1 as code }; | ||
let description_1: string; | ||
const description_1: string; | ||
export { description_1 as description }; | ||
export let InvalidParameterValue: boolean; | ||
export const InvalidParameterValue: boolean; | ||
} | ||
export namespace Forbidden { | ||
let code_2: number; | ||
const code_2: number; | ||
export { code_2 as code }; | ||
let description_2: string; | ||
const description_2: string; | ||
export { description_2 as description }; | ||
export let Forbidden: boolean; | ||
export const Forbidden: boolean; | ||
} | ||
export namespace WrongFormat { | ||
let code_3: number; | ||
const code_3: number; | ||
export { code_3 as code }; | ||
let description_3: string; | ||
const description_3: string; | ||
export { description_3 as description }; | ||
export let WrongFormat: boolean; | ||
export const WrongFormat: boolean; | ||
} | ||
//# sourceMappingURL=constants.d.ts.map |