@squadbase/vite-server 0.1.12-dev.8860f37 → 0.1.12-dev.a9ac647
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli/index.js +139 -527
- package/dist/connectors/outlook-oauth.js +1 -1
- package/dist/connectors/powerbi-oauth.js +2 -2
- package/dist/connectors/tableau.js +2 -2
- package/dist/index.js +139 -527
- package/dist/main.js +139 -527
- package/dist/vite-plugin.js +139 -527
- package/package.json +1 -5
- package/dist/connectors/powerbi.d.ts +0 -5
- package/dist/connectors/powerbi.js +0 -869
|
@@ -473,7 +473,7 @@ var outlookOauthConnector = new ConnectorPlugin({
|
|
|
473
473
|
authType: AUTH_TYPES.OAUTH,
|
|
474
474
|
name: "Outlook",
|
|
475
475
|
description: "Connect to Microsoft Outlook (Mail + Calendar) via Microsoft Graph using OAuth. Read-only access to the user's mailbox, mail folders, messages, attachments, calendars, and events.",
|
|
476
|
-
iconUrl: "https://
|
|
476
|
+
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/1J1FrRTYJjOh3CcSIqsz3I/6a467b4d926075ff99dc60820e0ae4b1/Microsoft_Outlook_Icon__2025%C3%A2__present_.svg",
|
|
477
477
|
parameters,
|
|
478
478
|
releaseFlag: { dev1: true, dev2: false, prod: false },
|
|
479
479
|
categories: ["productivity"],
|
|
@@ -418,10 +418,10 @@ var powerbiOauthConnector = new ConnectorPlugin({
|
|
|
418
418
|
authType: AUTH_TYPES.OAUTH,
|
|
419
419
|
name: "Power BI",
|
|
420
420
|
description: "Connect to Microsoft Power BI using OAuth (Microsoft Entra ID). Use it to enumerate workspaces, datasets, and reports the signed-in user has access to, and to run DAX queries.",
|
|
421
|
-
iconUrl: "https://
|
|
421
|
+
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/2vXQCKGpMJ9kGSaqkZl9IS/cc5669c267fc5d11e7b1f8c01723e461/power-bi-icon.png",
|
|
422
422
|
parameters,
|
|
423
423
|
releaseFlag: { dev1: true, dev2: false, prod: false },
|
|
424
|
-
categories: ["
|
|
424
|
+
categories: ["bi"],
|
|
425
425
|
onboarding: powerbiOauthOnboarding,
|
|
426
426
|
proxyPolicy: {
|
|
427
427
|
allowlist: [
|
|
@@ -561,10 +561,10 @@ var tableauConnector = new ConnectorPlugin({
|
|
|
561
561
|
authType: AUTH_TYPES.PAT,
|
|
562
562
|
name: "Tableau",
|
|
563
563
|
description: "Connect to Tableau Cloud or Tableau Server via a Personal Access Token (PAT). Use it to enumerate projects, workbooks, views, and data sources, and to pull view data.",
|
|
564
|
-
iconUrl: "https://
|
|
564
|
+
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/3ejrZvfw7zCDa3FPbUNQx9/d810e117b3a86c45dd96205453bf67a0/tableau-icon.svg",
|
|
565
565
|
parameters,
|
|
566
566
|
releaseFlag: { dev1: true, dev2: false, prod: false },
|
|
567
|
-
categories: ["
|
|
567
|
+
categories: ["bi"],
|
|
568
568
|
onboarding: tableauOnboarding,
|
|
569
569
|
systemPrompt: {
|
|
570
570
|
en: `### Tools
|