mirror of
https://github.com/supabase/supabase.git
synced 2026-09-10 03:51:51 +08:00
A bunch of small issues have showed up where the API types are breaking the FE repo: - Regenerate the API types. - For the removed Response types, use the return types from the operations instead. - Fix some types which now have a suffix `_Output`. - Add `requires_indirect_tax_declaration` property to Organization instances in mocks. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Refactor** * Updated Studio and shared type references to use generated API definitions consistently. * Improved typing for SSO configuration creation and updates. * Aligned telemetry lint categories with API-provided values. * Marked the legacy API type re-export as deprecated. * **Tests** * Updated test fixtures and response types to reflect current API contracts. * Added indirect tax declaration data to organization test scenarios. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
/**
|
|
* Avoid importing this file and import the types directly from api-types
|
|
* @deprecated import from 'api-types' instead
|
|
*/
|
|
export type * from 'api-types'
|