Skip to content

Commit ec7e6ef

Browse files
committed
regen types
1 parent 70b04d7 commit ec7e6ef

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

lib/IAMClient.d.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,20 @@ declare class VaultClient {
135135
* @returns {undefined}
136136
*/
137137
getAccountLimits(accountName: string, callback: any): undefined;
138+
/**
139+
* A getter for account rate limit configuration given a list of canonicalIDs
140+
* @param {String[]} canonicalIds - list of canonicalIDs
141+
* @param {Object} options - additional arguments
142+
* @param {string} options.reqUid - the request UID
143+
* @param {werelogs.RequestLogger} [options.logger] - Logger instance
144+
* @param {Function} callback - the callback handling the response object
145+
* and the error, if there is one
146+
* @returns {undefined}
147+
*/
148+
getAccountLimitsByCanonicalIds(canonicalIds: string[], options: {
149+
reqUid: string;
150+
logger?: werelogs.RequestLogger;
151+
}, callback: Function): undefined;
138152
/**
139153
* Get Quota of an account
140154
*

lib/IAMClient.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)