-
Notifications
You must be signed in to change notification settings - Fork 10
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
Regenerating project client #433
Conversation
`yarn codegen`
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
--- | ||
'@magicbell/project-client': patch | ||
--- | ||
|
||
Correctly flagging nullable properties. All of them were optional before so they are likely handled correctly already and this is just affecting response validation. |
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.
@smeijer do you agree that this is a patch
?
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.
I do.
@magicbell/cli
@magicbell/embeddable
@magicbell/core
@magicbell/in-app
magicbell
@magicbell/project-client
@magicbell/magicbell-react
@magicbell/react-headless
@magicbell/user-client
@magicbell/webpush
commit: |
I've tested the preview build ( |
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @magicbell/project-client@0.5.4 ### Patch Changes - [#433](#433) [`d0f7bae`](d0f7bae) Thanks [@stigi](https://github.com/stigi)! - Correctly flagging nullable properties. All of them were optional before so they are likely handled correctly already and this is just affecting response validation. Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This incorporates the schema changes to correctly flag
nullable
properties (https://github.com/magicbell/magicbell/pull/5419).The API responses did not change, and this just fixes schema validation that was previously throwing errors e.g. when a tokens
discarded_at
wasnull
.