@adminide-stack/form-builder-core 5.1.4-alpha.305 → 5.1.4-alpha.307
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/{apiConfigTypes.d.ts → configTypes.d.ts} +75 -4
- package/lib/config/configTypes.d.ts.map +1 -0
- package/lib/config/configTypes.js +6 -0
- package/lib/config/configTypes.js.map +1 -0
- package/lib/config/connectorsConfig.d.ts +1 -61
- package/lib/config/connectorsConfig.d.ts.map +1 -1
- package/lib/config/connectorsConfig.js +1582 -1595
- package/lib/config/connectorsConfig.js.map +1 -1
- package/lib/config/connectorsConfig2.d.ts +1 -1
- package/lib/config/connectorsConfig2.d.ts.map +1 -1
- package/lib/config/llmProviderConfig.d.ts +3 -0
- package/lib/config/llmProviderConfig.d.ts.map +1 -0
- package/lib/config/llmProviderConfig.js +341 -0
- package/lib/config/llmProviderConfig.js.map +1 -0
- package/lib/config/mcpConnectorConfig.d.ts +1 -24
- package/lib/config/mcpConnectorConfig.d.ts.map +1 -1
- package/lib/config/mcpConnectorConfig.js +60 -60
- package/lib/config/mcpConnectorConfig.js.map +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -2
- package/lib/config/apiConfigTypes.d.ts.map +0 -1
- package/lib/config/apiConfigTypes.js +0 -12
- package/lib/config/apiConfigTypes.js.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const mcpProvidersConfig = [{
|
|
2
|
-
id: 'airtable',
|
|
1
|
+
import {KeyMgmtSecretType,ContributeDefaultValueSourceType}from'common';const mcpProvidersConfig = [{
|
|
2
|
+
id: 'airtable-mcp',
|
|
3
3
|
title: 'AirTable',
|
|
4
4
|
description: 'Spreadsheet-database hybrid',
|
|
5
5
|
scopes: ['data.records:read', 'data.records:write', 'schema.bases:read'],
|
|
@@ -27,7 +27,7 @@ const mcpProvidersConfig = [{
|
|
|
27
27
|
authMethods: ['api_key'],
|
|
28
28
|
categories: ['data & analytics']
|
|
29
29
|
}, {
|
|
30
|
-
id: 'asana',
|
|
30
|
+
id: 'asana-mcp',
|
|
31
31
|
title: 'Asana',
|
|
32
32
|
description: 'Organize tasks, track projects, and collaborate with your team',
|
|
33
33
|
providerUrl: 'https://app.asana.com',
|
|
@@ -45,7 +45,7 @@ const mcpProvidersConfig = [{
|
|
|
45
45
|
authMethods: ['oauth2'],
|
|
46
46
|
categories: ['productivity & project management']
|
|
47
47
|
}, {
|
|
48
|
-
id: 'cal',
|
|
48
|
+
id: 'cal-mcp',
|
|
49
49
|
title: 'Cal',
|
|
50
50
|
description: 'Cal is a meeting scheduling platform that offers shareable booking links and ...',
|
|
51
51
|
providerUrl: 'https://cal.com',
|
|
@@ -72,8 +72,8 @@ const mcpProvidersConfig = [{
|
|
|
72
72
|
isConfigField: true,
|
|
73
73
|
isSecret: true,
|
|
74
74
|
secretSource: {
|
|
75
|
-
type:
|
|
76
|
-
secretType:
|
|
75
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
76
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
77
77
|
secretKey: 'CAL_API_KEY'
|
|
78
78
|
},
|
|
79
79
|
uiWidget: 'password',
|
|
@@ -82,7 +82,7 @@ const mcpProvidersConfig = [{
|
|
|
82
82
|
iconType: ''
|
|
83
83
|
}]
|
|
84
84
|
}, {
|
|
85
|
-
id: 'clickup',
|
|
85
|
+
id: 'clickup-mcp',
|
|
86
86
|
title: 'ClickUp',
|
|
87
87
|
description: 'ClickUp is an all-in-one productivity platform for managing tasks, docs, goal...',
|
|
88
88
|
providerUrl: 'https://app.clickup.com',
|
|
@@ -109,8 +109,8 @@ const mcpProvidersConfig = [{
|
|
|
109
109
|
isConfigField: true,
|
|
110
110
|
isSecret: true,
|
|
111
111
|
secretSource: {
|
|
112
|
-
type:
|
|
113
|
-
secretType:
|
|
112
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
113
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
114
114
|
secretKey: 'CLICKUP_API_KEY'
|
|
115
115
|
},
|
|
116
116
|
uiWidget: 'password',
|
|
@@ -119,7 +119,7 @@ const mcpProvidersConfig = [{
|
|
|
119
119
|
iconType: ''
|
|
120
120
|
}]
|
|
121
121
|
}, {
|
|
122
|
-
id: 'cloudflare',
|
|
122
|
+
id: 'cloudflare-mcp',
|
|
123
123
|
title: 'Cloudflare',
|
|
124
124
|
description: 'Cloudflare is a global network that secures and accelerates web traffic',
|
|
125
125
|
scopes: ['account:read', 'workers:write', 'dns:read'],
|
|
@@ -135,7 +135,7 @@ const mcpProvidersConfig = [{
|
|
|
135
135
|
authMethods: ['api_key'],
|
|
136
136
|
categories: ['developer tools & devops']
|
|
137
137
|
}, {
|
|
138
|
-
id: 'confluence',
|
|
138
|
+
id: 'confluence-mcp',
|
|
139
139
|
title: 'Confluence',
|
|
140
140
|
description: "Confluence is Atlassian's team collaboration and knowledge management platfo...",
|
|
141
141
|
providerUrl: 'https://auth.atlassian.com',
|
|
@@ -192,8 +192,8 @@ const mcpProvidersConfig = [{
|
|
|
192
192
|
isConfigField: true,
|
|
193
193
|
isSecret: true,
|
|
194
194
|
secretSource: {
|
|
195
|
-
type:
|
|
196
|
-
secretType:
|
|
195
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
196
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
197
197
|
secretKey: 'CONFLUENCE_API_TOKEN'
|
|
198
198
|
},
|
|
199
199
|
uiWidget: 'password',
|
|
@@ -228,7 +228,7 @@ const mcpProvidersConfig = [{
|
|
|
228
228
|
fontSize: 'large'
|
|
229
229
|
}
|
|
230
230
|
},
|
|
231
|
-
logo: '_side/thirdparty/logos/
|
|
231
|
+
logo: '_side/thirdparty/logos/context7.jpeg',
|
|
232
232
|
authMethods: ['api_key'],
|
|
233
233
|
categories: ['developer tools & devops']
|
|
234
234
|
}, {
|
|
@@ -243,7 +243,7 @@ const mcpProvidersConfig = [{
|
|
|
243
243
|
fontSize: 'large'
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
|
-
logo: '_side/thirdparty/logos/
|
|
246
|
+
logo: '_side/thirdparty/logos/deepwiki.png',
|
|
247
247
|
authMethods: ['api_key'],
|
|
248
248
|
categories: ['developer tools & devops']
|
|
249
249
|
}, {
|
|
@@ -258,11 +258,11 @@ const mcpProvidersConfig = [{
|
|
|
258
258
|
fontSize: 'large'
|
|
259
259
|
}
|
|
260
260
|
},
|
|
261
|
-
logo: '_side/thirdparty/logos/
|
|
261
|
+
logo: '_side/thirdparty/logos/deepwiki.png',
|
|
262
262
|
authMethods: ['api_key'],
|
|
263
263
|
categories: ['developer tools & devops']
|
|
264
264
|
}, {
|
|
265
|
-
id: 'figma',
|
|
265
|
+
id: 'figma-mcp',
|
|
266
266
|
title: 'Figma',
|
|
267
267
|
description: 'Figma is a collaborative interface design tool for teams and individuals. It ...',
|
|
268
268
|
providerUrl: 'https://www.figma.com',
|
|
@@ -289,8 +289,8 @@ const mcpProvidersConfig = [{
|
|
|
289
289
|
isConfigField: true,
|
|
290
290
|
isSecret: true,
|
|
291
291
|
secretSource: {
|
|
292
|
-
type:
|
|
293
|
-
secretType:
|
|
292
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
293
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
294
294
|
secretKey: 'FIGMA_ACCESS_TOKEN'
|
|
295
295
|
},
|
|
296
296
|
uiWidget: 'password',
|
|
@@ -314,7 +314,7 @@ const mcpProvidersConfig = [{
|
|
|
314
314
|
iconType: 'info'
|
|
315
315
|
}]
|
|
316
316
|
}, {
|
|
317
|
-
id: 'github',
|
|
317
|
+
id: 'github-mcp',
|
|
318
318
|
title: 'GitHub',
|
|
319
319
|
description: 'Access repositories, manage issues, and review pull requests',
|
|
320
320
|
providerUrl: 'https://github.com',
|
|
@@ -332,7 +332,7 @@ const mcpProvidersConfig = [{
|
|
|
332
332
|
authMethods: ['oauth2'],
|
|
333
333
|
categories: ['developer tools & devops']
|
|
334
334
|
}, {
|
|
335
|
-
id: 'googledocs',
|
|
335
|
+
id: 'googledocs-mcp',
|
|
336
336
|
title: 'Google Docs',
|
|
337
337
|
description: 'Google Docs is a cloud-based word processor that enables document creation an...',
|
|
338
338
|
providerUrl: 'https://accounts.google.com',
|
|
@@ -349,7 +349,7 @@ const mcpProvidersConfig = [{
|
|
|
349
349
|
authMethods: ['oauth2'],
|
|
350
350
|
categories: ['document & file management']
|
|
351
351
|
}, {
|
|
352
|
-
id: 'google-drive',
|
|
352
|
+
id: 'google-drive-mcp',
|
|
353
353
|
title: 'Google Drive',
|
|
354
354
|
description: 'Access and manage your files, folders, and documents from Google Drive',
|
|
355
355
|
providerUrl: 'https://accounts.google.com',
|
|
@@ -367,7 +367,7 @@ const mcpProvidersConfig = [{
|
|
|
367
367
|
authMethods: ['oauth2'],
|
|
368
368
|
categories: ['document & file management']
|
|
369
369
|
}, {
|
|
370
|
-
id: 'googlesheets',
|
|
370
|
+
id: 'googlesheets-mcp',
|
|
371
371
|
title: 'Google Sheets',
|
|
372
372
|
description: 'Google Sheets is a cloud-based spreadsheet tool for real-time collaboration a...',
|
|
373
373
|
providerUrl: 'https://accounts.google.com',
|
|
@@ -395,11 +395,11 @@ const mcpProvidersConfig = [{
|
|
|
395
395
|
fontSize: 'large'
|
|
396
396
|
}
|
|
397
397
|
},
|
|
398
|
-
logo: '_side/thirdparty/logos/
|
|
398
|
+
logo: '_side/thirdparty/logos/Granola_AI.svg',
|
|
399
399
|
authMethods: ['api_key'],
|
|
400
400
|
categories: ['productivity & project management']
|
|
401
401
|
}, {
|
|
402
|
-
id: 'hubspot',
|
|
402
|
+
id: 'hubspot-mcp',
|
|
403
403
|
title: 'HubSpot',
|
|
404
404
|
description: 'HubSpot is an all-in-one marketing, sales, and customer service platform. It ...',
|
|
405
405
|
providerUrl: 'https://app.hubspot.com',
|
|
@@ -426,8 +426,8 @@ const mcpProvidersConfig = [{
|
|
|
426
426
|
isConfigField: true,
|
|
427
427
|
isSecret: true,
|
|
428
428
|
secretSource: {
|
|
429
|
-
type:
|
|
430
|
-
secretType:
|
|
429
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
430
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
431
431
|
secretKey: 'HUBSPOT_API_KEY'
|
|
432
432
|
},
|
|
433
433
|
uiWidget: 'password',
|
|
@@ -436,7 +436,7 @@ const mcpProvidersConfig = [{
|
|
|
436
436
|
iconType: ''
|
|
437
437
|
}]
|
|
438
438
|
}, {
|
|
439
|
-
id: 'hugging-face',
|
|
439
|
+
id: 'hugging-face-mcp',
|
|
440
440
|
title: 'Hugging Face',
|
|
441
441
|
description: 'AI models and machine learning platform',
|
|
442
442
|
scopes: ['read'],
|
|
@@ -449,7 +449,7 @@ const mcpProvidersConfig = [{
|
|
|
449
449
|
authMethods: ['api_key'],
|
|
450
450
|
categories: ['ai & machine learning']
|
|
451
451
|
}, {
|
|
452
|
-
id: 'jira',
|
|
452
|
+
id: 'jira-mcp',
|
|
453
453
|
title: 'Jira',
|
|
454
454
|
description: 'Issue and project tracking',
|
|
455
455
|
scopes: ['read:jira-work', 'write:jira-work'],
|
|
@@ -462,7 +462,7 @@ const mcpProvidersConfig = [{
|
|
|
462
462
|
authMethods: ['oauth2'],
|
|
463
463
|
categories: ['productivity & project management']
|
|
464
464
|
}, {
|
|
465
|
-
id: 'linear',
|
|
465
|
+
id: 'linear-mcp',
|
|
466
466
|
title: 'Linear',
|
|
467
467
|
description: 'Project management and issue tracking',
|
|
468
468
|
scopes: ['read', 'write'],
|
|
@@ -475,7 +475,7 @@ const mcpProvidersConfig = [{
|
|
|
475
475
|
authMethods: ['oauth2'],
|
|
476
476
|
categories: ['productivity & project management']
|
|
477
477
|
}, {
|
|
478
|
-
id: 'monday',
|
|
478
|
+
id: 'monday-mcp',
|
|
479
479
|
title: 'Monday',
|
|
480
480
|
description: 'Monday.com is a customizable work management platform for project planning',
|
|
481
481
|
providerUrl: 'https://auth.monday.com',
|
|
@@ -492,7 +492,7 @@ const mcpProvidersConfig = [{
|
|
|
492
492
|
authMethods: ['oauth2'],
|
|
493
493
|
categories: ['productivity & project management']
|
|
494
494
|
}, {
|
|
495
|
-
id: 'neon',
|
|
495
|
+
id: 'neon-mcp',
|
|
496
496
|
title: 'Neon',
|
|
497
497
|
description: 'Neon is a serverless Postgres platform for building scalable apps faster. Its...',
|
|
498
498
|
providerUrl: 'https://oauth2.neon.tech',
|
|
@@ -519,8 +519,8 @@ const mcpProvidersConfig = [{
|
|
|
519
519
|
isConfigField: true,
|
|
520
520
|
isSecret: true,
|
|
521
521
|
secretSource: {
|
|
522
|
-
type:
|
|
523
|
-
secretType:
|
|
522
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
523
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
524
524
|
secretKey: 'NEON_API_KEY'
|
|
525
525
|
},
|
|
526
526
|
uiWidget: 'password',
|
|
@@ -529,7 +529,7 @@ const mcpProvidersConfig = [{
|
|
|
529
529
|
iconType: ''
|
|
530
530
|
}]
|
|
531
531
|
}, {
|
|
532
|
-
id: 'notion',
|
|
532
|
+
id: 'notion-mcp',
|
|
533
533
|
title: 'Notion',
|
|
534
534
|
description: 'All-in-one workspace for notes and docs',
|
|
535
535
|
mcpUrl: 'https://mcp.notion.com',
|
|
@@ -542,7 +542,7 @@ const mcpProvidersConfig = [{
|
|
|
542
542
|
authMethods: ['oauth2'],
|
|
543
543
|
categories: ['productivity & project management']
|
|
544
544
|
}, {
|
|
545
|
-
id: 'posthog',
|
|
545
|
+
id: 'posthog-mcp',
|
|
546
546
|
title: 'PostHog',
|
|
547
547
|
description: 'Product analytics and feature flags',
|
|
548
548
|
scopes: ['read', 'write'],
|
|
@@ -566,11 +566,11 @@ const mcpProvidersConfig = [{
|
|
|
566
566
|
fontSize: 'large'
|
|
567
567
|
}
|
|
568
568
|
},
|
|
569
|
-
logo: '_side/thirdparty/logos/
|
|
569
|
+
logo: '_side/thirdparty/logos/postiz.svg',
|
|
570
570
|
authMethods: ['api_key'],
|
|
571
571
|
categories: ['marketing & social media']
|
|
572
572
|
}, {
|
|
573
|
-
id: 'salesforce',
|
|
573
|
+
id: 'salesforce-mcp',
|
|
574
574
|
title: 'Salesforce',
|
|
575
575
|
description: 'Salesforce is a leading CRM platform that helps businesses manage sales, serv...',
|
|
576
576
|
providerUrl: 'https://login.salesforce.com',
|
|
@@ -587,7 +587,7 @@ const mcpProvidersConfig = [{
|
|
|
587
587
|
authMethods: ['oauth2'],
|
|
588
588
|
categories: ['crm']
|
|
589
589
|
}, {
|
|
590
|
-
id: 'sentry',
|
|
590
|
+
id: 'sentry-mcp',
|
|
591
591
|
title: 'Sentry',
|
|
592
592
|
description: 'Sentry is an error tracking and performance monitoring platform for applicati...',
|
|
593
593
|
providerUrl: 'https://sentry.io',
|
|
@@ -614,8 +614,8 @@ const mcpProvidersConfig = [{
|
|
|
614
614
|
isConfigField: true,
|
|
615
615
|
isSecret: true,
|
|
616
616
|
secretSource: {
|
|
617
|
-
type:
|
|
618
|
-
secretType:
|
|
617
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
618
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
619
619
|
secretKey: 'TOKEN'
|
|
620
620
|
},
|
|
621
621
|
uiWidget: 'password',
|
|
@@ -624,7 +624,7 @@ const mcpProvidersConfig = [{
|
|
|
624
624
|
iconType: ''
|
|
625
625
|
}]
|
|
626
626
|
}, {
|
|
627
|
-
id: 'shopify',
|
|
627
|
+
id: 'shopify-mcp',
|
|
628
628
|
title: 'Shopify',
|
|
629
629
|
description: 'Shopify is an e-commerce platform for building, managing, and scaling online ...',
|
|
630
630
|
providerUrl: 'https://accounts.shopify.com',
|
|
@@ -666,8 +666,8 @@ const mcpProvidersConfig = [{
|
|
|
666
666
|
isConfigField: true,
|
|
667
667
|
isSecret: true,
|
|
668
668
|
secretSource: {
|
|
669
|
-
type:
|
|
670
|
-
secretType:
|
|
669
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
670
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
671
671
|
secretKey: 'SHOPIFY_ADMIN_API_ACCESS_TOKEN'
|
|
672
672
|
},
|
|
673
673
|
uiWidget: 'password',
|
|
@@ -676,7 +676,7 @@ const mcpProvidersConfig = [{
|
|
|
676
676
|
iconType: ''
|
|
677
677
|
}]
|
|
678
678
|
}, {
|
|
679
|
-
id: 'slack',
|
|
679
|
+
id: 'slack-mcp',
|
|
680
680
|
title: 'Slack',
|
|
681
681
|
description: 'Team communication and messaging',
|
|
682
682
|
scopes: ['channels:read', 'chat:write', 'users:read'],
|
|
@@ -689,7 +689,7 @@ const mcpProvidersConfig = [{
|
|
|
689
689
|
authMethods: ['oauth2'],
|
|
690
690
|
categories: ['collaboration & communication']
|
|
691
691
|
}, {
|
|
692
|
-
id: 'stripe',
|
|
692
|
+
id: 'stripe-mcp',
|
|
693
693
|
title: 'Stripe',
|
|
694
694
|
description: 'Stripe is a global online payments platform offering APIs for managing paymen...',
|
|
695
695
|
providerUrl: 'https://connect.stripe.com',
|
|
@@ -716,8 +716,8 @@ const mcpProvidersConfig = [{
|
|
|
716
716
|
isConfigField: true,
|
|
717
717
|
isSecret: true,
|
|
718
718
|
secretSource: {
|
|
719
|
-
type:
|
|
720
|
-
secretType:
|
|
719
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
720
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
721
721
|
secretKey: 'STRIPE_SECRET_KEY'
|
|
722
722
|
},
|
|
723
723
|
uiWidget: 'password',
|
|
@@ -741,7 +741,7 @@ const mcpProvidersConfig = [{
|
|
|
741
741
|
iconType: 'info'
|
|
742
742
|
}]
|
|
743
743
|
}, {
|
|
744
|
-
id: 'supabase',
|
|
744
|
+
id: 'supabase-mcp',
|
|
745
745
|
title: 'Supabase',
|
|
746
746
|
description: 'Supabase is an open-source backend platform offering scalable Postgres databa...',
|
|
747
747
|
providerUrl: 'https://api.supabase.com',
|
|
@@ -768,8 +768,8 @@ const mcpProvidersConfig = [{
|
|
|
768
768
|
isConfigField: true,
|
|
769
769
|
isSecret: true,
|
|
770
770
|
secretSource: {
|
|
771
|
-
type:
|
|
772
|
-
secretType:
|
|
771
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
772
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
773
773
|
secretKey: 'SUPABASE_PROJECT_URL'
|
|
774
774
|
},
|
|
775
775
|
uiWidget: 'text',
|
|
@@ -787,8 +787,8 @@ const mcpProvidersConfig = [{
|
|
|
787
787
|
isConfigField: true,
|
|
788
788
|
isSecret: true,
|
|
789
789
|
secretSource: {
|
|
790
|
-
type:
|
|
791
|
-
secretType:
|
|
790
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
791
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
792
792
|
secretKey: 'SUPABASE_ANON_PUBLIC_KEY'
|
|
793
793
|
},
|
|
794
794
|
uiWidget: 'password',
|
|
@@ -823,7 +823,7 @@ const mcpProvidersConfig = [{
|
|
|
823
823
|
fontSize: 'large'
|
|
824
824
|
}
|
|
825
825
|
},
|
|
826
|
-
logo: '_side/thirdparty/logos/
|
|
826
|
+
logo: '_side/thirdparty/logos/tavily.svg',
|
|
827
827
|
authMethods: ['api_key'],
|
|
828
828
|
categories: ['data & analytics']
|
|
829
829
|
}, {
|
|
@@ -838,11 +838,11 @@ const mcpProvidersConfig = [{
|
|
|
838
838
|
fontSize: 'large'
|
|
839
839
|
}
|
|
840
840
|
},
|
|
841
|
-
logo: '_side/thirdparty/logos/
|
|
841
|
+
logo: '_side/thirdparty/logos/tinyfish.svg',
|
|
842
842
|
authMethods: ['api_key'],
|
|
843
843
|
categories: ['developer tools & devops']
|
|
844
844
|
}, {
|
|
845
|
-
id: 'todoist',
|
|
845
|
+
id: 'todoist-mcp',
|
|
846
846
|
title: 'Todoist',
|
|
847
847
|
description: 'Task management and to-do lists',
|
|
848
848
|
scopes: ['task:add', 'data:read', 'data:read_write'],
|
|
@@ -855,7 +855,7 @@ const mcpProvidersConfig = [{
|
|
|
855
855
|
authMethods: ['api_key'],
|
|
856
856
|
categories: ['productivity & project management']
|
|
857
857
|
}, {
|
|
858
|
-
id: 'vercel',
|
|
858
|
+
id: 'vercel-mcp',
|
|
859
859
|
title: 'Vercel',
|
|
860
860
|
description: 'Vercel is a platform for frontend frameworks and static sites, letting you ho...',
|
|
861
861
|
providerUrl: 'https://vercel.com',
|
|
@@ -882,8 +882,8 @@ const mcpProvidersConfig = [{
|
|
|
882
882
|
isConfigField: true,
|
|
883
883
|
isSecret: true,
|
|
884
884
|
secretSource: {
|
|
885
|
-
type:
|
|
886
|
-
secretType:
|
|
885
|
+
type: ContributeDefaultValueSourceType.Vault,
|
|
886
|
+
secretType: KeyMgmtSecretType.EnvironmentVar,
|
|
887
887
|
secretKey: 'BEARER_TOKEN'
|
|
888
888
|
},
|
|
889
889
|
uiWidget: 'password',
|
|
@@ -922,7 +922,7 @@ const mcpProvidersConfig = [{
|
|
|
922
922
|
authMethods: ['api_key'],
|
|
923
923
|
categories: ['e-commerce']
|
|
924
924
|
}, {
|
|
925
|
-
id: 'zoom',
|
|
925
|
+
id: 'zoom-mcp',
|
|
926
926
|
title: 'Zoom',
|
|
927
927
|
description: 'Zoom is a video conferencing and online meeting platform with features like b...',
|
|
928
928
|
providerUrl: 'https://zoom.us',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mcpConnectorConfig.js","sources":["../../src/config/mcpConnectorConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"mcpConnectorConfig.js","sources":["../../src/config/mcpConnectorConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"wEAGA,MAAA,kBAAa,GAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
export * from './config/
|
|
1
|
+
export * from './config/configTypes';
|
|
2
2
|
export * from './config/cdnConfig';
|
|
3
3
|
export * from './config/connectorsConfig';
|
|
4
|
+
export * from './config/llmProviderConfig';
|
|
4
5
|
export * from './config/mcpConnectorConfig';
|
|
5
6
|
export * from './inngest/generateFunctionCode';
|
|
6
7
|
export * from './inngest/interfaces/types';
|
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yCAAyC,CAAC;AACxD,OAAO,EAAE,mBAAmB,EAAE,8BAA8B,EAAE,MAAM,yBAAyB,CAAC;AAC9F,cAAc,4BAA4B,CAAC;AAC3C,cAAc,cAAc,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{CONNECTOR_CATEGORIES}from'./config/
|
|
1
|
+
export{CONNECTOR_CATEGORIES}from'./config/configTypes.js';export{getCdnBase,iurl,setCdnBase}from'./config/cdnConfig.js';export{connectorsConfig}from'./config/connectorsConfig.js';export{llmProvidersConfig}from'./config/llmProviderConfig.js';export{mcpProvidersConfig}from'./config/mcpConnectorConfig.js';export{generateFunctionCode,generateHandlerBody,generateHandlerBodyWithReturn,generateStepFromFunction,generateStepFunctionsFromDB,wrapStepsInInngestFunction}from'./inngest/generateFunctionCode.js';export{getAvailableDefinitions,installLibraryForAutocomplete,setupMonacoAutocomplete,setupStepAutocomplete,updateAutocompleteConfig}from'./inngest/monacoAutocompleteIntegration.js';export{cleanStepCode,extractFunctionBody,extractStepVarName,generateFromExtractedFunctions}from'./inngest/stepGenerator.js';export{deepMergeElements,deepMergeFormSteps}from'./utils/deepMergeFormSteps.js';export{flatten,unflatten}from'./utils/json.js';//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminide-stack/form-builder-core",
|
|
3
|
-
"version": "5.1.4-alpha.
|
|
3
|
+
"version": "5.1.4-alpha.307",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -19,10 +19,11 @@
|
|
|
19
19
|
"watch": "npm run build:lib:watch"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
+
"common": "5.1.4-alpha.307",
|
|
22
23
|
"typescript": "^5.4.0"
|
|
23
24
|
},
|
|
24
25
|
"publishConfig": {
|
|
25
26
|
"access": "public"
|
|
26
27
|
},
|
|
27
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "665fc722cf8d135d41450241271d5df739a9d707"
|
|
28
29
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"apiConfigTypes.d.ts","sourceRoot":"","sources":["../../src/config/apiConfigTypes.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Shared API configuration types.
|
|
3
|
-
*
|
|
4
|
-
* These types define the structure for API-key form fields, resources (REST API
|
|
5
|
-
* test endpoints), and custom buttons (e.g. "Test token"). They are used by
|
|
6
|
-
* ConnectorConfig when a connector supports API-key authentication.
|
|
7
|
-
*
|
|
8
|
-
* Originally defined in form-builder-browser; moved here so core can reference
|
|
9
|
-
* them without depending on the browser package.
|
|
10
|
-
*/
|
|
11
|
-
// Connector-only subset of the broader category values defined in contribution points.
|
|
12
|
-
const CONNECTOR_CATEGORIES = ['advertising & marketing', 'ai & machine learning', 'analytics & data', 'collaboration & communication', 'crm', 'cybersecurity', 'data & analytics', 'design & creative tools', 'developer tools & devops', 'direct mail automation', 'document & file management', 'e-commerce', 'education & lms', 'entertainment & media', 'finance & accounting', 'fundraising', 'hr & recruiting', 'marketing & social media', 'productivity & project management', 'sales & customer support', 'scheduling & booking', 'security & compliance', 'security & identity tools', 'social media', 'wi-fi management', 'workflow automation'];export{CONNECTOR_CATEGORIES};//# sourceMappingURL=apiConfigTypes.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"apiConfigTypes.js","sources":["../../src/config/apiConfigTypes.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA;;;;;;;;;AASG;AAMH;0BACkB,GAAA,CAAA,yBAAA,EAAA,uBAAA,EAAA,kBAAA,EAAA,+BAAA,EAAA,KAAA,EAAA,eAAA,EAAA,kBAAA,EAAA,yBAAA,EAAA,0BAAA,EAAA,wBAAA,EAAA,4BAAA,EAAA,YAAA,EAAA,iBAAA,EAAA,uBAAA,EAAA,sBAAA,EAAA,aAAA,EAAA,iBAAA,EAAA,0BAAA,EAAA,mCAAA,EAAA,0BAAA,EAAA,sBAAA,EAAA,uBAAA,EAAA,2BAAA,EAAA,cAAA,EAAA,kBAAA,EAAA,qBAAA"}
|