Skip to content

Remove deprecated service accounts API endpoints#19

Merged
marcos-muino-garcia merged 1 commit into
mainfrom
feat/remove-service-accounts-endpoints
Apr 23, 2026
Merged

Remove deprecated service accounts API endpoints#19
marcos-muino-garcia merged 1 commit into
mainfrom
feat/remove-service-accounts-endpoints

Conversation

@marcos-muino-garcia
Copy link
Copy Markdown
Contributor

Summary

  • Remove getAllServiceAccounts, createServiceAccount, and deleteServiceAccount methods from YepCodeApi
  • Drop the corresponding ServiceAccountInput, ServiceAccount, and ServiceAccountsListResult types from types.ts
  • These endpoints (GET/POST /auth/service-accounts, DELETE /auth/service-accounts/{id}) are being removed from the YepCode Cloud API

Test plan

  • npm run build passes with no TypeScript errors
  • Confirm no remaining references to removed methods or types

🤖 Generated with Claude Code

Drop GET/POST /auth/service-accounts and DELETE /auth/service-accounts/{id}
along with their TypeScript types, as these endpoints are being removed from
the YepCode Cloud API.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@marcos-muino-garcia marcos-muino-garcia requested a review from a team as a code owner April 23, 2026 08:20
@marcos-muino-garcia marcos-muino-garcia requested review from agtraveso, santicastro and sergio-rs and removed request for a team and sergio-rs April 23, 2026 08:20
@marcos-muino-garcia marcos-muino-garcia merged commit 3c0dfe0 into main Apr 23, 2026
2 checks passed
@marcos-muino-garcia marcos-muino-garcia deleted the feat/remove-service-accounts-endpoints branch April 23, 2026 11:25
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