You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our solution is fine, if the event names always stay the same as the function names but just in a different casing. If this connection changes, our solution will break.
The text was updated successfully, but these errors were encountered:
Hey @Aaronkala, sorry for the late response. We’re regrouping after summer vacations and Github has been neglected in the meantime. I’ll make sure your request gets relayed to the team with a response imminent.
We are not planning to change the connection between the event and function name, so your solution should continue working.
We also print a list of all event names on the last line of the generated file and it's not going to change too, so if you are interested in exploring other hacky ways to get the names, you can use that.
Summary
We are using typescript in one of our projects and would love to get an list of available avo event names included in the codegen output.
Currently we are deducing the list of avo event names from the trigger functions with some typescript template literal type helpers:
Our solution is fine, if the event names always stay the same as the function names but just in a different casing. If this connection changes, our solution will break.
The text was updated successfully, but these errors were encountered: