@keystrokehq/productlane 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-changelog.cjs +33 -0
- package/dist/actions/create-changelog.cjs.map +1 -0
- package/dist/actions/create-changelog.d.cts +9 -0
- package/dist/actions/create-changelog.d.cts.map +1 -0
- package/dist/actions/create-changelog.d.mts +9 -0
- package/dist/actions/create-changelog.d.mts.map +1 -0
- package/dist/actions/create-changelog.mjs +30 -0
- package/dist/actions/create-changelog.mjs.map +1 -0
- package/dist/actions/create-company.cjs +52 -0
- package/dist/actions/create-company.cjs.map +1 -0
- package/dist/actions/create-company.d.cts +9 -0
- package/dist/actions/create-company.d.cts.map +1 -0
- package/dist/actions/create-company.d.mts +9 -0
- package/dist/actions/create-company.d.mts.map +1 -0
- package/dist/actions/create-company.mjs +49 -0
- package/dist/actions/create-company.mjs.map +1 -0
- package/dist/actions/create-contact.cjs +37 -0
- package/dist/actions/create-contact.cjs.map +1 -0
- package/dist/actions/create-contact.d.cts +9 -0
- package/dist/actions/create-contact.d.cts.map +1 -0
- package/dist/actions/create-contact.d.mts +9 -0
- package/dist/actions/create-contact.d.mts.map +1 -0
- package/dist/actions/create-contact.mjs +34 -0
- package/dist/actions/create-contact.mjs.map +1 -0
- package/dist/actions/create-feedback.cjs +53 -0
- package/dist/actions/create-feedback.cjs.map +1 -0
- package/dist/actions/create-feedback.d.cts +9 -0
- package/dist/actions/create-feedback.d.cts.map +1 -0
- package/dist/actions/create-feedback.d.mts +9 -0
- package/dist/actions/create-feedback.d.mts.map +1 -0
- package/dist/actions/create-feedback.mjs +50 -0
- package/dist/actions/create-feedback.mjs.map +1 -0
- package/dist/actions/create-insight.cjs +188 -0
- package/dist/actions/create-insight.cjs.map +1 -0
- package/dist/actions/create-insight.d.cts +9 -0
- package/dist/actions/create-insight.d.cts.map +1 -0
- package/dist/actions/create-insight.d.mts +9 -0
- package/dist/actions/create-insight.d.mts.map +1 -0
- package/dist/actions/create-insight.mjs +187 -0
- package/dist/actions/create-insight.mjs.map +1 -0
- package/dist/actions/create-thread.cjs +29 -0
- package/dist/actions/create-thread.cjs.map +1 -0
- package/dist/actions/create-thread.d.cts +9 -0
- package/dist/actions/create-thread.d.cts.map +1 -0
- package/dist/actions/create-thread.d.mts +9 -0
- package/dist/actions/create-thread.d.mts.map +1 -0
- package/dist/actions/create-thread.mjs +26 -0
- package/dist/actions/create-thread.mjs.map +1 -0
- package/dist/actions/create-upvote.cjs +28 -0
- package/dist/actions/create-upvote.cjs.map +1 -0
- package/dist/actions/create-upvote.d.cts +9 -0
- package/dist/actions/create-upvote.d.cts.map +1 -0
- package/dist/actions/create-upvote.d.mts +9 -0
- package/dist/actions/create-upvote.d.mts.map +1 -0
- package/dist/actions/create-upvote.mjs +25 -0
- package/dist/actions/create-upvote.mjs.map +1 -0
- package/dist/actions/delete-company.cjs +16 -0
- package/dist/actions/delete-company.cjs.map +1 -0
- package/dist/actions/delete-company.d.cts +9 -0
- package/dist/actions/delete-company.d.cts.map +1 -0
- package/dist/actions/delete-company.d.mts +9 -0
- package/dist/actions/delete-company.d.mts.map +1 -0
- package/dist/actions/delete-company.mjs +13 -0
- package/dist/actions/delete-company.mjs.map +1 -0
- package/dist/actions/delete-contact.cjs +16 -0
- package/dist/actions/delete-contact.cjs.map +1 -0
- package/dist/actions/delete-contact.d.cts +9 -0
- package/dist/actions/delete-contact.d.cts.map +1 -0
- package/dist/actions/delete-contact.d.mts +9 -0
- package/dist/actions/delete-contact.d.mts.map +1 -0
- package/dist/actions/delete-contact.mjs +13 -0
- package/dist/actions/delete-contact.mjs.map +1 -0
- package/dist/actions/delete-upvote.cjs +25 -0
- package/dist/actions/delete-upvote.cjs.map +1 -0
- package/dist/actions/delete-upvote.d.cts +9 -0
- package/dist/actions/delete-upvote.d.cts.map +1 -0
- package/dist/actions/delete-upvote.d.mts +9 -0
- package/dist/actions/delete-upvote.d.mts.map +1 -0
- package/dist/actions/delete-upvote.mjs +22 -0
- package/dist/actions/delete-upvote.mjs.map +1 -0
- package/dist/actions/enable-widget.cjs +19 -0
- package/dist/actions/enable-widget.cjs.map +1 -0
- package/dist/actions/enable-widget.d.cts +9 -0
- package/dist/actions/enable-widget.d.cts.map +1 -0
- package/dist/actions/enable-widget.d.mts +9 -0
- package/dist/actions/enable-widget.d.mts.map +1 -0
- package/dist/actions/enable-widget.mjs +16 -0
- package/dist/actions/enable-widget.mjs.map +1 -0
- package/dist/actions/get-changelog.cjs +38 -0
- package/dist/actions/get-changelog.cjs.map +1 -0
- package/dist/actions/get-changelog.d.cts +9 -0
- package/dist/actions/get-changelog.d.cts.map +1 -0
- package/dist/actions/get-changelog.d.mts +9 -0
- package/dist/actions/get-changelog.d.mts.map +1 -0
- package/dist/actions/get-changelog.mjs +35 -0
- package/dist/actions/get-changelog.mjs.map +1 -0
- package/dist/actions/get-company.cjs +44 -0
- package/dist/actions/get-company.cjs.map +1 -0
- package/dist/actions/get-company.d.cts +9 -0
- package/dist/actions/get-company.d.cts.map +1 -0
- package/dist/actions/get-company.d.mts +9 -0
- package/dist/actions/get-company.d.mts.map +1 -0
- package/dist/actions/get-company.mjs +43 -0
- package/dist/actions/get-company.mjs.map +1 -0
- package/dist/actions/get-contact.cjs +31 -0
- package/dist/actions/get-contact.cjs.map +1 -0
- package/dist/actions/get-contact.d.cts +9 -0
- package/dist/actions/get-contact.d.cts.map +1 -0
- package/dist/actions/get-contact.d.mts +9 -0
- package/dist/actions/get-contact.d.mts.map +1 -0
- package/dist/actions/get-contact.mjs +28 -0
- package/dist/actions/get-contact.mjs.map +1 -0
- package/dist/actions/get-help-center-article.cjs +33 -0
- package/dist/actions/get-help-center-article.cjs.map +1 -0
- package/dist/actions/get-help-center-article.d.cts +9 -0
- package/dist/actions/get-help-center-article.d.cts.map +1 -0
- package/dist/actions/get-help-center-article.d.mts +9 -0
- package/dist/actions/get-help-center-article.d.mts.map +1 -0
- package/dist/actions/get-help-center-article.mjs +30 -0
- package/dist/actions/get-help-center-article.mjs.map +1 -0
- package/dist/actions/get-insight.cjs +167 -0
- package/dist/actions/get-insight.cjs.map +1 -0
- package/dist/actions/get-insight.d.cts +9 -0
- package/dist/actions/get-insight.d.cts.map +1 -0
- package/dist/actions/get-insight.d.mts +9 -0
- package/dist/actions/get-insight.d.mts.map +1 -0
- package/dist/actions/get-insight.mjs +166 -0
- package/dist/actions/get-insight.mjs.map +1 -0
- package/dist/actions/get-issue.cjs +43 -0
- package/dist/actions/get-issue.cjs.map +1 -0
- package/dist/actions/get-issue.d.cts +9 -0
- package/dist/actions/get-issue.d.cts.map +1 -0
- package/dist/actions/get-issue.d.mts +9 -0
- package/dist/actions/get-issue.d.mts.map +1 -0
- package/dist/actions/get-issue.mjs +40 -0
- package/dist/actions/get-issue.mjs.map +1 -0
- package/dist/actions/get-linear-options.cjs +28 -0
- package/dist/actions/get-linear-options.cjs.map +1 -0
- package/dist/actions/get-linear-options.d.cts +9 -0
- package/dist/actions/get-linear-options.d.cts.map +1 -0
- package/dist/actions/get-linear-options.d.mts +9 -0
- package/dist/actions/get-linear-options.d.mts.map +1 -0
- package/dist/actions/get-linear-options.mjs +27 -0
- package/dist/actions/get-linear-options.mjs.map +1 -0
- package/dist/actions/get-project.cjs +34 -0
- package/dist/actions/get-project.cjs.map +1 -0
- package/dist/actions/get-project.d.cts +9 -0
- package/dist/actions/get-project.d.cts.map +1 -0
- package/dist/actions/get-project.d.mts +9 -0
- package/dist/actions/get-project.d.mts.map +1 -0
- package/dist/actions/get-project.mjs +31 -0
- package/dist/actions/get-project.mjs.map +1 -0
- package/dist/actions/get-workspace.cjs +53 -0
- package/dist/actions/get-workspace.cjs.map +1 -0
- package/dist/actions/get-workspace.d.cts +9 -0
- package/dist/actions/get-workspace.d.cts.map +1 -0
- package/dist/actions/get-workspace.d.mts +9 -0
- package/dist/actions/get-workspace.d.mts.map +1 -0
- package/dist/actions/get-workspace.mjs +52 -0
- package/dist/actions/get-workspace.mjs.map +1 -0
- package/dist/actions/index.cjs +79 -0
- package/dist/actions/index.d.cts +40 -0
- package/dist/actions/index.d.mts +40 -0
- package/dist/actions/index.mjs +40 -0
- package/dist/actions/invite-user.cjs +24 -0
- package/dist/actions/invite-user.cjs.map +1 -0
- package/dist/actions/invite-user.d.cts +9 -0
- package/dist/actions/invite-user.d.cts.map +1 -0
- package/dist/actions/invite-user.d.mts +9 -0
- package/dist/actions/invite-user.d.mts.map +1 -0
- package/dist/actions/invite-user.mjs +21 -0
- package/dist/actions/invite-user.mjs.map +1 -0
- package/dist/actions/list-changelogs.cjs +34 -0
- package/dist/actions/list-changelogs.cjs.map +1 -0
- package/dist/actions/list-changelogs.d.cts +9 -0
- package/dist/actions/list-changelogs.d.cts.map +1 -0
- package/dist/actions/list-changelogs.d.mts +9 -0
- package/dist/actions/list-changelogs.d.mts.map +1 -0
- package/dist/actions/list-changelogs.mjs +33 -0
- package/dist/actions/list-changelogs.mjs.map +1 -0
- package/dist/actions/list-companies.cjs +61 -0
- package/dist/actions/list-companies.cjs.map +1 -0
- package/dist/actions/list-companies.d.cts +9 -0
- package/dist/actions/list-companies.d.cts.map +1 -0
- package/dist/actions/list-companies.d.mts +9 -0
- package/dist/actions/list-companies.d.mts.map +1 -0
- package/dist/actions/list-companies.mjs +60 -0
- package/dist/actions/list-companies.mjs.map +1 -0
- package/dist/actions/list-contacts.cjs +46 -0
- package/dist/actions/list-contacts.cjs.map +1 -0
- package/dist/actions/list-contacts.d.cts +9 -0
- package/dist/actions/list-contacts.d.cts.map +1 -0
- package/dist/actions/list-contacts.d.mts +9 -0
- package/dist/actions/list-contacts.d.mts.map +1 -0
- package/dist/actions/list-contacts.mjs +45 -0
- package/dist/actions/list-contacts.mjs.map +1 -0
- package/dist/actions/list-help-center-articles.cjs +33 -0
- package/dist/actions/list-help-center-articles.cjs.map +1 -0
- package/dist/actions/list-help-center-articles.d.cts +9 -0
- package/dist/actions/list-help-center-articles.d.cts.map +1 -0
- package/dist/actions/list-help-center-articles.d.mts +9 -0
- package/dist/actions/list-help-center-articles.d.mts.map +1 -0
- package/dist/actions/list-help-center-articles.mjs +32 -0
- package/dist/actions/list-help-center-articles.mjs.map +1 -0
- package/dist/actions/list-insights.cjs +90 -0
- package/dist/actions/list-insights.cjs.map +1 -0
- package/dist/actions/list-insights.d.cts +9 -0
- package/dist/actions/list-insights.d.cts.map +1 -0
- package/dist/actions/list-insights.d.mts +9 -0
- package/dist/actions/list-insights.d.mts.map +1 -0
- package/dist/actions/list-insights.mjs +89 -0
- package/dist/actions/list-insights.mjs.map +1 -0
- package/dist/actions/list-issues.cjs +43 -0
- package/dist/actions/list-issues.cjs.map +1 -0
- package/dist/actions/list-issues.d.cts +9 -0
- package/dist/actions/list-issues.d.cts.map +1 -0
- package/dist/actions/list-issues.d.mts +9 -0
- package/dist/actions/list-issues.d.mts.map +1 -0
- package/dist/actions/list-issues.mjs +42 -0
- package/dist/actions/list-issues.mjs.map +1 -0
- package/dist/actions/list-members.cjs +31 -0
- package/dist/actions/list-members.cjs.map +1 -0
- package/dist/actions/list-members.d.cts +9 -0
- package/dist/actions/list-members.d.cts.map +1 -0
- package/dist/actions/list-members.d.mts +9 -0
- package/dist/actions/list-members.d.mts.map +1 -0
- package/dist/actions/list-members.mjs +30 -0
- package/dist/actions/list-members.mjs.map +1 -0
- package/dist/actions/list-projects.cjs +34 -0
- package/dist/actions/list-projects.cjs.map +1 -0
- package/dist/actions/list-projects.d.cts +9 -0
- package/dist/actions/list-projects.d.cts.map +1 -0
- package/dist/actions/list-projects.d.mts +9 -0
- package/dist/actions/list-projects.d.mts.map +1 -0
- package/dist/actions/list-projects.mjs +33 -0
- package/dist/actions/list-projects.mjs.map +1 -0
- package/dist/actions/update-company.cjs +53 -0
- package/dist/actions/update-company.cjs.map +1 -0
- package/dist/actions/update-company.d.cts +9 -0
- package/dist/actions/update-company.d.cts.map +1 -0
- package/dist/actions/update-company.d.mts +9 -0
- package/dist/actions/update-company.d.mts.map +1 -0
- package/dist/actions/update-company.mjs +50 -0
- package/dist/actions/update-company.mjs.map +1 -0
- package/dist/actions/update-contact.cjs +38 -0
- package/dist/actions/update-contact.cjs.map +1 -0
- package/dist/actions/update-contact.d.cts +9 -0
- package/dist/actions/update-contact.d.cts.map +1 -0
- package/dist/actions/update-contact.d.mts +9 -0
- package/dist/actions/update-contact.d.mts.map +1 -0
- package/dist/actions/update-contact.mjs +35 -0
- package/dist/actions/update-contact.mjs.map +1 -0
- package/dist/actions/update-insight.cjs +116 -0
- package/dist/actions/update-insight.cjs.map +1 -0
- package/dist/actions/update-insight.d.cts +9 -0
- package/dist/actions/update-insight.d.cts.map +1 -0
- package/dist/actions/update-insight.d.mts +9 -0
- package/dist/actions/update-insight.d.mts.map +1 -0
- package/dist/actions/update-insight.mjs +115 -0
- package/dist/actions/update-insight.mjs.map +1 -0
- package/dist/actions/widget-close.cjs +16 -0
- package/dist/actions/widget-close.cjs.map +1 -0
- package/dist/actions/widget-close.d.cts +9 -0
- package/dist/actions/widget-close.d.cts.map +1 -0
- package/dist/actions/widget-close.d.mts +9 -0
- package/dist/actions/widget-close.d.mts.map +1 -0
- package/dist/actions/widget-close.mjs +13 -0
- package/dist/actions/widget-close.mjs.map +1 -0
- package/dist/actions/widget-disable.cjs +19 -0
- package/dist/actions/widget-disable.cjs.map +1 -0
- package/dist/actions/widget-disable.d.cts +9 -0
- package/dist/actions/widget-disable.d.cts.map +1 -0
- package/dist/actions/widget-disable.d.mts +9 -0
- package/dist/actions/widget-disable.d.mts.map +1 -0
- package/dist/actions/widget-disable.mjs +16 -0
- package/dist/actions/widget-disable.mjs.map +1 -0
- package/dist/actions/widget-off-event.cjs +26 -0
- package/dist/actions/widget-off-event.cjs.map +1 -0
- package/dist/actions/widget-off-event.d.cts +9 -0
- package/dist/actions/widget-off-event.d.cts.map +1 -0
- package/dist/actions/widget-off-event.d.mts +9 -0
- package/dist/actions/widget-off-event.d.mts.map +1 -0
- package/dist/actions/widget-off-event.mjs +23 -0
- package/dist/actions/widget-off-event.mjs.map +1 -0
- package/dist/actions/widget-on-event.cjs +24 -0
- package/dist/actions/widget-on-event.cjs.map +1 -0
- package/dist/actions/widget-on-event.d.cts +9 -0
- package/dist/actions/widget-on-event.d.cts.map +1 -0
- package/dist/actions/widget-on-event.d.mts +9 -0
- package/dist/actions/widget-on-event.d.mts.map +1 -0
- package/dist/actions/widget-on-event.mjs +21 -0
- package/dist/actions/widget-on-event.mjs.map +1 -0
- package/dist/actions/widget-open-docs.cjs +19 -0
- package/dist/actions/widget-open-docs.cjs.map +1 -0
- package/dist/actions/widget-open-docs.d.cts +9 -0
- package/dist/actions/widget-open-docs.d.cts.map +1 -0
- package/dist/actions/widget-open-docs.d.mts +9 -0
- package/dist/actions/widget-open-docs.d.mts.map +1 -0
- package/dist/actions/widget-open-docs.mjs +16 -0
- package/dist/actions/widget-open-docs.mjs.map +1 -0
- package/dist/actions/widget-open.cjs +21 -0
- package/dist/actions/widget-open.cjs.map +1 -0
- package/dist/actions/widget-open.d.cts +9 -0
- package/dist/actions/widget-open.d.cts.map +1 -0
- package/dist/actions/widget-open.d.mts +9 -0
- package/dist/actions/widget-open.d.mts.map +1 -0
- package/dist/actions/widget-open.mjs +18 -0
- package/dist/actions/widget-open.mjs.map +1 -0
- package/dist/actions/widget-toggle.cjs +16 -0
- package/dist/actions/widget-toggle.cjs.map +1 -0
- package/dist/actions/widget-toggle.d.cts +9 -0
- package/dist/actions/widget-toggle.d.cts.map +1 -0
- package/dist/actions/widget-toggle.d.mts +9 -0
- package/dist/actions/widget-toggle.d.mts.map +1 -0
- package/dist/actions/widget-toggle.mjs +13 -0
- package/dist/actions/widget-toggle.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +84 -0
- package/dist/index.d.cts +42 -0
- package/dist/index.d.mts +42 -0
- package/dist/index.mjs +43 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-changelog.mjs","names":[],"sources":["../../src/actions/get-changelog.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetChangelogInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"The language code for the changelog content. If not specified, defaults to the workspace's default language.\").optional(),\n changelog_id: z.string().describe(\"The unique identifier of the changelog to retrieve.\"),\n workspace_id: z.string().describe(\"The unique identifier of the workspace containing the changelog.\"),\n}).describe(\"Request model for retrieving a published changelog by ID.\");\nexport const ProductlaneGetChangelogOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the changelog.\"),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date.\").nullable().optional(),\n notes: z.union([z.string(), z.record(z.string(), z.unknown()), z.array(z.unknown())]).nullable().optional(),\n title: z.string().describe(\"Title of the changelog.\"),\n version: z.number().describe(\"Version number of the changelog.\"),\n archived: z.boolean().describe(\"Indicates whether the changelog is archived.\"),\n imageUrl: z.string().describe(\"URL of the changelog's featured image.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created.\"),\n isDeleted: z.boolean().describe(\"Indicates whether the changelog has been deleted.\"),\n projectId: z.string().describe(\"The ID of the project associated with the changelog.\").nullable().optional(),\n published: z.boolean().describe(\"Indicates whether the changelog is published.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated.\"),\n workspaceId: z.string().describe(\"The unique identifier of the workspace containing the changelog.\"),\n}).describe(\"Response model containing the published changelog details.\");\n\nexport const productlaneGetChangelog = action(\"PRODUCTLANE_GET_CHANGELOG\", {\n slug: \"productlane-get-changelog\",\n name: \"Get Changelog\",\n description: \"Tool to retrieve a published changelog by ID from Productlane. Use when you need to fetch details about a specific changelog entry. No authorization is required for published changelogs.\",\n input: ProductlaneGetChangelogInput,\n output: ProductlaneGetChangelogOutput,\n});\n"],"mappings":";;AAyBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAzBwD,EAAE,OAAO;EACjE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;EACvJ,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EACvF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CACtG,CAAC,CAAC,CAAC,SAAS,2DAqBH;CACP,QArByD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3F,OAAO,EAAE,MAAM;GAAC,EAAE,OAAO;GAAG,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC;GAAG,EAAE,MAAM,EAAE,QAAQ,CAAC;EAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC/D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C;EAC7E,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;EACnF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD;EACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;EAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;CACrG,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-company.ts
|
|
4
|
+
const ProductlaneGetCompanyInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the company to retrieve."),
|
|
6
|
+
groupUpvotes: zod.z.boolean().describe("Whether to group upvotes in the response. When true, upvotes are grouped by various criteria.").optional()
|
|
7
|
+
}).describe("Request model for getting a company by ID.");
|
|
8
|
+
const ProductlaneGetCompany_CompanyDataSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier (UUID) of the company."),
|
|
10
|
+
name: zod.z.string().describe("Name of the company."),
|
|
11
|
+
size: zod.z.number().describe("Size of the company (e.g., number of employees).").nullable().optional(),
|
|
12
|
+
slugId: zod.z.string().describe("Slug identifier for the company, used in URLs.").nullable().optional(),
|
|
13
|
+
tierId: zod.z.string().describe("Unique identifier of the company's tier.").nullable().optional(),
|
|
14
|
+
autoAdd: zod.z.boolean().describe("Whether users from the company's domains are automatically added.").nullable().optional(),
|
|
15
|
+
domains: zod.z.array(zod.z.string()).describe("List of domain names associated with the company."),
|
|
16
|
+
logoUrl: zod.z.string().describe("URL to the company's logo image.").nullable().optional(),
|
|
17
|
+
revenue: zod.z.number().describe("Revenue of the company.").nullable().optional(),
|
|
18
|
+
version: zod.z.number().describe("Version number of the company record."),
|
|
19
|
+
statusId: zod.z.string().describe("Unique identifier of the company's status.").nullable().optional(),
|
|
20
|
+
tierName: zod.z.string().describe("Name of the company's tier.").nullable().optional(),
|
|
21
|
+
createdAt: zod.z.string().describe("Timestamp when the company was created (ISO 8601 format)."),
|
|
22
|
+
hubspotId: zod.z.string().describe("HubSpot ID associated with this company, if any.").nullable().optional(),
|
|
23
|
+
isDeleted: zod.z.boolean().describe("Whether the company has been deleted."),
|
|
24
|
+
updatedAt: zod.z.string().describe("Timestamp when the company was last updated (ISO 8601 format)."),
|
|
25
|
+
intercomId: zod.z.string().describe("Intercom ID associated with this company, if any.").nullable().optional(),
|
|
26
|
+
statusName: zod.z.string().describe("Name of the company's status.").nullable().optional(),
|
|
27
|
+
externalIds: zod.z.array(zod.z.string()).describe("List of external identifiers associated with the company."),
|
|
28
|
+
statusColor: zod.z.string().describe("Color code associated with the company's status.").nullable().optional(),
|
|
29
|
+
workspaceId: zod.z.string().describe("Unique identifier (UUID) of the workspace this company belongs to."),
|
|
30
|
+
productboardId: zod.z.string().describe("Productboard ID associated with this company, if any.").nullable().optional(),
|
|
31
|
+
linearCustomerId: zod.z.string().describe("Linear customer ID associated with this company, if any.").nullable().optional()
|
|
32
|
+
}).describe("Detailed information about a company.");
|
|
33
|
+
const ProductlaneGetCompanyOutput = zod.z.object({ company: ProductlaneGetCompany_CompanyDataSchema.nullable() }).describe("Response model containing company details and related data.");
|
|
34
|
+
const productlaneGetCompany = require_action.action("PRODUCTLANE_GET_COMPANY", {
|
|
35
|
+
slug: "productlane-get-company",
|
|
36
|
+
name: "Get Company by ID",
|
|
37
|
+
description: "Tool to retrieve a company by its unique ID. Use when you need detailed information about a specific company including its metadata, integrations, and associated data.",
|
|
38
|
+
input: ProductlaneGetCompanyInput,
|
|
39
|
+
output: ProductlaneGetCompanyOutput
|
|
40
|
+
});
|
|
41
|
+
//#endregion
|
|
42
|
+
exports.productlaneGetCompany = productlaneGetCompany;
|
|
43
|
+
|
|
44
|
+
//# sourceMappingURL=get-company.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-company.cjs","names":["z","action"],"sources":["../../src/actions/get-company.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetCompanyInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the company to retrieve.\"),\n groupUpvotes: z.boolean().describe(\"Whether to group upvotes in the response. When true, upvotes are grouped by various criteria.\").optional(),\n}).describe(\"Request model for getting a company by ID.\");\nconst ProductlaneGetCompany_CompanyDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the company.\"),\n name: z.string().describe(\"Name of the company.\"),\n size: z.number().describe(\"Size of the company (e.g., number of employees).\").nullable().optional(),\n slugId: z.string().describe(\"Slug identifier for the company, used in URLs.\").nullable().optional(),\n tierId: z.string().describe(\"Unique identifier of the company's tier.\").nullable().optional(),\n autoAdd: z.boolean().describe(\"Whether users from the company's domains are automatically added.\").nullable().optional(),\n domains: z.array(z.string()).describe(\"List of domain names associated with the company.\"),\n logoUrl: z.string().describe(\"URL to the company's logo image.\").nullable().optional(),\n revenue: z.number().describe(\"Revenue of the company.\").nullable().optional(),\n version: z.number().describe(\"Version number of the company record.\"),\n statusId: z.string().describe(\"Unique identifier of the company's status.\").nullable().optional(),\n tierName: z.string().describe(\"Name of the company's tier.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the company was created (ISO 8601 format).\"),\n hubspotId: z.string().describe(\"HubSpot ID associated with this company, if any.\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Whether the company has been deleted.\"),\n updatedAt: z.string().describe(\"Timestamp when the company was last updated (ISO 8601 format).\"),\n intercomId: z.string().describe(\"Intercom ID associated with this company, if any.\").nullable().optional(),\n statusName: z.string().describe(\"Name of the company's status.\").nullable().optional(),\n externalIds: z.array(z.string()).describe(\"List of external identifiers associated with the company.\"),\n statusColor: z.string().describe(\"Color code associated with the company's status.\").nullable().optional(),\n workspaceId: z.string().describe(\"Unique identifier (UUID) of the workspace this company belongs to.\"),\n productboardId: z.string().describe(\"Productboard ID associated with this company, if any.\").nullable().optional(),\n linearCustomerId: z.string().describe(\"Linear customer ID associated with this company, if any.\").nullable().optional(),\n}).describe(\"Detailed information about a company.\");\nexport const ProductlaneGetCompanyOutput: z.ZodTypeAny = z.object({\n company: ProductlaneGetCompany_CompanyDataSchema.nullable(),\n}).describe(\"Response model containing company details and related data.\");\n\nexport const productlaneGetCompany = action(\"PRODUCTLANE_GET_COMPANY\", {\n slug: \"productlane-get-company\",\n name: \"Get Company by ID\",\n description: \"Tool to retrieve a company by its unique ID. Use when you need detailed information about a specific company including its metadata, integrations, and associated data.\",\n input: ProductlaneGetCompanyInput,\n output: ProductlaneGetCompanyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAClF,cAAcA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;AAC/I,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD;CACzF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACrG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,uCAAuC;AACnD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAAS,wCAAwC,SAAS,EAC5D,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-company.d.ts
|
|
4
|
+
declare const ProductlaneGetCompanyInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneGetCompanyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneGetCompany: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneGetCompany };
|
|
9
|
+
//# sourceMappingURL=get-company.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-company.d.cts","names":[],"sources":["../../src/actions/get-company.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGc;AAAA,cA0B5C,2BAAA,EAA6B,CAAA,CAAE,UAE8B;AAAA,cAE7D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-company.d.ts
|
|
4
|
+
declare const ProductlaneGetCompanyInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneGetCompanyOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneGetCompany: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneGetCompany };
|
|
9
|
+
//# sourceMappingURL=get-company.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-company.d.mts","names":[],"sources":["../../src/actions/get-company.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGc;AAAA,cA0B5C,2BAAA,EAA6B,CAAA,CAAE,UAE8B;AAAA,cAE7D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/get-company.ts
|
|
4
|
+
const ProductlaneGetCompanyInput = z.object({
|
|
5
|
+
id: z.string().describe("The unique identifier (UUID) of the company to retrieve."),
|
|
6
|
+
groupUpvotes: z.boolean().describe("Whether to group upvotes in the response. When true, upvotes are grouped by various criteria.").optional()
|
|
7
|
+
}).describe("Request model for getting a company by ID.");
|
|
8
|
+
const ProductlaneGetCompany_CompanyDataSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier (UUID) of the company."),
|
|
10
|
+
name: z.string().describe("Name of the company."),
|
|
11
|
+
size: z.number().describe("Size of the company (e.g., number of employees).").nullable().optional(),
|
|
12
|
+
slugId: z.string().describe("Slug identifier for the company, used in URLs.").nullable().optional(),
|
|
13
|
+
tierId: z.string().describe("Unique identifier of the company's tier.").nullable().optional(),
|
|
14
|
+
autoAdd: z.boolean().describe("Whether users from the company's domains are automatically added.").nullable().optional(),
|
|
15
|
+
domains: z.array(z.string()).describe("List of domain names associated with the company."),
|
|
16
|
+
logoUrl: z.string().describe("URL to the company's logo image.").nullable().optional(),
|
|
17
|
+
revenue: z.number().describe("Revenue of the company.").nullable().optional(),
|
|
18
|
+
version: z.number().describe("Version number of the company record."),
|
|
19
|
+
statusId: z.string().describe("Unique identifier of the company's status.").nullable().optional(),
|
|
20
|
+
tierName: z.string().describe("Name of the company's tier.").nullable().optional(),
|
|
21
|
+
createdAt: z.string().describe("Timestamp when the company was created (ISO 8601 format)."),
|
|
22
|
+
hubspotId: z.string().describe("HubSpot ID associated with this company, if any.").nullable().optional(),
|
|
23
|
+
isDeleted: z.boolean().describe("Whether the company has been deleted."),
|
|
24
|
+
updatedAt: z.string().describe("Timestamp when the company was last updated (ISO 8601 format)."),
|
|
25
|
+
intercomId: z.string().describe("Intercom ID associated with this company, if any.").nullable().optional(),
|
|
26
|
+
statusName: z.string().describe("Name of the company's status.").nullable().optional(),
|
|
27
|
+
externalIds: z.array(z.string()).describe("List of external identifiers associated with the company."),
|
|
28
|
+
statusColor: z.string().describe("Color code associated with the company's status.").nullable().optional(),
|
|
29
|
+
workspaceId: z.string().describe("Unique identifier (UUID) of the workspace this company belongs to."),
|
|
30
|
+
productboardId: z.string().describe("Productboard ID associated with this company, if any.").nullable().optional(),
|
|
31
|
+
linearCustomerId: z.string().describe("Linear customer ID associated with this company, if any.").nullable().optional()
|
|
32
|
+
}).describe("Detailed information about a company.");
|
|
33
|
+
const productlaneGetCompany = action("PRODUCTLANE_GET_COMPANY", {
|
|
34
|
+
slug: "productlane-get-company",
|
|
35
|
+
name: "Get Company by ID",
|
|
36
|
+
description: "Tool to retrieve a company by its unique ID. Use when you need detailed information about a specific company including its metadata, integrations, and associated data.",
|
|
37
|
+
input: ProductlaneGetCompanyInput,
|
|
38
|
+
output: z.object({ company: ProductlaneGetCompany_CompanyDataSchema.nullable() }).describe("Response model containing company details and related data.")
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
export { productlaneGetCompany };
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=get-company.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-company.mjs","names":[],"sources":["../../src/actions/get-company.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetCompanyInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the company to retrieve.\"),\n groupUpvotes: z.boolean().describe(\"Whether to group upvotes in the response. When true, upvotes are grouped by various criteria.\").optional(),\n}).describe(\"Request model for getting a company by ID.\");\nconst ProductlaneGetCompany_CompanyDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier (UUID) of the company.\"),\n name: z.string().describe(\"Name of the company.\"),\n size: z.number().describe(\"Size of the company (e.g., number of employees).\").nullable().optional(),\n slugId: z.string().describe(\"Slug identifier for the company, used in URLs.\").nullable().optional(),\n tierId: z.string().describe(\"Unique identifier of the company's tier.\").nullable().optional(),\n autoAdd: z.boolean().describe(\"Whether users from the company's domains are automatically added.\").nullable().optional(),\n domains: z.array(z.string()).describe(\"List of domain names associated with the company.\"),\n logoUrl: z.string().describe(\"URL to the company's logo image.\").nullable().optional(),\n revenue: z.number().describe(\"Revenue of the company.\").nullable().optional(),\n version: z.number().describe(\"Version number of the company record.\"),\n statusId: z.string().describe(\"Unique identifier of the company's status.\").nullable().optional(),\n tierName: z.string().describe(\"Name of the company's tier.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the company was created (ISO 8601 format).\"),\n hubspotId: z.string().describe(\"HubSpot ID associated with this company, if any.\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Whether the company has been deleted.\"),\n updatedAt: z.string().describe(\"Timestamp when the company was last updated (ISO 8601 format).\"),\n intercomId: z.string().describe(\"Intercom ID associated with this company, if any.\").nullable().optional(),\n statusName: z.string().describe(\"Name of the company's status.\").nullable().optional(),\n externalIds: z.array(z.string()).describe(\"List of external identifiers associated with the company.\"),\n statusColor: z.string().describe(\"Color code associated with the company's status.\").nullable().optional(),\n workspaceId: z.string().describe(\"Unique identifier (UUID) of the workspace this company belongs to.\"),\n productboardId: z.string().describe(\"Productboard ID associated with this company, if any.\").nullable().optional(),\n linearCustomerId: z.string().describe(\"Linear customer ID associated with this company, if any.\").nullable().optional(),\n}).describe(\"Detailed information about a company.\");\nexport const ProductlaneGetCompanyOutput: z.ZodTypeAny = z.object({\n company: ProductlaneGetCompany_CompanyDataSchema.nullable(),\n}).describe(\"Response model containing company details and related data.\");\n\nexport const productlaneGetCompany = action(\"PRODUCTLANE_GET_COMPANY\", {\n slug: \"productlane-get-company\",\n name: \"Get Company by ID\",\n description: \"Tool to retrieve a company by its unique ID. Use when you need detailed information about a specific company including its metadata, integrations, and associated data.\",\n input: ProductlaneGetCompanyInput,\n output: ProductlaneGetCompanyOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CAClF,cAAc,EAAE,QAAQ,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;AAC/I,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mDAAmD;CACzF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;CAC/F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2DAA2D;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACrG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAKnD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,SAAS,wCAAwC,SAAS,EAC5D,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-contact.ts
|
|
4
|
+
const ProductlaneGetContactInput = zod.z.object({ id: zod.z.string().describe("The unique identifier (UUID) or email address of the contact to retrieve. You can only get contacts that belong to your workspace.") });
|
|
5
|
+
const ProductlaneGetContactOutput = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("The unique identifier (UUID) of the contact."),
|
|
7
|
+
name: zod.z.string().describe("The name of the contact.").nullable().optional(),
|
|
8
|
+
email: zod.z.string().describe("The email address of the contact."),
|
|
9
|
+
version: zod.z.number().describe("The version number of the contact record."),
|
|
10
|
+
imageUrl: zod.z.string().describe("URL to the contact's profile image.").nullable().optional(),
|
|
11
|
+
companyId: zod.z.string().describe("The unique identifier of the company this contact belongs to.").nullable().optional(),
|
|
12
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the contact was created."),
|
|
13
|
+
hubspotId: zod.z.string().describe("HubSpot CRM identifier for this contact, if integrated.").nullable().optional(),
|
|
14
|
+
isDeleted: zod.z.boolean().describe("Whether the contact has been marked as deleted."),
|
|
15
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the contact was last updated."),
|
|
16
|
+
zendeskId: zod.z.string().describe("Zendesk identifier for this contact, if integrated.").nullable().optional(),
|
|
17
|
+
intercomId: zod.z.string().describe("Intercom identifier for this contact, if integrated.").nullable().optional(),
|
|
18
|
+
workspaceId: zod.z.string().describe("The unique identifier of the workspace this contact belongs to."),
|
|
19
|
+
productboardId: zod.z.string().describe("Productboard identifier for this contact, if integrated.").nullable().optional()
|
|
20
|
+
});
|
|
21
|
+
const productlaneGetContact = require_action.action("PRODUCTLANE_GET_CONTACT", {
|
|
22
|
+
slug: "productlane-get-contact",
|
|
23
|
+
name: "Get Contact",
|
|
24
|
+
description: "Tool to retrieve a contact by ID or email from Productlane. Use when you need to fetch details about a specific contact in your workspace. Authentication is required and you can only access contacts that belong to your workspace.",
|
|
25
|
+
input: ProductlaneGetContactInput,
|
|
26
|
+
output: ProductlaneGetContactOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.productlaneGetContact = productlaneGetContact;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=get-contact.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-contact.cjs","names":["z","action"],"sources":["../../src/actions/get-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetContactInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) or email address of the contact to retrieve. You can only get contacts that belong to your workspace.\"),\n});\nexport const ProductlaneGetContactOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the contact.\"),\n name: z.string().describe(\"The name of the contact.\").nullable().optional(),\n email: z.string().describe(\"The email address of the contact.\"),\n version: z.number().describe(\"The version number of the contact record.\"),\n imageUrl: z.string().describe(\"URL to the contact's profile image.\").nullable().optional(),\n companyId: z.string().describe(\"The unique identifier of the company this contact belongs to.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the contact was created.\"),\n hubspotId: z.string().describe(\"HubSpot CRM identifier for this contact, if integrated.\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Whether the contact has been marked as deleted.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the contact was last updated.\"),\n zendeskId: z.string().describe(\"Zendesk identifier for this contact, if integrated.\").nullable().optional(),\n intercomId: z.string().describe(\"Intercom identifier for this contact, if integrated.\").nullable().optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace this contact belongs to.\"),\n productboardId: z.string().describe(\"Productboard identifier for this contact, if integrated.\").nullable().optional(),\n});\n\nexport const productlaneGetContact = action(\"PRODUCTLANE_GET_CONTACT\", {\n slug: \"productlane-get-contact\",\n name: \"Get Contact\",\n description: \"Tool to retrieve a contact by ID or email from Productlane. Use when you need to fetch details about a specific contact in your workspace. Authentication is required and you can only access contacts that belong to your workspace.\",\n input: ProductlaneGetContactInput,\n output: ProductlaneGetContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,EAC9J,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACxE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD;CACjF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAClG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtH,CAAC;AAED,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-contact.d.ts
|
|
4
|
+
declare const ProductlaneGetContactInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneGetContactOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneGetContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneGetContact };
|
|
9
|
+
//# sourceMappingURL=get-contact.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-contact.d.cts","names":[],"sources":["../../src/actions/get-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAe1C;AAAA,cAEW,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-contact.d.ts
|
|
4
|
+
declare const ProductlaneGetContactInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneGetContactOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneGetContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneGetContact };
|
|
9
|
+
//# sourceMappingURL=get-contact.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-contact.d.mts","names":[],"sources":["../../src/actions/get-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAe1C;AAAA,cAEW,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const productlaneGetContact = action("PRODUCTLANE_GET_CONTACT", {
|
|
4
|
+
slug: "productlane-get-contact",
|
|
5
|
+
name: "Get Contact",
|
|
6
|
+
description: "Tool to retrieve a contact by ID or email from Productlane. Use when you need to fetch details about a specific contact in your workspace. Authentication is required and you can only access contacts that belong to your workspace.",
|
|
7
|
+
input: z.object({ id: z.string().describe("The unique identifier (UUID) or email address of the contact to retrieve. You can only get contacts that belong to your workspace.") }),
|
|
8
|
+
output: z.object({
|
|
9
|
+
id: z.string().describe("The unique identifier (UUID) of the contact."),
|
|
10
|
+
name: z.string().describe("The name of the contact.").nullable().optional(),
|
|
11
|
+
email: z.string().describe("The email address of the contact."),
|
|
12
|
+
version: z.number().describe("The version number of the contact record."),
|
|
13
|
+
imageUrl: z.string().describe("URL to the contact's profile image.").nullable().optional(),
|
|
14
|
+
companyId: z.string().describe("The unique identifier of the company this contact belongs to.").nullable().optional(),
|
|
15
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the contact was created."),
|
|
16
|
+
hubspotId: z.string().describe("HubSpot CRM identifier for this contact, if integrated.").nullable().optional(),
|
|
17
|
+
isDeleted: z.boolean().describe("Whether the contact has been marked as deleted."),
|
|
18
|
+
updatedAt: z.string().describe("ISO 8601 timestamp when the contact was last updated."),
|
|
19
|
+
zendeskId: z.string().describe("Zendesk identifier for this contact, if integrated.").nullable().optional(),
|
|
20
|
+
intercomId: z.string().describe("Intercom identifier for this contact, if integrated.").nullable().optional(),
|
|
21
|
+
workspaceId: z.string().describe("The unique identifier of the workspace this contact belongs to."),
|
|
22
|
+
productboardId: z.string().describe("Productboard identifier for this contact, if integrated.").nullable().optional()
|
|
23
|
+
})
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { productlaneGetContact };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=get-contact.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-contact.mjs","names":[],"sources":["../../src/actions/get-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetContactInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) or email address of the contact to retrieve. You can only get contacts that belong to your workspace.\"),\n});\nexport const ProductlaneGetContactOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the contact.\"),\n name: z.string().describe(\"The name of the contact.\").nullable().optional(),\n email: z.string().describe(\"The email address of the contact.\"),\n version: z.number().describe(\"The version number of the contact record.\"),\n imageUrl: z.string().describe(\"URL to the contact's profile image.\").nullable().optional(),\n companyId: z.string().describe(\"The unique identifier of the company this contact belongs to.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the contact was created.\"),\n hubspotId: z.string().describe(\"HubSpot CRM identifier for this contact, if integrated.\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Whether the contact has been marked as deleted.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the contact was last updated.\"),\n zendeskId: z.string().describe(\"Zendesk identifier for this contact, if integrated.\").nullable().optional(),\n intercomId: z.string().describe(\"Intercom identifier for this contact, if integrated.\").nullable().optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace this contact belongs to.\"),\n productboardId: z.string().describe(\"Productboard identifier for this contact, if integrated.\").nullable().optional(),\n});\n\nexport const productlaneGetContact = action(\"PRODUCTLANE_GET_CONTACT\", {\n slug: \"productlane-get-contact\",\n name: \"Get Contact\",\n description: \"Tool to retrieve a contact by ID or email from Productlane. Use when you need to fetch details about a specific contact in your workspace. Authentication is required and you can only access contacts that belong to your workspace.\",\n input: ProductlaneGetContactInput,\n output: ProductlaneGetContactOutput,\n});\n"],"mappings":";;AAwBA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxBsD,EAAE,OAAO,EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,EAC9J,CAsBS;CACP,QAtBuD,EAAE,OAAO;EAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACxE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD;EACjF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACtF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EAClG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtH,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-help-center-article.ts
|
|
4
|
+
const ProductlaneGetHelpCenterArticleInput = zod.z.object({
|
|
5
|
+
language: zod.z.string().describe("Optional language code to retrieve the article in a specific language.").optional(),
|
|
6
|
+
articleId: zod.z.string().describe("The unique identifier of the help center article to retrieve."),
|
|
7
|
+
workspaceId: zod.z.string().describe("The unique identifier of the workspace containing the help center article.")
|
|
8
|
+
}).describe("Request model for retrieving a help center article by ID.");
|
|
9
|
+
const ProductlaneGetHelpCenterArticleOutput = zod.z.object({
|
|
10
|
+
id: zod.z.string().describe("Unique identifier of the help center article."),
|
|
11
|
+
date: zod.z.string().describe("Optional publication date of the article in ISO 8601 format.").nullable().optional(),
|
|
12
|
+
title: zod.z.string().describe("Title of the help center article."),
|
|
13
|
+
content: zod.z.union([zod.z.string(), zod.z.object({})]).nullable().optional(),
|
|
14
|
+
version: zod.z.number().describe("Version number of the article."),
|
|
15
|
+
archived: zod.z.boolean().describe("Whether the article has been archived."),
|
|
16
|
+
imageUrl: zod.z.string().describe("URL of the article's featured image.").nullable().optional(),
|
|
17
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the article was created."),
|
|
18
|
+
isDeleted: zod.z.boolean().describe("Whether the article has been marked as deleted."),
|
|
19
|
+
published: zod.z.boolean().describe("Whether the article is published and visible to users."),
|
|
20
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the article was last updated."),
|
|
21
|
+
workspaceId: zod.z.string().describe("Identifier of the workspace this article belongs to.")
|
|
22
|
+
}).describe("Response model containing help center article details.");
|
|
23
|
+
const productlaneGetHelpCenterArticle = require_action.action("PRODUCTLANE_GET_HELP_CENTER_ARTICLE", {
|
|
24
|
+
slug: "productlane-get-help-center-article",
|
|
25
|
+
name: "Get Help Center Article",
|
|
26
|
+
description: "Tool to retrieve a help center article by its ID. Use when you need to fetch details, content, and metadata for a specific help center article.",
|
|
27
|
+
input: ProductlaneGetHelpCenterArticleInput,
|
|
28
|
+
output: ProductlaneGetHelpCenterArticleOutput
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
exports.productlaneGetHelpCenterArticle = productlaneGetHelpCenterArticle;
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=get-help-center-article.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-help-center-article.cjs","names":["z","action"],"sources":["../../src/actions/get-help-center-article.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetHelpCenterArticleInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"Optional language code to retrieve the article in a specific language.\").optional(),\n articleId: z.string().describe(\"The unique identifier of the help center article to retrieve.\"),\n workspaceId: z.string().describe(\"The unique identifier of the workspace containing the help center article.\"),\n}).describe(\"Request model for retrieving a help center article by ID.\");\nexport const ProductlaneGetHelpCenterArticleOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the help center article.\"),\n date: z.string().describe(\"Optional publication date of the article in ISO 8601 format.\").nullable().optional(),\n title: z.string().describe(\"Title of the help center article.\"),\n content: z.union([z.string(), z.object({})]).nullable().optional(),\n version: z.number().describe(\"Version number of the article.\"),\n archived: z.boolean().describe(\"Whether the article has been archived.\"),\n imageUrl: z.string().describe(\"URL of the article's featured image.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the article was created.\"),\n isDeleted: z.boolean().describe(\"Whether the article has been marked as deleted.\"),\n published: z.boolean().describe(\"Whether the article is published and visible to users.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the article was last updated.\"),\n workspaceId: z.string().describe(\"Identifier of the workspace this article belongs to.\"),\n}).describe(\"Response model containing help center article details.\");\n\nexport const productlaneGetHelpCenterArticle = action(\"PRODUCTLANE_GET_HELP_CENTER_ARTICLE\", {\n slug: \"productlane-get-help-center-article\",\n name: \"Get Help Center Article\",\n description: \"Tool to retrieve a help center article by its ID. Use when you need to fetch details, content, and metadata for a specific help center article.\",\n input: ProductlaneGetHelpCenterArticleInput,\n output: ProductlaneGetHelpCenterArticleOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;CACjH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;AAC/G,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC9D,SAASA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC7D,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACjF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD;CACjF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD;CACxF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACtF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACzF,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAEpE,MAAa,kCAAkCC,eAAAA,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-help-center-article.d.ts
|
|
4
|
+
declare const ProductlaneGetHelpCenterArticleInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneGetHelpCenterArticleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneGetHelpCenterArticle: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneGetHelpCenterArticle };
|
|
9
|
+
//# sourceMappingURL=get-help-center-article.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-help-center-article.d.cts","names":[],"sources":["../../src/actions/get-help-center-article.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAImB;AAAA,cAC3D,qCAAA,EAAuC,CAAA,CAAE,UAae;AAAA,cAExD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/get-help-center-article.d.ts
|
|
4
|
+
declare const ProductlaneGetHelpCenterArticleInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneGetHelpCenterArticleOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneGetHelpCenterArticle: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneGetHelpCenterArticle };
|
|
9
|
+
//# sourceMappingURL=get-help-center-article.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-help-center-article.d.mts","names":[],"sources":["../../src/actions/get-help-center-article.ts"],"mappings":";;;cAIa,oCAAA,EAAsC,CAAA,CAAE,UAImB;AAAA,cAC3D,qCAAA,EAAuC,CAAA,CAAE,UAae;AAAA,cAExD,+BAAA,gCAA+B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const productlaneGetHelpCenterArticle = action("PRODUCTLANE_GET_HELP_CENTER_ARTICLE", {
|
|
4
|
+
slug: "productlane-get-help-center-article",
|
|
5
|
+
name: "Get Help Center Article",
|
|
6
|
+
description: "Tool to retrieve a help center article by its ID. Use when you need to fetch details, content, and metadata for a specific help center article.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
language: z.string().describe("Optional language code to retrieve the article in a specific language.").optional(),
|
|
9
|
+
articleId: z.string().describe("The unique identifier of the help center article to retrieve."),
|
|
10
|
+
workspaceId: z.string().describe("The unique identifier of the workspace containing the help center article.")
|
|
11
|
+
}).describe("Request model for retrieving a help center article by ID."),
|
|
12
|
+
output: z.object({
|
|
13
|
+
id: z.string().describe("Unique identifier of the help center article."),
|
|
14
|
+
date: z.string().describe("Optional publication date of the article in ISO 8601 format.").nullable().optional(),
|
|
15
|
+
title: z.string().describe("Title of the help center article."),
|
|
16
|
+
content: z.union([z.string(), z.object({})]).nullable().optional(),
|
|
17
|
+
version: z.number().describe("Version number of the article."),
|
|
18
|
+
archived: z.boolean().describe("Whether the article has been archived."),
|
|
19
|
+
imageUrl: z.string().describe("URL of the article's featured image.").nullable().optional(),
|
|
20
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the article was created."),
|
|
21
|
+
isDeleted: z.boolean().describe("Whether the article has been marked as deleted."),
|
|
22
|
+
published: z.boolean().describe("Whether the article is published and visible to users."),
|
|
23
|
+
updatedAt: z.string().describe("ISO 8601 timestamp when the article was last updated."),
|
|
24
|
+
workspaceId: z.string().describe("Identifier of the workspace this article belongs to.")
|
|
25
|
+
}).describe("Response model containing help center article details.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { productlaneGetHelpCenterArticle };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=get-help-center-article.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-help-center-article.mjs","names":[],"sources":["../../src/actions/get-help-center-article.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetHelpCenterArticleInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"Optional language code to retrieve the article in a specific language.\").optional(),\n articleId: z.string().describe(\"The unique identifier of the help center article to retrieve.\"),\n workspaceId: z.string().describe(\"The unique identifier of the workspace containing the help center article.\"),\n}).describe(\"Request model for retrieving a help center article by ID.\");\nexport const ProductlaneGetHelpCenterArticleOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the help center article.\"),\n date: z.string().describe(\"Optional publication date of the article in ISO 8601 format.\").nullable().optional(),\n title: z.string().describe(\"Title of the help center article.\"),\n content: z.union([z.string(), z.object({})]).nullable().optional(),\n version: z.number().describe(\"Version number of the article.\"),\n archived: z.boolean().describe(\"Whether the article has been archived.\"),\n imageUrl: z.string().describe(\"URL of the article's featured image.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the article was created.\"),\n isDeleted: z.boolean().describe(\"Whether the article has been marked as deleted.\"),\n published: z.boolean().describe(\"Whether the article is published and visible to users.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the article was last updated.\"),\n workspaceId: z.string().describe(\"Identifier of the workspace this article belongs to.\"),\n}).describe(\"Response model containing help center article details.\");\n\nexport const productlaneGetHelpCenterArticle = action(\"PRODUCTLANE_GET_HELP_CENTER_ARTICLE\", {\n slug: \"productlane-get-help-center-article\",\n name: \"Get Help Center Article\",\n description: \"Tool to retrieve a help center article by its ID. Use when you need to fetch details, content, and metadata for a specific help center article.\",\n input: ProductlaneGetHelpCenterArticleInput,\n output: ProductlaneGetHelpCenterArticleOutput,\n});\n"],"mappings":";;AAwBA,MAAa,kCAAkC,OAAO,uCAAuC;CAC3F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAxBgE,EAAE,OAAO;EACzE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wEAAwE,CAAC,CAAC,SAAS;EACjH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CAC/G,CAAC,CAAC,CAAC,SAAS,2DAoBH;CACP,QApBiE,EAAE,OAAO;EAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC9D,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC7D,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;EACjF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,iDAAiD;EACjF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD;EACxF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;EACtF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACzF,CAAC,CAAC,CAAC,SAAS,wDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/get-insight.ts
|
|
4
|
+
const ProductlaneGetInsightInput = zod.z.object({
|
|
5
|
+
id: zod.z.string().describe("The unique identifier of the insight/thread to retrieve."),
|
|
6
|
+
includeConversation: zod.z.enum(["true", "false"]).describe("Whether to include conversation data in the response.").optional()
|
|
7
|
+
});
|
|
8
|
+
const ProductlaneGetInsight_TagModelSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Tag ID"),
|
|
10
|
+
icon: zod.z.string().describe("Tag icon"),
|
|
11
|
+
name: zod.z.string().describe("Tag name"),
|
|
12
|
+
color: zod.z.string().describe("Tag color code"),
|
|
13
|
+
tagGroupId: zod.z.string().describe("Tag group ID")
|
|
14
|
+
}).describe("Tag information.");
|
|
15
|
+
const ProductlaneGetInsight_StateEnumSchema = zod.z.enum([
|
|
16
|
+
"NEW",
|
|
17
|
+
"PROCESSED",
|
|
18
|
+
"COMPLETED",
|
|
19
|
+
"SNOOZED",
|
|
20
|
+
"UNSNOOZED"
|
|
21
|
+
]).describe("State of the insight.");
|
|
22
|
+
const ProductlaneGetInsight_OriginEnumSchema = zod.z.enum([
|
|
23
|
+
"INAPP",
|
|
24
|
+
"PORTAL",
|
|
25
|
+
"SUPPORT_PORTAL",
|
|
26
|
+
"API",
|
|
27
|
+
"SLACK",
|
|
28
|
+
"SLACK_CONNECT",
|
|
29
|
+
"INTERCOM",
|
|
30
|
+
"INTERCOM_ATTACHMENT",
|
|
31
|
+
"ZENDESK_ATTACHMENT",
|
|
32
|
+
"ZENDESK",
|
|
33
|
+
"FRONT_ATTACHMENT",
|
|
34
|
+
"EMAIL",
|
|
35
|
+
"ZAPIER",
|
|
36
|
+
"HUBSPOT",
|
|
37
|
+
"PLAIN",
|
|
38
|
+
"CALENDAR",
|
|
39
|
+
"WIDGET",
|
|
40
|
+
"AI_CHAT",
|
|
41
|
+
"UPVOTE"
|
|
42
|
+
]).describe("Source/origin of the insight.");
|
|
43
|
+
const ProductlaneGetInsight_CompanyModelSchema = zod.z.object({
|
|
44
|
+
id: zod.z.string().describe("Company ID"),
|
|
45
|
+
name: zod.z.string().describe("Company name"),
|
|
46
|
+
size: zod.z.number().describe("Company size").nullable().optional(),
|
|
47
|
+
slugId: zod.z.string().describe("Slug ID").nullable().optional(),
|
|
48
|
+
tierId: zod.z.string().describe("Tier ID").nullable().optional(),
|
|
49
|
+
autoAdd: zod.z.boolean().describe("Whether to auto-add contacts from company domains").nullable().optional(),
|
|
50
|
+
domains: zod.z.array(zod.z.string()).describe("Company domains").nullable().optional(),
|
|
51
|
+
logoUrl: zod.z.string().describe("Company logo URL").nullable().optional(),
|
|
52
|
+
revenue: zod.z.number().describe("Company revenue").nullable().optional(),
|
|
53
|
+
version: zod.z.number().describe("Company record version number"),
|
|
54
|
+
statusId: zod.z.string().describe("Status ID").nullable().optional(),
|
|
55
|
+
tierName: zod.z.string().describe("Tier name").nullable().optional(),
|
|
56
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the company was created"),
|
|
57
|
+
hubspotId: zod.z.string().describe("HubSpot company ID").nullable().optional(),
|
|
58
|
+
isDeleted: zod.z.boolean().describe("Whether the company is deleted"),
|
|
59
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the company was last updated"),
|
|
60
|
+
intercomId: zod.z.string().describe("Intercom company ID").nullable().optional(),
|
|
61
|
+
statusName: zod.z.string().describe("Status name").nullable().optional(),
|
|
62
|
+
externalIds: zod.z.array(zod.z.string()).describe("External IDs").nullable().optional(),
|
|
63
|
+
statusColor: zod.z.string().describe("Status color code").nullable().optional(),
|
|
64
|
+
workspaceId: zod.z.string().describe("Workspace ID the company belongs to"),
|
|
65
|
+
productboardId: zod.z.string().describe("Productboard company ID").nullable().optional(),
|
|
66
|
+
linearCustomerId: zod.z.string().describe("Linear customer ID").nullable().optional()
|
|
67
|
+
}).describe("Company/Organization information.");
|
|
68
|
+
const ProductlaneGetInsight_ContactModelSchema = zod.z.object({
|
|
69
|
+
id: zod.z.string().describe("Contact ID"),
|
|
70
|
+
name: zod.z.string().describe("Contact name").nullable().optional(),
|
|
71
|
+
email: zod.z.string().describe("Contact email address"),
|
|
72
|
+
version: zod.z.number().describe("Contact record version number"),
|
|
73
|
+
imageUrl: zod.z.string().describe("Contact profile image URL").nullable().optional(),
|
|
74
|
+
companyId: zod.z.string().describe("Company ID").nullable().optional(),
|
|
75
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the contact was created"),
|
|
76
|
+
hubspotId: zod.z.string().describe("HubSpot contact ID").nullable().optional(),
|
|
77
|
+
isDeleted: zod.z.boolean().describe("Whether the contact is deleted"),
|
|
78
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the contact was last updated"),
|
|
79
|
+
zendeskId: zod.z.string().describe("Zendesk contact ID").nullable().optional(),
|
|
80
|
+
intercomId: zod.z.string().describe("Intercom contact ID").nullable().optional(),
|
|
81
|
+
workspaceId: zod.z.string().describe("Workspace ID"),
|
|
82
|
+
productboardId: zod.z.string().describe("Productboard contact ID").nullable().optional()
|
|
83
|
+
}).describe("Contact information.");
|
|
84
|
+
const ProductlaneGetInsight_UserModelSchema = zod.z.object({
|
|
85
|
+
id: zod.z.string().describe("User ID"),
|
|
86
|
+
name: zod.z.string().describe("User name").nullable().optional(),
|
|
87
|
+
role: zod.z.string().describe("User role").nullable().optional(),
|
|
88
|
+
email: zod.z.string().describe("User email address").nullable().optional(),
|
|
89
|
+
imageUrl: zod.z.string().describe("User profile image URL").nullable().optional(),
|
|
90
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the user was created").nullable().optional(),
|
|
91
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the user was last updated").nullable().optional(),
|
|
92
|
+
selectedTeamIds: zod.z.array(zod.z.string()).describe("List of team IDs the user is associated with").nullable().optional()
|
|
93
|
+
}).describe("User/Team member information.");
|
|
94
|
+
const ProductlaneGetInsight_PainLevelEnumSchema = zod.z.enum([
|
|
95
|
+
"UNKNOWN",
|
|
96
|
+
"LOW",
|
|
97
|
+
"MEDIUM",
|
|
98
|
+
"HIGH"
|
|
99
|
+
]).describe("Pain level of the insight.");
|
|
100
|
+
const ProductlaneGetInsight_ConversationItemSchema = zod.z.object({
|
|
101
|
+
id: zod.z.string().describe("Conversation item ID"),
|
|
102
|
+
data: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Conversation item data"),
|
|
103
|
+
type: zod.z.string().describe("Type of conversation item"),
|
|
104
|
+
timestamp: zod.z.string().describe("ISO 8601 timestamp of the conversation item")
|
|
105
|
+
}).describe("Conversation history item.");
|
|
106
|
+
const ProductlaneGetInsight_CustomerNeedModelSchema = zod.z.object({
|
|
107
|
+
id: zod.z.string().describe("Customer need ID"),
|
|
108
|
+
issueId: zod.z.string().describe("Issue ID"),
|
|
109
|
+
priority: zod.z.number().describe("Priority value"),
|
|
110
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the customer need was created"),
|
|
111
|
+
projectId: zod.z.string().describe("Project ID"),
|
|
112
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the customer need was last updated"),
|
|
113
|
+
feedbackId: zod.z.string().describe("Feedback/insight ID"),
|
|
114
|
+
linearCustomerNeedId: zod.z.string().describe("Linear customer need ID")
|
|
115
|
+
}).describe("Customer need linking feedback to projects/issues.");
|
|
116
|
+
const ProductlaneGetInsightOutput = zod.z.object({
|
|
117
|
+
id: zod.z.string().describe("Insight ID"),
|
|
118
|
+
tags: zod.z.array(ProductlaneGetInsight_TagModelSchema).describe("List of tags"),
|
|
119
|
+
text: zod.z.string().describe("Insight text content"),
|
|
120
|
+
state: ProductlaneGetInsight_StateEnumSchema.nullable(),
|
|
121
|
+
title: zod.z.string().describe("Insight title").nullable().optional(),
|
|
122
|
+
origin: ProductlaneGetInsight_OriginEnumSchema.nullable(),
|
|
123
|
+
company: ProductlaneGetInsight_CompanyModelSchema.nullable().optional(),
|
|
124
|
+
contact: ProductlaneGetInsight_ContactModelSchema.nullable().optional(),
|
|
125
|
+
frontId: zod.z.string().describe("Front ID").nullable().optional(),
|
|
126
|
+
plainId: zod.z.string().describe("Plain ID").nullable().optional(),
|
|
127
|
+
videoId: zod.z.string().describe("Video ID").nullable().optional(),
|
|
128
|
+
assignee: ProductlaneGetInsight_UserModelSchema.nullable().optional(),
|
|
129
|
+
reporter: ProductlaneGetInsight_UserModelSchema.nullable().optional(),
|
|
130
|
+
uniqueId: zod.z.string().describe("Unique identifier").nullable().optional(),
|
|
131
|
+
companyId: zod.z.string().describe("Company ID").nullable().optional(),
|
|
132
|
+
contactId: zod.z.string().describe("Contact ID").nullable().optional(),
|
|
133
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the insight was created"),
|
|
134
|
+
hubspotId: zod.z.string().describe("HubSpot ID").nullable().optional(),
|
|
135
|
+
isDeleted: zod.z.boolean().describe("Whether the insight is deleted"),
|
|
136
|
+
painLevel: ProductlaneGetInsight_PainLevelEnumSchema.nullable(),
|
|
137
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the insight was last updated"),
|
|
138
|
+
zendeskId: zod.z.string().describe("Zendesk ID").nullable().optional(),
|
|
139
|
+
assigneeId: zod.z.string().describe("Assignee user ID").nullable().optional(),
|
|
140
|
+
intercomId: zod.z.string().describe("Intercom ID").nullable().optional(),
|
|
141
|
+
reporterId: zod.z.string().describe("Reporter user ID").nullable().optional(),
|
|
142
|
+
attachments: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of attachments"),
|
|
143
|
+
recordingId: zod.z.string().describe("Recording ID").nullable().optional(),
|
|
144
|
+
workspaceId: zod.z.string().describe("Workspace ID"),
|
|
145
|
+
conversation: zod.z.array(ProductlaneGetInsight_ConversationItemSchema).describe("Conversation history (only included if includeConversation=true)").nullable().optional(),
|
|
146
|
+
slackReplyId: zod.z.string().describe("Slack reply ID").nullable().optional(),
|
|
147
|
+
snoozedUntil: zod.z.string().describe("ISO 8601 timestamp until which the insight is snoozed").nullable().optional(),
|
|
148
|
+
customerNeeds: zod.z.array(ProductlaneGetInsight_CustomerNeedModelSchema).describe("List of customer needs linked to this insight"),
|
|
149
|
+
productboardId: zod.z.string().describe("Productboard ID").nullable().optional(),
|
|
150
|
+
showRecordCall: zod.z.boolean().describe("Whether to show the record call button"),
|
|
151
|
+
slackChannelId: zod.z.string().describe("Slack channel ID").nullable().optional(),
|
|
152
|
+
lastStateChangeAt: zod.z.string().describe("ISO 8601 timestamp of last state change").nullable().optional(),
|
|
153
|
+
linearAttachmentId: zod.z.string().describe("Linear attachment ID").nullable().optional(),
|
|
154
|
+
lastInboundMessageAt: zod.z.string().describe("ISO 8601 timestamp of last inbound message").nullable().optional(),
|
|
155
|
+
lastOutboundMessageAt: zod.z.string().describe("ISO 8601 timestamp of last outbound message").nullable().optional()
|
|
156
|
+
}).describe("Response structure for getting an insight/thread.");
|
|
157
|
+
const productlaneGetInsight = require_action.action("PRODUCTLANE_GET_INSIGHT", {
|
|
158
|
+
slug: "productlane-get-insight",
|
|
159
|
+
name: "Get Insight",
|
|
160
|
+
description: "Tool to retrieve an insight/thread by its ID. Use when you need to fetch details about a specific piece of feedback or customer insight.",
|
|
161
|
+
input: ProductlaneGetInsightInput,
|
|
162
|
+
output: ProductlaneGetInsightOutput
|
|
163
|
+
});
|
|
164
|
+
//#endregion
|
|
165
|
+
exports.productlaneGetInsight = productlaneGetInsight;
|
|
166
|
+
|
|
167
|
+
//# sourceMappingURL=get-insight.cjs.map
|