@hostwebhook/node-types 1.69.0 → 1.71.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.
Files changed (101) hide show
  1. package/dist/bucket-operations.d.ts +88 -0
  2. package/dist/bucket-operations.js +140 -0
  3. package/dist/calendar-toolkit.d.ts +1 -1
  4. package/dist/connections.d.ts +1 -1
  5. package/dist/connections.js +1 -0
  6. package/dist/discord-operations.d.ts +1 -1
  7. package/dist/discord-operations.js +4 -4
  8. package/dist/discord-toolkit.d.ts +1 -1
  9. package/dist/discord-toolkit.js +3 -3
  10. package/dist/dispatch.d.ts +1 -1
  11. package/dist/dispatch.js +1 -0
  12. package/dist/docs-toolkit.d.ts +1 -1
  13. package/dist/drive-toolkit.d.ts +1 -1
  14. package/dist/esm/bucket-operations.d.ts +88 -0
  15. package/dist/esm/bucket-operations.js +136 -0
  16. package/dist/esm/calendar-operations.d.ts +67 -0
  17. package/dist/esm/calendar-operations.js +176 -0
  18. package/dist/esm/calendar-toolkit.d.ts +50 -0
  19. package/dist/esm/calendar-toolkit.js +152 -0
  20. package/dist/esm/capacidad-de-credencial.d.ts +75 -0
  21. package/dist/esm/capacidad-de-credencial.js +68 -0
  22. package/dist/esm/connections.d.ts +17 -0
  23. package/dist/esm/connections.js +107 -0
  24. package/dist/esm/credentials.d.ts +144 -0
  25. package/dist/esm/credentials.js +199 -0
  26. package/dist/esm/discord-operations.d.ts +104 -0
  27. package/dist/esm/discord-operations.js +407 -0
  28. package/dist/esm/discord-toolkit.d.ts +64 -0
  29. package/dist/esm/discord-toolkit.js +260 -0
  30. package/dist/esm/dispatch.d.ts +16 -0
  31. package/dist/esm/dispatch.js +77 -0
  32. package/dist/esm/docs-operations.d.ts +99 -0
  33. package/dist/esm/docs-operations.js +127 -0
  34. package/dist/esm/docs-toolkit.d.ts +42 -0
  35. package/dist/esm/docs-toolkit.js +97 -0
  36. package/dist/esm/drive-operations.d.ts +103 -0
  37. package/dist/esm/drive-operations.js +319 -0
  38. package/dist/esm/drive-toolkit.d.ts +54 -0
  39. package/dist/esm/drive-toolkit.js +177 -0
  40. package/dist/esm/github-operations.d.ts +147 -0
  41. package/dist/esm/github-operations.js +551 -0
  42. package/dist/esm/gmail-operations.d.ts +190 -0
  43. package/dist/esm/gmail-operations.js +560 -0
  44. package/dist/esm/google-analytics-operations.d.ts +99 -0
  45. package/dist/esm/google-analytics-operations.js +222 -0
  46. package/dist/esm/google-contacts-operations.d.ts +93 -0
  47. package/dist/esm/google-contacts-operations.js +363 -0
  48. package/dist/esm/index.d.ts +68 -0
  49. package/dist/esm/index.js +51 -0
  50. package/dist/esm/jira-operations.d.ts +164 -0
  51. package/dist/esm/jira-operations.js +470 -0
  52. package/dist/esm/llm-models.d.ts +101 -0
  53. package/dist/esm/llm-models.js +230 -0
  54. package/dist/esm/mailchimp-operations.d.ts +56 -0
  55. package/dist/esm/mailchimp-operations.js +155 -0
  56. package/dist/esm/mongo-operations.d.ts +61 -0
  57. package/dist/esm/mongo-operations.js +120 -0
  58. package/dist/esm/notion-operations.d.ts +125 -0
  59. package/dist/esm/notion-operations.js +511 -0
  60. package/dist/esm/openrouter.d.ts +142 -0
  61. package/dist/esm/openrouter.js +99 -0
  62. package/dist/esm/package.json +4 -0
  63. package/dist/esm/postgres-operations.d.ts +60 -0
  64. package/dist/esm/postgres-operations.js +75 -0
  65. package/dist/esm/registry.d.ts +160 -0
  66. package/dist/esm/registry.js +885 -0
  67. package/dist/esm/sheets-operations.d.ts +78 -0
  68. package/dist/esm/sheets-operations.js +150 -0
  69. package/dist/esm/sheets-toolkit.d.ts +49 -0
  70. package/dist/esm/sheets-toolkit.js +127 -0
  71. package/dist/esm/shopify-operations.d.ts +95 -0
  72. package/dist/esm/shopify-operations.js +259 -0
  73. package/dist/esm/slack-operations.d.ts +81 -0
  74. package/dist/esm/slack-operations.js +244 -0
  75. package/dist/esm/slack-toolkit.d.ts +60 -0
  76. package/dist/esm/slack-toolkit.js +235 -0
  77. package/dist/esm/telegram-operations.d.ts +104 -0
  78. package/dist/esm/telegram-operations.js +351 -0
  79. package/dist/esm/telegram-toolkit.d.ts +52 -0
  80. package/dist/esm/telegram-toolkit.js +183 -0
  81. package/dist/esm/types.d.ts +149 -0
  82. package/dist/esm/types.js +8 -0
  83. package/dist/esm/ui.d.ts +13 -0
  84. package/dist/esm/ui.js +152 -0
  85. package/dist/esm/whatsapp-operations.d.ts +23 -0
  86. package/dist/esm/whatsapp-operations.js +36 -0
  87. package/dist/index.d.ts +68 -66
  88. package/dist/index.js +193 -187
  89. package/dist/openrouter.d.ts +1 -1
  90. package/dist/registry.d.ts +4 -4
  91. package/dist/registry.js +540 -210
  92. package/dist/sheets-toolkit.d.ts +1 -1
  93. package/dist/slack-operations.d.ts +1 -1
  94. package/dist/slack-operations.js +4 -4
  95. package/dist/slack-toolkit.d.ts +1 -1
  96. package/dist/slack-toolkit.js +3 -3
  97. package/dist/telegram-toolkit.d.ts +1 -1
  98. package/dist/types.d.ts +1 -1
  99. package/dist/ui.d.ts +1 -1
  100. package/dist/ui.js +2 -0
  101. package/package.json +21 -3
package/dist/index.js CHANGED
@@ -1,205 +1,211 @@
1
1
  "use strict";
2
2
  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
- 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
- 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 types_1 = require("./types");
7
- Object.defineProperty(exports, "singleMeta", { enumerable: true, get: function () { return types_1.singleMeta; } });
8
- Object.defineProperty(exports, "iterableMeta", { enumerable: true, get: function () { return types_1.iterableMeta; } });
4
+ exports.operacionesDeSlackPara = exports.SLACK_CAPACIDADES_POR_CREDENCIAL = exports.SLACK_OPERATION_SPECS = exports.SLACK_OPERATIONS = exports.isBucketOperation = exports.BUCKET_ITERABLE_OPERATIONS = exports.BUCKET_OPERATION_SPECS = exports.BUCKET_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
+ 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 = exports.SLACK_TOOLKIT_SPECS = exports.isSlackOperation = exports.camposDeSlackNoDisponibles = exports.slackPuedeEjecutar = void 0;
6
+ exports.isCredentialType = exports.getCredentialType = exports.credentialTypeValues = exports.CREDENTIAL_TYPE_VALUES = void 0;
7
+ var types_js_1 = require("./types.js");
8
+ Object.defineProperty(exports, "singleMeta", { enumerable: true, get: function () { return types_js_1.singleMeta; } });
9
+ Object.defineProperty(exports, "iterableMeta", { enumerable: true, get: function () { return types_js_1.iterableMeta; } });
9
10
  // ── Connection rules (used by ALL repos) ──
