@@ -56,7 +56,6 @@ declare namespace NodeVault {
5656 init ( options ?: Option ) : Promise < any > ;
5757 unseal ( options ?: Option ) : Promise < any > ;
5858 seal ( options ?: Option ) : Promise < any > ;
59- generateRootStatus ( options ?: Option ) : Promise < any > ;
6059 generateRootInit ( options ?: Option ) : Promise < any > ;
6160 generateRootCancel ( options ?: Option ) : Promise < any > ;
6261 generateRootUpdate ( options ?: Option ) : Promise < any > ;
@@ -78,13 +77,13 @@ declare namespace NodeVault {
7877 revoke ( options ?: Option ) : Promise < any > ;
7978 revokePrefix ( options ?: Option ) : Promise < any > ;
8079 rotate ( options ?: Option ) : Promise < any > ;
80+ unwrap ( options ?: Option ) : Promise < any > ;
8181 gcpLogin ( options ?: Option ) : Promise < any > ;
8282 ldapLogin ( options ?: Option ) : Promise < any > ;
8383 githubLogin ( options ?: Option ) : Promise < any > ;
8484 userpassLogin ( options ?: Option ) : Promise < any > ;
8585 kubernetesLogin ( options ?: Option ) : Promise < any > ;
8686 awsIamLogin ( options ?: Option ) : Promise < any > ;
87- ldapLogin ( options ?: Option ) : Promise < any > ;
8887 oktaLogin ( options ?: Option ) : Promise < any > ;
8988 radiusLogin ( options ?: Option ) : Promise < any > ;
9089 certLogin ( options ?: Option ) : Promise < any > ;
@@ -106,6 +105,9 @@ declare namespace NodeVault {
106105 addTokenRole ( options ?: Option ) : Promise < any > ;
107106 getTokenRole ( options ?: Option ) : Promise < any > ;
108107 removeTokenRole ( options ?: Option ) : Promise < any > ;
108+ addKubernetesRole ( options ?: Option ) : Promise < any > ;
109+ getKubernetesRole ( options ?: Option ) : Promise < any > ;
110+ deleteKubernetesRole ( options ?: Option ) : Promise < any > ;
109111 approleRoles ( options ?: Option ) : Promise < any > ;
110112 addApproleRole ( options ?: Option ) : Promise < any > ;
111113 getApproleRole ( options ?: Option ) : Promise < any > ;
0 commit comments