@@ -1,4 +1,4 @@
|
||||
import { z } from 'zod'
|
||||
import { z } from '../../../../zod'
|
||||
import { IntegrationBlockType } from '../constants'
|
||||
import { GoogleSheetsAction, totalRowsToExtractOptions } from './constants'
|
||||
import { blockBaseSchema, credentialsBaseSchema } from '../../shared'
|
||||
@@ -34,7 +34,9 @@ const rowsFilterComparisonSchema = z.object({
|
||||
|
||||
const initialGoogleSheetsOptionsSchema = googleSheetsOptionsBaseSchema.merge(
|
||||
z.object({
|
||||
action: z.undefined(),
|
||||
action: z.undefined().openapi({
|
||||
type: 'string',
|
||||
}),
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user