You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.describe("The ID(s) of the custom field item. For single-select fields, provide a number. For multi-select fields, provide an array of numbers representing the selected item IDs."),
84
-
otherValue: z
82
+
value: z
83
+
.union([z.number(),z.array(z.number())])
84
+
.optional()
85
+
.describe(
86
+
'The ID(s) of the custom field item. For single-select fields, provide a number. For multi-select fields, provide an array of numbers representing the selected item IDs.'
.describe("The ID(s) of the custom field item. For single-select fields, provide a number. For multi-select fields, provide an array of numbers representing the selected item IDs."),
117
-
otherValue: z
115
+
value: z
116
+
.union([z.number(),z.array(z.number())])
117
+
.optional()
118
+
.describe(
119
+
'The ID(s) of the custom field item. For single-select fields, provide a number. For multi-select fields, provide an array of numbers representing the selected item IDs.'
0 commit comments