mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 09:00:18 -06:00
chore: remove old AI classification feature (#5529)
Co-authored-by: Victor Santos <victor@formbricks.com>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
/* eslint-disable no-new -- required for error */
|
||||
import { type ZodIssue, z } from "zod";
|
||||
import { ZSurveyFollowUp } from "@formbricks/database/types/survey-follow-up";
|
||||
import { ZInsight } from "@formbricks/database/zod/insights";
|
||||
import { ZActionClass, ZActionClassNoCodeConfig } from "../action-classes";
|
||||
import { ZAllowedFileExtension, ZColor, ZId, ZPlacement, getZSafeUrl } from "../common";
|
||||
import { ZContactAttributes } from "../contact-attribute";
|
||||
@@ -2415,14 +2414,6 @@ export const ZSurveyQuestionSummaryOpenText = z.object({
|
||||
contactAttributes: ZContactAttributes.nullable(),
|
||||
})
|
||||
),
|
||||
insights: z.array(
|
||||
ZInsight.extend({
|
||||
_count: z.object({
|
||||
documentInsights: z.number(),
|
||||
}),
|
||||
})
|
||||
),
|
||||
insightsEnabled: z.boolean().optional(),
|
||||
});
|
||||
|
||||
export type TSurveyQuestionSummaryOpenText = z.infer<typeof ZSurveyQuestionSummaryOpenText>;
|
||||
|
||||
Reference in New Issue
Block a user