@adminide-stack/form-builder-core 5.1.4-alpha.263 → 5.1.4-alpha.267
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/connectorsConfig.d.ts +1 -2
- package/lib/config/connectorsConfig.d.ts.map +1 -1
- package/lib/config/connectorsConfig.js +2667 -2403
- package/lib/config/connectorsConfig.js.map +1 -1
- package/lib/config/mcpConnectorConfig.d.ts +3 -5
- package/lib/config/mcpConnectorConfig.d.ts.map +1 -1
- package/lib/config/mcpConnectorConfig.js +190 -459
- package/lib/config/mcpConnectorConfig.js.map +1 -1
- package/package.json +2 -2
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
* Hand-curated entries are at the top; auto-generated entries follow.
|
|
13
13
|
*/
|
|
14
14
|
import type { CustomButtonConfig, FormFieldConfig, FormResourceConfig } from './apiConfigTypes';
|
|
15
|
-
export type { CustomButtonConfig, FormFieldConfig, FormResourceConfig } from './apiConfigTypes';
|
|
16
15
|
export interface ConnectorConfig {
|
|
17
16
|
id: string;
|
|
18
17
|
title: string;
|
|
@@ -34,7 +33,7 @@ export interface ConnectorConfig {
|
|
|
34
33
|
/** MCP endpoint (if the provider supports MCP auth) */
|
|
35
34
|
mcpUrl?: string;
|
|
36
35
|
/** Authentication methods supported by this connector */
|
|
37
|
-
authMethods?:
|
|
36
|
+
authMethods?: ['api_key'] | ['oauth2'] | ['api_key', 'oauth2'];
|
|
38
37
|
/** Connector categories */
|
|
39
38
|
categories?: string[];
|
|
40
39
|
/** Form fields for API-key configuration (when api_key auth is selected) */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectorsConfig.d.ts","sourceRoot":"","sources":["../../src/config/connectorsConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAEhG,
|
|
1
|
+
{"version":3,"file":"connectorsConfig.d.ts","sourceRoot":"","sources":["../../src/config/connectorsConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,KAAK,EAAE,kBAAkB,EAAE,eAAe,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAEhG,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,mCAAmC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE;QACF,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE;YAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACjC,CAAC;IACF,6BAA6B;IAC7B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,6CAA6C;IAC7C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,uDAAuD;IACvD,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,yDAAyD;IACzD,WAAW,CAAC,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;IAC/D,2BAA2B;IAC3B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,4EAA4E;IAC5E,MAAM,CAAC,EAAE,eAAe,EAAE,CAAC;IAC3B,2EAA2E;IAC3E,SAAS,CAAC,EAAE,kBAAkB,EAAE,CAAC;IACjC,mEAAmE;IACnE,aAAa,CAAC,EAAE,kBAAkB,EAAE,CAAC;CACxC;AAED,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAqruC7C,CAAC"}
|