chore(api): sync Management API OpenAPI spec#5752
chore(api): sync Management API OpenAPI spec#5752supabase-cli-releaser[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 38176a210a
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@60ead6d51cdd2e40505f2cf0e1ccc41b550e466ePreview package for commit |
a7d1cf3 to
fcdc7da
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fcdc7daaf5
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
05939e3 to
60ead6d
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 60ead6d51c
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| }).check(Schema.isInt()), | ||
| Schema.Null, | ||
| ]), | ||
| db_pool_acquisition_timeout: Schema.Union([ |
There was a problem hiding this comment.
Keep PostgREST replay bodies schema-valid
Fresh evidence after the earlier thread: in this target tree, apps/cli/src/legacy/commands/config/push/push.integration.test.ts still defines POSTGREST_DISABLED without db_pool_acquisition_timeout, and the recorded/scenario GET /postgrest fixtures under apps/cli-e2e/fixtures still omit it as well. Because packages/api/src/internal/client.ts decodes JSON responses through definition.outputSchema, making this key required makes those config-push integration/e2e replay paths fail schema decoding before reconciliation; update the mocks/fixtures or keep the response field optional during rollout.
Useful? React with 👍 / 👎.
This PR was automatically created to sync the generated
@supabase/apipackage with the latest Management API OpenAPI document.Changes were detected in the upstream OpenAPI document exposed by
https://api.supabase.com/api/v1-json.