diff --git a/front/package-lock.json b/front/package-lock.json index a7f5bffcfb77..9476bacc2266 100644 --- a/front/package-lock.json +++ b/front/package-lock.json @@ -142,7 +142,7 @@ }, "../sdks/js": { "name": "@dust-tt/client", - "version": "1.0.13", + "version": "1.0.15", "license": "ISC", "dependencies": { "eventsource-parser": "^1.1.1", diff --git a/front/pages/w/[wId]/assistant/labs/transcripts/index.tsx b/front/pages/w/[wId]/assistant/labs/transcripts/index.tsx index 2a1b8c172b68..695bd78e7784 100644 --- a/front/pages/w/[wId]/assistant/labs/transcripts/index.tsx +++ b/front/pages/w/[wId]/assistant/labs/transcripts/index.tsx @@ -553,8 +553,7 @@ export default function LabsTranscriptsIndex({ await saveApiConnection( defaultConfiguration.credentialId, - defaultConfiguration.provider, - true + defaultConfiguration.provider ); } else { if (!transcriptsConfigurationState.credentialId) { diff --git a/sdks/js/src/types.ts b/sdks/js/src/types.ts index 8cc61a80cc97..1910935a66f8 100644 --- a/sdks/js/src/types.ts +++ b/sdks/js/src/types.ts @@ -648,6 +648,7 @@ const WhitelistableFeaturesSchema = FlexibleEnumSchema< | "usage_data_api" | "okta_enterprise_connection" | "labs_transcripts" + | "labs_transcripts_modjo" | "labs_transcripts_gong_full_storage" | "labs_trackers" | "document_tracker"