Regenerate V2 client for 6.5.D Records Management endpoints#59
Open
bzajzon-laserfiche wants to merge 4 commits into
Open
Regenerate V2 client for 6.5.D Records Management endpoints#59bzajzon-laserfiche wants to merge 4 commits into
bzajzon-laserfiche wants to merge 4 commits into
Conversation
…FS rejects a normal-folder parent)
…tClient + repoint RM smoke tests
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 Phase 3 §6.5.D Records Management surface (server PR #173558, work item #674086) and adds smoke tests. The 10 RM operations carry a new
RecordsManagementOpenApiTag, so they are exposed on a dedicatedrecordsManagementClient(wired into theRepositoryApiClientaggregate inClientBase.ts) rather thanentriesClient. Annotation/Entry polymorphic discriminator override preserved; prod baseUrl restored.Regen-only:
generate-client/swagger.json+index.ts+ClientBase.ts+ RM smoke tests. No version bump and no package publish — the consolidated client is versioned/published in a separate, manually-approved release PR.RM smoke tests pass locally (5/5 node + 5/5 jsdom) vs a local server. In CI they run against dev-CA; they will be red until 6.5.D deploys there (JS has no [SkipIfEndpointMissing] gate).