mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-22 05:18:08 -05:00
uncook
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { TableIcon } from '@/components/icons'
|
||||
import { TABLE_LIMITS } from '@/lib/table'
|
||||
import { TABLE_LIMITS } from '@/lib/table/constants'
|
||||
import { filterRulesToFilter, sortRulesToSort } from '@/lib/table/query-builder/converters'
|
||||
import type { BlockConfig } from '@/blocks/types'
|
||||
import type { TableQueryResponse } from '@/tools/table/types'
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TABLE_LIMITS } from '@/lib/table'
|
||||
import { TABLE_LIMITS } from '@/lib/table/constants'
|
||||
import type { ToolConfig } from '@/tools/types'
|
||||
import type { TableBatchInsertParams, TableBatchInsertResponse } from './types'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TABLE_LIMITS } from '@/lib/table'
|
||||
import { TABLE_LIMITS } from '@/lib/table/constants'
|
||||
import type { ToolConfig } from '@/tools/types'
|
||||
import type { TableBulkOperationResponse, TableDeleteByFilterParams } from './types'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TABLE_LIMITS } from '@/lib/table'
|
||||
import { TABLE_LIMITS } from '@/lib/table/constants'
|
||||
import type { ToolConfig } from '@/tools/types'
|
||||
import type { TableQueryResponse, TableRowQueryParams } from './types'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { TABLE_LIMITS } from '@/lib/table'
|
||||
import { TABLE_LIMITS } from '@/lib/table/constants'
|
||||
import type { ToolConfig } from '@/tools/types'
|
||||
import type { TableBulkOperationResponse, TableUpdateByFilterParams } from './types'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { TableRow } from '@/lib/table'
|
||||
import type { TableRow } from '@/lib/table/types'
|
||||
import type { ToolConfig, ToolResponse } from '@/tools/types'
|
||||
import type { TableRowInsertParams } from './types'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user