chore: sync generated client with staging OpenAPI - #63
Merged
Conversation
|
| Filename | Overview |
|---|---|
| internal/api/client.gen.go | Regenerates the typed API client and consistently removes the unpublished managed-auth surface; no remaining repository callers were found, but the change adds no regression test. |
Prompt To Fix All With AI
### Issue 1
internal/api/client.gen.go:130
**Add schema-removal regression coverage**
This regeneration removes the managed-auth API surface without adding focused unit or integration coverage, leaving future accidental removal of a consumed operation to be caught only by the existing broad build and generation checks.
- Add a comment if the PR does n... ([source](https://app.greptile.com/review/custom-context?memory=instruction-0))
---
For each issue above, determine whether it is valid and should be fixed. If so, fix it directly.Reviews (1): Last reviewed commit: "chore: sync generated client with stagin..." | Re-trigger Greptile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This fixes the
notte-cli matches staging OpenAPIfailure in nottelabs/monorepo#2076.Verification
go test ./...make check