@adminide-stack/form-builder-core 5.1.7-alpha.3 → 5.1.7-alpha.5
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/lib/config/connectorsCatalog.d.ts +11 -0
- package/lib/config/connectorsCatalog.d.ts.map +1 -0
- package/lib/config/connectorsCatalog.js +5 -0
- package/lib/config/connectorsCatalog.js.map +1 -0
- package/lib/config/connectorsConfig.js +19 -19
- package/lib/config/connectorsConfig2.js +4508 -0
- package/lib/config/connectorsConfig2.js.map +1 -0
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Unified connector catalog for UI, credentials, and sample form generation.
|
|
3
|
+
* Keeps connectorsConfig.ts and connectorsConfig2.ts separate; consumers import connectorsConfig from here via package entry.
|
|
4
|
+
*/
|
|
5
|
+
import { connectorsConfig as connectorsConfigPrimary } from './connectorsConfig';
|
|
6
|
+
import { connectorsConfig2 } from './connectorsConfig2';
|
|
7
|
+
import type { ConnectorConfig } from './configTypes';
|
|
8
|
+
export { connectorsConfig2 };
|
|
9
|
+
export { connectorsConfigPrimary };
|
|
10
|
+
export declare const connectorsConfig: ConnectorConfig[];
|
|
11
|
+
//# sourceMappingURL=connectorsCatalog.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connectorsCatalog.d.ts","sourceRoot":"","sources":["../../src/config/connectorsCatalog.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,gBAAgB,IAAI,uBAAuB,EAAE,MAAM,oBAAoB,CAAC;AACjF,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAErD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAC7B,OAAO,EAAE,uBAAuB,EAAE,CAAC;AAEnC,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAAuD,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import {connectorsConfig as connectorsConfig$1}from'./connectorsConfig.js';import {connectorsConfig2}from'./connectorsConfig2.js';/**
|
|
2
|
+
* Unified connector catalog for UI, credentials, and sample form generation.
|
|
3
|
+
* Keeps connectorsConfig.ts and connectorsConfig2.ts separate; consumers import connectorsConfig from here via package entry.
|
|
4
|
+
*/
|
|
5
|
+
const connectorsConfig = [...connectorsConfig$1, ...connectorsConfig2];export{connectorsConfig,connectorsConfig2,connectorsConfig$1 as connectorsConfigPrimary};//# sourceMappingURL=connectorsCatalog.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"connectorsCatalog.js","sources":["../../src/config/connectorsCatalog.ts"],"sourcesContent":[null],"names":["connectorsConfigPrimary"],"mappings":"kIAAA;;;AAGG;AAMM,MAAA,gBAAA,GAAuB,CAAA,GAAGA,kBAAA,EAAA,GAAA,iBAAA"}
|
|
@@ -1049,7 +1049,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
1049
1049
|
id: 'aivoov',
|
|
1050
1050
|
title: 'Aivoov',
|
|
1051
1051
|
description: 'Aivoov is an AI-powered text-to-speech platform offering 1,000+ voices in ove...',
|
|
1052
|
-
providerUrl: '',
|
|
1052
|
+
providerUrl: 'https://app.asana.com',
|
|
1053
1053
|
icon: {
|
|
1054
1054
|
name: 'AiOutlineRobot',
|
|
1055
1055
|
style: {
|
|
@@ -17371,7 +17371,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
17371
17371
|
id: 'github',
|
|
17372
17372
|
title: 'Github',
|
|
17373
17373
|
description: 'Github configuration',
|
|
17374
|
-
providerUrl: '',
|
|
17374
|
+
providerUrl: 'https://github.com',
|
|
17375
17375
|
icon: {
|
|
17376
17376
|
name: 'AiOutlineApi',
|
|
17377
17377
|
style: {
|
|
@@ -18122,7 +18122,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
18122
18122
|
id: 'google-docs',
|
|
18123
18123
|
title: 'Google Docs',
|
|
18124
18124
|
description: 'Create, edit, and collaborate on documents in real time with Google Docs',
|
|
18125
|
-
providerUrl: '',
|
|
18125
|
+
providerUrl: 'https://accounts.google.com',
|
|
18126
18126
|
icon: {
|
|
18127
18127
|
name: 'AiOutlineFileText',
|
|
18128
18128
|
style: {
|
|
@@ -18138,7 +18138,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
18138
18138
|
id: 'google-drive',
|
|
18139
18139
|
title: 'Google Drive',
|
|
18140
18140
|
description: 'Store, share, and collaborate on files and folders from any device with Google Drive',
|
|
18141
|
-
providerUrl: '',
|
|
18141
|
+
providerUrl: 'https://accounts.google.com',
|
|
18142
18142
|
icon: {
|
|
18143
18143
|
name: 'AiOutlineFolder',
|
|
18144
18144
|
style: {
|
|
@@ -18228,7 +18228,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
18228
18228
|
id: 'google-sheets',
|
|
18229
18229
|
title: 'Google Sheets',
|
|
18230
18230
|
description: 'Create and edit spreadsheets, analyze data, and collaborate in real time',
|
|
18231
|
-
providerUrl: '',
|
|
18231
|
+
providerUrl: 'https://accounts.google.com',
|
|
18232
18232
|
icon: {
|
|
18233
18233
|
name: 'AiOutlineTable',
|
|
18234
18234
|
style: {
|
|
@@ -18330,7 +18330,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
18330
18330
|
id: 'google-vertex-ai',
|
|
18331
18331
|
title: 'Google Vertex AI',
|
|
18332
18332
|
description: 'Google Vertex AI configuration',
|
|
18333
|
-
providerUrl: '',
|
|
18333
|
+
providerUrl: 'https://accounts.google.com',
|
|
18334
18334
|
icon: {
|
|
18335
18335
|
name: 'AiOutlineApi',
|
|
18336
18336
|
style: {
|
|
@@ -20133,7 +20133,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
20133
20133
|
id: 'humanitix',
|
|
20134
20134
|
title: 'Humanitix',
|
|
20135
20135
|
description: 'Humanitix is a not-for-profit ticketing platform that donates 100% of profits...',
|
|
20136
|
-
providerUrl: '',
|
|
20136
|
+
providerUrl: 'https://auth.monday.com',
|
|
20137
20137
|
icon: {
|
|
20138
20138
|
name: 'AiOutlineCalendar',
|
|
20139
20139
|
style: {
|
|
@@ -25532,7 +25532,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
25532
25532
|
id: 'microsoft-cosmos-db',
|
|
25533
25533
|
title: 'Microsoft Cosmos DB',
|
|
25534
25534
|
description: 'Azure Cosmos DB is a globally distributed, multi-model database service for any scale',
|
|
25535
|
-
providerUrl: '',
|
|
25535
|
+
providerUrl: 'https://login.microsoftonline.com/common',
|
|
25536
25536
|
icon: {
|
|
25537
25537
|
name: 'AiOutlineDatabase',
|
|
25538
25538
|
style: {
|
|
@@ -25569,7 +25569,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
25569
25569
|
id: 'microsoft-entra',
|
|
25570
25570
|
title: 'Microsoft Entra',
|
|
25571
25571
|
description: 'Microsoft Entra manages identities and access for cloud and hybrid environments',
|
|
25572
|
-
providerUrl: '',
|
|
25572
|
+
providerUrl: 'https://login.microsoftonline.com/common',
|
|
25573
25573
|
icon: {
|
|
25574
25574
|
name: 'AiOutlineLock',
|
|
25575
25575
|
style: {
|
|
@@ -25606,7 +25606,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
25606
25606
|
id: 'microsoft-graph-security',
|
|
25607
25607
|
title: 'Microsoft Graph Security',
|
|
25608
25608
|
description: 'Microsoft Graph Security API provides a unified interface to security alerts and intelligence',
|
|
25609
|
-
providerUrl: '',
|
|
25609
|
+
providerUrl: 'https://login.microsoftonline.com/common',
|
|
25610
25610
|
icon: {
|
|
25611
25611
|
name: 'AiOutlineSafety',
|
|
25612
25612
|
style: {
|
|
@@ -25622,7 +25622,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
25622
25622
|
id: 'microsoft-onedrive',
|
|
25623
25623
|
title: 'Microsoft OneDrive',
|
|
25624
25624
|
description: 'Microsoft OneDrive is a cloud storage service for storing, sharing, and syncing files',
|
|
25625
|
-
providerUrl: '',
|
|
25625
|
+
providerUrl: 'https://login.microsoftonline.com/common',
|
|
25626
25626
|
icon: {
|
|
25627
25627
|
name: 'AiOutlineCloudUpload',
|
|
25628
25628
|
style: {
|
|
@@ -25672,7 +25672,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
25672
25672
|
id: 'microsoft-sharepoint',
|
|
25673
25673
|
title: 'Microsoft SharePoint',
|
|
25674
25674
|
description: 'Microsoft SharePoint is a collaboration platform for document management and team sites',
|
|
25675
|
-
providerUrl: '',
|
|
25675
|
+
providerUrl: 'https://login.microsoftonline.com/common',
|
|
25676
25676
|
icon: {
|
|
25677
25677
|
name: 'AiOutlineTeam',
|
|
25678
25678
|
style: {
|
|
@@ -25688,7 +25688,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
25688
25688
|
id: 'microsoft-storage',
|
|
25689
25689
|
title: 'Microsoft Storage',
|
|
25690
25690
|
description: 'Azure Storage provides scalable cloud storage for blobs, files, queues, and tables',
|
|
25691
|
-
providerUrl: '',
|
|
25691
|
+
providerUrl: 'https://login.microsoftonline.com/common',
|
|
25692
25692
|
icon: {
|
|
25693
25693
|
name: 'AiOutlineDatabase',
|
|
25694
25694
|
style: {
|
|
@@ -25720,7 +25720,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
25720
25720
|
id: 'microsoft-todo',
|
|
25721
25721
|
title: 'Microsoft To Do',
|
|
25722
25722
|
description: 'Microsoft To Do is a task management app for organizing daily tasks and to-do lists',
|
|
25723
|
-
providerUrl: '',
|
|
25723
|
+
providerUrl: 'https://login.microsoftonline.com/common',
|
|
25724
25724
|
icon: {
|
|
25725
25725
|
name: 'AiOutlineCheckSquare',
|
|
25726
25726
|
style: {
|
|
@@ -27856,7 +27856,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
27856
27856
|
id: 'notion',
|
|
27857
27857
|
title: 'Notion',
|
|
27858
27858
|
description: 'Notion configuration',
|
|
27859
|
-
providerUrl: '',
|
|
27859
|
+
providerUrl: 'https://login.salesforce.com',
|
|
27860
27860
|
icon: {
|
|
27861
27861
|
name: 'AiOutlineApi',
|
|
27862
27862
|
style: {
|
|
@@ -37083,7 +37083,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
37083
37083
|
id: 'slite',
|
|
37084
37084
|
title: 'Slite',
|
|
37085
37085
|
description: 'Slite is a company knowledge base platform for organizing and sharing interna...',
|
|
37086
|
-
providerUrl: '',
|
|
37086
|
+
providerUrl: 'https://connect.stripe.com',
|
|
37087
37087
|
icon: {
|
|
37088
37088
|
name: 'AiOutlineProject',
|
|
37089
37089
|
style: {
|
|
@@ -38516,7 +38516,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
38516
38516
|
id: 'supabase',
|
|
38517
38517
|
title: 'Supabase',
|
|
38518
38518
|
description: '',
|
|
38519
|
-
providerUrl: '',
|
|
38519
|
+
providerUrl: 'https://api.supabase.com',
|
|
38520
38520
|
icon: {
|
|
38521
38521
|
name: 'AiOutlineMessage',
|
|
38522
38522
|
style: {
|
|
@@ -39252,7 +39252,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
39252
39252
|
id: 'tavily',
|
|
39253
39253
|
title: 'Tavily',
|
|
39254
39254
|
description: 'Tavily offers powerful search and data retrieval from documents, databases, a...',
|
|
39255
|
-
providerUrl: '',
|
|
39255
|
+
providerUrl: 'https://vercel.com',
|
|
39256
39256
|
icon: {
|
|
39257
39257
|
name: 'AiOutlineLineChart',
|
|
39258
39258
|
style: {
|
|
@@ -42938,7 +42938,7 @@ import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const co
|
|
|
42938
42938
|
id: 'wiza',
|
|
42939
42939
|
title: 'Wiza',
|
|
42940
42940
|
description: 'Wiza is a prospecting tool that extracts verified contact data from LinkedIn....',
|
|
42941
|
-
providerUrl: '',
|
|
42941
|
+
providerUrl: 'https://zoom.us',
|
|
42942
42942
|
icon: {
|
|
42943
42943
|
name: 'AiOutlineProject',
|
|
42944
42944
|
style: {
|