Skip to content

Commit

Permalink
[connectors] Zendesk GA (#9345)
Browse files Browse the repository at this point in the history
* set Zendesk as built instead of rolling_out

* remove the zendesk_connector_feature FF
  • Loading branch information
aubin-tchoi authored Dec 16, 2024
1 parent de5ab7b commit d5503cf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions front/lib/connector_providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -197,7 +197,6 @@ export const CONNECTOR_CONFIGURATIONS: Record<
logoComponent: ZendeskLogo,
isNested: true,
isSearchEnabled: false,
rollingOutFlag: "zendesk_connector_feature",
},
};

Expand Down
1 change: 0 additions & 1 deletion sdks/js/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
>();
Expand Down
1 change: 0 additions & 1 deletion types/src/shared/feature_flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d5503cf

Please sign in to comment.