-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(specs): add support for widgets / banners in search for the csharp client #3870
feat(specs): add support for widgets / banners in search for the csharp client #3870
Conversation
Hey, all the files you edited are generated files, all the files in this folder are generated, can you edit the spec in |
Ah, i dident notice that this was all auto generated 😅 Will update my PR in a bit |
I updated the PR now, removing the models and updating the schema, however i am struggling with setting up the environment for building this. Followed your guide as outlined here https://api-clients-automation.netlify.app/docs/setup-repository but running into a very ambiguous error with the linter
Any chance you could look over the schema and try to build it to see if i did it correctly? 😇 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI is red but the changes looks good ! Thanks for the contribution
@millotp Thank you for helping me sort this out! Massive kudos for responding so fast, going to have some thrilled marketers at our company when this is released :) |
…rp client (#3870) (generated) [skip ci] Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
…rp client (generated) algolia/api-clients-automation#3870 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Jonas <42573917+Kalmar99@users.noreply.github.com> Co-authored-by: Jonas Kalmar Rønning <jonaskalmar.ronning@komplett.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
fix #3869
🧭 What and Why
The csharp client currently does not support Widgets / Banners as part of the RenderingContent model, however this feature is now available in the dashboard / merchandising studio. This PR adds the missing models required for parsing banners from the api response.
Changes included:
Adds the following models:
Also added the missing widgets field to the RenderingContent model