@@ -1,4 +1,4 @@
|
||||
import { z } from 'zod'
|
||||
import { z } from '../../../../zod'
|
||||
import { pixelEventTypes } from './constants'
|
||||
import { blockBaseSchema } from '../../shared'
|
||||
import { IntegrationBlockType } from '../constants'
|
||||
@@ -19,7 +19,9 @@ const basePixelOptionSchema = z.object({
|
||||
|
||||
const initialPixelOptionSchema = basePixelOptionSchema.merge(
|
||||
z.object({
|
||||
eventType: z.undefined(),
|
||||
eventType: z.undefined().openapi({
|
||||
type: 'string',
|
||||
}),
|
||||
})
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user