chore(deps): upgrade @linqapp/sdk to ^0.31.0#40
Open
jflayhart wants to merge 1 commit into
Open
Conversation
The CLI pinned ^0.15.1, sixteen minor versions behind. That predates the webhook resource entirely, so `client.webhooks.unwrap()` — the SDK's Standard Webhooks verification helper — was not reachable from the CLI at all. This is the dependency bump only, no behaviour change. Verified: tsc --noEmit clean, build clean, 172 tests pass across 41 files, all 23 SDK call sites typecheck unchanged. Adopting Standard Webhooks in `webhooks listen --forward-to` follows separately so the version bump can be reviewed on its own.
This was referenced Jul 27, 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.
The CLI pinned
@linqapp/sdkat^0.15.1— sixteen minor versions behind0.31.0. That predates the SDK'swebhooksresource entirely, soclient.webhooks.unwrap()(its Standard Webhooks verification helper) was not reachable from the CLI at all.Dependency bump only. No behaviour change.
Verification
tsc --noEmitcleannpm run buildcleanchats.*,messages.*,attachments.*,phoneNumbers.*,webhookSubscriptions.*,webhookEvents.*) typecheck unchangedThe SDK is Stainless-generated and the intervening releases were almost entirely additive, which is why a jump this large lands clean.
Why it is split out
Two follow-ups build on this and are easier to review separately:
webhook-standard-signatures— makewebhooks listen --forward-toemit Standard Webhooks headers so local development matches productionlogin-headless-token— stoplogin --tokenprompting without a TTY🤖 Generated with Claude Code
https://claude.ai/code/session_01L3QhRZE6nKoGLGNhzUkmmF