chore(ldx-sync-client): update ldx_sync client to 2026-05-07 [IDE-1881]#603
Open
nick-y-snyk wants to merge 1 commit into
Open
chore(ldx-sync-client): update ldx_sync client to 2026-05-07 [IDE-1881]#603nick-y-snyk wants to merge 1 commit into
nick-y-snyk wants to merge 1 commit into
Conversation
Replace the 2024-10-15 generated client with the new 2026-05-07 version. The new API version drops the `enforced` field (merged into `locked`) and tightens response schemas with additionalProperties: false throughout.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
PR Reviewer Guide 🔍
|
3 tasks
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.
Replaces the generated
2024-10-15ldx_sync client with2026-05-07.Changes
ldx_sync/2024-10-15/→ldx_sync/2026-05-07/(regenerated from new spec)resolver.go— version string updated, import aliasv20241015→v20260507mocks/ldx_sync.go— regeneratedresolver_test.go— version assertions updatedWhy
The 2026-05-07 API drops the
enforcedfield (merged intolocked) and addsadditionalProperties: falseto response schemas. See IDE-1881 and snyk/ldx-sync#110.Notes
snyk-ls imports this client — it will need a follow-up to update its import path from
2024-10-15to2026-05-07.