feat: SDK update for version 22.6.1#338
Conversation
Greptile SummaryThis PR releases version 22.6.1, fixing a codegen bug where snake_case API parameter names were incorrectly transformed into malformed CLI flags (e.g.,
Confidence Score: 5/5Safe to merge — the OAuth2 flag rename is a straightforward and correctly applied bug fix with no regressions on the unchanged commands. All flag renames in oauth-2.ts are consistent: each option declaration uses clean kebab-case, and every action handler destructures the matching camelCase variable that Commander.js derives from it. The version bump is applied uniformly across all relevant files. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "chore: update Command Line SDK to 22.6.1" | Re-trigger Greptile |
This PR contains updates to the SDK for version 22.6.1, generated with sdk-generator 2.4.8.
What's Changed
oauth2commands use--client-id,--redirect-uri,--response-type,--request-uri,--code-challenge,--max-ageinstead of the malformed--client-_idstyle namesNote: this renames the OAuth2 command flags shipped in 22.5.0/22.6.0 (via appwrite/sdk-generator#1658). The
@appwrite.io/console@15.3.0pin now comes from the generator template directly (appwrite/sdk-generator#1653).