vaishaldsouza commented on PR #478: URL: https://github.com/apache/fineract-backoffice-ui/pull/478#issuecomment-5526622129
You're right, thanks - reverted the `preprocess-spec.mjs` and `package.json` changes, those weren't the issue. Regenerated the client against current upstream `apache/fineract:latest` (paths 594→600, schemas 1475→1481) and found the real breaking change: `FloatingRateRequest` was split into `FloatingRateCreateRequest` and `FloatingRateUpdateRequest`, with different required fields. Updated `floating-rate-form.component.ts` to build separate typed payloads for create vs. edit mode instead of one shared object, and added test coverage for both paths. Also audited the other 6 changed operations in the diff (savings transaction response types moved from raw `string`/`Array` to structured models) only one real call site exists and it's already compatible as-is. Full verification suite passes. `preprocess-spec.mjs` and `package.json` are unmodified. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
