doc: update api reports as public api changed
Signed-off-by: Ilya Katlinski <ilya.katlinsky@gmail.com>
This commit is contained in:
@@ -20,7 +20,10 @@ export const VAULT_SECRET_PATH_ANNOTATION = 'vault.io/secrets-path';
|
||||
|
||||
// @public
|
||||
export interface VaultApi {
|
||||
listSecrets(secretPath: string): Promise<VaultSecret[]>;
|
||||
listSecrets(
|
||||
secretPath: string,
|
||||
secretMount?: string | undefined,
|
||||
): Promise<VaultSecret[]>;
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
|
||||
@@ -18,4 +18,7 @@
|
||||
* @public
|
||||
*/
|
||||
export const VAULT_SECRET_ENGINE_ANNOTATION = 'vault.io/secrets-engine';
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export const VAULT_SECRET_PATH_ANNOTATION = 'vault.io/secrets-path';
|
||||
|
||||
Reference in New Issue
Block a user