@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":"delete-upvote.mjs","names":[],"sources":["../../src/actions/delete-upvote.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneDeleteUpvoteInput
|
|
1
|
+
{"version":3,"file":"delete-upvote.mjs","names":[],"sources":["../../src/actions/delete-upvote.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneDeleteUpvoteInput = z.object({\n id: z.string().describe(\"Unique identifier of the upvote to delete\"),\n});\nexport const ProductlaneDeleteUpvoteOutput = z.object({\n id: z.string().describe(\"Unique identifier of the deleted upvote\").nullable().optional(),\n issueId: z.string().describe(\"UUID of the upvoted issue, if applicable\").nullable().optional(),\n version: z.union([z.number().int(), z.number()]).nullable().optional(),\n contactId: z.string().describe(\"Identifier of the contact who created the upvote\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp of when the upvote was created\").nullable().optional(),\n isDeleted: z.boolean().describe(\"Indicates whether the upvote has been deleted\").nullable().optional(),\n projectId: z.string().describe(\"UUID of the upvoted project, if applicable\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace identifier this upvote belongs to\").nullable().optional(),\n}).passthrough();\n\nexport const productlaneDeleteUpvote = action(\"PRODUCTLANE_DELETE_UPVOTE\", {\n slug: \"productlane-delete-upvote\",\n name: \"Delete Upvote\",\n description: \"Tool to delete an upvote by its unique ID. Use when removing a previously cast upvote on an issue or project.\",\n input: ProductlaneDeleteUpvoteInput,\n output: ProductlaneDeleteUpvoteOutput,\n});\n"],"mappings":";;AAkBA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB0C,EAAE,OAAO,EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACrE,CAgBS;CACP,QAhB2C,EAAE,OAAO;EACpD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -3,9 +3,9 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/enable-widget.ts
|
|
4
4
|
const ProductlaneEnableWidgetInput = zod.z.object({}).describe("No parameters required to enable the Productlane widget.");
|
|
5
5
|
const ProductlaneEnableWidgetOutput = zod.z.object({
|
|
6
|
-
message: zod.z.string().describe("Client-side instruction to invoke Productlane.enable()"),
|
|
7
|
-
success: zod.z.boolean().describe("True if the widget was enabled successfully")
|
|
8
|
-
}).describe("Response schema for enabling the Productlane widget.");
|
|
6
|
+
message: zod.z.string().describe("Client-side instruction to invoke Productlane.enable()").nullable(),
|
|
7
|
+
success: zod.z.boolean().describe("True if the widget was enabled successfully").nullable()
|
|
8
|
+
}).passthrough().describe("Response schema for enabling the Productlane widget.");
|
|
9
9
|
const productlaneEnableWidget = require_action.action("PRODUCTLANE_ENABLE_WIDGET", {
|
|
10
10
|
slug: "productlane-enable-widget",
|
|
11
11
|
name: "Enable Productlane Widget",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable-widget.cjs","names":["z","action"],"sources":["../../src/actions/enable-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneEnableWidgetInput
|
|
1
|
+
{"version":3,"file":"enable-widget.cjs","names":["z","action"],"sources":["../../src/actions/enable-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneEnableWidgetInput = z.object({}).describe(\"No parameters required to enable the Productlane widget.\");\nexport const ProductlaneEnableWidgetOutput = z.object({\n message: z.string().describe(\"Client-side instruction to invoke Productlane.enable()\").nullable(),\n success: z.boolean().describe(\"True if the widget was enabled successfully\").nullable(),\n}).passthrough().describe(\"Response schema for enabling the Productlane widget.\");\n\nexport const productlaneEnableWidget = action(\"PRODUCTLANE_ENABLE_WIDGET\", {\n slug: \"productlane-enable-widget\",\n name: \"Enable Productlane Widget\",\n description: \"Tool to enable the Productlane widget. Use after confirming the widget is currently disabled.\",\n input: ProductlaneEnableWidgetInput,\n output: ProductlaneEnableWidgetOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAC5H,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAChG,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAAsD;AAEhF,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/enable-widget.d.ts
|
|
4
|
-
declare const ProductlaneEnableWidgetInput: z.
|
|
5
|
-
declare const ProductlaneEnableWidgetOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneEnableWidgetInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ProductlaneEnableWidgetOutput: z.ZodObject<{
|
|
6
|
+
message: z.ZodNullable<z.ZodString>;
|
|
7
|
+
success: z.ZodNullable<z.ZodBoolean>;
|
|
8
|
+
}, z.core.$loose>;
|
|
9
|
+
declare const productlaneEnableWidget: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
10
|
//#endregion
|
|
8
11
|
export { productlaneEnableWidget };
|
|
9
12
|
//# sourceMappingURL=enable-widget.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable-widget.d.cts","names":[],"sources":["../../src/actions/enable-widget.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"enable-widget.d.cts","names":[],"sources":["../../src/actions/enable-widget.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/enable-widget.d.ts
|
|
4
|
-
declare const ProductlaneEnableWidgetInput: z.
|
|
5
|
-
declare const ProductlaneEnableWidgetOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneEnableWidgetInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const ProductlaneEnableWidgetOutput: z.ZodObject<{
|
|
6
|
+
message: z.ZodNullable<z.ZodString>;
|
|
7
|
+
success: z.ZodNullable<z.ZodBoolean>;
|
|
8
|
+
}, z.core.$loose>;
|
|
9
|
+
declare const productlaneEnableWidget: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
10
|
//#endregion
|
|
8
11
|
export { productlaneEnableWidget };
|
|
9
12
|
//# sourceMappingURL=enable-widget.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable-widget.d.mts","names":[],"sources":["../../src/actions/enable-widget.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"enable-widget.d.mts","names":[],"sources":["../../src/actions/enable-widget.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -6,9 +6,9 @@ const productlaneEnableWidget = action("PRODUCTLANE_ENABLE_WIDGET", {
|
|
|
6
6
|
description: "Tool to enable the Productlane widget. Use after confirming the widget is currently disabled.",
|
|
7
7
|
input: z.object({}).describe("No parameters required to enable the Productlane widget."),
|
|
8
8
|
output: z.object({
|
|
9
|
-
message: z.string().describe("Client-side instruction to invoke Productlane.enable()"),
|
|
10
|
-
success: z.boolean().describe("True if the widget was enabled successfully")
|
|
11
|
-
}).describe("Response schema for enabling the Productlane widget.")
|
|
9
|
+
message: z.string().describe("Client-side instruction to invoke Productlane.enable()").nullable(),
|
|
10
|
+
success: z.boolean().describe("True if the widget was enabled successfully").nullable()
|
|
11
|
+
}).passthrough().describe("Response schema for enabling the Productlane widget.")
|
|
12
12
|
});
|
|
13
13
|
//#endregion
|
|
14
14
|
export { productlaneEnableWidget };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enable-widget.mjs","names":[],"sources":["../../src/actions/enable-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneEnableWidgetInput
|
|
1
|
+
{"version":3,"file":"enable-widget.mjs","names":[],"sources":["../../src/actions/enable-widget.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneEnableWidgetInput = z.object({}).describe(\"No parameters required to enable the Productlane widget.\");\nexport const ProductlaneEnableWidgetOutput = z.object({\n message: z.string().describe(\"Client-side instruction to invoke Productlane.enable()\").nullable(),\n success: z.boolean().describe(\"True if the widget was enabled successfully\").nullable(),\n}).passthrough().describe(\"Response schema for enabling the Productlane widget.\");\n\nexport const productlaneEnableWidget = action(\"PRODUCTLANE_ENABLE_WIDGET\", {\n slug: \"productlane-enable-widget\",\n name: \"Enable Productlane Widget\",\n description: \"Tool to enable the Productlane widget. Use after confirming the widget is currently disabled.\",\n input: ProductlaneEnableWidgetInput,\n output: ProductlaneEnableWidgetOutput,\n});\n"],"mappings":";;AAUA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAV0C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0DAUzD;CACP,QAV2C,EAAE,OAAO;EACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;EAChG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sDAOhB;AACV,CAAC"}
|
|
@@ -7,24 +7,24 @@ const ProductlaneGetChangelogInput = zod.z.object({
|
|
|
7
7
|
workspace_id: zod.z.string().describe("The unique identifier of the workspace containing the changelog.")
|
|
8
8
|
}).describe("Request model for retrieving a published changelog by ID.");
|
|
9
9
|
const ProductlaneGetChangelogOutput = zod.z.object({
|
|
10
|
-
id: zod.z.string().describe("The unique identifier of the changelog."),
|
|
10
|
+
id: zod.z.string().describe("The unique identifier of the changelog.").nullable(),
|
|
11
11
|
date: zod.z.string().describe("ISO 8601 timestamp of the changelog date.").nullable().optional(),
|
|
12
12
|
notes: zod.z.union([
|
|
13
13
|
zod.z.string(),
|
|
14
14
|
zod.z.record(zod.z.string(), zod.z.unknown()),
|
|
15
15
|
zod.z.array(zod.z.unknown())
|
|
16
16
|
]).nullable().optional(),
|
|
17
|
-
title: zod.z.string().describe("Title of the changelog."),
|
|
18
|
-
version: zod.z.number().describe("Version number of the changelog."),
|
|
19
|
-
archived: zod.z.boolean().describe("Indicates whether the changelog is archived."),
|
|
17
|
+
title: zod.z.string().describe("Title of the changelog.").nullable(),
|
|
18
|
+
version: zod.z.number().describe("Version number of the changelog.").nullable(),
|
|
19
|
+
archived: zod.z.boolean().describe("Indicates whether the changelog is archived.").nullable(),
|
|
20
20
|
imageUrl: zod.z.string().describe("URL of the changelog's featured image.").nullable().optional(),
|
|
21
|
-
createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created."),
|
|
22
|
-
isDeleted: zod.z.boolean().describe("Indicates whether the changelog has been deleted."),
|
|
21
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created.").nullable(),
|
|
22
|
+
isDeleted: zod.z.boolean().describe("Indicates whether the changelog has been deleted.").nullable(),
|
|
23
23
|
projectId: zod.z.string().describe("The ID of the project associated with the changelog.").nullable().optional(),
|
|
24
|
-
published: zod.z.boolean().describe("Indicates whether the changelog is published."),
|
|
25
|
-
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated."),
|
|
26
|
-
workspaceId: zod.z.string().describe("The unique identifier of the workspace containing the changelog.")
|
|
27
|
-
}).describe("Response model containing the published changelog details.");
|
|
24
|
+
published: zod.z.boolean().describe("Indicates whether the changelog is published.").nullable(),
|
|
25
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated.").nullable(),
|
|
26
|
+
workspaceId: zod.z.string().describe("The unique identifier of the workspace containing the changelog.").nullable()
|
|
27
|
+
}).passthrough().describe("Response model containing the published changelog details.");
|
|
28
28
|
const productlaneGetChangelog = require_action.action("PRODUCTLANE_GET_CHANGELOG", {
|
|
29
29
|
slug: "productlane-get-changelog",
|
|
30
30
|
name: "Get Changelog",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-changelog.cjs","names":["z","action"],"sources":["../../src/actions/get-changelog.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetChangelogInput
|
|
1
|
+
{"version":3,"file":"get-changelog.cjs","names":["z","action"],"sources":["../../src/actions/get-changelog.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetChangelogInput = 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.object({\n id: z.string().describe(\"The unique identifier of the changelog.\").nullable(),\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.\").nullable(),\n version: z.number().describe(\"Version number of the changelog.\").nullable(),\n archived: z.boolean().describe(\"Indicates whether the changelog is archived.\").nullable(),\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.\").nullable(),\n isDeleted: z.boolean().describe(\"Indicates whether the changelog has been deleted.\").nullable(),\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.\").nullable(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated.\").nullable(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace containing the changelog.\").nullable(),\n}).passthrough().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":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8GAA8G,CAAC,CAAC,SAAS;CACvJ,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACvF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE;AACtG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,OAAOA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CAC1E,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACnG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;AAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4DAA4D;AAEtF,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,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/get-changelog.d.ts
|
|
4
|
-
declare const ProductlaneGetChangelogInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneGetChangelogInput: z.ZodObject<{
|
|
5
|
+
language: z.ZodOptional<z.ZodString>;
|
|
6
|
+
changelog_id: z.ZodString;
|
|
7
|
+
workspace_id: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const ProductlaneGetChangelogOutput: z.ZodObject<{
|
|
10
|
+
id: z.ZodNullable<z.ZodString>;
|
|
11
|
+
date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
notes: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<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
|
+
declare const productlaneGetChangelog: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
|
+
changelog_id: string;
|
|
26
|
+
workspace_id: 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 { productlaneGetChangelog };
|
|
9
31
|
//# sourceMappingURL=get-changelog.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-changelog.d.cts","names":[],"sources":["../../src/actions/get-changelog.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"get-changelog.d.cts","names":[],"sources":["../../src/actions/get-changelog.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;cAK5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-changelog.d.ts
|
|
4
|
-
declare const ProductlaneGetChangelogInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneGetChangelogInput: z.ZodObject<{
|
|
5
|
+
language: z.ZodOptional<z.ZodString>;
|
|
6
|
+
changelog_id: z.ZodString;
|
|
7
|
+
workspace_id: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const ProductlaneGetChangelogOutput: z.ZodObject<{
|
|
10
|
+
id: z.ZodNullable<z.ZodString>;
|
|
11
|
+
date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
notes: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodString, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodArray<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
|
+
declare const productlaneGetChangelog: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
|
+
changelog_id: string;
|
|
26
|
+
workspace_id: 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 { productlaneGetChangelog };
|
|
9
31
|
//# sourceMappingURL=get-changelog.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-changelog.d.mts","names":[],"sources":["../../src/actions/get-changelog.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"get-changelog.d.mts","names":[],"sources":["../../src/actions/get-changelog.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;cAK5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -10,24 +10,24 @@ const productlaneGetChangelog = action("PRODUCTLANE_GET_CHANGELOG", {
|
|
|
10
10
|
workspace_id: z.string().describe("The unique identifier of the workspace containing the changelog.")
|
|
11
11
|
}).describe("Request model for retrieving a published changelog by ID."),
|
|
12
12
|
output: z.object({
|
|
13
|
-
id: z.string().describe("The unique identifier of the changelog."),
|
|
13
|
+
id: z.string().describe("The unique identifier of the changelog.").nullable(),
|
|
14
14
|
date: z.string().describe("ISO 8601 timestamp of the changelog date.").nullable().optional(),
|
|
15
15
|
notes: z.union([
|
|
16
16
|
z.string(),
|
|
17
17
|
z.record(z.string(), z.unknown()),
|
|
18
18
|
z.array(z.unknown())
|
|
19
19
|
]).nullable().optional(),
|
|
20
|
-
title: z.string().describe("Title of the changelog."),
|
|
21
|
-
version: z.number().describe("Version number of the changelog."),
|
|
22
|
-
archived: z.boolean().describe("Indicates whether the changelog is archived."),
|
|
20
|
+
title: z.string().describe("Title of the changelog.").nullable(),
|
|
21
|
+
version: z.number().describe("Version number of the changelog.").nullable(),
|
|
22
|
+
archived: z.boolean().describe("Indicates whether the changelog is archived.").nullable(),
|
|
23
23
|
imageUrl: z.string().describe("URL of the changelog's featured image.").nullable().optional(),
|
|
24
|
-
createdAt: z.string().describe("ISO 8601 timestamp when the changelog was created."),
|
|
25
|
-
isDeleted: z.boolean().describe("Indicates whether the changelog has been deleted."),
|
|
24
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the changelog was created.").nullable(),
|
|
25
|
+
isDeleted: z.boolean().describe("Indicates whether the changelog has been deleted.").nullable(),
|
|
26
26
|
projectId: z.string().describe("The ID of the project associated with the changelog.").nullable().optional(),
|
|
27
|
-
published: z.boolean().describe("Indicates whether the changelog is published."),
|
|
28
|
-
updatedAt: z.string().describe("ISO 8601 timestamp when the changelog was last updated."),
|
|
29
|
-
workspaceId: z.string().describe("The unique identifier of the workspace containing the changelog.")
|
|
30
|
-
}).describe("Response model containing the published changelog details.")
|
|
27
|
+
published: z.boolean().describe("Indicates whether the changelog is published.").nullable(),
|
|
28
|
+
updatedAt: z.string().describe("ISO 8601 timestamp when the changelog was last updated.").nullable(),
|
|
29
|
+
workspaceId: z.string().describe("The unique identifier of the workspace containing the changelog.").nullable()
|
|
30
|
+
}).passthrough().describe("Response model containing the published changelog details.")
|
|
31
31
|
});
|
|
32
32
|
//#endregion
|
|
33
33
|
export { productlaneGetChangelog };
|
|
@@ -1 +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
|
|
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.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.object({\n id: z.string().describe(\"The unique identifier of the changelog.\").nullable(),\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.\").nullable(),\n version: z.number().describe(\"Version number of the changelog.\").nullable(),\n archived: z.boolean().describe(\"Indicates whether the changelog is archived.\").nullable(),\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.\").nullable(),\n isDeleted: z.boolean().describe(\"Indicates whether the changelog has been deleted.\").nullable(),\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.\").nullable(),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the changelog was last updated.\").nullable(),\n workspaceId: z.string().describe(\"The unique identifier of the workspace containing the changelog.\").nullable(),\n}).passthrough().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,OAzB0C,EAAE,OAAO;EACnD,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,QArB2C,EAAE,OAAO;EACpD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC5E,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,CAAC,CAAC,SAAS;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EAC1E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EACxF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAC1F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EACnG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,4DAOhB;AACV,CAAC"}
|
|
@@ -6,8 +6,8 @@ const ProductlaneGetCompanyInput = zod.z.object({
|
|
|
6
6
|
groupUpvotes: zod.z.boolean().describe("Whether to group upvotes in the response. When true, upvotes are grouped by various criteria.").optional()
|
|
7
7
|
}).describe("Request model for getting a company by ID.");
|
|
8
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."),
|
|
9
|
+
id: zod.z.string().describe("Unique identifier (UUID) of the company.").nullable(),
|
|
10
|
+
name: zod.z.string().describe("Name of the company.").nullable(),
|
|
11
11
|
size: zod.z.number().describe("Size of the company (e.g., number of employees).").nullable().optional(),
|
|
12
12
|
slugId: zod.z.string().describe("Slug identifier for the company, used in URLs.").nullable().optional(),
|
|
13
13
|
tierId: zod.z.string().describe("Unique identifier of the company's tier.").nullable().optional(),
|
|
@@ -15,22 +15,22 @@ const ProductlaneGetCompany_CompanyDataSchema = zod.z.object({
|
|
|
15
15
|
domains: zod.z.array(zod.z.string()).describe("List of domain names associated with the company."),
|
|
16
16
|
logoUrl: zod.z.string().describe("URL to the company's logo image.").nullable().optional(),
|
|
17
17
|
revenue: zod.z.number().describe("Revenue of the company.").nullable().optional(),
|
|
18
|
-
version: zod.z.number().describe("Version number of the company record."),
|
|
18
|
+
version: zod.z.number().describe("Version number of the company record.").nullable(),
|
|
19
19
|
statusId: zod.z.string().describe("Unique identifier of the company's status.").nullable().optional(),
|
|
20
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)."),
|
|
21
|
+
createdAt: zod.z.string().describe("Timestamp when the company was created (ISO 8601 format).").nullable(),
|
|
22
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)."),
|
|
23
|
+
isDeleted: zod.z.boolean().describe("Whether the company has been deleted.").nullable(),
|
|
24
|
+
updatedAt: zod.z.string().describe("Timestamp when the company was last updated (ISO 8601 format).").nullable(),
|
|
25
25
|
intercomId: zod.z.string().describe("Intercom ID associated with this company, if any.").nullable().optional(),
|
|
26
26
|
statusName: zod.z.string().describe("Name of the company's status.").nullable().optional(),
|
|
27
27
|
externalIds: zod.z.array(zod.z.string()).describe("List of external identifiers associated with the company."),
|
|
28
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."),
|
|
29
|
+
workspaceId: zod.z.string().describe("Unique identifier (UUID) of the workspace this company belongs to.").nullable(),
|
|
30
30
|
productboardId: zod.z.string().describe("Productboard ID associated with this company, if any.").nullable().optional(),
|
|
31
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.");
|
|
32
|
+
}).passthrough().describe("Detailed information about a company.");
|
|
33
|
+
const ProductlaneGetCompanyOutput = zod.z.object({ company: ProductlaneGetCompany_CompanyDataSchema.nullable() }).passthrough().describe("Response model containing company details and related data.");
|
|
34
34
|
const productlaneGetCompany = require_action.action("PRODUCTLANE_GET_COMPANY", {
|
|
35
35
|
slug: "productlane-get-company",
|
|
36
36
|
name: "Get Company by ID",
|
|
@@ -1 +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
|
|
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.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.object({\n id: z.string().describe(\"Unique identifier (UUID) of the company.\").nullable(),\n name: z.string().describe(\"Name of the company.\").nullable(),\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.\").nullable(),\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).\").nullable(),\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.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the company was last updated (ISO 8601 format).\").nullable(),\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.\").nullable(),\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}).passthrough().describe(\"Detailed information about a company.\");\nexport const ProductlaneGetCompanyOutput = z.object({\n company: ProductlaneGetCompany_CompanyDataSchema.nullable(),\n}).passthrough().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,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,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,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC7E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,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,CAAC,CAAC,SAAS;CAC/E,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,CAAC,CAAC,SAAS;CACrG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC1G,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,CAAC,CAAC,SAAS;CAChH,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,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAAS,wCAAwC,SAAS,EAC5D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAA6D;AAEvF,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,41 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company.d.ts
|
|
4
|
-
declare const ProductlaneGetCompanyInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneGetCompanyInput: z.ZodObject<{
|
|
5
|
+
id: z.ZodString;
|
|
6
|
+
groupUpvotes: z.ZodOptional<z.ZodBoolean>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const ProductlaneGetCompanyOutput: z.ZodObject<{
|
|
9
|
+
company: z.ZodNullable<z.ZodObject<{
|
|
10
|
+
id: z.ZodNullable<z.ZodString>;
|
|
11
|
+
name: z.ZodNullable<z.ZodString>;
|
|
12
|
+
size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
+
slugId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
tierId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
autoAdd: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
16
|
+
domains: z.ZodArray<z.ZodString>;
|
|
17
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
revenue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
statusId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
tierName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
23
|
+
hubspotId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
25
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
26
|
+
intercomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
|
+
statusName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
externalIds: z.ZodArray<z.ZodString>;
|
|
29
|
+
statusColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
31
|
+
productboardId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
|
+
linearCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
}, z.core.$loose>>;
|
|
34
|
+
}, z.core.$loose>;
|
|
35
|
+
declare const productlaneGetCompany: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
36
|
+
id: string;
|
|
37
|
+
groupUpvotes?: boolean | undefined;
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
39
|
//#endregion
|
|
8
40
|
export { productlaneGetCompany };
|
|
9
41
|
//# sourceMappingURL=get-company.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company.d.cts","names":[],"sources":["../../src/actions/get-company.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"get-company.d.cts","names":[],"sources":["../../src/actions/get-company.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;cA6B1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -1,9 +1,41 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-company.d.ts
|
|
4
|
-
declare const ProductlaneGetCompanyInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneGetCompanyInput: z.ZodObject<{
|
|
5
|
+
id: z.ZodString;
|
|
6
|
+
groupUpvotes: z.ZodOptional<z.ZodBoolean>;
|
|
7
|
+
}, z.core.$strip>;
|
|
8
|
+
declare const ProductlaneGetCompanyOutput: z.ZodObject<{
|
|
9
|
+
company: z.ZodNullable<z.ZodObject<{
|
|
10
|
+
id: z.ZodNullable<z.ZodString>;
|
|
11
|
+
name: z.ZodNullable<z.ZodString>;
|
|
12
|
+
size: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
13
|
+
slugId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
tierId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
autoAdd: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
16
|
+
domains: z.ZodArray<z.ZodString>;
|
|
17
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
revenue: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
19
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
20
|
+
statusId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
21
|
+
tierName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
22
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
23
|
+
hubspotId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
25
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
26
|
+
intercomId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
|
+
statusName: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
|
+
externalIds: z.ZodArray<z.ZodString>;
|
|
29
|
+
statusColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
31
|
+
productboardId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
|
+
linearCustomerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
33
|
+
}, z.core.$loose>>;
|
|
34
|
+
}, z.core.$loose>;
|
|
35
|
+
declare const productlaneGetCompany: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
36
|
+
id: string;
|
|
37
|
+
groupUpvotes?: boolean | undefined;
|
|
38
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
39
|
//#endregion
|
|
8
40
|
export { productlaneGetCompany };
|
|
9
41
|
//# sourceMappingURL=get-company.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-company.d.mts","names":[],"sources":["../../src/actions/get-company.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"get-company.d.mts","names":[],"sources":["../../src/actions/get-company.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;cA6B1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -6,8 +6,8 @@ const ProductlaneGetCompanyInput = z.object({
|
|
|
6
6
|
groupUpvotes: z.boolean().describe("Whether to group upvotes in the response. When true, upvotes are grouped by various criteria.").optional()
|
|
7
7
|
}).describe("Request model for getting a company by ID.");
|
|
8
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."),
|
|
9
|
+
id: z.string().describe("Unique identifier (UUID) of the company.").nullable(),
|
|
10
|
+
name: z.string().describe("Name of the company.").nullable(),
|
|
11
11
|
size: z.number().describe("Size of the company (e.g., number of employees).").nullable().optional(),
|
|
12
12
|
slugId: z.string().describe("Slug identifier for the company, used in URLs.").nullable().optional(),
|
|
13
13
|
tierId: z.string().describe("Unique identifier of the company's tier.").nullable().optional(),
|
|
@@ -15,27 +15,27 @@ const ProductlaneGetCompany_CompanyDataSchema = z.object({
|
|
|
15
15
|
domains: z.array(z.string()).describe("List of domain names associated with the company."),
|
|
16
16
|
logoUrl: z.string().describe("URL to the company's logo image.").nullable().optional(),
|
|
17
17
|
revenue: z.number().describe("Revenue of the company.").nullable().optional(),
|
|
18
|
-
version: z.number().describe("Version number of the company record."),
|
|
18
|
+
version: z.number().describe("Version number of the company record.").nullable(),
|
|
19
19
|
statusId: z.string().describe("Unique identifier of the company's status.").nullable().optional(),
|
|
20
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)."),
|
|
21
|
+
createdAt: z.string().describe("Timestamp when the company was created (ISO 8601 format).").nullable(),
|
|
22
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)."),
|
|
23
|
+
isDeleted: z.boolean().describe("Whether the company has been deleted.").nullable(),
|
|
24
|
+
updatedAt: z.string().describe("Timestamp when the company was last updated (ISO 8601 format).").nullable(),
|
|
25
25
|
intercomId: z.string().describe("Intercom ID associated with this company, if any.").nullable().optional(),
|
|
26
26
|
statusName: z.string().describe("Name of the company's status.").nullable().optional(),
|
|
27
27
|
externalIds: z.array(z.string()).describe("List of external identifiers associated with the company."),
|
|
28
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."),
|
|
29
|
+
workspaceId: z.string().describe("Unique identifier (UUID) of the workspace this company belongs to.").nullable(),
|
|
30
30
|
productboardId: z.string().describe("Productboard ID associated with this company, if any.").nullable().optional(),
|
|
31
31
|
linearCustomerId: z.string().describe("Linear customer ID associated with this company, if any.").nullable().optional()
|
|
32
|
-
}).describe("Detailed information about a company.");
|
|
32
|
+
}).passthrough().describe("Detailed information about a company.");
|
|
33
33
|
const productlaneGetCompany = action("PRODUCTLANE_GET_COMPANY", {
|
|
34
34
|
slug: "productlane-get-company",
|
|
35
35
|
name: "Get Company by ID",
|
|
36
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
37
|
input: ProductlaneGetCompanyInput,
|
|
38
|
-
output: z.object({ company: ProductlaneGetCompany_CompanyDataSchema.nullable() }).describe("Response model containing company details and related data.")
|
|
38
|
+
output: z.object({ company: ProductlaneGetCompany_CompanyDataSchema.nullable() }).passthrough().describe("Response model containing company details and related data.")
|
|
39
39
|
});
|
|
40
40
|
//#endregion
|
|
41
41
|
export { productlaneGetCompany };
|
|
@@ -1 +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
|
|
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.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.object({\n id: z.string().describe(\"Unique identifier (UUID) of the company.\").nullable(),\n name: z.string().describe(\"Name of the company.\").nullable(),\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.\").nullable(),\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).\").nullable(),\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.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the company was last updated (ISO 8601 format).\").nullable(),\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.\").nullable(),\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}).passthrough().describe(\"Detailed information about a company.\");\nexport const ProductlaneGetCompanyOutput = z.object({\n company: ProductlaneGetCompany_CompanyDataSchema.nullable(),\n}).passthrough().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,6BAA6B,EAAE,OAAO;CACjD,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,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC7E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,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,CAAC,CAAC,SAAS;CAC/E,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,CAAC,CAAC,SAAS;CACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC1G,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,CAAC,CAAC,SAAS;CAChH,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,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAKjE,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,wCAAwC,SAAS,EAC5D,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6DAOhB;AACV,CAAC"}
|