chore: update to latest specs and release v0.18.0 - #175
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughThe release updates the library to v0.18.0. Generated schemas add identity, directory, deletion, and role-user response fields. Export tests include the new role-user schemas. The changelog records v0.18.0 and dates v0.17.0. ChangesGenerated API schema updates
Estimated code review effort: 2 (Simple) | ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@CHANGELOG.md`:
- Around line 7-23: Move the misplaced release note entry from the 0.18.0
section into the 0.17.0 section using the existing release entry pattern in
CHANGELOG.md, and add the missing release date line to the 0.18.0 heading to
match the surrounding release sections. Also remove the merge conflict
resolution commit entries from the 0.18.0 changelog section, keeping only
consumer-facing release notes.
In `@lib/api/types.gen.ts`:
- Line 4757: The `GetOrganizationData.code` contract has become required and the
`getOrganization()` call path no longer defaults `data` to an empty object, so
existing callers that pass nothing or `{}` will break. Update the changelog to
call out this breaking change prominently, and include clear migration guidance
for users of `getOrganization`, `GetOrganizationData`, and the generated client
behavior in `sdk.gen.ts` so they know to pass `code` explicitly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 3ee2d6ba-b689-49bd-94f0-3318fb33a71b
⛔ Files ignored due to path filters (2)
package.jsonis excluded by!**/*.jsonspec/kinde-mgmt-api-specs.yamlis excluded by!**/*.yaml
📒 Files selected for processing (6)
CHANGELOG.mdlib/api/schemas.gen.tslib/api/sdk.gen.tslib/api/types.gen.tslib/main.test.tslib/version.ts
Explain your changes
Update to latest management api specs
version bump and changelog update
Checklist
🛟 If you need help, consider asking for advice over in the Kinde community.