10
- var connections_1 = require("./connections");
11
- Object.defineProperty(exports, "NODE_CONNECTIONS", { enumerable: true, get: function () { return connections_1.NODE_CONNECTIONS; } });
12
- Object.defineProperty(exports, "canReceiveFrom", { enumerable: true, get: function () { return connections_1.canReceiveFrom; } });
13
- Object.defineProperty(exports, "canReceiveFromNodes", { enumerable: true, get: function () { return connections_1.canReceiveFromNodes; } });
14
- Object.defineProperty(exports, "canSendToNodes", { enumerable: true, get: function () { return connections_1.canSendToNodes; } });
15
- Object.defineProperty(exports, "isTerminal", { enumerable: true, get: function () { return connections_1.isTerminal; } });
16
- Object.defineProperty(exports, "isNodeType", { enumerable: true, get: function () { return connections_1.isNodeType; } });
17
- Object.defineProperty(exports, "ALL_NODE_TYPES", { enumerable: true, get: function () { return connections_1.ALL_NODE_TYPES; } });
11
+ var connections_js_1 = require("./connections.js");
12
+ Object.defineProperty(exports, "NODE_CONNECTIONS", { enumerable: true, get: function () { return connections_js_1.NODE_CONNECTIONS; } });
13
+ Object.defineProperty(exports, "canReceiveFrom", { enumerable: true, get: function () { return connections_js_1.canReceiveFrom; } });
14
+ Object.defineProperty(exports, "canReceiveFromNodes", { enumerable: true, get: function () { return connections_js_1.canReceiveFromNodes; } });
15
+ Object.defineProperty(exports, "canSendToNodes", { enumerable: true, get: function () { return connections_js_1.canSendToNodes; } });
16
+ Object.defineProperty(exports, "isTerminal", { enumerable: true, get: function () { return connections_js_1.isTerminal; } });
17
+ Object.defineProperty(exports, "isNodeType", { enumerable: true, get: function () { return connections_js_1.isNodeType; } });
18
+ Object.defineProperty(exports, "ALL_NODE_TYPES", { enumerable: true, get: function () { return connections_js_1.ALL_NODE_TYPES; } });
18
19
  // ── UI config (Dashboard only) ──
19
- var ui_1 = require("./ui");
20
- Object.defineProperty(exports, "NODE_UI", { enumerable: true, get: function () { return ui_1.NODE_UI; } });
21
- Object.defineProperty(exports, "PREFIX_TO_TYPE", { enumerable: true, get: function () { return ui_1.PREFIX_TO_TYPE; } });
22
- Object.defineProperty(exports, "resolveNodeId", { enumerable: true, get: function () { return ui_1.resolveNodeId; } });
20
+ var ui_js_1 = require("./ui.js");
21
+ Object.defineProperty(exports, "NODE_UI", { enumerable: true, get: function () { return ui_js_1.NODE_UI; } });
22
+ Object.defineProperty(exports, "PREFIX_TO_TYPE", { enumerable: true, get: function () { return ui_js_1.PREFIX_TO_TYPE; } });
23
+ Object.defineProperty(exports, "resolveNodeId", { enumerable: true, get: function () { return ui_js_1.resolveNodeId; } });
23
24
  // ── Dispatch config (API only) ──
24
- var dispatch_1 = require("./dispatch");
25
- Object.defineProperty(exports, "NODE_DISPATCH", { enumerable: true, get: function () { return dispatch_1.NODE_DISPATCH; } });
26
- Object.defineProperty(exports, "getAllNodeCollections", { enumerable: true, get: function () { return dispatch_1.getAllNodeCollections; } });
27
- Object.defineProperty(exports, "getNodeDispatchConfig", { enumerable: true, get: function () { return dispatch_1.getNodeDispatchConfig; } });
28
- var registry_1 = require("./registry");
29
- Object.defineProperty(exports, "NODE_REGISTRY", { enumerable: true, get: function () { return registry_1.NODE_REGISTRY; } });
30
- Object.defineProperty(exports, "getNodeRegistryEntry", { enumerable: true, get: function () { return registry_1.getNodeRegistryEntry; } });
31
- Object.defineProperty(exports, "NODE_DETAIL_PATHS", { enumerable: true, get: function () { return registry_1.NODE_DETAIL_PATHS; } });
32
- Object.defineProperty(exports, "NODE_COLORS", { enumerable: true, get: function () { return registry_1.NODE_COLORS; } });
33
- Object.defineProperty(exports, "NODE_STATE_KEYS", { enumerable: true, get: function () { return registry_1.NODE_STATE_KEYS; } });
34
- Object.defineProperty(exports, "PREFIX_TO_NODE_TYPE", { enumerable: true, get: function () { return registry_1.PREFIX_TO_NODE_TYPE; } });
35
- Object.defineProperty(exports, "NODE_TYPE_TO_PREFIX", { enumerable: true, get: function () { return registry_1.NODE_TYPE_TO_PREFIX; } });
25
+ var dispatch_js_1 = require("./dispatch.js");
26
+ Object.defineProperty(exports, "NODE_DISPATCH", { enumerable: true, get: function () { return dispatch_js_1.NODE_DISPATCH; } });
27
+ Object.defineProperty(exports, "getAllNodeCollections", { enumerable: true, get: function () { return dispatch_js_1.getAllNodeCollections; } });
28
+ Object.defineProperty(exports, "getNodeDispatchConfig", { enumerable: true, get: function () { return dispatch_js_1.getNodeDispatchConfig; } });
29
+ var registry_js_1 = require("./registry.js");
30
+ Object.defineProperty(exports, "NODE_REGISTRY", { enumerable: true, get: function () { return registry_js_1.NODE_REGISTRY; } });
31
+ Object.defineProperty(exports, "getNodeRegistryEntry", { enumerable: true, get: function () { return registry_js_1.getNodeRegistryEntry; } });
32
+ Object.defineProperty(exports, "NODE_DETAIL_PATHS", { enumerable: true, get: function () { return registry_js_1.NODE_DETAIL_PATHS; } });
33
+ Object.defineProperty(exports, "NODE_COLORS", { enumerable: true, get: function () { return registry_js_1.NODE_COLORS; } });
34
+ Object.defineProperty(exports, "NODE_STATE_KEYS", { enumerable: true, get: function () { return registry_js_1.NODE_STATE_KEYS; } });
35
+ Object.defineProperty(exports, "PREFIX_TO_NODE_TYPE", { enumerable: true, get: function () { return registry_js_1.PREFIX_TO_NODE_TYPE; } });
36
+ Object.defineProperty(exports, "NODE_TYPE_TO_PREFIX", { enumerable: true, get: function () { return registry_js_1.NODE_TYPE_TO_PREFIX; } });
36
37
  // ── Node version catalog (ALL repos) ──
37
38
  // See docs/ADR-0002-node-versioning.md in the api repo.
38
- var registry_2 = require("./registry");
39
- Object.defineProperty(exports, "isVersioned", { enumerable: true, get: function () { return registry_2.isVersioned; } });
40
- Object.defineProperty(exports, "versionsOf", { enumerable: true, get: function () { return registry_2.versionsOf; } });
41
- Object.defineProperty(exports, "versionSpec", { enumerable: true, get: function () { return registry_2.versionSpec; } });
42
- Object.defineProperty(exports, "currentVersion", { enumerable: true, get: function () { return registry_2.currentVersion; } });
43
- Object.defineProperty(exports, "fieldsLostBetween", { enumerable: true, get: function () { return registry_2.fieldsLostBetween; } });
44
- Object.defineProperty(exports, "fieldsLost", { enumerable: true, get: function () { return registry_2.fieldsLost; } });
45
- Object.defineProperty(exports, "versionCatalogErrors", { enumerable: true, get: function () { return registry_2.versionCatalogErrors; } });
39
+ var registry_js_2 = require("./registry.js");
40
+ Object.defineProperty(exports, "isVersioned", { enumerable: true, get: function () { return registry_js_2.isVersioned; } });
41
+ Object.defineProperty(exports, "versionsOf", { enumerable: true, get: function () { return registry_js_2.versionsOf; } });
42
+ Object.defineProperty(exports, "versionSpec", { enumerable: true, get: function () { return registry_js_2.versionSpec; } });
43
+ Object.defineProperty(exports, "currentVersion", { enumerable: true, get: function () { return registry_js_2.currentVersion; } });
44
+ Object.defineProperty(exports, "fieldsLostBetween", { enumerable: true, get: function () { return registry_js_2.fieldsLostBetween; } });
45
+ Object.defineProperty(exports, "fieldsLost", { enumerable: true, get: function () { return registry_js_2.fieldsLost; } });
46
+ Object.defineProperty(exports, "versionCatalogErrors", { enumerable: true, get: function () { return registry_js_2.versionCatalogErrors; } });
46
47
  // ── Per-service operation enums (ALL repos) ──
