Skip to content

chore: regenerate management SDK from latest API spec - #201

Merged
Koosha-Owji merged 1 commit into
mainfrom
chore/regenerate-management-sdk
Aug 20, 2026
Merged

chore: regenerate management SDK from latest API spec#201
Koosha-Owji merged 1 commit into
mainfrom
chore/regenerate-management-sdk

Conversation

@Koosha-Owji

Copy link
Copy Markdown
Member

Explain your changes

Regenerates the Management API SDK from the latest API spec

  • New endpoints: application access roles (add/get/remove),
    create_user_billing_customer, organization role users count (total/active)
  • 7 new models

Checklist

🛟 If you need help, consider asking for advice over in the Kinde community.

@Koosha-Owji
Koosha-Owji requested a review from a team as a code owner August 20, 2026 05:21
@coderabbitai

coderabbitai Bot commented Aug 20, 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: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: e228d8c5-51f5-4d3f-880b-b09962ce7cd8

📥 Commits

Reviewing files that changed from the base of the PR and between 3c195a5 and 11956ab.

⛔ Files ignored due to path filters (22)
  • kinde_sdk/management/api/applications_api.py is excluded by !kinde_sdk/management/api/**
  • kinde_sdk/management/api/organizations_api.py is excluded by !kinde_sdk/management/api/**
  • kinde_sdk/management/api/users_api.py is excluded by !kinde_sdk/management/api/**
  • kinde_sdk/management/models/__init__.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/application_access_role.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/create_connection_request_options_one_of2.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/create_directory_request.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/create_organization_request.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/create_user_billing_customer_request.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/create_user_billing_customer_response.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/create_user_billing_customer_response_billing_customer.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/get_application_access_roles_response.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/get_application_response_application.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/get_billing_agreements_response_agreements_inner.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/get_organization_role_active_users_count_response.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/get_organization_role_users_count_response.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/replace_connection_request_options_one_of1.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/set_user_password_request.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/update_application_request.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/update_connection_request_options_one_of1.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/update_organization_request.py is excluded by !kinde_sdk/management/models/**
  • kinde_sdk/management/models/update_user_request.py is excluded by !kinde_sdk/management/models/**
📒 Files selected for processing (4)
  • .openapi-generator/FILES
  • kinde_sdk/management/__init__.py
  • kinde_sdk/management/api_client.py
  • kinde_sdk/management/configuration.py

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


Walkthrough

The SDK manifest now includes new generated model and test entries. The management package exports the related models. The default User-Agent and debug report version now use 2.3.1.

Changes

SDK surface updates

Layer / File(s) Summary
Generated file manifest entries
.openapi-generator/FILES
Adds documentation, model, and test manifest entries for application access-role, billing-customer, and organization role response models.
Public management model exports
kinde_sdk/management/__init__.py
Exports and imports seven additional generated models.
SDK version metadata
kinde_sdk/management/api_client.py, kinde_sdk/management/configuration.py
Updates the default User-Agent and debug report package version from 2.3.0 to 2.3.1.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Merge Risk: ⚪ Minimal · up to 11956

This SDK regeneration adds generated API and model surface without any identified current-head correctness, security, availability, or deployment issue; no actionable merge-blocking risk remains after normal checks.

Possibly related PRs

Suggested reviewers: coel

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 50.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly states that the management SDK was regenerated from the latest API specification.
Description check ✅ Passed The description directly explains the SDK regeneration and lists the new endpoints and models.
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 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/regenerate-management-sdk

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.

@codecov

codecov Bot commented Aug 20, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Koosha-Owji
Koosha-Owji merged commit 11d1517 into main Aug 20, 2026
9 checks passed
@Koosha-Owji
Koosha-Owji deleted the chore/regenerate-management-sdk branch August 20, 2026 05:32
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.

1 participant