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
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
Based on this tweet, the current implementation of open-api typescript to get types from the REST endpoint does not return definitions outside of the public schema.
According to the supabase folks, they have a CLI command supabase gen types typescript which will help to generate types outside of the public schema.
Hence, whoever picks up this issue can try to look into the Supabase CLI repo to see how they did this and then update this action.
Based on this tweet, the current implementation of open-api typescript to get types from the REST endpoint does not return definitions outside of the public schema.
According to the supabase folks, they have a CLI command
supabase gen types typescriptwhich will help to generate types outside of the public schema.Hence, whoever picks up this issue can try to look into the Supabase CLI repo to see how they did this and then update this action.