fix(openapi): add accountNo and externalId to GetCentersPageItems#92
fix(openapi): add accountNo and externalId to GetCentersPageItems#92deepthikolipaka wants to merge 1 commit intoopenMF:devfrom
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)
📝 WalkthroughWalkthroughThe change adds two optional string properties ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
Summary
Added missing fields to
GetCentersPageItemsschema:accountNo(string)externalId(string)Problem
These fields were missing from the OpenAPI spec, causing
the Institution Centers page to not display account number
and external ID correctly.
Changes
accountNoandexternalIdtoGetCentersPageItemsschemaRelated
Fixes item listed in ISSUES.md under Institution Centers section
Summary by CodeRabbit