fix(openapfix(openapi): add isSelfServiceUser to GetUsersResponse and GetUsersUserIdResponsei): add isSelfServiceUser to GetUsersResponse and GetUsersU…#88
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip You can disable poems in the walkthrough.Disable the |
Summary
Added missing
isSelfServiceUserboolean field to:GetUsersResponse(used in/usersendpoint)GetUsersUserIdResponse(used in/users/{id}endpoint)Problem
The
isSelfServiceUserfield was missing from the OpenAPI spec,causing the generated TypeScript client to not include this field,
which is returned by the Fineract backend.
Changes
isSelfServiceUser: booleantoGetUsersResponseschemaisSelfServiceUser: booleantoGetUsersUserIdResponseschemaRelated
Fixes item listed in ISSUES.md under Admin Users section
Summary by CodeRabbit
New Features