Skip to content
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

[WTF-1882] Add support for reference sets(beta) to the typings generator #93

Conversation

alihcsumer
Copy link
Contributor

@alihcsumer alihcsumer commented Jun 13, 2024

Checklist

  • Contains unit tests ✅
  • Contains breaking changes ❌
  • Compatible with: MX 10
  • Did you update version and changelog? ✅ ❌
  • PR title properly formatted ([XX-000]: description)? ✅ ❌

This PR contains

  • Bug fix
  • Feature
  • Refactor
  • Documentation
  • Other (describe)

What is the purpose of this PR?

Add support to the typings generator to be able to specify the association types allowed in attribute properties. Since the feature is still in beta, we are omitting it from the changelog for now.
...

Relevant changes

Depending on the configuration of the association types, the typings generator will now emit:

A client prop of (union) type ListAtrributeValue and/or ListAttributeListValue if the attribute property has a data source. A client prop of (union) type EditableValue and/or EditableListValue if not.

What should be covered while testing?

...

Extra comments (optional)

Please add extra comments or delete the section if not required

@alihcsumer alihcsumer force-pushed the wtf-1882-support-reference-sets-for-linked-attribute-props branch from 2936d4f to 6821de6 Compare June 13, 2024 11:51
@legio-vi-ferrata legio-vi-ferrata merged commit 5a3585b into master Jun 25, 2024
7 checks passed
@legio-vi-ferrata legio-vi-ferrata deleted the wtf-1882-support-reference-sets-for-linked-attribute-props branch June 25, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants