@hostwebhook/node-types 1.69.0 → 1.70.0
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/calendar-toolkit.d.ts +1 -1
- package/dist/connections.d.ts +1 -1
- package/dist/discord-operations.d.ts +1 -1
- package/dist/discord-operations.js +4 -4
- package/dist/discord-toolkit.d.ts +1 -1
- package/dist/discord-toolkit.js +3 -3
- package/dist/dispatch.d.ts +1 -1
- package/dist/docs-toolkit.d.ts +1 -1
- package/dist/drive-toolkit.d.ts +1 -1
- package/dist/esm/calendar-operations.d.ts +67 -0
- package/dist/esm/calendar-operations.js +176 -0
- package/dist/esm/calendar-toolkit.d.ts +50 -0
- package/dist/esm/calendar-toolkit.js +152 -0
- package/dist/esm/capacidad-de-credencial.d.ts +75 -0
- package/dist/esm/capacidad-de-credencial.js +68 -0
- package/dist/esm/connections.d.ts +17 -0
- package/dist/esm/connections.js +106 -0
- package/dist/esm/credentials.d.ts +144 -0
- package/dist/esm/credentials.js +199 -0
- package/dist/esm/discord-operations.d.ts +104 -0
- package/dist/esm/discord-operations.js +407 -0
- package/dist/esm/discord-toolkit.d.ts +64 -0
- package/dist/esm/discord-toolkit.js +260 -0
- package/dist/esm/dispatch.d.ts +16 -0
- package/dist/esm/dispatch.js +76 -0
- package/dist/esm/docs-operations.d.ts +99 -0
- package/dist/esm/docs-operations.js +127 -0
- package/dist/esm/docs-toolkit.d.ts +42 -0
- package/dist/esm/docs-toolkit.js +97 -0
- package/dist/esm/drive-operations.d.ts +103 -0
- package/dist/esm/drive-operations.js +319 -0
- package/dist/esm/drive-toolkit.d.ts +54 -0
- package/dist/esm/drive-toolkit.js +177 -0
- package/dist/esm/github-operations.d.ts +147 -0
- package/dist/esm/github-operations.js +551 -0
- package/dist/esm/gmail-operations.d.ts +190 -0
- package/dist/esm/gmail-operations.js +560 -0
- package/dist/esm/google-analytics-operations.d.ts +99 -0
- package/dist/esm/google-analytics-operations.js +222 -0
- package/dist/esm/google-contacts-operations.d.ts +93 -0
- package/dist/esm/google-contacts-operations.js +363 -0
- package/dist/esm/index.d.ts +66 -0
- package/dist/esm/index.js +50 -0
- package/dist/esm/jira-operations.d.ts +164 -0
- package/dist/esm/jira-operations.js +470 -0
- package/dist/esm/llm-models.d.ts +101 -0
- package/dist/esm/llm-models.js +230 -0
- package/dist/esm/mailchimp-operations.d.ts +56 -0
- package/dist/esm/mailchimp-operations.js +155 -0
- package/dist/esm/mongo-operations.d.ts +61 -0
- package/dist/esm/mongo-operations.js +120 -0
- package/dist/esm/notion-operations.d.ts +125 -0
- package/dist/esm/notion-operations.js +511 -0
- package/dist/esm/openrouter.d.ts +142 -0
- package/dist/esm/openrouter.js +99 -0
- package/dist/esm/package.json +4 -0
- package/dist/esm/postgres-operations.d.ts +60 -0
- package/dist/esm/postgres-operations.js +75 -0
- package/dist/esm/registry.d.ts +160 -0
- package/dist/esm/registry.js +555 -0
- package/dist/esm/sheets-operations.d.ts +78 -0
- package/dist/esm/sheets-operations.js +150 -0
- package/dist/esm/sheets-toolkit.d.ts +49 -0
- package/dist/esm/sheets-toolkit.js +127 -0
- package/dist/esm/shopify-operations.d.ts +95 -0
- package/dist/esm/shopify-operations.js +259 -0
- package/dist/esm/slack-operations.d.ts +81 -0
- package/dist/esm/slack-operations.js +244 -0
- package/dist/esm/slack-toolkit.d.ts +60 -0
- package/dist/esm/slack-toolkit.js +235 -0
- package/dist/esm/telegram-operations.d.ts +104 -0
- package/dist/esm/telegram-operations.js +351 -0
- package/dist/esm/telegram-toolkit.d.ts +52 -0
- package/dist/esm/telegram-toolkit.js +183 -0
- package/dist/esm/types.d.ts +149 -0
- package/dist/esm/types.js +8 -0
- package/dist/esm/ui.d.ts +13 -0
- package/dist/esm/ui.js +150 -0
- package/dist/esm/whatsapp-operations.d.ts +23 -0
- package/dist/esm/whatsapp-operations.js +36 -0
- package/dist/index.d.ts +66 -66
- package/dist/index.js +185 -185
- package/dist/openrouter.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/sheets-toolkit.d.ts +1 -1
- package/dist/slack-operations.d.ts +1 -1
- package/dist/slack-operations.js +4 -4
- package/dist/slack-toolkit.d.ts +1 -1
- package/dist/slack-toolkit.js +3 -3
- package/dist/telegram-toolkit.d.ts +1 -1
- package/dist/ui.d.ts +1 -1
- package/package.json +21 -3
package/dist/index.js
CHANGED
|
@@ -3,203 +3,203 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.DRIVE_OPERATION_SPECS = exports.DRIVE_OPERATIONS = exports.GOOGLE_CALENDAR_TOOLKIT_BY_TOOL_NAME = exports.GOOGLE_CALENDAR_TOOLKIT_SPECS = exports.isGoogleCalendarOperation = exports.GOOGLE_CALENDAR_OPERATION_SPECS = exports.GOOGLE_CALENDAR_OPERATIONS = exports.isGmailOperation = exports.resolveGmailSendFields = exports.GMAIL_SEND_LEGACY_FIELDS = exports.NATIVE_EMAIL_TOOLKIT_BY_TOOL_NAME = exports.GMAIL_TOOLKIT_BY_TOOL_NAME = exports.NATIVE_EMAIL_TOOLKIT_SPECS = exports.GMAIL_SEND_AND_WAIT_TOOL_SPEC = exports.GMAIL_ALL_TOOLKIT_SPECS = exports.GMAIL_TOOLKIT_SPECS = exports.GMAIL_TOOLKIT_OPERATIONS = exports.GMAIL_DROPDOWN_OPERATIONS = exports.GMAIL_OPERATION_GROUPS = exports.GMAIL_OPERATION_SPECS = exports.GMAIL_OPERATIONS = exports.versionCatalogErrors = exports.fieldsLost = exports.fieldsLostBetween = exports.currentVersion = exports.versionSpec = exports.versionsOf = exports.isVersioned = exports.NODE_TYPE_TO_PREFIX = exports.PREFIX_TO_NODE_TYPE = exports.NODE_STATE_KEYS = exports.NODE_COLORS = exports.NODE_DETAIL_PATHS = exports.getNodeRegistryEntry = exports.NODE_REGISTRY = exports.getNodeDispatchConfig = exports.getAllNodeCollections = exports.NODE_DISPATCH = exports.resolveNodeId = exports.PREFIX_TO_TYPE = exports.NODE_UI = exports.ALL_NODE_TYPES = exports.isNodeType = exports.isTerminal = exports.canSendToNodes = exports.canReceiveFromNodes = exports.canReceiveFrom = exports.NODE_CONNECTIONS = exports.iterableMeta = exports.singleMeta = void 0;
|
|
4
4
|
exports.SLACK_TOOLKIT_SPECS = exports.isSlackOperation = exports.camposDeSlackNoDisponibles = exports.slackPuedeEjecutar = exports.operacionesDeSlackPara = exports.SLACK_CAPACIDADES_POR_CREDENCIAL = exports.SLACK_OPERATION_SPECS = exports.SLACK_OPERATIONS = exports.isJiraOperation = exports.JIRA_ITERABLE_OPERATIONS = exports.JIRA_DROPDOWN_OPERATIONS = exports.JIRA_OPERATION_SPECS = exports.JIRA_OPERATIONS = exports.isGithubOperation = exports.GITHUB_ITERABLE_OPERATIONS = exports.GITHUB_DROPDOWN_OPERATIONS = exports.GITHUB_OPERATION_SPECS = exports.GITHUB_OPERATIONS = exports.isShopifyOperation = exports.SHOPIFY_SEARCHABLE_RESOURCES = exports.SHOPIFY_TAGGABLE_RESOURCES = exports.SHOPIFY_OPERATION_SPECS = exports.SHOPIFY_OPERATIONS = exports.isMailchimpOperation = exports.MAILCHIMP_CONTACT_STATUSES = exports.MAILCHIMP_OPERATION_SPECS = exports.MAILCHIMP_OPERATIONS = exports.herramientasDeDiscordPara = exports.DISCORD_TOOLKIT_BY_TOOL_NAME = exports.DISCORD_TOOLKIT_SPECS = exports.isDiscordOperation = exports.camposDeDiscordNoDisponibles = exports.discordPuedeEjecutar = exports.operacionesDeDiscordPara = exports.DISCORD_CAPACIDADES_POR_CREDENCIAL = exports.DISCORD_OPERATION_SPECS = exports.DISCORD_OPERATIONS = exports.camposNoDisponiblesPara = exports.puedeEjecutar = exports.operacionesPara = exports.isWhatsAppOperation = exports.WHATSAPP_OPERATIONS = exports.TELEGRAM_TOOLKIT_BY_TOOL_NAME = exports.TELEGRAM_TOOLKIT_SPECS = exports.isTelegramOperation = exports.TELEGRAM_OPERATION_SPECS = exports.TELEGRAM_OPERATIONS = exports.DRIVE_TOOLKIT_BY_TOOL_NAME = exports.DRIVE_TOOLKIT_SPECS = exports.isDriveOperation = void 0;
|
|
5
5
|
exports.isCredentialType = exports.getCredentialType = exports.credentialTypeValues = exports.CREDENTIAL_TYPE_VALUES = exports.CREDENTIAL_TYPES = exports.ventanaDeContextoDeOpenRouter = exports.opcionesDeModelosDeOpenRouter = exports.URL_DE_MODELOS_DE_OPENROUTER = exports.getModelLabel = exports.getDefaultModel = exports.getModelsFor = exports.MODEL_CONTEXT_WINDOWS = exports.LLM_MODELS = exports.LLM_PROVIDERS = exports.DOCS_TOOLKIT_DEFAULTABLE = exports.DOCS_TOOLKIT_BY_TOOL_NAME = exports.DOCS_TOOLKIT_SPECS = exports.isDocsOperation = exports.DOCS_OPERATION_SPECS = exports.DOCS_OPERATIONS = exports.isMongoOperation = exports.MONGO_OPERATION_SPECS = exports.MONGO_OPERATIONS = exports.isPostgresOperation = exports.POSTGRES_OPERATION_SPECS = exports.POSTGRES_MODES = exports.POSTGRES_OPERATIONS = exports.isNotionOperation = exports.NOTION_DROPDOWN_OPERATIONS = exports.NOTION_OPERATION_SPECS = exports.NOTION_OPERATIONS = exports.isGoogleAnalyticsOperation = exports.GOOGLE_ANALYTICS_DROPDOWN_OPERATIONS = exports.GOOGLE_ANALYTICS_OPERATION_SPECS = exports.GOOGLE_ANALYTICS_OPERATIONS = exports.isGoogleContactsOperation = exports.GOOGLE_CONTACTS_DEFAULT_PERSON_FIELDS = exports.GOOGLE_CONTACTS_OPERATION_GROUPS = exports.GOOGLE_CONTACTS_OPERATION_SPECS = exports.GOOGLE_CONTACTS_OPERATIONS_V2 = exports.GOOGLE_CONTACTS_OPERATIONS_V1 = exports.GOOGLE_CONTACTS_OPERATIONS = exports.SHEETS_TOOLKIT_DEFAULTABLE = exports.SHEETS_TOOLKIT_BY_TOOL_NAME = exports.SHEETS_TOOLKIT_SPECS = exports.isSheetsOperation = exports.SHEETS_OPERATION_SPECS = exports.SHEETS_OPERATIONS = exports.herramientasDeSlackPara = exports.SLACK_TOOLKIT_BY_TOOL_NAME = void 0;
|
|
6
|
-
var
|
|
7
|
-
Object.defineProperty(exports, "singleMeta", { enumerable: true, get: function () { return
|
|
8
|
-
Object.defineProperty(exports, "iterableMeta", { enumerable: true, get: function () { return
|
|
6
|
+
var types_js_1 = require("./types.js");
|
|
7
|
+
Object.defineProperty(exports, "singleMeta", { enumerable: true, get: function () { return types_js_1.singleMeta; } });
|
|
8
|
+
Object.defineProperty(exports, "iterableMeta", { enumerable: true, get: function () { return types_js_1.iterableMeta; } });
|
|
9
9
|
// ── Connection rules (used by ALL repos) ──
|
|
10
|
-
var
|
|
11
|
-
Object.defineProperty(exports, "NODE_CONNECTIONS", { enumerable: true, get: function () { return
|
|
12
|
-
Object.defineProperty(exports, "canReceiveFrom", { enumerable: true, get: function () { return
|
|
13
|
-
Object.defineProperty(exports, "canReceiveFromNodes", { enumerable: true, get: function () { return
|
|
14
|
-
Object.defineProperty(exports, "canSendToNodes", { enumerable: true, get: function () { return
|
|
15
|
-
Object.defineProperty(exports, "isTerminal", { enumerable: true, get: function () { return
|
|
16
|
-
Object.defineProperty(exports, "isNodeType", { enumerable: true, get: function () { return
|
|
17
|
-
Object.defineProperty(exports, "ALL_NODE_TYPES", { enumerable: true, get: function () { return
|
|
10
|
+
var connections_js_1 = require("./connections.js");
|
|
11
|
+
Object.defineProperty(exports, "NODE_CONNECTIONS", { enumerable: true, get: function () { return connections_js_1.NODE_CONNECTIONS; } });
|
|
12
|
+
Object.defineProperty(exports, "canReceiveFrom", { enumerable: true, get: function () { return connections_js_1.canReceiveFrom; } });
|
|
13
|
+
Object.defineProperty(exports, "canReceiveFromNodes", { enumerable: true, get: function () { return connections_js_1.canReceiveFromNodes; } });
|
|
14
|
+
Object.defineProperty(exports, "canSendToNodes", { enumerable: true, get: function () { return connections_js_1.canSendToNodes; } });
|
|
15
|
+
Object.defineProperty(exports, "isTerminal", { enumerable: true, get: function () { return connections_js_1.isTerminal; } });
|
|
16
|
+
Object.defineProperty(exports, "isNodeType", { enumerable: true, get: function () { return connections_js_1.isNodeType; } });
|
|
17
|
+
Object.defineProperty(exports, "ALL_NODE_TYPES", { enumerable: true, get: function () { return connections_js_1.ALL_NODE_TYPES; } });
|
|
18
18
|
// ── UI config (Dashboard only) ──
|
|
19
|
-
var
|
|
20
|
-
Object.defineProperty(exports, "NODE_UI", { enumerable: true, get: function () { return
|
|
21
|
-
Object.defineProperty(exports, "PREFIX_TO_TYPE", { enumerable: true, get: function () { return
|
|
22
|
-
Object.defineProperty(exports, "resolveNodeId", { enumerable: true, get: function () { return
|
|
19
|
+
var ui_js_1 = require("./ui.js");
|
|
20
|
+
Object.defineProperty(exports, "NODE_UI", { enumerable: true, get: function () { return ui_js_1.NODE_UI; } });
|
|
21
|
+
Object.defineProperty(exports, "PREFIX_TO_TYPE", { enumerable: true, get: function () { return ui_js_1.PREFIX_TO_TYPE; } });
|
|
22
|
+
Object.defineProperty(exports, "resolveNodeId", { enumerable: true, get: function () { return ui_js_1.resolveNodeId; } });
|
|
23
23
|
// ── Dispatch config (API only) ──
|
|
24
|
-
var
|
|
25
|
-
Object.defineProperty(exports, "NODE_DISPATCH", { enumerable: true, get: function () { return
|
|
26
|
-
Object.defineProperty(exports, "getAllNodeCollections", { enumerable: true, get: function () { return
|
|
27
|
-
Object.defineProperty(exports, "getNodeDispatchConfig", { enumerable: true, get: function () { return
|
|
28
|
-
var
|
|
29
|
-
Object.defineProperty(exports, "NODE_REGISTRY", { enumerable: true, get: function () { return
|
|
30
|
-
Object.defineProperty(exports, "getNodeRegistryEntry", { enumerable: true, get: function () { return
|
|
31
|
-
Object.defineProperty(exports, "NODE_DETAIL_PATHS", { enumerable: true, get: function () { return
|
|
32
|
-
Object.defineProperty(exports, "NODE_COLORS", { enumerable: true, get: function () { return
|
|
33
|
-
Object.defineProperty(exports, "NODE_STATE_KEYS", { enumerable: true, get: function () { return
|
|
34
|
-
Object.defineProperty(exports, "PREFIX_TO_NODE_TYPE", { enumerable: true, get: function () { return
|
|
35
|
-
Object.defineProperty(exports, "NODE_TYPE_TO_PREFIX", { enumerable: true, get: function () { return
|
|
24
|
+
var dispatch_js_1 = require("./dispatch.js");
|
|
25
|
+
Object.defineProperty(exports, "NODE_DISPATCH", { enumerable: true, get: function () { return dispatch_js_1.NODE_DISPATCH; } });
|
|
26
|
+
Object.defineProperty(exports, "getAllNodeCollections", { enumerable: true, get: function () { return dispatch_js_1.getAllNodeCollections; } });
|
|
27
|
+
Object.defineProperty(exports, "getNodeDispatchConfig", { enumerable: true, get: function () { return dispatch_js_1.getNodeDispatchConfig; } });
|
|
28
|
+
var registry_js_1 = require("./registry.js");
|
|
29
|
+
Object.defineProperty(exports, "NODE_REGISTRY", { enumerable: true, get: function () { return registry_js_1.NODE_REGISTRY; } });
|
|
30
|
+
Object.defineProperty(exports, "getNodeRegistryEntry", { enumerable: true, get: function () { return registry_js_1.getNodeRegistryEntry; } });
|
|
31
|
+
Object.defineProperty(exports, "NODE_DETAIL_PATHS", { enumerable: true, get: function () { return registry_js_1.NODE_DETAIL_PATHS; } });
|
|
32
|
+
Object.defineProperty(exports, "NODE_COLORS", { enumerable: true, get: function () { return registry_js_1.NODE_COLORS; } });
|
|
33
|
+
Object.defineProperty(exports, "NODE_STATE_KEYS", { enumerable: true, get: function () { return registry_js_1.NODE_STATE_KEYS; } });
|
|
34
|
+
Object.defineProperty(exports, "PREFIX_TO_NODE_TYPE", { enumerable: true, get: function () { return registry_js_1.PREFIX_TO_NODE_TYPE; } });
|
|
35
|
+
Object.defineProperty(exports, "NODE_TYPE_TO_PREFIX", { enumerable: true, get: function () { return registry_js_1.NODE_TYPE_TO_PREFIX; } });
|
|
36
36
|
// ── Node version catalog (ALL repos) ──
|
|
37
37
|
// See docs/ADR-0002-node-versioning.md in the api repo.
|
|
38
|
-
var
|
|
39
|
-
Object.defineProperty(exports, "isVersioned", { enumerable: true, get: function () { return
|
|
40
|
-
Object.defineProperty(exports, "versionsOf", { enumerable: true, get: function () { return
|
|
41
|
-
Object.defineProperty(exports, "versionSpec", { enumerable: true, get: function () { return
|
|
42
|
-
Object.defineProperty(exports, "currentVersion", { enumerable: true, get: function () { return
|
|
43
|
-
Object.defineProperty(exports, "fieldsLostBetween", { enumerable: true, get: function () { return
|
|
44
|
-
Object.defineProperty(exports, "fieldsLost", { enumerable: true, get: function () { return
|
|
45
|
-
Object.defineProperty(exports, "versionCatalogErrors", { enumerable: true, get: function () { return
|
|
38
|
+
var registry_js_2 = require("./registry.js");
|
|
39
|
+
Object.defineProperty(exports, "isVersioned", { enumerable: true, get: function () { return registry_js_2.isVersioned; } });
|
|
40
|
+
Object.defineProperty(exports, "versionsOf", { enumerable: true, get: function () { return registry_js_2.versionsOf; } });
|
|
41
|
+
Object.defineProperty(exports, "versionSpec", { enumerable: true, get: function () { return registry_js_2.versionSpec; } });
|
|
42
|
+
Object.defineProperty(exports, "currentVersion", { enumerable: true, get: function () { return registry_js_2.currentVersion; } });
|
|
43
|
+
Object.defineProperty(exports, "fieldsLostBetween", { enumerable: true, get: function () { return registry_js_2.fieldsLostBetween; } });
|
|
44
|
+
Object.defineProperty(exports, "fieldsLost", { enumerable: true, get: function () { return registry_js_2.fieldsLost; } });
|
|
45
|
+
Object.defineProperty(exports, "versionCatalogErrors", { enumerable: true, get: function () { return registry_js_2.versionCatalogErrors; } });
|
|
46
46
|
// ── Per-service operation enums (ALL repos) ──
|
|
47
|
-
var
|
|
48
|
-
Object.defineProperty(exports, "GMAIL_OPERATIONS", { enumerable: true, get: function () { return
|
|
49
|
-
Object.defineProperty(exports, "GMAIL_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
50
|
-
Object.defineProperty(exports, "GMAIL_OPERATION_GROUPS", { enumerable: true, get: function () { return
|
|
51
|
-
Object.defineProperty(exports, "GMAIL_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return
|
|
52
|
-
Object.defineProperty(exports, "GMAIL_TOOLKIT_OPERATIONS", { enumerable: true, get: function () { return
|
|
53
|
-
Object.defineProperty(exports, "GMAIL_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
54
|
-
Object.defineProperty(exports, "GMAIL_ALL_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
55
|
-
Object.defineProperty(exports, "GMAIL_SEND_AND_WAIT_TOOL_SPEC", { enumerable: true, get: function () { return
|
|
56
|
-
Object.defineProperty(exports, "NATIVE_EMAIL_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
57
|
-
Object.defineProperty(exports, "GMAIL_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
58
|
-
Object.defineProperty(exports, "NATIVE_EMAIL_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
59
|
-
Object.defineProperty(exports, "GMAIL_SEND_LEGACY_FIELDS", { enumerable: true, get: function () { return
|
|
60
|
-
Object.defineProperty(exports, "resolveGmailSendFields", { enumerable: true, get: function () { return
|
|
61
|
-
Object.defineProperty(exports, "isGmailOperation", { enumerable: true, get: function () { return
|
|
62
|
-
var
|
|
63
|
-
Object.defineProperty(exports, "GOOGLE_CALENDAR_OPERATIONS", { enumerable: true, get: function () { return
|
|
64
|
-
Object.defineProperty(exports, "GOOGLE_CALENDAR_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
65
|
-
Object.defineProperty(exports, "isGoogleCalendarOperation", { enumerable: true, get: function () { return
|
|
66
|
-
var
|
|
67
|
-
Object.defineProperty(exports, "GOOGLE_CALENDAR_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
68
|
-
Object.defineProperty(exports, "GOOGLE_CALENDAR_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
69
|
-
var
|
|
70
|
-
Object.defineProperty(exports, "DRIVE_OPERATIONS", { enumerable: true, get: function () { return
|
|
71
|
-
Object.defineProperty(exports, "DRIVE_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
72
|
-
Object.defineProperty(exports, "isDriveOperation", { enumerable: true, get: function () { return
|
|
73
|
-
var
|
|
74
|
-
Object.defineProperty(exports, "DRIVE_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
75
|
-
Object.defineProperty(exports, "DRIVE_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
76
|
-
var
|
|
77
|
-
Object.defineProperty(exports, "TELEGRAM_OPERATIONS", { enumerable: true, get: function () { return
|
|
78
|
-
Object.defineProperty(exports, "TELEGRAM_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
79
|
-
Object.defineProperty(exports, "isTelegramOperation", { enumerable: true, get: function () { return
|
|
80
|
-
var
|
|
81
|
-
Object.defineProperty(exports, "TELEGRAM_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
82
|
-
Object.defineProperty(exports, "TELEGRAM_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
83
|
-
var
|
|
84
|
-
Object.defineProperty(exports, "WHATSAPP_OPERATIONS", { enumerable: true, get: function () { return
|
|
85
|
-
Object.defineProperty(exports, "isWhatsAppOperation", { enumerable: true, get: function () { return
|
|
47
|
+
var gmail_operations_js_1 = require("./gmail-operations.js");
|
|
48
|
+
Object.defineProperty(exports, "GMAIL_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_OPERATIONS; } });
|
|
49
|
+
Object.defineProperty(exports, "GMAIL_OPERATION_SPECS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_OPERATION_SPECS; } });
|
|
50
|
+
Object.defineProperty(exports, "GMAIL_OPERATION_GROUPS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_OPERATION_GROUPS; } });
|
|
51
|
+
Object.defineProperty(exports, "GMAIL_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_DROPDOWN_OPERATIONS; } });
|
|
52
|
+
Object.defineProperty(exports, "GMAIL_TOOLKIT_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_TOOLKIT_OPERATIONS; } });
|
|
53
|
+
Object.defineProperty(exports, "GMAIL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_TOOLKIT_SPECS; } });
|
|
54
|
+
Object.defineProperty(exports, "GMAIL_ALL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_ALL_TOOLKIT_SPECS; } });
|
|
55
|
+
Object.defineProperty(exports, "GMAIL_SEND_AND_WAIT_TOOL_SPEC", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_SEND_AND_WAIT_TOOL_SPEC; } });
|
|
56
|
+
Object.defineProperty(exports, "NATIVE_EMAIL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_js_1.NATIVE_EMAIL_TOOLKIT_SPECS; } });
|
|
57
|
+
Object.defineProperty(exports, "GMAIL_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_TOOLKIT_BY_TOOL_NAME; } });
|
|
58
|
+
Object.defineProperty(exports, "NATIVE_EMAIL_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return gmail_operations_js_1.NATIVE_EMAIL_TOOLKIT_BY_TOOL_NAME; } });
|
|
59
|
+
Object.defineProperty(exports, "GMAIL_SEND_LEGACY_FIELDS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_SEND_LEGACY_FIELDS; } });
|
|
60
|
+
Object.defineProperty(exports, "resolveGmailSendFields", { enumerable: true, get: function () { return gmail_operations_js_1.resolveGmailSendFields; } });
|
|
61
|
+
Object.defineProperty(exports, "isGmailOperation", { enumerable: true, get: function () { return gmail_operations_js_1.isGmailOperation; } });
|
|
62
|
+
var calendar_operations_js_1 = require("./calendar-operations.js");
|
|
63
|
+
Object.defineProperty(exports, "GOOGLE_CALENDAR_OPERATIONS", { enumerable: true, get: function () { return calendar_operations_js_1.GOOGLE_CALENDAR_OPERATIONS; } });
|
|
64
|
+
Object.defineProperty(exports, "GOOGLE_CALENDAR_OPERATION_SPECS", { enumerable: true, get: function () { return calendar_operations_js_1.GOOGLE_CALENDAR_OPERATION_SPECS; } });
|
|
65
|
+
Object.defineProperty(exports, "isGoogleCalendarOperation", { enumerable: true, get: function () { return calendar_operations_js_1.isGoogleCalendarOperation; } });
|
|
66
|
+
var calendar_toolkit_js_1 = require("./calendar-toolkit.js");
|
|
67
|
+
Object.defineProperty(exports, "GOOGLE_CALENDAR_TOOLKIT_SPECS", { enumerable: true, get: function () { return calendar_toolkit_js_1.GOOGLE_CALENDAR_TOOLKIT_SPECS; } });
|
|
68
|
+
Object.defineProperty(exports, "GOOGLE_CALENDAR_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return calendar_toolkit_js_1.GOOGLE_CALENDAR_TOOLKIT_BY_TOOL_NAME; } });
|
|
69
|
+
var drive_operations_js_1 = require("./drive-operations.js");
|
|
70
|
+
Object.defineProperty(exports, "DRIVE_OPERATIONS", { enumerable: true, get: function () { return drive_operations_js_1.DRIVE_OPERATIONS; } });
|
|
71
|
+
Object.defineProperty(exports, "DRIVE_OPERATION_SPECS", { enumerable: true, get: function () { return drive_operations_js_1.DRIVE_OPERATION_SPECS; } });
|
|
72
|
+
Object.defineProperty(exports, "isDriveOperation", { enumerable: true, get: function () { return drive_operations_js_1.isDriveOperation; } });
|
|
73
|
+
var drive_toolkit_js_1 = require("./drive-toolkit.js");
|
|
74
|
+
Object.defineProperty(exports, "DRIVE_TOOLKIT_SPECS", { enumerable: true, get: function () { return drive_toolkit_js_1.DRIVE_TOOLKIT_SPECS; } });
|
|
75
|
+
Object.defineProperty(exports, "DRIVE_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return drive_toolkit_js_1.DRIVE_TOOLKIT_BY_TOOL_NAME; } });
|
|
76
|
+
var telegram_operations_js_1 = require("./telegram-operations.js");
|
|
77
|
+
Object.defineProperty(exports, "TELEGRAM_OPERATIONS", { enumerable: true, get: function () { return telegram_operations_js_1.TELEGRAM_OPERATIONS; } });
|
|
78
|
+
Object.defineProperty(exports, "TELEGRAM_OPERATION_SPECS", { enumerable: true, get: function () { return telegram_operations_js_1.TELEGRAM_OPERATION_SPECS; } });
|
|
79
|
+
Object.defineProperty(exports, "isTelegramOperation", { enumerable: true, get: function () { return telegram_operations_js_1.isTelegramOperation; } });
|
|
80
|
+
var telegram_toolkit_js_1 = require("./telegram-toolkit.js");
|
|
81
|
+
Object.defineProperty(exports, "TELEGRAM_TOOLKIT_SPECS", { enumerable: true, get: function () { return telegram_toolkit_js_1.TELEGRAM_TOOLKIT_SPECS; } });
|
|
82
|
+
Object.defineProperty(exports, "TELEGRAM_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return telegram_toolkit_js_1.TELEGRAM_TOOLKIT_BY_TOOL_NAME; } });
|
|
83
|
+
var whatsapp_operations_js_1 = require("./whatsapp-operations.js");
|
|
84
|
+
Object.defineProperty(exports, "WHATSAPP_OPERATIONS", { enumerable: true, get: function () { return whatsapp_operations_js_1.WHATSAPP_OPERATIONS; } });
|
|
85
|
+
Object.defineProperty(exports, "isWhatsAppOperation", { enumerable: true, get: function () { return whatsapp_operations_js_1.isWhatsAppOperation; } });
|
|
86
86
|
/* La forma del mapa de capacidades. Los datos de cada proveedor viven en su
|
|
87
87
|
propio fichero de operaciones, que es donde se mira cuando uno se pregunta
|
|
88
88
|
qué sabe hacer ese nodo. */
|
|
89
|
-
var
|
|
90
|
-
Object.defineProperty(exports, "operacionesPara", { enumerable: true, get: function () { return
|
|
91
|
-
Object.defineProperty(exports, "puedeEjecutar", { enumerable: true, get: function () { return
|
|
92
|
-
Object.defineProperty(exports, "camposNoDisponiblesPara", { enumerable: true, get: function () { return
|
|
93
|
-
var
|
|
94
|
-
Object.defineProperty(exports, "DISCORD_OPERATIONS", { enumerable: true, get: function () { return
|
|
95
|
-
Object.defineProperty(exports, "DISCORD_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
96
|
-
Object.defineProperty(exports, "DISCORD_CAPACIDADES_POR_CREDENCIAL", { enumerable: true, get: function () { return
|
|
97
|
-
Object.defineProperty(exports, "operacionesDeDiscordPara", { enumerable: true, get: function () { return
|
|
98
|
-
Object.defineProperty(exports, "discordPuedeEjecutar", { enumerable: true, get: function () { return
|
|
99
|
-
Object.defineProperty(exports, "camposDeDiscordNoDisponibles", { enumerable: true, get: function () { return
|
|
100
|
-
Object.defineProperty(exports, "isDiscordOperation", { enumerable: true, get: function () { return
|
|
89
|
+
var capacidad_de_credencial_js_1 = require("./capacidad-de-credencial.js");
|
|
90
|
+
Object.defineProperty(exports, "operacionesPara", { enumerable: true, get: function () { return capacidad_de_credencial_js_1.operacionesPara; } });
|
|
91
|
+
Object.defineProperty(exports, "puedeEjecutar", { enumerable: true, get: function () { return capacidad_de_credencial_js_1.puedeEjecutar; } });
|
|
92
|
+
Object.defineProperty(exports, "camposNoDisponiblesPara", { enumerable: true, get: function () { return capacidad_de_credencial_js_1.camposNoDisponiblesPara; } });
|
|
93
|
+
var discord_operations_js_1 = require("./discord-operations.js");
|
|
94
|
+
Object.defineProperty(exports, "DISCORD_OPERATIONS", { enumerable: true, get: function () { return discord_operations_js_1.DISCORD_OPERATIONS; } });
|
|
95
|
+
Object.defineProperty(exports, "DISCORD_OPERATION_SPECS", { enumerable: true, get: function () { return discord_operations_js_1.DISCORD_OPERATION_SPECS; } });
|
|
96
|
+
Object.defineProperty(exports, "DISCORD_CAPACIDADES_POR_CREDENCIAL", { enumerable: true, get: function () { return discord_operations_js_1.DISCORD_CAPACIDADES_POR_CREDENCIAL; } });
|
|
97
|
+
Object.defineProperty(exports, "operacionesDeDiscordPara", { enumerable: true, get: function () { return discord_operations_js_1.operacionesDeDiscordPara; } });
|
|
98
|
+
Object.defineProperty(exports, "discordPuedeEjecutar", { enumerable: true, get: function () { return discord_operations_js_1.discordPuedeEjecutar; } });
|
|
99
|
+
Object.defineProperty(exports, "camposDeDiscordNoDisponibles", { enumerable: true, get: function () { return discord_operations_js_1.camposDeDiscordNoDisponibles; } });
|
|
100
|
+
Object.defineProperty(exports, "isDiscordOperation", { enumerable: true, get: function () { return discord_operations_js_1.isDiscordOperation; } });
|
|
101
101
|
/* Ojo con los dos nombres parecidos, que vienen de dos ficheros y NO son lo
|
|
102
102
|
mismo: `DiscordOperationSpec` (arriba) describe el FORMULARIO —qué control
|
|
103
103
|
pintar por campo— y `DiscordToolkitSpec` (abajo) describe la HERRAMIENTA que
|
|
104
104
|
ve el LLM. Es la misma pareja que ya tienen Telegram, Sheets y compañía. */
|
|
105
|
-
var
|
|
106
|
-
Object.defineProperty(exports, "DISCORD_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
107
|
-
Object.defineProperty(exports, "DISCORD_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
108
|
-
Object.defineProperty(exports, "herramientasDeDiscordPara", { enumerable: true, get: function () { return
|
|
109
|
-
var
|
|
110
|
-
Object.defineProperty(exports, "MAILCHIMP_OPERATIONS", { enumerable: true, get: function () { return
|
|
111
|
-
Object.defineProperty(exports, "MAILCHIMP_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
112
|
-
Object.defineProperty(exports, "MAILCHIMP_CONTACT_STATUSES", { enumerable: true, get: function () { return
|
|
113
|
-
Object.defineProperty(exports, "isMailchimpOperation", { enumerable: true, get: function () { return
|
|
114
|
-
var
|
|
115
|
-
Object.defineProperty(exports, "SHOPIFY_OPERATIONS", { enumerable: true, get: function () { return
|
|
116
|
-
Object.defineProperty(exports, "SHOPIFY_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
117
|
-
Object.defineProperty(exports, "SHOPIFY_TAGGABLE_RESOURCES", { enumerable: true, get: function () { return
|
|
118
|
-
Object.defineProperty(exports, "SHOPIFY_SEARCHABLE_RESOURCES", { enumerable: true, get: function () { return
|
|
119
|
-
Object.defineProperty(exports, "isShopifyOperation", { enumerable: true, get: function () { return
|
|
120
|
-
var
|
|
121
|
-
Object.defineProperty(exports, "GITHUB_OPERATIONS", { enumerable: true, get: function () { return
|
|
122
|
-
Object.defineProperty(exports, "GITHUB_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
123
|
-
Object.defineProperty(exports, "GITHUB_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return
|
|
124
|
-
Object.defineProperty(exports, "GITHUB_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return
|
|
125
|
-
Object.defineProperty(exports, "isGithubOperation", { enumerable: true, get: function () { return
|
|
126
|
-
var
|
|
127
|
-
Object.defineProperty(exports, "JIRA_OPERATIONS", { enumerable: true, get: function () { return
|
|
128
|
-
Object.defineProperty(exports, "JIRA_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
129
|
-
Object.defineProperty(exports, "JIRA_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return
|
|
130
|
-
Object.defineProperty(exports, "JIRA_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return
|
|
131
|
-
Object.defineProperty(exports, "isJiraOperation", { enumerable: true, get: function () { return
|
|
132
|
-
var
|
|
133
|
-
Object.defineProperty(exports, "SLACK_OPERATIONS", { enumerable: true, get: function () { return
|
|
134
|
-
Object.defineProperty(exports, "SLACK_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
135
|
-
Object.defineProperty(exports, "SLACK_CAPACIDADES_POR_CREDENCIAL", { enumerable: true, get: function () { return
|
|
136
|
-
Object.defineProperty(exports, "operacionesDeSlackPara", { enumerable: true, get: function () { return
|
|
137
|
-
Object.defineProperty(exports, "slackPuedeEjecutar", { enumerable: true, get: function () { return
|
|
138
|
-
Object.defineProperty(exports, "camposDeSlackNoDisponibles", { enumerable: true, get: function () { return
|
|
139
|
-
Object.defineProperty(exports, "isSlackOperation", { enumerable: true, get: function () { return
|
|
105
|
+
var discord_toolkit_js_1 = require("./discord-toolkit.js");
|
|
106
|
+
Object.defineProperty(exports, "DISCORD_TOOLKIT_SPECS", { enumerable: true, get: function () { return discord_toolkit_js_1.DISCORD_TOOLKIT_SPECS; } });
|
|
107
|
+
Object.defineProperty(exports, "DISCORD_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return discord_toolkit_js_1.DISCORD_TOOLKIT_BY_TOOL_NAME; } });
|
|
108
|
+
Object.defineProperty(exports, "herramientasDeDiscordPara", { enumerable: true, get: function () { return discord_toolkit_js_1.herramientasDeDiscordPara; } });
|
|
109
|
+
var mailchimp_operations_js_1 = require("./mailchimp-operations.js");
|
|
110
|
+
Object.defineProperty(exports, "MAILCHIMP_OPERATIONS", { enumerable: true, get: function () { return mailchimp_operations_js_1.MAILCHIMP_OPERATIONS; } });
|
|
111
|
+
Object.defineProperty(exports, "MAILCHIMP_OPERATION_SPECS", { enumerable: true, get: function () { return mailchimp_operations_js_1.MAILCHIMP_OPERATION_SPECS; } });
|
|
112
|
+
Object.defineProperty(exports, "MAILCHIMP_CONTACT_STATUSES", { enumerable: true, get: function () { return mailchimp_operations_js_1.MAILCHIMP_CONTACT_STATUSES; } });
|
|
113
|
+
Object.defineProperty(exports, "isMailchimpOperation", { enumerable: true, get: function () { return mailchimp_operations_js_1.isMailchimpOperation; } });
|
|
114
|
+
var shopify_operations_js_1 = require("./shopify-operations.js");
|
|
115
|
+
Object.defineProperty(exports, "SHOPIFY_OPERATIONS", { enumerable: true, get: function () { return shopify_operations_js_1.SHOPIFY_OPERATIONS; } });
|
|
116
|
+
Object.defineProperty(exports, "SHOPIFY_OPERATION_SPECS", { enumerable: true, get: function () { return shopify_operations_js_1.SHOPIFY_OPERATION_SPECS; } });
|
|
117
|
+
Object.defineProperty(exports, "SHOPIFY_TAGGABLE_RESOURCES", { enumerable: true, get: function () { return shopify_operations_js_1.SHOPIFY_TAGGABLE_RESOURCES; } });
|
|
118
|
+
Object.defineProperty(exports, "SHOPIFY_SEARCHABLE_RESOURCES", { enumerable: true, get: function () { return shopify_operations_js_1.SHOPIFY_SEARCHABLE_RESOURCES; } });
|
|
119
|
+
Object.defineProperty(exports, "isShopifyOperation", { enumerable: true, get: function () { return shopify_operations_js_1.isShopifyOperation; } });
|
|
120
|
+
var github_operations_js_1 = require("./github-operations.js");
|
|
121
|
+
Object.defineProperty(exports, "GITHUB_OPERATIONS", { enumerable: true, get: function () { return github_operations_js_1.GITHUB_OPERATIONS; } });
|
|
122
|
+
Object.defineProperty(exports, "GITHUB_OPERATION_SPECS", { enumerable: true, get: function () { return github_operations_js_1.GITHUB_OPERATION_SPECS; } });
|
|
123
|
+
Object.defineProperty(exports, "GITHUB_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return github_operations_js_1.GITHUB_DROPDOWN_OPERATIONS; } });
|
|
124
|
+
Object.defineProperty(exports, "GITHUB_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return github_operations_js_1.GITHUB_ITERABLE_OPERATIONS; } });
|
|
125
|
+
Object.defineProperty(exports, "isGithubOperation", { enumerable: true, get: function () { return github_operations_js_1.isGithubOperation; } });
|
|
126
|
+
var jira_operations_js_1 = require("./jira-operations.js");
|
|
127
|
+
Object.defineProperty(exports, "JIRA_OPERATIONS", { enumerable: true, get: function () { return jira_operations_js_1.JIRA_OPERATIONS; } });
|
|
128
|
+
Object.defineProperty(exports, "JIRA_OPERATION_SPECS", { enumerable: true, get: function () { return jira_operations_js_1.JIRA_OPERATION_SPECS; } });
|
|
129
|
+
Object.defineProperty(exports, "JIRA_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return jira_operations_js_1.JIRA_DROPDOWN_OPERATIONS; } });
|
|
130
|
+
Object.defineProperty(exports, "JIRA_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return jira_operations_js_1.JIRA_ITERABLE_OPERATIONS; } });
|
|
131
|
+
Object.defineProperty(exports, "isJiraOperation", { enumerable: true, get: function () { return jira_operations_js_1.isJiraOperation; } });
|
|
132
|
+
var slack_operations_js_1 = require("./slack-operations.js");
|
|
133
|
+
Object.defineProperty(exports, "SLACK_OPERATIONS", { enumerable: true, get: function () { return slack_operations_js_1.SLACK_OPERATIONS; } });
|
|
134
|
+
Object.defineProperty(exports, "SLACK_OPERATION_SPECS", { enumerable: true, get: function () { return slack_operations_js_1.SLACK_OPERATION_SPECS; } });
|
|
135
|
+
Object.defineProperty(exports, "SLACK_CAPACIDADES_POR_CREDENCIAL", { enumerable: true, get: function () { return slack_operations_js_1.SLACK_CAPACIDADES_POR_CREDENCIAL; } });
|
|
136
|
+
Object.defineProperty(exports, "operacionesDeSlackPara", { enumerable: true, get: function () { return slack_operations_js_1.operacionesDeSlackPara; } });
|
|
137
|
+
Object.defineProperty(exports, "slackPuedeEjecutar", { enumerable: true, get: function () { return slack_operations_js_1.slackPuedeEjecutar; } });
|
|
138
|
+
Object.defineProperty(exports, "camposDeSlackNoDisponibles", { enumerable: true, get: function () { return slack_operations_js_1.camposDeSlackNoDisponibles; } });
|
|
139
|
+
Object.defineProperty(exports, "isSlackOperation", { enumerable: true, get: function () { return slack_operations_js_1.isSlackOperation; } });
|
|
140
140
|
/* Misma pareja que en Discord: `SlackOperationSpec` es el formulario,
|
|
141
141
|
`SlackToolkitSpec` es la herramienta que ve el LLM. */
|
|
142
|
-
var
|
|
143
|
-
Object.defineProperty(exports, "SLACK_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
144
|
-
Object.defineProperty(exports, "SLACK_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
145
|
-
Object.defineProperty(exports, "herramientasDeSlackPara", { enumerable: true, get: function () { return
|
|
146
|
-
var
|
|
147
|
-
Object.defineProperty(exports, "SHEETS_OPERATIONS", { enumerable: true, get: function () { return
|
|
148
|
-
Object.defineProperty(exports, "SHEETS_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
149
|
-
Object.defineProperty(exports, "isSheetsOperation", { enumerable: true, get: function () { return
|
|
150
|
-
var
|
|
151
|
-
Object.defineProperty(exports, "SHEETS_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
152
|
-
Object.defineProperty(exports, "SHEETS_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
153
|
-
Object.defineProperty(exports, "SHEETS_TOOLKIT_DEFAULTABLE", { enumerable: true, get: function () { return
|
|
154
|
-
var
|
|
155
|
-
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS", { enumerable: true, get: function () { return
|
|
156
|
-
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS_V1", { enumerable: true, get: function () { return
|
|
157
|
-
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS_V2", { enumerable: true, get: function () { return
|
|
158
|
-
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
159
|
-
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATION_GROUPS", { enumerable: true, get: function () { return
|
|
160
|
-
Object.defineProperty(exports, "GOOGLE_CONTACTS_DEFAULT_PERSON_FIELDS", { enumerable: true, get: function () { return
|
|
161
|
-
Object.defineProperty(exports, "isGoogleContactsOperation", { enumerable: true, get: function () { return
|
|
162
|
-
var
|
|
163
|
-
Object.defineProperty(exports, "GOOGLE_ANALYTICS_OPERATIONS", { enumerable: true, get: function () { return
|
|
164
|
-
Object.defineProperty(exports, "GOOGLE_ANALYTICS_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
165
|
-
Object.defineProperty(exports, "GOOGLE_ANALYTICS_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return
|
|
166
|
-
Object.defineProperty(exports, "isGoogleAnalyticsOperation", { enumerable: true, get: function () { return
|
|
167
|
-
var
|
|
168
|
-
Object.defineProperty(exports, "NOTION_OPERATIONS", { enumerable: true, get: function () { return
|
|
169
|
-
Object.defineProperty(exports, "NOTION_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
170
|
-
Object.defineProperty(exports, "NOTION_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return
|
|
171
|
-
Object.defineProperty(exports, "isNotionOperation", { enumerable: true, get: function () { return
|
|
172
|
-
var
|
|
173
|
-
Object.defineProperty(exports, "POSTGRES_OPERATIONS", { enumerable: true, get: function () { return
|
|
174
|
-
Object.defineProperty(exports, "POSTGRES_MODES", { enumerable: true, get: function () { return
|
|
175
|
-
Object.defineProperty(exports, "POSTGRES_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
176
|
-
Object.defineProperty(exports, "isPostgresOperation", { enumerable: true, get: function () { return
|
|
177
|
-
var
|
|
178
|
-
Object.defineProperty(exports, "MONGO_OPERATIONS", { enumerable: true, get: function () { return
|
|
179
|
-
Object.defineProperty(exports, "MONGO_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
180
|
-
Object.defineProperty(exports, "isMongoOperation", { enumerable: true, get: function () { return
|
|
181
|
-
var
|
|
182
|
-
Object.defineProperty(exports, "DOCS_OPERATIONS", { enumerable: true, get: function () { return
|
|
183
|
-
Object.defineProperty(exports, "DOCS_OPERATION_SPECS", { enumerable: true, get: function () { return
|
|
184
|
-
Object.defineProperty(exports, "isDocsOperation", { enumerable: true, get: function () { return
|
|
185
|
-
var
|
|
186
|
-
Object.defineProperty(exports, "DOCS_TOOLKIT_SPECS", { enumerable: true, get: function () { return
|
|
187
|
-
Object.defineProperty(exports, "DOCS_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return
|
|
188
|
-
Object.defineProperty(exports, "DOCS_TOOLKIT_DEFAULTABLE", { enumerable: true, get: function () { return
|
|
189
|
-
var
|
|
190
|
-
Object.defineProperty(exports, "LLM_PROVIDERS", { enumerable: true, get: function () { return
|
|
191
|
-
Object.defineProperty(exports, "LLM_MODELS", { enumerable: true, get: function () { return
|
|
192
|
-
Object.defineProperty(exports, "MODEL_CONTEXT_WINDOWS", { enumerable: true, get: function () { return
|
|
193
|
-
Object.defineProperty(exports, "getModelsFor", { enumerable: true, get: function () { return
|
|
194
|
-
Object.defineProperty(exports, "getDefaultModel", { enumerable: true, get: function () { return
|
|
195
|
-
Object.defineProperty(exports, "getModelLabel", { enumerable: true, get: function () { return
|
|
196
|
-
var
|
|
197
|
-
Object.defineProperty(exports, "URL_DE_MODELOS_DE_OPENROUTER", { enumerable: true, get: function () { return
|
|
198
|
-
Object.defineProperty(exports, "opcionesDeModelosDeOpenRouter", { enumerable: true, get: function () { return
|
|
199
|
-
Object.defineProperty(exports, "ventanaDeContextoDeOpenRouter", { enumerable: true, get: function () { return
|
|
200
|
-
var
|
|
201
|
-
Object.defineProperty(exports, "CREDENTIAL_TYPES", { enumerable: true, get: function () { return
|
|
202
|
-
Object.defineProperty(exports, "CREDENTIAL_TYPE_VALUES", { enumerable: true, get: function () { return
|
|
203
|
-
Object.defineProperty(exports, "credentialTypeValues", { enumerable: true, get: function () { return
|
|
204
|
-
Object.defineProperty(exports, "getCredentialType", { enumerable: true, get: function () { return
|
|
205
|
-
Object.defineProperty(exports, "isCredentialType", { enumerable: true, get: function () { return
|
|
142
|
+
var slack_toolkit_js_1 = require("./slack-toolkit.js");
|
|
143
|
+
Object.defineProperty(exports, "SLACK_TOOLKIT_SPECS", { enumerable: true, get: function () { return slack_toolkit_js_1.SLACK_TOOLKIT_SPECS; } });
|
|
144
|
+
Object.defineProperty(exports, "SLACK_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return slack_toolkit_js_1.SLACK_TOOLKIT_BY_TOOL_NAME; } });
|
|
145
|
+
Object.defineProperty(exports, "herramientasDeSlackPara", { enumerable: true, get: function () { return slack_toolkit_js_1.herramientasDeSlackPara; } });
|
|
146
|
+
var sheets_operations_js_1 = require("./sheets-operations.js");
|
|
147
|
+
Object.defineProperty(exports, "SHEETS_OPERATIONS", { enumerable: true, get: function () { return sheets_operations_js_1.SHEETS_OPERATIONS; } });
|
|
148
|
+
Object.defineProperty(exports, "SHEETS_OPERATION_SPECS", { enumerable: true, get: function () { return sheets_operations_js_1.SHEETS_OPERATION_SPECS; } });
|
|
149
|
+
Object.defineProperty(exports, "isSheetsOperation", { enumerable: true, get: function () { return sheets_operations_js_1.isSheetsOperation; } });
|
|
150
|
+
var sheets_toolkit_js_1 = require("./sheets-toolkit.js");
|
|
151
|
+
Object.defineProperty(exports, "SHEETS_TOOLKIT_SPECS", { enumerable: true, get: function () { return sheets_toolkit_js_1.SHEETS_TOOLKIT_SPECS; } });
|
|
152
|
+
Object.defineProperty(exports, "SHEETS_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return sheets_toolkit_js_1.SHEETS_TOOLKIT_BY_TOOL_NAME; } });
|
|
153
|
+
Object.defineProperty(exports, "SHEETS_TOOLKIT_DEFAULTABLE", { enumerable: true, get: function () { return sheets_toolkit_js_1.SHEETS_TOOLKIT_DEFAULTABLE; } });
|
|
154
|
+
var google_contacts_operations_js_1 = require("./google-contacts-operations.js");
|
|
155
|
+
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATIONS; } });
|
|
156
|
+
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS_V1", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATIONS_V1; } });
|
|
157
|
+
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS_V2", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATIONS_V2; } });
|
|
158
|
+
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATION_SPECS", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATION_SPECS; } });
|
|
159
|
+
Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATION_GROUPS", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATION_GROUPS; } });
|
|
160
|
+
Object.defineProperty(exports, "GOOGLE_CONTACTS_DEFAULT_PERSON_FIELDS", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_DEFAULT_PERSON_FIELDS; } });
|
|
161
|
+
Object.defineProperty(exports, "isGoogleContactsOperation", { enumerable: true, get: function () { return google_contacts_operations_js_1.isGoogleContactsOperation; } });
|
|
162
|
+
var google_analytics_operations_js_1 = require("./google-analytics-operations.js");
|
|
163
|
+
Object.defineProperty(exports, "GOOGLE_ANALYTICS_OPERATIONS", { enumerable: true, get: function () { return google_analytics_operations_js_1.GOOGLE_ANALYTICS_OPERATIONS; } });
|
|
164
|
+
Object.defineProperty(exports, "GOOGLE_ANALYTICS_OPERATION_SPECS", { enumerable: true, get: function () { return google_analytics_operations_js_1.GOOGLE_ANALYTICS_OPERATION_SPECS; } });
|
|
165
|
+
Object.defineProperty(exports, "GOOGLE_ANALYTICS_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return google_analytics_operations_js_1.GOOGLE_ANALYTICS_DROPDOWN_OPERATIONS; } });
|
|
166
|
+
Object.defineProperty(exports, "isGoogleAnalyticsOperation", { enumerable: true, get: function () { return google_analytics_operations_js_1.isGoogleAnalyticsOperation; } });
|
|
167
|
+
var notion_operations_js_1 = require("./notion-operations.js");
|
|
168
|
+
Object.defineProperty(exports, "NOTION_OPERATIONS", { enumerable: true, get: function () { return notion_operations_js_1.NOTION_OPERATIONS; } });
|
|
169
|
+
Object.defineProperty(exports, "NOTION_OPERATION_SPECS", { enumerable: true, get: function () { return notion_operations_js_1.NOTION_OPERATION_SPECS; } });
|
|
170
|
+
Object.defineProperty(exports, "NOTION_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return notion_operations_js_1.NOTION_DROPDOWN_OPERATIONS; } });
|
|
171
|
+
Object.defineProperty(exports, "isNotionOperation", { enumerable: true, get: function () { return notion_operations_js_1.isNotionOperation; } });
|
|
172
|
+
var postgres_operations_js_1 = require("./postgres-operations.js");
|
|
173
|
+
Object.defineProperty(exports, "POSTGRES_OPERATIONS", { enumerable: true, get: function () { return postgres_operations_js_1.POSTGRES_OPERATIONS; } });
|
|
174
|
+
Object.defineProperty(exports, "POSTGRES_MODES", { enumerable: true, get: function () { return postgres_operations_js_1.POSTGRES_MODES; } });
|
|
175
|
+
Object.defineProperty(exports, "POSTGRES_OPERATION_SPECS", { enumerable: true, get: function () { return postgres_operations_js_1.POSTGRES_OPERATION_SPECS; } });
|
|
176
|
+
Object.defineProperty(exports, "isPostgresOperation", { enumerable: true, get: function () { return postgres_operations_js_1.isPostgresOperation; } });
|
|
177
|
+
var mongo_operations_js_1 = require("./mongo-operations.js");
|
|
178
|
+
Object.defineProperty(exports, "MONGO_OPERATIONS", { enumerable: true, get: function () { return mongo_operations_js_1.MONGO_OPERATIONS; } });
|
|
179
|
+
Object.defineProperty(exports, "MONGO_OPERATION_SPECS", { enumerable: true, get: function () { return mongo_operations_js_1.MONGO_OPERATION_SPECS; } });
|
|
180
|
+
Object.defineProperty(exports, "isMongoOperation", { enumerable: true, get: function () { return mongo_operations_js_1.isMongoOperation; } });
|
|
181
|
+
var docs_operations_js_1 = require("./docs-operations.js");
|
|
182
|
+
Object.defineProperty(exports, "DOCS_OPERATIONS", { enumerable: true, get: function () { return docs_operations_js_1.DOCS_OPERATIONS; } });
|
|
183
|
+
Object.defineProperty(exports, "DOCS_OPERATION_SPECS", { enumerable: true, get: function () { return docs_operations_js_1.DOCS_OPERATION_SPECS; } });
|
|
184
|
+
Object.defineProperty(exports, "isDocsOperation", { enumerable: true, get: function () { return docs_operations_js_1.isDocsOperation; } });
|
|
185
|
+
var docs_toolkit_js_1 = require("./docs-toolkit.js");
|
|
186
|
+
Object.defineProperty(exports, "DOCS_TOOLKIT_SPECS", { enumerable: true, get: function () { return docs_toolkit_js_1.DOCS_TOOLKIT_SPECS; } });
|
|
187
|
+
Object.defineProperty(exports, "DOCS_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return docs_toolkit_js_1.DOCS_TOOLKIT_BY_TOOL_NAME; } });
|
|
188
|
+
Object.defineProperty(exports, "DOCS_TOOLKIT_DEFAULTABLE", { enumerable: true, get: function () { return docs_toolkit_js_1.DOCS_TOOLKIT_DEFAULTABLE; } });
|
|
189
|
+
var llm_models_js_1 = require("./llm-models.js");
|
|
190
|
+
Object.defineProperty(exports, "LLM_PROVIDERS", { enumerable: true, get: function () { return llm_models_js_1.LLM_PROVIDERS; } });
|
|
191
|
+
Object.defineProperty(exports, "LLM_MODELS", { enumerable: true, get: function () { return llm_models_js_1.LLM_MODELS; } });
|
|
192
|
+
Object.defineProperty(exports, "MODEL_CONTEXT_WINDOWS", { enumerable: true, get: function () { return llm_models_js_1.MODEL_CONTEXT_WINDOWS; } });
|
|
193
|
+
Object.defineProperty(exports, "getModelsFor", { enumerable: true, get: function () { return llm_models_js_1.getModelsFor; } });
|
|
194
|
+
Object.defineProperty(exports, "getDefaultModel", { enumerable: true, get: function () { return llm_models_js_1.getDefaultModel; } });
|
|
195
|
+
Object.defineProperty(exports, "getModelLabel", { enumerable: true, get: function () { return llm_models_js_1.getModelLabel; } });
|
|
196
|
+
var openrouter_js_1 = require("./openrouter.js");
|
|
197
|
+
Object.defineProperty(exports, "URL_DE_MODELOS_DE_OPENROUTER", { enumerable: true, get: function () { return openrouter_js_1.URL_DE_MODELOS_DE_OPENROUTER; } });
|
|
198
|
+
Object.defineProperty(exports, "opcionesDeModelosDeOpenRouter", { enumerable: true, get: function () { return openrouter_js_1.opcionesDeModelosDeOpenRouter; } });
|
|
199
|
+
Object.defineProperty(exports, "ventanaDeContextoDeOpenRouter", { enumerable: true, get: function () { return openrouter_js_1.ventanaDeContextoDeOpenRouter; } });
|
|
200
|
+
var credentials_js_1 = require("./credentials.js");
|
|
201
|
+
Object.defineProperty(exports, "CREDENTIAL_TYPES", { enumerable: true, get: function () { return credentials_js_1.CREDENTIAL_TYPES; } });
|
|
202
|
+
Object.defineProperty(exports, "CREDENTIAL_TYPE_VALUES", { enumerable: true, get: function () { return credentials_js_1.CREDENTIAL_TYPE_VALUES; } });
|
|
203
|
+
Object.defineProperty(exports, "credentialTypeValues", { enumerable: true, get: function () { return credentials_js_1.credentialTypeValues; } });
|
|
204
|
+
Object.defineProperty(exports, "getCredentialType", { enumerable: true, get: function () { return credentials_js_1.getCredentialType; } });
|
|
205
|
+
Object.defineProperty(exports, "isCredentialType", { enumerable: true, get: function () { return credentials_js_1.isCredentialType; } });
|
package/dist/openrouter.d.ts
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
* `pricing.prompt` y `pricing.completion`, y algunos con un
|
|
42
42
|
* `top_provider.context_length` MENOR que su `context_length` anunciado.
|
|
43
43
|
*/
|
|
44
|
-
import type { LlmModelOption } from './llm-models';
|
|
44
|
+
import type { LlmModelOption } from './llm-models.js';
|
|
45
45
|
/** El endpoint del catálogo. Abierto: no lleva `Authorization`. */
|
|
46
46
|
export declare const URL_DE_MODELOS_DE_OPENROUTER = "https://openrouter.ai/api/v1/models";
|
|
47
47
|
/**
|
package/dist/registry.d.ts
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
* all per-node maps (colors, URLs, Redux keys, palette, delete, etc.)
|
|
6
6
|
* from this registry. No more 18+ touch points.
|
|
7
7
|
*/
|
|
8
|
-
import type { NodeType } from './types';
|
|
8
|
+
import type { NodeType } from './types.js';
|
|
9
9
|
export type NodeGroup = 'Sources' | 'Flow Control' | 'Actions' | 'Annotations';
|
|
10
10
|
export interface NodeRegistryEntry {
|
|
11
11
|
/** Canonical type (e.g., "httpAction") */
|
package/dist/sheets-toolkit.d.ts
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* pueda usarse sin adaptador. Los textos van en inglés porque los lee el modelo
|
|
20
20
|
* y quien mire la lista de herramientas del servidor MCP.
|
|
21
21
|
*/
|
|
22
|
-
import type { SheetsOperation } from './sheets-operations';
|
|
22
|
+
import type { SheetsOperation } from './sheets-operations.js';
|
|
23
23
|
export interface SheetsToolkitParameter {
|
|
24
24
|
name: string;
|
|
25
25
|
/** El esquema MCP sólo admite estos tres; lo estructurado viaja como JSON
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
* publish, scheduled.list, etc.) extend this list — bump the package and
|
|
12
12
|
* re-install in consumers, same pattern as Gmail / Calendar / Discord.
|
|
13
13
|
*/
|
|
14
|
-
import { type CapacidadesPorCredencial } from './capacidad-de-credencial';
|
|
14
|
+
import { type CapacidadesPorCredencial } from './capacidad-de-credencial.js';
|
|
15
15
|
export declare const SLACK_OPERATIONS: readonly ["sendMessage", "updateMessage", "deleteMessage", "sendEphemeral", "scheduleMessage", "getMessage", "listChannels", "getChannelHistory", "getThreadReplies", "createChannel", "inviteToChannel", "addReaction", "removeReaction", "listUsers", "getUserInfo", "uploadFile"];
|
|
16
16
|
export type SlackOperation = (typeof SLACK_OPERATIONS)[number];
|
|
17
17
|
/** Type guard — useful when validating untrusted input (DTOs, AI tool calls). */
|
package/dist/slack-operations.js
CHANGED
|
@@ -18,7 +18,7 @@ exports.camposDeSlackNoDisponibles = camposDeSlackNoDisponibles;
|
|
|
18
18
|
* publish, scheduled.list, etc.) extend this list — bump the package and
|
|
19
19
|
* re-install in consumers, same pattern as Gmail / Calendar / Discord.
|
|
20
20
|
*/
|
|
21
|
-
const
|
|
21
|
+
const capacidad_de_credencial_js_1 = require("./capacidad-de-credencial.js");
|
|
22
22
|
exports.SLACK_OPERATIONS = [
|
|
23
23
|
// Messages
|
|
24
24
|
'sendMessage',
|
|
@@ -239,13 +239,13 @@ exports.SLACK_CAPACIDADES_POR_CREDENCIAL = {
|
|
|
239
239
|
};
|
|
240
240
|
/** Las operaciones que ofrecer para una credencial de Slack. */
|
|
241
241
|
function operacionesDeSlackPara(tipoDeCredencial) {
|
|
242
|
-
return (0,
|
|
242
|
+
return (0, capacidad_de_credencial_js_1.operacionesPara)(exports.SLACK_OPERATIONS, exports.SLACK_CAPACIDADES_POR_CREDENCIAL, tipoDeCredencial);
|
|
243
243
|
}
|
|
244
244
|
/** Si esa credencial puede ejecutar esa operación de Slack. */
|
|
245
245
|
function slackPuedeEjecutar(tipoDeCredencial, operacion) {
|
|
246
|
-
return (0,
|
|
246
|
+
return (0, capacidad_de_credencial_js_1.puedeEjecutar)(exports.SLACK_OPERATIONS, exports.SLACK_CAPACIDADES_POR_CREDENCIAL, tipoDeCredencial, operacion);
|
|
247
247
|
}
|
|
248
248
|
/** Los campos que esa credencial de Slack no deja elegir. */
|
|
249
249
|
function camposDeSlackNoDisponibles(tipoDeCredencial) {
|
|
250
|
-
return (0,
|
|
250
|
+
return (0, capacidad_de_credencial_js_1.camposNoDisponiblesPara)(exports.SLACK_CAPACIDADES_POR_CREDENCIAL, tipoDeCredencial);
|
|
251
251
|
}
|
package/dist/slack-toolkit.d.ts
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
* pueda usarse sin adaptador. Los textos van en inglés porque los lee el modelo
|
|
23
23
|
* y quien mire la lista de herramientas del servidor MCP.
|
|
24
24
|
*/
|
|
25
|
-
import type { SlackOperation } from './slack-operations';
|
|
25
|
+
import type { SlackOperation } from './slack-operations.js';
|
|
26
26
|
export interface SlackToolkitParameter {
|
|
27
27
|
name: string;
|
|
28
28
|
type: 'string' | 'number' | 'boolean';
|
package/dist/slack-toolkit.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
27
|
exports.SLACK_TOOLKIT_BY_TOOL_NAME = exports.SLACK_TOOLKIT_SPECS = void 0;
|
|
28
28
|
exports.herramientasDeSlackPara = herramientasDeSlackPara;
|
|
29
|
-
const
|
|
29
|
+
const slack_operations_js_1 = require("./slack-operations.js");
|
|
30
30
|
const p = (name, description, required = true, type = 'string') => ({ name, type, description, required });
|
|
31
31
|
exports.SLACK_TOOLKIT_SPECS = [
|
|
32
32
|
// ── Messages ─────────────────────────────────────────────────────
|
|
@@ -231,8 +231,8 @@ exports.SLACK_TOOLKIT_BY_TOOL_NAME = Object.fromEntries(exports.SLACK_TOOLKIT_SP
|
|
|
231
231
|
* invitarle a elegir un canal que Slack va a ignorar sin decir nada.
|
|
232
232
|
*/
|
|
233
233
|
function herramientasDeSlackPara(tipoDeCredencial) {
|
|
234
|
-
const permitidas = new Set((0,
|
|
235
|
-
const fuera = (0,
|
|
234
|
+
const permitidas = new Set((0, slack_operations_js_1.operacionesDeSlackPara)(tipoDeCredencial));
|
|
235
|
+
const fuera = (0, slack_operations_js_1.camposDeSlackNoDisponibles)(tipoDeCredencial);
|
|
236
236
|
return exports.SLACK_TOOLKIT_SPECS.filter((s) => permitidas.has(s.operation)).map((s) => fuera.size === 0
|
|
237
237
|
? s
|
|
238
238
|
: { ...s, parameters: s.parameters.filter((p) => !fuera.has(p.name)) });
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
* usarse sin adaptador. Los textos van en inglés porque los lee el modelo y
|
|
20
20
|
* quien mire la lista de herramientas del servidor MCP.
|
|
21
21
|
*/
|
|
22
|
-
import type { TelegramOperation } from './telegram-operations';
|
|
22
|
+
import type { TelegramOperation } from './telegram-operations.js';
|
|
23
23
|
export interface TelegramToolkitParameter {
|
|
24
24
|
name: string;
|
|
25
25
|
type: 'string' | 'number' | 'boolean';
|
package/dist/ui.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Dashboard UI config — handle positions, dot visibility, canvas prefixes.
|
|
3
3
|
* Only imported by the Dashboard. Broker and API don't need this.
|
|
4
4
|
*/
|
|
5
|
-
import type { NodeType, NodeUIConfig, PrefixMapping } from './types';
|
|
5
|
+
import type { NodeType, NodeUIConfig, PrefixMapping } from './types.js';
|
|
6
6
|
export declare const NODE_UI: Record<NodeType, NodeUIConfig>;
|
|
7
7
|
/** Canvas prefix → node type mapping (used by FlowCanvas to identify node type from XYFlow node ID) */
|
|
8
8
|
export declare const PREFIX_TO_TYPE: PrefixMapping[];
|