Regen V2 client for full deployed surface: 6.3.A/B/C + REQ-DOC-002 (consolidated)#51
Open
bzajzon-laserfiche wants to merge 2 commits into
Open
Regen V2 client for full deployed surface: 6.3.A/B/C + REQ-DOC-002 (consolidated)#51bzajzon-laserfiche wants to merge 2 commits into
bzajzon-laserfiche wants to merge 2 commits into
Conversation
alexgomezlf
previously approved these changes
May 28, 2026
alexgomezlf
previously approved these changes
May 29, 2026
alexgomezlf
previously approved these changes
May 29, 2026
…onsolidated) Single regen off the deployed swagger bringing the JS client up to the full V2 surface, superseding the conflicting per-batch client PRs. 6.3.A (#49) already on main. Surface added since main: - Field Definition destructive ops (MergeFields, ChangeFieldType) — PRD 6.3.B - Template Definition admin (CRUD + Properties + Field management) — PRD 6.3.C - Entry introspection on GET Entry: opt-in includeChildInfo (flat childInfo object { hasChildren, childCount, folderCount, documentCount, shortcutCount }) + includeTotalSize — REQ-DOC-002 Committed swagger.json + index.ts normalized to production URLs (api.laserfiche.com / signin.laserfiche.com). Integration tests for 6.3.B/6.3.C/REQ-DOC-002 brought onto this branch; the childInfo test asserts the flat single-object shape. Entry discriminator override applied (Trap 1); multipart tests stay SKIP_UNDER_JSDOM-gated (Trap 3).
03ede21 to
9e571e7
Compare
4 tasks
…pection (Phase 2)
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
One consolidated regen bringing the JS V2 client up to the full deployed V2 surface, superseding the conflicting per-batch client PRs. Each per-batch PR regenerated the whole
index.ts, so they conflicted; since the server now carries everything, a single regen is clean. 6.3.A (#49) is already onmain.Surface added since main
mergeFields,changeFieldTypeincludeChildInforeturning a flatchildInfoobject{ hasChildren, childCount, folderCount, documentCount, shortcutCount }, plusincludeTotalSizeSupersedes
story/669513branchNotes
generate-client/swagger.json+index.tsnormalized to production URLs (api.laserfiche.com/signin.laserfiche.com).SKIP_UNDER_JSDOM-gated (Trap 3).