refactor: align connector enum with formbricks_survey (#7825)

Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
This commit is contained in:
Johannes
2026-04-28 23:57:20 -07:00
committed by GitHub
parent 89eb04f813
commit fbe2a31133
47 changed files with 1360 additions and 1152 deletions
@@ -1,5 +1,5 @@
-- CreateEnum
CREATE TYPE "public"."ConnectorType" AS ENUM ('formbricks', 'csv');
CREATE TYPE "public"."ConnectorType" AS ENUM ('formbricks_survey', 'csv');
-- CreateEnum
CREATE TYPE "public"."ConnectorStatus" AS ENUM ('active', 'paused', 'error');
+2 -2
View File
@@ -1170,7 +1170,7 @@ model DashboardWidget {
}
enum ConnectorType {
formbricks
formbricks_survey
csv
}
@@ -1197,7 +1197,7 @@ enum HubFieldType {
///
/// @property id - Unique identifier for the connector
/// @property name - Display name for the connector
/// @property type - Type of connector (formbricks, webhook, csv, email, slack)
/// @property type - Type of connector (formbricks_survey, webhook, csv, email, slack)
/// @property status - Current state of the connector (active, paused)
/// @property environment - The environment this connector belongs to
/// @property config - Type-specific configuration (e.g., webhook secret, S3 config)