@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,36 @@
|
|
|
1
|
+
import { defineToolkit, defineTool } from '../../core/define.js';
|
|
2
|
+
import { inferToolScope } from '../../core/scope.js';
|
|
3
|
+
import { NEON_ICON } from './icon.js';
|
|
4
|
+
import { neonTools } from './tools/index.js';
|
|
5
|
+
export default defineToolkit({
|
|
6
|
+
id: 'neon',
|
|
7
|
+
displayName: 'Neon',
|
|
8
|
+
shortDescription: 'Serverless Postgres projects, branches, databases, endpoints, auth, and orgs.',
|
|
9
|
+
category: 'Data & Analytics',
|
|
10
|
+
icon: NEON_ICON,
|
|
11
|
+
auth: {
|
|
12
|
+
type: 'api_key',
|
|
13
|
+
tokenField: 'neonApiKey',
|
|
14
|
+
provider: {
|
|
15
|
+
in: 'header',
|
|
16
|
+
name: 'Authorization',
|
|
17
|
+
prefix: 'Bearer',
|
|
18
|
+
connectDescription: 'Connect Neon with an API key. Create one in the Neon Console under Account Settings > API keys. All calls send it as Authorization: Bearer <key> to console.neon.tech/api/v2.',
|
|
19
|
+
},
|
|
20
|
+
},
|
|
21
|
+
allowedHosts: ['console.neon.tech'],
|
|
22
|
+
tools: neonTools.map((entry) => defineTool({
|
|
23
|
+
name: entry.name,
|
|
24
|
+
description: entry.description,
|
|
25
|
+
tool: entry.tool,
|
|
26
|
+
requiredAuth: entry.requiredAuth,
|
|
27
|
+
scope: entry.scope ?? inferToolScope(entry.name),
|
|
28
|
+
})),
|
|
29
|
+
meta: {
|
|
30
|
+
since: '0.0.9',
|
|
31
|
+
homepage: 'https://neon.com',
|
|
32
|
+
docsUrl: 'https://neon.com/docs/reference/api',
|
|
33
|
+
apiDocsUrl: 'https://api-docs.neon.tech/reference/getting-started-with-neon-api',
|
|
34
|
+
},
|
|
35
|
+
});
|
|
36
|
+
//# sourceMappingURL=manifest.js.map
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
export declare const neonCreateAuthKeys: import("ai").Tool<{
|
|
2
|
+
projectId: string;
|
|
3
|
+
authProvider: "mock" | "stack" | "stack_v2" | "better_auth";
|
|
4
|
+
neonApiKey?: string | undefined;
|
|
5
|
+
}, any>;
|
|
6
|
+
export declare const neonCreateAuthUser: import("ai").Tool<{
|
|
7
|
+
projectId: string;
|
|
8
|
+
name: string;
|
|
9
|
+
email: string;
|
|
10
|
+
branchId: string;
|
|
11
|
+
neonApiKey?: string | undefined;
|
|
12
|
+
}, any>;
|
|
13
|
+
export declare const neonCreateBranchesAuth: import("ai").Tool<{
|
|
14
|
+
projectId: string;
|
|
15
|
+
branchId: string;
|
|
16
|
+
authProvider: "mock" | "stack" | "stack_v2" | "better_auth";
|
|
17
|
+
neonApiKey?: string | undefined;
|
|
18
|
+
databaseName?: string | undefined;
|
|
19
|
+
}, any>;
|
|
20
|
+
export declare const neonDeleteAuthDomainFromProject: import("ai").Tool<{
|
|
21
|
+
projectId: string;
|
|
22
|
+
domains: Record<string, any>[];
|
|
23
|
+
authProvider: "mock" | "stack" | "stack_v2" | "better_auth";
|
|
24
|
+
neonApiKey?: string | undefined;
|
|
25
|
+
}, any>;
|
|
26
|
+
export declare const neonDeleteAuthDomains: import("ai").Tool<{
|
|
27
|
+
projectId: string;
|
|
28
|
+
domains: Record<string, any>[];
|
|
29
|
+
branchId: string;
|
|
30
|
+
authProvider: "mock" | "stack" | "stack_v2" | "better_auth";
|
|
31
|
+
neonApiKey?: string | undefined;
|
|
32
|
+
}, any>;
|
|
33
|
+
export declare const neonDeleteAuthOauthProvider: import("ai").Tool<{
|
|
34
|
+
projectId: string;
|
|
35
|
+
branchId: string;
|
|
36
|
+
oauthProviderId: "github" | "google" | "vercel";
|
|
37
|
+
neonApiKey?: string | undefined;
|
|
38
|
+
}, any>;
|
|
39
|
+
export declare const neonDeleteAuthUser: import("ai").Tool<{
|
|
40
|
+
projectId: string;
|
|
41
|
+
branchId: string;
|
|
42
|
+
authUserId: string;
|
|
43
|
+
neonApiKey?: string | undefined;
|
|
44
|
+
}, any>;
|
|
45
|
+
export declare const neonDisableBranchesAuth: import("ai").Tool<{
|
|
46
|
+
projectId: string;
|
|
47
|
+
branchId: string;
|
|
48
|
+
neonApiKey?: string | undefined;
|
|
49
|
+
deleteData?: boolean | undefined;
|
|
50
|
+
}, any>;
|
|
51
|
+
export declare const neonGetAuth: import("ai").Tool<{
|
|
52
|
+
neonApiKey?: string | undefined;
|
|
53
|
+
}, any>;
|
|
54
|
+
export declare const neonGetAuthAllowLocalhost: import("ai").Tool<{
|
|
55
|
+
projectId: string;
|
|
56
|
+
branchId: string;
|
|
57
|
+
neonApiKey?: string | undefined;
|
|
58
|
+
}, any>;
|
|
59
|
+
export declare const neonGetAuthEmailProvider: import("ai").Tool<{
|
|
60
|
+
projectId: string;
|
|
61
|
+
branchId: string;
|
|
62
|
+
neonApiKey?: string | undefined;
|
|
63
|
+
}, any>;
|
|
64
|
+
export declare const neonListAuthDomains: import("ai").Tool<{
|
|
65
|
+
projectId: string;
|
|
66
|
+
branchId: string;
|
|
67
|
+
neonApiKey?: string | undefined;
|
|
68
|
+
}, any>;
|
|
69
|
+
export declare const neonListAuthOauthProviders: import("ai").Tool<{
|
|
70
|
+
projectId: string;
|
|
71
|
+
neonApiKey?: string | undefined;
|
|
72
|
+
}, any>;
|
|
73
|
+
export declare const neonListAuthOauthProviders2: import("ai").Tool<{
|
|
74
|
+
projectId: string;
|
|
75
|
+
branchId: string;
|
|
76
|
+
neonApiKey?: string | undefined;
|
|
77
|
+
}, any>;
|
|
78
|
+
export declare const neonSendAuthTestEmail: import("ai").Tool<{
|
|
79
|
+
projectId: string;
|
|
80
|
+
username: string;
|
|
81
|
+
password: string;
|
|
82
|
+
host: string;
|
|
83
|
+
branchId: string;
|
|
84
|
+
port: number;
|
|
85
|
+
senderName: string;
|
|
86
|
+
senderEmail: string;
|
|
87
|
+
recipientEmail: string;
|
|
88
|
+
neonApiKey?: string | undefined;
|
|
89
|
+
}, any>;
|
|
90
|
+
export declare const neonUpdateAuthAllowLocalhost: import("ai").Tool<{
|
|
91
|
+
projectId: string;
|
|
92
|
+
branchId: string;
|
|
93
|
+
allowLocalhost: boolean;
|
|
94
|
+
neonApiKey?: string | undefined;
|
|
95
|
+
}, any>;
|
|
96
|
+
export declare const neonUpdateAuthEmailProvider: import("ai").Tool<{
|
|
97
|
+
projectId: string;
|
|
98
|
+
branchId: string;
|
|
99
|
+
senderName: string;
|
|
100
|
+
senderEmail: string;
|
|
101
|
+
username?: string | undefined;
|
|
102
|
+
password?: string | undefined;
|
|
103
|
+
host?: string | undefined;
|
|
104
|
+
neonApiKey?: string | undefined;
|
|
105
|
+
port?: number | undefined;
|
|
106
|
+
}, any>;
|
|
107
|
+
export declare const neonUpdateAuthOauthProviders: import("ai").Tool<{
|
|
108
|
+
projectId: string;
|
|
109
|
+
oauthProviderId: "github" | "google" | "vercel" | "microsoft";
|
|
110
|
+
clientId?: string | undefined;
|
|
111
|
+
clientSecret?: string | undefined;
|
|
112
|
+
neonApiKey?: string | undefined;
|
|
113
|
+
microsoftTenantId?: string | undefined;
|
|
114
|
+
}, any>;
|
|
115
|
+
//# sourceMappingURL=auth.d.ts.map
|
|
@@ -0,0 +1,286 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
import { tool } from 'ai';
|
|
3
|
+
import { z } from 'zod';
|
|
4
|
+
import { neon, setNested } from './client.js';
|
|
5
|
+
const tokenField = z.string().optional().describe('Injected by system; do not provide');
|
|
6
|
+
export const neonCreateAuthKeys = tool({
|
|
7
|
+
description: "Tool to generate SDK or API keys for authentication providers. Use when setting up authentication for a Neon project with providers like Stack Auth, Better Auth, or for testing with mock provider.",
|
|
8
|
+
inputSchema: z.object({
|
|
9
|
+
neonApiKey: tokenField,
|
|
10
|
+
projectId: z.string().describe("The Neon project ID (e.g., 'proud-meadow-87189985'). Must match the pattern: lowercase letters, numbers, and hyphens, 1-60 characters. You can obtain the project_id by listing the projects for your Neon account."),
|
|
11
|
+
authProvider: z.enum(["mock", "stack", "stack_v2", "better_auth"]).describe("The authentication provider to create SDK keys for. Options: 'mock' (for testing), 'stack' (Stack Auth v1), 'stack_v2' (Stack Auth v2), 'better_auth' (Better Auth)."),
|
|
12
|
+
}),
|
|
13
|
+
execute: async ({ neonApiKey, projectId, authProvider }) => {
|
|
14
|
+
const queryParams = undefined;
|
|
15
|
+
const body = {};
|
|
16
|
+
if (authProvider !== undefined)
|
|
17
|
+
setNested(body, 'auth_provider', authProvider);
|
|
18
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/auth/keys`, method: 'POST', query: queryParams, body });
|
|
19
|
+
},
|
|
20
|
+
});
|
|
21
|
+
export const neonCreateAuthUser = tool({
|
|
22
|
+
description: "Tool to create a new user in Neon Auth for a specific project branch. Use when you need to add authentication users to a branch that has Neon Auth enabled with the 'stack' provider. The branch must already have Neon Auth configured before creating users.",
|
|
23
|
+
inputSchema: z.object({
|
|
24
|
+
neonApiKey: tokenField,
|
|
25
|
+
name: z.string().describe("The display name for the new auth user. Required field, max 255 characters."),
|
|
26
|
+
email: z.string().describe("The email address for the new auth user. Must be a valid email format and between 1-256 characters."),
|
|
27
|
+
branchId: z.string().describe("The branch ID where the auth user will be created (e.g., 'br-lucky-water-afkw1lov'). The branch must have Neon Auth enabled. Obtain via NEON_GET_BRANCHES_FOR_PROJECT action."),
|
|
28
|
+
projectId: z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271'). Obtain via NEON_RETRIEVE_PROJECTS_LIST action."),
|
|
29
|
+
}),
|
|
30
|
+
execute: async ({ neonApiKey, name, email, branchId, projectId }) => {
|
|
31
|
+
const queryParams = undefined;
|
|
32
|
+
const body = {};
|
|
33
|
+
if (email !== undefined)
|
|
34
|
+
setNested(body, 'email', email);
|
|
35
|
+
if (name !== undefined)
|
|
36
|
+
setNested(body, 'name', name);
|
|
37
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/users`, method: 'POST', query: queryParams, body });
|
|
38
|
+
},
|
|
39
|
+
});
|
|
40
|
+
export const neonCreateBranchesAuth = tool({
|
|
41
|
+
description: "Tool to enable Neon Auth integration for a branch. Use when you need to set up authentication for a specific branch in a Neon project.",
|
|
42
|
+
inputSchema: z.object({
|
|
43
|
+
neonApiKey: tokenField,
|
|
44
|
+
branchId: z.string().describe("The Neon branch ID (e.g., 'br-gentle-lab-af8riisw'). You can obtain the branch_id by listing the branches for your project."),
|
|
45
|
+
projectId: z.string().describe("The Neon project ID (e.g., 'small-recipe-63664710'). You can obtain the project_id by listing the projects for your Neon account."),
|
|
46
|
+
authProvider: z.enum(["mock", "stack", "stack_v2", "better_auth"]).describe("The authentication provider to enable for the branch. Must be one of: mock, stack, stack_v2, or better_auth."),
|
|
47
|
+
databaseName: z.string().optional().describe("The name of the database to use for authentication. If not specified, the default database will be used."),
|
|
48
|
+
}),
|
|
49
|
+
execute: async ({ neonApiKey, branchId, projectId, authProvider, databaseName }) => {
|
|
50
|
+
const queryParams = undefined;
|
|
51
|
+
const body = {};
|
|
52
|
+
if (authProvider !== undefined)
|
|
53
|
+
setNested(body, 'auth_provider', authProvider);
|
|
54
|
+
if (databaseName !== undefined)
|
|
55
|
+
setNested(body, 'database_name', databaseName);
|
|
56
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth`, method: 'POST', query: queryParams, body });
|
|
57
|
+
},
|
|
58
|
+
});
|
|
59
|
+
export const neonDeleteAuthDomainFromProject = tool({
|
|
60
|
+
description: "DEPRECATED: Use '/projects/{project_id}/branches/{branch_id}/auth/domains' instead. Deletes a domain from the redirect_uri whitelist for the specified project. Use when you need to remove an authorized redirect domain for an authentication provider. This operation permanently removes the domain from the whitelist, preventing it from being used as a valid redirect URI.",
|
|
61
|
+
inputSchema: z.object({
|
|
62
|
+
neonApiKey: tokenField,
|
|
63
|
+
domains: z.array(z.record(z.any())).describe("Array of domain objects to remove from the redirect_uri whitelist. Each domain must include the full URL with protocol."),
|
|
64
|
+
projectId: z.string().describe("The unique identifier for the Neon project (e.g., 'proud-meadow-87189985'). Can be obtained from the list projects API."),
|
|
65
|
+
authProvider: z.enum(["mock", "stack", "stack_v2", "better_auth"]).describe("The authentication provider for which to remove the domain from the redirect_uri whitelist."),
|
|
66
|
+
}),
|
|
67
|
+
execute: async ({ neonApiKey, domains, projectId, authProvider }) => {
|
|
68
|
+
const queryParams = undefined;
|
|
69
|
+
const body = {};
|
|
70
|
+
if (authProvider !== undefined)
|
|
71
|
+
setNested(body, 'auth_provider', authProvider);
|
|
72
|
+
if (domains !== undefined)
|
|
73
|
+
setNested(body, 'domains', domains);
|
|
74
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/auth/domains`, method: 'DELETE', query: queryParams, body });
|
|
75
|
+
},
|
|
76
|
+
});
|
|
77
|
+
export const neonDeleteAuthDomains = tool({
|
|
78
|
+
description: "Deletes domains from the redirect_uri whitelist for a specific branch's authentication configuration. Use when you need to revoke access for specific domains in your Neon authentication setup.",
|
|
79
|
+
inputSchema: z.object({
|
|
80
|
+
neonApiKey: tokenField,
|
|
81
|
+
domains: z.array(z.record(z.any())).describe("Array of domain objects to remove from the redirect_uri whitelist"),
|
|
82
|
+
branchId: z.string().describe("The Neon branch ID (e.g., 'br-lucky-water-afkw1lov')"),
|
|
83
|
+
projectId: z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271')"),
|
|
84
|
+
authProvider: z.enum(["mock", "stack", "stack_v2", "better_auth"]).describe("The authentication provider for which to delete the domains"),
|
|
85
|
+
}),
|
|
86
|
+
execute: async ({ neonApiKey, domains, branchId, projectId, authProvider }) => {
|
|
87
|
+
const queryParams = undefined;
|
|
88
|
+
const body = {};
|
|
89
|
+
if (authProvider !== undefined)
|
|
90
|
+
setNested(body, 'auth_provider', authProvider);
|
|
91
|
+
if (domains !== undefined)
|
|
92
|
+
setNested(body, 'domains', domains);
|
|
93
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/domains`, method: 'DELETE', query: queryParams, body });
|
|
94
|
+
},
|
|
95
|
+
});
|
|
96
|
+
export const neonDeleteAuthOauthProvider = tool({
|
|
97
|
+
description: "Deletes an OAuth provider configuration from a specific branch in a Neon project. This removes the OAuth authentication integration for the specified provider (Google, GitHub, or Vercel) from the given branch. Use this action when you need to revoke OAuth access or clean up authentication configurations for a particular branch. Note: This operation is permanent and will affect all users authenticating through this provider on this branch. Neon Auth must be enabled on the branch before OAuth providers can be deleted.",
|
|
98
|
+
inputSchema: z.object({
|
|
99
|
+
neonApiKey: tokenField,
|
|
100
|
+
branchId: z.string().describe("The unique branch identifier within the project (e.g., 'br-lucky-water-afkw1lov'). Can be retrieved using the list project branches endpoint."),
|
|
101
|
+
projectId: z.string().describe("The unique identifier for the Neon project. Format: alphanumeric with hyphens (e.g., 'dry-smoke-26258271'). Can be found in the Neon console or via the list projects API."),
|
|
102
|
+
oauthProviderId: z.enum(["google", "github", "vercel"]).describe("The OAuth provider ID to delete. Must be one of: google, github, or vercel."),
|
|
103
|
+
}),
|
|
104
|
+
execute: async ({ neonApiKey, branchId, projectId, oauthProviderId }) => {
|
|
105
|
+
const queryParams = undefined;
|
|
106
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/oauth_providers/${encodeURIComponent(oauthProviderId)}`, method: 'DELETE', query: queryParams });
|
|
107
|
+
},
|
|
108
|
+
});
|
|
109
|
+
export const neonDeleteAuthUser = tool({
|
|
110
|
+
description: "Deletes an authentication user from a specified branch within a Neon project. Use this endpoint to permanently remove user access from a particular branch. Important notes: - This operation is permanent and cannot be undone - Successful deletion returns a 204 No Content status - The deleted user will no longer be able to authenticate to the specified branch - This operation only affects the specified branch, not other branches in the project",
|
|
111
|
+
inputSchema: z.object({
|
|
112
|
+
neonApiKey: tokenField,
|
|
113
|
+
branchId: z.string().describe("The Neon branch ID. Format: 'br-' prefix followed by alphanumeric characters (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the list branches endpoint."),
|
|
114
|
+
projectId: z.string().describe("The Neon project ID. Format: alphanumeric with hyphens (e.g., 'dry-smoke-26258271'). Can be obtained from the list projects endpoint."),
|
|
115
|
+
authUserId: z.string().describe("The Neon user ID to delete. Format: UUID (e.g., 'f7a03453-e0c9-4c66-96ca-aee5e7936654'). This identifies the specific auth user to remove from the branch."),
|
|
116
|
+
}),
|
|
117
|
+
execute: async ({ neonApiKey, branchId, projectId, authUserId }) => {
|
|
118
|
+
const queryParams = undefined;
|
|
119
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/users/${encodeURIComponent(authUserId)}`, method: 'DELETE', query: queryParams });
|
|
120
|
+
},
|
|
121
|
+
});
|
|
122
|
+
export const neonDisableBranchesAuth = tool({
|
|
123
|
+
description: "Tool to disable Neon Auth for a specific branch in a Neon project. Use when you need to remove authentication integration for a branch. This operation can optionally delete the 'neon_auth' schema from the database by setting delete_data to true.",
|
|
124
|
+
inputSchema: z.object({
|
|
125
|
+
neonApiKey: tokenField,
|
|
126
|
+
branchId: z.string().describe("The Neon branch ID"),
|
|
127
|
+
projectId: z.string().describe("The Neon project ID"),
|
|
128
|
+
deleteData: z.boolean().optional().describe("If true, deletes the 'neon_auth' schema from the database"),
|
|
129
|
+
}),
|
|
130
|
+
execute: async ({ neonApiKey, branchId, projectId, deleteData }) => {
|
|
131
|
+
const queryParams = undefined;
|
|
132
|
+
const body = {};
|
|
133
|
+
if (deleteData !== undefined)
|
|
134
|
+
setNested(body, 'delete_data', deleteData);
|
|
135
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth`, method: 'DELETE', query: queryParams, body });
|
|
136
|
+
},
|
|
137
|
+
});
|
|
138
|
+
export const neonGetAuth = tool({
|
|
139
|
+
description: "Retrieves authentication information about the current API request credentials. Use this action to verify which account and authentication method are being used for API calls, which is helpful for debugging authentication issues or confirming the identity of the calling user or API key.",
|
|
140
|
+
inputSchema: z.object({
|
|
141
|
+
neonApiKey: tokenField,
|
|
142
|
+
}),
|
|
143
|
+
execute: async ({ neonApiKey }) => {
|
|
144
|
+
const queryParams = undefined;
|
|
145
|
+
return neon(neonApiKey, { path: `/auth`, method: 'GET', query: queryParams });
|
|
146
|
+
},
|
|
147
|
+
});
|
|
148
|
+
export const neonGetAuthAllowLocalhost = tool({
|
|
149
|
+
description: "Retrieves the allow localhost configuration for a specific branch in a Neon project. Use when you need to check if localhost connections are permitted for a branch's authentication settings.",
|
|
150
|
+
inputSchema: z.object({
|
|
151
|
+
neonApiKey: tokenField,
|
|
152
|
+
branchId: z.string().describe("The Neon branch ID"),
|
|
153
|
+
projectId: z.string().describe("The Neon project ID"),
|
|
154
|
+
}),
|
|
155
|
+
execute: async ({ neonApiKey, branchId, projectId }) => {
|
|
156
|
+
const queryParams = undefined;
|
|
157
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/allow_localhost`, method: 'GET', query: queryParams });
|
|
158
|
+
},
|
|
159
|
+
});
|
|
160
|
+
export const neonGetAuthEmailProvider = tool({
|
|
161
|
+
description: "Retrieves the email provider configuration for Neon Auth on a specific branch. Returns SMTP configuration details if a custom provider is configured, or just sender information if using the default Neon email provider. Use this action to verify email settings before testing authentication flows or troubleshooting email delivery issues.",
|
|
162
|
+
inputSchema: z.object({
|
|
163
|
+
neonApiKey: tokenField,
|
|
164
|
+
branchId: z.string().describe("The unique identifier of the branch within the project (e.g., 'br-lucky-water-afkw1lov'). You can obtain this from the list branches endpoint."),
|
|
165
|
+
projectId: z.string().describe("The unique Neon project ID. This is a string identifier in the format 'adjective-noun-number' (e.g., 'dry-smoke-26258271'). You can obtain project IDs by listing projects using the retrieve_projects_list action."),
|
|
166
|
+
}),
|
|
167
|
+
execute: async ({ neonApiKey, branchId, projectId }) => {
|
|
168
|
+
const queryParams = undefined;
|
|
169
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/email_provider`, method: 'GET', query: queryParams });
|
|
170
|
+
},
|
|
171
|
+
});
|
|
172
|
+
export const neonListAuthDomains = tool({
|
|
173
|
+
description: "Lists the domains in the redirect_uri whitelist for the specified project and branch. Use when you need to retrieve or verify the allowed domains for authentication redirects.",
|
|
174
|
+
inputSchema: z.object({
|
|
175
|
+
neonApiKey: tokenField,
|
|
176
|
+
branchId: z.string().describe("The Neon branch ID"),
|
|
177
|
+
projectId: z.string().describe("The Neon project ID. This is a string identifier in the format 'adjective-noun-number' (e.g., 'proud-meadow-87189985')."),
|
|
178
|
+
}),
|
|
179
|
+
execute: async ({ neonApiKey, branchId, projectId }) => {
|
|
180
|
+
const queryParams = undefined;
|
|
181
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/domains`, method: 'GET', query: queryParams });
|
|
182
|
+
},
|
|
183
|
+
});
|
|
184
|
+
export const neonListAuthOauthProviders = tool({
|
|
185
|
+
description: "Lists the OAuth providers for the specified project. DEPRECATED: Use /projects/{project_id}/branches/{branch_id}/auth/oauth_providers instead. This endpoint returns OAuth provider configurations including client IDs and types for the Neon Auth integration.",
|
|
186
|
+
inputSchema: z.object({
|
|
187
|
+
neonApiKey: tokenField,
|
|
188
|
+
projectId: z.string().describe("The Neon project ID"),
|
|
189
|
+
}),
|
|
190
|
+
execute: async ({ neonApiKey, projectId }) => {
|
|
191
|
+
const queryParams = undefined;
|
|
192
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/auth/oauth_providers`, method: 'GET', query: queryParams });
|
|
193
|
+
},
|
|
194
|
+
});
|
|
195
|
+
export const neonListAuthOauthProviders2 = tool({
|
|
196
|
+
description: "Retrieves the OAuth providers configured for Neon Auth on a specific branch. Use this when you need to view the available OAuth authentication providers for a given project and branch combination. This is useful for managing authentication options and verifying which OAuth providers are enabled.",
|
|
197
|
+
inputSchema: z.object({
|
|
198
|
+
neonApiKey: tokenField,
|
|
199
|
+
branchId: z.string().describe("The Neon branch ID"),
|
|
200
|
+
projectId: z.string().describe("The Neon project ID"),
|
|
201
|
+
}),
|
|
202
|
+
execute: async ({ neonApiKey, branchId, projectId }) => {
|
|
203
|
+
const queryParams = undefined;
|
|
204
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/oauth_providers`, method: 'GET', query: queryParams });
|
|
205
|
+
},
|
|
206
|
+
});
|
|
207
|
+
export const neonSendAuthTestEmail = tool({
|
|
208
|
+
description: "Tool to send a test email using specified SMTP configuration for Neon Auth. Use when validating SMTP settings or testing email delivery for Neon Auth integration on a specific branch.",
|
|
209
|
+
inputSchema: z.object({
|
|
210
|
+
neonApiKey: tokenField,
|
|
211
|
+
host: z.string().describe("SMTP server hostname (e.g., 'smtp.gmail.com', 'smtp.sendgrid.net')."),
|
|
212
|
+
port: z.number().int().describe("SMTP server port number. Common ports: 587 (TLS), 465 (SSL), 25 (unencrypted)."),
|
|
213
|
+
password: z.string().describe("SMTP authentication password or app-specific password."),
|
|
214
|
+
username: z.string().describe("SMTP authentication username, typically an email address."),
|
|
215
|
+
branchId: z.string().describe("The Neon branch ID (e.g., 'br-lucky-water-afkw1lov'). Obtain via NEON_GET_BRANCHES_FOR_PROJECT action."),
|
|
216
|
+
projectId: z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271'). Obtain via NEON_RETRIEVE_PROJECTS_LIST action."),
|
|
217
|
+
senderName: z.string().describe("Display name that will appear as the sender of the test email."),
|
|
218
|
+
senderEmail: z.string().describe("Email address that will appear as the sender of the test email."),
|
|
219
|
+
recipientEmail: z.string().describe("Email address where the test email will be sent."),
|
|
220
|
+
}),
|
|
221
|
+
execute: async ({ neonApiKey, host, port, password, username, branchId, projectId, senderName, senderEmail, recipientEmail }) => {
|
|
222
|
+
const body = { recipient_email: recipientEmail };
|
|
223
|
+
if (host)
|
|
224
|
+
body.email_provider = { type: 'standard', host, port, username, password, sender_email: senderEmail, sender_name: senderName };
|
|
225
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/send_test_email`, method: 'POST', body });
|
|
226
|
+
},
|
|
227
|
+
});
|
|
228
|
+
export const neonUpdateAuthAllowLocalhost = tool({
|
|
229
|
+
description: "Updates the allow localhost configuration for a specific branch in a Neon project. This endpoint controls whether connections from localhost are permitted to the branch. Use this when you need to enable or disable localhost access for development or testing purposes.",
|
|
230
|
+
inputSchema: z.object({
|
|
231
|
+
neonApiKey: tokenField,
|
|
232
|
+
branchId: z.string().describe("The Neon branch ID (e.g., 'br-lucky-water-afkw1lov'). Can be obtained from the list branches API or Neon console."),
|
|
233
|
+
projectId: z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271'). Can be found in the Neon console URL or via the list projects API."),
|
|
234
|
+
allowLocalhost: z.boolean().describe("Whether to allow localhost connections to this branch. Set to true to enable localhost access, false to disable."),
|
|
235
|
+
}),
|
|
236
|
+
execute: async ({ neonApiKey, branchId, projectId, allowLocalhost }) => {
|
|
237
|
+
const queryParams = undefined;
|
|
238
|
+
const body = {};
|
|
239
|
+
if (allowLocalhost !== undefined)
|
|
240
|
+
setNested(body, 'allow_localhost', allowLocalhost);
|
|
241
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/allow_localhost`, method: 'PATCH', query: queryParams, body });
|
|
242
|
+
},
|
|
243
|
+
});
|
|
244
|
+
export const neonUpdateAuthEmailProvider = tool({
|
|
245
|
+
description: "Updates the email provider configuration for a specific branch's authentication system. Currently, the Neon API only supports the 'shared' email provider type. To use this action, provide only sender_email and sender_name (leave host, port, username, and password empty). The shared provider uses Neon's managed email infrastructure. Note: Custom SMTP configuration (host, port, username, password) is not yet supported by the API. Attempting to configure a custom SMTP server will result in an error. Prerequisites: Neon Auth must be enabled for the branch before updating the email provider.",
|
|
246
|
+
inputSchema: z.object({
|
|
247
|
+
neonApiKey: tokenField,
|
|
248
|
+
host: z.string().optional().describe("SMTP server hostname for custom email provider. Required if using a custom SMTP server instead of the shared provider (e.g., 'smtp.gmail.com', 'smtp.sendgrid.net'). Leave empty to use the shared Neon email provider."),
|
|
249
|
+
port: z.number().int().optional().describe("SMTP server port. Required if using a custom SMTP server. Common ports: 587 (TLS), 465 (SSL), 25 (unencrypted). Leave empty to use the shared Neon email provider."),
|
|
250
|
+
password: z.string().optional().describe("SMTP authentication password. Required if using a custom SMTP server. Leave empty to use the shared Neon email provider."),
|
|
251
|
+
username: z.string().optional().describe("SMTP authentication username. Required if using a custom SMTP server. Leave empty to use the shared Neon email provider."),
|
|
252
|
+
branchId: z.string().describe("The Neon branch ID for which to update the email provider configuration. Format: 'br-name-id' (e.g., 'br-lucky-water-afkw1lov')."),
|
|
253
|
+
projectId: z.string().describe("The Neon project ID. You can find this on the Settings page in the Neon Console or by listing projects. Format: 'adjective-noun-12345678' (e.g., 'dry-smoke-26258271')."),
|
|
254
|
+
senderName: z.string().describe("The sender name to display in authentication emails. This appears as the 'From' name in email clients (e.g., 'Composio Support')."),
|
|
255
|
+
senderEmail: z.string().describe("The sender email address to use for authentication emails sent from this branch. Must be a valid email format (e.g., 'noreply@example.com')."),
|
|
256
|
+
}),
|
|
257
|
+
execute: async ({ neonApiKey, host, port, password, username, branchId, projectId, senderName, senderEmail }) => {
|
|
258
|
+
const emailProvider = host
|
|
259
|
+
? { type: 'standard', host, port, username, password, sender_email: senderEmail, sender_name: senderName }
|
|
260
|
+
: { type: 'shared', sender_email: senderEmail, sender_name: senderName };
|
|
261
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/branches/${encodeURIComponent(branchId)}/auth/email_provider`, method: 'PATCH', body: emailProvider });
|
|
262
|
+
},
|
|
263
|
+
});
|
|
264
|
+
export const neonUpdateAuthOauthProviders = tool({
|
|
265
|
+
description: "Updates OAuth provider credentials for a Neon project's authentication configuration. DEPRECATED: Use '/projects/{project_id}/branches/{branch_id}/auth/oauth_providers/{oauth_provider_id}' instead. This endpoint allows updating client ID and client secret for OAuth providers (Google, GitHub, Microsoft, or Vercel).",
|
|
266
|
+
inputSchema: z.object({
|
|
267
|
+
neonApiKey: tokenField,
|
|
268
|
+
clientId: z.string().optional().describe("The OAuth application client ID. Required when updating provider credentials."),
|
|
269
|
+
projectId: z.string().describe("The Neon project ID (e.g., 'dry-smoke-26258271')"),
|
|
270
|
+
clientSecret: z.string().optional().describe("The OAuth application client secret. Required when updating provider credentials."),
|
|
271
|
+
oauthProviderId: z.enum(["google", "github", "microsoft", "vercel"]).describe("The OAuth provider ID to update (google, github, microsoft, or vercel)"),
|
|
272
|
+
microsoftTenantId: z.string().optional().describe("The Microsoft tenant ID. Only applicable when updating Microsoft OAuth provider."),
|
|
273
|
+
}),
|
|
274
|
+
execute: async ({ neonApiKey, clientId, projectId, clientSecret, oauthProviderId, microsoftTenantId }) => {
|
|
275
|
+
const queryParams = undefined;
|
|
276
|
+
const body = {};
|
|
277
|
+
if (clientId !== undefined)
|
|
278
|
+
setNested(body, 'client_id', clientId);
|
|
279
|
+
if (clientSecret !== undefined)
|
|
280
|
+
setNested(body, 'client_secret', clientSecret);
|
|
281
|
+
if (microsoftTenantId !== undefined)
|
|
282
|
+
setNested(body, 'microsoft_tenant_id', microsoftTenantId);
|
|
283
|
+
return neon(neonApiKey, { path: `/projects/${encodeURIComponent(projectId)}/auth/oauth_providers/${encodeURIComponent(oauthProviderId)}`, method: 'PATCH', query: queryParams, body });
|
|
284
|
+
},
|
|
285
|
+
});
|
|
286
|
+
//# sourceMappingURL=auth.js.map
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
export declare const neonAddRoleToBranch: import("ai").Tool<{
|
|
2
|
+
projectId: string;
|
|
3
|
+
branchId: string;
|
|
4
|
+
roleName: string;
|
|
5
|
+
neonApiKey?: string | undefined;
|
|
6
|
+
}, any>;
|
|
7
|
+
export declare const neonCountProjectBranches: import("ai").Tool<{
|
|
8
|
+
projectId: string;
|
|
9
|
+
search?: string | undefined;
|
|
10
|
+
neonApiKey?: string | undefined;
|
|
11
|
+
}, any>;
|
|
12
|
+
export declare const neonCreateBranchDatabase: import("ai").Tool<{
|
|
13
|
+
projectId: string;
|
|
14
|
+
branchId: string;
|
|
15
|
+
databaseName: string;
|
|
16
|
+
databaseOwnerName: string;
|
|
17
|
+
neonApiKey?: string | undefined;
|
|
18
|
+
}, any>;
|
|
19
|
+
export declare const neonCreateBranchesSnapshot: import("ai").Tool<{
|
|
20
|
+
projectId: string;
|
|
21
|
+
branchId: string;
|
|
22
|
+
name?: string | undefined;
|
|
23
|
+
timestamp?: string | undefined;
|
|
24
|
+
neonApiKey?: string | undefined;
|
|
25
|
+
lsn?: string | undefined;
|
|
26
|
+
expiresAt?: string | undefined;
|
|
27
|
+
}, any>;
|
|
28
|
+
export declare const neonCreateNewProjectBranch: import("ai").Tool<{
|
|
29
|
+
projectId: string;
|
|
30
|
+
neonApiKey?: string | undefined;
|
|
31
|
+
branchName?: string | undefined;
|
|
32
|
+
branchParentId?: string | undefined;
|
|
33
|
+
branchInitSource?: string | undefined;
|
|
34
|
+
}, any>;
|
|
35
|
+
export declare const neonCreateProjectBranchAnonymized: import("ai").Tool<{
|
|
36
|
+
projectId: string;
|
|
37
|
+
neonApiKey?: string | undefined;
|
|
38
|
+
branchCreate?: Record<string, any> | undefined;
|
|
39
|
+
maskingRules?: Record<string, any>[] | undefined;
|
|
40
|
+
annotationValue?: Record<string, any> | undefined;
|
|
41
|
+
startAnonymization?: boolean | undefined;
|
|
42
|
+
}, any>;
|
|
43
|
+
export declare const neonDeleteDatabaseFromBranch: import("ai").Tool<{
|
|
44
|
+
projectId: string;
|
|
45
|
+
branchId: string;
|
|
46
|
+
databaseName: string;
|
|
47
|
+
neonApiKey?: string | undefined;
|
|
48
|
+
}, any>;
|
|
49
|
+
export declare const neonDeleteProjectBranchById: import("ai").Tool<{
|
|
50
|
+
projectId: string;
|
|
51
|
+
branchId: string;
|
|
52
|
+
neonApiKey?: string | undefined;
|
|
53
|
+
}, any>;
|
|
54
|
+
export declare const neonDeleteProjectBranchRole: import("ai").Tool<{
|
|
55
|
+
projectId: string;
|
|
56
|
+
branchId: string;
|
|
57
|
+
roleName: string;
|
|
58
|
+
neonApiKey?: string | undefined;
|
|
59
|
+
}, any>;
|
|
60
|
+
export declare const neonFetchDatabaseForBranch: import("ai").Tool<{
|
|
61
|
+
projectId: string;
|
|
62
|
+
branchId: string;
|
|
63
|
+
neonApiKey?: string | undefined;
|
|
64
|
+
}, any>;
|
|
65
|
+
export declare const neonFinalizeBranchRestore: import("ai").Tool<{
|
|
66
|
+
projectId: string;
|
|
67
|
+
branchId: string;
|
|
68
|
+
name?: string | undefined;
|
|
69
|
+
neonApiKey?: string | undefined;
|
|
70
|
+
}, any>;
|
|
71
|
+
export declare const neonGetBranchesAnonymizedStatus: import("ai").Tool<{
|
|
72
|
+
projectId: string;
|
|
73
|
+
branchId: string;
|
|
74
|
+
neonApiKey?: string | undefined;
|
|
75
|
+
}, any>;
|
|
76
|
+
export declare const neonGetBranchesBackupSchedule: import("ai").Tool<{
|
|
77
|
+
projectId: string;
|
|
78
|
+
branchId: string;
|
|
79
|
+
neonApiKey?: string | undefined;
|
|
80
|
+
}, any>;
|
|
81
|
+
export declare const neonGetBranchesForProject: import("ai").Tool<{
|
|
82
|
+
projectId: string;
|
|
83
|
+
search?: string | undefined;
|
|
84
|
+
neonApiKey?: string | undefined;
|
|
85
|
+
}, any>;
|
|
86
|
+
export declare const neonGetBranchesMaskingRules: import("ai").Tool<{
|
|
87
|
+
projectId: string;
|
|
88
|
+
branchId: string;
|
|
89
|
+
neonApiKey?: string | undefined;
|
|
90
|
+
}, any>;
|
|
91
|
+
export declare const neonGetBranchRolesForProject: import("ai").Tool<{
|
|
92
|
+
projectId: string;
|
|
93
|
+
branchId: string;
|
|
94
|
+
neonApiKey?: string | undefined;
|
|
95
|
+
}, any>;
|
|
96
|
+
export declare const neonGetProjectBranches: import("ai").Tool<{
|
|
97
|
+
projectId: string;
|
|
98
|
+
branchId: string;
|
|
99
|
+
neonApiKey?: string | undefined;
|
|
100
|
+
}, any>;
|
|
101
|
+
export declare const neonGetProjectBranchRole: import("ai").Tool<{
|
|
102
|
+
projectId: string;
|
|
103
|
+
branchId: string;
|
|
104
|
+
roleName: string;
|
|
105
|
+
neonApiKey?: string | undefined;
|
|
106
|
+
}, any>;
|
|
107
|
+
export declare const neonGetProjectBranchSchemaComparison: import("ai").Tool<{
|
|
108
|
+
projectId: string;
|
|
109
|
+
branchId: string;
|
|
110
|
+
dbName: string;
|
|
111
|
+
timestamp?: string | undefined;
|
|
112
|
+
neonApiKey?: string | undefined;
|
|
113
|
+
lsn?: string | undefined;
|
|
114
|
+
baseLsn?: string | undefined;
|
|
115
|
+
baseBranchId?: string | undefined;
|
|
116
|
+
baseTimestamp?: string | undefined;
|
|
117
|
+
}, any>;
|
|
118
|
+
export declare const neonGetSchemaForProjectBranch: import("ai").Tool<{
|
|
119
|
+
projectId: string;
|
|
120
|
+
branchId: string;
|
|
121
|
+
dbName: string;
|
|
122
|
+
timestamp?: string | undefined;
|
|
123
|
+
neonApiKey?: string | undefined;
|
|
124
|
+
lsn?: string | undefined;
|
|
125
|
+
}, any>;
|
|
126
|
+
export declare const neonModifyBranchDetailsInProject: import("ai").Tool<{
|
|
127
|
+
projectId: string;
|
|
128
|
+
branchId: string;
|
|
129
|
+
neonApiKey?: string | undefined;
|
|
130
|
+
branchName?: string | undefined;
|
|
131
|
+
branchProtected?: boolean | undefined;
|
|
132
|
+
}, any>;
|
|
133
|
+
export declare const neonPatchBranchDatabaseInformation: import("ai").Tool<{
|
|
134
|
+
projectId: string;
|
|
135
|
+
branchId: string;
|
|
136
|
+
databaseName: string;
|
|
137
|
+
neonApiKey?: string | undefined;
|
|
138
|
+
databaseOwnerName?: string | undefined;
|
|
139
|
+
newDatabaseName?: string | undefined;
|
|
140
|
+
}, any>;
|
|
141
|
+
export declare const neonResetRolePasswordForBranch: import("ai").Tool<{
|
|
142
|
+
projectId: string;
|
|
143
|
+
branchId: string;
|
|
144
|
+
roleName: string;
|
|
145
|
+
neonApiKey?: string | undefined;
|
|
146
|
+
}, any>;
|
|
147
|
+
export declare const neonRestoreProjectBranch: import("ai").Tool<{
|
|
148
|
+
projectId: string;
|
|
149
|
+
branchId: string;
|
|
150
|
+
sourceBranchId: string;
|
|
151
|
+
neonApiKey?: string | undefined;
|
|
152
|
+
sourceLsn?: string | undefined;
|
|
153
|
+
sourceTimestamp?: string | undefined;
|
|
154
|
+
preserveUnderName?: string | undefined;
|
|
155
|
+
}, any>;
|
|
156
|
+
export declare const neonRetrieveBranchDatabaseDetails: import("ai").Tool<{
|
|
157
|
+
projectId: string;
|
|
158
|
+
branchId: string;
|
|
159
|
+
databaseName: string;
|
|
160
|
+
neonApiKey?: string | undefined;
|
|
161
|
+
}, any>;
|
|
162
|
+
export declare const neonRetrieveBranchEndpoints: import("ai").Tool<{
|
|
163
|
+
projectId: string;
|
|
164
|
+
branchId: string;
|
|
165
|
+
neonApiKey?: string | undefined;
|
|
166
|
+
}, any>;
|
|
167
|
+
export declare const neonRevealRolePasswordInBranch: import("ai").Tool<{
|
|
168
|
+
projectId: string;
|
|
169
|
+
branchId: string;
|
|
170
|
+
roleName: string;
|
|
171
|
+
neonApiKey?: string | undefined;
|
|
172
|
+
}, any>;
|
|
173
|
+
export declare const neonSetBranchAsDefault: import("ai").Tool<{
|
|
174
|
+
projectId: string;
|
|
175
|
+
branchId: string;
|
|
176
|
+
neonApiKey?: string | undefined;
|
|
177
|
+
}, any>;
|
|
178
|
+
export declare const neonStartBranchAnonymization: import("ai").Tool<{
|
|
179
|
+
projectId: string;
|
|
180
|
+
branchId: string;
|
|
181
|
+
neonApiKey?: string | undefined;
|
|
182
|
+
}, any>;
|
|
183
|
+
export declare const neonUpdateBranchesMaskingRules: import("ai").Tool<{
|
|
184
|
+
projectId: string;
|
|
185
|
+
branchId: string;
|
|
186
|
+
maskingRules: Record<string, any>[];
|
|
187
|
+
neonApiKey?: string | undefined;
|
|
188
|
+
}, any>;
|
|
189
|
+
//# sourceMappingURL=branches.d.ts.map
|