We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b0770 commit 91b39feCopy full SHA for 91b39fe
src/platforms/monday/schemas.ts
@@ -28,7 +28,7 @@ export const mondayBoardsFieldsSchema = z.object({
28
export const mondayBoardsFields = Object.keys(mondayBoardsFieldsSchema.shape);
29
export const mondayBoardsRelationalFieldsSchema = {
30
columns: z.object({
31
- id: z.number(),
+ id: z.string(),
32
description: z.string().optional(),
33
title: z.string(),
34
type: z.string(),
0 commit comments