Skip to content

Commit e157d1d

Browse files
feat: export getAvailableTablesInOpenopsTables
Export the function so the enterprise tables API can consume it directly to list available tables for a project. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 152a260 commit e157d1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/openops/src/lib/openops-tables

packages/openops/src/lib/openops-tables/tables.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function getTableNames(
5050
return tables.map((t) => t.name);
5151
}
5252

53-
async function getAvailableTablesInOpenopsTables(
53+
export async function getAvailableTablesInOpenopsTables(
5454
serverContext: TablesServerContext,
5555
): Promise<OpenOpsTable[]> {
5656
const tables = await fetchAllTables(serverContext);

0 commit comments

Comments
 (0)