47
- var gmail_operations_1 = require("./gmail-operations");
48
- Object.defineProperty(exports, "GMAIL_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_OPERATIONS; } });
49
- Object.defineProperty(exports, "GMAIL_OPERATION_SPECS", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_OPERATION_SPECS; } });
50
- Object.defineProperty(exports, "GMAIL_OPERATION_GROUPS", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_OPERATION_GROUPS; } });
51
- Object.defineProperty(exports, "GMAIL_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_DROPDOWN_OPERATIONS; } });
52
- Object.defineProperty(exports, "GMAIL_TOOLKIT_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_TOOLKIT_OPERATIONS; } });
53
- Object.defineProperty(exports, "GMAIL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_TOOLKIT_SPECS; } });
54
- Object.defineProperty(exports, "GMAIL_ALL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_ALL_TOOLKIT_SPECS; } });
55
- Object.defineProperty(exports, "GMAIL_SEND_AND_WAIT_TOOL_SPEC", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_SEND_AND_WAIT_TOOL_SPEC; } });
56
- Object.defineProperty(exports, "NATIVE_EMAIL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_1.NATIVE_EMAIL_TOOLKIT_SPECS; } });
57
- Object.defineProperty(exports, "GMAIL_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_TOOLKIT_BY_TOOL_NAME; } });
58
- Object.defineProperty(exports, "NATIVE_EMAIL_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return gmail_operations_1.NATIVE_EMAIL_TOOLKIT_BY_TOOL_NAME; } });
59
- Object.defineProperty(exports, "GMAIL_SEND_LEGACY_FIELDS", { enumerable: true, get: function () { return gmail_operations_1.GMAIL_SEND_LEGACY_FIELDS; } });
60
- Object.defineProperty(exports, "resolveGmailSendFields", { enumerable: true, get: function () { return gmail_operations_1.resolveGmailSendFields; } });
61
- Object.defineProperty(exports, "isGmailOperation", { enumerable: true, get: function () { return gmail_operations_1.isGmailOperation; } });
62
- var calendar_operations_1 = require("./calendar-operations");
63
- Object.defineProperty(exports, "GOOGLE_CALENDAR_OPERATIONS", { enumerable: true, get: function () { return calendar_operations_1.GOOGLE_CALENDAR_OPERATIONS; } });
64
- Object.defineProperty(exports, "GOOGLE_CALENDAR_OPERATION_SPECS", { enumerable: true, get: function () { return calendar_operations_1.GOOGLE_CALENDAR_OPERATION_SPECS; } });
65
- Object.defineProperty(exports, "isGoogleCalendarOperation", { enumerable: true, get: function () { return calendar_operations_1.isGoogleCalendarOperation; } });
66
- var calendar_toolkit_1 = require("./calendar-toolkit");
67
- Object.defineProperty(exports, "GOOGLE_CALENDAR_TOOLKIT_SPECS", { enumerable: true, get: function () { return calendar_toolkit_1.GOOGLE_CALENDAR_TOOLKIT_SPECS; } });
68
- Object.defineProperty(exports, "GOOGLE_CALENDAR_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return calendar_toolkit_1.GOOGLE_CALENDAR_TOOLKIT_BY_TOOL_NAME; } });
69
- var drive_operations_1 = require("./drive-operations");
70
- Object.defineProperty(exports, "DRIVE_OPERATIONS", { enumerable: true, get: function () { return drive_operations_1.DRIVE_OPERATIONS; } });
71
- Object.defineProperty(exports, "DRIVE_OPERATION_SPECS", { enumerable: true, get: function () { return drive_operations_1.DRIVE_OPERATION_SPECS; } });
72
- Object.defineProperty(exports, "isDriveOperation", { enumerable: true, get: function () { return drive_operations_1.isDriveOperation; } });
73
- var drive_toolkit_1 = require("./drive-toolkit");
74
- Object.defineProperty(exports, "DRIVE_TOOLKIT_SPECS", { enumerable: true, get: function () { return drive_toolkit_1.DRIVE_TOOLKIT_SPECS; } });
75
- Object.defineProperty(exports, "DRIVE_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return drive_toolkit_1.DRIVE_TOOLKIT_BY_TOOL_NAME; } });
76
- var telegram_operations_1 = require("./telegram-operations");
77
- Object.defineProperty(exports, "TELEGRAM_OPERATIONS", { enumerable: true, get: function () { return telegram_operations_1.TELEGRAM_OPERATIONS; } });
78
- Object.defineProperty(exports, "TELEGRAM_OPERATION_SPECS", { enumerable: true, get: function () { return telegram_operations_1.TELEGRAM_OPERATION_SPECS; } });
79
- Object.defineProperty(exports, "isTelegramOperation", { enumerable: true, get: function () { return telegram_operations_1.isTelegramOperation; } });
80
- var telegram_toolkit_1 = require("./telegram-toolkit");
81
- Object.defineProperty(exports, "TELEGRAM_TOOLKIT_SPECS", { enumerable: true, get: function () { return telegram_toolkit_1.TELEGRAM_TOOLKIT_SPECS; } });
82
- Object.defineProperty(exports, "TELEGRAM_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return telegram_toolkit_1.TELEGRAM_TOOLKIT_BY_TOOL_NAME; } });
83
- var whatsapp_operations_1 = require("./whatsapp-operations");
84
- Object.defineProperty(exports, "WHATSAPP_OPERATIONS", { enumerable: true, get: function () { return whatsapp_operations_1.WHATSAPP_OPERATIONS; } });
85
- Object.defineProperty(exports, "isWhatsAppOperation", { enumerable: true, get: function () { return whatsapp_operations_1.isWhatsAppOperation; } });
48
+ var gmail_operations_js_1 = require("./gmail-operations.js");
49
+ Object.defineProperty(exports, "GMAIL_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_OPERATIONS; } });
50
+ Object.defineProperty(exports, "GMAIL_OPERATION_SPECS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_OPERATION_SPECS; } });
51
+ Object.defineProperty(exports, "GMAIL_OPERATION_GROUPS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_OPERATION_GROUPS; } });
52
+ Object.defineProperty(exports, "GMAIL_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_DROPDOWN_OPERATIONS; } });
53
+ Object.defineProperty(exports, "GMAIL_TOOLKIT_OPERATIONS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_TOOLKIT_OPERATIONS; } });
54
+ Object.defineProperty(exports, "GMAIL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_TOOLKIT_SPECS; } });
55
+ Object.defineProperty(exports, "GMAIL_ALL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_ALL_TOOLKIT_SPECS; } });
56
+ Object.defineProperty(exports, "GMAIL_SEND_AND_WAIT_TOOL_SPEC", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_SEND_AND_WAIT_TOOL_SPEC; } });
57
+ Object.defineProperty(exports, "NATIVE_EMAIL_TOOLKIT_SPECS", { enumerable: true, get: function () { return gmail_operations_js_1.NATIVE_EMAIL_TOOLKIT_SPECS; } });
58
+ Object.defineProperty(exports, "GMAIL_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_TOOLKIT_BY_TOOL_NAME; } });
59
+ Object.defineProperty(exports, "NATIVE_EMAIL_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return gmail_operations_js_1.NATIVE_EMAIL_TOOLKIT_BY_TOOL_NAME; } });
60
+ Object.defineProperty(exports, "GMAIL_SEND_LEGACY_FIELDS", { enumerable: true, get: function () { return gmail_operations_js_1.GMAIL_SEND_LEGACY_FIELDS; } });
61
+ Object.defineProperty(exports, "resolveGmailSendFields", { enumerable: true, get: function () { return gmail_operations_js_1.resolveGmailSendFields; } });
62
+ Object.defineProperty(exports, "isGmailOperation", { enumerable: true, get: function () { return gmail_operations_js_1.isGmailOperation; } });
63
+ var calendar_operations_js_1 = require("./calendar-operations.js");
64
+ Object.defineProperty(exports, "GOOGLE_CALENDAR_OPERATIONS", { enumerable: true, get: function () { return calendar_operations_js_1.GOOGLE_CALENDAR_OPERATIONS; } });
65
+ Object.defineProperty(exports, "GOOGLE_CALENDAR_OPERATION_SPECS", { enumerable: true, get: function () { return calendar_operations_js_1.GOOGLE_CALENDAR_OPERATION_SPECS; } });
66
+ Object.defineProperty(exports, "isGoogleCalendarOperation", { enumerable: true, get: function () { return calendar_operations_js_1.isGoogleCalendarOperation; } });
67
+ var calendar_toolkit_js_1 = require("./calendar-toolkit.js");
68
+ Object.defineProperty(exports, "GOOGLE_CALENDAR_TOOLKIT_SPECS", { enumerable: true, get: function () { return calendar_toolkit_js_1.GOOGLE_CALENDAR_TOOLKIT_SPECS; } });
69
+ Object.defineProperty(exports, "GOOGLE_CALENDAR_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return calendar_toolkit_js_1.GOOGLE_CALENDAR_TOOLKIT_BY_TOOL_NAME; } });
70
+ var drive_operations_js_1 = require("./drive-operations.js");
71
+ Object.defineProperty(exports, "DRIVE_OPERATIONS", { enumerable: true, get: function () { return drive_operations_js_1.DRIVE_OPERATIONS; } });
72
+ Object.defineProperty(exports, "DRIVE_OPERATION_SPECS", { enumerable: true, get: function () { return drive_operations_js_1.DRIVE_OPERATION_SPECS; } });
73
+ Object.defineProperty(exports, "isDriveOperation", { enumerable: true, get: function () { return drive_operations_js_1.isDriveOperation; } });
74
+ var drive_toolkit_js_1 = require("./drive-toolkit.js");
75
+ Object.defineProperty(exports, "DRIVE_TOOLKIT_SPECS", { enumerable: true, get: function () { return drive_toolkit_js_1.DRIVE_TOOLKIT_SPECS; } });
76
+ Object.defineProperty(exports, "DRIVE_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return drive_toolkit_js_1.DRIVE_TOOLKIT_BY_TOOL_NAME; } });
77
+ var telegram_operations_js_1 = require("./telegram-operations.js");
78
+ Object.defineProperty(exports, "TELEGRAM_OPERATIONS", { enumerable: true, get: function () { return telegram_operations_js_1.TELEGRAM_OPERATIONS; } });
79
+ Object.defineProperty(exports, "TELEGRAM_OPERATION_SPECS", { enumerable: true, get: function () { return telegram_operations_js_1.TELEGRAM_OPERATION_SPECS; } });
80
+ Object.defineProperty(exports, "isTelegramOperation", { enumerable: true, get: function () { return telegram_operations_js_1.isTelegramOperation; } });
81
+ var telegram_toolkit_js_1 = require("./telegram-toolkit.js");
82
+ Object.defineProperty(exports, "TELEGRAM_TOOLKIT_SPECS", { enumerable: true, get: function () { return telegram_toolkit_js_1.TELEGRAM_TOOLKIT_SPECS; } });
83
+ Object.defineProperty(exports, "TELEGRAM_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return telegram_toolkit_js_1.TELEGRAM_TOOLKIT_BY_TOOL_NAME; } });
84
+ var whatsapp_operations_js_1 = require("./whatsapp-operations.js");
85
+ Object.defineProperty(exports, "WHATSAPP_OPERATIONS", { enumerable: true, get: function () { return whatsapp_operations_js_1.WHATSAPP_OPERATIONS; } });
86
+ Object.defineProperty(exports, "isWhatsAppOperation", { enumerable: true, get: function () { return whatsapp_operations_js_1.isWhatsAppOperation; } });
86
87
  /* La forma del mapa de capacidades. Los datos de cada proveedor viven en su
87
88
  propio fichero de operaciones, que es donde se mira cuando uno se pregunta
88
89
  qué sabe hacer ese nodo. */
89
- var capacidad_de_credencial_1 = require("./capacidad-de-credencial");
90
- Object.defineProperty(exports, "operacionesPara", { enumerable: true, get: function () { return capacidad_de_credencial_1.operacionesPara; } });
91
- Object.defineProperty(exports, "puedeEjecutar", { enumerable: true, get: function () { return capacidad_de_credencial_1.puedeEjecutar; } });
92
- Object.defineProperty(exports, "camposNoDisponiblesPara", { enumerable: true, get: function () { return capacidad_de_credencial_1.camposNoDisponiblesPara; } });
93
- var discord_operations_1 = require("./discord-operations");
94
- Object.defineProperty(exports, "DISCORD_OPERATIONS", { enumerable: true, get: function () { return discord_operations_1.DISCORD_OPERATIONS; } });
95
- Object.defineProperty(exports, "DISCORD_OPERATION_SPECS", { enumerable: true, get: function () { return discord_operations_1.DISCORD_OPERATION_SPECS; } });
96
- Object.defineProperty(exports, "DISCORD_CAPACIDADES_POR_CREDENCIAL", { enumerable: true, get: function () { return discord_operations_1.DISCORD_CAPACIDADES_POR_CREDENCIAL; } });
97
- Object.defineProperty(exports, "operacionesDeDiscordPara", { enumerable: true, get: function () { return discord_operations_1.operacionesDeDiscordPara; } });
98
- Object.defineProperty(exports, "discordPuedeEjecutar", { enumerable: true, get: function () { return discord_operations_1.discordPuedeEjecutar; } });
99
- Object.defineProperty(exports, "camposDeDiscordNoDisponibles", { enumerable: true, get: function () { return discord_operations_1.camposDeDiscordNoDisponibles; } });
100
- Object.defineProperty(exports, "isDiscordOperation", { enumerable: true, get: function () { return discord_operations_1.isDiscordOperation; } });
90
+ var capacidad_de_credencial_js_1 = require("./capacidad-de-credencial.js");
91
+ Object.defineProperty(exports, "operacionesPara", { enumerable: true, get: function () { return capacidad_de_credencial_js_1.operacionesPara; } });
92
+ Object.defineProperty(exports, "puedeEjecutar", { enumerable: true, get: function () { return capacidad_de_credencial_js_1.puedeEjecutar; } });
93
+ Object.defineProperty(exports, "camposNoDisponiblesPara", { enumerable: true, get: function () { return capacidad_de_credencial_js_1.camposNoDisponiblesPara; } });
94
+ var discord_operations_js_1 = require("./discord-operations.js");
95
+ Object.defineProperty(exports, "DISCORD_OPERATIONS", { enumerable: true, get: function () { return discord_operations_js_1.DISCORD_OPERATIONS; } });
96
+ Object.defineProperty(exports, "DISCORD_OPERATION_SPECS", { enumerable: true, get: function () { return discord_operations_js_1.DISCORD_OPERATION_SPECS; } });
97
+ Object.defineProperty(exports, "DISCORD_CAPACIDADES_POR_CREDENCIAL", { enumerable: true, get: function () { return discord_operations_js_1.DISCORD_CAPACIDADES_POR_CREDENCIAL; } });
98
+ Object.defineProperty(exports, "operacionesDeDiscordPara", { enumerable: true, get: function () { return discord_operations_js_1.operacionesDeDiscordPara; } });
99
+ Object.defineProperty(exports, "discordPuedeEjecutar", { enumerable: true, get: function () { return discord_operations_js_1.discordPuedeEjecutar; } });
100
+ Object.defineProperty(exports, "camposDeDiscordNoDisponibles", { enumerable: true, get: function () { return discord_operations_js_1.camposDeDiscordNoDisponibles; } });
101
+ Object.defineProperty(exports, "isDiscordOperation", { enumerable: true, get: function () { return discord_operations_js_1.isDiscordOperation; } });
101
102
  /* Ojo con los dos nombres parecidos, que vienen de dos ficheros y NO son lo
102
103
  mismo: `DiscordOperationSpec` (arriba) describe el FORMULARIO —qué control
103
104
  pintar por campo— y `DiscordToolkitSpec` (abajo) describe la HERRAMIENTA que
104
105
  ve el LLM. Es la misma pareja que ya tienen Telegram, Sheets y compañía. */
105
- var discord_toolkit_1 = require("./discord-toolkit");
106
- Object.defineProperty(exports, "DISCORD_TOOLKIT_SPECS", { enumerable: true, get: function () { return discord_toolkit_1.DISCORD_TOOLKIT_SPECS; } });
107
- Object.defineProperty(exports, "DISCORD_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return discord_toolkit_1.DISCORD_TOOLKIT_BY_TOOL_NAME; } });
108
- Object.defineProperty(exports, "herramientasDeDiscordPara", { enumerable: true, get: function () { return discord_toolkit_1.herramientasDeDiscordPara; } });
109
- var mailchimp_operations_1 = require("./mailchimp-operations");
110
- Object.defineProperty(exports, "MAILCHIMP_OPERATIONS", { enumerable: true, get: function () { return mailchimp_operations_1.MAILCHIMP_OPERATIONS; } });
111
- Object.defineProperty(exports, "MAILCHIMP_OPERATION_SPECS", { enumerable: true, get: function () { return mailchimp_operations_1.MAILCHIMP_OPERATION_SPECS; } });
112
- Object.defineProperty(exports, "MAILCHIMP_CONTACT_STATUSES", { enumerable: true, get: function () { return mailchimp_operations_1.MAILCHIMP_CONTACT_STATUSES; } });
113
- Object.defineProperty(exports, "isMailchimpOperation", { enumerable: true, get: function () { return mailchimp_operations_1.isMailchimpOperation; } });
114
- var shopify_operations_1 = require("./shopify-operations");
115
- Object.defineProperty(exports, "SHOPIFY_OPERATIONS", { enumerable: true, get: function () { return shopify_operations_1.SHOPIFY_OPERATIONS; } });
116
- Object.defineProperty(exports, "SHOPIFY_OPERATION_SPECS", { enumerable: true, get: function () { return shopify_operations_1.SHOPIFY_OPERATION_SPECS; } });
117
- Object.defineProperty(exports, "SHOPIFY_TAGGABLE_RESOURCES", { enumerable: true, get: function () { return shopify_operations_1.SHOPIFY_TAGGABLE_RESOURCES; } });
118
- Object.defineProperty(exports, "SHOPIFY_SEARCHABLE_RESOURCES", { enumerable: true, get: function () { return shopify_operations_1.SHOPIFY_SEARCHABLE_RESOURCES; } });
119
- Object.defineProperty(exports, "isShopifyOperation", { enumerable: true, get: function () { return shopify_operations_1.isShopifyOperation; } });
120
- var github_operations_1 = require("./github-operations");
121
- Object.defineProperty(exports, "GITHUB_OPERATIONS", { enumerable: true, get: function () { return github_operations_1.GITHUB_OPERATIONS; } });
122
- Object.defineProperty(exports, "GITHUB_OPERATION_SPECS", { enumerable: true, get: function () { return github_operations_1.GITHUB_OPERATION_SPECS; } });
123
- Object.defineProperty(exports, "GITHUB_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return github_operations_1.GITHUB_DROPDOWN_OPERATIONS; } });
124
- Object.defineProperty(exports, "GITHUB_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return github_operations_1.GITHUB_ITERABLE_OPERATIONS; } });
125
- Object.defineProperty(exports, "isGithubOperation", { enumerable: true, get: function () { return github_operations_1.isGithubOperation; } });
126
- var jira_operations_1 = require("./jira-operations");
127
- Object.defineProperty(exports, "JIRA_OPERATIONS", { enumerable: true, get: function () { return jira_operations_1.JIRA_OPERATIONS; } });
128
- Object.defineProperty(exports, "JIRA_OPERATION_SPECS", { enumerable: true, get: function () { return jira_operations_1.JIRA_OPERATION_SPECS; } });
129
- Object.defineProperty(exports, "JIRA_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return jira_operations_1.JIRA_DROPDOWN_OPERATIONS; } });
130
- Object.defineProperty(exports, "JIRA_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return jira_operations_1.JIRA_ITERABLE_OPERATIONS; } });
131
- Object.defineProperty(exports, "isJiraOperation", { enumerable: true, get: function () { return jira_operations_1.isJiraOperation; } });
132
- var slack_operations_1 = require("./slack-operations");
133
- Object.defineProperty(exports, "SLACK_OPERATIONS", { enumerable: true, get: function () { return slack_operations_1.SLACK_OPERATIONS; } });
134
- Object.defineProperty(exports, "SLACK_OPERATION_SPECS", { enumerable: true, get: function () { return slack_operations_1.SLACK_OPERATION_SPECS; } });
135
- Object.defineProperty(exports, "SLACK_CAPACIDADES_POR_CREDENCIAL", { enumerable: true, get: function () { return slack_operations_1.SLACK_CAPACIDADES_POR_CREDENCIAL; } });
136
- Object.defineProperty(exports, "operacionesDeSlackPara", { enumerable: true, get: function () { return slack_operations_1.operacionesDeSlackPara; } });
137
- Object.defineProperty(exports, "slackPuedeEjecutar", { enumerable: true, get: function () { return slack_operations_1.slackPuedeEjecutar; } });
138
- Object.defineProperty(exports, "camposDeSlackNoDisponibles", { enumerable: true, get: function () { return slack_operations_1.camposDeSlackNoDisponibles; } });
139
- Object.defineProperty(exports, "isSlackOperation", { enumerable: true, get: function () { return slack_operations_1.isSlackOperation; } });
106
+ var discord_toolkit_js_1 = require("./discord-toolkit.js");
107
+ Object.defineProperty(exports, "DISCORD_TOOLKIT_SPECS", { enumerable: true, get: function () { return discord_toolkit_js_1.DISCORD_TOOLKIT_SPECS; } });
108
+ Object.defineProperty(exports, "DISCORD_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return discord_toolkit_js_1.DISCORD_TOOLKIT_BY_TOOL_NAME; } });
109
+ Object.defineProperty(exports, "herramientasDeDiscordPara", { enumerable: true, get: function () { return discord_toolkit_js_1.herramientasDeDiscordPara; } });
110
+ var mailchimp_operations_js_1 = require("./mailchimp-operations.js");
111
+ Object.defineProperty(exports, "MAILCHIMP_OPERATIONS", { enumerable: true, get: function () { return mailchimp_operations_js_1.MAILCHIMP_OPERATIONS; } });
112
+ Object.defineProperty(exports, "MAILCHIMP_OPERATION_SPECS", { enumerable: true, get: function () { return mailchimp_operations_js_1.MAILCHIMP_OPERATION_SPECS; } });
113
+ Object.defineProperty(exports, "MAILCHIMP_CONTACT_STATUSES", { enumerable: true, get: function () { return mailchimp_operations_js_1.MAILCHIMP_CONTACT_STATUSES; } });
114
+ Object.defineProperty(exports, "isMailchimpOperation", { enumerable: true, get: function () { return mailchimp_operations_js_1.isMailchimpOperation; } });
115
+ var shopify_operations_js_1 = require("./shopify-operations.js");
116
+ Object.defineProperty(exports, "SHOPIFY_OPERATIONS", { enumerable: true, get: function () { return shopify_operations_js_1.SHOPIFY_OPERATIONS; } });
117
+ Object.defineProperty(exports, "SHOPIFY_OPERATION_SPECS", { enumerable: true, get: function () { return shopify_operations_js_1.SHOPIFY_OPERATION_SPECS; } });
118
+ Object.defineProperty(exports, "SHOPIFY_TAGGABLE_RESOURCES", { enumerable: true, get: function () { return shopify_operations_js_1.SHOPIFY_TAGGABLE_RESOURCES; } });
119
+ Object.defineProperty(exports, "SHOPIFY_SEARCHABLE_RESOURCES", { enumerable: true, get: function () { return shopify_operations_js_1.SHOPIFY_SEARCHABLE_RESOURCES; } });
120
+ Object.defineProperty(exports, "isShopifyOperation", { enumerable: true, get: function () { return shopify_operations_js_1.isShopifyOperation; } });
121
+ var github_operations_js_1 = require("./github-operations.js");
122
+ Object.defineProperty(exports, "GITHUB_OPERATIONS", { enumerable: true, get: function () { return github_operations_js_1.GITHUB_OPERATIONS; } });
123
+ Object.defineProperty(exports, "GITHUB_OPERATION_SPECS", { enumerable: true, get: function () { return github_operations_js_1.GITHUB_OPERATION_SPECS; } });
124
+ Object.defineProperty(exports, "GITHUB_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return github_operations_js_1.GITHUB_DROPDOWN_OPERATIONS; } });
125
+ Object.defineProperty(exports, "GITHUB_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return github_operations_js_1.GITHUB_ITERABLE_OPERATIONS; } });
126
+ Object.defineProperty(exports, "isGithubOperation", { enumerable: true, get: function () { return github_operations_js_1.isGithubOperation; } });
127
+ var jira_operations_js_1 = require("./jira-operations.js");
128
+ Object.defineProperty(exports, "JIRA_OPERATIONS", { enumerable: true, get: function () { return jira_operations_js_1.JIRA_OPERATIONS; } });
129
+ Object.defineProperty(exports, "JIRA_OPERATION_SPECS", { enumerable: true, get: function () { return jira_operations_js_1.JIRA_OPERATION_SPECS; } });
130
+ Object.defineProperty(exports, "JIRA_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return jira_operations_js_1.JIRA_DROPDOWN_OPERATIONS; } });
131
+ Object.defineProperty(exports, "JIRA_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return jira_operations_js_1.JIRA_ITERABLE_OPERATIONS; } });
132
+ Object.defineProperty(exports, "isJiraOperation", { enumerable: true, get: function () { return jira_operations_js_1.isJiraOperation; } });
133
+ var bucket_operations_js_1 = require("./bucket-operations.js");
134
+ Object.defineProperty(exports, "BUCKET_OPERATIONS", { enumerable: true, get: function () { return bucket_operations_js_1.BUCKET_OPERATIONS; } });
135
+ Object.defineProperty(exports, "BUCKET_OPERATION_SPECS", { enumerable: true, get: function () { return bucket_operations_js_1.BUCKET_OPERATION_SPECS; } });
136
+ Object.defineProperty(exports, "BUCKET_ITERABLE_OPERATIONS", { enumerable: true, get: function () { return bucket_operations_js_1.BUCKET_ITERABLE_OPERATIONS; } });
137
+ Object.defineProperty(exports, "isBucketOperation", { enumerable: true, get: function () { return bucket_operations_js_1.isBucketOperation; } });
138
+ var slack_operations_js_1 = require("./slack-operations.js");
139
+ Object.defineProperty(exports, "SLACK_OPERATIONS", { enumerable: true, get: function () { return slack_operations_js_1.SLACK_OPERATIONS; } });
140
+ Object.defineProperty(exports, "SLACK_OPERATION_SPECS", { enumerable: true, get: function () { return slack_operations_js_1.SLACK_OPERATION_SPECS; } });
141
+ Object.defineProperty(exports, "SLACK_CAPACIDADES_POR_CREDENCIAL", { enumerable: true, get: function () { return slack_operations_js_1.SLACK_CAPACIDADES_POR_CREDENCIAL; } });
142
+ Object.defineProperty(exports, "operacionesDeSlackPara", { enumerable: true, get: function () { return slack_operations_js_1.operacionesDeSlackPara; } });
143
+ Object.defineProperty(exports, "slackPuedeEjecutar", { enumerable: true, get: function () { return slack_operations_js_1.slackPuedeEjecutar; } });
144
+ Object.defineProperty(exports, "camposDeSlackNoDisponibles", { enumerable: true, get: function () { return slack_operations_js_1.camposDeSlackNoDisponibles; } });
145
+ Object.defineProperty(exports, "isSlackOperation", { enumerable: true, get: function () { return slack_operations_js_1.isSlackOperation; } });
140
146
  /* Misma pareja que en Discord: `SlackOperationSpec` es el formulario,
141
147
  `SlackToolkitSpec` es la herramienta que ve el LLM. */
142
- var slack_toolkit_1 = require("./slack-toolkit");
143
- Object.defineProperty(exports, "SLACK_TOOLKIT_SPECS", { enumerable: true, get: function () { return slack_toolkit_1.SLACK_TOOLKIT_SPECS; } });
144
- Object.defineProperty(exports, "SLACK_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return slack_toolkit_1.SLACK_TOOLKIT_BY_TOOL_NAME; } });
145
- Object.defineProperty(exports, "herramientasDeSlackPara", { enumerable: true, get: function () { return slack_toolkit_1.herramientasDeSlackPara; } });
146
- var sheets_operations_1 = require("./sheets-operations");
147
- Object.defineProperty(exports, "SHEETS_OPERATIONS", { enumerable: true, get: function () { return sheets_operations_1.SHEETS_OPERATIONS; } });
148
- Object.defineProperty(exports, "SHEETS_OPERATION_SPECS", { enumerable: true, get: function () { return sheets_operations_1.SHEETS_OPERATION_SPECS; } });
149
- Object.defineProperty(exports, "isSheetsOperation", { enumerable: true, get: function () { return sheets_operations_1.isSheetsOperation; } });
150
- var sheets_toolkit_1 = require("./sheets-toolkit");
151
- Object.defineProperty(exports, "SHEETS_TOOLKIT_SPECS", { enumerable: true, get: function () { return sheets_toolkit_1.SHEETS_TOOLKIT_SPECS; } });
152
- Object.defineProperty(exports, "SHEETS_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return sheets_toolkit_1.SHEETS_TOOLKIT_BY_TOOL_NAME; } });
153
- Object.defineProperty(exports, "SHEETS_TOOLKIT_DEFAULTABLE", { enumerable: true, get: function () { return sheets_toolkit_1.SHEETS_TOOLKIT_DEFAULTABLE; } });
154
- var google_contacts_operations_1 = require("./google-contacts-operations");
155
- Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS", { enumerable: true, get: function () { return google_contacts_operations_1.GOOGLE_CONTACTS_OPERATIONS; } });
156
- Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS_V1", { enumerable: true, get: function () { return google_contacts_operations_1.GOOGLE_CONTACTS_OPERATIONS_V1; } });
157
- Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS_V2", { enumerable: true, get: function () { return google_contacts_operations_1.GOOGLE_CONTACTS_OPERATIONS_V2; } });
158
- Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATION_SPECS", { enumerable: true, get: function () { return google_contacts_operations_1.GOOGLE_CONTACTS_OPERATION_SPECS; } });
159
- Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATION_GROUPS", { enumerable: true, get: function () { return google_contacts_operations_1.GOOGLE_CONTACTS_OPERATION_GROUPS; } });
160
- Object.defineProperty(exports, "GOOGLE_CONTACTS_DEFAULT_PERSON_FIELDS", { enumerable: true, get: function () { return google_contacts_operations_1.GOOGLE_CONTACTS_DEFAULT_PERSON_FIELDS; } });
161
- Object.defineProperty(exports, "isGoogleContactsOperation", { enumerable: true, get: function () { return google_contacts_operations_1.isGoogleContactsOperation; } });
162
- var google_analytics_operations_1 = require("./google-analytics-operations");
163
- Object.defineProperty(exports, "GOOGLE_ANALYTICS_OPERATIONS", { enumerable: true, get: function () { return google_analytics_operations_1.GOOGLE_ANALYTICS_OPERATIONS; } });
164
- Object.defineProperty(exports, "GOOGLE_ANALYTICS_OPERATION_SPECS", { enumerable: true, get: function () { return google_analytics_operations_1.GOOGLE_ANALYTICS_OPERATION_SPECS; } });
165
- Object.defineProperty(exports, "GOOGLE_ANALYTICS_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return google_analytics_operations_1.GOOGLE_ANALYTICS_DROPDOWN_OPERATIONS; } });
166
- Object.defineProperty(exports, "isGoogleAnalyticsOperation", { enumerable: true, get: function () { return google_analytics_operations_1.isGoogleAnalyticsOperation; } });
167
- var notion_operations_1 = require("./notion-operations");
168
- Object.defineProperty(exports, "NOTION_OPERATIONS", { enumerable: true, get: function () { return notion_operations_1.NOTION_OPERATIONS; } });
169
- Object.defineProperty(exports, "NOTION_OPERATION_SPECS", { enumerable: true, get: function () { return notion_operations_1.NOTION_OPERATION_SPECS; } });
170
- Object.defineProperty(exports, "NOTION_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return notion_operations_1.NOTION_DROPDOWN_OPERATIONS; } });
171
- Object.defineProperty(exports, "isNotionOperation", { enumerable: true, get: function () { return notion_operations_1.isNotionOperation; } });
172
- var postgres_operations_1 = require("./postgres-operations");
173
- Object.defineProperty(exports, "POSTGRES_OPERATIONS", { enumerable: true, get: function () { return postgres_operations_1.POSTGRES_OPERATIONS; } });
174
- Object.defineProperty(exports, "POSTGRES_MODES", { enumerable: true, get: function () { return postgres_operations_1.POSTGRES_MODES; } });
175
- Object.defineProperty(exports, "POSTGRES_OPERATION_SPECS", { enumerable: true, get: function () { return postgres_operations_1.POSTGRES_OPERATION_SPECS; } });
176
- Object.defineProperty(exports, "isPostgresOperation", { enumerable: true, get: function () { return postgres_operations_1.isPostgresOperation; } });
177
- var mongo_operations_1 = require("./mongo-operations");
178
- Object.defineProperty(exports, "MONGO_OPERATIONS", { enumerable: true, get: function () { return mongo_operations_1.MONGO_OPERATIONS; } });
179
- Object.defineProperty(exports, "MONGO_OPERATION_SPECS", { enumerable: true, get: function () { return mongo_operations_1.MONGO_OPERATION_SPECS; } });
180
- Object.defineProperty(exports, "isMongoOperation", { enumerable: true, get: function () { return mongo_operations_1.isMongoOperation; } });
181
- var docs_operations_1 = require("./docs-operations");
182
- Object.defineProperty(exports, "DOCS_OPERATIONS", { enumerable: true, get: function () { return docs_operations_1.DOCS_OPERATIONS; } });
183
- Object.defineProperty(exports, "DOCS_OPERATION_SPECS", { enumerable: true, get: function () { return docs_operations_1.DOCS_OPERATION_SPECS; } });
184
- Object.defineProperty(exports, "isDocsOperation", { enumerable: true, get: function () { return docs_operations_1.isDocsOperation; } });
185
- var docs_toolkit_1 = require("./docs-toolkit");
186
- Object.defineProperty(exports, "DOCS_TOOLKIT_SPECS", { enumerable: true, get: function () { return docs_toolkit_1.DOCS_TOOLKIT_SPECS; } });
187
- Object.defineProperty(exports, "DOCS_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return docs_toolkit_1.DOCS_TOOLKIT_BY_TOOL_NAME; } });
188
- Object.defineProperty(exports, "DOCS_TOOLKIT_DEFAULTABLE", { enumerable: true, get: function () { return docs_toolkit_1.DOCS_TOOLKIT_DEFAULTABLE; } });
189
- var llm_models_1 = require("./llm-models");
190
- Object.defineProperty(exports, "LLM_PROVIDERS", { enumerable: true, get: function () { return llm_models_1.LLM_PROVIDERS; } });
191
- Object.defineProperty(exports, "LLM_MODELS", { enumerable: true, get: function () { return llm_models_1.LLM_MODELS; } });
192
- Object.defineProperty(exports, "MODEL_CONTEXT_WINDOWS", { enumerable: true, get: function () { return llm_models_1.MODEL_CONTEXT_WINDOWS; } });
193
- Object.defineProperty(exports, "getModelsFor", { enumerable: true, get: function () { return llm_models_1.getModelsFor; } });
194
- Object.defineProperty(exports, "getDefaultModel", { enumerable: true, get: function () { return llm_models_1.getDefaultModel; } });
195
- Object.defineProperty(exports, "getModelLabel", { enumerable: true, get: function () { return llm_models_1.getModelLabel; } });
196
- var openrouter_1 = require("./openrouter");
197
- Object.defineProperty(exports, "URL_DE_MODELOS_DE_OPENROUTER", { enumerable: true, get: function () { return openrouter_1.URL_DE_MODELOS_DE_OPENROUTER; } });
198
- Object.defineProperty(exports, "opcionesDeModelosDeOpenRouter", { enumerable: true, get: function () { return openrouter_1.opcionesDeModelosDeOpenRouter; } });
199
- Object.defineProperty(exports, "ventanaDeContextoDeOpenRouter", { enumerable: true, get: function () { return openrouter_1.ventanaDeContextoDeOpenRouter; } });
200
- var credentials_1 = require("./credentials");
201
- Object.defineProperty(exports, "CREDENTIAL_TYPES", { enumerable: true, get: function () { return credentials_1.CREDENTIAL_TYPES; } });
202
- Object.defineProperty(exports, "CREDENTIAL_TYPE_VALUES", { enumerable: true, get: function () { return credentials_1.CREDENTIAL_TYPE_VALUES; } });
203
- Object.defineProperty(exports, "credentialTypeValues", { enumerable: true, get: function () { return credentials_1.credentialTypeValues; } });
204
- Object.defineProperty(exports, "getCredentialType", { enumerable: true, get: function () { return credentials_1.getCredentialType; } });
205
- Object.defineProperty(exports, "isCredentialType", { enumerable: true, get: function () { return credentials_1.isCredentialType; } });
148
+ var slack_toolkit_js_1 = require("./slack-toolkit.js");
149
+ Object.defineProperty(exports, "SLACK_TOOLKIT_SPECS", { enumerable: true, get: function () { return slack_toolkit_js_1.SLACK_TOOLKIT_SPECS; } });
150
+ Object.defineProperty(exports, "SLACK_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return slack_toolkit_js_1.SLACK_TOOLKIT_BY_TOOL_NAME; } });
151
+ Object.defineProperty(exports, "herramientasDeSlackPara", { enumerable: true, get: function () { return slack_toolkit_js_1.herramientasDeSlackPara; } });
152
+ var sheets_operations_js_1 = require("./sheets-operations.js");
153
+ Object.defineProperty(exports, "SHEETS_OPERATIONS", { enumerable: true, get: function () { return sheets_operations_js_1.SHEETS_OPERATIONS; } });
154
+ Object.defineProperty(exports, "SHEETS_OPERATION_SPECS", { enumerable: true, get: function () { return sheets_operations_js_1.SHEETS_OPERATION_SPECS; } });
155
+ Object.defineProperty(exports, "isSheetsOperation", { enumerable: true, get: function () { return sheets_operations_js_1.isSheetsOperation; } });
156
+ var sheets_toolkit_js_1 = require("./sheets-toolkit.js");
157
+ Object.defineProperty(exports, "SHEETS_TOOLKIT_SPECS", { enumerable: true, get: function () { return sheets_toolkit_js_1.SHEETS_TOOLKIT_SPECS; } });
158
+ Object.defineProperty(exports, "SHEETS_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return sheets_toolkit_js_1.SHEETS_TOOLKIT_BY_TOOL_NAME; } });
159
+ Object.defineProperty(exports, "SHEETS_TOOLKIT_DEFAULTABLE", { enumerable: true, get: function () { return sheets_toolkit_js_1.SHEETS_TOOLKIT_DEFAULTABLE; } });
160
+ var google_contacts_operations_js_1 = require("./google-contacts-operations.js");
161
+ Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATIONS; } });
162
+ Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS_V1", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATIONS_V1; } });
163
+ Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATIONS_V2", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATIONS_V2; } });
164
+ Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATION_SPECS", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATION_SPECS; } });
165
+ Object.defineProperty(exports, "GOOGLE_CONTACTS_OPERATION_GROUPS", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_OPERATION_GROUPS; } });
166
+ Object.defineProperty(exports, "GOOGLE_CONTACTS_DEFAULT_PERSON_FIELDS", { enumerable: true, get: function () { return google_contacts_operations_js_1.GOOGLE_CONTACTS_DEFAULT_PERSON_FIELDS; } });
167
+ Object.defineProperty(exports, "isGoogleContactsOperation", { enumerable: true, get: function () { return google_contacts_operations_js_1.isGoogleContactsOperation; } });
168
+ var google_analytics_operations_js_1 = require("./google-analytics-operations.js");
169
+ Object.defineProperty(exports, "GOOGLE_ANALYTICS_OPERATIONS", { enumerable: true, get: function () { return google_analytics_operations_js_1.GOOGLE_ANALYTICS_OPERATIONS; } });
170
+ Object.defineProperty(exports, "GOOGLE_ANALYTICS_OPERATION_SPECS", { enumerable: true, get: function () { return google_analytics_operations_js_1.GOOGLE_ANALYTICS_OPERATION_SPECS; } });
171
+ Object.defineProperty(exports, "GOOGLE_ANALYTICS_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return google_analytics_operations_js_1.GOOGLE_ANALYTICS_DROPDOWN_OPERATIONS; } });
172
+ Object.defineProperty(exports, "isGoogleAnalyticsOperation", { enumerable: true, get: function () { return google_analytics_operations_js_1.isGoogleAnalyticsOperation; } });
173
+ var notion_operations_js_1 = require("./notion-operations.js");
174
+ Object.defineProperty(exports, "NOTION_OPERATIONS", { enumerable: true, get: function () { return notion_operations_js_1.NOTION_OPERATIONS; } });
175
+ Object.defineProperty(exports, "NOTION_OPERATION_SPECS", { enumerable: true, get: function () { return notion_operations_js_1.NOTION_OPERATION_SPECS; } });
176
+ Object.defineProperty(exports, "NOTION_DROPDOWN_OPERATIONS", { enumerable: true, get: function () { return notion_operations_js_1.NOTION_DROPDOWN_OPERATIONS; } });
177
+ Object.defineProperty(exports, "isNotionOperation", { enumerable: true, get: function () { return notion_operations_js_1.isNotionOperation; } });
178
+ var postgres_operations_js_1 = require("./postgres-operations.js");
179
+ Object.defineProperty(exports, "POSTGRES_OPERATIONS", { enumerable: true, get: function () { return postgres_operations_js_1.POSTGRES_OPERATIONS; } });
180
+ Object.defineProperty(exports, "POSTGRES_MODES", { enumerable: true, get: function () { return postgres_operations_js_1.POSTGRES_MODES; } });
181
+ Object.defineProperty(exports, "POSTGRES_OPERATION_SPECS", { enumerable: true, get: function () { return postgres_operations_js_1.POSTGRES_OPERATION_SPECS; } });
182
+ Object.defineProperty(exports, "isPostgresOperation", { enumerable: true, get: function () { return postgres_operations_js_1.isPostgresOperation; } });
183
+ var mongo_operations_js_1 = require("./mongo-operations.js");
184
+ Object.defineProperty(exports, "MONGO_OPERATIONS", { enumerable: true, get: function () { return mongo_operations_js_1.MONGO_OPERATIONS; } });
185
+ Object.defineProperty(exports, "MONGO_OPERATION_SPECS", { enumerable: true, get: function () { return mongo_operations_js_1.MONGO_OPERATION_SPECS; } });
186
+ Object.defineProperty(exports, "isMongoOperation", { enumerable: true, get: function () { return mongo_operations_js_1.isMongoOperation; } });
187
+ var docs_operations_js_1 = require("./docs-operations.js");
188
+ Object.defineProperty(exports, "DOCS_OPERATIONS", { enumerable: true, get: function () { return docs_operations_js_1.DOCS_OPERATIONS; } });
189
+ Object.defineProperty(exports, "DOCS_OPERATION_SPECS", { enumerable: true, get: function () { return docs_operations_js_1.DOCS_OPERATION_SPECS; } });
190
+ Object.defineProperty(exports, "isDocsOperation", { enumerable: true, get: function () { return docs_operations_js_1.isDocsOperation; } });
191
+ var docs_toolkit_js_1 = require("./docs-toolkit.js");
192
+ Object.defineProperty(exports, "DOCS_TOOLKIT_SPECS", { enumerable: true, get: function () { return docs_toolkit_js_1.DOCS_TOOLKIT_SPECS; } });
193
+ Object.defineProperty(exports, "DOCS_TOOLKIT_BY_TOOL_NAME", { enumerable: true, get: function () { return docs_toolkit_js_1.DOCS_TOOLKIT_BY_TOOL_NAME; } });
194
+ Object.defineProperty(exports, "DOCS_TOOLKIT_DEFAULTABLE", { enumerable: true, get: function () { return docs_toolkit_js_1.DOCS_TOOLKIT_DEFAULTABLE; } });
195
+ var llm_models_js_1 = require("./llm-models.js");
196
+ Object.defineProperty(exports, "LLM_PROVIDERS", { enumerable: true, get: function () { return llm_models_js_1.LLM_PROVIDERS; } });
197
+ Object.defineProperty(exports, "LLM_MODELS", { enumerable: true, get: function () { return llm_models_js_1.LLM_MODELS; } });
198
+ Object.defineProperty(exports, "MODEL_CONTEXT_WINDOWS", { enumerable: true, get: function () { return llm_models_js_1.MODEL_CONTEXT_WINDOWS; } });
199
+ Object.defineProperty(exports, "getModelsFor", { enumerable: true, get: function () { return llm_models_js_1.getModelsFor; } });
200
+ Object.defineProperty(exports, "getDefaultModel", { enumerable: true, get: function () { return llm_models_js_1.getDefaultModel; } });
201
+ Object.defineProperty(exports, "getModelLabel", { enumerable: true, get: function () { return llm_models_js_1.getModelLabel; } });
202
+ var openrouter_js_1 = require("./openrouter.js");
203
+ Object.defineProperty(exports, "URL_DE_MODELOS_DE_OPENROUTER", { enumerable: true, get: function () { return openrouter_js_1.URL_DE_MODELOS_DE_OPENROUTER; } });
204
+ Object.defineProperty(exports, "opcionesDeModelosDeOpenRouter", { enumerable: true, get: function () { return openrouter_js_1.opcionesDeModelosDeOpenRouter; } });
205
+ Object.defineProperty(exports, "ventanaDeContextoDeOpenRouter", { enumerable: true, get: function () { return openrouter_js_1.ventanaDeContextoDeOpenRouter; } });
206
+ var credentials_js_1 = require("./credentials.js");
207
+ Object.defineProperty(exports, "CREDENTIAL_TYPES", { enumerable: true, get: function () { return credentials_js_1.CREDENTIAL_TYPES; } });
208
+ Object.defineProperty(exports, "CREDENTIAL_TYPE_VALUES", { enumerable: true, get: function () { return credentials_js_1.CREDENTIAL_TYPE_VALUES; } });
209
+ Object.defineProperty(exports, "credentialTypeValues", { enumerable: true, get: function () { return credentials_js_1.credentialTypeValues; } });
210
+ Object.defineProperty(exports, "getCredentialType", { enumerable: true, get: function () { return credentials_js_1.getCredentialType; } });
211
+ Object.defineProperty(exports, "isCredentialType", { enumerable: true, get: function () { return credentials_js_1.isCredentialType; } });
@@ -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
  /**
@@ -5,8 +5,8 @@
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';
9
- export type NodeGroup = 'Sources' | 'Flow Control' | 'Actions' | 'Annotations';
8
+ import type { NodeType } from "./types.js";
9
+ export type NodeGroup = "Sources" | "Flow Control" | "Actions" | "Annotations";
10
10
  export interface NodeRegistryEntry {
11
11
  /** Canonical type (e.g., "httpAction") */
12
12
  type: NodeType;
@@ -69,7 +69,7 @@ export interface NodeVersionSpec {
69
69
  * `current` is what a new node is born on — exactly one per type.
70
70
  * `legacy` still runs but is on its way out. `beta` is opt-in.
71
71
  */
72
- status: 'current' | 'legacy' | 'beta';
72
+ status: "current" | "legacy" | "beta";
73
73
  /**
74
74
  * The config fields this version understands.
75
75
  *
@@ -106,7 +106,7 @@ export declare const NODE_TYPE_TO_PREFIX: Record<string, string>;
106
106
  * pass it, and the tests can exercise a versioned type without waiting
107
107
  * for a real one to exist.
108
108
  */
109
- export type VersionCatalog = Record<string, Pick<NodeRegistryEntry, 'type' | 'versions'>>;
109
+ export type VersionCatalog = Record<string, Pick<NodeRegistryEntry, "type" | "versions">>;
110
110
  /** True when this type ships more than one version. False for every type today. */
111
111
  export declare function isVersioned(type: string, catalog?: VersionCatalog): boolean;
112
112
  /**