Skip to content

chore: update to latest specs and release v0.18.0 - #175

Merged
Koosha-Owji merged 3 commits into
mainfrom
release/v0.18.0
Aug 12, 2026
Merged

chore: update to latest specs and release v0.18.0#175
Koosha-Owji merged 3 commits into
mainfrom
release/v0.18.0

Conversation

@Koosha-Owji

Copy link
Copy Markdown
Member

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.

@Koosha-Owji
Koosha-Owji requested review from a team as code owners June 26, 2026 18:49
@coderabbitai

coderabbitai Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: c84fdce8-ab96-4758-8a79-df2d72cb7daf

📥 Commits

Reviewing files that changed from the base of the PR and between 7890126 and b23a0dd.

⛔ Files ignored due to path filters (1)
  • package.json is excluded by !**/*.json
📒 Files selected for processing (1)
  • lib/main.test.ts
💤 Files with no reviewable changes (1)
  • lib/main.test.ts

Walkthrough

The 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.

Changes

Generated API schema updates

Layer / File(s) Summary
SCIM directory contracts
lib/api/schemas.gen.ts
Identity schemas add nullable connection identifiers. Directory schemas add enterprise connection fields. Delete responses include directory_id.
Organization and role-user listings
lib/api/schemas.gen.ts, lib/main.test.ts
Two paginated role-user response schemas are exported. The export test includes both schema names.
Release metadata
lib/version.ts, CHANGELOG.md
The library version changes to 0.18.0. The changelog adds the v0.18.0 section and the v0.17.0 release date.

Estimated code review effort: 2 (Simple) | ~10 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the specification update and v0.18.0 release.
Description check ✅ Passed The description directly covers the management API specification update, version bump, and changelog update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/v0.18.0

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between 151857f and 6e3bd8a.

⛔ Files ignored due to path filters (2)
  • package.json is excluded by !**/*.json
  • spec/kinde-mgmt-api-specs.yaml is excluded by !**/*.yaml
📒 Files selected for processing (6)
  • CHANGELOG.md
  • lib/api/schemas.gen.ts
  • lib/api/sdk.gen.ts
  • lib/api/types.gen.ts
  • lib/main.test.ts
  • lib/version.ts

Comment thread CHANGELOG.md
Comment thread lib/api/types.gen.ts Outdated
@Koosha-Owji
Koosha-Owji merged commit 28c6bbd into main Aug 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants