@squadbase/vite-server 0.1.17-dev.423ee34 → 0.1.17-dev.71a85cd
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
CHANGED
|
@@ -42712,7 +42712,7 @@ var powerbiOauthConnector = new ConnectorPlugin({
|
|
|
42712
42712
|
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.",
|
|
42713
42713
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/2vXQCKGpMJ9kGSaqkZl9IS/cc5669c267fc5d11e7b1f8c01723e461/power-bi-icon.png",
|
|
42714
42714
|
parameters: parameters80,
|
|
42715
|
-
releaseFlag: { dev1: true, dev2:
|
|
42715
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
42716
42716
|
categories: ["bi"],
|
|
42717
42717
|
onboarding: powerbiOauthOnboarding,
|
|
42718
42718
|
proxyPolicy: {
|
|
@@ -43386,7 +43386,7 @@ var tableauConnector = new ConnectorPlugin({
|
|
|
43386
43386
|
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.",
|
|
43387
43387
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/3ejrZvfw7zCDa3FPbUNQx9/d810e117b3a86c45dd96205453bf67a0/tableau-icon.svg",
|
|
43388
43388
|
parameters: parameters81,
|
|
43389
|
-
releaseFlag: { dev1: true, dev2:
|
|
43389
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
43390
43390
|
categories: ["bi"],
|
|
43391
43391
|
onboarding: tableauOnboarding,
|
|
43392
43392
|
systemPrompt: {
|
|
@@ -43828,7 +43828,7 @@ var outlookOauthConnector = new ConnectorPlugin({
|
|
|
43828
43828
|
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.",
|
|
43829
43829
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/1J1FrRTYJjOh3CcSIqsz3I/6a467b4d926075ff99dc60820e0ae4b1/Microsoft_Outlook_Icon__2025%C3%A2__present_.svg",
|
|
43830
43830
|
parameters: parameters82,
|
|
43831
|
-
releaseFlag: { dev1: true, dev2:
|
|
43831
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
43832
43832
|
categories: ["productivity"],
|
|
43833
43833
|
onboarding: outlookOnboarding,
|
|
43834
43834
|
proxyPolicy: {
|
|
@@ -653,7 +653,7 @@ var outlookOauthConnector = new ConnectorPlugin({
|
|
|
653
653
|
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.",
|
|
654
654
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/1J1FrRTYJjOh3CcSIqsz3I/6a467b4d926075ff99dc60820e0ae4b1/Microsoft_Outlook_Icon__2025%C3%A2__present_.svg",
|
|
655
655
|
parameters,
|
|
656
|
-
releaseFlag: { dev1: true, dev2:
|
|
656
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
657
657
|
categories: ["productivity"],
|
|
658
658
|
onboarding: outlookOnboarding,
|
|
659
659
|
proxyPolicy: {
|
|
@@ -892,7 +892,7 @@ var powerbiOauthConnector = new ConnectorPlugin({
|
|
|
892
892
|
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.",
|
|
893
893
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/2vXQCKGpMJ9kGSaqkZl9IS/cc5669c267fc5d11e7b1f8c01723e461/power-bi-icon.png",
|
|
894
894
|
parameters,
|
|
895
|
-
releaseFlag: { dev1: true, dev2:
|
|
895
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
896
896
|
categories: ["bi"],
|
|
897
897
|
onboarding: powerbiOauthOnboarding,
|
|
898
898
|
proxyPolicy: {
|
|
@@ -917,7 +917,7 @@ var tableauConnector = new ConnectorPlugin({
|
|
|
917
917
|
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.",
|
|
918
918
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/3ejrZvfw7zCDa3FPbUNQx9/d810e117b3a86c45dd96205453bf67a0/tableau-icon.svg",
|
|
919
919
|
parameters,
|
|
920
|
-
releaseFlag: { dev1: true, dev2:
|
|
920
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
921
921
|
categories: ["bi"],
|
|
922
922
|
onboarding: tableauOnboarding,
|
|
923
923
|
systemPrompt: {
|
package/dist/index.js
CHANGED
|
@@ -42647,7 +42647,7 @@ var powerbiOauthConnector = new ConnectorPlugin({
|
|
|
42647
42647
|
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.",
|
|
42648
42648
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/2vXQCKGpMJ9kGSaqkZl9IS/cc5669c267fc5d11e7b1f8c01723e461/power-bi-icon.png",
|
|
42649
42649
|
parameters: parameters80,
|
|
42650
|
-
releaseFlag: { dev1: true, dev2:
|
|
42650
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
42651
42651
|
categories: ["bi"],
|
|
42652
42652
|
onboarding: powerbiOauthOnboarding,
|
|
42653
42653
|
proxyPolicy: {
|
|
@@ -43321,7 +43321,7 @@ var tableauConnector = new ConnectorPlugin({
|
|
|
43321
43321
|
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.",
|
|
43322
43322
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/3ejrZvfw7zCDa3FPbUNQx9/d810e117b3a86c45dd96205453bf67a0/tableau-icon.svg",
|
|
43323
43323
|
parameters: parameters81,
|
|
43324
|
-
releaseFlag: { dev1: true, dev2:
|
|
43324
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
43325
43325
|
categories: ["bi"],
|
|
43326
43326
|
onboarding: tableauOnboarding,
|
|
43327
43327
|
systemPrompt: {
|
|
@@ -43763,7 +43763,7 @@ var outlookOauthConnector = new ConnectorPlugin({
|
|
|
43763
43763
|
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.",
|
|
43764
43764
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/1J1FrRTYJjOh3CcSIqsz3I/6a467b4d926075ff99dc60820e0ae4b1/Microsoft_Outlook_Icon__2025%C3%A2__present_.svg",
|
|
43765
43765
|
parameters: parameters82,
|
|
43766
|
-
releaseFlag: { dev1: true, dev2:
|
|
43766
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
43767
43767
|
categories: ["productivity"],
|
|
43768
43768
|
onboarding: outlookOnboarding,
|
|
43769
43769
|
proxyPolicy: {
|
package/dist/main.js
CHANGED
|
@@ -42647,7 +42647,7 @@ var powerbiOauthConnector = new ConnectorPlugin({
|
|
|
42647
42647
|
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.",
|
|
42648
42648
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/2vXQCKGpMJ9kGSaqkZl9IS/cc5669c267fc5d11e7b1f8c01723e461/power-bi-icon.png",
|
|
42649
42649
|
parameters: parameters80,
|
|
42650
|
-
releaseFlag: { dev1: true, dev2:
|
|
42650
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
42651
42651
|
categories: ["bi"],
|
|
42652
42652
|
onboarding: powerbiOauthOnboarding,
|
|
42653
42653
|
proxyPolicy: {
|
|
@@ -43321,7 +43321,7 @@ var tableauConnector = new ConnectorPlugin({
|
|
|
43321
43321
|
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.",
|
|
43322
43322
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/3ejrZvfw7zCDa3FPbUNQx9/d810e117b3a86c45dd96205453bf67a0/tableau-icon.svg",
|
|
43323
43323
|
parameters: parameters81,
|
|
43324
|
-
releaseFlag: { dev1: true, dev2:
|
|
43324
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
43325
43325
|
categories: ["bi"],
|
|
43326
43326
|
onboarding: tableauOnboarding,
|
|
43327
43327
|
systemPrompt: {
|
|
@@ -43763,7 +43763,7 @@ var outlookOauthConnector = new ConnectorPlugin({
|
|
|
43763
43763
|
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.",
|
|
43764
43764
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/1J1FrRTYJjOh3CcSIqsz3I/6a467b4d926075ff99dc60820e0ae4b1/Microsoft_Outlook_Icon__2025%C3%A2__present_.svg",
|
|
43765
43765
|
parameters: parameters82,
|
|
43766
|
-
releaseFlag: { dev1: true, dev2:
|
|
43766
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
43767
43767
|
categories: ["productivity"],
|
|
43768
43768
|
onboarding: outlookOnboarding,
|
|
43769
43769
|
proxyPolicy: {
|
package/dist/vite-plugin.js
CHANGED
|
@@ -42648,7 +42648,7 @@ var powerbiOauthConnector = new ConnectorPlugin({
|
|
|
42648
42648
|
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.",
|
|
42649
42649
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/2vXQCKGpMJ9kGSaqkZl9IS/cc5669c267fc5d11e7b1f8c01723e461/power-bi-icon.png",
|
|
42650
42650
|
parameters: parameters80,
|
|
42651
|
-
releaseFlag: { dev1: true, dev2:
|
|
42651
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
42652
42652
|
categories: ["bi"],
|
|
42653
42653
|
onboarding: powerbiOauthOnboarding,
|
|
42654
42654
|
proxyPolicy: {
|
|
@@ -43322,7 +43322,7 @@ var tableauConnector = new ConnectorPlugin({
|
|
|
43322
43322
|
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.",
|
|
43323
43323
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/3ejrZvfw7zCDa3FPbUNQx9/d810e117b3a86c45dd96205453bf67a0/tableau-icon.svg",
|
|
43324
43324
|
parameters: parameters81,
|
|
43325
|
-
releaseFlag: { dev1: true, dev2:
|
|
43325
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
43326
43326
|
categories: ["bi"],
|
|
43327
43327
|
onboarding: tableauOnboarding,
|
|
43328
43328
|
systemPrompt: {
|
|
@@ -43764,7 +43764,7 @@ var outlookOauthConnector = new ConnectorPlugin({
|
|
|
43764
43764
|
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.",
|
|
43765
43765
|
iconUrl: "https://images.ctfassets.net/9ncizv60xc5y/1J1FrRTYJjOh3CcSIqsz3I/6a467b4d926075ff99dc60820e0ae4b1/Microsoft_Outlook_Icon__2025%C3%A2__present_.svg",
|
|
43766
43766
|
parameters: parameters82,
|
|
43767
|
-
releaseFlag: { dev1: true, dev2:
|
|
43767
|
+
releaseFlag: { dev1: true, dev2: true, prod: true },
|
|
43768
43768
|
categories: ["productivity"],
|
|
43769
43769
|
onboarding: outlookOnboarding,
|
|
43770
43770
|
proxyPolicy: {
|