@keystrokehq/productlane 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-changelog.cjs +33 -0
- package/dist/actions/create-changelog.cjs.map +1 -0
- package/dist/actions/create-changelog.d.cts +9 -0
- package/dist/actions/create-changelog.d.cts.map +1 -0
- package/dist/actions/create-changelog.d.mts +9 -0
- package/dist/actions/create-changelog.d.mts.map +1 -0
- package/dist/actions/create-changelog.mjs +30 -0
- package/dist/actions/create-changelog.mjs.map +1 -0
- package/dist/actions/create-company.cjs +52 -0
- package/dist/actions/create-company.cjs.map +1 -0
- package/dist/actions/create-company.d.cts +9 -0
- package/dist/actions/create-company.d.cts.map +1 -0
- package/dist/actions/create-company.d.mts +9 -0
- package/dist/actions/create-company.d.mts.map +1 -0
- package/dist/actions/create-company.mjs +49 -0
- package/dist/actions/create-company.mjs.map +1 -0
- package/dist/actions/create-contact.cjs +37 -0
- package/dist/actions/create-contact.cjs.map +1 -0
- package/dist/actions/create-contact.d.cts +9 -0
- package/dist/actions/create-contact.d.cts.map +1 -0
- package/dist/actions/create-contact.d.mts +9 -0
- package/dist/actions/create-contact.d.mts.map +1 -0
- package/dist/actions/create-contact.mjs +34 -0
- package/dist/actions/create-contact.mjs.map +1 -0
- package/dist/actions/create-feedback.cjs +53 -0
- package/dist/actions/create-feedback.cjs.map +1 -0
- package/dist/actions/create-feedback.d.cts +9 -0
- package/dist/actions/create-feedback.d.cts.map +1 -0
- package/dist/actions/create-feedback.d.mts +9 -0
- package/dist/actions/create-feedback.d.mts.map +1 -0
- package/dist/actions/create-feedback.mjs +50 -0
- package/dist/actions/create-feedback.mjs.map +1 -0
- package/dist/actions/create-insight.cjs +188 -0
- package/dist/actions/create-insight.cjs.map +1 -0
- package/dist/actions/create-insight.d.cts +9 -0
- package/dist/actions/create-insight.d.cts.map +1 -0
- package/dist/actions/create-insight.d.mts +9 -0
- package/dist/actions/create-insight.d.mts.map +1 -0
- package/dist/actions/create-insight.mjs +187 -0
- package/dist/actions/create-insight.mjs.map +1 -0
- package/dist/actions/create-thread.cjs +29 -0
- package/dist/actions/create-thread.cjs.map +1 -0
- package/dist/actions/create-thread.d.cts +9 -0
- package/dist/actions/create-thread.d.cts.map +1 -0
- package/dist/actions/create-thread.d.mts +9 -0
- package/dist/actions/create-thread.d.mts.map +1 -0
- package/dist/actions/create-thread.mjs +26 -0
- package/dist/actions/create-thread.mjs.map +1 -0
- package/dist/actions/create-upvote.cjs +28 -0
- package/dist/actions/create-upvote.cjs.map +1 -0
- package/dist/actions/create-upvote.d.cts +9 -0
- package/dist/actions/create-upvote.d.cts.map +1 -0
- package/dist/actions/create-upvote.d.mts +9 -0
- package/dist/actions/create-upvote.d.mts.map +1 -0
- package/dist/actions/create-upvote.mjs +25 -0
- package/dist/actions/create-upvote.mjs.map +1 -0
- package/dist/actions/delete-company.cjs +16 -0
- package/dist/actions/delete-company.cjs.map +1 -0
- package/dist/actions/delete-company.d.cts +9 -0
- package/dist/actions/delete-company.d.cts.map +1 -0
- package/dist/actions/delete-company.d.mts +9 -0
- package/dist/actions/delete-company.d.mts.map +1 -0
- package/dist/actions/delete-company.mjs +13 -0
- package/dist/actions/delete-company.mjs.map +1 -0
- package/dist/actions/delete-contact.cjs +16 -0
- package/dist/actions/delete-contact.cjs.map +1 -0
- package/dist/actions/delete-contact.d.cts +9 -0
- package/dist/actions/delete-contact.d.cts.map +1 -0
- package/dist/actions/delete-contact.d.mts +9 -0
- package/dist/actions/delete-contact.d.mts.map +1 -0
- package/dist/actions/delete-contact.mjs +13 -0
- package/dist/actions/delete-contact.mjs.map +1 -0
- package/dist/actions/delete-upvote.cjs +25 -0
- package/dist/actions/delete-upvote.cjs.map +1 -0
- package/dist/actions/delete-upvote.d.cts +9 -0
- package/dist/actions/delete-upvote.d.cts.map +1 -0
- package/dist/actions/delete-upvote.d.mts +9 -0
- package/dist/actions/delete-upvote.d.mts.map +1 -0
- package/dist/actions/delete-upvote.mjs +22 -0
- package/dist/actions/delete-upvote.mjs.map +1 -0
- package/dist/actions/enable-widget.cjs +19 -0
- package/dist/actions/enable-widget.cjs.map +1 -0
- package/dist/actions/enable-widget.d.cts +9 -0
- package/dist/actions/enable-widget.d.cts.map +1 -0
- package/dist/actions/enable-widget.d.mts +9 -0
- package/dist/actions/enable-widget.d.mts.map +1 -0
- package/dist/actions/enable-widget.mjs +16 -0
- package/dist/actions/enable-widget.mjs.map +1 -0
- package/dist/actions/get-changelog.cjs +38 -0
- package/dist/actions/get-changelog.cjs.map +1 -0
- package/dist/actions/get-changelog.d.cts +9 -0
- package/dist/actions/get-changelog.d.cts.map +1 -0
- package/dist/actions/get-changelog.d.mts +9 -0
- package/dist/actions/get-changelog.d.mts.map +1 -0
- package/dist/actions/get-changelog.mjs +35 -0
- package/dist/actions/get-changelog.mjs.map +1 -0
- package/dist/actions/get-company.cjs +44 -0
- package/dist/actions/get-company.cjs.map +1 -0
- package/dist/actions/get-company.d.cts +9 -0
- package/dist/actions/get-company.d.cts.map +1 -0
- package/dist/actions/get-company.d.mts +9 -0
- package/dist/actions/get-company.d.mts.map +1 -0
- package/dist/actions/get-company.mjs +43 -0
- package/dist/actions/get-company.mjs.map +1 -0
- package/dist/actions/get-contact.cjs +31 -0
- package/dist/actions/get-contact.cjs.map +1 -0
- package/dist/actions/get-contact.d.cts +9 -0
- package/dist/actions/get-contact.d.cts.map +1 -0
- package/dist/actions/get-contact.d.mts +9 -0
- package/dist/actions/get-contact.d.mts.map +1 -0
- package/dist/actions/get-contact.mjs +28 -0
- package/dist/actions/get-contact.mjs.map +1 -0
- package/dist/actions/get-help-center-article.cjs +33 -0
- package/dist/actions/get-help-center-article.cjs.map +1 -0
- package/dist/actions/get-help-center-article.d.cts +9 -0
- package/dist/actions/get-help-center-article.d.cts.map +1 -0
- package/dist/actions/get-help-center-article.d.mts +9 -0
- package/dist/actions/get-help-center-article.d.mts.map +1 -0
- package/dist/actions/get-help-center-article.mjs +30 -0
- package/dist/actions/get-help-center-article.mjs.map +1 -0
- package/dist/actions/get-insight.cjs +167 -0
- package/dist/actions/get-insight.cjs.map +1 -0
- package/dist/actions/get-insight.d.cts +9 -0
- package/dist/actions/get-insight.d.cts.map +1 -0
- package/dist/actions/get-insight.d.mts +9 -0
- package/dist/actions/get-insight.d.mts.map +1 -0
- package/dist/actions/get-insight.mjs +166 -0
- package/dist/actions/get-insight.mjs.map +1 -0
- package/dist/actions/get-issue.cjs +43 -0
- package/dist/actions/get-issue.cjs.map +1 -0
- package/dist/actions/get-issue.d.cts +9 -0
- package/dist/actions/get-issue.d.cts.map +1 -0
- package/dist/actions/get-issue.d.mts +9 -0
- package/dist/actions/get-issue.d.mts.map +1 -0
- package/dist/actions/get-issue.mjs +40 -0
- package/dist/actions/get-issue.mjs.map +1 -0
- package/dist/actions/get-linear-options.cjs +28 -0
- package/dist/actions/get-linear-options.cjs.map +1 -0
- package/dist/actions/get-linear-options.d.cts +9 -0
- package/dist/actions/get-linear-options.d.cts.map +1 -0
- package/dist/actions/get-linear-options.d.mts +9 -0
- package/dist/actions/get-linear-options.d.mts.map +1 -0
- package/dist/actions/get-linear-options.mjs +27 -0
- package/dist/actions/get-linear-options.mjs.map +1 -0
- package/dist/actions/get-project.cjs +34 -0
- package/dist/actions/get-project.cjs.map +1 -0
- package/dist/actions/get-project.d.cts +9 -0
- package/dist/actions/get-project.d.cts.map +1 -0
- package/dist/actions/get-project.d.mts +9 -0
- package/dist/actions/get-project.d.mts.map +1 -0
- package/dist/actions/get-project.mjs +31 -0
- package/dist/actions/get-project.mjs.map +1 -0
- package/dist/actions/get-workspace.cjs +53 -0
- package/dist/actions/get-workspace.cjs.map +1 -0
- package/dist/actions/get-workspace.d.cts +9 -0
- package/dist/actions/get-workspace.d.cts.map +1 -0
- package/dist/actions/get-workspace.d.mts +9 -0
- package/dist/actions/get-workspace.d.mts.map +1 -0
- package/dist/actions/get-workspace.mjs +52 -0
- package/dist/actions/get-workspace.mjs.map +1 -0
- package/dist/actions/index.cjs +79 -0
- package/dist/actions/index.d.cts +40 -0
- package/dist/actions/index.d.mts +40 -0
- package/dist/actions/index.mjs +40 -0
- package/dist/actions/invite-user.cjs +24 -0
- package/dist/actions/invite-user.cjs.map +1 -0
- package/dist/actions/invite-user.d.cts +9 -0
- package/dist/actions/invite-user.d.cts.map +1 -0
- package/dist/actions/invite-user.d.mts +9 -0
- package/dist/actions/invite-user.d.mts.map +1 -0
- package/dist/actions/invite-user.mjs +21 -0
- package/dist/actions/invite-user.mjs.map +1 -0
- package/dist/actions/list-changelogs.cjs +34 -0
- package/dist/actions/list-changelogs.cjs.map +1 -0
- package/dist/actions/list-changelogs.d.cts +9 -0
- package/dist/actions/list-changelogs.d.cts.map +1 -0
- package/dist/actions/list-changelogs.d.mts +9 -0
- package/dist/actions/list-changelogs.d.mts.map +1 -0
- package/dist/actions/list-changelogs.mjs +33 -0
- package/dist/actions/list-changelogs.mjs.map +1 -0
- package/dist/actions/list-companies.cjs +61 -0
- package/dist/actions/list-companies.cjs.map +1 -0
- package/dist/actions/list-companies.d.cts +9 -0
- package/dist/actions/list-companies.d.cts.map +1 -0
- package/dist/actions/list-companies.d.mts +9 -0
- package/dist/actions/list-companies.d.mts.map +1 -0
- package/dist/actions/list-companies.mjs +60 -0
- package/dist/actions/list-companies.mjs.map +1 -0
- package/dist/actions/list-contacts.cjs +46 -0
- package/dist/actions/list-contacts.cjs.map +1 -0
- package/dist/actions/list-contacts.d.cts +9 -0
- package/dist/actions/list-contacts.d.cts.map +1 -0
- package/dist/actions/list-contacts.d.mts +9 -0
- package/dist/actions/list-contacts.d.mts.map +1 -0
- package/dist/actions/list-contacts.mjs +45 -0
- package/dist/actions/list-contacts.mjs.map +1 -0
- package/dist/actions/list-help-center-articles.cjs +33 -0
- package/dist/actions/list-help-center-articles.cjs.map +1 -0
- package/dist/actions/list-help-center-articles.d.cts +9 -0
- package/dist/actions/list-help-center-articles.d.cts.map +1 -0
- package/dist/actions/list-help-center-articles.d.mts +9 -0
- package/dist/actions/list-help-center-articles.d.mts.map +1 -0
- package/dist/actions/list-help-center-articles.mjs +32 -0
- package/dist/actions/list-help-center-articles.mjs.map +1 -0
- package/dist/actions/list-insights.cjs +90 -0
- package/dist/actions/list-insights.cjs.map +1 -0
- package/dist/actions/list-insights.d.cts +9 -0
- package/dist/actions/list-insights.d.cts.map +1 -0
- package/dist/actions/list-insights.d.mts +9 -0
- package/dist/actions/list-insights.d.mts.map +1 -0
- package/dist/actions/list-insights.mjs +89 -0
- package/dist/actions/list-insights.mjs.map +1 -0
- package/dist/actions/list-issues.cjs +43 -0
- package/dist/actions/list-issues.cjs.map +1 -0
- package/dist/actions/list-issues.d.cts +9 -0
- package/dist/actions/list-issues.d.cts.map +1 -0
- package/dist/actions/list-issues.d.mts +9 -0
- package/dist/actions/list-issues.d.mts.map +1 -0
- package/dist/actions/list-issues.mjs +42 -0
- package/dist/actions/list-issues.mjs.map +1 -0
- package/dist/actions/list-members.cjs +31 -0
- package/dist/actions/list-members.cjs.map +1 -0
- package/dist/actions/list-members.d.cts +9 -0
- package/dist/actions/list-members.d.cts.map +1 -0
- package/dist/actions/list-members.d.mts +9 -0
- package/dist/actions/list-members.d.mts.map +1 -0
- package/dist/actions/list-members.mjs +30 -0
- package/dist/actions/list-members.mjs.map +1 -0
- package/dist/actions/list-projects.cjs +34 -0
- package/dist/actions/list-projects.cjs.map +1 -0
- package/dist/actions/list-projects.d.cts +9 -0
- package/dist/actions/list-projects.d.cts.map +1 -0
- package/dist/actions/list-projects.d.mts +9 -0
- package/dist/actions/list-projects.d.mts.map +1 -0
- package/dist/actions/list-projects.mjs +33 -0
- package/dist/actions/list-projects.mjs.map +1 -0
- package/dist/actions/update-company.cjs +53 -0
- package/dist/actions/update-company.cjs.map +1 -0
- package/dist/actions/update-company.d.cts +9 -0
- package/dist/actions/update-company.d.cts.map +1 -0
- package/dist/actions/update-company.d.mts +9 -0
- package/dist/actions/update-company.d.mts.map +1 -0
- package/dist/actions/update-company.mjs +50 -0
- package/dist/actions/update-company.mjs.map +1 -0
- package/dist/actions/update-contact.cjs +38 -0
- package/dist/actions/update-contact.cjs.map +1 -0
- package/dist/actions/update-contact.d.cts +9 -0
- package/dist/actions/update-contact.d.cts.map +1 -0
- package/dist/actions/update-contact.d.mts +9 -0
- package/dist/actions/update-contact.d.mts.map +1 -0
- package/dist/actions/update-contact.mjs +35 -0
- package/dist/actions/update-contact.mjs.map +1 -0
- package/dist/actions/update-insight.cjs +116 -0
- package/dist/actions/update-insight.cjs.map +1 -0
- package/dist/actions/update-insight.d.cts +9 -0
- package/dist/actions/update-insight.d.cts.map +1 -0
- package/dist/actions/update-insight.d.mts +9 -0
- package/dist/actions/update-insight.d.mts.map +1 -0
- package/dist/actions/update-insight.mjs +115 -0
- package/dist/actions/update-insight.mjs.map +1 -0
- package/dist/actions/widget-close.cjs +16 -0
- package/dist/actions/widget-close.cjs.map +1 -0
- package/dist/actions/widget-close.d.cts +9 -0
- package/dist/actions/widget-close.d.cts.map +1 -0
- package/dist/actions/widget-close.d.mts +9 -0
- package/dist/actions/widget-close.d.mts.map +1 -0
- package/dist/actions/widget-close.mjs +13 -0
- package/dist/actions/widget-close.mjs.map +1 -0
- package/dist/actions/widget-disable.cjs +19 -0
- package/dist/actions/widget-disable.cjs.map +1 -0
- package/dist/actions/widget-disable.d.cts +9 -0
- package/dist/actions/widget-disable.d.cts.map +1 -0
- package/dist/actions/widget-disable.d.mts +9 -0
- package/dist/actions/widget-disable.d.mts.map +1 -0
- package/dist/actions/widget-disable.mjs +16 -0
- package/dist/actions/widget-disable.mjs.map +1 -0
- package/dist/actions/widget-off-event.cjs +26 -0
- package/dist/actions/widget-off-event.cjs.map +1 -0
- package/dist/actions/widget-off-event.d.cts +9 -0
- package/dist/actions/widget-off-event.d.cts.map +1 -0
- package/dist/actions/widget-off-event.d.mts +9 -0
- package/dist/actions/widget-off-event.d.mts.map +1 -0
- package/dist/actions/widget-off-event.mjs +23 -0
- package/dist/actions/widget-off-event.mjs.map +1 -0
- package/dist/actions/widget-on-event.cjs +24 -0
- package/dist/actions/widget-on-event.cjs.map +1 -0
- package/dist/actions/widget-on-event.d.cts +9 -0
- package/dist/actions/widget-on-event.d.cts.map +1 -0
- package/dist/actions/widget-on-event.d.mts +9 -0
- package/dist/actions/widget-on-event.d.mts.map +1 -0
- package/dist/actions/widget-on-event.mjs +21 -0
- package/dist/actions/widget-on-event.mjs.map +1 -0
- package/dist/actions/widget-open-docs.cjs +19 -0
- package/dist/actions/widget-open-docs.cjs.map +1 -0
- package/dist/actions/widget-open-docs.d.cts +9 -0
- package/dist/actions/widget-open-docs.d.cts.map +1 -0
- package/dist/actions/widget-open-docs.d.mts +9 -0
- package/dist/actions/widget-open-docs.d.mts.map +1 -0
- package/dist/actions/widget-open-docs.mjs +16 -0
- package/dist/actions/widget-open-docs.mjs.map +1 -0
- package/dist/actions/widget-open.cjs +21 -0
- package/dist/actions/widget-open.cjs.map +1 -0
- package/dist/actions/widget-open.d.cts +9 -0
- package/dist/actions/widget-open.d.cts.map +1 -0
- package/dist/actions/widget-open.d.mts +9 -0
- package/dist/actions/widget-open.d.mts.map +1 -0
- package/dist/actions/widget-open.mjs +18 -0
- package/dist/actions/widget-open.mjs.map +1 -0
- package/dist/actions/widget-toggle.cjs +16 -0
- package/dist/actions/widget-toggle.cjs.map +1 -0
- package/dist/actions/widget-toggle.d.cts +9 -0
- package/dist/actions/widget-toggle.d.cts.map +1 -0
- package/dist/actions/widget-toggle.d.mts +9 -0
- package/dist/actions/widget-toggle.d.mts.map +1 -0
- package/dist/actions/widget-toggle.mjs +13 -0
- package/dist/actions/widget-toggle.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +84 -0
- package/dist/index.d.cts +42 -0
- package/dist/index.d.mts +42 -0
- package/dist/index.mjs +43 -0
- package/package.json +49 -0
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-insights.ts
|
|
4
|
+
const ProductlaneListInsightsInput = zod.z.object({
|
|
5
|
+
skip: zod.z.number().int().describe("Number of records to skip for pagination. Use with 'take' to implement pagination.").optional(),
|
|
6
|
+
take: zod.z.number().int().describe("Maximum number of records to return. Use with 'skip' to implement pagination.").optional(),
|
|
7
|
+
state: zod.z.enum([
|
|
8
|
+
"NEW",
|
|
9
|
+
"PROCESSED",
|
|
10
|
+
"COMPLETED",
|
|
11
|
+
"SNOOZED",
|
|
12
|
+
"UNSNOOZED"
|
|
13
|
+
]).describe("State of the insight/thread.").optional(),
|
|
14
|
+
issueId: zod.z.string().describe("Filter insights by issue ID. Returns only insights linked to the specified issue.").optional(),
|
|
15
|
+
projectId: zod.z.string().describe("Filter insights by project ID. Returns only insights linked to the specified project.").optional()
|
|
16
|
+
}).describe("Request model for listing insights.");
|
|
17
|
+
const ProductlaneListInsights_TagSchema = zod.z.object({
|
|
18
|
+
id: zod.z.string().describe("Tag ID.").nullable().optional(),
|
|
19
|
+
icon: zod.z.string().describe("Tag icon.").nullable().optional(),
|
|
20
|
+
name: zod.z.string().describe("Tag name.").nullable().optional(),
|
|
21
|
+
color: zod.z.string().describe("Tag color.").nullable().optional()
|
|
22
|
+
}).describe("Tag object associated with an insight.");
|
|
23
|
+
const ProductlaneListInsights_CompanySchema = zod.z.object({
|
|
24
|
+
id: zod.z.string().describe("Company ID.").nullable().optional(),
|
|
25
|
+
name: zod.z.string().describe("Company name.").nullable().optional(),
|
|
26
|
+
workspaceId: zod.z.string().describe("Workspace ID.").nullable().optional()
|
|
27
|
+
}).describe("Company object associated with an insight.");
|
|
28
|
+
const ProductlaneListInsights_ContactSchema = zod.z.object({
|
|
29
|
+
id: zod.z.string().describe("Contact ID.").nullable().optional(),
|
|
30
|
+
name: zod.z.string().describe("Contact name.").nullable().optional(),
|
|
31
|
+
email: zod.z.string().describe("Contact email address.").nullable().optional(),
|
|
32
|
+
imageUrl: zod.z.string().describe("Contact profile image URL.").nullable().optional()
|
|
33
|
+
}).describe("Contact object associated with an insight.");
|
|
34
|
+
const ProductlaneListInsights_UserSchema = zod.z.object({
|
|
35
|
+
id: zod.z.string().describe("User ID.").nullable().optional(),
|
|
36
|
+
name: zod.z.string().describe("User name.").nullable().optional(),
|
|
37
|
+
email: zod.z.string().describe("User email address.").nullable().optional(),
|
|
38
|
+
imageUrl: zod.z.string().describe("User profile image URL.").nullable().optional()
|
|
39
|
+
}).describe("User object (reporter or assignee).");
|
|
40
|
+
const ProductlaneListInsights_CustomerNeedSchema = zod.z.object({
|
|
41
|
+
id: zod.z.string().describe("Customer need ID.").nullable().optional(),
|
|
42
|
+
projectId: zod.z.string().describe("Associated project ID.").nullable().optional(),
|
|
43
|
+
feedbackId: zod.z.string().describe("Associated feedback ID.").nullable().optional()
|
|
44
|
+
}).describe("Customer need object linked to an insight.");
|
|
45
|
+
const ProductlaneListInsights_InsightSchema = zod.z.object({
|
|
46
|
+
id: zod.z.string().describe("Unique identifier for the insight."),
|
|
47
|
+
tags: zod.z.array(ProductlaneListInsights_TagSchema).describe("Array of tags associated with this insight.").nullable().optional(),
|
|
48
|
+
text: zod.z.string().describe("Text content of the insight."),
|
|
49
|
+
state: zod.z.string().describe("Current state of the insight (NEW, PROCESSED, COMPLETED, SNOOZED, UNSNOOZED)."),
|
|
50
|
+
title: zod.z.string().describe("Title of the insight."),
|
|
51
|
+
origin: zod.z.string().describe("Origin source of the insight."),
|
|
52
|
+
company: ProductlaneListInsights_CompanySchema.nullable().optional(),
|
|
53
|
+
contact: ProductlaneListInsights_ContactSchema.nullable().optional(),
|
|
54
|
+
assignee: ProductlaneListInsights_UserSchema.nullable().optional(),
|
|
55
|
+
reporter: ProductlaneListInsights_UserSchema.nullable().optional(),
|
|
56
|
+
uniqueId: zod.z.string().describe("Unique identifier for the insight within the workspace.").nullable().optional(),
|
|
57
|
+
painLevel: zod.z.string().describe("The pain level associated with this insight.").nullable().optional(),
|
|
58
|
+
zendeskId: zod.z.string().describe("Associated Zendesk ticket ID.").nullable().optional(),
|
|
59
|
+
workspaceId: zod.z.string().describe("ID of the workspace this insight belongs to."),
|
|
60
|
+
slackReplyId: zod.z.string().describe("Associated Slack thread reply ID.").nullable().optional(),
|
|
61
|
+
snoozedUntil: zod.z.string().describe("ISO 8601 timestamp until when the insight is snoozed.").nullable().optional(),
|
|
62
|
+
customerNeeds: zod.z.array(ProductlaneListInsights_CustomerNeedSchema).describe("Array of customer needs linked to this insight.").nullable().optional(),
|
|
63
|
+
productboardId: zod.z.string().describe("Associated Productboard feature ID.").nullable().optional(),
|
|
64
|
+
slackChannelId: zod.z.string().describe("Associated Slack channel ID.").nullable().optional(),
|
|
65
|
+
lastStateChangeAt: zod.z.string().describe("ISO 8601 timestamp of the last state change.").nullable().optional(),
|
|
66
|
+
linearAttachmentId: zod.z.string().describe("Associated Linear attachment ID.").nullable().optional(),
|
|
67
|
+
lastInboundMessageAt: zod.z.string().describe("ISO 8601 timestamp of the last inbound message.").nullable().optional(),
|
|
68
|
+
lastOutboundMessageAt: zod.z.string().describe("ISO 8601 timestamp of the last outbound message.").nullable().optional()
|
|
69
|
+
}).describe("Individual insight/thread object.");
|
|
70
|
+
const ProductlaneListInsights_NextPageSchema = zod.z.object({
|
|
71
|
+
skip: zod.z.number().int().describe("The skip value to use for fetching the next page."),
|
|
72
|
+
take: zod.z.number().int().describe("The take value to use for fetching the next page.")
|
|
73
|
+
}).describe("Pagination information for next page.");
|
|
74
|
+
const ProductlaneListInsightsOutput = zod.z.object({
|
|
75
|
+
count: zod.z.number().int().describe("Total count of insights returned in this response."),
|
|
76
|
+
hasMore: zod.z.boolean().describe("Whether there are more insights available beyond the current page."),
|
|
77
|
+
insights: zod.z.array(ProductlaneListInsights_InsightSchema).describe("Array of insight/thread objects matching the query filters."),
|
|
78
|
+
nextPage: ProductlaneListInsights_NextPageSchema.nullable().optional()
|
|
79
|
+
}).describe("Response model for listing insights.");
|
|
80
|
+
const productlaneListInsights = require_action.action("PRODUCTLANE_LIST_INSIGHTS", {
|
|
81
|
+
slug: "productlane-list-insights",
|
|
82
|
+
name: "List Insights",
|
|
83
|
+
description: "Tool to list all threads/insights for your workspace with optional filtering. Use when you need to retrieve insights filtered by state, issue, or project, with support for pagination via 'take' and 'skip' parameters.",
|
|
84
|
+
input: ProductlaneListInsightsInput,
|
|
85
|
+
output: ProductlaneListInsightsOutput
|
|
86
|
+
});
|
|
87
|
+
//#endregion
|
|
88
|
+
exports.productlaneListInsights = productlaneListInsights;
|
|
89
|
+
|
|
90
|
+
//# sourceMappingURL=list-insights.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-insights.cjs","names":["z","action"],"sources":["../../src/actions/list-insights.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListInsightsInput: z.ZodTypeAny = z.object({\n skip: z.number().int().describe(\"Number of records to skip for pagination. Use with 'take' to implement pagination.\").optional(),\n take: z.number().int().describe(\"Maximum number of records to return. Use with 'skip' to implement pagination.\").optional(),\n state: z.enum([\"NEW\", \"PROCESSED\", \"COMPLETED\", \"SNOOZED\", \"UNSNOOZED\"]).describe(\"State of the insight/thread.\").optional(),\n issueId: z.string().describe(\"Filter insights by issue ID. Returns only insights linked to the specified issue.\").optional(),\n projectId: z.string().describe(\"Filter insights by project ID. Returns only insights linked to the specified project.\").optional(),\n}).describe(\"Request model for listing insights.\");\nconst ProductlaneListInsights_TagSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Tag ID.\").nullable().optional(),\n icon: z.string().describe(\"Tag icon.\").nullable().optional(),\n name: z.string().describe(\"Tag name.\").nullable().optional(),\n color: z.string().describe(\"Tag color.\").nullable().optional(),\n}).describe(\"Tag object associated with an insight.\");\nconst ProductlaneListInsights_CompanySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Company ID.\").nullable().optional(),\n name: z.string().describe(\"Company name.\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID.\").nullable().optional(),\n}).describe(\"Company object associated with an insight.\");\nconst ProductlaneListInsights_ContactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Contact ID.\").nullable().optional(),\n name: z.string().describe(\"Contact name.\").nullable().optional(),\n email: z.string().describe(\"Contact email address.\").nullable().optional(),\n imageUrl: z.string().describe(\"Contact profile image URL.\").nullable().optional(),\n}).describe(\"Contact object associated with an insight.\");\nconst ProductlaneListInsights_UserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID.\").nullable().optional(),\n name: z.string().describe(\"User name.\").nullable().optional(),\n email: z.string().describe(\"User email address.\").nullable().optional(),\n imageUrl: z.string().describe(\"User profile image URL.\").nullable().optional(),\n}).describe(\"User object (reporter or assignee).\");\nconst ProductlaneListInsights_CustomerNeedSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Customer need ID.\").nullable().optional(),\n projectId: z.string().describe(\"Associated project ID.\").nullable().optional(),\n feedbackId: z.string().describe(\"Associated feedback ID.\").nullable().optional(),\n}).describe(\"Customer need object linked to an insight.\");\nconst ProductlaneListInsights_InsightSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the insight.\"),\n tags: z.array(ProductlaneListInsights_TagSchema).describe(\"Array of tags associated with this insight.\").nullable().optional(),\n text: z.string().describe(\"Text content of the insight.\"),\n state: z.string().describe(\"Current state of the insight (NEW, PROCESSED, COMPLETED, SNOOZED, UNSNOOZED).\"),\n title: z.string().describe(\"Title of the insight.\"),\n origin: z.string().describe(\"Origin source of the insight.\"),\n company: ProductlaneListInsights_CompanySchema.nullable().optional(),\n contact: ProductlaneListInsights_ContactSchema.nullable().optional(),\n assignee: ProductlaneListInsights_UserSchema.nullable().optional(),\n reporter: ProductlaneListInsights_UserSchema.nullable().optional(),\n uniqueId: z.string().describe(\"Unique identifier for the insight within the workspace.\").nullable().optional(),\n painLevel: z.string().describe(\"The pain level associated with this insight.\").nullable().optional(),\n zendeskId: z.string().describe(\"Associated Zendesk ticket ID.\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace this insight belongs to.\"),\n slackReplyId: z.string().describe(\"Associated Slack thread reply ID.\").nullable().optional(),\n snoozedUntil: z.string().describe(\"ISO 8601 timestamp until when the insight is snoozed.\").nullable().optional(),\n customerNeeds: z.array(ProductlaneListInsights_CustomerNeedSchema).describe(\"Array of customer needs linked to this insight.\").nullable().optional(),\n productboardId: z.string().describe(\"Associated Productboard feature ID.\").nullable().optional(),\n slackChannelId: z.string().describe(\"Associated Slack channel ID.\").nullable().optional(),\n lastStateChangeAt: z.string().describe(\"ISO 8601 timestamp of the last state change.\").nullable().optional(),\n linearAttachmentId: z.string().describe(\"Associated Linear attachment ID.\").nullable().optional(),\n lastInboundMessageAt: z.string().describe(\"ISO 8601 timestamp of the last inbound message.\").nullable().optional(),\n lastOutboundMessageAt: z.string().describe(\"ISO 8601 timestamp of the last outbound message.\").nullable().optional(),\n}).describe(\"Individual insight/thread object.\");\nconst ProductlaneListInsights_NextPageSchema: z.ZodTypeAny = z.object({\n skip: z.number().int().describe(\"The skip value to use for fetching the next page.\"),\n take: z.number().int().describe(\"The take value to use for fetching the next page.\"),\n}).describe(\"Pagination information for next page.\");\nexport const ProductlaneListInsightsOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Total count of insights returned in this response.\"),\n hasMore: z.boolean().describe(\"Whether there are more insights available beyond the current page.\"),\n insights: z.array(ProductlaneListInsights_InsightSchema).describe(\"Array of insight/thread objects matching the query filters.\"),\n nextPage: ProductlaneListInsights_NextPageSchema.nullable().optional(),\n}).describe(\"Response model for listing insights.\");\n\nexport const productlaneListInsights = action(\"PRODUCTLANE_LIST_INSIGHTS\", {\n slug: \"productlane-list-insights\",\n name: \"List Insights\",\n description: \"Tool to list all threads/insights for your workspace with optional filtering. Use when you need to retrieve insights filtered by state, issue, or project, with support for pagination via 'take' and 'skip' parameters.\",\n input: ProductlaneListInsightsInput,\n output: ProductlaneListInsightsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-insights.d.ts
|
|
4
|
+
declare const ProductlaneListInsightsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneListInsightsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneListInsights: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneListInsights };
|
|
9
|
+
//# sourceMappingURL=list-insights.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-insights.d.cts","names":[],"sources":["../../src/actions/list-insights.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAMK;AAAA,cA0DrC,6BAAA,EAA+B,CAAA,CAAE,UAKK;AAAA,cAEtC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-insights.d.ts
|
|
4
|
+
declare const ProductlaneListInsightsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneListInsightsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneListInsights: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneListInsights };
|
|
9
|
+
//# sourceMappingURL=list-insights.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-insights.d.mts","names":[],"sources":["../../src/actions/list-insights.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAMK;AAAA,cA0DrC,6BAAA,EAA+B,CAAA,CAAE,UAKK;AAAA,cAEtC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-insights.ts
|
|
4
|
+
const ProductlaneListInsightsInput = z.object({
|
|
5
|
+
skip: z.number().int().describe("Number of records to skip for pagination. Use with 'take' to implement pagination.").optional(),
|
|
6
|
+
take: z.number().int().describe("Maximum number of records to return. Use with 'skip' to implement pagination.").optional(),
|
|
7
|
+
state: z.enum([
|
|
8
|
+
"NEW",
|
|
9
|
+
"PROCESSED",
|
|
10
|
+
"COMPLETED",
|
|
11
|
+
"SNOOZED",
|
|
12
|
+
"UNSNOOZED"
|
|
13
|
+
]).describe("State of the insight/thread.").optional(),
|
|
14
|
+
issueId: z.string().describe("Filter insights by issue ID. Returns only insights linked to the specified issue.").optional(),
|
|
15
|
+
projectId: z.string().describe("Filter insights by project ID. Returns only insights linked to the specified project.").optional()
|
|
16
|
+
}).describe("Request model for listing insights.");
|
|
17
|
+
const ProductlaneListInsights_TagSchema = z.object({
|
|
18
|
+
id: z.string().describe("Tag ID.").nullable().optional(),
|
|
19
|
+
icon: z.string().describe("Tag icon.").nullable().optional(),
|
|
20
|
+
name: z.string().describe("Tag name.").nullable().optional(),
|
|
21
|
+
color: z.string().describe("Tag color.").nullable().optional()
|
|
22
|
+
}).describe("Tag object associated with an insight.");
|
|
23
|
+
const ProductlaneListInsights_CompanySchema = z.object({
|
|
24
|
+
id: z.string().describe("Company ID.").nullable().optional(),
|
|
25
|
+
name: z.string().describe("Company name.").nullable().optional(),
|
|
26
|
+
workspaceId: z.string().describe("Workspace ID.").nullable().optional()
|
|
27
|
+
}).describe("Company object associated with an insight.");
|
|
28
|
+
const ProductlaneListInsights_ContactSchema = z.object({
|
|
29
|
+
id: z.string().describe("Contact ID.").nullable().optional(),
|
|
30
|
+
name: z.string().describe("Contact name.").nullable().optional(),
|
|
31
|
+
email: z.string().describe("Contact email address.").nullable().optional(),
|
|
32
|
+
imageUrl: z.string().describe("Contact profile image URL.").nullable().optional()
|
|
33
|
+
}).describe("Contact object associated with an insight.");
|
|
34
|
+
const ProductlaneListInsights_UserSchema = z.object({
|
|
35
|
+
id: z.string().describe("User ID.").nullable().optional(),
|
|
36
|
+
name: z.string().describe("User name.").nullable().optional(),
|
|
37
|
+
email: z.string().describe("User email address.").nullable().optional(),
|
|
38
|
+
imageUrl: z.string().describe("User profile image URL.").nullable().optional()
|
|
39
|
+
}).describe("User object (reporter or assignee).");
|
|
40
|
+
const ProductlaneListInsights_CustomerNeedSchema = z.object({
|
|
41
|
+
id: z.string().describe("Customer need ID.").nullable().optional(),
|
|
42
|
+
projectId: z.string().describe("Associated project ID.").nullable().optional(),
|
|
43
|
+
feedbackId: z.string().describe("Associated feedback ID.").nullable().optional()
|
|
44
|
+
}).describe("Customer need object linked to an insight.");
|
|
45
|
+
const ProductlaneListInsights_InsightSchema = z.object({
|
|
46
|
+
id: z.string().describe("Unique identifier for the insight."),
|
|
47
|
+
tags: z.array(ProductlaneListInsights_TagSchema).describe("Array of tags associated with this insight.").nullable().optional(),
|
|
48
|
+
text: z.string().describe("Text content of the insight."),
|
|
49
|
+
state: z.string().describe("Current state of the insight (NEW, PROCESSED, COMPLETED, SNOOZED, UNSNOOZED)."),
|
|
50
|
+
title: z.string().describe("Title of the insight."),
|
|
51
|
+
origin: z.string().describe("Origin source of the insight."),
|
|
52
|
+
company: ProductlaneListInsights_CompanySchema.nullable().optional(),
|
|
53
|
+
contact: ProductlaneListInsights_ContactSchema.nullable().optional(),
|
|
54
|
+
assignee: ProductlaneListInsights_UserSchema.nullable().optional(),
|
|
55
|
+
reporter: ProductlaneListInsights_UserSchema.nullable().optional(),
|
|
56
|
+
uniqueId: z.string().describe("Unique identifier for the insight within the workspace.").nullable().optional(),
|
|
57
|
+
painLevel: z.string().describe("The pain level associated with this insight.").nullable().optional(),
|
|
58
|
+
zendeskId: z.string().describe("Associated Zendesk ticket ID.").nullable().optional(),
|
|
59
|
+
workspaceId: z.string().describe("ID of the workspace this insight belongs to."),
|
|
60
|
+
slackReplyId: z.string().describe("Associated Slack thread reply ID.").nullable().optional(),
|
|
61
|
+
snoozedUntil: z.string().describe("ISO 8601 timestamp until when the insight is snoozed.").nullable().optional(),
|
|
62
|
+
customerNeeds: z.array(ProductlaneListInsights_CustomerNeedSchema).describe("Array of customer needs linked to this insight.").nullable().optional(),
|
|
63
|
+
productboardId: z.string().describe("Associated Productboard feature ID.").nullable().optional(),
|
|
64
|
+
slackChannelId: z.string().describe("Associated Slack channel ID.").nullable().optional(),
|
|
65
|
+
lastStateChangeAt: z.string().describe("ISO 8601 timestamp of the last state change.").nullable().optional(),
|
|
66
|
+
linearAttachmentId: z.string().describe("Associated Linear attachment ID.").nullable().optional(),
|
|
67
|
+
lastInboundMessageAt: z.string().describe("ISO 8601 timestamp of the last inbound message.").nullable().optional(),
|
|
68
|
+
lastOutboundMessageAt: z.string().describe("ISO 8601 timestamp of the last outbound message.").nullable().optional()
|
|
69
|
+
}).describe("Individual insight/thread object.");
|
|
70
|
+
const ProductlaneListInsights_NextPageSchema = z.object({
|
|
71
|
+
skip: z.number().int().describe("The skip value to use for fetching the next page."),
|
|
72
|
+
take: z.number().int().describe("The take value to use for fetching the next page.")
|
|
73
|
+
}).describe("Pagination information for next page.");
|
|
74
|
+
const productlaneListInsights = action("PRODUCTLANE_LIST_INSIGHTS", {
|
|
75
|
+
slug: "productlane-list-insights",
|
|
76
|
+
name: "List Insights",
|
|
77
|
+
description: "Tool to list all threads/insights for your workspace with optional filtering. Use when you need to retrieve insights filtered by state, issue, or project, with support for pagination via 'take' and 'skip' parameters.",
|
|
78
|
+
input: ProductlaneListInsightsInput,
|
|
79
|
+
output: z.object({
|
|
80
|
+
count: z.number().int().describe("Total count of insights returned in this response."),
|
|
81
|
+
hasMore: z.boolean().describe("Whether there are more insights available beyond the current page."),
|
|
82
|
+
insights: z.array(ProductlaneListInsights_InsightSchema).describe("Array of insight/thread objects matching the query filters."),
|
|
83
|
+
nextPage: ProductlaneListInsights_NextPageSchema.nullable().optional()
|
|
84
|
+
}).describe("Response model for listing insights.")
|
|
85
|
+
});
|
|
86
|
+
//#endregion
|
|
87
|
+
export { productlaneListInsights };
|
|
88
|
+
|
|
89
|
+
//# sourceMappingURL=list-insights.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-insights.mjs","names":[],"sources":["../../src/actions/list-insights.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListInsightsInput: z.ZodTypeAny = z.object({\n skip: z.number().int().describe(\"Number of records to skip for pagination. Use with 'take' to implement pagination.\").optional(),\n take: z.number().int().describe(\"Maximum number of records to return. Use with 'skip' to implement pagination.\").optional(),\n state: z.enum([\"NEW\", \"PROCESSED\", \"COMPLETED\", \"SNOOZED\", \"UNSNOOZED\"]).describe(\"State of the insight/thread.\").optional(),\n issueId: z.string().describe(\"Filter insights by issue ID. Returns only insights linked to the specified issue.\").optional(),\n projectId: z.string().describe(\"Filter insights by project ID. Returns only insights linked to the specified project.\").optional(),\n}).describe(\"Request model for listing insights.\");\nconst ProductlaneListInsights_TagSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Tag ID.\").nullable().optional(),\n icon: z.string().describe(\"Tag icon.\").nullable().optional(),\n name: z.string().describe(\"Tag name.\").nullable().optional(),\n color: z.string().describe(\"Tag color.\").nullable().optional(),\n}).describe(\"Tag object associated with an insight.\");\nconst ProductlaneListInsights_CompanySchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Company ID.\").nullable().optional(),\n name: z.string().describe(\"Company name.\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID.\").nullable().optional(),\n}).describe(\"Company object associated with an insight.\");\nconst ProductlaneListInsights_ContactSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Contact ID.\").nullable().optional(),\n name: z.string().describe(\"Contact name.\").nullable().optional(),\n email: z.string().describe(\"Contact email address.\").nullable().optional(),\n imageUrl: z.string().describe(\"Contact profile image URL.\").nullable().optional(),\n}).describe(\"Contact object associated with an insight.\");\nconst ProductlaneListInsights_UserSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User ID.\").nullable().optional(),\n name: z.string().describe(\"User name.\").nullable().optional(),\n email: z.string().describe(\"User email address.\").nullable().optional(),\n imageUrl: z.string().describe(\"User profile image URL.\").nullable().optional(),\n}).describe(\"User object (reporter or assignee).\");\nconst ProductlaneListInsights_CustomerNeedSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Customer need ID.\").nullable().optional(),\n projectId: z.string().describe(\"Associated project ID.\").nullable().optional(),\n feedbackId: z.string().describe(\"Associated feedback ID.\").nullable().optional(),\n}).describe(\"Customer need object linked to an insight.\");\nconst ProductlaneListInsights_InsightSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the insight.\"),\n tags: z.array(ProductlaneListInsights_TagSchema).describe(\"Array of tags associated with this insight.\").nullable().optional(),\n text: z.string().describe(\"Text content of the insight.\"),\n state: z.string().describe(\"Current state of the insight (NEW, PROCESSED, COMPLETED, SNOOZED, UNSNOOZED).\"),\n title: z.string().describe(\"Title of the insight.\"),\n origin: z.string().describe(\"Origin source of the insight.\"),\n company: ProductlaneListInsights_CompanySchema.nullable().optional(),\n contact: ProductlaneListInsights_ContactSchema.nullable().optional(),\n assignee: ProductlaneListInsights_UserSchema.nullable().optional(),\n reporter: ProductlaneListInsights_UserSchema.nullable().optional(),\n uniqueId: z.string().describe(\"Unique identifier for the insight within the workspace.\").nullable().optional(),\n painLevel: z.string().describe(\"The pain level associated with this insight.\").nullable().optional(),\n zendeskId: z.string().describe(\"Associated Zendesk ticket ID.\").nullable().optional(),\n workspaceId: z.string().describe(\"ID of the workspace this insight belongs to.\"),\n slackReplyId: z.string().describe(\"Associated Slack thread reply ID.\").nullable().optional(),\n snoozedUntil: z.string().describe(\"ISO 8601 timestamp until when the insight is snoozed.\").nullable().optional(),\n customerNeeds: z.array(ProductlaneListInsights_CustomerNeedSchema).describe(\"Array of customer needs linked to this insight.\").nullable().optional(),\n productboardId: z.string().describe(\"Associated Productboard feature ID.\").nullable().optional(),\n slackChannelId: z.string().describe(\"Associated Slack channel ID.\").nullable().optional(),\n lastStateChangeAt: z.string().describe(\"ISO 8601 timestamp of the last state change.\").nullable().optional(),\n linearAttachmentId: z.string().describe(\"Associated Linear attachment ID.\").nullable().optional(),\n lastInboundMessageAt: z.string().describe(\"ISO 8601 timestamp of the last inbound message.\").nullable().optional(),\n lastOutboundMessageAt: z.string().describe(\"ISO 8601 timestamp of the last outbound message.\").nullable().optional(),\n}).describe(\"Individual insight/thread object.\");\nconst ProductlaneListInsights_NextPageSchema: z.ZodTypeAny = z.object({\n skip: z.number().int().describe(\"The skip value to use for fetching the next page.\"),\n take: z.number().int().describe(\"The take value to use for fetching the next page.\"),\n}).describe(\"Pagination information for next page.\");\nexport const ProductlaneListInsightsOutput: z.ZodTypeAny = z.object({\n count: z.number().int().describe(\"Total count of insights returned in this response.\"),\n hasMore: z.boolean().describe(\"Whether there are more insights available beyond the current page.\"),\n insights: z.array(ProductlaneListInsights_InsightSchema).describe(\"Array of insight/thread objects matching the query filters.\"),\n nextPage: ProductlaneListInsights_NextPageSchema.nullable().optional(),\n}).describe(\"Response model for listing insights.\");\n\nexport const productlaneListInsights = action(\"PRODUCTLANE_LIST_INSIGHTS\", {\n slug: \"productlane-list-insights\",\n name: \"List Insights\",\n description: \"Tool to list all threads/insights for your workspace with optional filtering. Use when you need to retrieve insights filtered by state, issue, or project, with support for pagination via 'take' and 'skip' parameters.\",\n input: ProductlaneListInsightsInput,\n output: ProductlaneListInsightsOutput,\n});\n"],"mappings":"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"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-issues.ts
|
|
4
|
+
const ProductlaneListIssuesInput = zod.z.object({
|
|
5
|
+
language: zod.z.string().describe("Language code for localized content (e.g., 'en', 'de')").optional(),
|
|
6
|
+
workspace_id: zod.z.string().describe("Workspace ID to retrieve issues from. The workspace must have their portal/roadmap published.")
|
|
7
|
+
}).describe("Request model for listing issues from a Productlane workspace.");
|
|
8
|
+
const ProductlaneListIssues_IssueItemSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for the issue"),
|
|
10
|
+
url: zod.z.string().describe("Public URL to view the issue"),
|
|
11
|
+
team: zod.z.string().describe("Team assigned to the issue"),
|
|
12
|
+
title: zod.z.string().describe("Issue title"),
|
|
13
|
+
status: zod.z.string().describe("Current status of the issue"),
|
|
14
|
+
summary: zod.z.array(zod.z.string()).describe("List of summary points for the issue"),
|
|
15
|
+
upvotes: zod.z.number().describe("Number of upvotes for the issue"),
|
|
16
|
+
version: zod.z.number().describe("Version number of the issue"),
|
|
17
|
+
priority: zod.z.string().describe("Priority level of the issue"),
|
|
18
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the issue was created"),
|
|
19
|
+
isDeleted: zod.z.boolean().describe("Whether the issue is deleted"),
|
|
20
|
+
isVisible: zod.z.boolean().describe("Whether the issue is visible").nullable().optional(),
|
|
21
|
+
projectId: zod.z.string().describe("Associated project ID").nullable().optional(),
|
|
22
|
+
sortOrder: zod.z.number().describe("Sort order for display"),
|
|
23
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the issue was last updated"),
|
|
24
|
+
identifier: zod.z.string().describe("Human-readable issue identifier"),
|
|
25
|
+
description: zod.z.string().describe("Issue description text").nullable().optional(),
|
|
26
|
+
workspaceId: zod.z.string().describe("Workspace ID this issue belongs to"),
|
|
27
|
+
linearTicketId: zod.z.string().describe("Associated Linear ticket ID"),
|
|
28
|
+
summaryUpdated: zod.z.string().describe("ISO 8601 timestamp when summary was last updated").nullable().optional(),
|
|
29
|
+
descriptionData: zod.z.unknown().describe("Structured description data").nullable().optional(),
|
|
30
|
+
importanceScore: zod.z.number().describe("Calculated importance score")
|
|
31
|
+
}).describe("Issue object from Productlane workspace.");
|
|
32
|
+
const ProductlaneListIssuesOutput = zod.z.object({ issues: zod.z.array(ProductlaneListIssues_IssueItemSchema).describe("Array of issues from the workspace") }).describe("Response model containing list of issues from Productlane.");
|
|
33
|
+
const productlaneListIssues = require_action.action("PRODUCTLANE_LIST_ISSUES", {
|
|
34
|
+
slug: "productlane-list-issues",
|
|
35
|
+
name: "List Productlane Issues",
|
|
36
|
+
description: "Tool to retrieve all issues from a Productlane workspace. Use when you need to fetch issues from a workspace that has their portal/roadmap published.",
|
|
37
|
+
input: ProductlaneListIssuesInput,
|
|
38
|
+
output: ProductlaneListIssuesOutput
|
|
39
|
+
});
|
|
40
|
+
//#endregion
|
|
41
|
+
exports.productlaneListIssues = productlaneListIssues;
|
|
42
|
+
|
|
43
|
+
//# sourceMappingURL=list-issues.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-issues.cjs","names":["z","action"],"sources":["../../src/actions/list-issues.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListIssuesInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"Language code for localized content (e.g., 'en', 'de')\").optional(),\n workspace_id: z.string().describe(\"Workspace ID to retrieve issues from. The workspace must have their portal/roadmap published.\"),\n}).describe(\"Request model for listing issues from a Productlane workspace.\");\nconst ProductlaneListIssues_IssueItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the issue\"),\n url: z.string().describe(\"Public URL to view the issue\"),\n team: z.string().describe(\"Team assigned to the issue\"),\n title: z.string().describe(\"Issue title\"),\n status: z.string().describe(\"Current status of the issue\"),\n summary: z.array(z.string()).describe(\"List of summary points for the issue\"),\n upvotes: z.number().describe(\"Number of upvotes for the issue\"),\n version: z.number().describe(\"Version number of the issue\"),\n priority: z.string().describe(\"Priority level of the issue\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the issue was created\"),\n isDeleted: z.boolean().describe(\"Whether the issue is deleted\"),\n isVisible: z.boolean().describe(\"Whether the issue is visible\").nullable().optional(),\n projectId: z.string().describe(\"Associated project ID\").nullable().optional(),\n sortOrder: z.number().describe(\"Sort order for display\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the issue was last updated\"),\n identifier: z.string().describe(\"Human-readable issue identifier\"),\n description: z.string().describe(\"Issue description text\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID this issue belongs to\"),\n linearTicketId: z.string().describe(\"Associated Linear ticket ID\"),\n summaryUpdated: z.string().describe(\"ISO 8601 timestamp when summary was last updated\").nullable().optional(),\n descriptionData: z.unknown().describe(\"Structured description data\").nullable().optional(),\n importanceScore: z.number().describe(\"Calculated importance score\"),\n}).describe(\"Issue object from Productlane workspace.\");\nexport const ProductlaneListIssuesOutput: z.ZodTypeAny = z.object({\n issues: z.array(ProductlaneListIssues_IssueItemSchema).describe(\"Array of issues from the workspace\"),\n}).describe(\"Response model containing list of issues from Productlane.\");\n\nexport const productlaneListIssues = action(\"PRODUCTLANE_LIST_ISSUES\", {\n slug: \"productlane-list-issues\",\n name: \"List Productlane Issues\",\n description: \"Tool to retrieve all issues from a Productlane workspace. Use when you need to fetch issues from a workspace that has their portal/roadmap published.\",\n input: ProductlaneListIssuesInput,\n output: ProductlaneListIssuesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACjG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F;AACnI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CACxC,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACzD,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC;CAC5E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC1D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B;CAC9D,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACvD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACrE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACjE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,iBAAiBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACpE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,QAAQA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,oCAAoC,EACtG,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAExE,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-issues.d.ts
|
|
4
|
+
declare const ProductlaneListIssuesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneListIssuesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneListIssues: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneListIssues };
|
|
9
|
+
//# sourceMappingURL=list-issues.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-issues.d.cts","names":[],"sources":["../../src/actions/list-issues.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGkC;AAAA,cAyBhE,2BAAA,EAA6B,CAAA,CAAE,UAE6B;AAAA,cAE5D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-issues.d.ts
|
|
4
|
+
declare const ProductlaneListIssuesInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneListIssuesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneListIssues: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneListIssues };
|
|
9
|
+
//# sourceMappingURL=list-issues.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-issues.d.mts","names":[],"sources":["../../src/actions/list-issues.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGkC;AAAA,cAyBhE,2BAAA,EAA6B,CAAA,CAAE,UAE6B;AAAA,cAE5D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-issues.ts
|
|
4
|
+
const ProductlaneListIssuesInput = z.object({
|
|
5
|
+
language: z.string().describe("Language code for localized content (e.g., 'en', 'de')").optional(),
|
|
6
|
+
workspace_id: z.string().describe("Workspace ID to retrieve issues from. The workspace must have their portal/roadmap published.")
|
|
7
|
+
}).describe("Request model for listing issues from a Productlane workspace.");
|
|
8
|
+
const ProductlaneListIssues_IssueItemSchema = z.object({
|
|
9
|
+
id: z.string().describe("Unique identifier for the issue"),
|
|
10
|
+
url: z.string().describe("Public URL to view the issue"),
|
|
11
|
+
team: z.string().describe("Team assigned to the issue"),
|
|
12
|
+
title: z.string().describe("Issue title"),
|
|
13
|
+
status: z.string().describe("Current status of the issue"),
|
|
14
|
+
summary: z.array(z.string()).describe("List of summary points for the issue"),
|
|
15
|
+
upvotes: z.number().describe("Number of upvotes for the issue"),
|
|
16
|
+
version: z.number().describe("Version number of the issue"),
|
|
17
|
+
priority: z.string().describe("Priority level of the issue"),
|
|
18
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the issue was created"),
|
|
19
|
+
isDeleted: z.boolean().describe("Whether the issue is deleted"),
|
|
20
|
+
isVisible: z.boolean().describe("Whether the issue is visible").nullable().optional(),
|
|
21
|
+
projectId: z.string().describe("Associated project ID").nullable().optional(),
|
|
22
|
+
sortOrder: z.number().describe("Sort order for display"),
|
|
23
|
+
updatedAt: z.string().describe("ISO 8601 timestamp when the issue was last updated"),
|
|
24
|
+
identifier: z.string().describe("Human-readable issue identifier"),
|
|
25
|
+
description: z.string().describe("Issue description text").nullable().optional(),
|
|
26
|
+
workspaceId: z.string().describe("Workspace ID this issue belongs to"),
|
|
27
|
+
linearTicketId: z.string().describe("Associated Linear ticket ID"),
|
|
28
|
+
summaryUpdated: z.string().describe("ISO 8601 timestamp when summary was last updated").nullable().optional(),
|
|
29
|
+
descriptionData: z.unknown().describe("Structured description data").nullable().optional(),
|
|
30
|
+
importanceScore: z.number().describe("Calculated importance score")
|
|
31
|
+
}).describe("Issue object from Productlane workspace.");
|
|
32
|
+
const productlaneListIssues = action("PRODUCTLANE_LIST_ISSUES", {
|
|
33
|
+
slug: "productlane-list-issues",
|
|
34
|
+
name: "List Productlane Issues",
|
|
35
|
+
description: "Tool to retrieve all issues from a Productlane workspace. Use when you need to fetch issues from a workspace that has their portal/roadmap published.",
|
|
36
|
+
input: ProductlaneListIssuesInput,
|
|
37
|
+
output: z.object({ issues: z.array(ProductlaneListIssues_IssueItemSchema).describe("Array of issues from the workspace") }).describe("Response model containing list of issues from Productlane.")
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
export { productlaneListIssues };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=list-issues.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-issues.mjs","names":[],"sources":["../../src/actions/list-issues.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListIssuesInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"Language code for localized content (e.g., 'en', 'de')\").optional(),\n workspace_id: z.string().describe(\"Workspace ID to retrieve issues from. The workspace must have their portal/roadmap published.\"),\n}).describe(\"Request model for listing issues from a Productlane workspace.\");\nconst ProductlaneListIssues_IssueItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the issue\"),\n url: z.string().describe(\"Public URL to view the issue\"),\n team: z.string().describe(\"Team assigned to the issue\"),\n title: z.string().describe(\"Issue title\"),\n status: z.string().describe(\"Current status of the issue\"),\n summary: z.array(z.string()).describe(\"List of summary points for the issue\"),\n upvotes: z.number().describe(\"Number of upvotes for the issue\"),\n version: z.number().describe(\"Version number of the issue\"),\n priority: z.string().describe(\"Priority level of the issue\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the issue was created\"),\n isDeleted: z.boolean().describe(\"Whether the issue is deleted\"),\n isVisible: z.boolean().describe(\"Whether the issue is visible\").nullable().optional(),\n projectId: z.string().describe(\"Associated project ID\").nullable().optional(),\n sortOrder: z.number().describe(\"Sort order for display\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the issue was last updated\"),\n identifier: z.string().describe(\"Human-readable issue identifier\"),\n description: z.string().describe(\"Issue description text\").nullable().optional(),\n workspaceId: z.string().describe(\"Workspace ID this issue belongs to\"),\n linearTicketId: z.string().describe(\"Associated Linear ticket ID\"),\n summaryUpdated: z.string().describe(\"ISO 8601 timestamp when summary was last updated\").nullable().optional(),\n descriptionData: z.unknown().describe(\"Structured description data\").nullable().optional(),\n importanceScore: z.number().describe(\"Calculated importance score\"),\n}).describe(\"Issue object from Productlane workspace.\");\nexport const ProductlaneListIssuesOutput: z.ZodTypeAny = z.object({\n issues: z.array(ProductlaneListIssues_IssueItemSchema).describe(\"Array of issues from the workspace\"),\n}).describe(\"Response model containing list of issues from Productlane.\");\n\nexport const productlaneListIssues = action(\"PRODUCTLANE_LIST_ISSUES\", {\n slug: \"productlane-list-issues\",\n name: \"List Productlane Issues\",\n description: \"Tool to retrieve all issues from a Productlane workspace. Use when you need to fetch issues from a workspace that has their portal/roadmap published.\",\n input: ProductlaneListIssuesInput,\n output: ProductlaneListIssuesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACjG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F;AACnI,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa;CACxC,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACzD,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC;CAC5E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC1D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B;CAC9D,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACvD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACjE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACrE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACjE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,iBAAiB,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACpE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAKtD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,QAAQ,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,oCAAoC,EACtG,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-members.ts
|
|
4
|
+
const ProductlaneListMembersInput = zod.z.object({}).describe("Request model for listing workspace members.\nNo parameters required - lists all members in the authenticated workspace.");
|
|
5
|
+
const ProductlaneListMembers_UserInfoSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the user."),
|
|
7
|
+
name: zod.z.string().describe("Display name of the user."),
|
|
8
|
+
email: zod.z.string().describe("Email address of the user."),
|
|
9
|
+
imageUrl: zod.z.string().describe("Profile image URL for the user.").nullable().optional()
|
|
10
|
+
}).describe("User information embedded in member object.");
|
|
11
|
+
const ProductlaneListMembers_MemberInfoSchema = zod.z.object({
|
|
12
|
+
id: zod.z.string().describe("Unique identifier for the membership record."),
|
|
13
|
+
role: zod.z.string().describe("Role of the member in the workspace. Valid values: 'ADMIN', 'USER', 'VIEWER'."),
|
|
14
|
+
user: ProductlaneListMembers_UserInfoSchema.nullable(),
|
|
15
|
+
userId: zod.z.string().describe("ID of the user associated with this membership."),
|
|
16
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the membership was created."),
|
|
17
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the membership was last updated."),
|
|
18
|
+
workspaceId: zod.z.string().describe("ID of the workspace this membership belongs to.")
|
|
19
|
+
}).describe("Member information with role and workspace details.");
|
|
20
|
+
const ProductlaneListMembersOutput = zod.z.object({ members: zod.z.array(ProductlaneListMembers_MemberInfoSchema).describe("Array of membership objects with user details, sorted by role (admins first).") }).describe("Response model containing list of workspace members.");
|
|
21
|
+
const productlaneListMembers = require_action.action("PRODUCTLANE_LIST_MEMBERS", {
|
|
22
|
+
slug: "productlane-list-members",
|
|
23
|
+
name: "List Workspace Members",
|
|
24
|
+
description: "Tool to retrieve all members of your workspace with their roles and user information. Returns memberships sorted by role (admins first).",
|
|
25
|
+
input: ProductlaneListMembersInput,
|
|
26
|
+
output: ProductlaneListMembersOutput
|
|
27
|
+
});
|
|
28
|
+
//#endregion
|
|
29
|
+
exports.productlaneListMembers = productlaneListMembers;
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=list-members.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-members.cjs","names":["z","action"],"sources":["../../src/actions/list-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListMembersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing workspace members.\\nNo parameters required - lists all members in the authenticated workspace.\");\nconst ProductlaneListMembers_UserInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the user.\"),\n name: z.string().describe(\"Display name of the user.\"),\n email: z.string().describe(\"Email address of the user.\"),\n imageUrl: z.string().describe(\"Profile image URL for the user.\").nullable().optional(),\n}).describe(\"User information embedded in member object.\");\nconst ProductlaneListMembers_MemberInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the membership record.\"),\n role: z.string().describe(\"Role of the member in the workspace. Valid values: 'ADMIN', 'USER', 'VIEWER'.\"),\n user: ProductlaneListMembers_UserInfoSchema.nullable(),\n userId: z.string().describe(\"ID of the user associated with this membership.\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the membership was created.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the membership was last updated.\"),\n workspaceId: z.string().describe(\"ID of the workspace this membership belongs to.\"),\n}).describe(\"Member information with role and workspace details.\");\nexport const ProductlaneListMembersOutput: z.ZodTypeAny = z.object({\n members: z.array(ProductlaneListMembers_MemberInfoSchema).describe(\"Array of membership objects with user details, sorted by role (admins first).\"),\n}).describe(\"Response model containing list of workspace members.\");\n\nexport const productlaneListMembers = action(\"PRODUCTLANE_LIST_MEMBERS\", {\n slug: \"productlane-list-members\",\n name: \"List Workspace Members\",\n description: \"Tool to retrieve all members of your workspace with their roles and user information. Returns memberships sorted by role (admins first).\",\n input: ProductlaneListMembersInput,\n output: ProductlaneListMembersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0HAA0H;AACzM,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CACzG,MAAM,sCAAsC,SAAS;CACrD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACpF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACpF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,SAASA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,+EAA+E,EACpJ,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-members.d.ts
|
|
4
|
+
declare const ProductlaneListMembersInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneListMembersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneListMembers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneListMembers };
|
|
9
|
+
//# sourceMappingURL=list-members.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-members.d.cts","names":[],"sources":["../../src/actions/list-members.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA8J;AAAA,cAgB7L,4BAAA,EAA8B,CAAA,CAAE,UAEsB;AAAA,cAEtD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-members.d.ts
|
|
4
|
+
declare const ProductlaneListMembersInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneListMembersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneListMembers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneListMembers };
|
|
9
|
+
//# sourceMappingURL=list-members.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-members.d.mts","names":[],"sources":["../../src/actions/list-members.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA8J;AAAA,cAgB7L,4BAAA,EAA8B,CAAA,CAAE,UAEsB;AAAA,cAEtD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-members.ts
|
|
4
|
+
const ProductlaneListMembersInput = z.object({}).describe("Request model for listing workspace members.\nNo parameters required - lists all members in the authenticated workspace.");
|
|
5
|
+
const ProductlaneListMembers_UserInfoSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the user."),
|
|
7
|
+
name: z.string().describe("Display name of the user."),
|
|
8
|
+
email: z.string().describe("Email address of the user."),
|
|
9
|
+
imageUrl: z.string().describe("Profile image URL for the user.").nullable().optional()
|
|
10
|
+
}).describe("User information embedded in member object.");
|
|
11
|
+
const ProductlaneListMembers_MemberInfoSchema = z.object({
|
|
12
|
+
id: z.string().describe("Unique identifier for the membership record."),
|
|
13
|
+
role: z.string().describe("Role of the member in the workspace. Valid values: 'ADMIN', 'USER', 'VIEWER'."),
|
|
14
|
+
user: ProductlaneListMembers_UserInfoSchema.nullable(),
|
|
15
|
+
userId: z.string().describe("ID of the user associated with this membership."),
|
|
16
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the membership was created."),
|
|
17
|
+
updatedAt: z.string().describe("ISO 8601 timestamp when the membership was last updated."),
|
|
18
|
+
workspaceId: z.string().describe("ID of the workspace this membership belongs to.")
|
|
19
|
+
}).describe("Member information with role and workspace details.");
|
|
20
|
+
const productlaneListMembers = action("PRODUCTLANE_LIST_MEMBERS", {
|
|
21
|
+
slug: "productlane-list-members",
|
|
22
|
+
name: "List Workspace Members",
|
|
23
|
+
description: "Tool to retrieve all members of your workspace with their roles and user information. Returns memberships sorted by role (admins first).",
|
|
24
|
+
input: ProductlaneListMembersInput,
|
|
25
|
+
output: z.object({ members: z.array(ProductlaneListMembers_MemberInfoSchema).describe("Array of membership objects with user details, sorted by role (admins first).") }).describe("Response model containing list of workspace members.")
|
|
26
|
+
});
|
|
27
|
+
//#endregion
|
|
28
|
+
export { productlaneListMembers };
|
|
29
|
+
|
|
30
|
+
//# sourceMappingURL=list-members.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-members.mjs","names":[],"sources":["../../src/actions/list-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListMembersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing workspace members.\\nNo parameters required - lists all members in the authenticated workspace.\");\nconst ProductlaneListMembers_UserInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the user.\"),\n name: z.string().describe(\"Display name of the user.\"),\n email: z.string().describe(\"Email address of the user.\"),\n imageUrl: z.string().describe(\"Profile image URL for the user.\").nullable().optional(),\n}).describe(\"User information embedded in member object.\");\nconst ProductlaneListMembers_MemberInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the membership record.\"),\n role: z.string().describe(\"Role of the member in the workspace. Valid values: 'ADMIN', 'USER', 'VIEWER'.\"),\n user: ProductlaneListMembers_UserInfoSchema.nullable(),\n userId: z.string().describe(\"ID of the user associated with this membership.\"),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the membership was created.\"),\n updatedAt: z.string().describe(\"ISO 8601 timestamp when the membership was last updated.\"),\n workspaceId: z.string().describe(\"ID of the workspace this membership belongs to.\"),\n}).describe(\"Member information with role and workspace details.\");\nexport const ProductlaneListMembersOutput: z.ZodTypeAny = z.object({\n members: z.array(ProductlaneListMembers_MemberInfoSchema).describe(\"Array of membership objects with user details, sorted by role (admins first).\"),\n}).describe(\"Response model containing list of workspace members.\");\n\nexport const productlaneListMembers = action(\"PRODUCTLANE_LIST_MEMBERS\", {\n slug: \"productlane-list-members\",\n name: \"List Workspace Members\",\n description: \"Tool to retrieve all members of your workspace with their roles and user information. Returns memberships sorted by role (admins first).\",\n input: ProductlaneListMembersInput,\n output: ProductlaneListMembersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0HAA0H;AACzM,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CACrD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACvD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CACzG,MAAM,sCAAsC,SAAS;CACrD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CACpF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;AACpF,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAKjE,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwD,EAAE,OAAO,EACjE,SAAS,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,+EAA+E,EACpJ,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-projects.ts
|
|
4
|
+
const ProductlaneListProjectsInput = zod.z.object({
|
|
5
|
+
language: zod.z.string().describe("Optional language code for localized project content (e.g., 'en', 'de', 'fr').").optional(),
|
|
6
|
+
workspace_id: zod.z.string().describe("The unique identifier of the workspace. The workspace's portal or roadmap must be published to retrieve projects.")
|
|
7
|
+
}).describe("Request to list all projects within a workspace.");
|
|
8
|
+
const ProductlaneListProjects_ProjectSchema = zod.z.object({
|
|
9
|
+
id: zod.z.string().describe("Unique identifier for the project."),
|
|
10
|
+
icon: zod.z.string().describe("Icon associated with the project.").nullable().optional(),
|
|
11
|
+
name: zod.z.string().describe("Name of the project."),
|
|
12
|
+
color: zod.z.string().describe("Color associated with the project (e.g., hex color code).").nullable().optional(),
|
|
13
|
+
state: zod.z.string().describe("Current state of the project.").nullable().optional(),
|
|
14
|
+
upvotes: zod.z.number().describe("Number of upvotes for the project."),
|
|
15
|
+
progress: zod.z.number().describe("Progress of the project (0.0 to 1.0).").nullable().optional(),
|
|
16
|
+
createdAt: zod.z.string().describe("Timestamp when the project was created (ISO 8601 format)."),
|
|
17
|
+
sortOrder: zod.z.number().describe("Sort order for displaying the project."),
|
|
18
|
+
description: zod.z.string().describe("Description of the project.").nullable().optional(),
|
|
19
|
+
linearTeamIds: zod.z.array(zod.z.string()).describe("List of Linear team IDs associated with this project.").nullable().optional(),
|
|
20
|
+
importanceScore: zod.z.number().describe("Calculated importance score for the project."),
|
|
21
|
+
linearProjectId: zod.z.string().describe("Linear project ID if integrated with Linear.").nullable().optional()
|
|
22
|
+
}).describe("A project within a workspace.");
|
|
23
|
+
const ProductlaneListProjectsOutput = zod.z.object({ projects: zod.z.array(ProductlaneListProjects_ProjectSchema).describe("List of projects in the workspace.") }).describe("Response containing a list of projects.");
|
|
24
|
+
const productlaneListProjects = require_action.action("PRODUCTLANE_LIST_PROJECTS", {
|
|
25
|
+
slug: "productlane-list-projects",
|
|
26
|
+
name: "List Projects",
|
|
27
|
+
description: "Tool to retrieve all projects within a workspace. Use when you need to list available projects from a published Productlane workspace portal or roadmap.",
|
|
28
|
+
input: ProductlaneListProjectsInput,
|
|
29
|
+
output: ProductlaneListProjectsOutput
|
|
30
|
+
});
|
|
31
|
+
//#endregion
|
|
32
|
+
exports.productlaneListProjects = productlaneListProjects;
|
|
33
|
+
|
|
34
|
+
//# sourceMappingURL=list-projects.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneListProjectsInput: z.ZodTypeAny = z.object({\n language: z.string().describe(\"Optional language code for localized project content (e.g., 'en', 'de', 'fr').\").optional(),\n workspace_id: z.string().describe(\"The unique identifier of the workspace. The workspace's portal or roadmap must be published to retrieve projects.\"),\n}).describe(\"Request to list all projects within a workspace.\");\nconst ProductlaneListProjects_ProjectSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the project.\"),\n icon: z.string().describe(\"Icon associated with the project.\").nullable().optional(),\n name: z.string().describe(\"Name of the project.\"),\n color: z.string().describe(\"Color associated with the project (e.g., hex color code).\").nullable().optional(),\n state: z.string().describe(\"Current state of the project.\").nullable().optional(),\n upvotes: z.number().describe(\"Number of upvotes for the project.\"),\n progress: z.number().describe(\"Progress of the project (0.0 to 1.0).\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the project was created (ISO 8601 format).\"),\n sortOrder: z.number().describe(\"Sort order for displaying the project.\"),\n description: z.string().describe(\"Description of the project.\").nullable().optional(),\n linearTeamIds: z.array(z.string()).describe(\"List of Linear team IDs associated with this project.\").nullable().optional(),\n importanceScore: z.number().describe(\"Calculated importance score for the project.\"),\n linearProjectId: z.string().describe(\"Linear project ID if integrated with Linear.\").nullable().optional(),\n}).describe(\"A project within a workspace.\");\nexport const ProductlaneListProjectsOutput: z.ZodTypeAny = z.object({\n projects: z.array(ProductlaneListProjects_ProjectSchema).describe(\"List of projects in the workspace.\"),\n}).describe(\"Response containing a list of projects.\");\n\nexport const productlaneListProjects = action(\"PRODUCTLANE_LIST_PROJECTS\", {\n slug: \"productlane-list-projects\",\n name: \"List Projects\",\n description: \"Tool to retrieve all projects within a workspace. Use when you need to list available projects from a published Productlane workspace portal or roadmap.\",\n input: ProductlaneListProjectsInput,\n output: ProductlaneListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS;CACzH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH;AACvJ,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACjE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CACvE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,eAAeA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACnF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAC3C,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,UAAUA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,oCAAoC,EACxG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAErD,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-projects.d.ts
|
|
4
|
+
declare const ProductlaneListProjectsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneListProjectsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneListProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneListProjects };
|
|
9
|
+
//# sourceMappingURL=list-projects.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-projects.d.cts","names":[],"sources":["../../src/actions/list-projects.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGkB;AAAA,cAgBlD,6BAAA,EAA+B,CAAA,CAAE,UAEQ;AAAA,cAEzC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-projects.d.ts
|
|
4
|
+
declare const ProductlaneListProjectsInput: z.ZodTypeAny;
|
|
5
|
+
declare const ProductlaneListProjectsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const productlaneListProjects: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { productlaneListProjects };
|
|
9
|
+
//# sourceMappingURL=list-projects.d.mts.map
|