feat: SDK update for version 26.1.0#176
Conversation
Greptile SummaryThis PR bumps the Web SDK to version 26.1.0, applying four changes across all service files: URL-encoding path parameters with
Confidence Score: 4/5Safe to merge once the unconditional The path-encoding fix and realtime JWT changes are correct. The outstanding concern is the unconditional src/services/avatars.ts and src/services/storage.ts — the unconditional impersonateuserid payload assignment needs a guard mirroring the JWT pattern used elsewhere in this same PR. Important Files Changed
Reviews (2): Last reviewed commit: "chore: update Web SDK to 26.1.0" | Re-trigger Greptile |
| password: 'password', | ||
| oldPassword: 'password' // optional |
There was a problem hiding this comment.
Misleading password placeholder in documentation examples
The previous placeholders ('' / '<OLD_PASSWORD>') were either clearly empty or explicitly tagged as placeholders. The new value 'password' reads like a literal password string that developers might copy verbatim into their code. A conventional placeholder such as '<NEW_PASSWORD>' and '<OLD_PASSWORD>' would make it unambiguous that these are template values to be replaced. The same pattern appears in docs/examples/account/create.md and docs/examples/account/update-recovery.md.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
This PR contains updates to the SDK for version 26.1.0.
What's Changed
impersonateUserIdonavatarsandstoragefile requests.pingnow sends anAccept: application/jsonheader.