fix(types): missing upsert hooks#12965
Conversation
Upsert hooks are missing in types
Fixed upsert options type
|
I want to apply this on V5 as well (our current version). How can we achieve it? |
Just having a bad day
papb
left a comment
There was a problem hiding this comment.
Hello! I see you are a first-time contributor, thank you for taking the time to help Sequelize! I hope to see more PRs from you in the future!
Please add at least one test to make sure your implementation works as intended and to prevent regressions in the future. For good examples on how to test typescript typings, check the following PRs: 11368, 11379, 11520, 13042. You can also use expect-type if you need more complex assertions for your test.
After this PR is merged, you need to open a new PR pointing to our |
|
Also, sorry to take so long to respond here. |
|
+1, I ran into this today in my development |
|
any update on this? |
|
this was fixed in #13394 and should be closed |
Pull Request check-list
Please make sure to review and check all of these items:
npm run testornpm run test-DIALECTpass with this change (including linting)?Description of change
Upsert hooks are missing in types. I've made this PR directly from Github UI editor.