@keystrokehq/productlane 0.1.0 → 0.1.3
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/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/create-changelog.cjs +10 -10
- package/dist/actions/create-changelog.cjs.map +1 -1
- package/dist/actions/create-changelog.d.cts +25 -3
- package/dist/actions/create-changelog.d.cts.map +1 -1
- package/dist/actions/create-changelog.d.mts +25 -3
- package/dist/actions/create-changelog.d.mts.map +1 -1
- package/dist/actions/create-changelog.mjs +10 -10
- package/dist/actions/create-changelog.mjs.map +1 -1
- package/dist/actions/create-company.cjs +8 -8
- package/dist/actions/create-company.cjs.map +1 -1
- package/dist/actions/create-company.d.cts +51 -3
- package/dist/actions/create-company.d.cts.map +1 -1
- package/dist/actions/create-company.d.mts +51 -3
- package/dist/actions/create-company.d.mts.map +1 -1
- package/dist/actions/create-company.mjs +8 -8
- package/dist/actions/create-company.mjs.map +1 -1
- package/dist/actions/create-contact.cjs +8 -8
- package/dist/actions/create-contact.cjs.map +1 -1
- package/dist/actions/create-contact.d.cts +30 -3
- package/dist/actions/create-contact.d.cts.map +1 -1
- package/dist/actions/create-contact.d.mts +30 -3
- package/dist/actions/create-contact.d.mts.map +1 -1
- package/dist/actions/create-contact.mjs +8 -8
- package/dist/actions/create-contact.mjs.map +1 -1
- package/dist/actions/create-feedback.cjs +1 -1
- package/dist/actions/create-feedback.cjs.map +1 -1
- package/dist/actions/create-feedback.d.cts +54 -3
- package/dist/actions/create-feedback.d.cts.map +1 -1
- package/dist/actions/create-feedback.d.mts +54 -3
- package/dist/actions/create-feedback.d.mts.map +1 -1
- package/dist/actions/create-feedback.mjs +1 -1
- package/dist/actions/create-feedback.mjs.map +1 -1
- package/dist/actions/create-insight.cjs +32 -32
- package/dist/actions/create-insight.cjs.map +1 -1
- package/dist/actions/create-insight.d.cts +184 -3
- package/dist/actions/create-insight.d.cts.map +1 -1
- package/dist/actions/create-insight.d.mts +184 -3
- package/dist/actions/create-insight.d.mts.map +1 -1
- package/dist/actions/create-insight.mjs +32 -32
- package/dist/actions/create-insight.mjs.map +1 -1
- package/dist/actions/create-thread.cjs +1 -1
- package/dist/actions/create-thread.cjs.map +1 -1
- package/dist/actions/create-thread.d.cts +26 -3
- package/dist/actions/create-thread.d.cts.map +1 -1
- package/dist/actions/create-thread.d.mts +26 -3
- package/dist/actions/create-thread.d.mts.map +1 -1
- package/dist/actions/create-thread.mjs +1 -1
- package/dist/actions/create-thread.mjs.map +1 -1
- package/dist/actions/create-upvote.cjs +5 -5
- package/dist/actions/create-upvote.cjs.map +1 -1
- package/dist/actions/create-upvote.d.cts +19 -3
- package/dist/actions/create-upvote.d.cts.map +1 -1
- package/dist/actions/create-upvote.d.mts +19 -3
- package/dist/actions/create-upvote.d.mts.map +1 -1
- package/dist/actions/create-upvote.mjs +5 -5
- package/dist/actions/create-upvote.mjs.map +1 -1
- package/dist/actions/delete-company.cjs +1 -1
- package/dist/actions/delete-company.cjs.map +1 -1
- package/dist/actions/delete-company.d.cts +9 -3
- package/dist/actions/delete-company.d.cts.map +1 -1
- package/dist/actions/delete-company.d.mts +9 -3
- package/dist/actions/delete-company.d.mts.map +1 -1
- package/dist/actions/delete-company.mjs +1 -1
- package/dist/actions/delete-company.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs +1 -1
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +9 -3
- package/dist/actions/delete-contact.d.cts.map +1 -1
- package/dist/actions/delete-contact.d.mts +9 -3
- package/dist/actions/delete-contact.d.mts.map +1 -1
- package/dist/actions/delete-contact.mjs +1 -1
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/delete-upvote.cjs +1 -1
- package/dist/actions/delete-upvote.cjs.map +1 -1
- package/dist/actions/delete-upvote.d.cts +16 -3
- package/dist/actions/delete-upvote.d.cts.map +1 -1
- package/dist/actions/delete-upvote.d.mts +16 -3
- package/dist/actions/delete-upvote.d.mts.map +1 -1
- package/dist/actions/delete-upvote.mjs +1 -1
- package/dist/actions/delete-upvote.mjs.map +1 -1
- package/dist/actions/enable-widget.cjs +3 -3
- package/dist/actions/enable-widget.cjs.map +1 -1
- package/dist/actions/enable-widget.d.cts +6 -3
- package/dist/actions/enable-widget.d.cts.map +1 -1
- package/dist/actions/enable-widget.d.mts +6 -3
- package/dist/actions/enable-widget.d.mts.map +1 -1
- package/dist/actions/enable-widget.mjs +3 -3
- package/dist/actions/enable-widget.mjs.map +1 -1
- package/dist/actions/get-changelog.cjs +10 -10
- package/dist/actions/get-changelog.cjs.map +1 -1
- package/dist/actions/get-changelog.d.cts +25 -3
- package/dist/actions/get-changelog.d.cts.map +1 -1
- package/dist/actions/get-changelog.d.mts +25 -3
- package/dist/actions/get-changelog.d.mts.map +1 -1
- package/dist/actions/get-changelog.mjs +10 -10
- package/dist/actions/get-changelog.mjs.map +1 -1
- package/dist/actions/get-company.cjs +9 -9
- package/dist/actions/get-company.cjs.map +1 -1
- package/dist/actions/get-company.d.cts +35 -3
- package/dist/actions/get-company.d.cts.map +1 -1
- package/dist/actions/get-company.d.mts +35 -3
- package/dist/actions/get-company.d.mts.map +1 -1
- package/dist/actions/get-company.mjs +9 -9
- package/dist/actions/get-company.mjs.map +1 -1
- package/dist/actions/get-contact.cjs +8 -8
- package/dist/actions/get-contact.cjs.map +1 -1
- package/dist/actions/get-contact.d.cts +22 -3
- package/dist/actions/get-contact.d.cts.map +1 -1
- package/dist/actions/get-contact.d.mts +22 -3
- package/dist/actions/get-contact.d.mts.map +1 -1
- package/dist/actions/get-contact.mjs +8 -8
- package/dist/actions/get-contact.mjs.map +1 -1
- package/dist/actions/get-help-center-article.cjs +11 -11
- package/dist/actions/get-help-center-article.cjs.map +1 -1
- package/dist/actions/get-help-center-article.d.cts +24 -3
- package/dist/actions/get-help-center-article.d.cts.map +1 -1
- package/dist/actions/get-help-center-article.d.mts +24 -3
- package/dist/actions/get-help-center-article.d.mts.map +1 -1
- package/dist/actions/get-help-center-article.mjs +11 -11
- package/dist/actions/get-help-center-article.mjs.map +1 -1
- package/dist/actions/get-insight.cjs +45 -45
- package/dist/actions/get-insight.cjs.map +1 -1
- package/dist/actions/get-insight.d.cts +160 -3
- package/dist/actions/get-insight.d.cts.map +1 -1
- package/dist/actions/get-insight.d.mts +160 -3
- package/dist/actions/get-insight.d.mts.map +1 -1
- package/dist/actions/get-insight.mjs +45 -45
- package/dist/actions/get-insight.mjs.map +1 -1
- package/dist/actions/get-issue.cjs +17 -17
- package/dist/actions/get-issue.cjs.map +1 -1
- package/dist/actions/get-issue.d.cts +34 -3
- package/dist/actions/get-issue.d.cts.map +1 -1
- package/dist/actions/get-issue.d.mts +34 -3
- package/dist/actions/get-issue.d.mts.map +1 -1
- package/dist/actions/get-issue.mjs +17 -17
- package/dist/actions/get-issue.mjs.map +1 -1
- package/dist/actions/get-linear-options.cjs +8 -8
- package/dist/actions/get-linear-options.cjs.map +1 -1
- package/dist/actions/get-linear-options.d.cts +13 -3
- package/dist/actions/get-linear-options.d.cts.map +1 -1
- package/dist/actions/get-linear-options.d.mts +13 -3
- package/dist/actions/get-linear-options.d.mts.map +1 -1
- package/dist/actions/get-linear-options.mjs +8 -8
- package/dist/actions/get-linear-options.mjs.map +1 -1
- package/dist/actions/get-project.cjs +7 -7
- package/dist/actions/get-project.cjs.map +1 -1
- package/dist/actions/get-project.d.cts +25 -3
- package/dist/actions/get-project.d.cts.map +1 -1
- package/dist/actions/get-project.d.mts +25 -3
- package/dist/actions/get-project.d.mts.map +1 -1
- package/dist/actions/get-project.mjs +7 -7
- package/dist/actions/get-project.mjs.map +1 -1
- package/dist/actions/get-workspace.cjs +26 -26
- package/dist/actions/get-workspace.cjs.map +1 -1
- package/dist/actions/get-workspace.d.cts +42 -3
- package/dist/actions/get-workspace.d.cts.map +1 -1
- package/dist/actions/get-workspace.d.mts +42 -3
- package/dist/actions/get-workspace.d.mts.map +1 -1
- package/dist/actions/get-workspace.mjs +26 -26
- package/dist/actions/get-workspace.mjs.map +1 -1
- package/dist/actions/invite-user.cjs +1 -1
- package/dist/actions/invite-user.cjs.map +1 -1
- package/dist/actions/invite-user.d.cts +15 -3
- package/dist/actions/invite-user.d.cts.map +1 -1
- package/dist/actions/invite-user.d.mts +15 -3
- package/dist/actions/invite-user.d.mts.map +1 -1
- package/dist/actions/invite-user.mjs +1 -1
- package/dist/actions/invite-user.mjs.map +1 -1
- package/dist/actions/list-changelogs.cjs +11 -11
- package/dist/actions/list-changelogs.cjs.map +1 -1
- package/dist/actions/list-changelogs.d.cts +25 -3
- package/dist/actions/list-changelogs.d.cts.map +1 -1
- package/dist/actions/list-changelogs.d.mts +25 -3
- package/dist/actions/list-changelogs.d.mts.map +1 -1
- package/dist/actions/list-changelogs.mjs +11 -11
- package/dist/actions/list-changelogs.mjs.map +1 -1
- package/dist/actions/list-companies.cjs +15 -15
- package/dist/actions/list-companies.cjs.map +1 -1
- package/dist/actions/list-companies.d.cts +50 -3
- package/dist/actions/list-companies.d.cts.map +1 -1
- package/dist/actions/list-companies.d.mts +50 -3
- package/dist/actions/list-companies.d.mts.map +1 -1
- package/dist/actions/list-companies.mjs +15 -15
- package/dist/actions/list-companies.mjs.map +1 -1
- package/dist/actions/list-contacts.cjs +17 -17
- package/dist/actions/list-contacts.cjs.map +1 -1
- package/dist/actions/list-contacts.d.cts +33 -3
- package/dist/actions/list-contacts.d.cts.map +1 -1
- package/dist/actions/list-contacts.d.mts +33 -3
- package/dist/actions/list-contacts.d.mts.map +1 -1
- package/dist/actions/list-contacts.mjs +17 -17
- package/dist/actions/list-contacts.mjs.map +1 -1
- package/dist/actions/list-help-center-articles.cjs +12 -12
- package/dist/actions/list-help-center-articles.cjs.map +1 -1
- package/dist/actions/list-help-center-articles.d.cts +24 -3
- package/dist/actions/list-help-center-articles.d.cts.map +1 -1
- package/dist/actions/list-help-center-articles.d.mts +24 -3
- package/dist/actions/list-help-center-articles.d.mts.map +1 -1
- package/dist/actions/list-help-center-articles.mjs +12 -12
- package/dist/actions/list-help-center-articles.mjs.map +1 -1
- package/dist/actions/list-insights.cjs +18 -18
- package/dist/actions/list-insights.cjs.map +1 -1
- package/dist/actions/list-insights.d.cts +81 -3
- package/dist/actions/list-insights.d.cts.map +1 -1
- package/dist/actions/list-insights.d.mts +81 -3
- package/dist/actions/list-insights.d.mts.map +1 -1
- package/dist/actions/list-insights.mjs +18 -18
- package/dist/actions/list-insights.mjs.map +1 -1
- package/dist/actions/list-issues.cjs +18 -18
- package/dist/actions/list-issues.cjs.map +1 -1
- package/dist/actions/list-issues.d.cts +34 -3
- package/dist/actions/list-issues.d.cts.map +1 -1
- package/dist/actions/list-issues.d.mts +34 -3
- package/dist/actions/list-issues.d.mts.map +1 -1
- package/dist/actions/list-issues.mjs +18 -18
- package/dist/actions/list-issues.mjs.map +1 -1
- package/dist/actions/list-members.cjs +12 -12
- package/dist/actions/list-members.cjs.map +1 -1
- package/dist/actions/list-members.d.cts +18 -3
- package/dist/actions/list-members.d.cts.map +1 -1
- package/dist/actions/list-members.d.mts +18 -3
- package/dist/actions/list-members.d.mts.map +1 -1
- package/dist/actions/list-members.mjs +12 -12
- package/dist/actions/list-members.mjs.map +1 -1
- package/dist/actions/list-projects.cjs +8 -8
- package/dist/actions/list-projects.cjs.map +1 -1
- package/dist/actions/list-projects.d.cts +25 -3
- package/dist/actions/list-projects.d.cts.map +1 -1
- package/dist/actions/list-projects.d.mts +25 -3
- package/dist/actions/list-projects.d.mts.map +1 -1
- package/dist/actions/list-projects.mjs +8 -8
- package/dist/actions/list-projects.mjs.map +1 -1
- package/dist/actions/update-company.cjs +8 -8
- package/dist/actions/update-company.cjs.map +1 -1
- package/dist/actions/update-company.d.cts +53 -3
- package/dist/actions/update-company.d.cts.map +1 -1
- package/dist/actions/update-company.d.mts +53 -3
- package/dist/actions/update-company.d.mts.map +1 -1
- package/dist/actions/update-company.mjs +8 -8
- package/dist/actions/update-company.mjs.map +1 -1
- package/dist/actions/update-contact.cjs +8 -8
- package/dist/actions/update-contact.cjs.map +1 -1
- package/dist/actions/update-contact.d.cts +32 -3
- package/dist/actions/update-contact.d.cts.map +1 -1
- package/dist/actions/update-contact.d.mts +32 -3
- package/dist/actions/update-contact.d.mts.map +1 -1
- package/dist/actions/update-contact.mjs +8 -8
- package/dist/actions/update-contact.mjs.map +1 -1
- package/dist/actions/update-insight.cjs +15 -15
- package/dist/actions/update-insight.cjs.map +1 -1
- package/dist/actions/update-insight.d.cts +113 -3
- package/dist/actions/update-insight.d.cts.map +1 -1
- package/dist/actions/update-insight.d.mts +113 -3
- package/dist/actions/update-insight.d.mts.map +1 -1
- package/dist/actions/update-insight.mjs +15 -15
- package/dist/actions/update-insight.mjs.map +1 -1
- package/dist/actions/widget-close.cjs +1 -1
- package/dist/actions/widget-close.cjs.map +1 -1
- package/dist/actions/widget-close.d.cts +5 -3
- package/dist/actions/widget-close.d.cts.map +1 -1
- package/dist/actions/widget-close.d.mts +5 -3
- package/dist/actions/widget-close.d.mts.map +1 -1
- package/dist/actions/widget-close.mjs +1 -1
- package/dist/actions/widget-close.mjs.map +1 -1
- package/dist/actions/widget-disable.cjs +3 -3
- package/dist/actions/widget-disable.cjs.map +1 -1
- package/dist/actions/widget-disable.d.cts +6 -3
- package/dist/actions/widget-disable.d.cts.map +1 -1
- package/dist/actions/widget-disable.d.mts +6 -3
- package/dist/actions/widget-disable.d.mts.map +1 -1
- package/dist/actions/widget-disable.mjs +3 -3
- package/dist/actions/widget-disable.mjs.map +1 -1
- package/dist/actions/widget-off-event.cjs +1 -1
- package/dist/actions/widget-off-event.cjs.map +1 -1
- package/dist/actions/widget-off-event.d.cts +18 -3
- package/dist/actions/widget-off-event.d.cts.map +1 -1
- package/dist/actions/widget-off-event.d.mts +18 -3
- package/dist/actions/widget-off-event.d.mts.map +1 -1
- package/dist/actions/widget-off-event.mjs +1 -1
- package/dist/actions/widget-off-event.mjs.map +1 -1
- package/dist/actions/widget-on-event.cjs +1 -1
- package/dist/actions/widget-on-event.cjs.map +1 -1
- package/dist/actions/widget-on-event.d.cts +16 -3
- package/dist/actions/widget-on-event.d.cts.map +1 -1
- package/dist/actions/widget-on-event.d.mts +16 -3
- package/dist/actions/widget-on-event.d.mts.map +1 -1
- package/dist/actions/widget-on-event.mjs +1 -1
- package/dist/actions/widget-on-event.mjs.map +1 -1
- package/dist/actions/widget-open-docs.cjs +1 -1
- package/dist/actions/widget-open-docs.cjs.map +1 -1
- package/dist/actions/widget-open-docs.d.cts +11 -3
- package/dist/actions/widget-open-docs.d.cts.map +1 -1
- package/dist/actions/widget-open-docs.d.mts +11 -3
- package/dist/actions/widget-open-docs.d.mts.map +1 -1
- package/dist/actions/widget-open-docs.mjs +1 -1
- package/dist/actions/widget-open-docs.mjs.map +1 -1
- package/dist/actions/widget-open.cjs +1 -1
- package/dist/actions/widget-open.cjs.map +1 -1
- package/dist/actions/widget-open.d.cts +14 -3
- package/dist/actions/widget-open.d.cts.map +1 -1
- package/dist/actions/widget-open.d.mts +14 -3
- package/dist/actions/widget-open.d.mts.map +1 -1
- package/dist/actions/widget-open.mjs +1 -1
- package/dist/actions/widget-open.mjs.map +1 -1
- package/dist/actions/widget-toggle.cjs +1 -1
- package/dist/actions/widget-toggle.cjs.map +1 -1
- package/dist/actions/widget-toggle.d.cts +5 -3
- package/dist/actions/widget-toggle.d.cts.map +1 -1
- package/dist/actions/widget-toggle.d.mts +5 -3
- package/dist/actions/widget-toggle.d.mts.map +1 -1
- package/dist/actions/widget-toggle.mjs +1 -1
- package/dist/actions/widget-toggle.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-changelogs.cjs","names":["z","action"],"sources":["../../src/actions/list-changelogs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListChangelogsInput
|
|
1
|
+
{"version":3,"file":"list-changelogs.cjs","names":["z","action"],"sources":["../../src/actions/list-changelogs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListChangelogsInput = z.object({\n language: z.string().describe(\"Optional language filter for changelogs. If provided, only changelogs in the specified language will be returned.\").optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace to list changelogs for.\"),\n});\nconst ProductlaneListChangelogs_ChangelogItemSchema = z.object({\n id: z.string().describe(\"Unique identifier of the changelog entry.\").nullable(),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date, if set.\").nullable().optional(),\n notes: z.record(z.string(), z.unknown()).describe(\"Additional notes or metadata for the changelog entry.\").nullable().optional(),\n title: z.string().describe(\"Title of the changelog entry.\").nullable(),\n version: z.number().describe(\"Version number of the changelog entry.\").nullable(),\n archived: z.boolean().describe(\"Whether the changelog entry has been archived.\").nullable(),\n imageUrl: z.string().describe(\"URL of the image associated with the changelog, if any.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created.\").nullable(),\n isDeleted: z.boolean().describe(\"Whether the changelog entry has been marked as deleted.\").nullable(),\n projectId: z.string().describe(\"ID of the associated project, if any.\").nullable().optional(),\n published: z.boolean().describe(\"Whether the changelog entry is published and visible.\").nullable(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated.\").nullable(),\n workspaceId: z.string().describe(\"ID of the workspace this changelog belongs to.\").nullable(),\n}).passthrough();\nexport const ProductlaneListChangelogsOutput = z.object({\n changelogs: z.array(ProductlaneListChangelogs_ChangelogItemSchema).describe(\"List of published changelog entries for the workspace.\"),\n}).passthrough();\n\nexport const productlaneListChangelogs = action(\"PRODUCTLANE_LIST_CHANGELOGS\", {\n slug: \"productlane-list-changelogs\",\n name: \"List Changelogs\",\n description: \"Tool to list all published changelogs for a workspace by ID. Use when you need to retrieve changelog entries for a specific Productlane workspace.\",\n input: ProductlaneListChangelogsInput,\n output: ProductlaneListChangelogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAC5J,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACnG,CAAC;AACD,MAAM,gDAAgDA,IAAAA,EAAE,OAAO;CAC7D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,OAAOA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAChF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC1F,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACpG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAClG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,YAAYA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,wDAAwD,EACtI,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,4BAA4BC,eAAAA,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-changelogs.d.ts
|
|
4
|
-
declare const ProductlaneListChangelogsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneListChangelogsInput: z.ZodObject<{
|
|
5
|
+
language: z.ZodOptional<z.ZodString>;
|
|
6
|
+
workspaceId: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const ProductlaneListChangelogsOutput: z.ZodObject<{
|
|
9
|
+
changelogs: z.ZodArray<z.ZodObject<{
|
|
10
|
+
id: z.ZodNullable<z.ZodString>;
|
|
11
|
+
date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
notes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
13
|
+
title: z.ZodNullable<z.ZodString>;
|
|
14
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
archived: z.ZodNullable<z.ZodBoolean>;
|
|
16
|
+
imageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
18
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
19
|
+
projectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
published: z.ZodNullable<z.ZodBoolean>;
|
|
21
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
22
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
23
|
+
}, z.core.$loose>>;
|
|
24
|
+
}, z.core.$loose>;
|
|
25
|
+
declare const productlaneListChangelogs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
|
+
workspaceId: string;
|
|
27
|
+
language?: string | undefined;
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
29
|
//#endregion
|
|
8
30
|
export { productlaneListChangelogs };
|
|
9
31
|
//# sourceMappingURL=list-changelogs.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-changelogs.d.cts","names":[],"sources":["../../src/actions/list-changelogs.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"list-changelogs.d.cts","names":[],"sources":["../../src/actions/list-changelogs.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAmB9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-changelogs.d.ts
|
|
4
|
-
declare const ProductlaneListChangelogsInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneListChangelogsInput: z.ZodObject<{
|
|
5
|
+
language: z.ZodOptional<z.ZodString>;
|
|
6
|
+
workspaceId: z.ZodString;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const ProductlaneListChangelogsOutput: z.ZodObject<{
|
|
9
|
+
changelogs: z.ZodArray<z.ZodObject<{
|
|
10
|
+
id: z.ZodNullable<z.ZodString>;
|
|
11
|
+
date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
notes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
13
|
+
title: z.ZodNullable<z.ZodString>;
|
|
14
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
archived: z.ZodNullable<z.ZodBoolean>;
|
|
16
|
+
imageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
18
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
19
|
+
projectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
published: z.ZodNullable<z.ZodBoolean>;
|
|
21
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
22
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
23
|
+
}, z.core.$loose>>;
|
|
24
|
+
}, z.core.$loose>;
|
|
25
|
+
declare const productlaneListChangelogs: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
26
|
+
workspaceId: string;
|
|
27
|
+
language?: string | undefined;
|
|
28
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
29
|
//#endregion
|
|
8
30
|
export { productlaneListChangelogs };
|
|
9
31
|
//# sourceMappingURL=list-changelogs.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-changelogs.d.mts","names":[],"sources":["../../src/actions/list-changelogs.ts"],"mappings":";;;cAIa,8BAAA,
|
|
1
|
+
{"version":3,"file":"list-changelogs.d.mts","names":[],"sources":["../../src/actions/list-changelogs.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAmB9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
|
|
@@ -6,26 +6,26 @@ const ProductlaneListChangelogsInput = z.object({
|
|
|
6
6
|
workspaceId: z.string().describe("The unique identifier of the workspace to list changelogs for.")
|
|
7
7
|
});
|
|
8
8
|
const ProductlaneListChangelogs_ChangelogItemSchema = z.object({
|
|
9
|
-
id: z.string().describe("Unique identifier of the changelog entry."),
|
|
9
|
+
id: z.string().describe("Unique identifier of the changelog entry.").nullable(),
|
|
10
10
|
date: z.string().describe("ISO 8601 timestamp of the changelog date, if set.").nullable().optional(),
|
|
11
11
|
notes: z.record(z.string(), z.unknown()).describe("Additional notes or metadata for the changelog entry.").nullable().optional(),
|
|
12
|
-
title: z.string().describe("Title of the changelog entry."),
|
|
13
|
-
version: z.number().describe("Version number of the changelog entry."),
|
|
14
|
-
archived: z.boolean().describe("Whether the changelog entry has been archived."),
|
|
12
|
+
title: z.string().describe("Title of the changelog entry.").nullable(),
|
|
13
|
+
version: z.number().describe("Version number of the changelog entry.").nullable(),
|
|
14
|
+
archived: z.boolean().describe("Whether the changelog entry has been archived.").nullable(),
|
|
15
15
|
imageUrl: z.string().describe("URL of the image associated with the changelog, if any.").nullable().optional(),
|
|
16
|
-
createdAt: z.string().describe("ISO 8601 timestamp when the changelog was created."),
|
|
17
|
-
isDeleted: z.boolean().describe("Whether the changelog entry has been marked as deleted."),
|
|
16
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the changelog was created.").nullable(),
|
|
17
|
+
isDeleted: z.boolean().describe("Whether the changelog entry has been marked as deleted.").nullable(),
|
|
18
18
|
projectId: z.string().describe("ID of the associated project, if any.").nullable().optional(),
|
|
19
|
-
published: z.boolean().describe("Whether the changelog entry is published and visible."),
|
|
20
|
-
updatedAt: z.string().describe("ISO 8601 timestamp when the changelog was last updated."),
|
|
21
|
-
workspaceId: z.string().describe("ID of the workspace this changelog belongs to.")
|
|
22
|
-
});
|
|
19
|
+
published: z.boolean().describe("Whether the changelog entry is published and visible.").nullable(),
|
|
20
|
+
updatedAt: z.string().describe("ISO 8601 timestamp when the changelog was last updated.").nullable(),
|
|
21
|
+
workspaceId: z.string().describe("ID of the workspace this changelog belongs to.").nullable()
|
|
22
|
+
}).passthrough();
|
|
23
23
|
const productlaneListChangelogs = action("PRODUCTLANE_LIST_CHANGELOGS", {
|
|
24
24
|
slug: "productlane-list-changelogs",
|
|
25
25
|
name: "List Changelogs",
|
|
26
26
|
description: "Tool to list all published changelogs for a workspace by ID. Use when you need to retrieve changelog entries for a specific Productlane workspace.",
|
|
27
27
|
input: ProductlaneListChangelogsInput,
|
|
28
|
-
output: z.object({ changelogs: z.array(ProductlaneListChangelogs_ChangelogItemSchema).describe("List of published changelog entries for the workspace.") })
|
|
28
|
+
output: z.object({ changelogs: z.array(ProductlaneListChangelogs_ChangelogItemSchema).describe("List of published changelog entries for the workspace.") }).passthrough()
|
|
29
29
|
});
|
|
30
30
|
//#endregion
|
|
31
31
|
export { productlaneListChangelogs };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-changelogs.mjs","names":[],"sources":["../../src/actions/list-changelogs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListChangelogsInput
|
|
1
|
+
{"version":3,"file":"list-changelogs.mjs","names":[],"sources":["../../src/actions/list-changelogs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListChangelogsInput = z.object({\n language: z.string().describe(\"Optional language filter for changelogs. If provided, only changelogs in the specified language will be returned.\").optional(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace to list changelogs for.\"),\n});\nconst ProductlaneListChangelogs_ChangelogItemSchema = z.object({\n id: z.string().describe(\"Unique identifier of the changelog entry.\").nullable(),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date, if set.\").nullable().optional(),\n notes: z.record(z.string(), z.unknown()).describe(\"Additional notes or metadata for the changelog entry.\").nullable().optional(),\n title: z.string().describe(\"Title of the changelog entry.\").nullable(),\n version: z.number().describe(\"Version number of the changelog entry.\").nullable(),\n archived: z.boolean().describe(\"Whether the changelog entry has been archived.\").nullable(),\n imageUrl: z.string().describe(\"URL of the image associated with the changelog, if any.\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created.\").nullable(),\n isDeleted: z.boolean().describe(\"Whether the changelog entry has been marked as deleted.\").nullable(),\n projectId: z.string().describe(\"ID of the associated project, if any.\").nullable().optional(),\n published: z.boolean().describe(\"Whether the changelog entry is published and visible.\").nullable(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated.\").nullable(),\n workspaceId: z.string().describe(\"ID of the workspace this changelog belongs to.\").nullable(),\n}).passthrough();\nexport const ProductlaneListChangelogsOutput = z.object({\n changelogs: z.array(ProductlaneListChangelogs_ChangelogItemSchema).describe(\"List of published changelog entries for the workspace.\"),\n}).passthrough();\n\nexport const productlaneListChangelogs = action(\"PRODUCTLANE_LIST_CHANGELOGS\", {\n slug: \"productlane-list-changelogs\",\n name: \"List Changelogs\",\n description: \"Tool to list all published changelogs for a workspace by ID. Use when you need to retrieve changelog entries for a specific Productlane workspace.\",\n input: ProductlaneListChangelogsInput,\n output: ProductlaneListChangelogsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiC,EAAE,OAAO;CACrD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;CAC5J,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACnG,CAAC;AACD,MAAM,gDAAgD,EAAE,OAAO;CAC7D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;CAC9E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,OAAO,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/H,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAChF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACpG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CAClG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,4BAA4B,OAAO,+BAA+B;CAC7E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6C,EAAE,OAAO,EACtD,YAAY,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,wDAAwD,EACtI,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -8,17 +8,17 @@ const ProductlaneListCompaniesInput = zod.z.object({
|
|
|
8
8
|
domain: zod.z.string().describe("Filter companies by domain. Returns companies that have this domain associated.").optional()
|
|
9
9
|
}).describe("Request model for listing companies in Productlane.");
|
|
10
10
|
const ProductlaneListCompanies_NextPageSchema = zod.z.object({
|
|
11
|
-
skip: zod.z.number().int().describe("Number of items to skip for the next page"),
|
|
12
|
-
take: zod.z.number().int().describe("Number of items to take for the next page")
|
|
13
|
-
}).describe("Pagination information for the next page.");
|
|
11
|
+
skip: zod.z.number().int().describe("Number of items to skip for the next page").nullable(),
|
|
12
|
+
take: zod.z.number().int().describe("Number of items to take for the next page").nullable()
|
|
13
|
+
}).passthrough().describe("Pagination information for the next page.");
|
|
14
14
|
const ProductlaneListCompanies_CompanyCountSchema = zod.z.object({
|
|
15
15
|
contacts: zod.z.number().int().describe("Number of contacts in the company").nullable().optional(),
|
|
16
16
|
feedback: zod.z.number().int().describe("Number of feedback items from the company").nullable().optional()
|
|
17
|
-
}).describe("Count statistics for the company.");
|
|
17
|
+
}).passthrough().describe("Count statistics for the company.");
|
|
18
18
|
const ProductlaneListCompanies_CompanySchema = zod.z.object({
|
|
19
|
-
id: zod.z.string().describe("Unique identifier for the company"),
|
|
19
|
+
id: zod.z.string().describe("Unique identifier for the company").nullable(),
|
|
20
20
|
meta: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional metadata").nullable().optional(),
|
|
21
|
-
name: zod.z.string().describe("Name of the company"),
|
|
21
|
+
name: zod.z.string().describe("Name of the company").nullable(),
|
|
22
22
|
size: zod.z.number().int().describe("Company size (number of employees)").nullable().optional(),
|
|
23
23
|
_count: ProductlaneListCompanies_CompanyCountSchema.nullable(),
|
|
24
24
|
slugId: zod.z.string().describe("Slug identifier for the company").nullable().optional(),
|
|
@@ -27,27 +27,27 @@ const ProductlaneListCompanies_CompanySchema = zod.z.object({
|
|
|
27
27
|
domains: zod.z.array(zod.z.string()).describe("List of domains associated with the company").nullable().optional(),
|
|
28
28
|
logoUrl: zod.z.string().describe("URL of the company logo").nullable().optional(),
|
|
29
29
|
revenue: zod.z.number().describe("Company revenue").nullable().optional(),
|
|
30
|
-
version: zod.z.number().int().describe("Version number of the company record"),
|
|
30
|
+
version: zod.z.number().int().describe("Version number of the company record").nullable(),
|
|
31
31
|
statusId: zod.z.string().describe("Status identifier").nullable().optional(),
|
|
32
32
|
tierName: zod.z.string().describe("Tier name").nullable().optional(),
|
|
33
|
-
createdAt: zod.z.string().describe("ISO 8601 timestamp when the company was created"),
|
|
33
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the company was created").nullable(),
|
|
34
34
|
hubspotId: zod.z.string().describe("HubSpot ID").nullable().optional(),
|
|
35
|
-
isDeleted: zod.z.boolean().describe("Whether the company has been deleted"),
|
|
36
|
-
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the company was last updated"),
|
|
35
|
+
isDeleted: zod.z.boolean().describe("Whether the company has been deleted").nullable(),
|
|
36
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the company was last updated").nullable(),
|
|
37
37
|
intercomId: zod.z.string().describe("Intercom ID").nullable().optional(),
|
|
38
38
|
statusName: zod.z.string().describe("Status name").nullable().optional(),
|
|
39
39
|
externalIds: zod.z.array(zod.z.string()).describe("List of external IDs").nullable().optional(),
|
|
40
40
|
statusColor: zod.z.string().describe("Status color").nullable().optional(),
|
|
41
|
-
workspaceId: zod.z.string().describe("Workspace identifier"),
|
|
41
|
+
workspaceId: zod.z.string().describe("Workspace identifier").nullable(),
|
|
42
42
|
productboardId: zod.z.string().describe("Productboard ID").nullable().optional(),
|
|
43
43
|
linearCustomerId: zod.z.string().describe("Linear customer ID").nullable().optional()
|
|
44
|
-
}).describe("Company object returned by the Productlane API.");
|
|
44
|
+
}).passthrough().describe("Company object returned by the Productlane API.");
|
|
45
45
|
const ProductlaneListCompaniesOutput = zod.z.object({
|
|
46
|
-
count: zod.z.number().int().describe("Total count of companies matching the query"),
|
|
47
|
-
hasMore: zod.z.boolean().describe("Whether there are more companies available beyond this page"),
|
|
46
|
+
count: zod.z.number().int().describe("Total count of companies matching the query").nullable(),
|
|
47
|
+
hasMore: zod.z.boolean().describe("Whether there are more companies available beyond this page").nullable(),
|
|
48
48
|
nextPage: ProductlaneListCompanies_NextPageSchema.nullable().optional(),
|
|
49
49
|
companies: zod.z.array(ProductlaneListCompanies_CompanySchema).describe("Array of company objects matching the query")
|
|
50
|
-
}).describe("Response model for listing companies in Productlane.");
|
|
50
|
+
}).passthrough().describe("Response model for listing companies in Productlane.");
|
|
51
51
|
const productlaneListCompanies = require_action.action("PRODUCTLANE_LIST_COMPANIES", {
|
|
52
52
|
slug: "productlane-list-companies",
|
|
53
53
|
name: "List Companies",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-companies.cjs","names":["z","action"],"sources":["../../src/actions/list-companies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListCompaniesInput
|
|
1
|
+
{"version":3,"file":"list-companies.cjs","names":["z","action"],"sources":["../../src/actions/list-companies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListCompaniesInput = z.object({\n name: z.string().describe(\"Filter companies by name. Returns companies matching this name (case-sensitive).\").optional(),\n skip: z.number().int().describe(\"Number of companies to skip for pagination. Use with 'take' to paginate through results.\").optional(),\n take: z.number().int().describe(\"Number of companies to retrieve. Defaults to 10 if not specified. Maximum recommended is 100.\").optional(),\n domain: z.string().describe(\"Filter companies by domain. Returns companies that have this domain associated.\").optional(),\n}).describe(\"Request model for listing companies in Productlane.\");\nconst ProductlaneListCompanies_NextPageSchema = z.object({\n skip: z.number().int().describe(\"Number of items to skip for the next page\").nullable(),\n take: z.number().int().describe(\"Number of items to take for the next page\").nullable(),\n}).passthrough().describe(\"Pagination information for the next page.\");\nconst ProductlaneListCompanies_CompanyCountSchema = z.object({\n contacts: z.number().int().describe(\"Number of contacts in the company\").nullable().optional(),\n feedback: z.number().int().describe(\"Number of feedback items from the company\").nullable().optional(),\n}).passthrough().describe(\"Count statistics for the company.\");\nconst ProductlaneListCompanies_CompanySchema = z.object({\n id: z.string().describe(\"Unique identifier for the company\").nullable(),\n meta: z.record(z.string(), z.unknown()).describe(\"Additional metadata\").nullable().optional(),\n name: z.string().describe(\"Name of the company\").nullable(),\n size: z.number().int().describe(\"Company size (number of employees)\").nullable().optional(),\n _count: ProductlaneListCompanies_CompanyCountSchema.nullable(),\n slugId: z.string().describe(\"Slug identifier for the company\").nullable().optional(),\n tierId: z.string().describe(\"Tier identifier\").nullable().optional(),\n autoAdd: z.boolean().describe(\"Whether contacts are automatically added to this company\").nullable().optional(),\n domains: z.array(z.string()).describe(\"List of domains associated with the company\").nullable().optional(),\n logoUrl: z.string().describe(\"URL of the company logo\").nullable().optional(),\n revenue: z.number().describe(\"Company revenue\").nullable().optional(),\n version: z.number().int().describe(\"Version number of the company record\").nullable(),\n statusId: z.string().describe(\"Status identifier\").nullable().optional(),\n tierName: z.string().describe(\"Tier name\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the company was created\").nullable(),\n hubspotId: z.string().describe(\"HubSpot ID\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Whether the company has been deleted\").nullable(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the company was last updated\").nullable(),\n intercomId: z.string().describe(\"Intercom ID\").nullable().optional(),\n statusName: z.string().describe(\"Status name\").nullable().optional(),\n externalIds: z.array(z.string()).describe(\"List of external IDs\").nullable().optional(),\n statusColor: z.string().describe(\"Status color\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace identifier\").nullable(),\n productboardId: z.string().describe(\"Productboard ID\").nullable().optional(),\n linearCustomerId: z.string().describe(\"Linear customer ID\").nullable().optional(),\n}).passthrough().describe(\"Company object returned by the Productlane API.\");\nexport const ProductlaneListCompaniesOutput = z.object({\n count: z.number().int().describe(\"Total count of companies matching the query\").nullable(),\n hasMore: z.boolean().describe(\"Whether there are more companies available beyond this page\").nullable(),\n nextPage: ProductlaneListCompanies_NextPageSchema.nullable().optional(),\n companies: z.array(ProductlaneListCompanies_CompanySchema).describe(\"Array of company objects matching the query\"),\n}).passthrough().describe(\"Response model for listing companies in Productlane.\");\n\nexport const productlaneListCompanies = action(\"PRODUCTLANE_LIST_COMPANIES\", {\n slug: \"productlane-list-companies\",\n name: \"List Companies\",\n description: \"Tool to list all companies in Productlane. Use 'take' and 'skip' parameters to paginate through results. Supports filtering by domain or name.\",\n input: ProductlaneListCompaniesInput,\n output: ProductlaneListCompaniesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,56 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-companies.d.ts
|
|
4
|
-
declare const ProductlaneListCompaniesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneListCompaniesInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6
|
+
skip: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
take: z.ZodOptional<z.ZodNumber>;
|
|
8
|
+
domain: z.ZodOptional<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const ProductlaneListCompaniesOutput: z.ZodObject<{
|
|
11
|
+
count: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
hasMore: z.ZodNullable<z.ZodBoolean>;
|
|
13
|
+
nextPage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
14
|
+
skip: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
take: z.ZodNullable<z.ZodNumber>;
|
|
16
|
+
}, z.core.$loose>>>;
|
|
17
|
+
companies: z.ZodArray<z.ZodObject<{
|
|
18
|
+
id: z.ZodNullable<z.ZodString>;
|
|
19
|
+
meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
20
|
+
name: z.ZodNullable<z.ZodString>;
|
|
21
|
+
size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
|
+
_count: z.ZodNullable<z.ZodObject<{
|
|
23
|
+
contacts: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
24
|
+
feedback: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25
|
+
}, z.core.$loose>>;
|
|
26
|
+
slugId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
|
+
tierId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
autoAdd: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
29
|
+
domains: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
30
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
revenue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
33
|
+
statusId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
tierName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
36
|
+
hubspotId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
38
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
39
|
+
intercomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
statusName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
externalIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
42
|
+
statusColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
44
|
+
productboardId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
linearCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
}, z.core.$loose>>;
|
|
47
|
+
}, z.core.$loose>;
|
|
48
|
+
declare const productlaneListCompanies: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
49
|
+
name?: string | undefined;
|
|
50
|
+
skip?: number | undefined;
|
|
51
|
+
take?: number | undefined;
|
|
52
|
+
domain?: string | undefined;
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
54
|
//#endregion
|
|
8
55
|
export { productlaneListCompanies };
|
|
9
56
|
//# sourceMappingURL=list-companies.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-companies.d.cts","names":[],"sources":["../../src/actions/list-companies.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-companies.d.cts","names":[],"sources":["../../src/actions/list-companies.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;cAyC7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAO9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -1,9 +1,56 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-companies.d.ts
|
|
4
|
-
declare const ProductlaneListCompaniesInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneListCompaniesInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodOptional<z.ZodString>;
|
|
6
|
+
skip: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
take: z.ZodOptional<z.ZodNumber>;
|
|
8
|
+
domain: z.ZodOptional<z.ZodString>;
|
|
9
|
+
}, z.core.$strip>;
|
|
10
|
+
declare const ProductlaneListCompaniesOutput: z.ZodObject<{
|
|
11
|
+
count: z.ZodNullable<z.ZodNumber>;
|
|
12
|
+
hasMore: z.ZodNullable<z.ZodBoolean>;
|
|
13
|
+
nextPage: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
14
|
+
skip: z.ZodNullable<z.ZodNumber>;
|
|
15
|
+
take: z.ZodNullable<z.ZodNumber>;
|
|
16
|
+
}, z.core.$loose>>>;
|
|
17
|
+
companies: z.ZodArray<z.ZodObject<{
|
|
18
|
+
id: z.ZodNullable<z.ZodString>;
|
|
19
|
+
meta: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
20
|
+
name: z.ZodNullable<z.ZodString>;
|
|
21
|
+
size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
|
+
_count: z.ZodNullable<z.ZodObject<{
|
|
23
|
+
contacts: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
24
|
+
feedback: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
25
|
+
}, z.core.$loose>>;
|
|
26
|
+
slugId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
|
+
tierId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
autoAdd: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
29
|
+
domains: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
30
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
revenue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
33
|
+
statusId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
|
+
tierName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
36
|
+
hubspotId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
38
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
39
|
+
intercomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
statusName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
externalIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
|
|
42
|
+
statusColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
44
|
+
productboardId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
linearCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
46
|
+
}, z.core.$loose>>;
|
|
47
|
+
}, z.core.$loose>;
|
|
48
|
+
declare const productlaneListCompanies: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
49
|
+
name?: string | undefined;
|
|
50
|
+
skip?: number | undefined;
|
|
51
|
+
take?: number | undefined;
|
|
52
|
+
domain?: string | undefined;
|
|
53
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
54
|
//#endregion
|
|
8
55
|
export { productlaneListCompanies };
|
|
9
56
|
//# sourceMappingURL=list-companies.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-companies.d.mts","names":[],"sources":["../../src/actions/list-companies.ts"],"mappings":";;;cAIa,6BAAA,
|
|
1
|
+
{"version":3,"file":"list-companies.d.mts","names":[],"sources":["../../src/actions/list-companies.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;cAyC7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAO9B,wBAAA,gCAAwB,wBAAA"}
|
|
@@ -8,17 +8,17 @@ const ProductlaneListCompaniesInput = z.object({
|
|
|
8
8
|
domain: z.string().describe("Filter companies by domain. Returns companies that have this domain associated.").optional()
|
|
9
9
|
}).describe("Request model for listing companies in Productlane.");
|
|
10
10
|
const ProductlaneListCompanies_NextPageSchema = z.object({
|
|
11
|
-
skip: z.number().int().describe("Number of items to skip for the next page"),
|
|
12
|
-
take: z.number().int().describe("Number of items to take for the next page")
|
|
13
|
-
}).describe("Pagination information for the next page.");
|
|
11
|
+
skip: z.number().int().describe("Number of items to skip for the next page").nullable(),
|
|
12
|
+
take: z.number().int().describe("Number of items to take for the next page").nullable()
|
|
13
|
+
}).passthrough().describe("Pagination information for the next page.");
|
|
14
14
|
const ProductlaneListCompanies_CompanyCountSchema = z.object({
|
|
15
15
|
contacts: z.number().int().describe("Number of contacts in the company").nullable().optional(),
|
|
16
16
|
feedback: z.number().int().describe("Number of feedback items from the company").nullable().optional()
|
|
17
|
-
}).describe("Count statistics for the company.");
|
|
17
|
+
}).passthrough().describe("Count statistics for the company.");
|
|
18
18
|
const ProductlaneListCompanies_CompanySchema = z.object({
|
|
19
|
-
id: z.string().describe("Unique identifier for the company"),
|
|
19
|
+
id: z.string().describe("Unique identifier for the company").nullable(),
|
|
20
20
|
meta: z.record(z.string(), z.unknown()).describe("Additional metadata").nullable().optional(),
|
|
21
|
-
name: z.string().describe("Name of the company"),
|
|
21
|
+
name: z.string().describe("Name of the company").nullable(),
|
|
22
22
|
size: z.number().int().describe("Company size (number of employees)").nullable().optional(),
|
|
23
23
|
_count: ProductlaneListCompanies_CompanyCountSchema.nullable(),
|
|
24
24
|
slugId: z.string().describe("Slug identifier for the company").nullable().optional(),
|
|
@@ -27,32 +27,32 @@ const ProductlaneListCompanies_CompanySchema = z.object({
|
|
|
27
27
|
domains: z.array(z.string()).describe("List of domains associated with the company").nullable().optional(),
|
|
28
28
|
logoUrl: z.string().describe("URL of the company logo").nullable().optional(),
|
|
29
29
|
revenue: z.number().describe("Company revenue").nullable().optional(),
|
|
30
|
-
version: z.number().int().describe("Version number of the company record"),
|
|
30
|
+
version: z.number().int().describe("Version number of the company record").nullable(),
|
|
31
31
|
statusId: z.string().describe("Status identifier").nullable().optional(),
|
|
32
32
|
tierName: z.string().describe("Tier name").nullable().optional(),
|
|
33
|
-
createdAt: z.string().describe("ISO 8601 timestamp when the company was created"),
|
|
33
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the company was created").nullable(),
|
|
34
34
|
hubspotId: z.string().describe("HubSpot ID").nullable().optional(),
|
|
35
|
-
isDeleted: z.boolean().describe("Whether the company has been deleted"),
|
|
36
|
-
updatedAt: z.string().describe("ISO 8601 timestamp when the company was last updated"),
|
|
35
|
+
isDeleted: z.boolean().describe("Whether the company has been deleted").nullable(),
|
|
36
|
+
updatedAt: z.string().describe("ISO 8601 timestamp when the company was last updated").nullable(),
|
|
37
37
|
intercomId: z.string().describe("Intercom ID").nullable().optional(),
|
|
38
38
|
statusName: z.string().describe("Status name").nullable().optional(),
|
|
39
39
|
externalIds: z.array(z.string()).describe("List of external IDs").nullable().optional(),
|
|
40
40
|
statusColor: z.string().describe("Status color").nullable().optional(),
|
|
41
|
-
workspaceId: z.string().describe("Workspace identifier"),
|
|
41
|
+
workspaceId: z.string().describe("Workspace identifier").nullable(),
|
|
42
42
|
productboardId: z.string().describe("Productboard ID").nullable().optional(),
|
|
43
43
|
linearCustomerId: z.string().describe("Linear customer ID").nullable().optional()
|
|
44
|
-
}).describe("Company object returned by the Productlane API.");
|
|
44
|
+
}).passthrough().describe("Company object returned by the Productlane API.");
|
|
45
45
|
const productlaneListCompanies = action("PRODUCTLANE_LIST_COMPANIES", {
|
|
46
46
|
slug: "productlane-list-companies",
|
|
47
47
|
name: "List Companies",
|
|
48
48
|
description: "Tool to list all companies in Productlane. Use 'take' and 'skip' parameters to paginate through results. Supports filtering by domain or name.",
|
|
49
49
|
input: ProductlaneListCompaniesInput,
|
|
50
50
|
output: z.object({
|
|
51
|
-
count: z.number().int().describe("Total count of companies matching the query"),
|
|
52
|
-
hasMore: z.boolean().describe("Whether there are more companies available beyond this page"),
|
|
51
|
+
count: z.number().int().describe("Total count of companies matching the query").nullable(),
|
|
52
|
+
hasMore: z.boolean().describe("Whether there are more companies available beyond this page").nullable(),
|
|
53
53
|
nextPage: ProductlaneListCompanies_NextPageSchema.nullable().optional(),
|
|
54
54
|
companies: z.array(ProductlaneListCompanies_CompanySchema).describe("Array of company objects matching the query")
|
|
55
|
-
}).describe("Response model for listing companies in Productlane.")
|
|
55
|
+
}).passthrough().describe("Response model for listing companies in Productlane.")
|
|
56
56
|
});
|
|
57
57
|
//#endregion
|
|
58
58
|
export { productlaneListCompanies };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-companies.mjs","names":[],"sources":["../../src/actions/list-companies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListCompaniesInput
|
|
1
|
+
{"version":3,"file":"list-companies.mjs","names":[],"sources":["../../src/actions/list-companies.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListCompaniesInput = z.object({\n name: z.string().describe(\"Filter companies by name. Returns companies matching this name (case-sensitive).\").optional(),\n skip: z.number().int().describe(\"Number of companies to skip for pagination. Use with 'take' to paginate through results.\").optional(),\n take: z.number().int().describe(\"Number of companies to retrieve. Defaults to 10 if not specified. Maximum recommended is 100.\").optional(),\n domain: z.string().describe(\"Filter companies by domain. Returns companies that have this domain associated.\").optional(),\n}).describe(\"Request model for listing companies in Productlane.\");\nconst ProductlaneListCompanies_NextPageSchema = z.object({\n skip: z.number().int().describe(\"Number of items to skip for the next page\").nullable(),\n take: z.number().int().describe(\"Number of items to take for the next page\").nullable(),\n}).passthrough().describe(\"Pagination information for the next page.\");\nconst ProductlaneListCompanies_CompanyCountSchema = z.object({\n contacts: z.number().int().describe(\"Number of contacts in the company\").nullable().optional(),\n feedback: z.number().int().describe(\"Number of feedback items from the company\").nullable().optional(),\n}).passthrough().describe(\"Count statistics for the company.\");\nconst ProductlaneListCompanies_CompanySchema = z.object({\n id: z.string().describe(\"Unique identifier for the company\").nullable(),\n meta: z.record(z.string(), z.unknown()).describe(\"Additional metadata\").nullable().optional(),\n name: z.string().describe(\"Name of the company\").nullable(),\n size: z.number().int().describe(\"Company size (number of employees)\").nullable().optional(),\n _count: ProductlaneListCompanies_CompanyCountSchema.nullable(),\n slugId: z.string().describe(\"Slug identifier for the company\").nullable().optional(),\n tierId: z.string().describe(\"Tier identifier\").nullable().optional(),\n autoAdd: z.boolean().describe(\"Whether contacts are automatically added to this company\").nullable().optional(),\n domains: z.array(z.string()).describe(\"List of domains associated with the company\").nullable().optional(),\n logoUrl: z.string().describe(\"URL of the company logo\").nullable().optional(),\n revenue: z.number().describe(\"Company revenue\").nullable().optional(),\n version: z.number().int().describe(\"Version number of the company record\").nullable(),\n statusId: z.string().describe(\"Status identifier\").nullable().optional(),\n tierName: z.string().describe(\"Tier name\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the company was created\").nullable(),\n hubspotId: z.string().describe(\"HubSpot ID\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Whether the company has been deleted\").nullable(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the company was last updated\").nullable(),\n intercomId: z.string().describe(\"Intercom ID\").nullable().optional(),\n statusName: z.string().describe(\"Status name\").nullable().optional(),\n externalIds: z.array(z.string()).describe(\"List of external IDs\").nullable().optional(),\n statusColor: z.string().describe(\"Status color\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace identifier\").nullable(),\n productboardId: z.string().describe(\"Productboard ID\").nullable().optional(),\n linearCustomerId: z.string().describe(\"Linear customer ID\").nullable().optional(),\n}).passthrough().describe(\"Company object returned by the Productlane API.\");\nexport const ProductlaneListCompaniesOutput = z.object({\n count: z.number().int().describe(\"Total count of companies matching the query\").nullable(),\n hasMore: z.boolean().describe(\"Whether there are more companies available beyond this page\").nullable(),\n nextPage: ProductlaneListCompanies_NextPageSchema.nullable().optional(),\n companies: z.array(ProductlaneListCompanies_CompanySchema).describe(\"Array of company objects matching the query\"),\n}).passthrough().describe(\"Response model for listing companies in Productlane.\");\n\nexport const productlaneListCompanies = action(\"PRODUCTLANE_LIST_COMPANIES\", {\n slug: \"productlane-list-companies\",\n name: \"List Companies\",\n description: \"Tool to list all companies in Productlane. Use 'take' and 'skip' parameters to paginate through results. Supports filtering by domain or name.\",\n input: ProductlaneListCompaniesInput,\n output: ProductlaneListCompaniesOutput,\n});\n"],"mappings":"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"}
|
|
@@ -5,34 +5,34 @@ const ProductlaneListContactsInput = zod.z.object({
|
|
|
5
5
|
skip: zod.z.number().int().describe("Number of contacts to skip for pagination. Use this to retrieve contacts starting from a specific position.").optional(),
|
|
6
6
|
take: zod.z.number().int().describe("Maximum number of contacts to return in a single request. Use this to limit the response size.").optional()
|
|
7
7
|
}).describe("Request model for listing Productlane contacts.");
|
|
8
|
-
const ProductlaneListContacts_CompanySchema = zod.z.
|
|
8
|
+
const ProductlaneListContacts_CompanySchema = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Company information associated with a contact.");
|
|
9
9
|
const ProductlaneListContacts_ContactSchema = zod.z.object({
|
|
10
|
-
id: zod.z.string().describe("Unique identifier for the contact."),
|
|
11
|
-
name: zod.z.string().describe("Name of the contact."),
|
|
12
|
-
email: zod.z.string().describe("Email address of the contact."),
|
|
10
|
+
id: zod.z.string().describe("Unique identifier for the contact.").nullable(),
|
|
11
|
+
name: zod.z.string().describe("Name of the contact.").nullable(),
|
|
12
|
+
email: zod.z.string().describe("Email address of the contact.").nullable(),
|
|
13
13
|
company: ProductlaneListContacts_CompanySchema.nullable().optional(),
|
|
14
|
-
version: zod.z.number().describe("Version number of the contact record."),
|
|
15
|
-
imageUrl: zod.z.string().describe("URL of the contact's profile image."),
|
|
14
|
+
version: zod.z.number().describe("Version number of the contact record.").nullable(),
|
|
15
|
+
imageUrl: zod.z.string().describe("URL of the contact's profile image.").nullable(),
|
|
16
16
|
companyId: zod.z.string().describe("Unique identifier of the company associated with this contact.").nullable().optional(),
|
|
17
|
-
createdAt: zod.z.string().describe("Timestamp when the contact was created (ISO 8601 format)."),
|
|
17
|
+
createdAt: zod.z.string().describe("Timestamp when the contact was created (ISO 8601 format).").nullable(),
|
|
18
18
|
hubspotId: zod.z.string().describe("HubSpot identifier for the contact, if integrated.").nullable().optional(),
|
|
19
|
-
isDeleted: zod.z.boolean().describe("Whether the contact has been marked as deleted."),
|
|
20
|
-
updatedAt: zod.z.string().describe("Timestamp when the contact was last updated (ISO 8601 format)."),
|
|
19
|
+
isDeleted: zod.z.boolean().describe("Whether the contact has been marked as deleted.").nullable(),
|
|
20
|
+
updatedAt: zod.z.string().describe("Timestamp when the contact was last updated (ISO 8601 format).").nullable(),
|
|
21
21
|
zendeskId: zod.z.string().describe("Zendesk identifier for the contact, if integrated.").nullable().optional(),
|
|
22
22
|
intercomId: zod.z.string().describe("Intercom identifier for the contact, if integrated.").nullable().optional(),
|
|
23
|
-
workspaceId: zod.z.string().describe("Unique identifier of the workspace this contact belongs to."),
|
|
23
|
+
workspaceId: zod.z.string().describe("Unique identifier of the workspace this contact belongs to.").nullable(),
|
|
24
24
|
productboardId: zod.z.string().describe("Productboard identifier for the contact, if integrated.").nullable().optional()
|
|
25
|
-
}).describe("A contact in the Productlane workspace.");
|
|
25
|
+
}).passthrough().describe("A contact in the Productlane workspace.");
|
|
26
26
|
const ProductlaneListContacts_NextPageSchema = zod.z.object({
|
|
27
|
-
skip: zod.z.number().int().describe("Number of items to skip to get to the next page."),
|
|
28
|
-
take: zod.z.number().int().describe("Number of items per page.")
|
|
29
|
-
}).describe("Pagination information for the next page of results.");
|
|
27
|
+
skip: zod.z.number().int().describe("Number of items to skip to get to the next page.").nullable(),
|
|
28
|
+
take: zod.z.number().int().describe("Number of items per page.").nullable()
|
|
29
|
+
}).passthrough().describe("Pagination information for the next page of results.");
|
|
30
30
|
const ProductlaneListContactsOutput = zod.z.object({
|
|
31
|
-
count: zod.z.number().describe("Total count of contacts."),
|
|
32
|
-
hasMore: zod.z.boolean().describe("Whether there are more contacts available after this page."),
|
|
31
|
+
count: zod.z.number().describe("Total count of contacts.").nullable(),
|
|
32
|
+
hasMore: zod.z.boolean().describe("Whether there are more contacts available after this page.").nullable(),
|
|
33
33
|
contacts: zod.z.array(ProductlaneListContacts_ContactSchema).describe("List of contacts in the workspace."),
|
|
34
34
|
nextPage: ProductlaneListContacts_NextPageSchema.nullable().optional()
|
|
35
|
-
}).describe("Response model containing a list of contacts and pagination information.");
|
|
35
|
+
}).passthrough().describe("Response model containing a list of contacts and pagination information.");
|
|
36
36
|
const productlaneListContacts = require_action.action("PRODUCTLANE_LIST_CONTACTS", {
|
|
37
37
|
slug: "productlane-list-contacts",
|
|
38
38
|
name: "List contacts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-contacts.cjs","names":["z","action"],"sources":["../../src/actions/list-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListContactsInput
|
|
1
|
+
{"version":3,"file":"list-contacts.cjs","names":["z","action"],"sources":["../../src/actions/list-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListContactsInput = z.object({\n skip: z.number().int().describe(\"Number of contacts to skip for pagination. Use this to retrieve contacts starting from a specific position.\").optional(),\n take: z.number().int().describe(\"Maximum number of contacts to return in a single request. Use this to limit the response size.\").optional(),\n}).describe(\"Request model for listing Productlane contacts.\");\nconst ProductlaneListContacts_CompanySchema = z.record(z.string(), z.unknown()).describe(\"Company information associated with a contact.\");\nconst ProductlaneListContacts_ContactSchema = z.object({\n id: z.string().describe(\"Unique identifier for the contact.\").nullable(),\n name: z.string().describe(\"Name of the contact.\").nullable(),\n email: z.string().describe(\"Email address of the contact.\").nullable(),\n company: ProductlaneListContacts_CompanySchema.nullable().optional(),\n version: z.number().describe(\"Version number of the contact record.\").nullable(),\n imageUrl: z.string().describe(\"URL of the contact's profile image.\").nullable(),\n companyId: z.string().describe(\"Unique identifier of the company associated with this contact.\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the contact was created (ISO 8601 format).\").nullable(),\n hubspotId: z.string().describe(\"HubSpot identifier for the contact, if integrated.\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Whether the contact has been marked as deleted.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the contact was last updated (ISO 8601 format).\").nullable(),\n zendeskId: z.string().describe(\"Zendesk identifier for the contact, if integrated.\").nullable().optional(),\n intercomId: z.string().describe(\"Intercom identifier for the contact, if integrated.\").nullable().optional(),\n workspaceId: z.string().describe(\"Unique identifier of the workspace this contact belongs to.\").nullable(),\n productboardId: z.string().describe(\"Productboard identifier for the contact, if integrated.\").nullable().optional(),\n}).passthrough().describe(\"A contact in the Productlane workspace.\");\nconst ProductlaneListContacts_NextPageSchema = z.object({\n skip: z.number().int().describe(\"Number of items to skip to get to the next page.\").nullable(),\n take: z.number().int().describe(\"Number of items per page.\").nullable(),\n}).passthrough().describe(\"Pagination information for the next page of results.\");\nexport const ProductlaneListContactsOutput = z.object({\n count: z.number().describe(\"Total count of contacts.\").nullable(),\n hasMore: z.boolean().describe(\"Whether there are more contacts available after this page.\").nullable(),\n contacts: z.array(ProductlaneListContacts_ContactSchema).describe(\"List of contacts in the workspace.\"),\n nextPage: ProductlaneListContacts_NextPageSchema.nullable().optional(),\n}).passthrough().describe(\"Response model containing a list of contacts and pagination information.\");\n\nexport const productlaneListContacts = action(\"PRODUCTLANE_LIST_CONTACTS\", {\n slug: \"productlane-list-contacts\",\n name: \"List contacts\",\n description: \"Tool to retrieve all contacts for your workspace. Use when you need to list contacts with optional pagination support.\",\n input: ProductlaneListContactsInput,\n output: ProductlaneListContactsOutput,\n});\n"],"mappings":"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"}
|