mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-23 02:45:21 -05:00
refactor: align connector enum with formbricks_survey (#7825)
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user