Regenerate V2 client for folder-path auto-create (import + entry creation) - #70
Merged
Merged
Conversation
…tion) Adds the optional `folderPath` body property to CreateEntryRequest, ImportEntryRequest, and StartImportUploadedPartsRequest, and the `autoCreateFolderPath` query parameter to createEntry, importEntry, and startImportUploadedParts. Regenerated swagger + index.ts (localhost baseUrl/servers normalized to prod) with two new integration tests (CreateEntryFolderPath, ImportFolderPath). Server surface: epic #687490 (stories #687491 import, #687492 entry creation). Client code + tests only; version bump / npm publish is a separate final release step. Work item #691369
alexgomezlf
approved these changes
Jul 30, 2026
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.
Regenerates the V2 JS client for the folder-path auto-create surface added server-side under epic #687490 (stories #687491 import, #687492 entry creation; server PR merged).
Surface added
folderPathbody property onCreateEntryRequest,ImportEntryRequest, andStartImportUploadedPartsRequest.autoCreateFolderPathquery parameter oncreateEntry,importEntry, andstartImportUploadedParts.When
folderPathis omitted, behavior is byte-for-byte unchanged (backwards compatible within v2).autoCreateFolderPath(defaultfalse) gates creation of missing path segments.Changes
swagger.json+index.ts(localhost baseUrl/serversnormalized back to prod).CreateEntryFolderPath.test.ts,ImportFolderPath.test.ts.Client code + tests only. The version bump / npm publish is handled as a separate final release step after the server work ships.
Work item #691369