snow-flow 8.42.12 → 9.0.1
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/README.md +6 -229
- package/bin/snow-code +0 -0
- package/bin/snowcode.cmd +58 -0
- package/bunfig.toml +2 -0
- package/package.json +96 -548
- package/postinstall.cjs +39 -0
- package/script/postinstall.mjs +135 -0
- package/script/preinstall.mjs +45 -0
- package/src/acp/README.md +164 -0
- package/src/agent/generate.txt +75 -0
- package/src/dag/README.md +473 -0
- package/src/session/prompt/anthropic-20250930.txt +166 -0
- package/src/session/prompt/anthropic.txt +235 -0
- package/src/session/prompt/anthropic_spoof.txt +1 -0
- package/src/session/prompt/beast.txt +200 -0
- package/src/session/prompt/build-switch.txt +5 -0
- package/src/session/prompt/codex.txt +353 -0
- package/src/session/prompt/copilot-gpt-5.txt +143 -0
- package/src/session/prompt/gemini.txt +217 -0
- package/src/session/prompt/initialize.txt +8 -0
- package/src/session/prompt/plan.txt +8 -0
- package/src/session/prompt/qwen.txt +141 -0
- package/src/session/prompt/summarize-turn.txt +5 -0
- package/src/session/prompt/summarize.txt +10 -0
- package/src/session/prompt/title.txt +24 -0
- package/src/tool/bash.txt +121 -0
- package/src/tool/edit.txt +10 -0
- package/src/tool/glob.txt +6 -0
- package/src/tool/grep.txt +8 -0
- package/src/tool/ls.txt +1 -0
- package/src/tool/lsp-diagnostics.txt +1 -0
- package/src/tool/lsp-hover.txt +1 -0
- package/src/tool/multiedit.txt +41 -0
- package/src/tool/patch.txt +1 -0
- package/src/tool/read.txt +12 -0
- package/src/tool/task.txt +76 -0
- package/src/tool/todoread.txt +14 -0
- package/src/tool/todowrite.txt +167 -0
- package/src/tool/webfetch.txt +14 -0
- package/src/tool/websearch.txt +11 -0
- package/src/tool/write.txt +8 -0
- package/test-codespace-detection.js +51 -0
- package/.env.example +0 -203
- package/.mcp.json.template +0 -32
- package/CLAUDE.md +0 -941
- package/LICENSE +0 -93
- package/bin/snow-code-with-mcp +0 -129
- package/bin/snow-flow +0 -4
- package/bin/snow-flow.js +0 -3
- package/dist/agents/index.d.ts +0 -9
- package/dist/agents/index.d.ts.map +0 -1
- package/dist/agents/index.js +0 -11
- package/dist/agents/index.js.map +0 -1
- package/dist/api/health-api.d.ts +0 -8
- package/dist/api/health-api.d.ts.map +0 -1
- package/dist/api/health-api.js +0 -294
- package/dist/api/health-api.js.map +0 -1
- package/dist/api/simple-health-api.d.ts +0 -7
- package/dist/api/simple-health-api.d.ts.map +0 -1
- package/dist/api/simple-health-api.js +0 -450
- package/dist/api/simple-health-api.js.map +0 -1
- package/dist/cli/auth.d.ts +0 -9
- package/dist/cli/auth.d.ts.map +0 -1
- package/dist/cli/auth.js +0 -770
- package/dist/cli/auth.js.map +0 -1
- package/dist/cli/deploy-artifact.d.ts +0 -7
- package/dist/cli/deploy-artifact.d.ts.map +0 -1
- package/dist/cli/deploy-artifact.js +0 -279
- package/dist/cli/deploy-artifact.js.map +0 -1
- package/dist/cli/enterprise-refresh.d.ts +0 -10
- package/dist/cli/enterprise-refresh.d.ts.map +0 -1
- package/dist/cli/enterprise-refresh.js +0 -123
- package/dist/cli/enterprise-refresh.js.map +0 -1
- package/dist/cli/enterprise.d.ts +0 -55
- package/dist/cli/enterprise.d.ts.map +0 -1
- package/dist/cli/enterprise.js +0 -365
- package/dist/cli/enterprise.js.map +0 -1
- package/dist/cli/session.d.ts +0 -3
- package/dist/cli/session.d.ts.map +0 -1
- package/dist/cli/session.js +0 -46
- package/dist/cli/session.js.map +0 -1
- package/dist/cli.d.ts +0 -6
- package/dist/cli.d.ts.map +0 -1
- package/dist/cli.js +0 -2611
- package/dist/cli.js.map +0 -1
- package/dist/compliance/advanced-compliance-system.d.ts +0 -324
- package/dist/compliance/advanced-compliance-system.d.ts.map +0 -1
- package/dist/compliance/advanced-compliance-system.js +0 -887
- package/dist/compliance/advanced-compliance-system.js.map +0 -1
- package/dist/compliance/index.d.ts +0 -6
- package/dist/compliance/index.d.ts.map +0 -1
- package/dist/compliance/index.js +0 -9
- package/dist/compliance/index.js.map +0 -1
- package/dist/config/llm-config-loader.d.ts +0 -45
- package/dist/config/llm-config-loader.d.ts.map +0 -1
- package/dist/config/llm-config-loader.js +0 -49
- package/dist/config/llm-config-loader.js.map +0 -1
- package/dist/config/snow-code-config.d.ts +0 -75
- package/dist/config/snow-code-config.d.ts.map +0 -1
- package/dist/config/snow-code-config.js +0 -442
- package/dist/config/snow-code-config.js.map +0 -1
- package/dist/config/snow-flow-config.d.ts +0 -452
- package/dist/config/snow-flow-config.d.ts.map +0 -1
- package/dist/config/snow-flow-config.js +0 -1277
- package/dist/config/snow-flow-config.js.map +0 -1
- package/dist/documentation/index.d.ts +0 -6
- package/dist/documentation/index.d.ts.map +0 -1
- package/dist/documentation/index.js +0 -9
- package/dist/documentation/index.js.map +0 -1
- package/dist/documentation/self-documenting-system.d.ts +0 -292
- package/dist/documentation/self-documenting-system.d.ts.map +0 -1
- package/dist/documentation/self-documenting-system.js +0 -998
- package/dist/documentation/self-documenting-system.js.map +0 -1
- package/dist/dynamic-version.d.ts +0 -7
- package/dist/dynamic-version.d.ts.map +0 -1
- package/dist/dynamic-version.js +0 -43
- package/dist/dynamic-version.js.map +0 -1
- package/dist/healing/index.d.ts +0 -6
- package/dist/healing/index.d.ts.map +0 -1
- package/dist/healing/index.js +0 -9
- package/dist/healing/index.js.map +0 -1
- package/dist/healing/self-healing-system.d.ts +0 -320
- package/dist/healing/self-healing-system.d.ts.map +0 -1
- package/dist/healing/self-healing-system.js +0 -1067
- package/dist/healing/self-healing-system.js.map +0 -1
- package/dist/health/system-health.d.ts +0 -156
- package/dist/health/system-health.d.ts.map +0 -1
- package/dist/health/system-health.js +0 -849
- package/dist/health/system-health.js.map +0 -1
- package/dist/index.d.ts +0 -31
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -63
- package/dist/index.js.map +0 -1
- package/dist/license/index.d.ts +0 -5
- package/dist/license/index.d.ts.map +0 -1
- package/dist/license/index.js +0 -12
- package/dist/license/index.js.map +0 -1
- package/dist/license/parser.d.ts +0 -47
- package/dist/license/parser.d.ts.map +0 -1
- package/dist/license/parser.js +0 -149
- package/dist/license/parser.js.map +0 -1
- package/dist/managers/scope-manager.d.ts +0 -75
- package/dist/managers/scope-manager.d.ts.map +0 -1
- package/dist/managers/scope-manager.js +0 -449
- package/dist/managers/scope-manager.js.map +0 -1
- package/dist/mcp/advanced/servicenow-advanced-features-mcp.d.ts +0 -712
- package/dist/mcp/advanced/servicenow-advanced-features-mcp.d.ts.map +0 -1
- package/dist/mcp/advanced/servicenow-advanced-features-mcp.js +0 -9404
- package/dist/mcp/advanced/servicenow-advanced-features-mcp.js.map +0 -1
- package/dist/mcp/agent-discovery-methods.d.ts +0 -21
- package/dist/mcp/agent-discovery-methods.d.ts.map +0 -1
- package/dist/mcp/agent-discovery-methods.js +0 -223
- package/dist/mcp/agent-discovery-methods.js.map +0 -1
- package/dist/mcp/base-mcp-server.d.ts +0 -144
- package/dist/mcp/base-mcp-server.d.ts.map +0 -1
- package/dist/mcp/base-mcp-server.js +0 -584
- package/dist/mcp/base-mcp-server.js.map +0 -1
- package/dist/mcp/bridge.d.ts +0 -10
- package/dist/mcp/bridge.d.ts.map +0 -1
- package/dist/mcp/bridge.js +0 -31
- package/dist/mcp/bridge.js.map +0 -1
- package/dist/mcp/clients/enterprise-remote-client.d.ts +0 -80
- package/dist/mcp/clients/enterprise-remote-client.d.ts.map +0 -1
- package/dist/mcp/clients/enterprise-remote-client.js +0 -264
- package/dist/mcp/clients/enterprise-remote-client.js.map +0 -1
- package/dist/mcp/enhancements/smart-query-enhancement.d.ts +0 -49
- package/dist/mcp/enhancements/smart-query-enhancement.d.ts.map +0 -1
- package/dist/mcp/enhancements/smart-query-enhancement.js +0 -233
- package/dist/mcp/enhancements/smart-query-enhancement.js.map +0 -1
- package/dist/mcp/enterprise-proxy/credentials.d.ts +0 -39
- package/dist/mcp/enterprise-proxy/credentials.d.ts.map +0 -1
- package/dist/mcp/enterprise-proxy/credentials.js +0 -166
- package/dist/mcp/enterprise-proxy/credentials.js.map +0 -1
- package/dist/mcp/enterprise-proxy/index.d.ts +0 -7
- package/dist/mcp/enterprise-proxy/index.d.ts.map +0 -1
- package/dist/mcp/enterprise-proxy/index.js +0 -134
- package/dist/mcp/enterprise-proxy/index.js.map +0 -1
- package/dist/mcp/enterprise-proxy/logger.d.ts +0 -17
- package/dist/mcp/enterprise-proxy/logger.d.ts.map +0 -1
- package/dist/mcp/enterprise-proxy/logger.js +0 -104
- package/dist/mcp/enterprise-proxy/logger.js.map +0 -1
- package/dist/mcp/enterprise-proxy/proxy.d.ts +0 -33
- package/dist/mcp/enterprise-proxy/proxy.d.ts.map +0 -1
- package/dist/mcp/enterprise-proxy/proxy.js +0 -359
- package/dist/mcp/enterprise-proxy/proxy.js.map +0 -1
- package/dist/mcp/enterprise-proxy/server.d.ts +0 -23
- package/dist/mcp/enterprise-proxy/server.d.ts.map +0 -1
- package/dist/mcp/enterprise-proxy/server.js +0 -168
- package/dist/mcp/enterprise-proxy/server.js.map +0 -1
- package/dist/mcp/enterprise-proxy/types.d.ts +0 -65
- package/dist/mcp/enterprise-proxy/types.d.ts.map +0 -1
- package/dist/mcp/enterprise-proxy/types.js +0 -6
- package/dist/mcp/enterprise-proxy/types.js.map +0 -1
- package/dist/mcp/http-transport-wrapper.d.ts +0 -30
- package/dist/mcp/http-transport-wrapper.d.ts.map +0 -1
- package/dist/mcp/http-transport-wrapper.js +0 -379
- package/dist/mcp/http-transport-wrapper.js.map +0 -1
- package/dist/mcp/intelligent-reporting-mcp.d.ts +0 -7
- package/dist/mcp/intelligent-reporting-mcp.d.ts.map +0 -1
- package/dist/mcp/intelligent-reporting-mcp.js +0 -379
- package/dist/mcp/intelligent-reporting-mcp.js.map +0 -1
- package/dist/mcp/mcp-on-demand-proxy.d.ts +0 -7
- package/dist/mcp/mcp-on-demand-proxy.d.ts.map +0 -1
- package/dist/mcp/mcp-on-demand-proxy.js +0 -187
- package/dist/mcp/mcp-on-demand-proxy.js.map +0 -1
- package/dist/mcp/service-discovery-client.d.ts +0 -87
- package/dist/mcp/service-discovery-client.d.ts.map +0 -1
- package/dist/mcp/service-discovery-client.js +0 -242
- package/dist/mcp/service-discovery-client.js.map +0 -1
- package/dist/mcp/servicenow-automation-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-automation-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-automation-mcp.js +0 -2469
- package/dist/mcp/servicenow-automation-mcp.js.map +0 -1
- package/dist/mcp/servicenow-change-virtualagent-pa-mcp-enhanced.d.ts +0 -7
- package/dist/mcp/servicenow-change-virtualagent-pa-mcp-enhanced.d.ts.map +0 -1
- package/dist/mcp/servicenow-change-virtualagent-pa-mcp-enhanced.js +0 -816
- package/dist/mcp/servicenow-change-virtualagent-pa-mcp-enhanced.js.map +0 -1
- package/dist/mcp/servicenow-change-virtualagent-pa-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-change-virtualagent-pa-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-change-virtualagent-pa-mcp.js +0 -1264
- package/dist/mcp/servicenow-change-virtualagent-pa-mcp.js.map +0 -1
- package/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp-enhanced.d.ts +0 -7
- package/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp-enhanced.d.ts.map +0 -1
- package/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp-enhanced.js +0 -1112
- package/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp-enhanced.js.map +0 -1
- package/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp.js +0 -1452
- package/dist/mcp/servicenow-cmdb-event-hr-csm-devops-mcp.js.map +0 -1
- package/dist/mcp/servicenow-deployment-mcp.d.ts +0 -7
- package/dist/mcp/servicenow-deployment-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-deployment-mcp.js +0 -9220
- package/dist/mcp/servicenow-deployment-mcp.js.map +0 -1
- package/dist/mcp/servicenow-development-assistant-mcp.d.ts +0 -143
- package/dist/mcp/servicenow-development-assistant-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-development-assistant-mcp.js +0 -4217
- package/dist/mcp/servicenow-development-assistant-mcp.js.map +0 -1
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp-enhanced.d.ts +0 -7
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp-enhanced.d.ts.map +0 -1
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp-enhanced.js +0 -885
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp-enhanced.js.map +0 -1
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp.js +0 -3637
- package/dist/mcp/servicenow-flow-workspace-mobile-mcp.js.map +0 -1
- package/dist/mcp/servicenow-integration-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-integration-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-integration-mcp.js +0 -752
- package/dist/mcp/servicenow-integration-mcp.js.map +0 -1
- package/dist/mcp/servicenow-itam-mcp.d.ts +0 -29
- package/dist/mcp/servicenow-itam-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-itam-mcp.js +0 -537
- package/dist/mcp/servicenow-itam-mcp.js.map +0 -1
- package/dist/mcp/servicenow-knowledge-catalog-mcp-enhanced.d.ts +0 -7
- package/dist/mcp/servicenow-knowledge-catalog-mcp-enhanced.d.ts.map +0 -1
- package/dist/mcp/servicenow-knowledge-catalog-mcp-enhanced.js +0 -709
- package/dist/mcp/servicenow-knowledge-catalog-mcp-enhanced.js.map +0 -1
- package/dist/mcp/servicenow-knowledge-catalog-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-knowledge-catalog-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-knowledge-catalog-mcp.js +0 -1613
- package/dist/mcp/servicenow-knowledge-catalog-mcp.js.map +0 -1
- package/dist/mcp/servicenow-local-development-mcp.d.ts +0 -26
- package/dist/mcp/servicenow-local-development-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-local-development-mcp.js +0 -534
- package/dist/mcp/servicenow-local-development-mcp.js.map +0 -1
- package/dist/mcp/servicenow-machine-learning-mcp.d.ts +0 -162
- package/dist/mcp/servicenow-machine-learning-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-machine-learning-mcp.js +0 -3457
- package/dist/mcp/servicenow-machine-learning-mcp.js.map +0 -1
- package/dist/mcp/servicenow-mcp-server.d.ts +0 -37
- package/dist/mcp/servicenow-mcp-server.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-server.js +0 -648
- package/dist/mcp/servicenow-mcp-server.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/index.d.ts +0 -18
- package/dist/mcp/servicenow-mcp-unified/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/index.js +0 -103
- package/dist/mcp/servicenow-mcp-unified/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/scripts/validate-tools.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/scripts/validate-tools.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/scripts/validate-tools.js +0 -89
- package/dist/mcp/servicenow-mcp-unified/scripts/validate-tools.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/server.d.ts +0 -73
- package/dist/mcp/servicenow-mcp-unified/server.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/server.js +0 -430
- package/dist/mcp/servicenow-mcp-unified/server.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/__tests__/permission-validator.test.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/shared/__tests__/permission-validator.test.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/__tests__/permission-validator.test.js +0 -451
- package/dist/mcp/servicenow-mcp-unified/shared/__tests__/permission-validator.test.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/__tests__/stakeholder-write-protection.test.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/shared/__tests__/stakeholder-write-protection.test.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/__tests__/stakeholder-write-protection.test.js +0 -535
- package/dist/mcp/servicenow-mcp-unified/shared/__tests__/stakeholder-write-protection.test.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/auth.d.ts +0 -106
- package/dist/mcp/servicenow-mcp-unified/shared/auth.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/auth.js +0 -474
- package/dist/mcp/servicenow-mcp-unified/shared/auth.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/error-handler.d.ts +0 -103
- package/dist/mcp/servicenow-mcp-unified/shared/error-handler.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/error-handler.js +0 -381
- package/dist/mcp/servicenow-mcp-unified/shared/error-handler.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/permission-validator.d.ts +0 -31
- package/dist/mcp/servicenow-mcp-unified/shared/permission-validator.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/permission-validator.js +0 -218
- package/dist/mcp/servicenow-mcp-unified/shared/permission-validator.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/tool-registry.d.ts +0 -75
- package/dist/mcp/servicenow-mcp-unified/shared/tool-registry.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/tool-registry.js +0 -352
- package/dist/mcp/servicenow-mcp-unified/shared/tool-registry.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/types.d.ts +0 -241
- package/dist/mcp/servicenow-mcp-unified/shared/types.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/shared/types.js +0 -6
- package/dist/mcp/servicenow-mcp-unified/shared/types.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/index.d.ts +0 -5
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/index.js +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_create_acl.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_create_acl.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_create_acl.js +0 -51
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_create_acl.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_create_acl_role.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_create_acl_role.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_create_acl_role.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_create_acl_role.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_get_user_roles.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_get_user_roles.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_get_user_roles.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_get_user_roles.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_test_acl.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_test_acl.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_test_acl.js +0 -59
- package/dist/mcp/servicenow-mcp-unified/tools/access-control/snow_test_acl.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/adapters/index.d.ts +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/adapters/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/adapters/index.js +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/adapters/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/addons/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/addons/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/addons/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/addons/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_backup_instance.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_backup_instance.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_backup_instance.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_backup_instance.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_cicd_deploy.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_cicd_deploy.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_cicd_deploy.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_cicd_deploy.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_clone_instance.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_clone_instance.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_clone_instance.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/addons/snow_clone_instance.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/index.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/index.js +0 -28
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_ai_classify.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_ai_classify.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_ai_classify.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_ai_classify.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_anomaly_detection.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_anomaly_detection.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_anomaly_detection.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_anomaly_detection.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_autocomplete.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_autocomplete.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_autocomplete.js +0 -58
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_autocomplete.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_duplicate_detection.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_duplicate_detection.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_duplicate_detection.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_duplicate_detection.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_fuzzy_search.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_fuzzy_search.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_fuzzy_search.js +0 -267
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_fuzzy_search.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_ml_predict.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_ml_predict.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_ml_predict.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_ml_predict.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_recommendation_engine.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_recommendation_engine.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_recommendation_engine.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_recommendation_engine.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_sentiment_analysis.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_sentiment_analysis.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_sentiment_analysis.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/advanced/snow_sentiment_analysis.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/aggregators/index.d.ts +0 -2
- package/dist/mcp/servicenow-mcp-unified/tools/aggregators/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/aggregators/index.js +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/aggregators/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/aggregators/snow_aggregate_metrics.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/aggregators/snow_aggregate_metrics.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/aggregators/snow_aggregate_metrics.js +0 -58
- package/dist/mcp/servicenow-mcp-unified/tools/aggregators/snow_aggregate_metrics.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/snow_predict.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/snow_predict.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/snow_predict.js +0 -44
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/snow_predict.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/snow_train_classifier.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/snow_train_classifier.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/snow_train_classifier.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/ai-ml-MIGRATED/snow_train_classifier.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/applications/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/applications/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_create_application.d.ts +0 -15
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_create_application.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_create_application.js +0 -276
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_create_application.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_get_current_scope.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_get_current_scope.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_get_current_scope.js +0 -220
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_get_current_scope.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_install_application.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_install_application.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_install_application.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_install_application.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_list_applications.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_list_applications.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_list_applications.js +0 -236
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_list_applications.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_switch_application_scope.d.ts +0 -18
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_switch_application_scope.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_switch_application_scope.js +0 -297
- package/dist/mcp/servicenow-mcp-unified/tools/applications/snow_switch_application_scope.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_approve_reject.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_approve_reject.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_approve_reject.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_approve_reject.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_get_pending_approvals.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_get_pending_approvals.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_get_pending_approvals.js +0 -54
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_get_pending_approvals.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_request_approval.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_request_approval.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_request_approval.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/approvals/snow_request_approval.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/index.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/asset/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/index.js +0 -28
- package/dist/mcp/servicenow-mcp-unified/tools/asset/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_asset_compliance_report.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_asset_compliance_report.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_asset_compliance_report.js +0 -138
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_asset_compliance_report.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_asset_discovery.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_asset_discovery.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_asset_discovery.js +0 -116
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_asset_discovery.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_create_asset.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_create_asset.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_create_asset.js +0 -53
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_create_asset.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_manage_software_license.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_manage_software_license.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_manage_software_license.js +0 -86
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_manage_software_license.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_optimize_licenses.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_optimize_licenses.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_optimize_licenses.js +0 -121
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_optimize_licenses.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_retire_asset.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_retire_asset.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_retire_asset.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_retire_asset.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_track_asset_lifecycle.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_track_asset_lifecycle.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_track_asset_lifecycle.js +0 -89
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_track_asset_lifecycle.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_transfer_asset.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_transfer_asset.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_transfer_asset.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/asset/snow_transfer_asset.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/index.d.ts +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/atf/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/index.js +0 -25
- package/dist/mcp/servicenow-mcp-unified/tools/atf/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test.js +0 -75
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test_step.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test_step.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test_step.js +0 -83
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test_step.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test_suite.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test_suite.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test_suite.js +0 -94
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_create_atf_test_suite.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_discover_atf_tests.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_discover_atf_tests.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_discover_atf_tests.js +0 -82
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_discover_atf_tests.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_execute_atf_test.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_execute_atf_test.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_execute_atf_test.js +0 -121
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_execute_atf_test.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_get_atf_results.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_get_atf_results.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_get_atf_results.js +0 -96
- package/dist/mcp/servicenow-mcp-unified/tools/atf/snow_get_atf_results.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_delete_attachment.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_delete_attachment.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_delete_attachment.js +0 -44
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_delete_attachment.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_get_attachments.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_get_attachments.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_get_attachments.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_get_attachments.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_upload_attachment.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_upload_attachment.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_upload_attachment.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/attachments/snow_upload_attachment.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/index.d.ts +0 -25
- package/dist/mcp/servicenow-mcp-unified/tools/automation/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/index.js +0 -72
- package/dist/mcp/servicenow-mcp-unified/tools/automation/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_confirm_script_execution.d.ts +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_confirm_script_execution.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_confirm_script_execution.js +0 -252
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_confirm_script_execution.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_escalation_rule.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_escalation_rule.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_escalation_rule.js +0 -78
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_escalation_rule.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_event_rule.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_event_rule.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_event_rule.js +0 -77
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_event_rule.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_sla_definition.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_sla_definition.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_sla_definition.js +0 -89
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_sla_definition.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_workflow_activity.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_workflow_activity.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_workflow_activity.js +0 -88
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_create_workflow_activity.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_automation_jobs.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_automation_jobs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_automation_jobs.js +0 -76
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_automation_jobs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_events.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_events.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_events.js +0 -73
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_events.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_schedules.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_schedules.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_schedules.js +0 -73
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_discover_schedules.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_email_logs.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_email_logs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_email_logs.js +0 -185
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_email_logs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_flow_execution_logs.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_flow_execution_logs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_flow_execution_logs.js +0 -280
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_flow_execution_logs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_inbound_http_logs.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_inbound_http_logs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_inbound_http_logs.js +0 -233
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_inbound_http_logs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_logs.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_logs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_logs.js +0 -140
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_logs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_outbound_http_logs.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_outbound_http_logs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_outbound_http_logs.js +0 -218
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_outbound_http_logs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_scheduled_job_logs.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_scheduled_job_logs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_scheduled_job_logs.js +0 -285
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_scheduled_job_logs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_script_output.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_script_output.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_script_output.js +0 -102
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_script_output.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_slow_queries.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_slow_queries.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_slow_queries.js +0 -340
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_get_slow_queries.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_property_manager.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_property_manager.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_property_manager.js +0 -176
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_property_manager.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_rest_message_test_suite.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_rest_message_test_suite.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_rest_message_test_suite.js +0 -145
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_rest_message_test_suite.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_schedule_script_job.d.ts +0 -26
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_schedule_script_job.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_schedule_script_job.js +0 -486
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_schedule_script_job.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_test_scheduled_job.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_test_scheduled_job.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_test_scheduled_job.js +0 -96
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_test_scheduled_job.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_trace_execution.d.ts +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_trace_execution.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_trace_execution.js +0 -139
- package/dist/mcp/servicenow-mcp-unified/tools/automation/snow_trace_execution.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/snow_create_business_rule.d.ts +0 -18
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/snow_create_business_rule.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/snow_create_business_rule.js +0 -227
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/snow_create_business_rule.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/snow_disable_business_rule.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/snow_disable_business_rule.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/snow_disable_business_rule.js +0 -44
- package/dist/mcp/servicenow-mcp-unified/tools/business-rules/snow_disable_business_rule.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/calculators/index.d.ts +0 -2
- package/dist/mcp/servicenow-mcp-unified/tools/calculators/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/calculators/index.js +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/calculators/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/calculators/snow_calculate_sla_duration.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/calculators/snow_calculate_sla_duration.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/calculators/snow_calculate_sla_duration.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/calculators/snow_calculate_sla_duration.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/index.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/index.js +0 -28
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_create_catalog_client_script.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_create_catalog_client_script.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_create_catalog_client_script.js +0 -70
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_create_catalog_client_script.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_create_catalog_ui_policy.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_create_catalog_ui_policy.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_create_catalog_ui_policy.js +0 -128
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_create_catalog_ui_policy.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_discover_catalogs.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_discover_catalogs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_discover_catalogs.js +0 -78
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_discover_catalogs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_get_catalog_item_details.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_get_catalog_item_details.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_get_catalog_item_details.js +0 -95
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_get_catalog_item_details.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_order_catalog_item.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_order_catalog_item.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_order_catalog_item.js +0 -91
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_order_catalog_item.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_search_catalog.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_search_catalog.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_search_catalog.js +0 -97
- package/dist/mcp/servicenow-mcp-unified/tools/catalog/snow_search_catalog.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/change/index.d.ts +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/change/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/change/index.js +0 -18
- package/dist/mcp/servicenow-mcp-unified/tools/change/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/change/snow_change_manage.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/change/snow_change_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/change/snow_change_manage.js +0 -173
- package/dist/mcp/servicenow-mcp-unified/tools/change/snow_change_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/change/snow_change_query.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/change/snow_change_query.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/change/snow_change_query.js +0 -207
- package/dist/mcp/servicenow-mcp-unified/tools/change/snow_change_query.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/index.d.ts +0 -17
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/index.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_ci_health_check.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_ci_health_check.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_ci_health_check.js +0 -60
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_ci_health_check.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_create_ci.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_create_ci.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_create_ci.js +0 -53
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_create_ci.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_create_ci_relationship.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_create_ci_relationship.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_create_ci_relationship.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_create_ci_relationship.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_details.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_details.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_details.js +0 -67
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_details.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_history.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_history.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_history.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_history.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_impact.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_impact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_impact.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_impact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_relationships.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_relationships.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_relationships.js +0 -51
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_ci_relationships.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_event_correlation.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_event_correlation.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_event_correlation.js +0 -117
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_get_event_correlation.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_impact_analysis.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_impact_analysis.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_impact_analysis.js +0 -120
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_impact_analysis.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_reconcile_ci.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_reconcile_ci.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_reconcile_ci.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_reconcile_ci.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_run_discovery.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_run_discovery.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_run_discovery.js +0 -51
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_run_discovery.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_search_cmdb.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_search_cmdb.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_search_cmdb.js +0 -68
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_search_cmdb.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_update_ci.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_update_ci.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_update_ci.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/cmdb/snow_update_ci.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_batch_request.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_batch_request.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_batch_request.js +0 -63
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_batch_request.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_check_health.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_check_health.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_check_health.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_check_health.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_configure_connection.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_configure_connection.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_configure_connection.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_configure_connection.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_get_instance_info.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_get_instance_info.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_get_instance_info.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_get_instance_info.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_test_connection.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_test_connection.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_test_connection.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/connectors/snow_test_connection.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/converters/index.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/converters/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/converters/index.js +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/converters/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/converters/snow_data_convert.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/converters/snow_data_convert.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/converters/snow_data_convert.js +0 -157
- package/dist/mcp/servicenow-mcp-unified/tools/converters/snow_data_convert.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/csm/index.d.ts +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/csm/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/csm/index.js +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/csm/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_create_customer_account.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_create_customer_account.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_create_customer_account.js +0 -60
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_create_customer_account.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_create_entitlement.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_create_entitlement.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_create_entitlement.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_create_entitlement.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_get_customer_history.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_get_customer_history.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_get_customer_history.js +0 -64
- package/dist/mcp/servicenow-mcp-unified/tools/csm/snow_get_customer_history.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/snow_add_dashboard_widget.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/snow_add_dashboard_widget.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/snow_add_dashboard_widget.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/snow_add_dashboard_widget.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/snow_create_dashboard.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/snow_create_dashboard.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/snow_create_dashboard.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/dashboards/snow_create_dashboard.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_bulk_update.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_bulk_update.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_bulk_update.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_bulk_update.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_choice.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_choice.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_choice.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_choice.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_field.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_field.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_field.js +0 -61
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_field.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_table.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_table.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_table.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_create_table.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_data_export.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_data_export.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_data_export.js +0 -58
- package/dist/mcp/servicenow-mcp-unified/tools/data-management/snow_data_export.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/snow_create_data_policy.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/snow_create_data_policy.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/snow_create_data_policy.js +0 -57
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/snow_create_data_policy.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/snow_create_data_policy_rule.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/snow_create_data_policy_rule.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/snow_create_data_policy_rule.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/data-policies/snow_create_data_policy_rule.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/decoders/index.d.ts +0 -2
- package/dist/mcp/servicenow-mcp-unified/tools/decoders/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/decoders/index.js +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/decoders/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/decoders/snow_jwt_decode.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/decoders/snow_jwt_decode.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/decoders/snow_jwt_decode.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/decoders/snow_jwt_decode.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/index.d.ts +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/index.js +0 -45
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_auth_diagnostics.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_auth_diagnostics.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_auth_diagnostics.js +0 -206
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_auth_diagnostics.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_clone_instance_artifact.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_clone_instance_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_clone_instance_artifact.js +0 -73
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_clone_instance_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_create_artifact.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_create_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_create_artifact.js +0 -958
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_create_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_create_solution_package.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_create_solution_package.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_create_solution_package.js +0 -128
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_create_solution_package.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_deployment_debug.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_deployment_debug.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_deployment_debug.js +0 -135
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_deployment_debug.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_deployment_status.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_deployment_status.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_deployment_status.js +0 -152
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_deployment_status.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_export_artifact.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_export_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_export_artifact.js +0 -120
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_export_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_import_artifact.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_import_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_import_artifact.js +0 -164
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_import_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_rollback_deployment.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_rollback_deployment.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_rollback_deployment.js +0 -194
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_rollback_deployment.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_update.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_update.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_update.js +0 -202
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_update.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_validate_deployment.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_validate_deployment.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_validate_deployment.js +0 -298
- package/dist/mcp/servicenow-mcp-unified/tools/deployment/snow_validate_deployment.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/index.d.ts +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/development/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/index.js +0 -39
- package/dist/mcp/servicenow-mcp-unified/tools/development/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_analyze_artifact.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_analyze_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_analyze_artifact.js +0 -107
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_analyze_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_analyze_requirements.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_analyze_requirements.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_analyze_requirements.js +0 -193
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_analyze_requirements.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_edit_artifact.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_edit_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_edit_artifact.js +0 -107
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_edit_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_edit_by_sysid.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_edit_by_sysid.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_edit_by_sysid.js +0 -96
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_edit_by_sysid.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_find_artifact.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_find_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_find_artifact.js +0 -101
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_find_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_get_by_sysid.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_get_by_sysid.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_get_by_sysid.js +0 -88
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_get_by_sysid.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_memory_search.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_memory_search.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_memory_search.js +0 -94
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_memory_search.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_orchestrate_development.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_orchestrate_development.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_orchestrate_development.js +0 -146
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_orchestrate_development.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_sync_data_consistency.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_sync_data_consistency.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_sync_data_consistency.js +0 -132
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_sync_data_consistency.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_validate_live_connection.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_validate_live_connection.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_validate_live_connection.js +0 -137
- package/dist/mcp/servicenow-mcp-unified/tools/development/snow_validate_live_connection.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/devops/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/devops/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_create_devops_change.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_create_devops_change.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_create_devops_change.js +0 -61
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_create_devops_change.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_create_devops_pipeline.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_create_devops_pipeline.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_create_devops_pipeline.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_create_devops_pipeline.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_get_devops_insights.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_get_devops_insights.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_get_devops_insights.js +0 -62
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_get_devops_insights.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_track_deployment.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_track_deployment.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_track_deployment.js +0 -60
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_track_deployment.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_velocity_tracking.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_velocity_tracking.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_velocity_tracking.js +0 -59
- package/dist/mcp/servicenow-mcp-unified/tools/devops/snow_velocity_tracking.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/email/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/email/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/email/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/email/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_create_email_template.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_create_email_template.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_create_email_template.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_create_email_template.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_create_notification.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_create_notification.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_create_notification.js +0 -63
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_create_notification.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_send_email.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_send_email.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_send_email.js +0 -148
- package/dist/mcp/servicenow-mcp-unified/tools/email/snow_send_email.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_decode_base64.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_decode_base64.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_decode_base64.js +0 -42
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_decode_base64.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_decode_url.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_decode_url.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_decode_url.js +0 -42
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_decode_url.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_encode_base64.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_encode_base64.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_encode_base64.js +0 -42
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_encode_base64.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_encode_url.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_encode_url.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_encode_url.js +0 -42
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_encode_url.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_hash_string.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_hash_string.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_hash_string.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/encoders/snow_hash_string.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/events/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/events/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_alert.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_alert.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_alert.js +0 -53
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_alert.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_alert_rule.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_alert_rule.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_alert_rule.js +0 -69
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_alert_rule.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_event.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_event.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_event.js +0 -57
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_create_event.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_get_event_queue.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_get_event_queue.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_get_event_queue.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_get_event_queue.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_monitor_metrics.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_monitor_metrics.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_monitor_metrics.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/events/snow_monitor_metrics.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_custom_api.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_custom_api.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_custom_api.js +0 -69
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_custom_api.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_file_download.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_file_download.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_file_download.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_file_download.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_file_upload.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_file_upload.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_file_upload.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_file_upload.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_graphql_query.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_graphql_query.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_graphql_query.js +0 -51
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_graphql_query.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_scripted_rest_api.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_scripted_rest_api.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_scripted_rest_api.js +0 -68
- package/dist/mcp/servicenow-mcp-unified/tools/extensions/snow_scripted_rest_api.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/index.d.ts +0 -5
- package/dist/mcp/servicenow-mcp-unified/tools/filters/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/index.js +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/filters/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_create_saved_filter.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_create_saved_filter.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_create_saved_filter.js +0 -93
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_create_saved_filter.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_date_filter.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_date_filter.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_date_filter.js +0 -69
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_date_filter.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_field_filter.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_field_filter.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_field_filter.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_field_filter.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_query_filter.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_query_filter.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_query_filter.js +0 -59
- package/dist/mcp/servicenow-mcp-unified/tools/filters/snow_query_filter.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_date.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_date.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_date.js +0 -67
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_date.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_number.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_number.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_number.js +0 -60
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_number.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_text.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_text.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_text.js +0 -64
- package/dist/mcp/servicenow-mcp-unified/tools/formatters/snow_format_text.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/forms/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/forms/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/forms/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/forms/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_add_form_field.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_add_form_field.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_add_form_field.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_add_form_field.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_create_form_layout.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_create_form_layout.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_create_form_layout.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_create_form_layout.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_create_form_section.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_create_form_section.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_create_form_section.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/forms/snow_create_form_section.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/generators/index.d.ts +0 -2
- package/dist/mcp/servicenow-mcp-unified/tools/generators/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/generators/index.js +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/generators/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/generators/snow_generate_records.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/generators/snow_generate_records.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/generators/snow_generate_records.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/generators/snow_generate_records.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/index.d.ts +0 -5
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/index.js +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_callback_handler.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_callback_handler.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_callback_handler.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_callback_handler.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_error_handler.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_error_handler.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_error_handler.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_error_handler.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_event_handler.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_event_handler.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_event_handler.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_event_handler.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_exception_handler.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_exception_handler.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_exception_handler.js +0 -53
- package/dist/mcp/servicenow-mcp-unified/tools/handlers/snow_exception_handler.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/index.d.ts +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/index.js +0 -22
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_cache_get.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_cache_get.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_cache_get.js +0 -45
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_cache_get.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_cache_set.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_cache_set.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_cache_set.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_cache_set.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_diff_objects.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_diff_objects.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_diff_objects.js +0 -60
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_diff_objects.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_paginate.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_paginate.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_paginate.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_paginate.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_rate_limit.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_rate_limit.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_rate_limit.js +0 -45
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_rate_limit.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_retry_operation.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_retry_operation.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_retry_operation.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/helpers/snow_retry_operation.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/hr/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/hr/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr/snow_create_hr_task.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/hr/snow_create_hr_task.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr/snow_create_hr_task.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/hr/snow_create_hr_task.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr/snow_employee_offboarding.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/hr/snow_employee_offboarding.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr/snow_employee_offboarding.js +0 -59
- package/dist/mcp/servicenow-mcp-unified/tools/hr/snow_employee_offboarding.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_create_customer_case.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_create_customer_case.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_create_customer_case.js +0 -51
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_create_customer_case.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_create_hr_case.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_create_hr_case.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_create_hr_case.js +0 -51
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_create_hr_case.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_employee_onboarding.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_employee_onboarding.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_employee_onboarding.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/hr-csm/snow_employee_onboarding.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/index.d.ts +0 -5
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/index.js +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_create_import_set.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_create_import_set.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_create_import_set.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_create_import_set.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_create_transform_map.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_create_transform_map.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_create_transform_map.js +0 -124
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_create_transform_map.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_execute_transform.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_execute_transform.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_execute_transform.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_execute_transform.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_export_to_xml.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_export_to_xml.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_export_to_xml.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/import-export/snow_export_to_xml.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/index.d.ts +0 -29
- package/dist/mcp/servicenow-mcp-unified/tools/integration/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/index.js +0 -85
- package/dist/mcp/servicenow-mcp-unified/tools/integration/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_analyze_query.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_analyze_query.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_analyze_query.js +0 -221
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_analyze_query.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_batch_api.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_batch_api.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_batch_api.js +0 -132
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_batch_api.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_configure_mid_server.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_configure_mid_server.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_configure_mid_server.js +0 -397
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_configure_mid_server.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_connection_alias.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_connection_alias.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_connection_alias.js +0 -234
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_connection_alias.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_credential_alias.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_credential_alias.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_credential_alias.js +0 -280
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_credential_alias.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_email_config.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_email_config.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_email_config.js +0 -120
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_email_config.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_field_map.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_field_map.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_field_map.js +0 -113
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_field_map.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_flow_action.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_flow_action.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_flow_action.js +0 -358
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_flow_action.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_oauth_profile.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_oauth_profile.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_oauth_profile.js +0 -237
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_oauth_profile.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_rest_message.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_rest_message.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_rest_message.js +0 -227
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_rest_message.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_web_service.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_web_service.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_web_service.js +0 -111
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_create_web_service.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_detect_code_patterns.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_detect_code_patterns.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_detect_code_patterns.js +0 -285
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_detect_code_patterns.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_discover_data_sources.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_discover_data_sources.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_discover_data_sources.js +0 -157
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_discover_data_sources.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_discover_integration_endpoints.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_discover_integration_endpoints.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_discover_integration_endpoints.js +0 -143
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_discover_integration_endpoints.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_generate_docs.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_generate_docs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_generate_docs.js +0 -249
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_generate_docs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_install_spoke.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_install_spoke.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_install_spoke.js +0 -326
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_install_spoke.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_mid_capabilities.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_mid_capabilities.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_mid_capabilities.js +0 -442
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_mid_capabilities.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_oauth_tokens.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_oauth_tokens.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_oauth_tokens.js +0 -348
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_oauth_tokens.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_spoke_connection.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_spoke_connection.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_spoke_connection.js +0 -427
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_manage_spoke_connection.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_rest_message_manage.d.ts +0 -26
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_rest_message_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_rest_message_manage.js +0 -1280
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_rest_message_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_schedule_job.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_schedule_job.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_schedule_job.js +0 -210
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_schedule_job.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_integration.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_integration.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_integration.js +0 -296
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_integration.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_mid_connectivity.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_mid_connectivity.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_mid_connectivity.js +0 -432
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_mid_connectivity.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_rest_connection.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_rest_connection.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_rest_connection.js +0 -139
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_test_rest_connection.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_workflow_analyze.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_workflow_analyze.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_workflow_analyze.js +0 -196
- package/dist/mcp/servicenow-mcp-unified/tools/integration/snow_workflow_analyze.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/journals/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/journals/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/journals/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/journals/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/journals/snow_add_comment.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/journals/snow_add_comment.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/journals/snow_add_comment.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/journals/snow_add_comment.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/journals/snow_get_journal_entries.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/journals/snow_get_journal_entries.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/journals/snow_get_journal_entries.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/journals/snow_get_journal_entries.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/index.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/index.js +0 -26
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_catalog_item.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_catalog_item.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_catalog_item.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_catalog_item.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_catalog_variable.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_catalog_variable.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_catalog_variable.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_catalog_variable.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_knowledge_base.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_knowledge_base.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_knowledge_base.js +0 -70
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_create_knowledge_base.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_discover_knowledge_bases.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_discover_knowledge_bases.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_discover_knowledge_bases.js +0 -73
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_discover_knowledge_bases.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_knowledge_article_manage.d.ts +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_knowledge_article_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_knowledge_article_manage.js +0 -339
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_knowledge_article_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_order_catalog_item.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_order_catalog_item.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_order_catalog_item.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/knowledge/snow_order_catalog_item.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/index.d.ts +0 -5
- package/dist/mcp/servicenow-mcp-unified/tools/lists/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/index.js +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/lists/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_add_list_column.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_add_list_column.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_add_list_column.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_add_list_column.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_list_layout.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_list_layout.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_list_layout.js +0 -146
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_list_layout.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_list_view.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_list_view.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_list_view.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_list_view.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_related_list.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_related_list.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_related_list.js +0 -54
- package/dist/mcp/servicenow-mcp-unified/tools/lists/snow_create_related_list.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/index.d.ts +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/index.js +0 -25
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_convert_to_es5.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_convert_to_es5.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_convert_to_es5.js +0 -148
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_convert_to_es5.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_list_supported_artifacts.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_list_supported_artifacts.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_list_supported_artifacts.js +0 -129
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_list_supported_artifacts.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_pull_artifact.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_pull_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_pull_artifact.js +0 -197
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_pull_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_push_artifact.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_push_artifact.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_push_artifact.js +0 -207
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_push_artifact.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_sync_cleanup.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_sync_cleanup.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_sync_cleanup.js +0 -200
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_sync_cleanup.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_sync_status.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_sync_status.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_sync_status.js +0 -254
- package/dist/mcp/servicenow-mcp-unified/tools/local-sync/snow_sync_status.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/index.d.ts +0 -21
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/index.js +0 -42
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_classify_incident.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_classify_incident.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_classify_incident.js +0 -176
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_classify_incident.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_detect_anomalies.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_detect_anomalies.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_detect_anomalies.js +0 -178
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_detect_anomalies.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_forecast_incidents.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_forecast_incidents.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_forecast_incidents.js +0 -260
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_forecast_incidents.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_hybrid_recommendation.d.ts +0 -15
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_hybrid_recommendation.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_hybrid_recommendation.js +0 -317
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_hybrid_recommendation.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_performance_analytics.d.ts +0 -15
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_performance_analytics.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_performance_analytics.js +0 -203
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_performance_analytics.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_predict_change_risk.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_predict_change_risk.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_predict_change_risk.js +0 -164
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_predict_change_risk.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_anomaly_detector.d.ts +0 -22
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_anomaly_detector.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_anomaly_detector.js +0 -298
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_anomaly_detector.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_change_risk.d.ts +0 -23
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_change_risk.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_change_risk.js +0 -262
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_change_risk.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_incident_classifier.d.ts +0 -23
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_incident_classifier.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_incident_classifier.js +0 -355
- package/dist/mcp/servicenow-mcp-unified/tools/machine-learning-MIGRATED/ml_train_incident_classifier.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/snow_data_mapper.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/snow_data_mapper.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/snow_data_mapper.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/snow_data_mapper.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/snow_field_mapper.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/snow_field_mapper.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/snow_field_mapper.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/mappers/snow_field_mapper.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/menus/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/menus/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/menus/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/menus/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/menus/snow_create_menu.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/menus/snow_create_menu.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/menus/snow_create_menu.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/menus/snow_create_menu.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/menus/snow_create_menu_item.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/menus/snow_create_menu_item.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/menus/snow_create_menu_item.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/menus/snow_create_menu_item.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/snow_collect_metric.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/snow_collect_metric.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/snow_collect_metric.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/snow_collect_metric.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/snow_create_metric.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/snow_create_metric.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/snow_create_metric.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/metrics/snow_create_metric.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/index.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/index.js +0 -25
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_configure_mobile_app.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_configure_mobile_app.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_configure_mobile_app.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_configure_mobile_app.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_configure_offline_sync.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_configure_offline_sync.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_configure_offline_sync.js +0 -87
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_configure_offline_sync.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_create_mobile_action.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_create_mobile_action.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_create_mobile_action.js +0 -101
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_create_mobile_action.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_create_mobile_layout.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_create_mobile_layout.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_create_mobile_layout.js +0 -100
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_create_mobile_layout.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_discover_mobile_configs.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_discover_mobile_configs.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_discover_mobile_configs.js +0 -114
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_discover_mobile_configs.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_get_mobile_analytics.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_get_mobile_analytics.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_get_mobile_analytics.js +0 -116
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_get_mobile_analytics.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_send_push_notification.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_send_push_notification.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_send_push_notification.js +0 -117
- package/dist/mcp/servicenow-mcp-unified/tools/mobile/snow_send_push_notification.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/index.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/index.js +0 -25
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_create_notification_template.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_create_notification_template.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_create_notification_template.js +0 -83
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_create_notification_template.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_emergency_broadcast.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_emergency_broadcast.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_emergency_broadcast.js +0 -113
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_emergency_broadcast.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_notification_analytics.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_notification_analytics.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_notification_analytics.js +0 -115
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_notification_analytics.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_notification_preferences.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_notification_preferences.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_notification_preferences.js +0 -114
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_notification_preferences.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_schedule_notification.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_schedule_notification.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_schedule_notification.js +0 -126
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_schedule_notification.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_send_notification.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_send_notification.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_send_notification.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_send_notification.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_send_push.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_send_push.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_send_push.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/notifications/snow_send_push.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_analyze_incident.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_analyze_incident.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_analyze_incident.js +0 -180
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_analyze_incident.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_assign_task.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_assign_task.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_assign_task.js +0 -213
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_assign_task.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_attach_file.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_attach_file.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_attach_file.js +0 -185
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_attach_file.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_auto_resolve_incident.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_auto_resolve_incident.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_auto_resolve_incident.js +0 -140
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_auto_resolve_incident.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_catalog_item_manager.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_catalog_item_manager.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_catalog_item_manager.js +0 -138
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_catalog_item_manager.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_catalog_item_search.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_catalog_item_search.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_catalog_item_search.js +0 -92
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_catalog_item_search.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_cleanup_test_artifacts.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_cleanup_test_artifacts.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_cleanup_test_artifacts.js +0 -107
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_cleanup_test_artifacts.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_cmdb_search.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_cmdb_search.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_cmdb_search.js +0 -163
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_cmdb_search.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_comprehensive_search.d.ts +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_comprehensive_search.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_comprehensive_search.js +0 -316
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_comprehensive_search.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_create_incident.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_create_incident.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_create_incident.js +0 -224
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_create_incident.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_create_user_group.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_create_user_group.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_create_user_group.js +0 -120
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_create_user_group.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_discover_table_fields.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_discover_table_fields.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_discover_table_fields.js +0 -146
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_discover_table_fields.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_get_by_sysid.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_get_by_sysid.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_get_by_sysid.js +0 -91
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_get_by_sysid.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_manage_group_membership.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_manage_group_membership.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_manage_group_membership.js +0 -247
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_manage_group_membership.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_operational_metrics.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_operational_metrics.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_operational_metrics.js +0 -140
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_operational_metrics.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_pattern_analysis.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_pattern_analysis.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_pattern_analysis.js +0 -218
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_pattern_analysis.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_predictive_analysis.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_predictive_analysis.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_predictive_analysis.js +0 -175
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_predictive_analysis.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_incidents.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_incidents.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_incidents.js +0 -151
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_incidents.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_problems.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_problems.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_problems.js +0 -125
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_problems.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_requests.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_requests.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_requests.js +0 -128
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_requests.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_table.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_table.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_table.js +0 -156
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_query_table.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_record_manage.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_record_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_record_manage.js +0 -366
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_record_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_update_incident.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_update_incident.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_update_incident.js +0 -240
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_update_incident.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_user_lookup.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_user_lookup.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_user_lookup.js +0 -140
- package/dist/mcp/servicenow-mcp-unified/tools/operations/snow_user_lookup.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/parsers/index.d.ts +0 -2
- package/dist/mcp/servicenow-mcp-unified/tools/parsers/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/parsers/index.js +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/parsers/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/parsers/snow_parse_json.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/parsers/snow_parse_json.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/parsers/snow_parse_json.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/parsers/snow_parse_json.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/index.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/index.js +0 -25
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_create.d.ts +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_create.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_create.js +0 -311
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_create.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_discover.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_discover.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_discover.js +0 -134
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_discover.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_operate.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_operate.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_operate.js +0 -186
- package/dist/mcp/servicenow-mcp-unified/tools/performance-analytics/snow_pa_operate.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_client_script.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_client_script.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_client_script.js +0 -157
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_client_script.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_script_include.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_script_include.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_script_include.js +0 -161
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_script_include.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_action.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_action.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_action.js +0 -169
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_action.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_page.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_page.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_page.js +0 -149
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_page.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_policy.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_policy.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_policy.js +0 -164
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_create_ui_policy.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_discover_platform_tables.d.ts +0 -18
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_discover_platform_tables.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_discover_platform_tables.js +0 -282
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_discover_platform_tables.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_table_schema_discovery.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_table_schema_discovery.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_table_schema_discovery.js +0 -207
- package/dist/mcp/servicenow-mcp-unified/tools/platform/snow_table_schema_discovery.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_activate_plugin.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_activate_plugin.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_activate_plugin.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_activate_plugin.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_custom_plugin.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_custom_plugin.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_custom_plugin.js +0 -46
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_custom_plugin.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_list_plugins.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_list_plugins.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_list_plugins.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/plugins/snow_list_plugins.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/index.d.ts +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/index.js +0 -28
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_activate_pi_solution.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_activate_pi_solution.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_activate_pi_solution.js +0 -168
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_activate_pi_solution.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_create_pi_solution.d.ts +0 -20
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_create_pi_solution.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_create_pi_solution.js +0 -235
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_create_pi_solution.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_list_pi_solutions.d.ts +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_list_pi_solutions.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_list_pi_solutions.js +0 -166
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_list_pi_solutions.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_monitor_pi_training.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_monitor_pi_training.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_monitor_pi_training.js +0 -142
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_monitor_pi_training.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_train_pi_solution.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_train_pi_solution.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_train_pi_solution.js +0 -149
- package/dist/mcp/servicenow-mcp-unified/tools/predictive-intelligence-MIGRATED/snow_train_pi_solution.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/processors/index.d.ts +0 -2
- package/dist/mcp/servicenow-mcp-unified/tools/processors/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/processors/index.js +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/processors/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/processors/snow_create_processor.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/processors/snow_create_processor.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/processors/snow_create_processor.js +0 -55
- package/dist/mcp/servicenow-mcp-unified/tools/processors/snow_create_processor.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/snow_approve_procurement.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/snow_approve_procurement.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/snow_approve_procurement.js +0 -47
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/snow_approve_procurement.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/snow_create_purchase_order.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/snow_create_purchase_order.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/snow_create_purchase_order.js +0 -51
- package/dist/mcp/servicenow-mcp-unified/tools/procurement/snow_create_purchase_order.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/project/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/project/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/project/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/project/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/project/snow_create_project.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/project/snow_create_project.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/project/snow_create_project.js +0 -54
- package/dist/mcp/servicenow-mcp-unified/tools/project/snow_create_project.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/project/snow_create_project_task.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/project/snow_create_project_task.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/project/snow_create_project_task.js +0 -51
- package/dist/mcp/servicenow-mcp-unified/tools/project/snow_create_project_task.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/queues/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/queues/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/queues/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/queues/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/queues/snow_create_queue.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/queues/snow_create_queue.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/queues/snow_create_queue.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/queues/snow_create_queue.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/queues/snow_get_queue_items.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/queues/snow_get_queue_items.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/queues/snow_get_queue_items.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/queues/snow_get_queue_items.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_analyze_data_quality.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_analyze_data_quality.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_analyze_data_quality.js +0 -138
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_analyze_data_quality.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_create_dashboard.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_create_dashboard.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_create_dashboard.js +0 -80
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_create_dashboard.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_create_report.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_create_report.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_create_report.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_create_report.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_define_kpi.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_define_kpi.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_define_kpi.js +0 -79
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_define_kpi.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_schedule_report_delivery.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_schedule_report_delivery.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_schedule_report_delivery.js +0 -81
- package/dist/mcp/servicenow-mcp-unified/tools/reporting/snow_schedule_report_delivery.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_create_scheduled_job.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_create_scheduled_job.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_create_scheduled_job.js +0 -60
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_create_scheduled_job.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_get_job_history.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_get_job_history.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_get_job_history.js +0 -54
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_get_job_history.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_trigger_scheduled_job.d.ts +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_trigger_scheduled_job.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_trigger_scheduled_job.js +0 -142
- package/dist/mcp/servicenow-mcp-unified/tools/scheduled-jobs/snow_trigger_scheduled_job.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/snow_add_schedule_entry.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/snow_add_schedule_entry.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/snow_add_schedule_entry.js +0 -57
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/snow_add_schedule_entry.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/snow_create_schedule.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/snow_create_schedule.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/snow_create_schedule.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/schedules/snow_create_schedule.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/snow_create_sp_page.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/snow_create_sp_page.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/snow_create_sp_page.js +0 -45
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/snow_create_sp_page.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/snow_create_sp_widget.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/snow_create_sp_widget.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/snow_create_sp_widget.js +0 -57
- package/dist/mcp/servicenow-mcp-unified/tools/service-portal/snow_create_sp_widget.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/sla/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/sla/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/sla/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/sla/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/sla/snow_create_sla.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/sla/snow_create_sla.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/sla/snow_create_sla.js +0 -54
- package/dist/mcp/servicenow-mcp-unified/tools/sla/snow_create_sla.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/sla/snow_get_sla_status.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/sla/snow_get_sla_status.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/sla/snow_get_sla_status.js +0 -53
- package/dist/mcp/servicenow-mcp-unified/tools/sla/snow_get_sla_status.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_bulk.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_bulk.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_bulk.js +0 -174
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_bulk.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_io.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_io.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_io.js +0 -239
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_io.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_manage.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_manage.js +0 -303
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_query.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_query.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_query.js +0 -155
- package/dist/mcp/servicenow-mcp-unified/tools/system-properties/snow_property_query.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/templates/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/templates/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/templates/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/templates/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/templates/snow_apply_template.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/templates/snow_apply_template.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/templates/snow_apply_template.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/templates/snow_apply_template.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/templates/snow_create_template.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/templates/snow_create_template.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/templates/snow_create_template.js +0 -53
- package/dist/mcp/servicenow-mcp-unified/tools/templates/snow_create_template.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/transformers/index.d.ts +0 -2
- package/dist/mcp/servicenow-mcp-unified/tools/transformers/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/transformers/index.js +0 -7
- package/dist/mcp/servicenow-mcp-unified/tools/transformers/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/transformers/snow_transform_data.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/transformers/snow_transform_data.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/transformers/snow_transform_data.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/transformers/snow_transform_data.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/index.d.ts +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/index.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_analyze_uib_page_performance.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_analyze_uib_page_performance.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_analyze_uib_page_performance.js +0 -143
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_analyze_uib_page_performance.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_configure_uib_data_broker.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_configure_uib_data_broker.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_configure_uib_data_broker.js +0 -94
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_configure_uib_data_broker.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_client_script.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_client_script.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_client_script.js +0 -87
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_client_script.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_client_state.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_client_state.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_client_state.js +0 -82
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_client_state.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_data_broker.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_data_broker.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_data_broker.js +0 -95
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_data_broker.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_event.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_event.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_event.js +0 -82
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_event.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_page_registry.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_page_registry.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_page_registry.js +0 -83
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_uib_page_registry.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_workspace.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_workspace.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_workspace.js +0 -109
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_create_workspace.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_debug_widget_fetch.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_debug_widget_fetch.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_debug_widget_fetch.js +0 -94
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_debug_widget_fetch.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_component_manage.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_component_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_component_manage.js +0 -149
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_component_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_discover.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_discover.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_discover.js +0 -234
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_discover.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_page_manage.d.ts +0 -15
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_page_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_page_manage.js +0 -341
- package/dist/mcp/servicenow-mcp-unified/tools/ui-builder/snow_uib_page_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-policies/snow_create_ui_policy_action.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/ui-policies/snow_create_ui_policy_action.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/ui-policies/snow_create_ui_policy_action.js +0 -58
- package/dist/mcp/servicenow-mcp-unified/tools/ui-policies/snow_create_ui_policy_action.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/index.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/index.js +0 -23
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_ensure_active_update_set.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_ensure_active_update_set.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_ensure_active_update_set.js +0 -156
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_ensure_active_update_set.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_update_set_manage.d.ts +0 -16
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_update_set_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_update_set_manage.js +0 -711
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_update_set_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_update_set_query.d.ts +0 -14
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_update_set_query.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_update_set_query.js +0 -158
- package/dist/mcp/servicenow-mcp-unified/tools/update-sets/snow_update_set_query.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/index.d.ts +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/index.js +0 -18
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/snow_role_group_manage.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/snow_role_group_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/snow_role_group_manage.js +0 -169
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/snow_role_group_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/snow_user_manage.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/snow_user_manage.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/snow_user_manage.js +0 -132
- package/dist/mcp/servicenow-mcp-unified/tools/user-admin/snow_user_manage.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/index.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/index.js +0 -25
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_convert_es6_to_es5.d.ts +0 -20
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_convert_es6_to_es5.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_convert_es6_to_es5.js +0 -283
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_convert_es6_to_es5.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_generate_guid.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_generate_guid.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_generate_guid.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_generate_guid.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_merge_objects.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_merge_objects.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_merge_objects.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_merge_objects.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_random_string.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_random_string.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_random_string.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_random_string.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_sanitize_input.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_sanitize_input.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_sanitize_input.js +0 -64
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_sanitize_input.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_sleep.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_sleep.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_sleep.js +0 -41
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_sleep.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_timestamp.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_timestamp.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_timestamp.js +0 -59
- package/dist/mcp/servicenow-mcp-unified/tools/utilities/snow_timestamp.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/index.d.ts +0 -6
- package/dist/mcp/servicenow-mcp-unified/tools/validators/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/index.js +0 -19
- package/dist/mcp/servicenow-mcp-unified/tools/validators/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_preview_widget.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_preview_widget.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_preview_widget.js +0 -235
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_preview_widget.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_field.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_field.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_field.js +0 -62
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_field.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_record.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_record.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_record.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_record.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_sysid.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_sysid.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_sysid.js +0 -118
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_validate_sysid.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_widget_test.d.ts +0 -11
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_widget_test.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_widget_test.js +0 -196
- package/dist/mcp/servicenow-mcp-unified/tools/validators/snow_widget_test.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/variables/index.d.ts +0 -3
- package/dist/mcp/servicenow-mcp-unified/tools/variables/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/variables/index.js +0 -10
- package/dist/mcp/servicenow-mcp-unified/tools/variables/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/variables/snow_create_variable.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/variables/snow_create_variable.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/variables/snow_create_variable.js +0 -56
- package/dist/mcp/servicenow-mcp-unified/tools/variables/snow_create_variable.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/variables/snow_create_variable_set.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/variables/snow_create_variable_set.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/variables/snow_create_variable_set.js +0 -49
- package/dist/mcp/servicenow-mcp-unified/tools/variables/snow_create_variable_set.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/index.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/index.js +0 -25
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_create_va_topic.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_create_va_topic.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_create_va_topic.js +0 -48
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_create_va_topic.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_create_va_topic_block.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_create_va_topic_block.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_create_va_topic_block.js +0 -92
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_create_va_topic_block.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_discover_va_topics.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_discover_va_topics.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_discover_va_topics.js +0 -81
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_discover_va_topics.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_get_va_conversation.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_get_va_conversation.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_get_va_conversation.js +0 -94
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_get_va_conversation.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_handoff_to_agent.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_handoff_to_agent.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_handoff_to_agent.js +0 -96
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_handoff_to_agent.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_send_va_message.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_send_va_message.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_send_va_message.js +0 -91
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_send_va_message.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_train_va_nlu.d.ts +0 -8
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_train_va_nlu.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_train_va_nlu.js +0 -43
- package/dist/mcp/servicenow-mcp-unified/tools/virtual-agent/snow_train_va_nlu.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/index.d.ts +0 -4
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/index.js +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_create_workflow.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_create_workflow.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_create_workflow.js +0 -52
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_create_workflow.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_create_workflow_activity.d.ts +0 -9
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_create_workflow_activity.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_create_workflow_activity.js +0 -50
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_create_workflow_activity.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_start_workflow.d.ts +0 -15
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_start_workflow.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_start_workflow.js +0 -136
- package/dist/mcp/servicenow-mcp-unified/tools/workflow/snow_start_workflow.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/index.d.ts +0 -15
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/index.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/index.js +0 -38
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/index.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_complete_workspace.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_complete_workspace.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_complete_workspace.js +0 -218
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_complete_workspace.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_configurable_agent_workspace.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_configurable_agent_workspace.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_configurable_agent_workspace.js +0 -117
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_configurable_agent_workspace.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_app_config.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_app_config.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_app_config.js +0 -86
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_app_config.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_app_route.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_app_route.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_app_route.js +0 -96
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_app_route.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_experience.d.ts +0 -13
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_experience.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_experience.js +0 -87
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_experience.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_page_macroponent.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_page_macroponent.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_page_macroponent.js +0 -84
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_page_macroponent.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_page_registry.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_page_registry.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_page_registry.js +0 -89
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_create_ux_page_registry.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_discover_all_workspaces.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_discover_all_workspaces.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_discover_all_workspaces.js +0 -145
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_discover_all_workspaces.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_update_ux_app_config_landing_page.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_update_ux_app_config_landing_page.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_update_ux_app_config_landing_page.js +0 -71
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_update_ux_app_config_landing_page.js.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_validate_workspace_configuration.d.ts +0 -12
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_validate_workspace_configuration.d.ts.map +0 -1
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_validate_workspace_configuration.js +0 -219
- package/dist/mcp/servicenow-mcp-unified/tools/workspace/snow_validate_workspace_configuration.js.map +0 -1
- package/dist/mcp/servicenow-notifications-mcp.d.ts +0 -24
- package/dist/mcp/servicenow-notifications-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-notifications-mcp.js +0 -327
- package/dist/mcp/servicenow-notifications-mcp.js.map +0 -1
- package/dist/mcp/servicenow-operations-mcp.d.ts +0 -86
- package/dist/mcp/servicenow-operations-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-operations-mcp.js +0 -3296
- package/dist/mcp/servicenow-operations-mcp.js.map +0 -1
- package/dist/mcp/servicenow-platform-development-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-platform-development-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-platform-development-mcp.js +0 -875
- package/dist/mcp/servicenow-platform-development-mcp.js.map +0 -1
- package/dist/mcp/servicenow-progressive-indexer.d.ts +0 -79
- package/dist/mcp/servicenow-progressive-indexer.d.ts.map +0 -1
- package/dist/mcp/servicenow-progressive-indexer.js +0 -320
- package/dist/mcp/servicenow-progressive-indexer.js.map +0 -1
- package/dist/mcp/servicenow-reporting-analytics-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-reporting-analytics-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-reporting-analytics-mcp.js +0 -1269
- package/dist/mcp/servicenow-reporting-analytics-mcp.js.map +0 -1
- package/dist/mcp/servicenow-secops-mcp.d.ts +0 -28
- package/dist/mcp/servicenow-secops-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-secops-mcp.js +0 -560
- package/dist/mcp/servicenow-secops-mcp.js.map +0 -1
- package/dist/mcp/servicenow-security-compliance-mcp.d.ts +0 -8
- package/dist/mcp/servicenow-security-compliance-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-security-compliance-mcp.js +0 -1055
- package/dist/mcp/servicenow-security-compliance-mcp.js.map +0 -1
- package/dist/mcp/servicenow-system-properties-mcp.d.ts +0 -70
- package/dist/mcp/servicenow-system-properties-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-system-properties-mcp.js +0 -1173
- package/dist/mcp/servicenow-system-properties-mcp.js.map +0 -1
- package/dist/mcp/servicenow-update-set-mcp.d.ts +0 -7
- package/dist/mcp/servicenow-update-set-mcp.d.ts.map +0 -1
- package/dist/mcp/servicenow-update-set-mcp.js +0 -830
- package/dist/mcp/servicenow-update-set-mcp.js.map +0 -1
- package/dist/mcp/shared/agent-context-provider.d.ts +0 -77
- package/dist/mcp/shared/agent-context-provider.d.ts.map +0 -1
- package/dist/mcp/shared/agent-context-provider.js +0 -292
- package/dist/mcp/shared/agent-context-provider.js.map +0 -1
- package/dist/mcp/shared/base-mcp-server.d.ts +0 -311
- package/dist/mcp/shared/base-mcp-server.d.ts.map +0 -1
- package/dist/mcp/shared/base-mcp-server.js +0 -2071
- package/dist/mcp/shared/base-mcp-server.js.map +0 -1
- package/dist/mcp/shared/enhanced-base-mcp-server.d.ts +0 -73
- package/dist/mcp/shared/enhanced-base-mcp-server.d.ts.map +0 -1
- package/dist/mcp/shared/enhanced-base-mcp-server.js +0 -309
- package/dist/mcp/shared/enhanced-base-mcp-server.js.map +0 -1
- package/dist/mcp/shared/mcp-logger.d.ts +0 -89
- package/dist/mcp/shared/mcp-logger.d.ts.map +0 -1
- package/dist/mcp/shared/mcp-logger.js +0 -226
- package/dist/mcp/shared/mcp-logger.js.map +0 -1
- package/dist/mcp/shared/mcp-memory-manager.d.ts +0 -87
- package/dist/mcp/shared/mcp-memory-manager.d.ts.map +0 -1
- package/dist/mcp/shared/mcp-memory-manager.js +0 -423
- package/dist/mcp/shared/mcp-memory-manager.js.map +0 -1
- package/dist/mcp/shared/mcp-resource-manager.d.ts +0 -99
- package/dist/mcp/shared/mcp-resource-manager.d.ts.map +0 -1
- package/dist/mcp/shared/mcp-resource-manager.js +0 -305
- package/dist/mcp/shared/mcp-resource-manager.js.map +0 -1
- package/dist/mcp/shared/mcp-types.d.ts +0 -51
- package/dist/mcp/shared/mcp-types.d.ts.map +0 -1
- package/dist/mcp/shared/mcp-types.js +0 -7
- package/dist/mcp/shared/mcp-types.js.map +0 -1
- package/dist/mcp/shared/reliable-memory-manager.d.ts +0 -78
- package/dist/mcp/shared/reliable-memory-manager.d.ts.map +0 -1
- package/dist/mcp/shared/reliable-memory-manager.js +0 -288
- package/dist/mcp/shared/reliable-memory-manager.js.map +0 -1
- package/dist/mcp/shared/response-limiter.d.ts +0 -26
- package/dist/mcp/shared/response-limiter.d.ts.map +0 -1
- package/dist/mcp/shared/response-limiter.js +0 -116
- package/dist/mcp/shared/response-limiter.js.map +0 -1
- package/dist/mcp/snow-flow-mcp.d.ts +0 -6
- package/dist/mcp/snow-flow-mcp.d.ts.map +0 -1
- package/dist/mcp/snow-flow-mcp.js +0 -1605
- package/dist/mcp/snow-flow-mcp.js.map +0 -1
- package/dist/mcp/start-servicenow-mcp.d.ts +0 -7
- package/dist/mcp/start-servicenow-mcp.d.ts.map +0 -1
- package/dist/mcp/start-servicenow-mcp.js +0 -64
- package/dist/mcp/start-servicenow-mcp.js.map +0 -1
- package/dist/memory/hierarchical-memory-system.d.ts +0 -42
- package/dist/memory/hierarchical-memory-system.d.ts.map +0 -1
- package/dist/memory/hierarchical-memory-system.js +0 -60
- package/dist/memory/hierarchical-memory-system.js.map +0 -1
- package/dist/memory/memory-system.d.ts +0 -34
- package/dist/memory/memory-system.d.ts.map +0 -1
- package/dist/memory/memory-system.js +0 -36
- package/dist/memory/memory-system.js.map +0 -1
- package/dist/memory/servicenow-artifact-indexer.d.ts +0 -119
- package/dist/memory/servicenow-artifact-indexer.d.ts.map +0 -1
- package/dist/memory/servicenow-artifact-indexer.js +0 -560
- package/dist/memory/servicenow-artifact-indexer.js.map +0 -1
- package/dist/memory/session-memory.d.ts +0 -70
- package/dist/memory/session-memory.d.ts.map +0 -1
- package/dist/memory/session-memory.js +0 -110
- package/dist/memory/session-memory.js.map +0 -1
- package/dist/memory/snow-flow-memory-patterns.d.ts +0 -52
- package/dist/memory/snow-flow-memory-patterns.d.ts.map +0 -1
- package/dist/memory/snow-flow-memory-patterns.js +0 -56
- package/dist/memory/snow-flow-memory-patterns.js.map +0 -1
- package/dist/monitoring/performance-tracker.d.ts +0 -157
- package/dist/monitoring/performance-tracker.d.ts.map +0 -1
- package/dist/monitoring/performance-tracker.js +0 -607
- package/dist/monitoring/performance-tracker.js.map +0 -1
- package/dist/optimization/cost-optimization-engine.d.ts +0 -277
- package/dist/optimization/cost-optimization-engine.d.ts.map +0 -1
- package/dist/optimization/cost-optimization-engine.js +0 -805
- package/dist/optimization/cost-optimization-engine.js.map +0 -1
- package/dist/optimization/index.d.ts +0 -5
- package/dist/optimization/index.d.ts.map +0 -1
- package/dist/optimization/index.js +0 -13
- package/dist/optimization/index.js.map +0 -1
- package/dist/rollback/smart-rollback-system.d.ts +0 -350
- package/dist/rollback/smart-rollback-system.d.ts.map +0 -1
- package/dist/rollback/smart-rollback-system.js +0 -463
- package/dist/rollback/smart-rollback-system.js.map +0 -1
- package/dist/sdk/index.d.ts +0 -9
- package/dist/sdk/index.d.ts.map +0 -1
- package/dist/sdk/index.js +0 -11
- package/dist/sdk/index.js.map +0 -1
- package/dist/services/tensorflow-ml-service.d.ts +0 -105
- package/dist/services/tensorflow-ml-service.d.ts.map +0 -1
- package/dist/services/tensorflow-ml-service.js +0 -456
- package/dist/services/tensorflow-ml-service.js.map +0 -1
- package/dist/services/widget-deployment-service.d.ts +0 -108
- package/dist/services/widget-deployment-service.d.ts.map +0 -1
- package/dist/services/widget-deployment-service.js +0 -333
- package/dist/services/widget-deployment-service.js.map +0 -1
- package/dist/session/store.d.ts +0 -47
- package/dist/session/store.d.ts.map +0 -1
- package/dist/session/store.js +0 -74
- package/dist/session/store.js.map +0 -1
- package/dist/snow-flow-system.d.ts +0 -135
- package/dist/snow-flow-system.d.ts.map +0 -1
- package/dist/snow-flow-system.js +0 -420
- package/dist/snow-flow-system.js.map +0 -1
- package/dist/strategies/global-scope-strategy.d.ts +0 -123
- package/dist/strategies/global-scope-strategy.d.ts.map +0 -1
- package/dist/strategies/global-scope-strategy.js +0 -602
- package/dist/strategies/global-scope-strategy.js.map +0 -1
- package/dist/templates/agents-md-template.d.ts +0 -3
- package/dist/templates/agents-md-template.d.ts.map +0 -1
- package/dist/templates/agents-md-template.js +0 -381
- package/dist/templates/agents-md-template.js.map +0 -1
- package/dist/templates/claude-md-template.d.ts +0 -3
- package/dist/templates/claude-md-template.d.ts.map +0 -1
- package/dist/templates/claude-md-template.js +0 -934
- package/dist/templates/claude-md-template.js.map +0 -1
- package/dist/templates/readme-template.d.ts +0 -2
- package/dist/templates/readme-template.d.ts.map +0 -1
- package/dist/templates/readme-template.js +0 -339
- package/dist/templates/readme-template.js.map +0 -1
- package/dist/types/index.d.ts +0 -139
- package/dist/types/index.d.ts.map +0 -1
- package/dist/types/index.js +0 -20
- package/dist/types/index.js.map +0 -1
- package/dist/types/servicenow.types.d.ts +0 -260
- package/dist/types/servicenow.types.d.ts.map +0 -1
- package/dist/types/servicenow.types.js +0 -3
- package/dist/types/servicenow.types.js.map +0 -1
- package/dist/types/snow-flow.types.d.ts +0 -115
- package/dist/types/snow-flow.types.d.ts.map +0 -1
- package/dist/types/snow-flow.types.js +0 -3
- package/dist/types/snow-flow.types.js.map +0 -1
- package/dist/types/todo.types.d.ts +0 -61
- package/dist/types/todo.types.d.ts.map +0 -1
- package/dist/types/todo.types.js +0 -7
- package/dist/types/todo.types.js.map +0 -1
- package/dist/utils/action-type-cache.d.ts +0 -66
- package/dist/utils/action-type-cache.d.ts.map +0 -1
- package/dist/utils/action-type-cache.js +0 -238
- package/dist/utils/action-type-cache.js.map +0 -1
- package/dist/utils/agent-detector.d.ts +0 -71
- package/dist/utils/agent-detector.d.ts.map +0 -1
- package/dist/utils/agent-detector.js +0 -751
- package/dist/utils/agent-detector.js.map +0 -1
- package/dist/utils/anti-mock-data-validator.d.ts +0 -66
- package/dist/utils/anti-mock-data-validator.d.ts.map +0 -1
- package/dist/utils/anti-mock-data-validator.js +0 -316
- package/dist/utils/anti-mock-data-validator.js.map +0 -1
- package/dist/utils/artifact-local-sync.d.ts +0 -135
- package/dist/utils/artifact-local-sync.d.ts.map +0 -1
- package/dist/utils/artifact-local-sync.js +0 -1043
- package/dist/utils/artifact-local-sync.js.map +0 -1
- package/dist/utils/artifact-sync/artifact-registry.d.ts +0 -66
- package/dist/utils/artifact-sync/artifact-registry.d.ts.map +0 -1
- package/dist/utils/artifact-sync/artifact-registry.js +0 -450
- package/dist/utils/artifact-sync/artifact-registry.js.map +0 -1
- package/dist/utils/artifact-sync/index.d.ts +0 -33
- package/dist/utils/artifact-sync/index.d.ts.map +0 -1
- package/dist/utils/artifact-sync/index.js +0 -52
- package/dist/utils/artifact-sync/index.js.map +0 -1
- package/dist/utils/artifact-tracker.d.ts +0 -73
- package/dist/utils/artifact-tracker.d.ts.map +0 -1
- package/dist/utils/artifact-tracker.js +0 -292
- package/dist/utils/artifact-tracker.js.map +0 -1
- package/dist/utils/auto-update-snow-code.d.ts +0 -57
- package/dist/utils/auto-update-snow-code.d.ts.map +0 -1
- package/dist/utils/auto-update-snow-code.js +0 -322
- package/dist/utils/auto-update-snow-code.js.map +0 -1
- package/dist/utils/chunking-manager.d.ts +0 -39
- package/dist/utils/chunking-manager.d.ts.map +0 -1
- package/dist/utils/chunking-manager.js +0 -143
- package/dist/utils/chunking-manager.js.map +0 -1
- package/dist/utils/claude-desktop-exporter.d.ts +0 -31
- package/dist/utils/claude-desktop-exporter.d.ts.map +0 -1
- package/dist/utils/claude-desktop-exporter.js +0 -202
- package/dist/utils/claude-desktop-exporter.js.map +0 -1
- package/dist/utils/config-cache.d.ts +0 -50
- package/dist/utils/config-cache.d.ts.map +0 -1
- package/dist/utils/config-cache.js +0 -153
- package/dist/utils/config-cache.js.map +0 -1
- package/dist/utils/data-fetch-safety.d.ts +0 -31
- package/dist/utils/data-fetch-safety.d.ts.map +0 -1
- package/dist/utils/data-fetch-safety.js +0 -71
- package/dist/utils/data-fetch-safety.js.map +0 -1
- package/dist/utils/dependency-detector.d.ts +0 -44
- package/dist/utils/dependency-detector.d.ts.map +0 -1
- package/dist/utils/dependency-detector.js +0 -208
- package/dist/utils/dependency-detector.js.map +0 -1
- package/dist/utils/deployment-auth-fix.d.ts +0 -43
- package/dist/utils/deployment-auth-fix.d.ts.map +0 -1
- package/dist/utils/deployment-auth-fix.js +0 -274
- package/dist/utils/deployment-auth-fix.js.map +0 -1
- package/dist/utils/deployment-metadata-handler.d.ts +0 -110
- package/dist/utils/deployment-metadata-handler.d.ts.map +0 -1
- package/dist/utils/deployment-metadata-handler.js +0 -423
- package/dist/utils/deployment-metadata-handler.js.map +0 -1
- package/dist/utils/dynamic-models.d.ts +0 -30
- package/dist/utils/dynamic-models.d.ts.map +0 -1
- package/dist/utils/dynamic-models.js +0 -265
- package/dist/utils/dynamic-models.js.map +0 -1
- package/dist/utils/error-recovery.d.ts +0 -101
- package/dist/utils/error-recovery.d.ts.map +0 -1
- package/dist/utils/error-recovery.js +0 -548
- package/dist/utils/error-recovery.js.map +0 -1
- package/dist/utils/find-enterprise-proxy.d.ts +0 -28
- package/dist/utils/find-enterprise-proxy.d.ts.map +0 -1
- package/dist/utils/find-enterprise-proxy.js +0 -132
- package/dist/utils/find-enterprise-proxy.js.map +0 -1
- package/dist/utils/logger.d.ts +0 -19
- package/dist/utils/logger.d.ts.map +0 -1
- package/dist/utils/logger.js +0 -81
- package/dist/utils/logger.js.map +0 -1
- package/dist/utils/mcp-auth-middleware.d.ts +0 -58
- package/dist/utils/mcp-auth-middleware.d.ts.map +0 -1
- package/dist/utils/mcp-auth-middleware.js +0 -227
- package/dist/utils/mcp-auth-middleware.js.map +0 -1
- package/dist/utils/mcp-config-manager.d.ts +0 -126
- package/dist/utils/mcp-config-manager.d.ts.map +0 -1
- package/dist/utils/mcp-config-manager.js +0 -213
- package/dist/utils/mcp-config-manager.js.map +0 -1
- package/dist/utils/mcp-on-demand-manager.d.ts +0 -69
- package/dist/utils/mcp-on-demand-manager.d.ts.map +0 -1
- package/dist/utils/mcp-on-demand-manager.js +0 -322
- package/dist/utils/mcp-on-demand-manager.js.map +0 -1
- package/dist/utils/mcp-output-formatter.d.ts +0 -128
- package/dist/utils/mcp-output-formatter.d.ts.map +0 -1
- package/dist/utils/mcp-output-formatter.js +0 -442
- package/dist/utils/mcp-output-formatter.js.map +0 -1
- package/dist/utils/mcp-persistent-guard.d.ts +0 -51
- package/dist/utils/mcp-persistent-guard.d.ts.map +0 -1
- package/dist/utils/mcp-persistent-guard.js +0 -143
- package/dist/utils/mcp-persistent-guard.js.map +0 -1
- package/dist/utils/mcp-process-manager-safe.d.ts +0 -70
- package/dist/utils/mcp-process-manager-safe.d.ts.map +0 -1
- package/dist/utils/mcp-process-manager-safe.js +0 -319
- package/dist/utils/mcp-process-manager-safe.js.map +0 -1
- package/dist/utils/mcp-process-manager.d.ts +0 -70
- package/dist/utils/mcp-process-manager.d.ts.map +0 -1
- package/dist/utils/mcp-process-manager.js +0 -319
- package/dist/utils/mcp-process-manager.js.map +0 -1
- package/dist/utils/mcp-singleton-lock.d.ts +0 -39
- package/dist/utils/mcp-singleton-lock.d.ts.map +0 -1
- package/dist/utils/mcp-singleton-lock.js +0 -159
- package/dist/utils/mcp-singleton-lock.js.map +0 -1
- package/dist/utils/mcp-timeout-config.d.ts +0 -39
- package/dist/utils/mcp-timeout-config.d.ts.map +0 -1
- package/dist/utils/mcp-timeout-config.js +0 -123
- package/dist/utils/mcp-timeout-config.js.map +0 -1
- package/dist/utils/mcp-tool-registry.d.ts +0 -69
- package/dist/utils/mcp-tool-registry.d.ts.map +0 -1
- package/dist/utils/mcp-tool-registry.js +0 -354
- package/dist/utils/mcp-tool-registry.js.map +0 -1
- package/dist/utils/memory-pool.d.ts +0 -56
- package/dist/utils/memory-pool.d.ts.map +0 -1
- package/dist/utils/memory-pool.js +0 -103
- package/dist/utils/memory-pool.js.map +0 -1
- package/dist/utils/memory-safe-collections.d.ts +0 -119
- package/dist/utils/memory-safe-collections.d.ts.map +0 -1
- package/dist/utils/memory-safe-collections.js +0 -212
- package/dist/utils/memory-safe-collections.js.map +0 -1
- package/dist/utils/migrate-snow-flow.d.ts +0 -22
- package/dist/utils/migrate-snow-flow.d.ts.map +0 -1
- package/dist/utils/migrate-snow-flow.js +0 -120
- package/dist/utils/migrate-snow-flow.js.map +0 -1
- package/dist/utils/ml-data-fetcher.d.ts +0 -66
- package/dist/utils/ml-data-fetcher.d.ts.map +0 -1
- package/dist/utils/ml-data-fetcher.js +0 -349
- package/dist/utils/ml-data-fetcher.js.map +0 -1
- package/dist/utils/oauth-html-templates.d.ts +0 -11
- package/dist/utils/oauth-html-templates.d.ts.map +0 -1
- package/dist/utils/oauth-html-templates.js +0 -355
- package/dist/utils/oauth-html-templates.js.map +0 -1
- package/dist/utils/servicenow-audit-logger.d.ts +0 -109
- package/dist/utils/servicenow-audit-logger.d.ts.map +0 -1
- package/dist/utils/servicenow-audit-logger.js +0 -267
- package/dist/utils/servicenow-audit-logger.js.map +0 -1
- package/dist/utils/servicenow-client-with-tracking.d.ts +0 -46
- package/dist/utils/servicenow-client-with-tracking.d.ts.map +0 -1
- package/dist/utils/servicenow-client-with-tracking.js +0 -164
- package/dist/utils/servicenow-client-with-tracking.js.map +0 -1
- package/dist/utils/servicenow-client.d.ts +0 -356
- package/dist/utils/servicenow-client.d.ts.map +0 -1
- package/dist/utils/servicenow-client.js +0 -3020
- package/dist/utils/servicenow-client.js.map +0 -1
- package/dist/utils/servicenow-eventual-consistency.d.ts +0 -120
- package/dist/utils/servicenow-eventual-consistency.d.ts.map +0 -1
- package/dist/utils/servicenow-eventual-consistency.js +0 -220
- package/dist/utils/servicenow-eventual-consistency.js.map +0 -1
- package/dist/utils/servicenow-id-generator.d.ts +0 -107
- package/dist/utils/servicenow-id-generator.d.ts.map +0 -1
- package/dist/utils/servicenow-id-generator.js +0 -172
- package/dist/utils/servicenow-id-generator.js.map +0 -1
- package/dist/utils/smart-field-fetcher.d.ts +0 -72
- package/dist/utils/smart-field-fetcher.d.ts.map +0 -1
- package/dist/utils/smart-field-fetcher.js +0 -521
- package/dist/utils/smart-field-fetcher.js.map +0 -1
- package/dist/utils/snow-memory-manager.d.ts +0 -78
- package/dist/utils/snow-memory-manager.d.ts.map +0 -1
- package/dist/utils/snow-memory-manager.js +0 -530
- package/dist/utils/snow-memory-manager.js.map +0 -1
- package/dist/utils/snow-oauth.d.ts +0 -120
- package/dist/utils/snow-oauth.d.ts.map +0 -1
- package/dist/utils/snow-oauth.js +0 -1033
- package/dist/utils/snow-oauth.js.map +0 -1
- package/dist/utils/snowcode-output-interceptor.d.ts +0 -40
- package/dist/utils/snowcode-output-interceptor.d.ts.map +0 -1
- package/dist/utils/snowcode-output-interceptor.js +0 -258
- package/dist/utils/snowcode-output-interceptor.js.map +0 -1
- package/dist/utils/sync-mcp-configs.d.ts +0 -28
- package/dist/utils/sync-mcp-configs.d.ts.map +0 -1
- package/dist/utils/sync-mcp-configs.js +0 -92
- package/dist/utils/sync-mcp-configs.js.map +0 -1
- package/dist/utils/template-engine.d.ts +0 -76
- package/dist/utils/template-engine.d.ts.map +0 -1
- package/dist/utils/template-engine.js +0 -391
- package/dist/utils/template-engine.js.map +0 -1
- package/dist/utils/theme-manager.d.ts +0 -54
- package/dist/utils/theme-manager.d.ts.map +0 -1
- package/dist/utils/theme-manager.js +0 -214
- package/dist/utils/theme-manager.js.map +0 -1
- package/dist/utils/timeout-manager.d.ts +0 -62
- package/dist/utils/timeout-manager.d.ts.map +0 -1
- package/dist/utils/timeout-manager.js +0 -352
- package/dist/utils/timeout-manager.js.map +0 -1
- package/dist/utils/timer-registry.d.ts +0 -138
- package/dist/utils/timer-registry.d.ts.map +0 -1
- package/dist/utils/timer-registry.js +0 -286
- package/dist/utils/timer-registry.js.map +0 -1
- package/dist/utils/todo-manager-mcp.d.ts +0 -87
- package/dist/utils/todo-manager-mcp.d.ts.map +0 -1
- package/dist/utils/todo-manager-mcp.js +0 -211
- package/dist/utils/todo-manager-mcp.js.map +0 -1
- package/dist/utils/unified-auth-store.d.ts +0 -55
- package/dist/utils/unified-auth-store.d.ts.map +0 -1
- package/dist/utils/unified-auth-store.js +0 -194
- package/dist/utils/unified-auth-store.js.map +0 -1
- package/dist/utils/update-set-importer.d.ts +0 -72
- package/dist/utils/update-set-importer.d.ts.map +0 -1
- package/dist/utils/update-set-importer.js +0 -370
- package/dist/utils/update-set-importer.js.map +0 -1
- package/dist/utils/update-set-xml-packager.d.ts +0 -85
- package/dist/utils/update-set-xml-packager.d.ts.map +0 -1
- package/dist/utils/update-set-xml-packager.js +0 -340
- package/dist/utils/update-set-xml-packager.js.map +0 -1
- package/dist/utils/widget-template-generator.d.ts +0 -110
- package/dist/utils/widget-template-generator.d.ts.map +0 -1
- package/dist/utils/widget-template-generator.js +0 -1760
- package/dist/utils/widget-template-generator.js.map +0 -1
- package/dist/version.d.ts +0 -2
- package/dist/version.d.ts.map +0 -1
- package/dist/version.js +0 -6
- package/dist/version.js.map +0 -1
- package/patches/zod+4.1.12.patch +0 -13
|
@@ -1,1280 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* snow_rest_message_manage - Universal REST Message Management Tool
|
|
4
|
-
*
|
|
5
|
-
* Complete CRUD operations for REST Messages, HTTP Methods, Headers, and Parameters.
|
|
6
|
-
*
|
|
7
|
-
* Tables used:
|
|
8
|
-
* - sys_rest_message: REST Message definitions
|
|
9
|
-
* - sys_rest_message_headers: Headers for REST Message (apply to ALL methods)
|
|
10
|
-
* - sys_rest_message_fn: HTTP Methods (functions) for REST Messages
|
|
11
|
-
* - sys_rest_message_fn_headers: Headers for specific HTTP Methods
|
|
12
|
-
* - sys_rest_message_fn_parameters: Query parameters for HTTP Methods
|
|
13
|
-
*
|
|
14
|
-
* Header Levels:
|
|
15
|
-
* - Message headers (sys_rest_message_headers): Apply to ALL methods in the REST message
|
|
16
|
-
* - Method headers (sys_rest_message_fn_headers): Apply only to specific method
|
|
17
|
-
*/
|
|
18
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.changelog = exports.author = exports.version = exports.toolDefinition = void 0;
|
|
20
|
-
exports.execute = execute;
|
|
21
|
-
const auth_js_1 = require("../../shared/auth.js");
|
|
22
|
-
const error_handler_js_1 = require("../../shared/error-handler.js");
|
|
23
|
-
exports.toolDefinition = {
|
|
24
|
-
name: 'snow_rest_message_manage',
|
|
25
|
-
description: `Universal REST Message management tool. CRUD operations for:
|
|
26
|
-
• REST Messages (list, get, create, update, delete)
|
|
27
|
-
• HTTP Methods (list_methods, get_method, create_method, update_method, delete_method)
|
|
28
|
-
• Message-level Headers - apply to ALL methods (list_message_headers, create_message_header, delete_message_header)
|
|
29
|
-
• Method-level Headers - apply to specific method (list_method_headers, create_method_header, delete_method_header)
|
|
30
|
-
• Query Parameters (list_parameters, create_parameter, delete_parameter)
|
|
31
|
-
• Testing (test) - generates ES5-compatible test script for snow_schedule_script_job`,
|
|
32
|
-
// Metadata for tool discovery (not sent to LLM)
|
|
33
|
-
category: 'integration',
|
|
34
|
-
subcategory: 'rest',
|
|
35
|
-
use_cases: ['integration', 'rest', 'api', 'crud', 'headers', 'parameters', 'testing'],
|
|
36
|
-
complexity: 'intermediate',
|
|
37
|
-
frequency: 'high',
|
|
38
|
-
// Permission enforcement
|
|
39
|
-
permission: 'write',
|
|
40
|
-
allowedRoles: ['developer', 'admin'],
|
|
41
|
-
inputSchema: {
|
|
42
|
-
type: 'object',
|
|
43
|
-
properties: {
|
|
44
|
-
action: {
|
|
45
|
-
type: 'string',
|
|
46
|
-
enum: [
|
|
47
|
-
// REST Message operations
|
|
48
|
-
'list', // List all REST messages
|
|
49
|
-
'get', // Get a specific REST message with its methods
|
|
50
|
-
'create', // Create a new REST message
|
|
51
|
-
'update', // Update an existing REST message
|
|
52
|
-
'delete', // Delete a REST message
|
|
53
|
-
// Method operations
|
|
54
|
-
'list_methods', // List methods for a REST message
|
|
55
|
-
'get_method', // Get a specific method
|
|
56
|
-
'create_method', // Create a method for a REST message
|
|
57
|
-
'update_method', // Update a method
|
|
58
|
-
'delete_method', // Delete a method
|
|
59
|
-
// Message-level headers (apply to ALL methods)
|
|
60
|
-
'list_message_headers', // List headers at REST message level
|
|
61
|
-
'create_message_header', // Create header at REST message level
|
|
62
|
-
'delete_message_header', // Delete header at REST message level
|
|
63
|
-
// Method-level headers (apply to specific method only)
|
|
64
|
-
'list_method_headers', // List headers for a specific method
|
|
65
|
-
'create_method_header', // Create header for a specific method
|
|
66
|
-
'delete_method_header', // Delete header from a method
|
|
67
|
-
// Query parameters (for methods)
|
|
68
|
-
'list_parameters', // List query parameters for a method
|
|
69
|
-
'create_parameter', // Create query parameter for a method
|
|
70
|
-
'delete_parameter', // Delete query parameter from a method
|
|
71
|
-
// Testing
|
|
72
|
-
'test' // Test a REST message/method
|
|
73
|
-
],
|
|
74
|
-
description: 'Action to perform'
|
|
75
|
-
},
|
|
76
|
-
// For list action
|
|
77
|
-
filter: {
|
|
78
|
-
type: 'string',
|
|
79
|
-
description: 'Filter for list action (e.g., "nameLIKEopenai" or "active=true")'
|
|
80
|
-
},
|
|
81
|
-
limit: {
|
|
82
|
-
type: 'number',
|
|
83
|
-
description: 'Maximum results to return',
|
|
84
|
-
default: 50
|
|
85
|
-
},
|
|
86
|
-
// For get/update/delete actions
|
|
87
|
-
sys_id: {
|
|
88
|
-
type: 'string',
|
|
89
|
-
description: 'sys_id of REST message or method'
|
|
90
|
-
},
|
|
91
|
-
name: {
|
|
92
|
-
type: 'string',
|
|
93
|
-
description: 'Name of REST message (alternative to sys_id for lookup)'
|
|
94
|
-
},
|
|
95
|
-
// For create/update REST message
|
|
96
|
-
endpoint: {
|
|
97
|
-
type: 'string',
|
|
98
|
-
description: 'Base URL endpoint for REST message'
|
|
99
|
-
},
|
|
100
|
-
description: {
|
|
101
|
-
type: 'string',
|
|
102
|
-
description: 'Description of the REST message'
|
|
103
|
-
},
|
|
104
|
-
authentication_type: {
|
|
105
|
-
type: 'string',
|
|
106
|
-
enum: ['no_authentication', 'basic', 'oauth2', 'api_key', 'mutual_auth'],
|
|
107
|
-
description: 'Authentication type',
|
|
108
|
-
default: 'no_authentication'
|
|
109
|
-
},
|
|
110
|
-
basic_auth_profile: {
|
|
111
|
-
type: 'string',
|
|
112
|
-
description: 'Basic auth profile sys_id (if authentication_type is basic)'
|
|
113
|
-
},
|
|
114
|
-
oauth_profile: {
|
|
115
|
-
type: 'string',
|
|
116
|
-
description: 'OAuth profile sys_id (if authentication_type is oauth2)'
|
|
117
|
-
},
|
|
118
|
-
use_mid_server: {
|
|
119
|
-
type: 'boolean',
|
|
120
|
-
description: 'Route through MID Server',
|
|
121
|
-
default: false
|
|
122
|
-
},
|
|
123
|
-
mid_server: {
|
|
124
|
-
type: 'string',
|
|
125
|
-
description: 'MID Server name or sys_id'
|
|
126
|
-
},
|
|
127
|
-
// For method operations
|
|
128
|
-
rest_message_sys_id: {
|
|
129
|
-
type: 'string',
|
|
130
|
-
description: 'Parent REST message sys_id (for method operations)'
|
|
131
|
-
},
|
|
132
|
-
method_sys_id: {
|
|
133
|
-
type: 'string',
|
|
134
|
-
description: 'Method sys_id (for method update/delete)'
|
|
135
|
-
},
|
|
136
|
-
http_method: {
|
|
137
|
-
type: 'string',
|
|
138
|
-
enum: ['GET', 'POST', 'PUT', 'PATCH', 'DELETE', 'HEAD', 'OPTIONS'],
|
|
139
|
-
description: 'HTTP method type',
|
|
140
|
-
default: 'GET'
|
|
141
|
-
},
|
|
142
|
-
relative_path: {
|
|
143
|
-
type: 'string',
|
|
144
|
-
description: 'Relative endpoint path for method (e.g., "/v1/completions")'
|
|
145
|
-
},
|
|
146
|
-
request_body: {
|
|
147
|
-
type: 'string',
|
|
148
|
-
description: 'Request body template (for POST/PUT/PATCH)'
|
|
149
|
-
},
|
|
150
|
-
// For headers
|
|
151
|
-
header_name: {
|
|
152
|
-
type: 'string',
|
|
153
|
-
description: 'Header name'
|
|
154
|
-
},
|
|
155
|
-
header_value: {
|
|
156
|
-
type: 'string',
|
|
157
|
-
description: 'Header value'
|
|
158
|
-
},
|
|
159
|
-
header_sys_id: {
|
|
160
|
-
type: 'string',
|
|
161
|
-
description: 'Header sys_id (for delete operations)'
|
|
162
|
-
},
|
|
163
|
-
headers: {
|
|
164
|
-
type: 'object',
|
|
165
|
-
description: 'Multiple headers as key-value pairs'
|
|
166
|
-
},
|
|
167
|
-
// For query parameters
|
|
168
|
-
parameter_name: {
|
|
169
|
-
type: 'string',
|
|
170
|
-
description: 'Query parameter name'
|
|
171
|
-
},
|
|
172
|
-
parameter_value: {
|
|
173
|
-
type: 'string',
|
|
174
|
-
description: 'Query parameter value'
|
|
175
|
-
},
|
|
176
|
-
parameter_sys_id: {
|
|
177
|
-
type: 'string',
|
|
178
|
-
description: 'Parameter sys_id (for delete operations)'
|
|
179
|
-
},
|
|
180
|
-
parameters: {
|
|
181
|
-
type: 'object',
|
|
182
|
-
description: 'Multiple query parameters as key-value pairs'
|
|
183
|
-
},
|
|
184
|
-
// For test action
|
|
185
|
-
test_params: {
|
|
186
|
-
type: 'object',
|
|
187
|
-
description: 'Parameters for testing the REST message'
|
|
188
|
-
}
|
|
189
|
-
},
|
|
190
|
-
required: ['action']
|
|
191
|
-
}
|
|
192
|
-
};
|
|
193
|
-
async function execute(args, context) {
|
|
194
|
-
const { action } = args;
|
|
195
|
-
try {
|
|
196
|
-
const client = await (0, auth_js_1.getAuthenticatedClient)(context);
|
|
197
|
-
switch (action) {
|
|
198
|
-
// REST Message operations
|
|
199
|
-
case 'list':
|
|
200
|
-
return await listRestMessages(client, args);
|
|
201
|
-
case 'get':
|
|
202
|
-
return await getRestMessage(client, args);
|
|
203
|
-
case 'create':
|
|
204
|
-
return await createRestMessage(client, args);
|
|
205
|
-
case 'update':
|
|
206
|
-
return await updateRestMessage(client, args);
|
|
207
|
-
case 'delete':
|
|
208
|
-
return await deleteRestMessage(client, args);
|
|
209
|
-
// Method operations
|
|
210
|
-
case 'list_methods':
|
|
211
|
-
return await listMethods(client, args);
|
|
212
|
-
case 'get_method':
|
|
213
|
-
return await getMethod(client, args);
|
|
214
|
-
case 'create_method':
|
|
215
|
-
return await createMethod(client, args);
|
|
216
|
-
case 'update_method':
|
|
217
|
-
return await updateMethod(client, args);
|
|
218
|
-
case 'delete_method':
|
|
219
|
-
return await deleteMethod(client, args);
|
|
220
|
-
// Message-level headers (apply to ALL methods)
|
|
221
|
-
case 'list_message_headers':
|
|
222
|
-
return await listMessageHeaders(client, args);
|
|
223
|
-
case 'create_message_header':
|
|
224
|
-
return await createMessageHeader(client, args);
|
|
225
|
-
case 'delete_message_header':
|
|
226
|
-
return await deleteMessageHeader(client, args);
|
|
227
|
-
// Method-level headers (apply to specific method only)
|
|
228
|
-
case 'list_method_headers':
|
|
229
|
-
return await listMethodHeaders(client, args);
|
|
230
|
-
case 'create_method_header':
|
|
231
|
-
return await createMethodHeader(client, args);
|
|
232
|
-
case 'delete_method_header':
|
|
233
|
-
return await deleteMethodHeader(client, args);
|
|
234
|
-
// Query parameters
|
|
235
|
-
case 'list_parameters':
|
|
236
|
-
return await listParameters(client, args);
|
|
237
|
-
case 'create_parameter':
|
|
238
|
-
return await createParameter(client, args);
|
|
239
|
-
case 'delete_parameter':
|
|
240
|
-
return await deleteParameter(client, args);
|
|
241
|
-
// Testing
|
|
242
|
-
case 'test':
|
|
243
|
-
return await testRestMessage(client, args);
|
|
244
|
-
default:
|
|
245
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, `Unknown action: ${action}. See tool description for valid actions.`);
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
catch (error) {
|
|
249
|
-
if (error.response?.status === 403) {
|
|
250
|
-
return (0, error_handler_js_1.createErrorResult)(`Permission denied (403): Your ServiceNow user lacks permissions for REST message operations. ` +
|
|
251
|
-
`Required roles: 'rest_service' or 'admin'. ` +
|
|
252
|
-
`Please contact your ServiceNow administrator to grant the necessary permissions.`);
|
|
253
|
-
}
|
|
254
|
-
return (0, error_handler_js_1.createErrorResult)(error instanceof error_handler_js_1.SnowFlowError
|
|
255
|
-
? error
|
|
256
|
-
: new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.UNKNOWN_ERROR, error.message, { originalError: error }));
|
|
257
|
-
}
|
|
258
|
-
}
|
|
259
|
-
// ============================================================================
|
|
260
|
-
// REST MESSAGE OPERATIONS
|
|
261
|
-
// ============================================================================
|
|
262
|
-
async function listRestMessages(client, args) {
|
|
263
|
-
const { filter, limit = 50 } = args;
|
|
264
|
-
const params = {
|
|
265
|
-
sysparm_fields: 'sys_id,name,rest_endpoint,description,authentication_type,use_mid_server,active,sys_updated_on',
|
|
266
|
-
sysparm_limit: limit
|
|
267
|
-
};
|
|
268
|
-
if (filter) {
|
|
269
|
-
params.sysparm_query = filter;
|
|
270
|
-
}
|
|
271
|
-
const response = await client.get('/api/now/table/sys_rest_message', { params });
|
|
272
|
-
const messages = response.data?.result || [];
|
|
273
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
274
|
-
action: 'list',
|
|
275
|
-
count: messages.length,
|
|
276
|
-
rest_messages: messages.map((m) => ({
|
|
277
|
-
sys_id: m.sys_id,
|
|
278
|
-
name: m.name,
|
|
279
|
-
endpoint: m.rest_endpoint,
|
|
280
|
-
description: m.description,
|
|
281
|
-
authentication_type: m.authentication_type,
|
|
282
|
-
use_mid_server: m.use_mid_server === 'true',
|
|
283
|
-
active: m.active === 'true',
|
|
284
|
-
updated: m.sys_updated_on
|
|
285
|
-
}))
|
|
286
|
-
}, { operation: 'list_rest_messages' });
|
|
287
|
-
}
|
|
288
|
-
async function getRestMessage(client, args) {
|
|
289
|
-
const { sys_id, name } = args;
|
|
290
|
-
if (!sys_id && !name) {
|
|
291
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'Either sys_id or name is required for get action');
|
|
292
|
-
}
|
|
293
|
-
let messageSysId = sys_id;
|
|
294
|
-
// Lookup by name if sys_id not provided
|
|
295
|
-
if (!messageSysId && name) {
|
|
296
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message', {
|
|
297
|
-
params: {
|
|
298
|
-
sysparm_query: `name=${name}`,
|
|
299
|
-
sysparm_fields: 'sys_id',
|
|
300
|
-
sysparm_limit: 1
|
|
301
|
-
}
|
|
302
|
-
});
|
|
303
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
304
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${name}`);
|
|
305
|
-
}
|
|
306
|
-
messageSysId = lookupResponse.data.result[0].sys_id;
|
|
307
|
-
}
|
|
308
|
-
// Get the REST message
|
|
309
|
-
const messageResponse = await client.get(`/api/now/table/sys_rest_message/${messageSysId}`);
|
|
310
|
-
const message = messageResponse.data?.result;
|
|
311
|
-
if (!message) {
|
|
312
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${messageSysId}`);
|
|
313
|
-
}
|
|
314
|
-
// Get associated methods
|
|
315
|
-
const methodsResponse = await client.get('/api/now/table/sys_rest_message_fn', {
|
|
316
|
-
params: {
|
|
317
|
-
sysparm_query: `rest_message=${messageSysId}`,
|
|
318
|
-
sysparm_fields: 'sys_id,name,http_method,rest_endpoint,content,active'
|
|
319
|
-
}
|
|
320
|
-
});
|
|
321
|
-
const methods = methodsResponse.data?.result || [];
|
|
322
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
323
|
-
action: 'get',
|
|
324
|
-
rest_message: {
|
|
325
|
-
sys_id: message.sys_id,
|
|
326
|
-
name: message.name,
|
|
327
|
-
endpoint: message.rest_endpoint,
|
|
328
|
-
description: message.description,
|
|
329
|
-
authentication_type: message.authentication_type,
|
|
330
|
-
basic_auth_profile: message.basic_auth_profile,
|
|
331
|
-
oauth_profile: message.oauth2_profile,
|
|
332
|
-
use_mid_server: message.use_mid_server === 'true',
|
|
333
|
-
mid_server: message.mid_server,
|
|
334
|
-
active: message.active === 'true',
|
|
335
|
-
created: message.sys_created_on,
|
|
336
|
-
updated: message.sys_updated_on
|
|
337
|
-
},
|
|
338
|
-
methods: methods.map((m) => ({
|
|
339
|
-
sys_id: m.sys_id,
|
|
340
|
-
name: m.name,
|
|
341
|
-
http_method: m.http_method,
|
|
342
|
-
endpoint: m.rest_endpoint,
|
|
343
|
-
has_body: !!m.content,
|
|
344
|
-
active: m.active === 'true'
|
|
345
|
-
})),
|
|
346
|
-
method_count: methods.length
|
|
347
|
-
}, { operation: 'get_rest_message' });
|
|
348
|
-
}
|
|
349
|
-
async function createRestMessage(client, args) {
|
|
350
|
-
const { name, endpoint, description = '', authentication_type = 'no_authentication', basic_auth_profile, oauth_profile, use_mid_server = false, mid_server } = args;
|
|
351
|
-
if (!name || !endpoint) {
|
|
352
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'name and endpoint are required for create action');
|
|
353
|
-
}
|
|
354
|
-
const messageData = {
|
|
355
|
-
name,
|
|
356
|
-
rest_endpoint: endpoint,
|
|
357
|
-
description,
|
|
358
|
-
authentication_type,
|
|
359
|
-
use_mid_server,
|
|
360
|
-
active: true
|
|
361
|
-
};
|
|
362
|
-
if (authentication_type === 'basic' && basic_auth_profile) {
|
|
363
|
-
messageData.basic_auth_profile = basic_auth_profile;
|
|
364
|
-
}
|
|
365
|
-
if (authentication_type === 'oauth2' && oauth_profile) {
|
|
366
|
-
messageData.oauth2_profile = oauth_profile;
|
|
367
|
-
}
|
|
368
|
-
if (use_mid_server && mid_server) {
|
|
369
|
-
messageData.mid_server = mid_server;
|
|
370
|
-
}
|
|
371
|
-
const response = await client.post('/api/now/table/sys_rest_message', messageData);
|
|
372
|
-
const created = response.data?.result;
|
|
373
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
374
|
-
action: 'create',
|
|
375
|
-
created: true,
|
|
376
|
-
rest_message: {
|
|
377
|
-
sys_id: created.sys_id,
|
|
378
|
-
name: created.name,
|
|
379
|
-
endpoint: created.rest_endpoint,
|
|
380
|
-
authentication_type: created.authentication_type
|
|
381
|
-
},
|
|
382
|
-
message: `REST message "${name}" created successfully`,
|
|
383
|
-
next_steps: [
|
|
384
|
-
`Create methods using: action="create_method", rest_message_sys_id="${created.sys_id}"`,
|
|
385
|
-
`Add headers using: action="create_header", method_sys_id="<method_sys_id>"`
|
|
386
|
-
]
|
|
387
|
-
}, { operation: 'create_rest_message' });
|
|
388
|
-
}
|
|
389
|
-
async function updateRestMessage(client, args) {
|
|
390
|
-
const { sys_id, name, endpoint, description, authentication_type, basic_auth_profile, oauth_profile, use_mid_server, mid_server } = args;
|
|
391
|
-
let messageSysId = sys_id;
|
|
392
|
-
// Lookup by name if needed
|
|
393
|
-
if (!messageSysId && name) {
|
|
394
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message', {
|
|
395
|
-
params: {
|
|
396
|
-
sysparm_query: `name=${name}`,
|
|
397
|
-
sysparm_fields: 'sys_id',
|
|
398
|
-
sysparm_limit: 1
|
|
399
|
-
}
|
|
400
|
-
});
|
|
401
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
402
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${name}`);
|
|
403
|
-
}
|
|
404
|
-
messageSysId = lookupResponse.data.result[0].sys_id;
|
|
405
|
-
}
|
|
406
|
-
if (!messageSysId) {
|
|
407
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'sys_id or name is required for update action');
|
|
408
|
-
}
|
|
409
|
-
const updateData = {};
|
|
410
|
-
if (endpoint !== undefined)
|
|
411
|
-
updateData.rest_endpoint = endpoint;
|
|
412
|
-
if (description !== undefined)
|
|
413
|
-
updateData.description = description;
|
|
414
|
-
if (authentication_type !== undefined)
|
|
415
|
-
updateData.authentication_type = authentication_type;
|
|
416
|
-
if (basic_auth_profile !== undefined)
|
|
417
|
-
updateData.basic_auth_profile = basic_auth_profile;
|
|
418
|
-
if (oauth_profile !== undefined)
|
|
419
|
-
updateData.oauth2_profile = oauth_profile;
|
|
420
|
-
if (use_mid_server !== undefined)
|
|
421
|
-
updateData.use_mid_server = use_mid_server;
|
|
422
|
-
if (mid_server !== undefined)
|
|
423
|
-
updateData.mid_server = mid_server;
|
|
424
|
-
if (Object.keys(updateData).length === 0) {
|
|
425
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'No fields to update. Provide at least one field to change.');
|
|
426
|
-
}
|
|
427
|
-
const response = await client.patch(`/api/now/table/sys_rest_message/${messageSysId}`, updateData);
|
|
428
|
-
const updated = response.data?.result;
|
|
429
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
430
|
-
action: 'update',
|
|
431
|
-
updated: true,
|
|
432
|
-
rest_message: {
|
|
433
|
-
sys_id: updated.sys_id,
|
|
434
|
-
name: updated.name,
|
|
435
|
-
endpoint: updated.rest_endpoint
|
|
436
|
-
},
|
|
437
|
-
fields_updated: Object.keys(updateData)
|
|
438
|
-
}, { operation: 'update_rest_message' });
|
|
439
|
-
}
|
|
440
|
-
async function deleteRestMessage(client, args) {
|
|
441
|
-
const { sys_id, name } = args;
|
|
442
|
-
let messageSysId = sys_id;
|
|
443
|
-
// Lookup by name if needed
|
|
444
|
-
if (!messageSysId && name) {
|
|
445
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message', {
|
|
446
|
-
params: {
|
|
447
|
-
sysparm_query: `name=${name}`,
|
|
448
|
-
sysparm_fields: 'sys_id,name',
|
|
449
|
-
sysparm_limit: 1
|
|
450
|
-
}
|
|
451
|
-
});
|
|
452
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
453
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${name}`);
|
|
454
|
-
}
|
|
455
|
-
messageSysId = lookupResponse.data.result[0].sys_id;
|
|
456
|
-
}
|
|
457
|
-
if (!messageSysId) {
|
|
458
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'sys_id or name is required for delete action');
|
|
459
|
-
}
|
|
460
|
-
// Delete associated methods first
|
|
461
|
-
const methodsResponse = await client.get('/api/now/table/sys_rest_message_fn', {
|
|
462
|
-
params: {
|
|
463
|
-
sysparm_query: `rest_message=${messageSysId}`,
|
|
464
|
-
sysparm_fields: 'sys_id'
|
|
465
|
-
}
|
|
466
|
-
});
|
|
467
|
-
const methods = methodsResponse.data?.result || [];
|
|
468
|
-
for (const method of methods) {
|
|
469
|
-
await client.delete(`/api/now/table/sys_rest_message_fn/${method.sys_id}`);
|
|
470
|
-
}
|
|
471
|
-
// Delete the REST message
|
|
472
|
-
await client.delete(`/api/now/table/sys_rest_message/${messageSysId}`);
|
|
473
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
474
|
-
action: 'delete',
|
|
475
|
-
deleted: true,
|
|
476
|
-
sys_id: messageSysId,
|
|
477
|
-
methods_deleted: methods.length,
|
|
478
|
-
message: `REST message and ${methods.length} associated methods deleted`
|
|
479
|
-
}, { operation: 'delete_rest_message' });
|
|
480
|
-
}
|
|
481
|
-
// ============================================================================
|
|
482
|
-
// METHOD OPERATIONS
|
|
483
|
-
// ============================================================================
|
|
484
|
-
async function listMethods(client, args) {
|
|
485
|
-
const { rest_message_sys_id, name, limit = 50 } = args;
|
|
486
|
-
let messageSysId = rest_message_sys_id;
|
|
487
|
-
// Lookup by name if needed
|
|
488
|
-
if (!messageSysId && name) {
|
|
489
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message', {
|
|
490
|
-
params: {
|
|
491
|
-
sysparm_query: `name=${name}`,
|
|
492
|
-
sysparm_fields: 'sys_id',
|
|
493
|
-
sysparm_limit: 1
|
|
494
|
-
}
|
|
495
|
-
});
|
|
496
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
497
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${name}`);
|
|
498
|
-
}
|
|
499
|
-
messageSysId = lookupResponse.data.result[0].sys_id;
|
|
500
|
-
}
|
|
501
|
-
if (!messageSysId) {
|
|
502
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'rest_message_sys_id or name is required for list_methods action');
|
|
503
|
-
}
|
|
504
|
-
const response = await client.get('/api/now/table/sys_rest_message_fn', {
|
|
505
|
-
params: {
|
|
506
|
-
sysparm_query: `rest_message=${messageSysId}`,
|
|
507
|
-
sysparm_fields: 'sys_id,name,http_method,rest_endpoint,content,active',
|
|
508
|
-
sysparm_limit: limit
|
|
509
|
-
}
|
|
510
|
-
});
|
|
511
|
-
const methods = response.data?.result || [];
|
|
512
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
513
|
-
action: 'list_methods',
|
|
514
|
-
rest_message_sys_id: messageSysId,
|
|
515
|
-
count: methods.length,
|
|
516
|
-
methods: methods.map((m) => ({
|
|
517
|
-
sys_id: m.sys_id,
|
|
518
|
-
name: m.name,
|
|
519
|
-
http_method: m.http_method,
|
|
520
|
-
endpoint: m.rest_endpoint,
|
|
521
|
-
has_body: !!m.content,
|
|
522
|
-
active: m.active === 'true'
|
|
523
|
-
}))
|
|
524
|
-
}, { operation: 'list_methods' });
|
|
525
|
-
}
|
|
526
|
-
async function getMethod(client, args) {
|
|
527
|
-
const { method_sys_id, sys_id } = args;
|
|
528
|
-
const methodId = method_sys_id || sys_id;
|
|
529
|
-
if (!methodId) {
|
|
530
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'method_sys_id is required for get_method action');
|
|
531
|
-
}
|
|
532
|
-
// Get the method
|
|
533
|
-
const methodResponse = await client.get(`/api/now/table/sys_rest_message_fn/${methodId}`);
|
|
534
|
-
const method = methodResponse.data?.result;
|
|
535
|
-
if (!method) {
|
|
536
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `Method not found: ${methodId}`);
|
|
537
|
-
}
|
|
538
|
-
// Get associated headers
|
|
539
|
-
const headersResponse = await client.get('/api/now/table/sys_rest_message_fn_headers', {
|
|
540
|
-
params: {
|
|
541
|
-
sysparm_query: `rest_message_function=${methodId}`,
|
|
542
|
-
sysparm_fields: 'sys_id,name,value'
|
|
543
|
-
}
|
|
544
|
-
});
|
|
545
|
-
const headers = headersResponse.data?.result || [];
|
|
546
|
-
// Get associated parameters
|
|
547
|
-
const paramsResponse = await client.get('/api/now/table/sys_rest_message_fn_parameters', {
|
|
548
|
-
params: {
|
|
549
|
-
sysparm_query: `rest_message_function=${methodId}`,
|
|
550
|
-
sysparm_fields: 'sys_id,name,value'
|
|
551
|
-
}
|
|
552
|
-
});
|
|
553
|
-
const parameters = paramsResponse.data?.result || [];
|
|
554
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
555
|
-
action: 'get_method',
|
|
556
|
-
method: {
|
|
557
|
-
sys_id: method.sys_id,
|
|
558
|
-
name: method.name,
|
|
559
|
-
http_method: method.http_method,
|
|
560
|
-
endpoint: method.rest_endpoint,
|
|
561
|
-
request_body: method.content,
|
|
562
|
-
active: method.active === 'true',
|
|
563
|
-
rest_message: method.rest_message
|
|
564
|
-
},
|
|
565
|
-
headers: headers.map((h) => ({
|
|
566
|
-
sys_id: h.sys_id,
|
|
567
|
-
name: h.name,
|
|
568
|
-
value: h.value
|
|
569
|
-
})),
|
|
570
|
-
parameters: parameters.map((p) => ({
|
|
571
|
-
sys_id: p.sys_id,
|
|
572
|
-
name: p.name,
|
|
573
|
-
value: p.value
|
|
574
|
-
}))
|
|
575
|
-
}, { operation: 'get_method' });
|
|
576
|
-
}
|
|
577
|
-
async function createMethod(client, args) {
|
|
578
|
-
const { rest_message_sys_id, name, http_method = 'GET', relative_path = '', request_body, headers } = args;
|
|
579
|
-
if (!rest_message_sys_id) {
|
|
580
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'rest_message_sys_id is required for create_method action');
|
|
581
|
-
}
|
|
582
|
-
if (!name) {
|
|
583
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'name is required for create_method action');
|
|
584
|
-
}
|
|
585
|
-
// Get the parent REST message to build full endpoint
|
|
586
|
-
const messageResponse = await client.get(`/api/now/table/sys_rest_message/${rest_message_sys_id}`, {
|
|
587
|
-
params: { sysparm_fields: 'rest_endpoint' }
|
|
588
|
-
});
|
|
589
|
-
const baseEndpoint = messageResponse.data?.result?.rest_endpoint || '';
|
|
590
|
-
const methodData = {
|
|
591
|
-
rest_message: rest_message_sys_id,
|
|
592
|
-
name,
|
|
593
|
-
http_method,
|
|
594
|
-
rest_endpoint: baseEndpoint + relative_path,
|
|
595
|
-
active: true
|
|
596
|
-
};
|
|
597
|
-
if (request_body) {
|
|
598
|
-
methodData.content = request_body;
|
|
599
|
-
}
|
|
600
|
-
const response = await client.post('/api/now/table/sys_rest_message_fn', methodData);
|
|
601
|
-
const created = response.data?.result;
|
|
602
|
-
// Create headers if provided
|
|
603
|
-
const createdHeaders = [];
|
|
604
|
-
if (headers && typeof headers === 'object') {
|
|
605
|
-
for (const [headerName, headerValue] of Object.entries(headers)) {
|
|
606
|
-
const headerResponse = await client.post('/api/now/table/sys_rest_message_fn_headers', {
|
|
607
|
-
rest_message_function: created.sys_id,
|
|
608
|
-
name: headerName,
|
|
609
|
-
value: headerValue
|
|
610
|
-
});
|
|
611
|
-
createdHeaders.push({
|
|
612
|
-
sys_id: headerResponse.data?.result?.sys_id,
|
|
613
|
-
name: headerName,
|
|
614
|
-
value: headerValue
|
|
615
|
-
});
|
|
616
|
-
}
|
|
617
|
-
}
|
|
618
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
619
|
-
action: 'create_method',
|
|
620
|
-
created: true,
|
|
621
|
-
method: {
|
|
622
|
-
sys_id: created.sys_id,
|
|
623
|
-
name: created.name,
|
|
624
|
-
http_method: created.http_method,
|
|
625
|
-
endpoint: created.rest_endpoint
|
|
626
|
-
},
|
|
627
|
-
headers_created: createdHeaders.length,
|
|
628
|
-
headers: createdHeaders
|
|
629
|
-
}, { operation: 'create_method' });
|
|
630
|
-
}
|
|
631
|
-
async function updateMethod(client, args) {
|
|
632
|
-
const { method_sys_id, sys_id, name, http_method, relative_path, request_body } = args;
|
|
633
|
-
const methodId = method_sys_id || sys_id;
|
|
634
|
-
if (!methodId) {
|
|
635
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'method_sys_id is required for update_method action');
|
|
636
|
-
}
|
|
637
|
-
const updateData = {};
|
|
638
|
-
if (name !== undefined)
|
|
639
|
-
updateData.name = name;
|
|
640
|
-
if (http_method !== undefined)
|
|
641
|
-
updateData.http_method = http_method;
|
|
642
|
-
if (relative_path !== undefined) {
|
|
643
|
-
// Get parent REST message to build full endpoint
|
|
644
|
-
const methodResponse = await client.get(`/api/now/table/sys_rest_message_fn/${methodId}`, {
|
|
645
|
-
params: { sysparm_fields: 'rest_message' }
|
|
646
|
-
});
|
|
647
|
-
const restMessageId = methodResponse.data?.result?.rest_message?.value;
|
|
648
|
-
if (restMessageId) {
|
|
649
|
-
const messageResponse = await client.get(`/api/now/table/sys_rest_message/${restMessageId}`, {
|
|
650
|
-
params: { sysparm_fields: 'rest_endpoint' }
|
|
651
|
-
});
|
|
652
|
-
const baseEndpoint = messageResponse.data?.result?.rest_endpoint || '';
|
|
653
|
-
updateData.rest_endpoint = baseEndpoint + relative_path;
|
|
654
|
-
}
|
|
655
|
-
}
|
|
656
|
-
if (request_body !== undefined)
|
|
657
|
-
updateData.content = request_body;
|
|
658
|
-
if (Object.keys(updateData).length === 0) {
|
|
659
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'No fields to update');
|
|
660
|
-
}
|
|
661
|
-
const response = await client.patch(`/api/now/table/sys_rest_message_fn/${methodId}`, updateData);
|
|
662
|
-
const updated = response.data?.result;
|
|
663
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
664
|
-
action: 'update_method',
|
|
665
|
-
updated: true,
|
|
666
|
-
method: {
|
|
667
|
-
sys_id: updated.sys_id,
|
|
668
|
-
name: updated.name,
|
|
669
|
-
http_method: updated.http_method,
|
|
670
|
-
endpoint: updated.rest_endpoint
|
|
671
|
-
},
|
|
672
|
-
fields_updated: Object.keys(updateData)
|
|
673
|
-
}, { operation: 'update_method' });
|
|
674
|
-
}
|
|
675
|
-
async function deleteMethod(client, args) {
|
|
676
|
-
const { method_sys_id, sys_id } = args;
|
|
677
|
-
const methodId = method_sys_id || sys_id;
|
|
678
|
-
if (!methodId) {
|
|
679
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'method_sys_id is required for delete_method action');
|
|
680
|
-
}
|
|
681
|
-
// Delete associated headers first
|
|
682
|
-
const headersResponse = await client.get('/api/now/table/sys_rest_message_fn_headers', {
|
|
683
|
-
params: {
|
|
684
|
-
sysparm_query: `rest_message_function=${methodId}`,
|
|
685
|
-
sysparm_fields: 'sys_id'
|
|
686
|
-
}
|
|
687
|
-
});
|
|
688
|
-
const headers = headersResponse.data?.result || [];
|
|
689
|
-
for (const header of headers) {
|
|
690
|
-
await client.delete(`/api/now/table/sys_rest_message_fn_headers/${header.sys_id}`);
|
|
691
|
-
}
|
|
692
|
-
// Delete the method
|
|
693
|
-
await client.delete(`/api/now/table/sys_rest_message_fn/${methodId}`);
|
|
694
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
695
|
-
action: 'delete_method',
|
|
696
|
-
deleted: true,
|
|
697
|
-
method_sys_id: methodId,
|
|
698
|
-
headers_deleted: headers.length
|
|
699
|
-
}, { operation: 'delete_method' });
|
|
700
|
-
}
|
|
701
|
-
// ============================================================================
|
|
702
|
-
// MESSAGE-LEVEL HEADER OPERATIONS (sys_rest_message_headers)
|
|
703
|
-
// These headers apply to ALL methods in the REST message
|
|
704
|
-
// ============================================================================
|
|
705
|
-
async function listMessageHeaders(client, args) {
|
|
706
|
-
const { rest_message_sys_id, sys_id, name } = args;
|
|
707
|
-
let messageSysId = rest_message_sys_id || sys_id;
|
|
708
|
-
// Lookup by name if needed
|
|
709
|
-
if (!messageSysId && name) {
|
|
710
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message', {
|
|
711
|
-
params: {
|
|
712
|
-
sysparm_query: `name=${name}`,
|
|
713
|
-
sysparm_fields: 'sys_id',
|
|
714
|
-
sysparm_limit: 1
|
|
715
|
-
}
|
|
716
|
-
});
|
|
717
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
718
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${name}`);
|
|
719
|
-
}
|
|
720
|
-
messageSysId = lookupResponse.data.result[0].sys_id;
|
|
721
|
-
}
|
|
722
|
-
if (!messageSysId) {
|
|
723
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'rest_message_sys_id, sys_id, or name is required for list_message_headers action');
|
|
724
|
-
}
|
|
725
|
-
const response = await client.get('/api/now/table/sys_rest_message_headers', {
|
|
726
|
-
params: {
|
|
727
|
-
sysparm_query: `rest_message=${messageSysId}`,
|
|
728
|
-
sysparm_fields: 'sys_id,name,value'
|
|
729
|
-
}
|
|
730
|
-
});
|
|
731
|
-
const headers = response.data?.result || [];
|
|
732
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
733
|
-
action: 'list_message_headers',
|
|
734
|
-
rest_message_sys_id: messageSysId,
|
|
735
|
-
count: headers.length,
|
|
736
|
-
headers: headers.map((h) => ({
|
|
737
|
-
sys_id: h.sys_id,
|
|
738
|
-
name: h.name,
|
|
739
|
-
value: h.value
|
|
740
|
-
})),
|
|
741
|
-
note: 'These headers apply to ALL methods in this REST message'
|
|
742
|
-
}, { operation: 'list_message_headers' });
|
|
743
|
-
}
|
|
744
|
-
async function createMessageHeader(client, args) {
|
|
745
|
-
const { rest_message_sys_id, sys_id, name, header_name, header_value, headers } = args;
|
|
746
|
-
let messageSysId = rest_message_sys_id || sys_id;
|
|
747
|
-
// Lookup by name if needed
|
|
748
|
-
if (!messageSysId && name) {
|
|
749
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message', {
|
|
750
|
-
params: {
|
|
751
|
-
sysparm_query: `name=${name}`,
|
|
752
|
-
sysparm_fields: 'sys_id',
|
|
753
|
-
sysparm_limit: 1
|
|
754
|
-
}
|
|
755
|
-
});
|
|
756
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
757
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${name}`);
|
|
758
|
-
}
|
|
759
|
-
messageSysId = lookupResponse.data.result[0].sys_id;
|
|
760
|
-
}
|
|
761
|
-
if (!messageSysId) {
|
|
762
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'rest_message_sys_id, sys_id, or name is required for create_message_header action');
|
|
763
|
-
}
|
|
764
|
-
const createdHeaders = [];
|
|
765
|
-
// Create multiple headers if provided as object
|
|
766
|
-
if (headers && typeof headers === 'object') {
|
|
767
|
-
for (const [hName, hValue] of Object.entries(headers)) {
|
|
768
|
-
const response = await client.post('/api/now/table/sys_rest_message_headers', {
|
|
769
|
-
rest_message: messageSysId,
|
|
770
|
-
name: hName,
|
|
771
|
-
value: hValue
|
|
772
|
-
});
|
|
773
|
-
createdHeaders.push({
|
|
774
|
-
sys_id: response.data?.result?.sys_id,
|
|
775
|
-
name: hName,
|
|
776
|
-
value: hValue
|
|
777
|
-
});
|
|
778
|
-
}
|
|
779
|
-
}
|
|
780
|
-
else if (header_name && header_value !== undefined) {
|
|
781
|
-
// Create single header
|
|
782
|
-
const response = await client.post('/api/now/table/sys_rest_message_headers', {
|
|
783
|
-
rest_message: messageSysId,
|
|
784
|
-
name: header_name,
|
|
785
|
-
value: header_value
|
|
786
|
-
});
|
|
787
|
-
createdHeaders.push({
|
|
788
|
-
sys_id: response.data?.result?.sys_id,
|
|
789
|
-
name: header_name,
|
|
790
|
-
value: header_value
|
|
791
|
-
});
|
|
792
|
-
}
|
|
793
|
-
else {
|
|
794
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'Either headers object or header_name+header_value is required');
|
|
795
|
-
}
|
|
796
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
797
|
-
action: 'create_message_header',
|
|
798
|
-
created: true,
|
|
799
|
-
rest_message_sys_id: messageSysId,
|
|
800
|
-
headers: createdHeaders,
|
|
801
|
-
count: createdHeaders.length,
|
|
802
|
-
note: 'These headers will apply to ALL methods in this REST message'
|
|
803
|
-
}, { operation: 'create_message_header' });
|
|
804
|
-
}
|
|
805
|
-
async function deleteMessageHeader(client, args) {
|
|
806
|
-
const { header_sys_id, sys_id, header_name, rest_message_sys_id, name } = args;
|
|
807
|
-
const headerSysIdToDelete = header_sys_id || sys_id;
|
|
808
|
-
if (headerSysIdToDelete) {
|
|
809
|
-
// Delete by sys_id
|
|
810
|
-
await client.delete(`/api/now/table/sys_rest_message_headers/${headerSysIdToDelete}`);
|
|
811
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
812
|
-
action: 'delete_message_header',
|
|
813
|
-
deleted: true,
|
|
814
|
-
header_sys_id: headerSysIdToDelete
|
|
815
|
-
}, { operation: 'delete_message_header' });
|
|
816
|
-
}
|
|
817
|
-
else if (header_name && (rest_message_sys_id || name)) {
|
|
818
|
-
// Find REST message sys_id if needed
|
|
819
|
-
let messageSysId = rest_message_sys_id;
|
|
820
|
-
if (!messageSysId && name) {
|
|
821
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message', {
|
|
822
|
-
params: {
|
|
823
|
-
sysparm_query: `name=${name}`,
|
|
824
|
-
sysparm_fields: 'sys_id',
|
|
825
|
-
sysparm_limit: 1
|
|
826
|
-
}
|
|
827
|
-
});
|
|
828
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
829
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${name}`);
|
|
830
|
-
}
|
|
831
|
-
messageSysId = lookupResponse.data.result[0].sys_id;
|
|
832
|
-
}
|
|
833
|
-
// Find and delete by name
|
|
834
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message_headers', {
|
|
835
|
-
params: {
|
|
836
|
-
sysparm_query: `rest_message=${messageSysId}^name=${header_name}`,
|
|
837
|
-
sysparm_fields: 'sys_id',
|
|
838
|
-
sysparm_limit: 1
|
|
839
|
-
}
|
|
840
|
-
});
|
|
841
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
842
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `Message header not found: ${header_name}`);
|
|
843
|
-
}
|
|
844
|
-
const foundHeaderSysId = lookupResponse.data.result[0].sys_id;
|
|
845
|
-
await client.delete(`/api/now/table/sys_rest_message_headers/${foundHeaderSysId}`);
|
|
846
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
847
|
-
action: 'delete_message_header',
|
|
848
|
-
deleted: true,
|
|
849
|
-
header_name,
|
|
850
|
-
header_sys_id: foundHeaderSysId
|
|
851
|
-
}, { operation: 'delete_message_header' });
|
|
852
|
-
}
|
|
853
|
-
else {
|
|
854
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'Either header_sys_id/sys_id OR (header_name + rest_message_sys_id/name) is required');
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
|
-
// ============================================================================
|
|
858
|
-
// METHOD-LEVEL HEADER OPERATIONS (sys_rest_message_fn_headers)
|
|
859
|
-
// These headers apply only to a specific method
|
|
860
|
-
// ============================================================================
|
|
861
|
-
async function listMethodHeaders(client, args) {
|
|
862
|
-
const { method_sys_id, sys_id } = args;
|
|
863
|
-
const methodId = method_sys_id || sys_id;
|
|
864
|
-
if (!methodId) {
|
|
865
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'method_sys_id is required for list_method_headers action');
|
|
866
|
-
}
|
|
867
|
-
const response = await client.get('/api/now/table/sys_rest_message_fn_headers', {
|
|
868
|
-
params: {
|
|
869
|
-
sysparm_query: `rest_message_function=${methodId}`,
|
|
870
|
-
sysparm_fields: 'sys_id,name,value'
|
|
871
|
-
}
|
|
872
|
-
});
|
|
873
|
-
const headers = response.data?.result || [];
|
|
874
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
875
|
-
action: 'list_method_headers',
|
|
876
|
-
method_sys_id: methodId,
|
|
877
|
-
count: headers.length,
|
|
878
|
-
headers: headers.map((h) => ({
|
|
879
|
-
sys_id: h.sys_id,
|
|
880
|
-
name: h.name,
|
|
881
|
-
value: h.value
|
|
882
|
-
})),
|
|
883
|
-
note: 'These headers apply only to this specific method'
|
|
884
|
-
}, { operation: 'list_method_headers' });
|
|
885
|
-
}
|
|
886
|
-
async function createMethodHeader(client, args) {
|
|
887
|
-
const { method_sys_id, header_name, header_value, headers } = args;
|
|
888
|
-
if (!method_sys_id) {
|
|
889
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'method_sys_id is required for create_method_header action');
|
|
890
|
-
}
|
|
891
|
-
const createdHeaders = [];
|
|
892
|
-
// Create multiple headers if provided as object
|
|
893
|
-
if (headers && typeof headers === 'object') {
|
|
894
|
-
for (const [hName, hValue] of Object.entries(headers)) {
|
|
895
|
-
const response = await client.post('/api/now/table/sys_rest_message_fn_headers', {
|
|
896
|
-
rest_message_function: method_sys_id,
|
|
897
|
-
name: hName,
|
|
898
|
-
value: hValue
|
|
899
|
-
});
|
|
900
|
-
createdHeaders.push({
|
|
901
|
-
sys_id: response.data?.result?.sys_id,
|
|
902
|
-
name: hName,
|
|
903
|
-
value: hValue
|
|
904
|
-
});
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
else if (header_name && header_value !== undefined) {
|
|
908
|
-
// Create single header
|
|
909
|
-
const response = await client.post('/api/now/table/sys_rest_message_fn_headers', {
|
|
910
|
-
rest_message_function: method_sys_id,
|
|
911
|
-
name: header_name,
|
|
912
|
-
value: header_value
|
|
913
|
-
});
|
|
914
|
-
createdHeaders.push({
|
|
915
|
-
sys_id: response.data?.result?.sys_id,
|
|
916
|
-
name: header_name,
|
|
917
|
-
value: header_value
|
|
918
|
-
});
|
|
919
|
-
}
|
|
920
|
-
else {
|
|
921
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'Either headers object or header_name+header_value is required');
|
|
922
|
-
}
|
|
923
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
924
|
-
action: 'create_method_header',
|
|
925
|
-
created: true,
|
|
926
|
-
method_sys_id,
|
|
927
|
-
headers: createdHeaders,
|
|
928
|
-
count: createdHeaders.length,
|
|
929
|
-
note: 'These headers apply only to this specific method'
|
|
930
|
-
}, { operation: 'create_method_header' });
|
|
931
|
-
}
|
|
932
|
-
async function deleteMethodHeader(client, args) {
|
|
933
|
-
const { header_sys_id, sys_id, header_name, method_sys_id } = args;
|
|
934
|
-
const headerSysIdToDelete = header_sys_id || sys_id;
|
|
935
|
-
if (headerSysIdToDelete) {
|
|
936
|
-
// Delete by sys_id
|
|
937
|
-
await client.delete(`/api/now/table/sys_rest_message_fn_headers/${headerSysIdToDelete}`);
|
|
938
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
939
|
-
action: 'delete_method_header',
|
|
940
|
-
deleted: true,
|
|
941
|
-
header_sys_id: headerSysIdToDelete
|
|
942
|
-
}, { operation: 'delete_method_header' });
|
|
943
|
-
}
|
|
944
|
-
else if (header_name && method_sys_id) {
|
|
945
|
-
// Find and delete by name
|
|
946
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message_fn_headers', {
|
|
947
|
-
params: {
|
|
948
|
-
sysparm_query: `rest_message_function=${method_sys_id}^name=${header_name}`,
|
|
949
|
-
sysparm_fields: 'sys_id',
|
|
950
|
-
sysparm_limit: 1
|
|
951
|
-
}
|
|
952
|
-
});
|
|
953
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
954
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `Method header not found: ${header_name}`);
|
|
955
|
-
}
|
|
956
|
-
const foundHeaderSysId = lookupResponse.data.result[0].sys_id;
|
|
957
|
-
await client.delete(`/api/now/table/sys_rest_message_fn_headers/${foundHeaderSysId}`);
|
|
958
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
959
|
-
action: 'delete_method_header',
|
|
960
|
-
deleted: true,
|
|
961
|
-
header_name,
|
|
962
|
-
header_sys_id: foundHeaderSysId
|
|
963
|
-
}, { operation: 'delete_method_header' });
|
|
964
|
-
}
|
|
965
|
-
else {
|
|
966
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'Either header_sys_id/sys_id OR (header_name + method_sys_id) is required');
|
|
967
|
-
}
|
|
968
|
-
}
|
|
969
|
-
// ============================================================================
|
|
970
|
-
// QUERY PARAMETER OPERATIONS (sys_rest_message_fn_parameters)
|
|
971
|
-
// ============================================================================
|
|
972
|
-
async function listParameters(client, args) {
|
|
973
|
-
const { method_sys_id, sys_id } = args;
|
|
974
|
-
const methodId = method_sys_id || sys_id;
|
|
975
|
-
if (!methodId) {
|
|
976
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'method_sys_id is required for list_parameters action');
|
|
977
|
-
}
|
|
978
|
-
const response = await client.get('/api/now/table/sys_rest_message_fn_parameters', {
|
|
979
|
-
params: {
|
|
980
|
-
sysparm_query: `rest_message_function=${methodId}`,
|
|
981
|
-
sysparm_fields: 'sys_id,name,value'
|
|
982
|
-
}
|
|
983
|
-
});
|
|
984
|
-
const parameters = response.data?.result || [];
|
|
985
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
986
|
-
action: 'list_parameters',
|
|
987
|
-
method_sys_id: methodId,
|
|
988
|
-
count: parameters.length,
|
|
989
|
-
parameters: parameters.map((p) => ({
|
|
990
|
-
sys_id: p.sys_id,
|
|
991
|
-
name: p.name,
|
|
992
|
-
value: p.value
|
|
993
|
-
}))
|
|
994
|
-
}, { operation: 'list_parameters' });
|
|
995
|
-
}
|
|
996
|
-
async function createParameter(client, args) {
|
|
997
|
-
const { method_sys_id, parameter_name, parameter_value, parameters } = args;
|
|
998
|
-
if (!method_sys_id) {
|
|
999
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'method_sys_id is required for create_parameter action');
|
|
1000
|
-
}
|
|
1001
|
-
const createdParams = [];
|
|
1002
|
-
// Create multiple parameters if provided as object
|
|
1003
|
-
if (parameters && typeof parameters === 'object') {
|
|
1004
|
-
for (const [pName, pValue] of Object.entries(parameters)) {
|
|
1005
|
-
const response = await client.post('/api/now/table/sys_rest_message_fn_parameters', {
|
|
1006
|
-
rest_message_function: method_sys_id,
|
|
1007
|
-
name: pName,
|
|
1008
|
-
value: pValue
|
|
1009
|
-
});
|
|
1010
|
-
createdParams.push({
|
|
1011
|
-
sys_id: response.data?.result?.sys_id,
|
|
1012
|
-
name: pName,
|
|
1013
|
-
value: pValue
|
|
1014
|
-
});
|
|
1015
|
-
}
|
|
1016
|
-
}
|
|
1017
|
-
else if (parameter_name && parameter_value !== undefined) {
|
|
1018
|
-
// Create single parameter
|
|
1019
|
-
const response = await client.post('/api/now/table/sys_rest_message_fn_parameters', {
|
|
1020
|
-
rest_message_function: method_sys_id,
|
|
1021
|
-
name: parameter_name,
|
|
1022
|
-
value: parameter_value
|
|
1023
|
-
});
|
|
1024
|
-
createdParams.push({
|
|
1025
|
-
sys_id: response.data?.result?.sys_id,
|
|
1026
|
-
name: parameter_name,
|
|
1027
|
-
value: parameter_value
|
|
1028
|
-
});
|
|
1029
|
-
}
|
|
1030
|
-
else {
|
|
1031
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'Either parameters object or parameter_name+parameter_value is required');
|
|
1032
|
-
}
|
|
1033
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
1034
|
-
action: 'create_parameter',
|
|
1035
|
-
created: true,
|
|
1036
|
-
method_sys_id,
|
|
1037
|
-
parameters: createdParams,
|
|
1038
|
-
count: createdParams.length
|
|
1039
|
-
}, { operation: 'create_parameter' });
|
|
1040
|
-
}
|
|
1041
|
-
async function deleteParameter(client, args) {
|
|
1042
|
-
const { parameter_sys_id, sys_id, parameter_name, method_sys_id } = args;
|
|
1043
|
-
const paramSysIdToDelete = parameter_sys_id || sys_id;
|
|
1044
|
-
if (paramSysIdToDelete) {
|
|
1045
|
-
// Delete by sys_id
|
|
1046
|
-
await client.delete(`/api/now/table/sys_rest_message_fn_parameters/${paramSysIdToDelete}`);
|
|
1047
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
1048
|
-
action: 'delete_parameter',
|
|
1049
|
-
deleted: true,
|
|
1050
|
-
parameter_sys_id: paramSysIdToDelete
|
|
1051
|
-
}, { operation: 'delete_parameter' });
|
|
1052
|
-
}
|
|
1053
|
-
else if (parameter_name && method_sys_id) {
|
|
1054
|
-
// Find and delete by name
|
|
1055
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message_fn_parameters', {
|
|
1056
|
-
params: {
|
|
1057
|
-
sysparm_query: `rest_message_function=${method_sys_id}^name=${parameter_name}`,
|
|
1058
|
-
sysparm_fields: 'sys_id',
|
|
1059
|
-
sysparm_limit: 1
|
|
1060
|
-
}
|
|
1061
|
-
});
|
|
1062
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
1063
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `Parameter not found: ${parameter_name}`);
|
|
1064
|
-
}
|
|
1065
|
-
const foundParamSysId = lookupResponse.data.result[0].sys_id;
|
|
1066
|
-
await client.delete(`/api/now/table/sys_rest_message_fn_parameters/${foundParamSysId}`);
|
|
1067
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
1068
|
-
action: 'delete_parameter',
|
|
1069
|
-
deleted: true,
|
|
1070
|
-
parameter_name,
|
|
1071
|
-
parameter_sys_id: foundParamSysId
|
|
1072
|
-
}, { operation: 'delete_parameter' });
|
|
1073
|
-
}
|
|
1074
|
-
else {
|
|
1075
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'Either parameter_sys_id/sys_id OR (parameter_name + method_sys_id) is required');
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
// ============================================================================
|
|
1079
|
-
// TEST OPERATIONS
|
|
1080
|
-
// ============================================================================
|
|
1081
|
-
async function testRestMessage(client, args) {
|
|
1082
|
-
const { method_sys_id, sys_id, name, rest_message_sys_id, test_params = {} } = args;
|
|
1083
|
-
const methodId = method_sys_id || sys_id;
|
|
1084
|
-
// If we have a method_sys_id, get method details
|
|
1085
|
-
if (methodId) {
|
|
1086
|
-
const methodResponse = await client.get(`/api/now/table/sys_rest_message_fn/${methodId}`, {
|
|
1087
|
-
params: { sysparm_fields: 'name,http_method,rest_endpoint,rest_message,content' }
|
|
1088
|
-
});
|
|
1089
|
-
const method = methodResponse.data?.result;
|
|
1090
|
-
if (!method) {
|
|
1091
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `Method not found: ${methodId}`);
|
|
1092
|
-
}
|
|
1093
|
-
// Get REST message details
|
|
1094
|
-
const restMessageId = method.rest_message?.value;
|
|
1095
|
-
const messageResponse = await client.get(`/api/now/table/sys_rest_message/${restMessageId}`, {
|
|
1096
|
-
params: { sysparm_fields: 'name,rest_endpoint,authentication_type' }
|
|
1097
|
-
});
|
|
1098
|
-
const restMessage = messageResponse.data?.result;
|
|
1099
|
-
const restMessageName = restMessage?.name;
|
|
1100
|
-
// Get method headers
|
|
1101
|
-
const headersResponse = await client.get('/api/now/table/sys_rest_message_fn_headers', {
|
|
1102
|
-
params: {
|
|
1103
|
-
sysparm_query: `rest_message_function=${methodId}`,
|
|
1104
|
-
sysparm_fields: 'name,value'
|
|
1105
|
-
}
|
|
1106
|
-
});
|
|
1107
|
-
const methodHeaders = headersResponse.data?.result || [];
|
|
1108
|
-
// Get message-level headers
|
|
1109
|
-
const msgHeadersResponse = await client.get('/api/now/table/sys_rest_message_headers', {
|
|
1110
|
-
params: {
|
|
1111
|
-
sysparm_query: `rest_message=${restMessageId}`,
|
|
1112
|
-
sysparm_fields: 'name,value'
|
|
1113
|
-
}
|
|
1114
|
-
});
|
|
1115
|
-
const messageHeaders = msgHeadersResponse.data?.result || [];
|
|
1116
|
-
// Get parameters
|
|
1117
|
-
const paramsResponse = await client.get('/api/now/table/sys_rest_message_fn_parameters', {
|
|
1118
|
-
params: {
|
|
1119
|
-
sysparm_query: `rest_message_function=${methodId}`,
|
|
1120
|
-
sysparm_fields: 'name,value'
|
|
1121
|
-
}
|
|
1122
|
-
});
|
|
1123
|
-
const parameters = paramsResponse.data?.result || [];
|
|
1124
|
-
// Build parameter setting code
|
|
1125
|
-
const paramLines = Object.entries(test_params).map(([k, v]) => `rm.setStringParameterNoEscape('${k}', '${String(v).replace(/'/g, "\\'")}');`);
|
|
1126
|
-
// Generate the test script (ES5 compatible!)
|
|
1127
|
-
const testScript = `
|
|
1128
|
-
// Test REST Message: ${restMessageName} - Method: ${method.name}
|
|
1129
|
-
// Generated by snow_rest_message_manage test action
|
|
1130
|
-
// ES5 COMPATIBLE - Safe for ServiceNow execution
|
|
1131
|
-
|
|
1132
|
-
(function() {
|
|
1133
|
-
var results = {
|
|
1134
|
-
success: false,
|
|
1135
|
-
status_code: null,
|
|
1136
|
-
response_body: null,
|
|
1137
|
-
response_headers: {},
|
|
1138
|
-
error: null,
|
|
1139
|
-
timing_ms: 0
|
|
1140
|
-
};
|
|
1141
|
-
|
|
1142
|
-
try {
|
|
1143
|
-
var startTime = new Date().getTime();
|
|
1144
|
-
|
|
1145
|
-
// Create REST message instance
|
|
1146
|
-
var rm = new sn_ws.RESTMessageV2('${restMessageName}', '${method.name}');
|
|
1147
|
-
|
|
1148
|
-
// Set parameters from test_params
|
|
1149
|
-
${paramLines.length > 0 ? ' ' + paramLines.join('\n ') : ' // No parameters specified'}
|
|
1150
|
-
|
|
1151
|
-
// Execute the request
|
|
1152
|
-
var response = rm.execute();
|
|
1153
|
-
var endTime = new Date().getTime();
|
|
1154
|
-
|
|
1155
|
-
// Collect results
|
|
1156
|
-
results.success = true;
|
|
1157
|
-
results.status_code = response.getStatusCode();
|
|
1158
|
-
results.response_body = response.getBody();
|
|
1159
|
-
results.timing_ms = endTime - startTime;
|
|
1160
|
-
|
|
1161
|
-
// Try to get response headers
|
|
1162
|
-
try {
|
|
1163
|
-
var headerStr = response.getAllHeaders();
|
|
1164
|
-
if (headerStr) {
|
|
1165
|
-
results.response_headers = headerStr;
|
|
1166
|
-
}
|
|
1167
|
-
} catch(headerErr) {
|
|
1168
|
-
// Headers may not be available
|
|
1169
|
-
}
|
|
1170
|
-
|
|
1171
|
-
// Log results
|
|
1172
|
-
gs.info('=== REST MESSAGE TEST RESULTS ===');
|
|
1173
|
-
gs.info('REST Message: ${restMessageName}');
|
|
1174
|
-
gs.info('Method: ${method.name}');
|
|
1175
|
-
gs.info('HTTP Method: ${method.http_method}');
|
|
1176
|
-
gs.info('Status Code: ' + results.status_code);
|
|
1177
|
-
gs.info('Response Time: ' + results.timing_ms + 'ms');
|
|
1178
|
-
gs.info('Response Body: ' + results.response_body);
|
|
1179
|
-
|
|
1180
|
-
} catch(e) {
|
|
1181
|
-
results.success = false;
|
|
1182
|
-
results.error = e.message || String(e);
|
|
1183
|
-
gs.error('REST Message Test Failed: ' + results.error);
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
// Store results in sys_properties for retrieval
|
|
1187
|
-
var propName = 'snow_flow.rest_test.${methodId}';
|
|
1188
|
-
gs.setProperty(propName, JSON.stringify(results));
|
|
1189
|
-
gs.info('Results stored in property: ' + propName);
|
|
1190
|
-
|
|
1191
|
-
return results;
|
|
1192
|
-
})();
|
|
1193
|
-
`.trim();
|
|
1194
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
1195
|
-
action: 'test',
|
|
1196
|
-
method: {
|
|
1197
|
-
sys_id: methodId,
|
|
1198
|
-
name: method.name,
|
|
1199
|
-
http_method: method.http_method,
|
|
1200
|
-
endpoint: method.rest_endpoint,
|
|
1201
|
-
has_body: !!method.content
|
|
1202
|
-
},
|
|
1203
|
-
rest_message: {
|
|
1204
|
-
sys_id: restMessageId,
|
|
1205
|
-
name: restMessageName,
|
|
1206
|
-
base_endpoint: restMessage?.rest_endpoint,
|
|
1207
|
-
authentication_type: restMessage?.authentication_type
|
|
1208
|
-
},
|
|
1209
|
-
configuration: {
|
|
1210
|
-
message_headers: messageHeaders.map((h) => ({ name: h.name, value: h.value })),
|
|
1211
|
-
method_headers: methodHeaders.map((h) => ({ name: h.name, value: h.value })),
|
|
1212
|
-
parameters: parameters.map((p) => ({ name: p.name, value: p.value }))
|
|
1213
|
-
},
|
|
1214
|
-
test_params_provided: test_params,
|
|
1215
|
-
test_script: testScript,
|
|
1216
|
-
usage: {
|
|
1217
|
-
description: 'Use snow_schedule_script_job to execute this test script',
|
|
1218
|
-
example: `snow_schedule_script_job({ script: <test_script>, description: 'Test REST: ${restMessageName}' })`,
|
|
1219
|
-
manual_test: `In ServiceNow: System Web Services > Outbound > REST Message > ${restMessageName} > ${method.name} > Test`
|
|
1220
|
-
},
|
|
1221
|
-
note: 'Direct REST message testing requires ServiceNow script execution. Copy the test_script and run it via snow_schedule_script_job.'
|
|
1222
|
-
}, { operation: 'test_rest_message' });
|
|
1223
|
-
}
|
|
1224
|
-
// If we have REST message name but no method, list available methods
|
|
1225
|
-
if (name || rest_message_sys_id) {
|
|
1226
|
-
let messageSysId = rest_message_sys_id;
|
|
1227
|
-
let messageName = name;
|
|
1228
|
-
// Lookup by name if needed
|
|
1229
|
-
if (!messageSysId && name) {
|
|
1230
|
-
const lookupResponse = await client.get('/api/now/table/sys_rest_message', {
|
|
1231
|
-
params: {
|
|
1232
|
-
sysparm_query: `name=${name}`,
|
|
1233
|
-
sysparm_fields: 'sys_id,name',
|
|
1234
|
-
sysparm_limit: 1
|
|
1235
|
-
}
|
|
1236
|
-
});
|
|
1237
|
-
if (!lookupResponse.data?.result?.[0]) {
|
|
1238
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.NOT_FOUND, `REST message not found: ${name}`);
|
|
1239
|
-
}
|
|
1240
|
-
messageSysId = lookupResponse.data.result[0].sys_id;
|
|
1241
|
-
messageName = lookupResponse.data.result[0].name;
|
|
1242
|
-
}
|
|
1243
|
-
else if (messageSysId && !messageName) {
|
|
1244
|
-
const msgResponse = await client.get(`/api/now/table/sys_rest_message/${messageSysId}`, {
|
|
1245
|
-
params: { sysparm_fields: 'name' }
|
|
1246
|
-
});
|
|
1247
|
-
messageName = msgResponse.data?.result?.name;
|
|
1248
|
-
}
|
|
1249
|
-
// Get methods for this REST message
|
|
1250
|
-
const methodsResponse = await client.get('/api/now/table/sys_rest_message_fn', {
|
|
1251
|
-
params: {
|
|
1252
|
-
sysparm_query: `rest_message=${messageSysId}`,
|
|
1253
|
-
sysparm_fields: 'sys_id,name,http_method,rest_endpoint'
|
|
1254
|
-
}
|
|
1255
|
-
});
|
|
1256
|
-
const methods = methodsResponse.data?.result || [];
|
|
1257
|
-
return (0, error_handler_js_1.createSuccessResult)({
|
|
1258
|
-
action: 'test',
|
|
1259
|
-
rest_message: {
|
|
1260
|
-
sys_id: messageSysId,
|
|
1261
|
-
name: messageName
|
|
1262
|
-
},
|
|
1263
|
-
available_methods: methods.map((m) => ({
|
|
1264
|
-
sys_id: m.sys_id,
|
|
1265
|
-
name: m.name,
|
|
1266
|
-
http_method: m.http_method,
|
|
1267
|
-
endpoint: m.rest_endpoint
|
|
1268
|
-
})),
|
|
1269
|
-
note: 'Specify method_sys_id to generate a test script for a specific method'
|
|
1270
|
-
}, { operation: 'test_rest_message' });
|
|
1271
|
-
}
|
|
1272
|
-
throw new error_handler_js_1.SnowFlowError(error_handler_js_1.ErrorType.VALIDATION_ERROR, 'method_sys_id, name, or rest_message_sys_id is required for test action');
|
|
1273
|
-
}
|
|
1274
|
-
exports.version = '2.0.0';
|
|
1275
|
-
exports.author = 'Snow-Flow SDK';
|
|
1276
|
-
exports.changelog = {
|
|
1277
|
-
'2.0.0': 'Added message-level headers, method-level headers, query parameters, improved test with ES5 script generation',
|
|
1278
|
-
'1.0.0': 'Initial release with REST message and method CRUD operations'
|
|
1279
|
-
};
|
|
1280
|
-
//# sourceMappingURL=snow_rest_message_manage.js.map
|