feat(types): enhance API type definitions with cursor-paginated lists…#314
Open
Joffref wants to merge 1 commit into
Open
feat(types): enhance API type definitions with cursor-paginated lists…#314Joffref wants to merge 1 commit into
Joffref wants to merge 1 commit into
Conversation
… and UID/GID mapping support - Added cursor-paginated list types for agents, drives, functions, job executions, and models to improve API response handling. - Introduced UID and GID mapping fields in drive mount requests and responses to facilitate file ownership management between local sandboxes and the filer. - Updated Vitest configuration to set minimum worker threads to prevent conflicts on high-core machines. - Enhanced integration tests for drive operations, including cloning a git repository into a mounted drive.
Contributor
There was a problem hiding this comment.
LGTM
The visible changes are auto-generated from the OpenAPI spec — mechanically correct wrappers and type additions. No security issues, logic errors, or data risks in the reviewed code. The self-documenting comment on listJobExecutionTasks noting that the event log is fully scanned server-side is worth tracking as a server-side scalability concern, but nothing the SDK can address.
Tag @mendral-app with feedback or questions. View session
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.
… and UID/GID mapping support
Note
Adds cursor-paginated list types for agents, drives, functions, job executions, and models; introduces new API endpoints (
getEgressGatewayUsage,listJobExecutionTasks,getPolicyUsages); adds UID/GID mapping fields to drive mount types; updates Vitest config to set min worker threads; and extends integration tests for drive operations.Written by Mendral for commit 668b0ae.