feat(core): expose V2 VCS status and diff APIs (#35129)

This commit is contained in:
Shoubhit Dash 2026-07-03 16:49:03 +05:30 committed by GitHub
commit a1b6c84135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 970 additions and 0 deletions

View file

@ -56,6 +56,7 @@ export const groupNames = {
"server.reference": "reference",
"server.project": "project",
"server.projectCopy": "projectCopy",
"server.vcs": "vcs",
} as const
export const endpointNames = {