Skip to content

Commit 552dc56

Browse files
authored
feat(confluence): added more confluence endpoints (#3139)
* feat(confluence): added more confluence endpoints * update license * updated * updated docs
1 parent 2147309 commit 552dc56

File tree

129 files changed

+5070
-552
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+5070
-552
lines changed

apps/docs/components/ui/icon-mapping.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
163163
elevenlabs: ElevenLabsIcon,
164164
enrich: EnrichSoIcon,
165165
exa: ExaAIIcon,
166-
file_v2: DocumentIcon,
166+
file_v3: DocumentIcon,
167167
firecrawl: FirecrawlIcon,
168-
fireflies: FirefliesIcon,
168+
fireflies_v2: FirefliesIcon,
169169
github_v2: GithubIcon,
170170
gitlab: GitLabIcon,
171171
gmail_v2: GmailIcon,
@@ -177,7 +177,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
177177
google_maps: GoogleMapsIcon,
178178
google_search: GoogleIcon,
179179
google_sheets_v2: GoogleSheetsIcon,
180-
google_slides: GoogleSlidesIcon,
180+
google_slides_v2: GoogleSlidesIcon,
181181
google_vault: GoogleVaultIcon,
182182
grafana: GrafanaIcon,
183183
grain: GrainIcon,
@@ -206,7 +206,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
206206
microsoft_excel_v2: MicrosoftExcelIcon,
207207
microsoft_planner: MicrosoftPlannerIcon,
208208
microsoft_teams: MicrosoftTeamsIcon,
209-
mistral_parse_v2: MistralIcon,
209+
mistral_parse_v3: MistralIcon,
210210
mongodb: MongoDBIcon,
211211
mysql: MySQLIcon,
212212
neo4j: Neo4jIcon,
@@ -221,11 +221,11 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
221221
polymarket: PolymarketIcon,
222222
postgresql: PostgresIcon,
223223
posthog: PosthogIcon,
224-
pulse: PulseIcon,
224+
pulse_v2: PulseIcon,
225225
qdrant: QdrantIcon,
226226
rds: RDSIcon,
227227
reddit: RedditIcon,
228-
reducto: ReductoIcon,
228+
reducto_v2: ReductoIcon,
229229
resend: ResendIcon,
230230
s3: S3Icon,
231231
salesforce: SalesforceIcon,
@@ -244,11 +244,11 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
244244
ssh: SshIcon,
245245
stagehand: StagehandIcon,
246246
stripe: StripeIcon,
247-
stt: STTIcon,
247+
stt_v2: STTIcon,
248248
supabase: SupabaseIcon,
249249
tavily: TavilyIcon,
250250
telegram: TelegramIcon,
251-
textract: TextractIcon,
251+
textract_v2: TextractIcon,
252252
tinybird: TinybirdIcon,
253253
translate: TranslateIcon,
254254
trello: TrelloIcon,
@@ -257,7 +257,7 @@ export const blockTypeToIconMap: Record<string, IconComponent> = {
257257
twilio_voice: TwilioIcon,
258258
typeform: TypeformIcon,
259259
video_generator_v2: VideoIcon,
260-
vision: EyeIcon,
260+
vision_v2: EyeIcon,
261261
wealthbox: WealthboxIcon,
262262
webflow: WebflowIcon,
263263
whatsapp: WhatsAppIcon,

apps/docs/content/docs/de/tools/file.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Mehrere Dateien lesen und parsen
66
import { BlockInfoCard } from "@/components/ui/block-info-card"
77

88
<BlockInfoCard
9-
type="file"
9+
type="file_v3"
1010
color="#40916C"
1111
/>
1212

apps/docs/content/docs/de/tools/fireflies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Interagieren Sie mit Fireflies.ai-Besprechungstranskripten und -auf
66
import { BlockInfoCard } from "@/components/ui/block-info-card"
77

88
<BlockInfoCard
9-
type="fireflies"
9+
type="fireflies_v2"
1010
color="#100730"
1111
/>
1212

apps/docs/content/docs/de/tools/mistral_parse.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Text aus PDF-Dokumenten extrahieren
66
import { BlockInfoCard } from "@/components/ui/block-info-card"
77

88
<BlockInfoCard
9-
type="mistral_parse"
9+
type="mistral_parse_v3"
1010
color="#000000"
1111
/>
1212

0 commit comments

Comments
 (0)