@rnsk/toolkits 0.0.10 → 0.0.12
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 +23 -3
- package/dist/index.d.ts +21 -1
- package/dist/index.js +41 -1
- package/dist/toolkits/accuweather/icon.d.ts +5 -0
- package/dist/toolkits/accuweather/icon.js +6 -0
- package/dist/toolkits/accuweather/manifest.d.ts +3 -0
- package/dist/toolkits/accuweather/manifest.js +35 -0
- package/dist/toolkits/accuweather/tools/alerts-alarms.d.ts +13 -0
- package/dist/toolkits/accuweather/tools/alerts-alarms.js +25 -0
- package/dist/toolkits/accuweather/tools/client.d.ts +17 -0
- package/dist/toolkits/accuweather/tools/client.js +50 -0
- package/dist/toolkits/accuweather/tools/current-conditions.d.ts +21 -0
- package/dist/toolkits/accuweather/tools/current-conditions.js +46 -0
- package/dist/toolkits/accuweather/tools/forecasts.d.ts +17 -0
- package/dist/toolkits/accuweather/tools/forecasts.js +41 -0
- package/dist/toolkits/accuweather/tools/imagery.d.ts +7 -0
- package/dist/toolkits/accuweather/tools/imagery.js +21 -0
- package/dist/toolkits/accuweather/tools/index.d.ts +21 -0
- package/dist/toolkits/accuweather/tools/index.js +60 -0
- package/dist/toolkits/accuweather/tools/indices.d.ts +29 -0
- package/dist/toolkits/accuweather/tools/indices.js +66 -0
- package/dist/toolkits/accuweather/tools/lightning.d.ts +11 -0
- package/dist/toolkits/accuweather/tools/lightning.js +35 -0
- package/dist/toolkits/accuweather/tools/locations.d.ts +101 -0
- package/dist/toolkits/accuweather/tools/locations.js +280 -0
- package/dist/toolkits/accuweather/tools/minutecast.d.ts +11 -0
- package/dist/toolkits/accuweather/tools/minutecast.js +28 -0
- package/dist/toolkits/accuweather/tools/translations.d.ts +20 -0
- package/dist/toolkits/accuweather/tools/translations.js +49 -0
- package/dist/toolkits/accuweather/tools/tropical.d.ts +49 -0
- package/dist/toolkits/accuweather/tools/tropical.js +108 -0
- package/dist/toolkits/aws/tools/cloudwatch/filter-log-events.d.ts +2 -2
- package/dist/toolkits/aws/tools/cloudwatch/get-metric-data.d.ts +2 -2
- package/dist/toolkits/aws/tools/index.d.ts +4 -4
- package/dist/toolkits/bitbucket/tools/commits.d.ts +3 -3
- package/dist/toolkits/bitbucket/tools/index.d.ts +9 -9
- package/dist/toolkits/bitbucket/tools/pull-requests.d.ts +1 -1
- package/dist/toolkits/bitbucket/tools/reports.d.ts +5 -5
- package/dist/toolkits/bitbucket/tools/repositories.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/create-dns-record.d.ts +2 -2
- package/dist/toolkits/cloudflare/tools/create-list.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/create-zone.d.ts +2 -2
- package/dist/toolkits/cloudflare/tools/index.d.ts +13 -13
- package/dist/toolkits/cloudflare/tools/list-accounts.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/list-dns-records.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/list-pools.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/list-tunnels.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/list-zones.d.ts +2 -2
- package/dist/toolkits/cloudflare/tools/update-dns-record.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/update-zone.d.ts +1 -1
- package/dist/toolkits/convex/icon.d.ts +5 -0
- package/dist/toolkits/convex/icon.js +10 -0
- package/dist/toolkits/convex/manifest.d.ts +3 -0
- package/dist/toolkits/convex/manifest.js +33 -0
- package/dist/toolkits/convex/tools/client.d.ts +28 -0
- package/dist/toolkits/convex/tools/client.js +85 -0
- package/dist/toolkits/convex/tools/deploy-keys.d.ts +10 -0
- package/dist/toolkits/convex/tools/deploy-keys.js +46 -0
- package/dist/toolkits/convex/tools/deployments.d.ts +35 -0
- package/dist/toolkits/convex/tools/deployments.js +126 -0
- package/dist/toolkits/convex/tools/domains.d.ts +7 -0
- package/dist/toolkits/convex/tools/domains.js +29 -0
- package/dist/toolkits/convex/tools/functions.d.ts +14 -0
- package/dist/toolkits/convex/tools/functions.js +49 -0
- package/dist/toolkits/convex/tools/index.d.ts +176 -0
- package/dist/toolkits/convex/tools/index.js +145 -0
- package/dist/toolkits/convex/tools/logging.d.ts +5 -0
- package/dist/toolkits/convex/tools/logging.js +25 -0
- package/dist/toolkits/convex/tools/projects.d.ts +31 -0
- package/dist/toolkits/convex/tools/projects.js +111 -0
- package/dist/toolkits/convex/tools/teams.d.ts +12 -0
- package/dist/toolkits/convex/tools/teams.js +62 -0
- package/dist/toolkits/datadog/icon.d.ts +5 -0
- package/dist/toolkits/datadog/icon.js +6 -0
- package/dist/toolkits/datadog/manifest.d.ts +3 -0
- package/dist/toolkits/datadog/manifest.js +44 -0
- package/dist/toolkits/datadog/tools/api-keys.d.ts +21 -0
- package/dist/toolkits/datadog/tools/api-keys.js +42 -0
- package/dist/toolkits/datadog/tools/apm.d.ts +51 -0
- package/dist/toolkits/datadog/tools/apm.js +106 -0
- package/dist/toolkits/datadog/tools/client.d.ts +19 -0
- package/dist/toolkits/datadog/tools/client.js +81 -0
- package/dist/toolkits/datadog/tools/dashboards.d.ts +93 -0
- package/dist/toolkits/datadog/tools/dashboards.js +127 -0
- package/dist/toolkits/datadog/tools/events.d.ts +35 -0
- package/dist/toolkits/datadog/tools/events.js +56 -0
- package/dist/toolkits/datadog/tools/hosts.d.ts +49 -0
- package/dist/toolkits/datadog/tools/hosts.js +87 -0
- package/dist/toolkits/datadog/tools/incidents.d.ts +18 -0
- package/dist/toolkits/datadog/tools/incidents.js +34 -0
- package/dist/toolkits/datadog/tools/index.d.ts +999 -0
- package/dist/toolkits/datadog/tools/index.js +450 -0
- package/dist/toolkits/datadog/tools/integrations.d.ts +32 -0
- package/dist/toolkits/datadog/tools/integrations.js +47 -0
- package/dist/toolkits/datadog/tools/logs.d.ts +39 -0
- package/dist/toolkits/datadog/tools/logs.js +121 -0
- package/dist/toolkits/datadog/tools/metrics.d.ts +27 -0
- package/dist/toolkits/datadog/tools/metrics.js +83 -0
- package/dist/toolkits/datadog/tools/monitors.d.ts +95 -0
- package/dist/toolkits/datadog/tools/monitors.js +190 -0
- package/dist/toolkits/datadog/tools/oncall-notifications.d.ts +61 -0
- package/dist/toolkits/datadog/tools/oncall-notifications.js +155 -0
- package/dist/toolkits/datadog/tools/oncall-policies.d.ts +28 -0
- package/dist/toolkits/datadog/tools/oncall-policies.js +72 -0
- package/dist/toolkits/datadog/tools/oncall-schedules.d.ts +31 -0
- package/dist/toolkits/datadog/tools/oncall-schedules.js +87 -0
- package/dist/toolkits/datadog/tools/oncall-teams.d.ts +14 -0
- package/dist/toolkits/datadog/tools/oncall-teams.js +54 -0
- package/dist/toolkits/datadog/tools/slos.d.ts +43 -0
- package/dist/toolkits/datadog/tools/slos.js +62 -0
- package/dist/toolkits/datadog/tools/synthetics.d.ts +58 -0
- package/dist/toolkits/datadog/tools/synthetics.js +90 -0
- package/dist/toolkits/datadog/tools/usage.d.ts +7 -0
- package/dist/toolkits/datadog/tools/usage.js +25 -0
- package/dist/toolkits/datadog/tools/users.d.ts +35 -0
- package/dist/toolkits/datadog/tools/users.js +66 -0
- package/dist/toolkits/dev-to/icon.d.ts +5 -0
- package/dist/toolkits/dev-to/icon.js +10 -0
- package/dist/toolkits/dev-to/manifest.d.ts +3 -0
- package/dist/toolkits/dev-to/manifest.js +34 -0
- package/dist/toolkits/dev-to/tools/articles.d.ts +78 -0
- package/dist/toolkits/dev-to/tools/articles.js +262 -0
- package/dist/toolkits/dev-to/tools/client.d.ts +25 -0
- package/dist/toolkits/dev-to/tools/client.js +65 -0
- package/dist/toolkits/dev-to/tools/community.d.ts +61 -0
- package/dist/toolkits/dev-to/tools/community.js +244 -0
- package/dist/toolkits/dev-to/tools/index.d.ts +202 -0
- package/dist/toolkits/dev-to/tools/index.js +37 -0
- package/dist/toolkits/dev-to/tools/listings.d.ts +26 -0
- package/dist/toolkits/dev-to/tools/listings.js +92 -0
- package/dist/toolkits/discord/tools/applications.d.ts +6 -6
- package/dist/toolkits/discord/tools/index.d.ts +6 -6
- package/dist/toolkits/figma/tools/create-dev-resources.d.ts +1 -1
- package/dist/toolkits/figma/tools/create-modify-delete-variables.d.ts +1 -1
- package/dist/toolkits/figma/tools/get-activity-logs.d.ts +2 -2
- package/dist/toolkits/figma/tools/get-file-json.d.ts +1 -1
- package/dist/toolkits/figma/tools/get-file-nodes.d.ts +1 -1
- package/dist/toolkits/figma/tools/get-team-component-sets.d.ts +1 -1
- package/dist/toolkits/figma/tools/get-team-components.d.ts +1 -1
- package/dist/toolkits/figma/tools/get-team-styles.d.ts +1 -1
- package/dist/toolkits/figma/tools/get-versions-of-a-file.d.ts +1 -1
- package/dist/toolkits/figma/tools/index.d.ts +10 -10
- package/dist/toolkits/figma/tools/render-images-of-file-nodes.d.ts +1 -1
- package/dist/toolkits/figma/tools/update-dev-resources.d.ts +1 -1
- package/dist/toolkits/github/tools/Checks/create-check-run.d.ts +1 -1
- package/dist/toolkits/github/tools/Collaborators/add-collaborator.d.ts +1 -1
- package/dist/toolkits/github/tools/Collaborators/check-collaborator.d.ts +1 -1
- package/dist/toolkits/github/tools/Collaborators/remove-collaborator.d.ts +1 -1
- package/dist/toolkits/github/tools/Dependabot/list-alerts.d.ts +2 -2
- package/dist/toolkits/github/tools/Organizations/list-org-repositories.d.ts +1 -1
- package/dist/toolkits/github/tools/Organizations/update-organization.d.ts +1 -1
- package/dist/toolkits/github/tools/Projects/update-project.d.ts +1 -1
- package/dist/toolkits/github/tools/Releases/create-release.d.ts +1 -1
- package/dist/toolkits/github/tools/Releases/update-release.d.ts +1 -1
- package/dist/toolkits/github/tools/SecurityAdvisories/create-repository-advisory.d.ts +2 -2
- package/dist/toolkits/github/tools/SecurityAdvisories/get-repository-advisory.d.ts +1 -1
- package/dist/toolkits/github/tools/SecurityAdvisories/list-global-advisories.d.ts +1 -1
- package/dist/toolkits/github/tools/SecurityAdvisories/list-repository-advisories.d.ts +1 -1
- package/dist/toolkits/github/tools/Teams/update-team.d.ts +1 -1
- package/dist/toolkits/github/tools/Users/follow-user.d.ts +1 -1
- package/dist/toolkits/github/tools/Users/update-authenticated-user.d.ts +1 -1
- package/dist/toolkits/github/tools/Webhooks/create-repo-webhook.d.ts +1 -1
- package/dist/toolkits/github/tools/Workflows/list-workflows.d.ts +1 -1
- package/dist/toolkits/github/tools/index.d.ts +21 -21
- package/dist/toolkits/gitlab/tools/index.d.ts +2 -2
- package/dist/toolkits/gitlab/tools/pipelines.d.ts +1 -1
- package/dist/toolkits/gitlab/tools/projects.d.ts +1 -1
- package/dist/toolkits/gmail/manifest.js +204 -1
- package/dist/toolkits/gmail/tools/create-label.d.ts +2 -2
- package/dist/toolkits/gmail/tools/index.d.ts +5 -0
- package/dist/toolkits/gmail/tools/index.js +5 -0
- package/dist/toolkits/gmail/tools/labels-threads.d.ts +47 -0
- package/dist/toolkits/gmail/tools/labels-threads.js +110 -0
- package/dist/toolkits/gmail/tools/list-drafts.d.ts +1 -1
- package/dist/toolkits/gmail/tools/list-threads.d.ts +1 -1
- package/dist/toolkits/gmail/tools/mailbox.d.ts +46 -0
- package/dist/toolkits/gmail/tools/mailbox.js +142 -0
- package/dist/toolkits/gmail/tools/messages-extra.d.ts +34 -0
- package/dist/toolkits/gmail/tools/messages-extra.js +176 -0
- package/dist/toolkits/gmail/tools/people-extra.d.ts +18 -0
- package/dist/toolkits/gmail/tools/people-extra.js +67 -0
- package/dist/toolkits/gmail/tools/settings.d.ts +100 -0
- package/dist/toolkits/gmail/tools/settings.js +210 -0
- package/dist/toolkits/google-analytics/tools/admin.d.ts +3 -3
- package/dist/toolkits/google-analytics/tools/custom-definitions.d.ts +2 -2
- package/dist/toolkits/google-analytics/tools/reports.d.ts +9 -9
- package/dist/toolkits/google-classroom/tools/announcement-addons.d.ts +4 -4
- package/dist/toolkits/google-classroom/tools/coursework-addons.d.ts +2 -2
- package/dist/toolkits/google-classroom/tools/coursework.d.ts +1 -1
- package/dist/toolkits/google-classroom/tools/index.d.ts +14 -14
- package/dist/toolkits/google-classroom/tools/invitations.d.ts +2 -2
- package/dist/toolkits/google-classroom/tools/materials-addons.d.ts +2 -2
- package/dist/toolkits/google-classroom/tools/misc.d.ts +1 -1
- package/dist/toolkits/google-classroom/tools/posts-addons.d.ts +1 -1
- package/dist/toolkits/google-classroom/tools/roster.d.ts +5 -5
- package/dist/toolkits/google-contacts/tools/contacts.d.ts +5 -5
- package/dist/toolkits/google-contacts/tools/directory.d.ts +3 -3
- package/dist/toolkits/google-contacts/tools/groups.d.ts +1 -1
- package/dist/toolkits/google-contacts/tools/index.d.ts +9 -9
- package/dist/toolkits/google-drive/tools/index.d.ts +3 -3
- package/dist/toolkits/google-drive/tools/search-files.d.ts +1 -1
- package/dist/toolkits/google-drive/tools/upload-file.d.ts +2 -2
- package/dist/toolkits/google-maps/tools/index.d.ts +4 -4
- package/dist/toolkits/google-maps/tools/places.d.ts +4 -4
- package/dist/toolkits/google-search-console/tools/index.d.ts +2 -2
- package/dist/toolkits/google-search-console/tools/search-analytics-query.d.ts +2 -2
- package/dist/toolkits/google-sheets/tools/index.d.ts +1 -1
- package/dist/toolkits/google-sheets/tools/list-spreadsheets.d.ts +1 -1
- package/dist/toolkits/google-tasks/tools/batch-execute.d.ts +1 -1
- package/dist/toolkits/google-tasks/tools/index.d.ts +2 -2
- package/dist/toolkits/google-tasks/tools/update-task-full.d.ts +1 -1
- package/dist/toolkits/groww/tools/index.d.ts +8 -8
- package/dist/toolkits/groww/tools/margin.d.ts +1 -1
- package/dist/toolkits/groww/tools/orders.d.ts +2 -2
- package/dist/toolkits/groww/tools/smart-orders.d.ts +5 -5
- package/dist/toolkits/gumroad/icon.d.ts +5 -0
- package/dist/toolkits/gumroad/icon.js +6 -0
- package/dist/toolkits/gumroad/manifest.d.ts +3 -0
- package/dist/toolkits/gumroad/manifest.js +41 -0
- package/dist/toolkits/gumroad/tools/client.d.ts +16 -0
- package/dist/toolkits/gumroad/tools/client.js +53 -0
- package/dist/toolkits/gumroad/tools/index.d.ts +12 -0
- package/dist/toolkits/gumroad/tools/index.js +17 -0
- package/dist/toolkits/gumroad/tools/sales.d.ts +34 -0
- package/dist/toolkits/gumroad/tools/sales.js +68 -0
- package/dist/toolkits/hostinger/tools/hosting.d.ts +2 -2
- package/dist/toolkits/hostinger/tools/index.d.ts +4 -4
- package/dist/toolkits/hostinger/tools/whois.d.ts +2 -2
- package/dist/toolkits/hugging-face/tools/datasets-viewer.d.ts +1 -1
- package/dist/toolkits/hugging-face/tools/datasets.d.ts +2 -2
- package/dist/toolkits/hugging-face/tools/index.d.ts +3 -3
- package/dist/toolkits/hugging-face/tools/models.d.ts +1 -1
- package/dist/toolkits/hugging-face/tools/papers.d.ts +1 -1
- package/dist/toolkits/hugging-face/tools/repos.d.ts +1 -1
- package/dist/toolkits/hugging-face/tools/spaces.d.ts +1 -1
- package/dist/toolkits/jira/tools/boards.d.ts +1 -1
- package/dist/toolkits/jira/tools/index.d.ts +8 -8
- package/dist/toolkits/jira/tools/meta.d.ts +3 -3
- package/dist/toolkits/jira/tools/projects.d.ts +1 -1
- package/dist/toolkits/jira/tools/users.d.ts +4 -4
- package/dist/toolkits/kaggle/icon.d.ts +5 -0
- package/dist/toolkits/kaggle/icon.js +6 -0
- package/dist/toolkits/kaggle/manifest.d.ts +3 -0
- package/dist/toolkits/kaggle/manifest.js +32 -0
- package/dist/toolkits/kaggle/tools/client.d.ts +10 -0
- package/dist/toolkits/kaggle/tools/client.js +94 -0
- package/dist/toolkits/kaggle/tools/competitions.d.ts +48 -0
- package/dist/toolkits/kaggle/tools/competitions.js +109 -0
- package/dist/toolkits/kaggle/tools/config.d.ts +110 -0
- package/dist/toolkits/kaggle/tools/config.js +256 -0
- package/dist/toolkits/kaggle/tools/datasets.d.ts +88 -0
- package/dist/toolkits/kaggle/tools/datasets.js +161 -0
- package/dist/toolkits/kaggle/tools/index.d.ts +482 -0
- package/dist/toolkits/kaggle/tools/index.js +53 -0
- package/dist/toolkits/kaggle/tools/kernels.d.ts +62 -0
- package/dist/toolkits/kaggle/tools/kernels.js +121 -0
- package/dist/toolkits/kaggle/tools/model_instance_files.d.ts +11 -0
- package/dist/toolkits/kaggle/tools/model_instance_files.js +23 -0
- package/dist/toolkits/kaggle/tools/model_instances.d.ts +8 -0
- package/dist/toolkits/kaggle/tools/model_instances.js +20 -0
- package/dist/toolkits/kaggle/tools/models.d.ts +14 -0
- package/dist/toolkits/kaggle/tools/models.js +33 -0
- package/dist/toolkits/nasa/icon.d.ts +5 -0
- package/dist/toolkits/nasa/icon.js +56 -0
- package/dist/toolkits/nasa/manifest.d.ts +3 -0
- package/dist/toolkits/nasa/manifest.js +49 -0
- package/dist/toolkits/nasa/tools/agage.d.ts +60 -0
- package/dist/toolkits/nasa/tools/agage.js +176 -0
- package/dist/toolkits/nasa/tools/client.d.ts +95 -0
- package/dist/toolkits/nasa/tools/client.js +337 -0
- package/dist/toolkits/nasa/tools/cmr.d.ts +268 -0
- package/dist/toolkits/nasa/tools/cmr.js +984 -0
- package/dist/toolkits/nasa/tools/donki.d.ts +63 -0
- package/dist/toolkits/nasa/tools/donki.js +301 -0
- package/dist/toolkits/nasa/tools/eonet.d.ts +74 -0
- package/dist/toolkits/nasa/tools/eonet.js +279 -0
- package/dist/toolkits/nasa/tools/icesat2.d.ts +25 -0
- package/dist/toolkits/nasa/tools/icesat2.js +97 -0
- package/dist/toolkits/nasa/tools/imagery.d.ts +36 -0
- package/dist/toolkits/nasa/tools/imagery.js +138 -0
- package/dist/toolkits/nasa/tools/index.d.ts +1063 -0
- package/dist/toolkits/nasa/tools/index.js +865 -0
- package/dist/toolkits/nasa/tools/neo.d.ts +15 -0
- package/dist/toolkits/nasa/tools/neo.js +75 -0
- package/dist/toolkits/nasa/tools/ntrs.d.ts +152 -0
- package/dist/toolkits/nasa/tools/ntrs.js +292 -0
- package/dist/toolkits/nasa/tools/osdr.d.ts +72 -0
- package/dist/toolkits/nasa/tools/osdr.js +290 -0
- package/dist/toolkits/nasa/tools/planetary.d.ts +58 -0
- package/dist/toolkits/nasa/tools/planetary.js +312 -0
- package/dist/toolkits/nasa/tools/power.d.ts +52 -0
- package/dist/toolkits/nasa/tools/power.js +213 -0
- package/dist/toolkits/nasa/tools/ssc.d.ts +44 -0
- package/dist/toolkits/nasa/tools/ssc.js +92 -0
- package/dist/toolkits/nasa/tools/tolnet.d.ts +84 -0
- package/dist/toolkits/nasa/tools/tolnet.js +254 -0
- package/dist/toolkits/neo4j/tools/analytics.d.ts +1 -1
- package/dist/toolkits/neo4j/tools/index.d.ts +3 -3
- package/dist/toolkits/neo4j/tools/instances.d.ts +2 -2
- package/dist/toolkits/neon/tools/auth.d.ts +5 -5
- package/dist/toolkits/neon/tools/dataapi.d.ts +1 -1
- package/dist/toolkits/neon/tools/index.d.ts +8 -8
- package/dist/toolkits/neon/tools/projects.d.ts +2 -2
- package/dist/toolkits/new-relic/icon.d.ts +5 -0
- package/dist/toolkits/new-relic/icon.js +6 -0
- package/dist/toolkits/new-relic/manifest.d.ts +3 -0
- package/dist/toolkits/new-relic/manifest.js +41 -0
- package/dist/toolkits/new-relic/tools/admin.d.ts +310 -0
- package/dist/toolkits/new-relic/tools/admin.js +282 -0
- package/dist/toolkits/new-relic/tools/alert-policies.d.ts +74 -0
- package/dist/toolkits/new-relic/tools/alert-policies.js +136 -0
- package/dist/toolkits/new-relic/tools/apm.d.ts +129 -0
- package/dist/toolkits/new-relic/tools/apm.js +228 -0
- package/dist/toolkits/new-relic/tools/client.d.ts +62 -0
- package/dist/toolkits/new-relic/tools/client.js +167 -0
- package/dist/toolkits/new-relic/tools/conditions.d.ts +190 -0
- package/dist/toolkits/new-relic/tools/conditions.js +265 -0
- package/dist/toolkits/new-relic/tools/config.d.ts +73 -0
- package/dist/toolkits/new-relic/tools/config.js +131 -0
- package/dist/toolkits/new-relic/tools/dashboards.d.ts +204 -0
- package/dist/toolkits/new-relic/tools/dashboards.js +159 -0
- package/dist/toolkits/new-relic/tools/entities.d.ts +160 -0
- package/dist/toolkits/new-relic/tools/entities.js +218 -0
- package/dist/toolkits/new-relic/tools/index.d.ts +23 -0
- package/dist/toolkits/new-relic/tools/index.js +179 -0
- package/dist/toolkits/new-relic/tools/ingest.d.ts +31 -0
- package/dist/toolkits/new-relic/tools/ingest.js +80 -0
- package/dist/toolkits/new-relic/tools/notifications.d.ts +186 -0
- package/dist/toolkits/new-relic/tools/notifications.js +232 -0
- package/dist/toolkits/new-relic/tools/nrql-conditions.d.ts +105 -0
- package/dist/toolkits/new-relic/tools/nrql-conditions.js +136 -0
- package/dist/toolkits/new-relic/tools/nrql.d.ts +38 -0
- package/dist/toolkits/new-relic/tools/nrql.js +99 -0
- package/dist/toolkits/new-relic/tools/synthetics.d.ts +176 -0
- package/dist/toolkits/new-relic/tools/synthetics.js +246 -0
- package/dist/toolkits/notebook-lm/icon.d.ts +5 -0
- package/dist/toolkits/notebook-lm/icon.js +6 -0
- package/dist/toolkits/notebook-lm/manifest.d.ts +3 -0
- package/dist/toolkits/notebook-lm/manifest.js +44 -0
- package/dist/toolkits/notebook-lm/tools/add-text-sources.d.ts +36 -0
- package/dist/toolkits/notebook-lm/tools/add-text-sources.js +51 -0
- package/dist/toolkits/notebook-lm/tools/create-audio-overview.d.ts +47 -0
- package/dist/toolkits/notebook-lm/tools/create-audio-overview.js +55 -0
- package/dist/toolkits/notebook-lm/tools/create-notebook.d.ts +52 -0
- package/dist/toolkits/notebook-lm/tools/create-notebook.js +49 -0
- package/dist/toolkits/notebook-lm/tools/delete-audio-overview.d.ts +33 -0
- package/dist/toolkits/notebook-lm/tools/delete-audio-overview.js +46 -0
- package/dist/toolkits/notebook-lm/tools/delete-notebooks.d.ts +32 -0
- package/dist/toolkits/notebook-lm/tools/delete-notebooks.js +46 -0
- package/dist/toolkits/notebook-lm/tools/delete-sources.d.ts +33 -0
- package/dist/toolkits/notebook-lm/tools/delete-sources.js +47 -0
- package/dist/toolkits/notebook-lm/tools/get-notebook.d.ts +52 -0
- package/dist/toolkits/notebook-lm/tools/get-notebook.js +45 -0
- package/dist/toolkits/notebook-lm/tools/get-source.d.ts +53 -0
- package/dist/toolkits/notebook-lm/tools/get-source.js +47 -0
- package/dist/toolkits/notebook-lm/tools/index.d.ts +516 -0
- package/dist/toolkits/notebook-lm/tools/index.js +93 -0
- package/dist/toolkits/notebook-lm/tools/list-recent-notebooks.d.ts +32 -0
- package/dist/toolkits/notebook-lm/tools/list-recent-notebooks.js +41 -0
- package/dist/toolkits/notebook-lm/tools/share-notebook.d.ts +48 -0
- package/dist/toolkits/notebook-lm/tools/share-notebook.js +57 -0
- package/dist/toolkits/notebook-lm/tools/upload-source-file.d.ts +40 -0
- package/dist/toolkits/notebook-lm/tools/upload-source-file.js +62 -0
- package/dist/toolkits/notebook-lm/tools/utils.d.ts +15 -0
- package/dist/toolkits/notebook-lm/tools/utils.js +46 -0
- package/dist/toolkits/npm/icon.d.ts +5 -0
- package/dist/toolkits/npm/icon.js +11 -0
- package/dist/toolkits/npm/manifest.d.ts +3 -0
- package/dist/toolkits/npm/manifest.js +35 -0
- package/dist/toolkits/npm/tools/client.d.ts +19 -0
- package/dist/toolkits/npm/tools/client.js +64 -0
- package/dist/toolkits/npm/tools/downloads.d.ts +19 -0
- package/dist/toolkits/npm/tools/downloads.js +39 -0
- package/dist/toolkits/npm/tools/index.d.ts +14 -0
- package/dist/toolkits/npm/tools/index.js +24 -0
- package/dist/toolkits/npm/tools/registry.d.ts +24 -0
- package/dist/toolkits/npm/tools/registry.js +58 -0
- package/dist/toolkits/npm/tools/security.d.ts +9 -0
- package/dist/toolkits/npm/tools/security.js +29 -0
- package/dist/toolkits/postman/icon.d.ts +5 -0
- package/dist/toolkits/postman/icon.js +14 -0
- package/dist/toolkits/postman/manifest.d.ts +3 -0
- package/dist/toolkits/postman/manifest.js +35 -0
- package/dist/toolkits/postman/tools/client.d.ts +23 -0
- package/dist/toolkits/postman/tools/client.js +59 -0
- package/dist/toolkits/postman/tools/collections.d.ts +93 -0
- package/dist/toolkits/postman/tools/collections.js +358 -0
- package/dist/toolkits/postman/tools/comments.d.ts +113 -0
- package/dist/toolkits/postman/tools/comments.js +387 -0
- package/dist/toolkits/postman/tools/designs_and_apis.d.ts +106 -0
- package/dist/toolkits/postman/tools/designs_and_apis.js +385 -0
- package/dist/toolkits/postman/tools/environments.d.ts +63 -0
- package/dist/toolkits/postman/tools/environments.js +208 -0
- package/dist/toolkits/postman/tools/index.d.ts +1204 -0
- package/dist/toolkits/postman/tools/index.js +143 -0
- package/dist/toolkits/postman/tools/items.d.ts +90 -0
- package/dist/toolkits/postman/tools/items.js +286 -0
- package/dist/toolkits/postman/tools/mocks_and_tests.d.ts +100 -0
- package/dist/toolkits/postman/tools/mocks_and_tests.js +363 -0
- package/dist/toolkits/postman/tools/pull_requests.d.ts +26 -0
- package/dist/toolkits/postman/tools/pull_requests.js +108 -0
- package/dist/toolkits/postman/tools/scim_users_teams.d.ts +31 -0
- package/dist/toolkits/postman/tools/scim_users_teams.js +156 -0
- package/dist/toolkits/postman/tools/specs.d.ts +100 -0
- package/dist/toolkits/postman/tools/specs.js +380 -0
- package/dist/toolkits/postman/tools/webhooks.d.ts +8 -0
- package/dist/toolkits/postman/tools/webhooks.js +40 -0
- package/dist/toolkits/postman/tools/workspaces.d.ts +50 -0
- package/dist/toolkits/postman/tools/workspaces.js +198 -0
- package/dist/toolkits/prometheus/icon.d.ts +5 -0
- package/dist/toolkits/prometheus/icon.js +52 -0
- package/dist/toolkits/prometheus/manifest.d.ts +3 -0
- package/dist/toolkits/prometheus/manifest.js +32 -0
- package/dist/toolkits/prometheus/tools/admin.d.ts +19 -0
- package/dist/toolkits/prometheus/tools/admin.js +90 -0
- package/dist/toolkits/prometheus/tools/client.d.ts +22 -0
- package/dist/toolkits/prometheus/tools/client.js +91 -0
- package/dist/toolkits/prometheus/tools/discovery.d.ts +82 -0
- package/dist/toolkits/prometheus/tools/discovery.js +182 -0
- package/dist/toolkits/prometheus/tools/index.d.ts +16 -0
- package/dist/toolkits/prometheus/tools/index.js +51 -0
- package/dist/toolkits/prometheus/tools/query.d.ts +33 -0
- package/dist/toolkits/prometheus/tools/query.js +101 -0
- package/dist/toolkits/prometheus/tools/status.d.ts +66 -0
- package/dist/toolkits/prometheus/tools/status.js +248 -0
- package/dist/toolkits/prometheus/tools/targets.d.ts +31 -0
- package/dist/toolkits/prometheus/tools/targets.js +117 -0
- package/dist/toolkits/razorpay/icon.d.ts +5 -0
- package/dist/toolkits/razorpay/icon.js +33 -0
- package/dist/toolkits/razorpay/manifest.d.ts +3 -0
- package/dist/toolkits/razorpay/manifest.js +32 -0
- package/dist/toolkits/razorpay/tools/client.d.ts +24 -0
- package/dist/toolkits/razorpay/tools/client.js +73 -0
- package/dist/toolkits/razorpay/tools/customers.d.ts +29 -0
- package/dist/toolkits/razorpay/tools/customers.js +53 -0
- package/dist/toolkits/razorpay/tools/index.d.ts +16 -0
- package/dist/toolkits/razorpay/tools/index.js +56 -0
- package/dist/toolkits/razorpay/tools/invoices.d.ts +169 -0
- package/dist/toolkits/razorpay/tools/invoices.js +143 -0
- package/dist/toolkits/razorpay/tools/items-links.d.ts +98 -0
- package/dist/toolkits/razorpay/tools/items-links.js +131 -0
- package/dist/toolkits/razorpay/tools/orders.d.ts +63 -0
- package/dist/toolkits/razorpay/tools/orders.js +99 -0
- package/dist/toolkits/razorpay/tools/payouts.d.ts +58 -0
- package/dist/toolkits/razorpay/tools/payouts.js +91 -0
- package/dist/toolkits/servicenow/icon.d.ts +5 -0
- package/dist/toolkits/servicenow/icon.js +6 -0
- package/dist/toolkits/servicenow/manifest.d.ts +3 -0
- package/dist/toolkits/servicenow/manifest.js +33 -0
- package/dist/toolkits/servicenow/tools/attachments.d.ts +35 -0
- package/dist/toolkits/servicenow/tools/attachments.js +120 -0
- package/dist/toolkits/servicenow/tools/catalog.d.ts +122 -0
- package/dist/toolkits/servicenow/tools/catalog.js +333 -0
- package/dist/toolkits/servicenow/tools/changes.d.ts +374 -0
- package/dist/toolkits/servicenow/tools/changes.js +609 -0
- package/dist/toolkits/servicenow/tools/cicd.d.ts +109 -0
- package/dist/toolkits/servicenow/tools/cicd.js +316 -0
- package/dist/toolkits/servicenow/tools/client.d.ts +42 -0
- package/dist/toolkits/servicenow/tools/client.js +168 -0
- package/dist/toolkits/servicenow/tools/cmdb.d.ts +224 -0
- package/dist/toolkits/servicenow/tools/cmdb.js +460 -0
- package/dist/toolkits/servicenow/tools/imports.d.ts +13 -0
- package/dist/toolkits/servicenow/tools/imports.js +36 -0
- package/dist/toolkits/servicenow/tools/incidents.d.ts +94 -0
- package/dist/toolkits/servicenow/tools/incidents.js +226 -0
- package/dist/toolkits/servicenow/tools/index.d.ts +1566 -0
- package/dist/toolkits/servicenow/tools/index.js +169 -0
- package/dist/toolkits/servicenow/tools/platform.d.ts +124 -0
- package/dist/toolkits/servicenow/tools/platform.js +298 -0
- package/dist/toolkits/servicenow/tools/records.d.ts +73 -0
- package/dist/toolkits/servicenow/tools/records.js +185 -0
- package/dist/toolkits/servicenow/tools/sdon.d.ts +48 -0
- package/dist/toolkits/servicenow/tools/sdon.js +81 -0
- package/dist/toolkits/slack/tools/admin-conversations.d.ts +2 -2
- package/dist/toolkits/slack/tools/admin-users.d.ts +1 -1
- package/dist/toolkits/slack/tools/emoji.d.ts +1 -1
- package/dist/toolkits/slack/tools/messages.d.ts +2 -2
- package/dist/toolkits/slack/tools/reactions-stars-pins.d.ts +2 -2
- package/dist/toolkits/slack/tools/search.d.ts +3 -3
- package/dist/toolkits/slack/tools/slack-lists.d.ts +3 -3
- package/dist/toolkits/slack/tools/users.d.ts +1 -1
- package/dist/toolkits/snowflake/icon.d.ts +5 -0
- package/dist/toolkits/snowflake/icon.js +6 -0
- package/dist/toolkits/snowflake/manifest.d.ts +3 -0
- package/dist/toolkits/snowflake/manifest.js +32 -0
- package/dist/toolkits/snowflake/tools/catalog.d.ts +56 -0
- package/dist/toolkits/snowflake/tools/catalog.js +123 -0
- package/dist/toolkits/snowflake/tools/client.d.ts +53 -0
- package/dist/toolkits/snowflake/tools/client.js +145 -0
- package/dist/toolkits/snowflake/tools/index.d.ts +14 -0
- package/dist/toolkits/snowflake/tools/index.js +28 -0
- package/dist/toolkits/snowflake/tools/statements.d.ts +27 -0
- package/dist/toolkits/snowflake/tools/statements.js +84 -0
- package/dist/toolkits/snowflake/tools/status.d.ts +22 -0
- package/dist/toolkits/snowflake/tools/status.js +54 -0
- package/dist/toolkits/telegram/icon.d.ts +5 -0
- package/dist/toolkits/telegram/icon.js +6 -0
- package/dist/toolkits/telegram/manifest.d.ts +3 -0
- package/dist/toolkits/telegram/manifest.js +34 -0
- package/dist/toolkits/telegram/tools/bot.d.ts +13 -0
- package/dist/toolkits/telegram/tools/bot.js +23 -0
- package/dist/toolkits/telegram/tools/chats.d.ts +22 -0
- package/dist/toolkits/telegram/tools/chats.js +46 -0
- package/dist/toolkits/telegram/tools/client.d.ts +12 -0
- package/dist/toolkits/telegram/tools/client.js +46 -0
- package/dist/toolkits/telegram/tools/index.d.ts +15 -0
- package/dist/toolkits/telegram/tools/index.js +31 -0
- package/dist/toolkits/telegram/tools/messages.d.ts +86 -0
- package/dist/toolkits/telegram/tools/messages.js +134 -0
- package/dist/toolkits/telegram/tools/updates.d.ts +23 -0
- package/dist/toolkits/telegram/tools/updates.js +54 -0
- package/dist/toolkits/vercel/icon.d.ts +5 -0
- package/dist/toolkits/vercel/icon.js +6 -0
- package/dist/toolkits/vercel/manifest.d.ts +3 -0
- package/dist/toolkits/vercel/manifest.js +35 -0
- package/dist/toolkits/vercel/tools/aliases.d.ts +47 -0
- package/dist/toolkits/vercel/tools/aliases.js +141 -0
- package/dist/toolkits/vercel/tools/auth.d.ts +23 -0
- package/dist/toolkits/vercel/tools/auth.js +117 -0
- package/dist/toolkits/vercel/tools/cache-artifacts.d.ts +57 -0
- package/dist/toolkits/vercel/tools/cache-artifacts.js +205 -0
- package/dist/toolkits/vercel/tools/certs.d.ts +9 -0
- package/dist/toolkits/vercel/tools/certs.js +31 -0
- package/dist/toolkits/vercel/tools/client.d.ts +17 -0
- package/dist/toolkits/vercel/tools/client.js +53 -0
- package/dist/toolkits/vercel/tools/deployments.d.ts +169 -0
- package/dist/toolkits/vercel/tools/deployments.js +443 -0
- package/dist/toolkits/vercel/tools/domains.d.ts +229 -0
- package/dist/toolkits/vercel/tools/domains.js +719 -0
- package/dist/toolkits/vercel/tools/edge-config.d.ts +110 -0
- package/dist/toolkits/vercel/tools/edge-config.js +402 -0
- package/dist/toolkits/vercel/tools/environment-variables.d.ts +137 -0
- package/dist/toolkits/vercel/tools/environment-variables.js +411 -0
- package/dist/toolkits/vercel/tools/firewall.d.ts +57 -0
- package/dist/toolkits/vercel/tools/firewall.js +187 -0
- package/dist/toolkits/vercel/tools/index.d.ts +1944 -0
- package/dist/toolkits/vercel/tools/index.js +312 -0
- package/dist/toolkits/vercel/tools/logs.d.ts +35 -0
- package/dist/toolkits/vercel/tools/logs.js +129 -0
- package/dist/toolkits/vercel/tools/misc.d.ts +140 -0
- package/dist/toolkits/vercel/tools/misc.js +486 -0
- package/dist/toolkits/vercel/tools/projects.d.ts +194 -0
- package/dist/toolkits/vercel/tools/projects.js +468 -0
- package/dist/toolkits/vercel/tools/teams.d.ts +50 -0
- package/dist/toolkits/vercel/tools/teams.js +144 -0
- package/dist/toolkits/vercel/tools/webhooks.d.ts +27 -0
- package/dist/toolkits/vercel/tools/webhooks.js +103 -0
- package/dist/toolkits/wise/icon.d.ts +5 -0
- package/dist/toolkits/wise/icon.js +15 -0
- package/dist/toolkits/wise/manifest.d.ts +3 -0
- package/dist/toolkits/wise/manifest.js +30 -0
- package/dist/toolkits/wise/tools/create-quote.d.ts +86 -0
- package/dist/toolkits/wise/tools/create-quote.js +64 -0
- package/dist/toolkits/wise/tools/get-exchange-rate.d.ts +42 -0
- package/dist/toolkits/wise/tools/get-exchange-rate.js +44 -0
- package/dist/toolkits/wise/tools/get-quote.d.ts +82 -0
- package/dist/toolkits/wise/tools/get-quote.js +46 -0
- package/dist/toolkits/wise/tools/index.d.ts +475 -0
- package/dist/toolkits/wise/tools/index.js +77 -0
- package/dist/toolkits/wise/tools/list-activities.d.ts +43 -0
- package/dist/toolkits/wise/tools/list-activities.js +49 -0
- package/dist/toolkits/wise/tools/list-balances.d.ts +30 -0
- package/dist/toolkits/wise/tools/list-balances.js +34 -0
- package/dist/toolkits/wise/tools/list-currencies.d.ts +29 -0
- package/dist/toolkits/wise/tools/list-currencies.js +31 -0
- package/dist/toolkits/wise/tools/list-profiles.d.ts +28 -0
- package/dist/toolkits/wise/tools/list-profiles.js +29 -0
- package/dist/toolkits/wise/tools/list-recipients.d.ts +43 -0
- package/dist/toolkits/wise/tools/list-recipients.js +54 -0
- package/dist/toolkits/wise/tools/list-transfers.d.ts +44 -0
- package/dist/toolkits/wise/tools/list-transfers.js +52 -0
- package/dist/toolkits/wise/tools/utils.d.ts +18 -0
- package/dist/toolkits/wise/tools/utils.js +39 -0
- package/dist/toolkits/wordpress/icon.d.ts +5 -0
- package/dist/toolkits/wordpress/icon.js +6 -0
- package/dist/toolkits/wordpress/manifest.d.ts +3 -0
- package/dist/toolkits/wordpress/manifest.js +36 -0
- package/dist/toolkits/wordpress/tools/create-draft-post.d.ts +47 -0
- package/dist/toolkits/wordpress/tools/create-draft-post.js +68 -0
- package/dist/toolkits/wordpress/tools/delete-draft-post.d.ts +38 -0
- package/dist/toolkits/wordpress/tools/delete-draft-post.js +51 -0
- package/dist/toolkits/wordpress/tools/get-post.d.ts +41 -0
- package/dist/toolkits/wordpress/tools/get-post.js +48 -0
- package/dist/toolkits/wordpress/tools/get-site-overview.d.ts +67 -0
- package/dist/toolkits/wordpress/tools/get-site-overview.js +91 -0
- package/dist/toolkits/wordpress/tools/index.d.ts +489 -0
- package/dist/toolkits/wordpress/tools/index.js +85 -0
- package/dist/toolkits/wordpress/tools/list-blogging-prompts.d.ts +48 -0
- package/dist/toolkits/wordpress/tools/list-blogging-prompts.js +55 -0
- package/dist/toolkits/wordpress/tools/list-cms-resources.d.ts +45 -0
- package/dist/toolkits/wordpress/tools/list-cms-resources.js +77 -0
- package/dist/toolkits/wordpress/tools/list-content.d.ts +49 -0
- package/dist/toolkits/wordpress/tools/list-content.js +71 -0
- package/dist/toolkits/wordpress/tools/list-reader-subscriptions.d.ts +24 -0
- package/dist/toolkits/wordpress/tools/list-reader-subscriptions.js +39 -0
- package/dist/toolkits/wordpress/tools/list-sites.d.ts +26 -0
- package/dist/toolkits/wordpress/tools/list-sites.js +69 -0
- package/dist/toolkits/wordpress/tools/update-draft-post.d.ts +51 -0
- package/dist/toolkits/wordpress/tools/update-draft-post.js +93 -0
- package/dist/toolkits/wordpress/tools/utils.d.ts +18 -0
- package/dist/toolkits/wordpress/tools/utils.js +33 -0
- package/dist/toolkits/youtube/tools/get-channel-activities.d.ts +1 -1
- package/dist/toolkits/youtube/tools/index.d.ts +5 -5
- package/dist/toolkits/youtube/tools/list-channel-sections.d.ts +1 -1
- package/dist/toolkits/youtube/tools/post-comment.d.ts +1 -1
- package/dist/toolkits/youtube/tools/subscribe-channel.d.ts +1 -1
- package/dist/toolkits/youtube/tools/unsubscribe-channel.d.ts +1 -1
- package/dist/toolkits/zoho/icon.d.ts +5 -0
- package/dist/toolkits/zoho/icon.js +125 -0
- package/dist/toolkits/zoho/manifest.d.ts +3 -0
- package/dist/toolkits/zoho/manifest.js +54 -0
- package/dist/toolkits/zoho/tools/convert-zoho-lead.d.ts +11 -0
- package/dist/toolkits/zoho/tools/convert-zoho-lead.js +47 -0
- package/dist/toolkits/zoho/tools/create-contact.d.ts +36 -0
- package/dist/toolkits/zoho/tools/create-contact.js +58 -0
- package/dist/toolkits/zoho/tools/create-deal.d.ts +17 -0
- package/dist/toolkits/zoho/tools/create-deal.js +39 -0
- package/dist/toolkits/zoho/tools/create-email-draft.d.ts +7 -0
- package/dist/toolkits/zoho/tools/create-email-draft.js +30 -0
- package/dist/toolkits/zoho/tools/create-event.d.ts +18 -0
- package/dist/toolkits/zoho/tools/create-event.js +40 -0
- package/dist/toolkits/zoho/tools/create-lead.d.ts +31 -0
- package/dist/toolkits/zoho/tools/create-lead.js +53 -0
- package/dist/toolkits/zoho/tools/create-note.d.ts +8 -0
- package/dist/toolkits/zoho/tools/create-note.js +31 -0
- package/dist/toolkits/zoho/tools/create-zoho-record.d.ts +8 -0
- package/dist/toolkits/zoho/tools/create-zoho-record.js +35 -0
- package/dist/toolkits/zoho/tools/create-zoho-tag.d.ts +7 -0
- package/dist/toolkits/zoho/tools/create-zoho-tag.js +30 -0
- package/dist/toolkits/zoho/tools/delete-account.d.ts +6 -0
- package/dist/toolkits/zoho/tools/delete-account.js +29 -0
- package/dist/toolkits/zoho/tools/delete-contact.d.ts +6 -0
- package/dist/toolkits/zoho/tools/delete-contact.js +29 -0
- package/dist/toolkits/zoho/tools/delete-deal.d.ts +6 -0
- package/dist/toolkits/zoho/tools/delete-deal.js +29 -0
- package/dist/toolkits/zoho/tools/get-account.d.ts +6 -0
- package/dist/toolkits/zoho/tools/get-account.js +34 -0
- package/dist/toolkits/zoho/tools/get-call.d.ts +6 -0
- package/dist/toolkits/zoho/tools/get-call.js +34 -0
- package/dist/toolkits/zoho/tools/get-contact.d.ts +5 -0
- package/dist/toolkits/zoho/tools/get-contact.js +33 -0
- package/dist/toolkits/zoho/tools/get-email-drafts.d.ts +6 -0
- package/dist/toolkits/zoho/tools/get-email-drafts.js +34 -0
- package/dist/toolkits/zoho/tools/get-event.d.ts +5 -0
- package/dist/toolkits/zoho/tools/get-event.js +33 -0
- package/dist/toolkits/zoho/tools/get-from-addresses.d.ts +4 -0
- package/dist/toolkits/zoho/tools/get-from-addresses.js +32 -0
- package/dist/toolkits/zoho/tools/get-module-fields.d.ts +8 -0
- package/dist/toolkits/zoho/tools/get-module-fields.js +36 -0
- package/dist/toolkits/zoho/tools/get-note.d.ts +6 -0
- package/dist/toolkits/zoho/tools/get-note.js +34 -0
- package/dist/toolkits/zoho/tools/get-record-emails.d.ts +9 -0
- package/dist/toolkits/zoho/tools/get-record-emails.js +37 -0
- package/dist/toolkits/zoho/tools/get-related-lists.d.ts +6 -0
- package/dist/toolkits/zoho/tools/get-related-lists.js +29 -0
- package/dist/toolkits/zoho/tools/get-related-records.d.ts +15 -0
- package/dist/toolkits/zoho/tools/get-related-records.js +38 -0
- package/dist/toolkits/zoho/tools/get-task.d.ts +6 -0
- package/dist/toolkits/zoho/tools/get-task.js +34 -0
- package/dist/toolkits/zoho/tools/get-user.d.ts +5 -0
- package/dist/toolkits/zoho/tools/get-user.js +33 -0
- package/dist/toolkits/zoho/tools/get-zoho-records.d.ts +13 -0
- package/dist/toolkits/zoho/tools/get-zoho-records.js +59 -0
- package/dist/toolkits/zoho/tools/get-zoho-users.d.ts +9 -0
- package/dist/toolkits/zoho/tools/get-zoho-users.js +32 -0
- package/dist/toolkits/zoho/tools/index.d.ts +789 -0
- package/dist/toolkits/zoho/tools/index.js +175 -0
- package/dist/toolkits/zoho/tools/list-accounts.d.ts +14 -0
- package/dist/toolkits/zoho/tools/list-accounts.js +60 -0
- package/dist/toolkits/zoho/tools/list-calls.d.ts +12 -0
- package/dist/toolkits/zoho/tools/list-calls.js +58 -0
- package/dist/toolkits/zoho/tools/list-contacts.d.ts +12 -0
- package/dist/toolkits/zoho/tools/list-contacts.js +58 -0
- package/dist/toolkits/zoho/tools/list-deals.d.ts +15 -0
- package/dist/toolkits/zoho/tools/list-deals.js +61 -0
- package/dist/toolkits/zoho/tools/list-events.d.ts +12 -0
- package/dist/toolkits/zoho/tools/list-events.js +58 -0
- package/dist/toolkits/zoho/tools/list-leads.d.ts +13 -0
- package/dist/toolkits/zoho/tools/list-leads.js +59 -0
- package/dist/toolkits/zoho/tools/list-modules.d.ts +4 -0
- package/dist/toolkits/zoho/tools/list-modules.js +50 -0
- package/dist/toolkits/zoho/tools/list-notes.d.ts +7 -0
- package/dist/toolkits/zoho/tools/list-notes.js +53 -0
- package/dist/toolkits/zoho/tools/list-record-attachments.d.ts +9 -0
- package/dist/toolkits/zoho/tools/list-record-attachments.js +55 -0
- package/dist/toolkits/zoho/tools/list-tasks.d.ts +12 -0
- package/dist/toolkits/zoho/tools/list-tasks.js +58 -0
- package/dist/toolkits/zoho/tools/search-accounts.d.ts +11 -0
- package/dist/toolkits/zoho/tools/search-accounts.js +49 -0
- package/dist/toolkits/zoho/tools/search-calls.d.ts +11 -0
- package/dist/toolkits/zoho/tools/search-calls.js +49 -0
- package/dist/toolkits/zoho/tools/search-contacts.d.ts +11 -0
- package/dist/toolkits/zoho/tools/search-contacts.js +49 -0
- package/dist/toolkits/zoho/tools/search-deals.d.ts +11 -0
- package/dist/toolkits/zoho/tools/search-deals.js +49 -0
- package/dist/toolkits/zoho/tools/search-events.d.ts +11 -0
- package/dist/toolkits/zoho/tools/search-events.js +49 -0
- package/dist/toolkits/zoho/tools/search-leads.d.ts +13 -0
- package/dist/toolkits/zoho/tools/search-leads.js +51 -0
- package/dist/toolkits/zoho/tools/search-notes.d.ts +11 -0
- package/dist/toolkits/zoho/tools/search-notes.js +49 -0
- package/dist/toolkits/zoho/tools/search-tasks.d.ts +11 -0
- package/dist/toolkits/zoho/tools/search-tasks.js +49 -0
- package/dist/toolkits/zoho/tools/search-zoho-records.d.ts +12 -0
- package/dist/toolkits/zoho/tools/search-zoho-records.js +50 -0
- package/dist/toolkits/zoho/tools/update-account.d.ts +32 -0
- package/dist/toolkits/zoho/tools/update-account.js +55 -0
- package/dist/toolkits/zoho/tools/update-call.d.ts +8 -0
- package/dist/toolkits/zoho/tools/update-call.js +33 -0
- package/dist/toolkits/zoho/tools/update-deal.d.ts +9 -0
- package/dist/toolkits/zoho/tools/update-deal.js +34 -0
- package/dist/toolkits/zoho/tools/update-email-draft.d.ts +17 -0
- package/dist/toolkits/zoho/tools/update-email-draft.js +42 -0
- package/dist/toolkits/zoho/tools/update-event.d.ts +6 -0
- package/dist/toolkits/zoho/tools/update-event.js +31 -0
- package/dist/toolkits/zoho/tools/update-lead.d.ts +9 -0
- package/dist/toolkits/zoho/tools/update-lead.js +34 -0
- package/dist/toolkits/zoho/tools/update-note.d.ts +8 -0
- package/dist/toolkits/zoho/tools/update-note.js +33 -0
- package/dist/toolkits/zoho/tools/update-related-records.d.ts +8 -0
- package/dist/toolkits/zoho/tools/update-related-records.js +33 -0
- package/dist/toolkits/zoho/tools/update-zoho-record.d.ts +10 -0
- package/dist/toolkits/zoho/tools/update-zoho-record.js +35 -0
- package/dist/toolkits/zoho/tools/upload-attachment.d.ts +9 -0
- package/dist/toolkits/zoho/tools/upload-attachment.js +34 -0
- package/dist/toolkits/zoho/tools/utils.d.ts +24 -0
- package/dist/toolkits/zoho/tools/utils.js +49 -0
- package/dist/toolkits/zoho/tools/validate-credential.d.ts +4 -0
- package/dist/toolkits/zoho/tools/validate-credential.js +27 -0
- package/package.json +2 -3
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const createSdwanTicket: import("ai").Tool<{
|
|
2
|
+
ticketType: string;
|
|
3
|
+
description?: string | undefined;
|
|
4
|
+
priority?: string | undefined;
|
|
5
|
+
category?: string | undefined;
|
|
6
|
+
servicenowCredentials?: string | undefined;
|
|
7
|
+
workNotes?: string | undefined;
|
|
8
|
+
assignedTo?: string | undefined;
|
|
9
|
+
subcategory?: string | undefined;
|
|
10
|
+
assignmentGroup?: string | undefined;
|
|
11
|
+
shortDescription?: string | undefined;
|
|
12
|
+
sysparmFields?: string | undefined;
|
|
13
|
+
sysparmDisplayValue?: "true" | "all" | "false" | undefined;
|
|
14
|
+
sysparmExcludeReferenceLink?: boolean | undefined;
|
|
15
|
+
sysparmInputDisplayValue?: boolean | undefined;
|
|
16
|
+
callerId?: string | undefined;
|
|
17
|
+
}, any>;
|
|
18
|
+
export declare const updateSdwanTicket: import("ai").Tool<{
|
|
19
|
+
id: string;
|
|
20
|
+
description?: string | undefined;
|
|
21
|
+
priority?: string | undefined;
|
|
22
|
+
state?: string | undefined;
|
|
23
|
+
comments?: string | undefined;
|
|
24
|
+
category?: string | undefined;
|
|
25
|
+
servicenowCredentials?: string | undefined;
|
|
26
|
+
impact?: string | undefined;
|
|
27
|
+
cmdbCi?: string | undefined;
|
|
28
|
+
workNotes?: string | undefined;
|
|
29
|
+
assignedTo?: string | undefined;
|
|
30
|
+
closeNotes?: string | undefined;
|
|
31
|
+
subcategory?: string | undefined;
|
|
32
|
+
assignmentGroup?: string | undefined;
|
|
33
|
+
shortDescription?: string | undefined;
|
|
34
|
+
sysparmFields?: string | undefined;
|
|
35
|
+
sysparmDisplayValue?: "true" | "all" | "false" | undefined;
|
|
36
|
+
sysparmExcludeReferenceLink?: boolean | undefined;
|
|
37
|
+
urgency?: string | undefined;
|
|
38
|
+
callerId?: string | undefined;
|
|
39
|
+
closeCode?: string | undefined;
|
|
40
|
+
escalation?: string | undefined;
|
|
41
|
+
holdReason?: string | undefined;
|
|
42
|
+
resolvedAt?: string | undefined;
|
|
43
|
+
resolvedBy?: string | undefined;
|
|
44
|
+
ticketType?: "Case" | "Incident" | "Problem" | "ChangeRequest" | undefined;
|
|
45
|
+
resolutionNotes?: string | undefined;
|
|
46
|
+
businessResolution?: string | undefined;
|
|
47
|
+
}, any>;
|
|
48
|
+
//# sourceMappingURL=sdon.d.ts.map
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { tool } from 'ai';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { snRequest, toServerKeys } from './client.js';
|
|
5
|
+
export const createSdwanTicket = tool({
|
|
6
|
+
description: "Creates a new trouble ticket in ServiceNow using the Service Operations Workspace Trouble Ticket Open API. Use this action when you need to create a new SD-WAN or network-related trouble ticket for tracking and resolution. This action sends a POST request to the sn_ind_tsm_sdwan trouble ticket API, creating a record in the Case or other configured ticket table. After creation, the ticket will have a unique sys_id and number that can be used to retrieve, update, or close it in subsequent operations. This action is specifically for the Service Operations Workspace / Service Management SD-WAN integration's trouble ticket creation functionality.",
|
|
7
|
+
inputSchema: z.object({
|
|
8
|
+
servicenowCredentials: z.string().optional().describe('Injected auth JSON {baseUrl, username, password} — do not provide'),
|
|
9
|
+
category: z.string().optional().describe("Category or classification of the trouble ticket. Example categories: 'Network', 'Hardware', 'Software', 'Security'. The exact categories depend on your ServiceNow configuration."),
|
|
10
|
+
priority: z.string().optional().describe("Priority level of the trouble ticket. Typical values: 1 = Critical (service down), 2 = High (major impact), 3 = Medium (moderate impact), 4 = Low (minor impact). The exact priority values depend on your ServiceNow configuration."),
|
|
11
|
+
callerId: z.string().optional().describe("Sys_id of the user who reported or initiated the trouble ticket. This is the 32-character hexadecimal string that identifies the user. Example: 'usr123abc456def789ghi012jkl345'"),
|
|
12
|
+
workNotes: z.string().optional().describe("Internal work notes about the trouble ticket. These notes are only visible to users with appropriate roles and are not visible to end users or customers. Use this for technical details and updates. Example: 'Investigated the issue and identified root cause as faulty switch'"),
|
|
13
|
+
assignedTo: z.string().optional().describe("Sys_id of the user assigned to handle the trouble ticket. This is the 32-character hexadecimal string that identifies the user. Example: 'usr789xyz012abc345def678ghi901'"),
|
|
14
|
+
description: z.string().optional().describe("Full detailed description of the trouble ticket, including symptoms, impact, and any relevant background information. Example: 'Users unable to access the corporate network since 9 AM'"),
|
|
15
|
+
subcategory: z.string().optional().describe("Subcategory of the trouble ticket for more specific classification. Example subcategories: 'Firewall', 'Router', 'Switch', 'VPN'. The exact subcategories depend on your ServiceNow configuration."),
|
|
16
|
+
ticketType: z.string().describe("The type of trouble ticket to create. Common values include 'case', 'incident', or other ticket types supported by your ServiceNow Service Operations Workspace SD-WAN configuration. Example: 'case'"),
|
|
17
|
+
sysparmFields: z.string().optional().describe("Comma-separated list of fields to return in the response. Invalid fields are ignored. If not specified, all fields are returned. Example: 'number,short_description,state,assigned_to'"),
|
|
18
|
+
assignmentGroup: z.string().optional().describe("Sys_id of the group assigned to handle the trouble ticket. This is the 32-character hexadecimal string that identifies the group. Example: 'grp456def789ghi012jkl345mno678'"),
|
|
19
|
+
shortDescription: z.string().optional().describe("Brief summary or title of the trouble ticket. This describes the issue or request in a concise manner. Example: 'Network connectivity issue in DC1'"),
|
|
20
|
+
sysparmDisplayValue: z.enum(['true', 'false', 'all']).optional().describe("Determines the type of data returned in the response. 'false': Returns actual database values (sys_ids for references, numeric values for choices). 'true': Returns display values (names for references, text labels for choices). 'all': Returns both display and actual values."),
|
|
21
|
+
sysparmInputDisplayValue: z.boolean().optional().describe("Set to true if providing display values (e.g., user names) instead of sys_ids in record_data for reference fields. When false (default), reference fields must contain sys_ids."),
|
|
22
|
+
sysparmExcludeReferenceLink: z.boolean().optional().describe("Set to true to exclude Table API links for reference fields in the response. Use this to reduce response size when reference links are not needed."),
|
|
23
|
+
}),
|
|
24
|
+
execute: async ({ servicenowCredentials, category, priority, callerId, workNotes, assignedTo, description, subcategory, ticketType, sysparmFields, assignmentGroup, shortDescription, sysparmDisplayValue, sysparmInputDisplayValue, sysparmExcludeReferenceLink }) => {
|
|
25
|
+
return snRequest(servicenowCredentials, '/api/sn_ind_tsm_sdwan/ticket/troubleTicket', {
|
|
26
|
+
method: 'POST',
|
|
27
|
+
query: {
|
|
28
|
+
sysparm_fields: sysparmFields,
|
|
29
|
+
sysparm_display_value: sysparmDisplayValue,
|
|
30
|
+
sysparm_input_display_value: sysparmInputDisplayValue,
|
|
31
|
+
sysparm_exclude_reference_link: sysparmExcludeReferenceLink,
|
|
32
|
+
},
|
|
33
|
+
body: toServerKeys({ ticketType, shortDescription, description, category, subcategory, priority, callerId, assignedTo, assignmentGroup, workNotes }),
|
|
34
|
+
});
|
|
35
|
+
},
|
|
36
|
+
});
|
|
37
|
+
export const updateSdwanTicket = tool({
|
|
38
|
+
description: "Updates an existing trouble ticket in ServiceNow using the Service Operations Workspace Trouble Ticket Open API. Use this action when you need to modify an existing trouble ticket, such as updating its state, changing assignments, adding notes, or modifying the resolution details. This action sends a PATCH request to the sn_ind_tsm_sdwan trouble ticket API, allowing partial updates of the record fields. Only include the fields you want to update in the request. Fields not included will retain their current values. This modifies the record data, but changes can be reverted by calling this action again with corrected values. This action is specifically for the Service Operations Workspace / Service Management SD-WAN integration's trouble ticket management functionality.",
|
|
39
|
+
inputSchema: z.object({
|
|
40
|
+
servicenowCredentials: z.string().optional().describe('Injected auth JSON {baseUrl, username, password} — do not provide'),
|
|
41
|
+
id: z.string().describe("The unique identifier (sys_id or record ID) of the trouble ticket to update. This is a 32-character hexadecimal string that uniquely identifies the trouble ticket record. Example: '1c741bd70b2322007518478d83673af3'"),
|
|
42
|
+
state: z.string().optional().describe("Current state of the trouble ticket. Common values vary by workflow but typically include: 'Open', 'In Progress', 'On Hold', 'Resolved', 'Closed', 'Cancelled'. The exact state values depend on your ServiceNow configuration."),
|
|
43
|
+
category: z.string().optional().describe("Category or classification of the trouble ticket. Example categories: 'Network', 'Hardware', 'Software', 'Security'. The exact categories depend on your ServiceNow configuration."),
|
|
44
|
+
priority: z.string().optional().describe("Priority level of the trouble ticket. Typical values: 1 = Critical (service down), 2 = High (major impact), 3 = Medium (moderate impact), 4 = Low (minor impact). The exact priority values depend on your ServiceNow configuration."),
|
|
45
|
+
closeCode: z.string().optional().describe("The resolution code for closing the trouble ticket. Common values: 'Resolved', 'Closed/Resolved', 'Closed/Cancelled', 'Not Resolved', 'Escalated'. The exact values depend on your configuration."),
|
|
46
|
+
workNotes: z.string().optional().describe("Internal work notes about the trouble ticket. These notes are only visible to users with appropriate roles and are not visible to end users or customers. Use this for technical details and updates. Example: 'Investigated the issue and identified root cause as faulty switch'"),
|
|
47
|
+
assignedTo: z.string().optional().describe("Sys_id of the user assigned to handle the trouble ticket. This is the 32-character hexadecimal string that identifies the user. Example: 'usr789xyz012abc345def678ghi901'"),
|
|
48
|
+
description: z.string().optional().describe("Full detailed description of the trouble ticket, including symptoms, impact, and any relevant background information. Example: 'Users unable to access the corporate network since 9 AM'"),
|
|
49
|
+
subcategory: z.string().optional().describe("Subcategory of the trouble ticket for more specific classification. Example subcategories: 'Firewall', 'Router', 'Switch', 'VPN'. The exact subcategories depend on your ServiceNow configuration."),
|
|
50
|
+
sysparmFields: z.string().optional().describe("Comma-separated list of fields to return in the response. Invalid fields are ignored. If not specified, all fields are returned. Example: 'number,short_description,state,assigned_to'"),
|
|
51
|
+
assignmentGroup: z.string().optional().describe("Sys_id of the group assigned to handle the trouble ticket. This is the 32-character hexadecimal string that identifies the group. Example: 'grp456def789ghi012jkl345mno678'"),
|
|
52
|
+
resolutionNotes: z.string().optional().describe("Notes documenting how the trouble ticket was resolved. These are typically added when closing the ticket and describe the solution. Example: 'Replaced faulty switch and connectivity restored'"),
|
|
53
|
+
shortDescription: z.string().optional().describe("Brief summary or title of the trouble ticket. This describes the issue or request in a concise manner. Example: 'Network connectivity issue in DC1'"),
|
|
54
|
+
sysparmDisplayValue: z.enum(['true', 'false', 'all']).optional().describe("Determines the type of data returned in the response. 'false': Returns actual database values (sys_ids for references, numeric values for choices). 'true': Returns display values (names for references, text labels for choices). 'all': Returns both display and actual values."),
|
|
55
|
+
sysparmExcludeReferenceLink: z.boolean().optional().describe("Set to true to exclude Table API links for reference fields in the response. Use this to reduce response size when reference links are not needed."),
|
|
56
|
+
impact: z.string().optional().describe("Impact level of the trouble ticket. Typical values: 1=High, 2=Medium, 3=Low. Use the numeric string value corresponding to the impact level."),
|
|
57
|
+
urgency: z.string().optional().describe("Urgency level of the trouble ticket. Typical values: 1=High, 2=Medium, 3=Low. Use the numeric string value corresponding to the urgency level."),
|
|
58
|
+
callerId: z.string().optional().describe("Sys_id of the user who reported the issue"),
|
|
59
|
+
comments: z.string().optional().describe("Comments visible to end users regarding the trouble ticket"),
|
|
60
|
+
escalation: z.string().optional().describe("Escalation status of the trouble ticket"),
|
|
61
|
+
cmdbCi: z.string().optional().describe("Sys_id of the Configuration Item associated with the trouble ticket"),
|
|
62
|
+
closeNotes: z.string().optional().describe("Notes added when closing the trouble ticket"),
|
|
63
|
+
holdReason: z.string().optional().describe("Reason for placing the trouble ticket on hold"),
|
|
64
|
+
resolvedAt: z.string().optional().describe("Timestamp when the trouble ticket was resolved (format: YYYY-MM-DD HH:MM:SS)"),
|
|
65
|
+
resolvedBy: z.string().optional().describe("Sys_id of the user who resolved the trouble ticket"),
|
|
66
|
+
ticketType: z.enum(['Case', 'Incident', 'Problem', 'ChangeRequest']).optional().describe("The type of trouble ticket to update. Valid values: 'Case', 'Incident', 'Problem', 'ChangeRequest'. Example: 'Case'"),
|
|
67
|
+
businessResolution: z.string().optional().describe("Business resolution description"),
|
|
68
|
+
}),
|
|
69
|
+
execute: async ({ servicenowCredentials, id, state, category, priority, closeCode, workNotes, assignedTo, description, subcategory, sysparmFields, assignmentGroup, resolutionNotes, shortDescription, sysparmDisplayValue, sysparmExcludeReferenceLink, impact, urgency, callerId, comments, escalation, cmdbCi, closeNotes, holdReason, resolvedAt, resolvedBy, businessResolution }) => {
|
|
70
|
+
return snRequest(servicenowCredentials, `/api/sn_ind_tsm_sdwan/ticket/troubleTicket/${encodeURIComponent(id)}`, {
|
|
71
|
+
method: 'PUT',
|
|
72
|
+
query: {
|
|
73
|
+
sysparm_fields: sysparmFields,
|
|
74
|
+
sysparm_display_value: sysparmDisplayValue,
|
|
75
|
+
sysparm_exclude_reference_link: sysparmExcludeReferenceLink,
|
|
76
|
+
},
|
|
77
|
+
body: toServerKeys({ state, category, priority, closeCode, workNotes, assignedTo, description, subcategory, assignmentGroup, resolutionNotes, shortDescription, impact, urgency, callerId, comments, escalation, cmdbCi, closeNotes, holdReason, resolvedAt, resolvedBy, businessResolution }),
|
|
78
|
+
});
|
|
79
|
+
},
|
|
80
|
+
});
|
|
81
|
+
//# sourceMappingURL=sdon.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const slackAdminSearchConversations: import("ai").Tool<{
|
|
2
2
|
query?: string | undefined;
|
|
3
|
-
sort?: "
|
|
3
|
+
sort?: "name" | "created" | "relevant" | "member_count" | undefined;
|
|
4
4
|
limit?: number | undefined;
|
|
5
5
|
cursor?: string | undefined;
|
|
6
|
+
sortDir?: "asc" | "desc" | undefined;
|
|
6
7
|
slackToken?: string | undefined;
|
|
7
8
|
teamIds?: string | undefined;
|
|
8
9
|
connectedTeamIds?: string | undefined;
|
|
9
10
|
searchChannelTypes?: "private" | "public" | "archived" | "private_exclude" | "im" | "mpim" | "ext_shared" | "org_shared" | "exclude_archived" | "multi_workspace" | "org_wide" | "external_shared" | undefined;
|
|
10
|
-
sortDir?: "asc" | "desc" | undefined;
|
|
11
11
|
totalCountOnly?: boolean | undefined;
|
|
12
12
|
}, any>;
|
|
13
13
|
export declare const slackAdminCreateConversation: import("ai").Tool<{
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const slackAddEnterpriseUserToWorkspace: import("ai").Tool<{
|
|
2
2
|
teamId: string;
|
|
3
3
|
userId: string;
|
|
4
|
-
slackToken?: string | undefined;
|
|
5
4
|
channelIds?: string | undefined;
|
|
5
|
+
slackToken?: string | undefined;
|
|
6
6
|
isRestricted?: boolean | undefined;
|
|
7
7
|
isUltraRestricted?: boolean | undefined;
|
|
8
8
|
}, any>;
|
|
@@ -69,8 +69,8 @@ export declare const slackSendMeMessage: import("ai").Tool<{
|
|
|
69
69
|
export declare const slackSendEphemeralMessage: import("ai").Tool<{
|
|
70
70
|
user: string;
|
|
71
71
|
channel: string;
|
|
72
|
-
blocks?: string | undefined;
|
|
73
72
|
username?: string | undefined;
|
|
73
|
+
blocks?: string | undefined;
|
|
74
74
|
text?: string | undefined;
|
|
75
75
|
parse?: string | undefined;
|
|
76
76
|
slackToken?: string | undefined;
|
|
@@ -90,8 +90,8 @@ export declare const slackListUnreadChannelMessages: import("ai").Tool<{
|
|
|
90
90
|
includeAllMetadata?: boolean | undefined;
|
|
91
91
|
}, any>;
|
|
92
92
|
export declare const slackGetUnreadMessagesFromUser: import("ai").Tool<{
|
|
93
|
-
limit: number;
|
|
94
93
|
userId: string;
|
|
94
|
+
limit: number;
|
|
95
95
|
slackToken?: string | undefined;
|
|
96
96
|
}, {
|
|
97
97
|
error: string;
|
|
@@ -13,21 +13,21 @@ export declare const slackRemoveReaction: import("ai").Tool<{
|
|
|
13
13
|
fileComment?: string | undefined;
|
|
14
14
|
}, any>;
|
|
15
15
|
export declare const slackGetReactions: import("ai").Tool<{
|
|
16
|
+
full?: boolean | undefined;
|
|
16
17
|
file?: string | undefined;
|
|
17
18
|
timestamp?: string | undefined;
|
|
18
19
|
channel?: string | undefined;
|
|
19
|
-
full?: boolean | undefined;
|
|
20
20
|
slackToken?: string | undefined;
|
|
21
21
|
fileComment?: string | undefined;
|
|
22
22
|
}, any>;
|
|
23
23
|
export declare const slackListUserReactions: import("ai").Tool<{
|
|
24
24
|
count?: number | undefined;
|
|
25
25
|
teamId?: string | undefined;
|
|
26
|
+
full?: boolean | undefined;
|
|
26
27
|
user?: string | undefined;
|
|
27
28
|
limit?: number | undefined;
|
|
28
29
|
page?: number | undefined;
|
|
29
30
|
cursor?: string | undefined;
|
|
30
|
-
full?: boolean | undefined;
|
|
31
31
|
slackToken?: string | undefined;
|
|
32
32
|
}, any>;
|
|
33
33
|
export declare const slackAddStar: import("ai").Tool<{
|
|
@@ -4,8 +4,8 @@ export declare const slackSearchAll: import("ai").Tool<{
|
|
|
4
4
|
count?: number | undefined;
|
|
5
5
|
teamId?: string | undefined;
|
|
6
6
|
page?: number | undefined;
|
|
7
|
-
slackToken?: string | undefined;
|
|
8
7
|
sortDir?: string | undefined;
|
|
8
|
+
slackToken?: string | undefined;
|
|
9
9
|
highlight?: boolean | undefined;
|
|
10
10
|
}, any>;
|
|
11
11
|
export declare const slackSearchMessages: import("ai").Tool<{
|
|
@@ -15,8 +15,8 @@ export declare const slackSearchMessages: import("ai").Tool<{
|
|
|
15
15
|
teamId?: string | undefined;
|
|
16
16
|
page?: number | undefined;
|
|
17
17
|
cursor?: string | undefined;
|
|
18
|
-
slackToken?: string | undefined;
|
|
19
18
|
sortDir?: string | undefined;
|
|
19
|
+
slackToken?: string | undefined;
|
|
20
20
|
highlight?: boolean | undefined;
|
|
21
21
|
autoPaginate?: boolean | undefined;
|
|
22
22
|
}, any>;
|
|
@@ -27,8 +27,8 @@ export declare const slackAssistantSearch: import("ai").Tool<{
|
|
|
27
27
|
before?: number | undefined;
|
|
28
28
|
after?: number | undefined;
|
|
29
29
|
cursor?: string | undefined;
|
|
30
|
-
slackToken?: string | undefined;
|
|
31
30
|
sortDir?: string | undefined;
|
|
31
|
+
slackToken?: string | undefined;
|
|
32
32
|
includeBots?: boolean | undefined;
|
|
33
33
|
highlight?: boolean | undefined;
|
|
34
34
|
contentTypes?: string | undefined;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const slackCreateList: import("ai").Tool<{
|
|
2
2
|
name: string;
|
|
3
|
+
schema?: Record<string, any>[] | undefined;
|
|
3
4
|
slackToken?: string | undefined;
|
|
4
5
|
descriptionBlocks?: string | Record<string, any> | Record<string, any>[] | undefined;
|
|
5
|
-
schema?: Record<string, any>[] | undefined;
|
|
6
6
|
todoMode?: boolean | undefined;
|
|
7
7
|
copyFromListId?: string | undefined;
|
|
8
8
|
includeCopiedListRecords?: boolean | undefined;
|
|
@@ -52,14 +52,14 @@ export declare const slackDeleteListItems: import("ai").Tool<{
|
|
|
52
52
|
export declare const slackSetListAccess: import("ai").Tool<{
|
|
53
53
|
listId: string;
|
|
54
54
|
accessLevel: string;
|
|
55
|
+
channelIds?: string[] | undefined;
|
|
55
56
|
slackToken?: string | undefined;
|
|
56
57
|
userIds?: string[] | undefined;
|
|
57
|
-
channelIds?: string[] | undefined;
|
|
58
58
|
}, any>;
|
|
59
59
|
export declare const slackDeleteListAccess: import("ai").Tool<{
|
|
60
60
|
listId: string;
|
|
61
|
+
channelIds?: string[] | undefined;
|
|
61
62
|
slackToken?: string | undefined;
|
|
62
63
|
userIds?: string[] | undefined;
|
|
63
|
-
channelIds?: string[] | undefined;
|
|
64
64
|
}, any>;
|
|
65
65
|
//# sourceMappingURL=slack-lists.d.ts.map
|
|
@@ -33,9 +33,9 @@ export declare const slackGetUserProfile: import("ai").Tool<{
|
|
|
33
33
|
}, any>;
|
|
34
34
|
export declare const slackSetUserProfile: import("ai").Tool<{
|
|
35
35
|
value?: string | undefined;
|
|
36
|
-
user?: string | undefined;
|
|
37
36
|
name?: string | undefined;
|
|
38
37
|
profile?: string | undefined;
|
|
38
|
+
user?: string | undefined;
|
|
39
39
|
slackToken?: string | undefined;
|
|
40
40
|
}, any>;
|
|
41
41
|
export declare const slackGetUserPresence: import("ai").Tool<{
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
const SVG = `<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" fill="#29b5e8"><path d="M9.86 15.298l13.008 7.8a3.72 3.72 0 0 0 4.589-.601 4.01 4.01 0 0 0 1.227-2.908V3.956a3.81 3.81 0 0 0-1.861-3.42 3.81 3.81 0 0 0-3.893 0 3.81 3.81 0 0 0-1.861 3.42v8.896l-7.387-4.43a3.79 3.79 0 0 0-2.922-.4c-.986.265-1.818.94-2.3 1.844-1.057 1.9-.44 4.28 1.4 5.422m31.27 7.8l13.008-7.8c1.84-1.143 2.458-3.533 1.4-5.424a3.75 3.75 0 0 0-5.22-1.452l-7.3 4.37v-8.84a3.81 3.81 0 1 0-7.615 0v15.323a4.08 4.08 0 0 0 .494 2.367c.482.903 1.314 1.57 2.3 1.844a3.71 3.71 0 0 0 2.922-.4M29.552 31.97c.013-.25.108-.5.272-.68l1.52-1.58a1.06 1.06 0 0 1 .658-.282h.057a1.05 1.05 0 0 1 .656.282l1.52 1.58a1.12 1.12 0 0 1 .272.681v.06a1.13 1.13 0 0 1-.272.683l-1.52 1.58a1.04 1.04 0 0 1-.656.284h-.057c-.246-.014-.48-.115-.658-.284l-1.52-1.58a1.13 1.13 0 0 1-.272-.683zm-4.604-.65v1.364a1.54 1.54 0 0 0 .372.93l5.16 5.357a1.42 1.42 0 0 0 .895.386h1.312a1.42 1.42 0 0 0 .895-.386l5.16-5.357a1.54 1.54 0 0 0 .372-.93V31.32a1.54 1.54 0 0 0-.372-.93l-5.16-5.357a1.42 1.42 0 0 0-.895-.386h-1.312a1.42 1.42 0 0 0-.895.386L25.32 30.4a1.55 1.55 0 0 0-.372.93M3.13 27.62l7.365 4.417L3.13 36.45a4.06 4.06 0 0 0-1.399 5.424 3.75 3.75 0 0 0 2.3 1.844c.986.274 2.042.133 2.922-.392l13.008-7.8c1.2-.762 1.9-2.078 1.9-3.492a4.16 4.16 0 0 0-1.9-3.492l-13.008-7.8a3.79 3.79 0 0 0-2.922-.4c-.986.265-1.818.94-2.3 1.844-1.057 1.9-.44 4.278 1.4 5.422m38.995 4.442a4 4 0 0 0 1.91 3.477l13 7.8c.88.524 1.934.666 2.92.392s1.817-.94 2.3-1.843a4.05 4.05 0 0 0-1.4-5.424L53.5 32.038l7.365-4.417c1.84-1.143 2.457-3.53 1.4-5.422a3.74 3.74 0 0 0-2.3-1.844c-.987-.274-2.042-.134-2.92.4l-13 7.8a4 4 0 0 0-1.91 3.507M25.48 40.508a3.7 3.7 0 0 0-2.611.464l-13.008 7.8c-1.84 1.143-2.456 3.53-1.4 5.422.483.903 1.314 1.57 2.3 1.843a3.75 3.75 0 0 0 2.922-.392l7.387-4.43v8.83a3.81 3.81 0 1 0 7.614 0V44.4a3.91 3.91 0 0 0-3.205-3.903m28.66 8.276l-13.008-7.8a3.75 3.75 0 0 0-2.922-.392 3.74 3.74 0 0 0-2.3 1.843 4.09 4.09 0 0 0-.494 2.37v15.25a3.81 3.81 0 1 0 7.614 0V51.28l7.287 4.37a3.79 3.79 0 0 0 2.922.4c.986-.265 1.818-.94 2.3-1.844 1.057-1.9.44-4.28-1.4-5.422"/></svg>`;
|
|
2
|
+
export const SNOWFLAKE_ICON = {
|
|
3
|
+
kind: 'svg',
|
|
4
|
+
dataUri: `data:image/svg+xml;base64,${Buffer.from(SVG).toString('base64')}`,
|
|
5
|
+
};
|
|
6
|
+
//# sourceMappingURL=icon.js.map
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { defineToolkit, defineTool } from '../../core/define.js';
|
|
2
|
+
import { inferToolScope } from '../../core/scope.js';
|
|
3
|
+
import { SNOWFLAKE_ICON } from './icon.js';
|
|
4
|
+
import { snowflakeTools } from './tools/index.js';
|
|
5
|
+
export default defineToolkit({
|
|
6
|
+
id: 'snowflake',
|
|
7
|
+
displayName: 'Snowflake',
|
|
8
|
+
shortDescription: 'Execute SQL, browse catalog objects, and check service status.',
|
|
9
|
+
category: 'Developer Tools & DevOps',
|
|
10
|
+
icon: SNOWFLAKE_ICON,
|
|
11
|
+
auth: {
|
|
12
|
+
type: 'service_account',
|
|
13
|
+
tokenField: 'snowflakeCredentials',
|
|
14
|
+
provider: {
|
|
15
|
+
fields: ['accountHost', 'token'],
|
|
16
|
+
connectDescription: 'Connect Snowflake with your account host (e.g. org-account, a full host, or https URL) and an access token. The token is sent as Authorization: Bearer on the SQL API v2. Use an OAuth access token from your Snowflake OAuth integration (recommended), a programmatic access token (PAT), or a key-pair JWT. OAuth authorize/token URLs are account-specific, so paste a token rather than an OAuth client flow. Status-page tools are public and need no credentials.',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
tools: snowflakeTools.map((entry) => defineTool({
|
|
20
|
+
name: entry.name,
|
|
21
|
+
description: entry.description,
|
|
22
|
+
tool: entry.tool,
|
|
23
|
+
requiredAuth: entry.requiredAuth,
|
|
24
|
+
scope: entry.scope ?? inferToolScope(entry.name),
|
|
25
|
+
})),
|
|
26
|
+
meta: {
|
|
27
|
+
since: '0.0.10',
|
|
28
|
+
homepage: 'https://www.snowflake.com',
|
|
29
|
+
docsUrl: 'https://docs.snowflake.com/en/developer-guide/sql-api/intro',
|
|
30
|
+
},
|
|
31
|
+
});
|
|
32
|
+
//# sourceMappingURL=manifest.js.map
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
export declare const showDatabases: import("ai").Tool<{
|
|
2
|
+
limit?: number | undefined;
|
|
3
|
+
timeout?: number | undefined;
|
|
4
|
+
startsWith?: string | undefined;
|
|
5
|
+
role?: string | undefined;
|
|
6
|
+
snowflakeCredentials?: string | undefined;
|
|
7
|
+
warehouse?: string | undefined;
|
|
8
|
+
terse?: boolean | undefined;
|
|
9
|
+
history?: boolean | undefined;
|
|
10
|
+
likePattern?: string | undefined;
|
|
11
|
+
fromName?: string | undefined;
|
|
12
|
+
}, any>;
|
|
13
|
+
export declare const showSchemas: import("ai").Tool<{
|
|
14
|
+
limit?: number | undefined;
|
|
15
|
+
timeout?: number | undefined;
|
|
16
|
+
startsWith?: string | undefined;
|
|
17
|
+
role?: string | undefined;
|
|
18
|
+
database?: string | undefined;
|
|
19
|
+
snowflakeCredentials?: string | undefined;
|
|
20
|
+
warehouse?: string | undefined;
|
|
21
|
+
terse?: boolean | undefined;
|
|
22
|
+
history?: boolean | undefined;
|
|
23
|
+
likePattern?: string | undefined;
|
|
24
|
+
fromName?: string | undefined;
|
|
25
|
+
inScope?: string | undefined;
|
|
26
|
+
}, any>;
|
|
27
|
+
export declare const showTables: import("ai").Tool<{
|
|
28
|
+
limit?: number | undefined;
|
|
29
|
+
timeout?: number | undefined;
|
|
30
|
+
startsWith?: string | undefined;
|
|
31
|
+
role?: string | undefined;
|
|
32
|
+
database?: string | undefined;
|
|
33
|
+
snowflakeCredentials?: string | undefined;
|
|
34
|
+
warehouse?: string | undefined;
|
|
35
|
+
terse?: boolean | undefined;
|
|
36
|
+
history?: boolean | undefined;
|
|
37
|
+
likePattern?: string | undefined;
|
|
38
|
+
fromName?: string | undefined;
|
|
39
|
+
inScope?: string | undefined;
|
|
40
|
+
schema?: string | undefined;
|
|
41
|
+
}, any>;
|
|
42
|
+
export declare const dropWarehouse: import("ai").Tool<{
|
|
43
|
+
name: string;
|
|
44
|
+
timeout?: number | undefined;
|
|
45
|
+
role?: string | undefined;
|
|
46
|
+
snowflakeCredentials?: string | undefined;
|
|
47
|
+
ifExists?: boolean | undefined;
|
|
48
|
+
}, any>;
|
|
49
|
+
export declare const fetchCatalogIntegration: import("ai").Tool<{
|
|
50
|
+
name: string;
|
|
51
|
+
timeout?: number | undefined;
|
|
52
|
+
role?: string | undefined;
|
|
53
|
+
snowflakeCredentials?: string | undefined;
|
|
54
|
+
warehouse?: string | undefined;
|
|
55
|
+
}, any>;
|
|
56
|
+
//# sourceMappingURL=catalog.d.ts.map
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { tool } from 'ai';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { buildShow, parseCredentials, quoteIdent, snowflakeCredentialsField, submitStatement } from './client.js';
|
|
5
|
+
const showContext = {
|
|
6
|
+
role: z.string().optional().describe('Role for the SHOW statement'),
|
|
7
|
+
warehouse: z.string().optional().describe('Warehouse (SHOW works without a running warehouse)'),
|
|
8
|
+
timeout: z.number().int().optional().describe('Timeout seconds'),
|
|
9
|
+
};
|
|
10
|
+
const showFilters = {
|
|
11
|
+
terse: z.boolean().optional().describe('Subset of columns only'),
|
|
12
|
+
history: z.boolean().optional().describe('Include dropped objects within Time Travel retention'),
|
|
13
|
+
likePattern: z.string().optional().describe("SQL wildcard filter (% and _), e.g. '%test%' (case-insensitive)"),
|
|
14
|
+
startsWith: z.string().optional().describe("Prefix filter, e.g. 'PROD' (case-sensitive)"),
|
|
15
|
+
limit: z.number().int().min(1).max(10000).optional().describe('Max rows (<= 10000)'),
|
|
16
|
+
fromName: z.string().optional().describe('With limit: start pagination at names matching this string'),
|
|
17
|
+
};
|
|
18
|
+
export const showDatabases = tool({
|
|
19
|
+
description: 'Lists accessible databases (name, created date, owner, retention). Supports LIKE/prefix filters, history, and limit/from pagination.',
|
|
20
|
+
inputSchema: z.object({ snowflakeCredentials: snowflakeCredentialsField, ...showContext, ...showFilters }),
|
|
21
|
+
execute: async ({ snowflakeCredentials, terse, history, likePattern, startsWith, limit, fromName, ...ctx }) => {
|
|
22
|
+
const creds = parseCredentials(snowflakeCredentials);
|
|
23
|
+
if (creds?.error)
|
|
24
|
+
return creds;
|
|
25
|
+
return submitStatement(creds, { statement: buildShow('DATABASES', undefined, { terse, history, likePattern, startsWith, limit, fromName }), ...ctx }, 'show databases');
|
|
26
|
+
},
|
|
27
|
+
});
|
|
28
|
+
export const showSchemas = tool({
|
|
29
|
+
description: 'Lists accessible schemas (name, database, owner, retention). Scope via in_scope: ACCOUNT, DATABASE (+database), or a database name.',
|
|
30
|
+
inputSchema: z.object({
|
|
31
|
+
snowflakeCredentials: snowflakeCredentialsField,
|
|
32
|
+
database: z.string().optional().describe('Database context (used with in_scope DATABASE)'),
|
|
33
|
+
inScope: z.string().optional().describe("Scope: 'ACCOUNT', 'DATABASE', or a database name"),
|
|
34
|
+
...showContext,
|
|
35
|
+
...showFilters,
|
|
36
|
+
}),
|
|
37
|
+
execute: async ({ snowflakeCredentials, database, inScope, terse, history, likePattern, startsWith, limit, fromName, ...ctx }) => {
|
|
38
|
+
const creds = parseCredentials(snowflakeCredentials);
|
|
39
|
+
if (creds?.error)
|
|
40
|
+
return creds;
|
|
41
|
+
let scope;
|
|
42
|
+
if (inScope) {
|
|
43
|
+
const upper = inScope.toUpperCase();
|
|
44
|
+
if (upper === 'ACCOUNT')
|
|
45
|
+
scope = 'IN ACCOUNT';
|
|
46
|
+
else if (upper === 'DATABASE')
|
|
47
|
+
scope = database ? `IN DATABASE ${quoteIdent(database)}` : 'IN DATABASE';
|
|
48
|
+
else
|
|
49
|
+
scope = `IN DATABASE ${quoteIdent(inScope)}`;
|
|
50
|
+
}
|
|
51
|
+
else if (database) {
|
|
52
|
+
scope = `IN DATABASE ${quoteIdent(database)}`;
|
|
53
|
+
}
|
|
54
|
+
return submitStatement(creds, { statement: buildShow('SCHEMAS', scope, { terse, history, likePattern, startsWith, limit, fromName }), database, ...ctx }, 'show schemas');
|
|
55
|
+
},
|
|
56
|
+
});
|
|
57
|
+
export const showTables = tool({
|
|
58
|
+
description: 'Lists accessible tables (rows, bytes, clustering, retention). Scope with database/schema or in_scope; supports LIKE/prefix/history/pagination.',
|
|
59
|
+
inputSchema: z.object({
|
|
60
|
+
snowflakeCredentials: snowflakeCredentialsField,
|
|
61
|
+
database: z.string().optional().describe('Database context'),
|
|
62
|
+
schema: z.string().optional().describe('Schema context (with database → IN SCHEMA db.schema)'),
|
|
63
|
+
inScope: z.string().optional().describe("Scope: 'ACCOUNT', 'DATABASE', 'SCHEMA', or a qualified name"),
|
|
64
|
+
...showContext,
|
|
65
|
+
...showFilters,
|
|
66
|
+
}),
|
|
67
|
+
execute: async ({ snowflakeCredentials, database, schema, inScope, terse, history, likePattern, startsWith, limit, fromName, ...ctx }) => {
|
|
68
|
+
const creds = parseCredentials(snowflakeCredentials);
|
|
69
|
+
if (creds?.error)
|
|
70
|
+
return creds;
|
|
71
|
+
let scope;
|
|
72
|
+
if (database && schema)
|
|
73
|
+
scope = `IN SCHEMA ${quoteIdent(database)}.${quoteIdent(schema)}`;
|
|
74
|
+
else if (inScope) {
|
|
75
|
+
const upper = inScope.toUpperCase();
|
|
76
|
+
if (upper === 'ACCOUNT')
|
|
77
|
+
scope = 'IN ACCOUNT';
|
|
78
|
+
else if (upper === 'DATABASE')
|
|
79
|
+
scope = database ? `IN DATABASE ${quoteIdent(database)}` : 'IN DATABASE';
|
|
80
|
+
else if (upper === 'SCHEMA')
|
|
81
|
+
scope = database && schema ? `IN SCHEMA ${quoteIdent(database)}.${quoteIdent(schema)}` : 'IN SCHEMA';
|
|
82
|
+
else
|
|
83
|
+
scope = `IN ${inScope}`;
|
|
84
|
+
}
|
|
85
|
+
else if (database) {
|
|
86
|
+
scope = `IN DATABASE ${quoteIdent(database)}`;
|
|
87
|
+
}
|
|
88
|
+
return submitStatement(creds, { statement: buildShow('TABLES', scope, { terse, history, likePattern, startsWith, limit, fromName }), database, schema, ...ctx }, 'show tables');
|
|
89
|
+
},
|
|
90
|
+
});
|
|
91
|
+
export const dropWarehouse = tool({
|
|
92
|
+
description: 'Permanently drops a warehouse (irreversible). Requires appropriate privileges; use if_exists to skip errors when absent.',
|
|
93
|
+
inputSchema: z.object({
|
|
94
|
+
snowflakeCredentials: snowflakeCredentialsField,
|
|
95
|
+
name: z.string().describe('Warehouse name to drop'),
|
|
96
|
+
ifExists: z.boolean().optional().describe('Skip error when the warehouse does not exist'),
|
|
97
|
+
role: z.string().optional(),
|
|
98
|
+
timeout: z.number().int().optional(),
|
|
99
|
+
}),
|
|
100
|
+
execute: async ({ snowflakeCredentials, name, ifExists, ...ctx }) => {
|
|
101
|
+
const creds = parseCredentials(snowflakeCredentials);
|
|
102
|
+
if (creds?.error)
|
|
103
|
+
return creds;
|
|
104
|
+
return submitStatement(creds, { statement: `DROP WAREHOUSE ${ifExists ? 'IF EXISTS ' : ''}${quoteIdent(name)}`, ...ctx }, 'drop warehouse');
|
|
105
|
+
},
|
|
106
|
+
});
|
|
107
|
+
export const fetchCatalogIntegration = tool({
|
|
108
|
+
description: 'Describes a catalog integration (Iceberg: AWS Glue, Open Catalog/Polaris, REST) — configuration and metadata.',
|
|
109
|
+
inputSchema: z.object({
|
|
110
|
+
snowflakeCredentials: snowflakeCredentialsField,
|
|
111
|
+
name: z.string().describe('Catalog integration name'),
|
|
112
|
+
role: z.string().optional(),
|
|
113
|
+
warehouse: z.string().optional(),
|
|
114
|
+
timeout: z.number().int().optional(),
|
|
115
|
+
}),
|
|
116
|
+
execute: async ({ snowflakeCredentials, name, ...ctx }) => {
|
|
117
|
+
const creds = parseCredentials(snowflakeCredentials);
|
|
118
|
+
if (creds?.error)
|
|
119
|
+
return creds;
|
|
120
|
+
return submitStatement(creds, { statement: `DESCRIBE CATALOG INTEGRATION ${quoteIdent(name)}`, ...ctx }, 'describe catalog integration');
|
|
121
|
+
},
|
|
122
|
+
});
|
|
123
|
+
//# sourceMappingURL=catalog.js.map
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const STATUSPAGE_BASE = "https://status.snowflake.com/api/v2";
|
|
3
|
+
/** Credential JSON: { accountHost, token }. Token is an OAuth access token (or PAT / key-pair JWT). */
|
|
4
|
+
export interface SnowflakeCredentials {
|
|
5
|
+
accountHost: string;
|
|
6
|
+
token: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const snowflakeCredentialsField: z.ZodOptional<z.ZodString>;
|
|
9
|
+
export declare function missingCredentials(): {
|
|
10
|
+
error: string;
|
|
11
|
+
};
|
|
12
|
+
export declare function parseCredentials(raw: string | undefined): SnowflakeCredentials | {
|
|
13
|
+
error: string;
|
|
14
|
+
};
|
|
15
|
+
/** Normalize account host: accepts bare locator, full host, or URL. */
|
|
16
|
+
export declare function normalizeHost(accountHost: string): string;
|
|
17
|
+
export interface SnowflakeRequestOptions {
|
|
18
|
+
method?: string;
|
|
19
|
+
query?: Record<string, string | number | boolean | undefined>;
|
|
20
|
+
body?: unknown;
|
|
21
|
+
/** Idempotency key sent as requestId for statement submission. */
|
|
22
|
+
requestId?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare function snowflakeSqlApi(creds: SnowflakeCredentials, path: string, options?: SnowflakeRequestOptions): Promise<any>;
|
|
25
|
+
/** Submit a statement (sync by default) and return the raw API response. */
|
|
26
|
+
export declare function submitStatement(creds: SnowflakeCredentials, input: {
|
|
27
|
+
statement: string;
|
|
28
|
+
role?: string;
|
|
29
|
+
warehouse?: string;
|
|
30
|
+
database?: string;
|
|
31
|
+
schema?: string;
|
|
32
|
+
timeout?: number;
|
|
33
|
+
bindings?: Record<string, unknown>;
|
|
34
|
+
parameters?: Record<string, unknown>;
|
|
35
|
+
async?: boolean;
|
|
36
|
+
requestId?: string;
|
|
37
|
+
}, action?: string): Promise<any>;
|
|
38
|
+
declare function quoteIdent(value: string): string;
|
|
39
|
+
declare function quoteLiteral(value: string): string;
|
|
40
|
+
export interface ShowOptions {
|
|
41
|
+
terse?: boolean;
|
|
42
|
+
history?: boolean;
|
|
43
|
+
likePattern?: string;
|
|
44
|
+
startsWith?: string;
|
|
45
|
+
limit?: number;
|
|
46
|
+
fromName?: string;
|
|
47
|
+
}
|
|
48
|
+
/** Build SHOW <objects> SQL from common filter options. */
|
|
49
|
+
export declare function buildShow(objects: 'DATABASES' | 'SCHEMAS' | 'TABLES', scope: string | undefined, opts: ShowOptions): string;
|
|
50
|
+
export { quoteIdent, quoteLiteral };
|
|
51
|
+
/** Public Snowflake status page (Statuspage API, no auth). */
|
|
52
|
+
export declare function statusPage(path: string, action?: string): Promise<any>;
|
|
53
|
+
//# sourceMappingURL=client.d.ts.map
|