diff --git a/front/lib/connector_providers.ts b/front/lib/connector_providers.ts index 85e1533a0779..35aaccc48509 100644 --- a/front/lib/connector_providers.ts +++ b/front/lib/connector_providers.ts @@ -187,7 +187,7 @@ export const CONNECTOR_CONFIGURATIONS: Record< zendesk: { name: "Zendesk", connectorProvider: "zendesk", - status: "rolling_out", + status: "built", hide: false, description: "Authorize access to Zendesk for indexing tickets from your support center and articles from your help center.", @@ -197,7 +197,6 @@ export const CONNECTOR_CONFIGURATIONS: Record< logoComponent: ZendeskLogo, isNested: true, isSearchEnabled: false, - rollingOutFlag: "zendesk_connector_feature", }, }; diff --git a/sdks/js/src/types.ts b/sdks/js/src/types.ts index 8cc61a80cc97..95822e1c329f 100644 --- a/sdks/js/src/types.ts +++ b/sdks/js/src/types.ts @@ -655,7 +655,6 @@ const WhitelistableFeaturesSchema = FlexibleEnumSchema< | "openai_o1_feature" | "openai_o1_mini_feature" | "snowflake_connector_feature" - | "zendesk_connector_feature" | "index_private_slack_channel" | "conversations_jit_actions" >(); diff --git a/types/src/shared/feature_flags.ts b/types/src/shared/feature_flags.ts index e22dabe70543..003c07bdac3e 100644 --- a/types/src/shared/feature_flags.ts +++ b/types/src/shared/feature_flags.ts @@ -7,7 +7,6 @@ export const WHITELISTABLE_FEATURES = [ "use_app_for_header_detection", "openai_o1_feature", "openai_o1_mini_feature", - "zendesk_connector_feature", "index_private_slack_channel", "conversations_jit_actions", "labs_trackers",