Commit dc3204e
fix(nodejs): Map suppressResumeEvent to disableResume on the wire
The Node.js SDK's resumeSession() sends suppressResumeEvent as-is on
the JSON-RPC wire, but the server recognizes the field as disableResume.
This aligns with the Rust SDK which already maps suppress_resume_event
to disableResume at the serialization boundary.
No public API changes - ResumeSessionConfig.suppressResumeEvent remains
the user-facing field name.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a5581e2 commit dc3204e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1338 | 1338 | | |
1339 | 1339 | | |
1340 | 1340 | | |
1341 | | - | |
| 1341 | + | |
1342 | 1342 | | |
1343 | 1343 | | |
1344 | 1344 | | |
| |||
0 commit comments