fix: type is optional input for integrations.list endpoint
This commit is contained in:
@@ -21,7 +21,7 @@ export const IntegrationsListSchema = BaseSchema.extend({
|
||||
.default("updatedAt"),
|
||||
|
||||
/** Integration type */
|
||||
type: z.nativeEnum(IntegrationType),
|
||||
type: z.nativeEnum(IntegrationType).optional(),
|
||||
}),
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user