feat: Console SDK update for version 8.3.0#81
Conversation
Greptile SummaryThis PR updates the Console SDK to version 8.3.0, adding addon management capabilities to the Key changes:
Confidence Score: 5/5This PR is safe to merge — all changes are additive, well-structured, and consistent with established patterns in the SDK. No P0 or P1 issues found. All new addon methods follow the existing dual-overload pattern with correct path interpolations, required-parameter guards, and matching return types. Models, enum, exports, docs, and version bump are all consistent and complete. No files require special attention.
|
| Filename | Overview |
|---|---|
| src/services/organizations.ts | Adds 6 new addon management methods consistent with the existing dual-overload pattern; all required parameter validations and path interpolations are correct |
| src/models.ts | Adds Addon, AddonPrice, AddonList, and BillingPlanSupportedAddons model types, plus new Project and database adapter fields; all well-structured |
| src/enums/addon.ts | New enum with a single value Baa = 'baa', correctly exported from index.ts |
| src/index.ts | Correctly exports the new Addon enum alongside the existing exports; no issues |
| src/services/migrations.ts | Adds JSDoc descriptions to createJSONExport and createJSONImport; no functional changes |
| CHANGELOG.md | New 8.3.0 changelog entry accurately documents all changes in this PR |
Reviews (2): Last reviewed commit: "chore: update Console SDK to 8.3.0" | Re-trigger Greptile
This PR contains updates to the Console SDK for version 8.3.0.