fix(config): Update clientlibs and renderClientLibs to read extraEntries correctly#131
fix(config): Update clientlibs and renderClientLibs to read extraEntries correctly#131albertogarciaariza wants to merge 4 commits intoNetcentric:mainfrom
Conversation
|
Hi team, Thanks again for resolving the issue with the incorrect config path. As a follow-up, there's now a real need to change the These setups can produce multiple output entries that need to be handled in a specific order or allow duplicate keys (e.g., for splitting or grouping), which a plain object structure can't support effectively. Using an array will provide the flexibility and control needed for these use cases. Can you please update the structure and any related logic accordingly? 💜 Let me know if any clarification is needed! Thanks! |
Description
This update ensures that the
extraEntriesare properly read and incorporated into the client library generation process.Related Issue
Fixes #128
Types of changes
Checklist: