Skip to content

Sync index.d.ts type definitions with commands.js#283

Merged
aviadhahami merged 3 commits intomasterfrom
copilot/research-and-implement-issue-203
Mar 12, 2026
Merged

Sync index.d.ts type definitions with commands.js#283
aviadhahami merged 3 commits intomasterfrom
copilot/research-and-implement-issue-203

Conversation

Copy link
Contributor

Copilot AI commented Mar 12, 2026

index.d.ts was out of sync with src/commands.js — missing methods, a phantom method, and a duplicate declaration.

Changes

  • Remove duplicate ldapLogin — PR chore: add missing ldapLogin method in index.d.ts #205 added it without noticing it already existed lower in the file
  • Remove phantom generateRootStatus — declared in types but never existed in commands.js
  • Add missing methodsunwrap, addKubernetesRole, getKubernetesRole, deleteKubernetesRole

All methods in commands.js now have corresponding type declarations, and vice versa.


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI and others added 2 commits March 12, 2026 12:54
Co-authored-by: aviadhahami <7353632+aviadhahami@users.noreply.github.com>
- Remove duplicate ldapLogin declaration (fixes #203)
- Remove phantom generateRootStatus (not in commands.js)
- Add missing unwrap method
- Add missing addKubernetesRole, getKubernetesRole, deleteKubernetesRole methods

Co-authored-by: aviadhahami <7353632+aviadhahami@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue with secret retrieval in node-vault Sync index.d.ts type definitions with commands.js Mar 12, 2026
@aviadhahami aviadhahami marked this pull request as ready for review March 12, 2026 14:44
@aviadhahami aviadhahami merged commit a42bd9e into master Mar 12, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants