@rnsk/toolkits 0.0.9 → 0.0.11
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 +18 -2
- package/dist/index.d.ts +17 -1
- package/dist/index.js +33 -1
- package/dist/toolkits/bitbucket/tools/index.d.ts +5 -5
- package/dist/toolkits/bitbucket/tools/reports.d.ts +5 -5
- package/dist/toolkits/cloudflare/tools/create-list.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/create-zone.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/index.d.ts +4 -4
- package/dist/toolkits/cloudflare/tools/list-pools.d.ts +1 -1
- package/dist/toolkits/cloudflare/tools/list-zones.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 +5 -5
- package/dist/toolkits/discord/tools/index.d.ts +5 -5
- package/dist/toolkits/figma/tools/create-modify-delete-variables.d.ts +1 -1
- package/dist/toolkits/figma/tools/get-file-nodes.d.ts +1 -1
- package/dist/toolkits/figma/tools/index.d.ts +3 -3
- package/dist/toolkits/figma/tools/render-images-of-file-nodes.d.ts +1 -1
- package/dist/toolkits/google-analytics/tools/reports.d.ts +9 -9
- package/dist/toolkits/google-classroom/tools/index.d.ts +7 -7
- package/dist/toolkits/google-classroom/tools/invitations.d.ts +2 -2
- package/dist/toolkits/google-classroom/tools/misc.d.ts +1 -1
- package/dist/toolkits/google-classroom/tools/roster.d.ts +5 -5
- 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/hacker-news/icon.d.ts +5 -0
- package/dist/toolkits/hacker-news/icon.js +9 -0
- package/dist/toolkits/hacker-news/manifest.d.ts +3 -0
- package/dist/toolkits/hacker-news/manifest.js +25 -0
- package/dist/toolkits/hacker-news/tools/client.d.ts +8 -0
- package/dist/toolkits/hacker-news/tools/client.js +51 -0
- package/dist/toolkits/hacker-news/tools/index.d.ts +89 -0
- package/dist/toolkits/hacker-news/tools/index.js +22 -0
- package/dist/toolkits/hacker-news/tools/items.d.ts +42 -0
- package/dist/toolkits/hacker-news/tools/items.js +126 -0
- package/dist/toolkits/hacker-news/tools/search.d.ts +12 -0
- package/dist/toolkits/hacker-news/tools/search.js +40 -0
- package/dist/toolkits/hacker-news/tools/stories.d.ts +25 -0
- package/dist/toolkits/hacker-news/tools/stories.js +98 -0
- package/dist/toolkits/hostinger/icon.d.ts +5 -0
- package/dist/toolkits/hostinger/icon.js +6 -0
- package/dist/toolkits/hostinger/manifest.d.ts +3 -0
- package/dist/toolkits/hostinger/manifest.js +36 -0
- package/dist/toolkits/hostinger/tools/billing.d.ts +12 -0
- package/dist/toolkits/hostinger/tools/billing.js +35 -0
- package/dist/toolkits/hostinger/tools/client.d.ts +6 -0
- package/dist/toolkits/hostinger/tools/client.js +57 -0
- package/dist/toolkits/hostinger/tools/dns.d.ts +22 -0
- package/dist/toolkits/hostinger/tools/dns.js +47 -0
- package/dist/toolkits/hostinger/tools/domains.d.ts +21 -0
- package/dist/toolkits/hostinger/tools/domains.js +62 -0
- package/dist/toolkits/hostinger/tools/hosting.d.ts +17 -0
- package/dist/toolkits/hostinger/tools/hosting.js +38 -0
- package/dist/toolkits/hostinger/tools/index.d.ts +179 -0
- package/dist/toolkits/hostinger/tools/index.js +35 -0
- package/dist/toolkits/hostinger/tools/vps.d.ts +27 -0
- package/dist/toolkits/hostinger/tools/vps.js +77 -0
- package/dist/toolkits/hostinger/tools/whois.d.ts +33 -0
- package/dist/toolkits/hostinger/tools/whois.js +85 -0
- package/dist/toolkits/hugging-face/icon.d.ts +5 -0
- package/dist/toolkits/hugging-face/icon.js +6 -0
- package/dist/toolkits/hugging-face/manifest.d.ts +3 -0
- package/dist/toolkits/hugging-face/manifest.js +42 -0
- package/dist/toolkits/hugging-face/tools/client.d.ts +93 -0
- package/dist/toolkits/hugging-face/tools/client.js +192 -0
- package/dist/toolkits/hugging-face/tools/datasets-viewer.d.ts +65 -0
- package/dist/toolkits/hugging-face/tools/datasets-viewer.js +150 -0
- package/dist/toolkits/hugging-face/tools/datasets.d.ts +160 -0
- package/dist/toolkits/hugging-face/tools/datasets.js +383 -0
- package/dist/toolkits/hugging-face/tools/discussions.d.ts +68 -0
- package/dist/toolkits/hugging-face/tools/discussions.js +144 -0
- package/dist/toolkits/hugging-face/tools/index.d.ts +523 -0
- package/dist/toolkits/hugging-face/tools/index.js +163 -0
- package/dist/toolkits/hugging-face/tools/inference.d.ts +42 -0
- package/dist/toolkits/hugging-face/tools/inference.js +86 -0
- package/dist/toolkits/hugging-face/tools/models.d.ts +117 -0
- package/dist/toolkits/hugging-face/tools/models.js +273 -0
- package/dist/toolkits/hugging-face/tools/papers.d.ts +37 -0
- package/dist/toolkits/hugging-face/tools/papers.js +91 -0
- package/dist/toolkits/hugging-face/tools/repos.d.ts +96 -0
- package/dist/toolkits/hugging-face/tools/repos.js +201 -0
- package/dist/toolkits/hugging-face/tools/settings.d.ts +53 -0
- package/dist/toolkits/hugging-face/tools/settings.js +88 -0
- package/dist/toolkits/hugging-face/tools/spaces.d.ts +245 -0
- package/dist/toolkits/hugging-face/tools/spaces.js +468 -0
- package/dist/toolkits/hugging-face/tools/sql.d.ts +21 -0
- package/dist/toolkits/hugging-face/tools/sql.js +47 -0
- package/dist/toolkits/hugging-face/tools/users.d.ts +60 -0
- package/dist/toolkits/hugging-face/tools/users.js +132 -0
- package/dist/toolkits/hugging-face/tools/webhooks.d.ts +35 -0
- package/dist/toolkits/hugging-face/tools/webhooks.js +87 -0
- package/dist/toolkits/jira/icon.d.ts +5 -0
- package/dist/toolkits/jira/icon.js +6 -0
- package/dist/toolkits/jira/manifest.d.ts +3 -0
- package/dist/toolkits/jira/manifest.js +53 -0
- package/dist/toolkits/jira/tools/boards.d.ts +52 -0
- package/dist/toolkits/jira/tools/boards.js +104 -0
- package/dist/toolkits/jira/tools/client.d.ts +23 -0
- package/dist/toolkits/jira/tools/client.js +270 -0
- package/dist/toolkits/jira/tools/index.d.ts +1280 -0
- package/dist/toolkits/jira/tools/index.js +119 -0
- package/dist/toolkits/jira/tools/issue-fields.d.ts +10 -0
- package/dist/toolkits/jira/tools/issue-fields.js +111 -0
- package/dist/toolkits/jira/tools/issues.d.ts +304 -0
- package/dist/toolkits/jira/tools/issues.js +593 -0
- package/dist/toolkits/jira/tools/meta.d.ts +212 -0
- package/dist/toolkits/jira/tools/meta.js +369 -0
- package/dist/toolkits/jira/tools/projects.d.ts +130 -0
- package/dist/toolkits/jira/tools/projects.js +263 -0
- package/dist/toolkits/jira/tools/search.d.ts +90 -0
- package/dist/toolkits/jira/tools/search.js +181 -0
- package/dist/toolkits/jira/tools/users.d.ts +114 -0
- package/dist/toolkits/jira/tools/users.js +221 -0
- 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/icon.d.ts +5 -0
- package/dist/toolkits/neo4j/icon.js +6 -0
- package/dist/toolkits/neo4j/manifest.d.ts +3 -0
- package/dist/toolkits/neo4j/manifest.js +33 -0
- package/dist/toolkits/neo4j/tools/analytics.d.ts +21 -0
- package/dist/toolkits/neo4j/tools/analytics.js +91 -0
- package/dist/toolkits/neo4j/tools/client.d.ts +6 -0
- package/dist/toolkits/neo4j/tools/client.js +105 -0
- package/dist/toolkits/neo4j/tools/index.d.ts +198 -0
- package/dist/toolkits/neo4j/tools/index.js +30 -0
- package/dist/toolkits/neo4j/tools/instances.d.ts +47 -0
- package/dist/toolkits/neo4j/tools/instances.js +127 -0
- package/dist/toolkits/neo4j/tools/projects.d.ts +44 -0
- package/dist/toolkits/neo4j/tools/projects.js +110 -0
- package/dist/toolkits/neo4j/tools/snapshots.d.ts +20 -0
- package/dist/toolkits/neo4j/tools/snapshots.js +57 -0
- package/dist/toolkits/neon/icon.d.ts +5 -0
- package/dist/toolkits/neon/icon.js +8 -0
- package/dist/toolkits/neon/manifest.d.ts +3 -0
- package/dist/toolkits/neon/manifest.js +36 -0
- package/dist/toolkits/neon/tools/auth.d.ts +115 -0
- package/dist/toolkits/neon/tools/auth.js +286 -0
- package/dist/toolkits/neon/tools/branches.d.ts +189 -0
- package/dist/toolkits/neon/tools/branches.js +465 -0
- package/dist/toolkits/neon/tools/client.d.ts +10 -0
- package/dist/toolkits/neon/tools/client.js +69 -0
- package/dist/toolkits/neon/tools/dataapi.d.ts +42 -0
- package/dist/toolkits/neon/tools/dataapi.js +111 -0
- package/dist/toolkits/neon/tools/endpoints.d.ts +59 -0
- package/dist/toolkits/neon/tools/endpoints.js +163 -0
- package/dist/toolkits/neon/tools/index.d.ts +976 -0
- package/dist/toolkits/neon/tools/index.js +130 -0
- package/dist/toolkits/neon/tools/meta.d.ts +4 -0
- package/dist/toolkits/neon/tools/meta.js +16 -0
- package/dist/toolkits/neon/tools/orgs.d.ts +112 -0
- package/dist/toolkits/neon/tools/orgs.js +303 -0
- package/dist/toolkits/neon/tools/projects.d.ts +177 -0
- package/dist/toolkits/neon/tools/projects.js +468 -0
- package/dist/toolkits/neon/tools/snapshots.d.ts +24 -0
- package/dist/toolkits/neon/tools/snapshots.js +67 -0
- 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/slack/tools/admin-users.d.ts +1 -1
- package/dist/toolkits/slack/tools/slack-lists.d.ts +3 -3
- 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/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/package.json +2 -3
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { tool } from 'ai';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { hfApi, hfRedirect, HOSTS } from './client.js';
|
|
5
|
+
import { repoIdOf as _r, uiPrefix as _u } from './client.js';
|
|
6
|
+
const tokenField = z.string().optional().describe('Injected by system; do not provide');
|
|
7
|
+
function repoIdOf(namespace, repo, repoId) { return _r(namespace, repo, repoId); }
|
|
8
|
+
function uiPrefix(repoType) { return _u(repoType); }
|
|
9
|
+
export const huggingFaceDeleteNotifications = tool({
|
|
10
|
+
description: "Tool to delete notifications from Hugging Face. Use when you need to remove notifications either by specific discussion IDs or by applying filters to delete multiple notifications at once. Supports targeted deletion (via discussion_ids) or bulk deletion (via applyToAll with filter parameters).",
|
|
11
|
+
inputSchema: z.object({
|
|
12
|
+
huggingFaceToken: tokenField,
|
|
13
|
+
p: z.number().int().min(0).optional().describe("Page number for pagination when filtering notifications. Defaults to 0 (first page)."),
|
|
14
|
+
mention: z.enum(["all", "participating", "mentions"]).optional().describe("Enum for mention filter."),
|
|
15
|
+
paperId: z.string().optional().describe("Filter notifications by paper ID. Use this to delete notifications related to a specific paper. Only applies when applyToAll is true."),
|
|
16
|
+
repoName: z.string().optional().describe("Filter notifications by repository name. Use this to delete notifications from a specific repository. Format should be 'namespace/repo-name'. Only applies when applyToAll is true."),
|
|
17
|
+
repoType: z.enum(["dataset", "model", "space", "bucket"]).optional().describe("Enum for repository type filter."),
|
|
18
|
+
articleId: z.string().optional().describe("Filter notifications by article ID. Use this to delete notifications related to a specific article. Only applies when applyToAll is true."),
|
|
19
|
+
lastUpdate: z.string().optional().describe("Filter notifications by last update timestamp. Use this to delete notifications updated before or after a specific time. Only applies when applyToAll is true."),
|
|
20
|
+
postAuthor: z.string().optional().describe("Filter notifications by the username of the post author. Use this to delete notifications from a specific user. Only applies when applyToAll is true."),
|
|
21
|
+
readStatus: z.enum(["all", "unread"]).optional().describe("Enum for read status filter."),
|
|
22
|
+
applyToAll: z.boolean().optional().describe("When true, applies the deletion to all notifications matching the filter criteria (readStatus, repoType, repoName, etc.). Use with caution as this will delete multiple notifications at once. Required when not using discussion_ids."),
|
|
23
|
+
discussionIds: z.array(z.string()).optional().describe("Array of specific discussion IDs to delete. Each ID must be exactly 24 hexadecimal characters. Use this for targeted deletion of specific notifications. If provided, other filter parameters are ignored."),
|
|
24
|
+
}),
|
|
25
|
+
execute: async ({ huggingFaceToken, p, mention, paperId, repoName, repoType, articleId, lastUpdate, postAuthor, readStatus, applyToAll, discussionIds }) => {
|
|
26
|
+
const queryParams = undefined;
|
|
27
|
+
const body = { p: p, mention: mention, paper_id: paperId, repo_name: repoName, repo_type: repoType, article_id: articleId, last_update: lastUpdate, post_author: postAuthor, read_status: readStatus, apply_to_all: applyToAll, discussion_ids: discussionIds };
|
|
28
|
+
return hfApi(huggingFaceToken, { method: 'DELETE', url: `${HOSTS.HUB}/api/notifications`, queryParams, body });
|
|
29
|
+
},
|
|
30
|
+
});
|
|
31
|
+
export const huggingFaceGetOrganizationsAvatar = tool({
|
|
32
|
+
description: "Tool to retrieve the avatar URL for a Hugging Face organization. Use when you need to get the avatar image URL for a specific organization.",
|
|
33
|
+
inputSchema: z.object({
|
|
34
|
+
huggingFaceToken: tokenField,
|
|
35
|
+
name: z.string().describe("The name of the organization. For example, 'huggingface' or 'meta-llama'."),
|
|
36
|
+
redirect: z.string().optional().describe("If provided, redirect to the avatar URL instead of returning it as JSON. Set to any value to enable redirection."),
|
|
37
|
+
}),
|
|
38
|
+
execute: async ({ huggingFaceToken, name, redirect }) => {
|
|
39
|
+
const queryParams = { redirect: redirect };
|
|
40
|
+
return hfRedirect(huggingFaceToken, { url: `${HOSTS.HUB}/api/organizations/${encodeURIComponent(name)}/avatar`, queryParams });
|
|
41
|
+
},
|
|
42
|
+
});
|
|
43
|
+
export const huggingFaceGetOrganizationsMembers = tool({
|
|
44
|
+
description: "Tool to retrieve a list of members for a Hugging Face organization. Use when you need to discover who belongs to an organization, with optional filtering by search terms, email, and pagination support.",
|
|
45
|
+
inputSchema: z.object({
|
|
46
|
+
huggingFaceToken: tokenField,
|
|
47
|
+
name: z.string().describe("Name of the organization to retrieve members from. This is the organization's username or slug on Hugging Face."),
|
|
48
|
+
email: z.string().optional().describe("Filter members by email address. This may require admin permissions depending on the organization's settings."),
|
|
49
|
+
limit: z.number().int().min(1).max(1000).optional().describe("Maximum number of members to return. Defaults to 500."),
|
|
50
|
+
cursor: z.string().optional().describe("Pagination cursor for fetching the next page of results. Use the cursor from the previous response to get more members."),
|
|
51
|
+
search: z.string().optional().describe("Search query to filter members by username or full name. Use this to find specific members within the organization."),
|
|
52
|
+
}),
|
|
53
|
+
execute: async ({ huggingFaceToken, name, email, limit, cursor, search }) => {
|
|
54
|
+
const queryParams = { email: email, limit: limit, cursor: cursor, search: search };
|
|
55
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/organizations/${encodeURIComponent(name)}/members`, queryParams });
|
|
56
|
+
},
|
|
57
|
+
});
|
|
58
|
+
export const huggingFaceGetOrganizationsSocials = tool({
|
|
59
|
+
description: "Tool to retrieve an organization's social media handles from Hugging Face. Use when you need to find an organization's GitHub, LinkedIn, or Twitter/X profiles. Only returns handles that the organization has publicly shared on their Hugging Face profile.",
|
|
60
|
+
inputSchema: z.object({
|
|
61
|
+
huggingFaceToken: tokenField,
|
|
62
|
+
name: z.string().describe("The name of the organization to retrieve social media handles for. This is the organization's username on Hugging Face."),
|
|
63
|
+
}),
|
|
64
|
+
execute: async ({ huggingFaceToken, name }) => {
|
|
65
|
+
const queryParams = undefined;
|
|
66
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/organizations/${encodeURIComponent(name)}/socials`, queryParams });
|
|
67
|
+
},
|
|
68
|
+
});
|
|
69
|
+
export const huggingFaceGetUsersAvatar = tool({
|
|
70
|
+
description: "Tool to retrieve the avatar URL for a Hugging Face user. Use when you need to get the avatar image URL for a specific user.",
|
|
71
|
+
inputSchema: z.object({
|
|
72
|
+
huggingFaceToken: tokenField,
|
|
73
|
+
redirect: z.string().optional().describe("If provided, redirect to the avatar URL instead of returning it as JSON. Set to any value to enable redirection."),
|
|
74
|
+
username: z.string().describe("The username of the user whose avatar URL to retrieve. For example, 'julien-c' or 'lysandre'."),
|
|
75
|
+
}),
|
|
76
|
+
execute: async ({ huggingFaceToken, redirect, username }) => {
|
|
77
|
+
const queryParams = { redirect: redirect };
|
|
78
|
+
return hfRedirect(huggingFaceToken, { url: `${HOSTS.HUB}/api/users/${encodeURIComponent(username)}/avatar`, queryParams });
|
|
79
|
+
},
|
|
80
|
+
});
|
|
81
|
+
export const huggingFaceGetUsersOverview = tool({
|
|
82
|
+
description: "Tool to retrieve a comprehensive overview of a Hugging Face user's profile. Use when you need to get user statistics, organizations, activity counts, and profile information.",
|
|
83
|
+
inputSchema: z.object({
|
|
84
|
+
huggingFaceToken: tokenField,
|
|
85
|
+
username: z.string().describe("Username of the Hugging Face user to retrieve overview for. This is the user's handle on Hugging Face."),
|
|
86
|
+
}),
|
|
87
|
+
execute: async ({ huggingFaceToken, username }) => {
|
|
88
|
+
const queryParams = undefined;
|
|
89
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/users/${encodeURIComponent(username)}/overview`, queryParams });
|
|
90
|
+
},
|
|
91
|
+
});
|
|
92
|
+
export const huggingFaceGetUsersSocials = tool({
|
|
93
|
+
description: "Tool to retrieve a user's social media handles from Hugging Face. Use when you need to find a user's GitHub, LinkedIn, Twitter/X, or Bluesky profiles. Only returns handles that the user has publicly shared on their Hugging Face profile.",
|
|
94
|
+
inputSchema: z.object({
|
|
95
|
+
huggingFaceToken: tokenField,
|
|
96
|
+
username: z.string().describe("The username of the Hugging Face user to retrieve social media handles for. This is the user's username on Hugging Face."),
|
|
97
|
+
}),
|
|
98
|
+
execute: async ({ huggingFaceToken, username }) => {
|
|
99
|
+
const queryParams = undefined;
|
|
100
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/users/${encodeURIComponent(username)}/socials`, queryParams });
|
|
101
|
+
},
|
|
102
|
+
});
|
|
103
|
+
export const huggingFaceGetWhoami = tool({
|
|
104
|
+
description: "Tool to get information about the authenticated Hugging Face user including username, email, organizations, and token details. Use when you need to identify the current user from an access token or retrieve user profile information.",
|
|
105
|
+
inputSchema: z.object({
|
|
106
|
+
huggingFaceToken: tokenField,
|
|
107
|
+
}),
|
|
108
|
+
execute: async ({ huggingFaceToken }) => {
|
|
109
|
+
const queryParams = undefined;
|
|
110
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/whoami`, queryParams });
|
|
111
|
+
},
|
|
112
|
+
});
|
|
113
|
+
export const huggingFaceListNotifications = tool({
|
|
114
|
+
description: "Tool to list notifications for the authenticated Hugging Face user. Use when you need to retrieve user notifications, optionally filtered by read status, repository type, author, or other criteria.",
|
|
115
|
+
inputSchema: z.object({
|
|
116
|
+
huggingFaceToken: tokenField,
|
|
117
|
+
p: z.number().int().min(0).optional().describe("Page number for pagination. Defaults to 0."),
|
|
118
|
+
mention: z.enum(["all", "participating", "mentions"]).optional().describe("Enum for mention filter."),
|
|
119
|
+
paperId: z.string().optional().describe("Filter notifications by paper ID."),
|
|
120
|
+
repoName: z.string().optional().describe("Filter notifications by repository name."),
|
|
121
|
+
repoType: z.enum(["dataset", "model", "space", "bucket"]).optional().describe("Enum for repository type filter."),
|
|
122
|
+
articleId: z.string().optional().describe("Filter notifications by article ID."),
|
|
123
|
+
lastUpdate: z.string().optional().describe("Filter notifications by last update timestamp."),
|
|
124
|
+
postAuthor: z.string().optional().describe("Filter notifications by the author of the post."),
|
|
125
|
+
readStatus: z.enum(["all", "unread"]).optional().describe("Enum for notification read status filter."),
|
|
126
|
+
}),
|
|
127
|
+
execute: async ({ huggingFaceToken, p, mention, paperId, repoName, repoType, articleId, lastUpdate, postAuthor, readStatus }) => {
|
|
128
|
+
const queryParams = { p: p, mention: mention, paper_id: paperId, repo_name: repoName, repo_type: repoType, article_id: articleId, last_update: lastUpdate, post_author: postAuthor, read_status: readStatus };
|
|
129
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/notifications`, queryParams });
|
|
130
|
+
},
|
|
131
|
+
});
|
|
132
|
+
//# sourceMappingURL=users.js.map
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export declare const huggingFaceCreateWebhook: import("ai").Tool<{
|
|
2
|
+
url: string;
|
|
3
|
+
domains: string[];
|
|
4
|
+
watched: Record<string, any>[];
|
|
5
|
+
secret?: string | undefined;
|
|
6
|
+
huggingFaceToken?: string | undefined;
|
|
7
|
+
jobSourceId?: string | undefined;
|
|
8
|
+
}, any>;
|
|
9
|
+
export declare const huggingFaceDeleteSettingsWebhooks: import("ai").Tool<{
|
|
10
|
+
webhookId: string;
|
|
11
|
+
huggingFaceToken?: string | undefined;
|
|
12
|
+
}, any>;
|
|
13
|
+
export declare const huggingFaceGetSettingsWebhooks: import("ai").Tool<{
|
|
14
|
+
webhookId: string;
|
|
15
|
+
huggingFaceToken?: string | undefined;
|
|
16
|
+
}, any>;
|
|
17
|
+
export declare const huggingFaceListSettingsWebhooks: import("ai").Tool<{
|
|
18
|
+
huggingFaceToken?: string | undefined;
|
|
19
|
+
}, any>;
|
|
20
|
+
export declare const huggingFaceUpdateSettingsWebhooks: import("ai").Tool<{
|
|
21
|
+
webhookId: string;
|
|
22
|
+
domains: string[];
|
|
23
|
+
watched: Record<string, any>[];
|
|
24
|
+
url?: string | undefined;
|
|
25
|
+
job?: Record<string, any> | undefined;
|
|
26
|
+
secret?: string | undefined;
|
|
27
|
+
huggingFaceToken?: string | undefined;
|
|
28
|
+
jobSourceId?: string | undefined;
|
|
29
|
+
}, any>;
|
|
30
|
+
export declare const huggingFaceUpdateWebhookStatus: import("ai").Tool<{
|
|
31
|
+
action: "enable" | "disable";
|
|
32
|
+
webhookId: string;
|
|
33
|
+
huggingFaceToken?: string | undefined;
|
|
34
|
+
}, any>;
|
|
35
|
+
//# sourceMappingURL=webhooks.d.ts.map
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { tool } from 'ai';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { hfApi, HOSTS } from './client.js';
|
|
5
|
+
import { repoIdOf as _r, uiPrefix as _u } from './client.js';
|
|
6
|
+
const tokenField = z.string().optional().describe('Injected by system; do not provide');
|
|
7
|
+
function repoIdOf(namespace, repo, repoId) { return _r(namespace, repo, repoId); }
|
|
8
|
+
function uiPrefix(repoType) { return _u(repoType); }
|
|
9
|
+
export const huggingFaceCreateWebhook = tool({
|
|
10
|
+
description: "Tool to create a webhook on Hugging Face that triggers on repository or discussion events. Use when you need to receive notifications for changes to specific models, datasets, or spaces.",
|
|
11
|
+
inputSchema: z.object({
|
|
12
|
+
huggingFaceToken: tokenField,
|
|
13
|
+
url: z.string().describe("The webhook URL endpoint that will receive POST requests when events occur. Must be a valid HTTP/HTTPS URL."),
|
|
14
|
+
secret: z.string().optional().describe("Optional secret string used to sign webhook payloads for verification. Must contain only printable ASCII characters (spaces and characters from 0x20 to 0x7F)."),
|
|
15
|
+
domains: z.array(z.string()).min(1).describe("List of event domains to monitor. At least one domain must be specified. Use 'repo' for repository events or 'discussion' for discussion events."),
|
|
16
|
+
watched: z.array(z.record(z.any())).min(1).describe("List of repositories to watch for changes. At least one repository must be specified. Events from these repositories will trigger webhook calls."),
|
|
17
|
+
jobSourceId: z.string().optional().describe("Optional job source identifier for associating the webhook with a specific job source."),
|
|
18
|
+
}),
|
|
19
|
+
execute: async ({ huggingFaceToken, url, secret, domains, watched, jobSourceId }) => {
|
|
20
|
+
const queryParams = undefined;
|
|
21
|
+
const body = { url: url, secret: secret, domains: domains, watched: watched, job_source_id: jobSourceId };
|
|
22
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/settings/webhooks`, queryParams, body });
|
|
23
|
+
},
|
|
24
|
+
});
|
|
25
|
+
export const huggingFaceDeleteSettingsWebhooks = tool({
|
|
26
|
+
description: "Tool to delete a webhook from Hugging Face settings. Use when you need to remove a webhook configuration that is no longer needed.",
|
|
27
|
+
inputSchema: z.object({
|
|
28
|
+
huggingFaceToken: tokenField,
|
|
29
|
+
webhookId: z.string().min(24).max(24).describe("The unique identifier of the webhook to delete. Must be a 24-character hexadecimal string."),
|
|
30
|
+
}),
|
|
31
|
+
execute: async ({ huggingFaceToken, webhookId }) => {
|
|
32
|
+
const queryParams = undefined;
|
|
33
|
+
return hfApi(huggingFaceToken, { method: 'DELETE', url: `${HOSTS.HUB}/api/settings/webhooks/${encodeURIComponent(webhookId)}`, queryParams });
|
|
34
|
+
},
|
|
35
|
+
});
|
|
36
|
+
export const huggingFaceGetSettingsWebhooks = tool({
|
|
37
|
+
description: "Tool to retrieve a specific webhook configuration from Hugging Face settings. Use when you need to inspect webhook details, verify webhook status, or check webhook configuration for a given webhook ID.",
|
|
38
|
+
inputSchema: z.object({
|
|
39
|
+
huggingFaceToken: tokenField,
|
|
40
|
+
webhookId: z.string().min(24).max(24).describe("The unique identifier of the webhook to retrieve. Must be a 24-character hexadecimal string."),
|
|
41
|
+
}),
|
|
42
|
+
execute: async ({ huggingFaceToken, webhookId }) => {
|
|
43
|
+
const queryParams = undefined;
|
|
44
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/settings/webhooks/${encodeURIComponent(webhookId)}`, queryParams });
|
|
45
|
+
},
|
|
46
|
+
});
|
|
47
|
+
export const huggingFaceListSettingsWebhooks = tool({
|
|
48
|
+
description: "Tool to list all webhooks configured in Hugging Face settings. Use when you need to retrieve webhook configurations for the authenticated user's account.",
|
|
49
|
+
inputSchema: z.object({
|
|
50
|
+
huggingFaceToken: tokenField,
|
|
51
|
+
}),
|
|
52
|
+
execute: async ({ huggingFaceToken }) => {
|
|
53
|
+
const queryParams = undefined;
|
|
54
|
+
return hfApi(huggingFaceToken, { method: 'GET', url: `${HOSTS.HUB}/api/settings/webhooks`, queryParams });
|
|
55
|
+
},
|
|
56
|
+
});
|
|
57
|
+
export const huggingFaceUpdateSettingsWebhooks = tool({
|
|
58
|
+
description: "Tool to update an existing webhook in Hugging Face settings. Use when you need to modify webhook configuration such as watched entities, event domains, target URL, or job settings.",
|
|
59
|
+
inputSchema: z.object({
|
|
60
|
+
huggingFaceToken: tokenField,
|
|
61
|
+
job: z.record(z.any()).optional().describe("Model for webhook job configuration to execute when webhook triggers."),
|
|
62
|
+
url: z.string().optional().describe("URL endpoint where webhook POST requests will be sent when events occur. Must be a valid HTTP/HTTPS URL."),
|
|
63
|
+
secret: z.string().optional().describe("Secret string used to sign webhook requests for verification. Must contain only printable ASCII characters."),
|
|
64
|
+
domains: z.array(z.string()).min(1).describe("List of event domains that trigger the webhook. At least one domain is required. 'repo' for repository events, 'discussion' for discussion events."),
|
|
65
|
+
watched: z.array(z.record(z.any())).min(1).describe("List of entities to watch (users, organizations, or repositories). At least one item is required. Events from these entities will trigger the webhook."),
|
|
66
|
+
webhookId: z.string().min(24).max(24).describe("The unique identifier of the webhook to update (24-character hexadecimal string). Get this from the list webhooks action."),
|
|
67
|
+
jobSourceId: z.string().optional().describe("Source identifier for the job. Used to track the origin of the job execution."),
|
|
68
|
+
}),
|
|
69
|
+
execute: async ({ huggingFaceToken, job, url, secret, domains, watched, webhookId, jobSourceId }) => {
|
|
70
|
+
const queryParams = undefined;
|
|
71
|
+
const body = { job: job, url: url, secret: secret, domains: domains, watched: watched, job_source_id: jobSourceId };
|
|
72
|
+
return hfApi(huggingFaceToken, { method: 'PUT', url: `${HOSTS.HUB}/api/settings/webhooks/${encodeURIComponent(webhookId)}`, queryParams, body });
|
|
73
|
+
},
|
|
74
|
+
});
|
|
75
|
+
export const huggingFaceUpdateWebhookStatus = tool({
|
|
76
|
+
description: "Tool to enable or disable a webhook on Hugging Face. Use when you need to temporarily deactivate a webhook without deleting it, or reactivate a previously disabled webhook.",
|
|
77
|
+
inputSchema: z.object({
|
|
78
|
+
huggingFaceToken: tokenField,
|
|
79
|
+
action: z.enum(["enable", "disable"]).describe("The action to perform on the webhook: 'enable' to activate the webhook or 'disable' to deactivate it."),
|
|
80
|
+
webhookId: z.string().min(24).max(24).describe("The unique identifier of the webhook to enable or disable. Must be a 24-character hexadecimal string."),
|
|
81
|
+
}),
|
|
82
|
+
execute: async ({ huggingFaceToken, action, webhookId }) => {
|
|
83
|
+
const queryParams = undefined;
|
|
84
|
+
return hfApi(huggingFaceToken, { method: 'POST', url: `${HOSTS.HUB}/api/settings/webhooks/${encodeURIComponent(webhookId)}/${encodeURIComponent(action)}`, queryParams });
|
|
85
|
+
},
|
|
86
|
+
});
|
|
87
|
+
//# sourceMappingURL=webhooks.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
const SVG = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><defs><linearGradient id="jira-original-a" gradientUnits="userSpaceOnUse" x1="22.034" y1="9.773" x2="17.118" y2="14.842" gradientTransform="scale(4)"><stop offset=".176" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient><linearGradient id="jira-original-b" gradientUnits="userSpaceOnUse" x1="16.641" y1="15.564" x2="10.957" y2="21.094" gradientTransform="scale(4)"><stop offset=".176" stop-color="#0052cc"/><stop offset="1" stop-color="#2684ff"/></linearGradient></defs><path d="M108.023 16H61.805c0 11.52 9.324 20.848 20.847 20.848h8.5v8.226c0 11.52 9.328 20.848 20.848 20.848V19.977A3.98 3.98 0 00108.023 16zm0 0" fill="#2684ff"/><path d="M85.121 39.04H38.902c0 11.519 9.325 20.847 20.844 20.847h8.504v8.226c0 11.52 9.328 20.848 20.848 20.848V43.016a3.983 3.983 0 00-3.977-3.977zm0 0" fill="url(#jira-original-a)"/><path d="M62.219 62.078H16c0 11.524 9.324 20.848 20.848 20.848h8.5v8.23c0 11.52 9.328 20.844 20.847 20.844V66.059a3.984 3.984 0 00-3.976-3.98zm0 0" fill="url(#jira-original-b)"/></svg>`;
|
|
2
|
+
export const JIRA_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,53 @@
|
|
|
1
|
+
import { defineToolkit, defineTool } from '../../core/define.js';
|
|
2
|
+
import { inferToolScope } from '../../core/scope.js';
|
|
3
|
+
import { JIRA_ICON } from './icon.js';
|
|
4
|
+
import { jiraTools } from './tools/index.js';
|
|
5
|
+
export default defineToolkit({
|
|
6
|
+
id: 'jira',
|
|
7
|
+
displayName: 'Jira',
|
|
8
|
+
shortDescription: 'Issues, projects, boards, sprints, users, JQL search, and workflows.',
|
|
9
|
+
category: 'Productivity & Project Management',
|
|
10
|
+
icon: JIRA_ICON,
|
|
11
|
+
auth: {
|
|
12
|
+
type: 'oauth2',
|
|
13
|
+
tokenField: 'jiraToken',
|
|
14
|
+
provider: {
|
|
15
|
+
slug: 'jira',
|
|
16
|
+
env: { clientId: 'JIRA_CLIENT_ID', clientSecret: 'JIRA_CLIENT_SECRET' },
|
|
17
|
+
authorizeUrl: 'https://auth.atlassian.com/authorize',
|
|
18
|
+
tokenUrl: 'https://auth.atlassian.com/oauth/token',
|
|
19
|
+
scopes: [
|
|
20
|
+
'read:jira-user',
|
|
21
|
+
'read:jira-work',
|
|
22
|
+
'write:jira-work',
|
|
23
|
+
'manage:jira-project',
|
|
24
|
+
'manage:jira-configuration',
|
|
25
|
+
'read:board-scope:jira-software',
|
|
26
|
+
'write:board-scope:jira-software',
|
|
27
|
+
'read:sprint:jira-software',
|
|
28
|
+
'write:sprint:jira-software',
|
|
29
|
+
],
|
|
30
|
+
scopeSeparator: ' ',
|
|
31
|
+
exchangeStyle: 'json',
|
|
32
|
+
extraAuthParams: { audience: 'api.atlassian.com', prompt: 'consent' },
|
|
33
|
+
connectDescription: 'Connect Jira to manage issues, projects, boards, sprints, users, and workflows. Your Cloud site is detected automatically.',
|
|
34
|
+
callbackPath: '/api/auth/jira/callback',
|
|
35
|
+
stateCookie: 'jira_oauth_state',
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
allowedHosts: ['api.atlassian.com'],
|
|
39
|
+
tools: jiraTools.map((entry) => defineTool({
|
|
40
|
+
name: entry.name,
|
|
41
|
+
description: entry.description,
|
|
42
|
+
tool: entry.tool,
|
|
43
|
+
requiredAuth: entry.requiredAuth,
|
|
44
|
+
scope: entry.scope ?? inferToolScope(entry.name),
|
|
45
|
+
})),
|
|
46
|
+
meta: {
|
|
47
|
+
since: '0.0.9',
|
|
48
|
+
homepage: 'https://www.atlassian.com/software/jira',
|
|
49
|
+
docsUrl: 'https://developer.atlassian.com/cloud/jira/platform/rest/v3/',
|
|
50
|
+
apiDocsUrl: 'https://developer.atlassian.com/cloud/jira/platform/rest/v3/',
|
|
51
|
+
},
|
|
52
|
+
});
|
|
53
|
+
//# sourceMappingURL=manifest.js.map
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const jiraCreateBoard: import("ai").Tool<{
|
|
2
|
+
type: "kanban" | "scrum" | "agility";
|
|
3
|
+
name: string;
|
|
4
|
+
filterId?: number | undefined;
|
|
5
|
+
location?: Record<string, any> | undefined;
|
|
6
|
+
jiraToken?: string | undefined;
|
|
7
|
+
jiraCloudId?: string | undefined;
|
|
8
|
+
}, any>;
|
|
9
|
+
export declare const jiraCreateSprint: import("ai").Tool<{
|
|
10
|
+
name: string;
|
|
11
|
+
originBoardId: number;
|
|
12
|
+
startDate?: string | undefined;
|
|
13
|
+
endDate?: string | undefined;
|
|
14
|
+
jiraToken?: string | undefined;
|
|
15
|
+
jiraCloudId?: string | undefined;
|
|
16
|
+
additionalProperties?: Record<string, any> | undefined;
|
|
17
|
+
goal?: string | undefined;
|
|
18
|
+
}, any>;
|
|
19
|
+
export declare const jiraGetSprint: import("ai").Tool<{
|
|
20
|
+
sprintId: number;
|
|
21
|
+
jiraToken?: string | undefined;
|
|
22
|
+
jiraCloudId?: string | undefined;
|
|
23
|
+
}, any>;
|
|
24
|
+
export declare const jiraListBoards: import("ai").Tool<{
|
|
25
|
+
type?: "kanban" | "scrum" | undefined;
|
|
26
|
+
maxResults?: number | undefined;
|
|
27
|
+
name?: string | undefined;
|
|
28
|
+
orderBy?: string | undefined;
|
|
29
|
+
jiraToken?: string | undefined;
|
|
30
|
+
jiraCloudId?: string | undefined;
|
|
31
|
+
startAt?: number | undefined;
|
|
32
|
+
includePrivate?: boolean | undefined;
|
|
33
|
+
projectKeyOrId?: string | undefined;
|
|
34
|
+
}, any>;
|
|
35
|
+
export declare const jiraListSprints: import("ai").Tool<{
|
|
36
|
+
boardId: number;
|
|
37
|
+
maxResults?: number | undefined;
|
|
38
|
+
state?: string | undefined;
|
|
39
|
+
jiraToken?: string | undefined;
|
|
40
|
+
jiraCloudId?: string | undefined;
|
|
41
|
+
startAt?: number | undefined;
|
|
42
|
+
}, any>;
|
|
43
|
+
export declare const jiraMoveIssueToSprint: import("ai").Tool<{
|
|
44
|
+
issues: string[];
|
|
45
|
+
sprintId: number;
|
|
46
|
+
jiraToken?: string | undefined;
|
|
47
|
+
jiraCloudId?: string | undefined;
|
|
48
|
+
rankAfterIssue?: string | undefined;
|
|
49
|
+
rankBeforeIssue?: string | undefined;
|
|
50
|
+
rankCustomFieldId?: number | undefined;
|
|
51
|
+
}, any>;
|
|
52
|
+
//# sourceMappingURL=boards.d.ts.map
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { tool } from 'ai';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { jira } from './client.js';
|
|
5
|
+
const tokenField = z.string().optional().describe('Injected by system; do not provide');
|
|
6
|
+
export const jiraCreateBoard = tool({
|
|
7
|
+
description: "Creates a new Jira board (kanban, scrum, or agility) with optional filter and location configuration. Use this action when you need to set up a new board for a project or create a personal board for tracking work. The board will organize and visualize issues based on the specified filter or project context.",
|
|
8
|
+
inputSchema: z.object({
|
|
9
|
+
jiraToken: tokenField,
|
|
10
|
+
jiraCloudId: z.string().optional().describe('Optional Jira Cloud site ID. If omitted, your first accessible site is used automatically.'),
|
|
11
|
+
name: z.string().describe("Name for the new board. Choose a clear, descriptive name that helps users identify the board's purpose."),
|
|
12
|
+
type: z.enum(["kanban", "scrum", "agility"]).describe("Type of board to create. 'kanban' for continuous flow boards, 'scrum' for sprint-based boards, 'agility' for basic agile boards."),
|
|
13
|
+
filterId: z.number().int().optional().describe("ID of an existing Jira filter to use as the board's issue source. The filter defines which issues appear on the board. Use JIRA_LIST_FILTERS or JIRA_GET_FILTER_FAVOURITE to find filter IDs."),
|
|
14
|
+
location: z.record(z.any()).optional().describe("Location configuration for the board."),
|
|
15
|
+
}),
|
|
16
|
+
execute: async ({ jiraToken, jiraCloudId, name, type, filterId, location }) => {
|
|
17
|
+
const queryParams = undefined;
|
|
18
|
+
const body = { name: name, type: type, filterId: filterId, location: location };
|
|
19
|
+
return jira(jiraToken, { cloudId: jiraCloudId, api: 'agile/1.0', path: `/board`, method: 'POST', query: queryParams, body });
|
|
20
|
+
},
|
|
21
|
+
});
|
|
22
|
+
export const jiraCreateSprint = tool({
|
|
23
|
+
description: "This action allows the creation of a new sprint within a specified Jira board. Users can set optional start and end dates, as well as define a primary goal for the sprint.",
|
|
24
|
+
inputSchema: z.object({
|
|
25
|
+
jiraToken: tokenField,
|
|
26
|
+
jiraCloudId: z.string().optional().describe('Optional Jira Cloud site ID. If omitted, your first accessible site is used automatically.'),
|
|
27
|
+
goal: z.string().optional().describe("Primary objective or goal for the sprint."),
|
|
28
|
+
name: z.string().max(30).describe("Name for the new sprint. Must be 30 characters or less."),
|
|
29
|
+
endDate: z.string().optional().describe("Intended end date and time for the sprint (ISO 8601 format)."),
|
|
30
|
+
startDate: z.string().optional().describe("Intended start date and time for the sprint (ISO 8601 format)."),
|
|
31
|
+
originBoardId: z.number().int().describe("Identifier of the Jira board for the new sprint. You can find board IDs using the JIRA_LIST_BOARDS action."),
|
|
32
|
+
additionalProperties: z.record(z.any()).optional().describe("Additional properties to include in the sprint creation request. Use this for any extra fields supported by the Jira API that are not covered by the standard parameters. Provide as a dictionary with field names and their values. Note: Jira Cloud has strict schema validation and may reject unknown properties with a 400 error. This field is primarily useful for Jira Server/Data Center deployments or future API additions. Use with caution."),
|
|
33
|
+
}),
|
|
34
|
+
execute: async ({ jiraToken, jiraCloudId, goal, name, endDate, startDate, originBoardId, additionalProperties }) => {
|
|
35
|
+
const queryParams = undefined;
|
|
36
|
+
const body = { name: name, originBoardId: originBoardId, startDate: startDate, endDate: endDate, goal: goal };
|
|
37
|
+
if (additionalProperties && typeof additionalProperties === "object")
|
|
38
|
+
Object.assign(body, additionalProperties);
|
|
39
|
+
return jira(jiraToken, { cloudId: jiraCloudId, api: 'agile/1.0', path: `/sprint`, method: 'POST', query: queryParams, body });
|
|
40
|
+
},
|
|
41
|
+
});
|
|
42
|
+
export const jiraGetSprint = tool({
|
|
43
|
+
description: "Retrieves detailed information about a specific sprint by its ID. Use this action when you need to fetch a single sprint's details directly by ID, such as checking sprint status, dates, goal, or metadata. For finding sprint IDs, use JIRA_LIST_SPRINTS first.",
|
|
44
|
+
inputSchema: z.object({
|
|
45
|
+
jiraToken: tokenField,
|
|
46
|
+
jiraCloudId: z.string().optional().describe('Optional Jira Cloud site ID. If omitted, your first accessible site is used automatically.'),
|
|
47
|
+
sprintId: z.number().int().describe("The unique identifier of the sprint to retrieve. Use JIRA_LIST_SPRINTS to find sprint IDs for a board."),
|
|
48
|
+
}),
|
|
49
|
+
execute: async ({ jiraToken, jiraCloudId, sprintId }) => {
|
|
50
|
+
const queryParams = undefined;
|
|
51
|
+
return jira(jiraToken, { cloudId: jiraCloudId, api: 'agile/1.0', path: `/sprint/${encodeURIComponent(sprintId)}`, method: 'GET', query: queryParams });
|
|
52
|
+
},
|
|
53
|
+
});
|
|
54
|
+
export const jiraListBoards = tool({
|
|
55
|
+
description: "Retrieves a list of Jira boards based on specified criteria. Supports pagination via start_at and max_results. The response also includes convenience fields nextStartAt, hasNextPage, and nextPageToken to help iterate through pages.",
|
|
56
|
+
inputSchema: z.object({
|
|
57
|
+
jiraToken: tokenField,
|
|
58
|
+
jiraCloudId: z.string().optional().describe('Optional Jira Cloud site ID. If omitted, your first accessible site is used automatically.'),
|
|
59
|
+
name: z.string().optional().describe("Filters results to boards whose name contains the string (case-insensitive). Board names do not necessarily correspond to project keys; enumerate all boards to confirm the correct match."),
|
|
60
|
+
type: z.enum(["scrum", "kanban"]).optional().describe("Filters results to boards of the specified type. Valid values: 'scrum', 'kanban'. Other types (e.g., 'simple') are not filterable server-side; filter those from the response."),
|
|
61
|
+
orderBy: z.string().optional().describe("Field to order boards by (e.g., 'name', '-name' for descending). Refer to Jira API docs for all sortable fields."),
|
|
62
|
+
startAt: z.number().int().min(0).optional().describe("Index of the first board to return (0-based) for pagination."),
|
|
63
|
+
maxResults: z.number().int().optional().describe("Maximum number of boards to return per page."),
|
|
64
|
+
includePrivate: z.boolean().optional().describe("Include private boards in the results."),
|
|
65
|
+
projectKeyOrId: z.string().optional().describe("Filters results to boards for the specified project. Must be a project KEY (e.g., 'KAN', 'PROJ') or numeric project ID (e.g., '10000'). Do NOT use the project name (e.g., 'My Project') - use the short key instead."),
|
|
66
|
+
}),
|
|
67
|
+
execute: async ({ jiraToken, jiraCloudId, name, type, orderBy, startAt, maxResults, includePrivate, projectKeyOrId }) => {
|
|
68
|
+
const queryParams = { name: name, type: type, projectKeyOrId: projectKeyOrId, startAt: startAt, maxResults: maxResults, orderBy: orderBy, includePrivate: includePrivate };
|
|
69
|
+
return jira(jiraToken, { cloudId: jiraCloudId, api: 'agile/1.0', path: `/board`, method: 'GET', query: queryParams });
|
|
70
|
+
},
|
|
71
|
+
});
|
|
72
|
+
export const jiraListSprints = tool({
|
|
73
|
+
description: "Retrieves and lists sprints associated with a specified Jira board. Users can filter results based on the state of the sprints, allowing for better management and visibility.",
|
|
74
|
+
inputSchema: z.object({
|
|
75
|
+
jiraToken: tokenField,
|
|
76
|
+
jiraCloudId: z.string().optional().describe('Optional Jira Cloud site ID. If omitted, your first accessible site is used automatically.'),
|
|
77
|
+
state: z.string().optional().describe("Filters sprints by state. Accepts single value ('active') or comma-separated values ('active,closed'). Valid states: 'future', 'active', 'closed'. Returns all states if omitted."),
|
|
78
|
+
boardId: z.number().int().describe("Unique identifier of the Jira board. Must be a Scrum board ID; Kanban boards do not support sprints and will return no results. Use JIRA_LIST_BOARDS to identify the correct board."),
|
|
79
|
+
startAt: z.number().int().min(0).optional().describe("0-based starting index for pagination. Increment by 'max_results' each iteration; stop when response field 'isLast' is true."),
|
|
80
|
+
maxResults: z.number().int().min(1).max(50).optional().describe("Maximum number of sprints per page."),
|
|
81
|
+
}),
|
|
82
|
+
execute: async ({ jiraToken, jiraCloudId, state, boardId, startAt, maxResults }) => {
|
|
83
|
+
const queryParams = { state: state, startAt: startAt, maxResults: maxResults };
|
|
84
|
+
return jira(jiraToken, { cloudId: jiraCloudId, api: 'agile/1.0', path: `/board/${encodeURIComponent(boardId)}/sprint`, method: 'GET', query: queryParams });
|
|
85
|
+
},
|
|
86
|
+
});
|
|
87
|
+
export const jiraMoveIssueToSprint = tool({
|
|
88
|
+
description: "This action takes multiple issues and moves them to a specified sprint in Jira. It ensures that the issues are successfully added to the targeted sprint based on the provided sprint ID.",
|
|
89
|
+
inputSchema: z.object({
|
|
90
|
+
jiraToken: tokenField,
|
|
91
|
+
jiraCloudId: z.string().optional().describe('Optional Jira Cloud site ID. If omitted, your first accessible site is used automatically.'),
|
|
92
|
+
issues: z.array(z.string()).describe("A list of issue keys (e.g., 'PROJ-123') to be moved to the specified sprint."),
|
|
93
|
+
sprintId: z.number().int().describe("Unique identifier for the target sprint. Must belong to the same board/project as the issues being moved."),
|
|
94
|
+
rankAfterIssue: z.string().optional().describe("The issue key or ID to rank the moved issues after. If specified, the moved issues will be placed immediately after this issue in the sprint backlog."),
|
|
95
|
+
rankBeforeIssue: z.string().optional().describe("The issue key or ID to rank the moved issues before. If specified, the moved issues will be placed immediately before this issue in the sprint backlog."),
|
|
96
|
+
rankCustomFieldId: z.number().int().optional().describe("The ID of the rank custom field to use for ordering. This is typically the 'Rank' field ID in your Jira instance. Only needed if you have multiple rank fields."),
|
|
97
|
+
}),
|
|
98
|
+
execute: async ({ jiraToken, jiraCloudId, issues, sprintId, rankAfterIssue, rankBeforeIssue, rankCustomFieldId }) => {
|
|
99
|
+
const queryParams = undefined;
|
|
100
|
+
const body = { issues: issues, rankBeforeIssue: rankBeforeIssue, rankAfterIssue: rankAfterIssue, rankCustomFieldId: rankCustomFieldId };
|
|
101
|
+
return jira(jiraToken, { cloudId: jiraCloudId, api: 'agile/1.0', path: `/sprint/${encodeURIComponent(sprintId)}/issue`, method: 'POST', query: queryParams, body });
|
|
102
|
+
},
|
|
103
|
+
});
|
|
104
|
+
//# sourceMappingURL=boards.js.map
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const ATLASSIAN_API = "https://api.atlassian.com";
|
|
2
|
+
export declare function getCloudId(token: any, hint: any): Promise<any>;
|
|
3
|
+
export declare function jira(token: any, { cloudId, api, path, method, query, body, headers }: {
|
|
4
|
+
cloudId: any;
|
|
5
|
+
api?: string | undefined;
|
|
6
|
+
path: any;
|
|
7
|
+
method?: string | undefined;
|
|
8
|
+
query: any;
|
|
9
|
+
body: any;
|
|
10
|
+
headers?: {} | undefined;
|
|
11
|
+
}): Promise<any>;
|
|
12
|
+
export declare function mdToAdf(input: any): any;
|
|
13
|
+
export declare function findAccountId(token: any, cloudId: any, nameOrEmail: any): Promise<any>;
|
|
14
|
+
export declare function resolveAssignee(token: any, cloudId: any, accountId: any, nameOrEmail: any): Promise<any>;
|
|
15
|
+
export declare function getTransitionId(token: any, cloudId: any, issueIdOrKey: any, idOrName: any): Promise<string | null>;
|
|
16
|
+
export declare function uploadAttachment(token: any, cloudId: any, issueKey: any, { fileName, fileContent, mimeType }: {
|
|
17
|
+
fileName: any;
|
|
18
|
+
fileContent: any;
|
|
19
|
+
mimeType: any;
|
|
20
|
+
}): Promise<any>;
|
|
21
|
+
export declare function buildSearchJql(f: any): string;
|
|
22
|
+
export { ATLASSIAN_API };
|
|
23
|
+
//# sourceMappingURL=client.d.ts.map
|