@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":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;cAK1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -1,9 +1,31 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-project.d.ts
|
|
4
|
-
declare const ProductlaneGetProjectInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneGetProjectInput: z.ZodObject<{
|
|
5
|
+
language: z.ZodOptional<z.ZodString>;
|
|
6
|
+
project_id: z.ZodString;
|
|
7
|
+
workspace_id: z.ZodString;
|
|
8
|
+
}, z.core.$strip>;
|
|
9
|
+
declare const ProductlaneGetProjectOutput: z.ZodObject<{
|
|
10
|
+
id: z.ZodNullable<z.ZodString>;
|
|
11
|
+
icon: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
+
name: z.ZodNullable<z.ZodString>;
|
|
13
|
+
color: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
|
+
state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
upvotes: z.ZodNullable<z.ZodNumber>;
|
|
16
|
+
progress: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
18
|
+
sortOrder: z.ZodNullable<z.ZodNumber>;
|
|
19
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
20
|
+
linearTeamIds: z.ZodArray<z.ZodString>;
|
|
21
|
+
importanceScore: z.ZodNullable<z.ZodNumber>;
|
|
22
|
+
linearProjectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
23
|
+
}, z.core.$loose>;
|
|
24
|
+
declare const productlaneGetProject: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
|
+
project_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 { productlaneGetProject };
|
|
9
31
|
//# sourceMappingURL=get-project.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;cAK1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -10,20 +10,20 @@ const productlaneGetProject = action("PRODUCTLANE_GET_PROJECT", {
|
|
|
10
10
|
workspace_id: z.string().describe("Workspace ID containing the project.")
|
|
11
11
|
}).describe("Request model for retrieving a project by its ID."),
|
|
12
12
|
output: z.object({
|
|
13
|
-
id: z.string().describe("Unique identifier of the project."),
|
|
13
|
+
id: z.string().describe("Unique identifier of the project.").nullable(),
|
|
14
14
|
icon: z.string().describe("Icon identifier or URL for the project.").nullable().optional(),
|
|
15
|
-
name: z.string().describe("Name of the project."),
|
|
15
|
+
name: z.string().describe("Name of the project.").nullable(),
|
|
16
16
|
color: z.string().describe("Color code associated with the project (e.g., hex color).").nullable().optional(),
|
|
17
17
|
state: z.string().describe("Current state of the project (e.g., 'active', 'completed').").nullable().optional(),
|
|
18
|
-
upvotes: z.number().describe("Number of upvotes the project has received."),
|
|
18
|
+
upvotes: z.number().describe("Number of upvotes the project has received.").nullable(),
|
|
19
19
|
progress: z.number().describe("Progress percentage of the project (0-100).").nullable().optional(),
|
|
20
|
-
createdAt: z.string().describe("ISO 8601 timestamp when the project was created."),
|
|
21
|
-
sortOrder: z.number().describe("Numerical value determining the display order of the project."),
|
|
20
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the project was created.").nullable(),
|
|
21
|
+
sortOrder: z.number().describe("Numerical value determining the display order of the project.").nullable(),
|
|
22
22
|
description: z.string().describe("Description of the project.").nullable().optional(),
|
|
23
23
|
linearTeamIds: z.array(z.string()).describe("List of Linear team IDs associated with the project."),
|
|
24
|
-
importanceScore: z.number().describe("Calculated importance score for the project."),
|
|
24
|
+
importanceScore: z.number().describe("Calculated importance score for the project.").nullable(),
|
|
25
25
|
linearProjectId: z.string().describe("Associated Linear project ID, if integrated.").nullable().optional()
|
|
26
|
-
}).describe("Response model for retrieving a project.")
|
|
26
|
+
}).passthrough().describe("Response model for retrieving a project.")
|
|
27
27
|
});
|
|
28
28
|
//#endregion
|
|
29
29
|
export { productlaneGetProject };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetProjectInput
|
|
1
|
+
{"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetProjectInput = z.object({\n language: z.string().describe(\"Language code for localized content (e.g., 'en', 'de'). If not provided, returns content in the default language.\").optional(),\n project_id: z.string().describe(\"Project ID to retrieve.\"),\n workspace_id: z.string().describe(\"Workspace ID containing the project.\"),\n}).describe(\"Request model for retrieving a project by its ID.\");\nexport const ProductlaneGetProjectOutput = z.object({\n id: z.string().describe(\"Unique identifier of the project.\").nullable(),\n icon: z.string().describe(\"Icon identifier or URL for the project.\").nullable().optional(),\n name: z.string().describe(\"Name of the project.\").nullable(),\n color: z.string().describe(\"Color code associated with the project (e.g., hex color).\").nullable().optional(),\n state: z.string().describe(\"Current state of the project (e.g., 'active', 'completed').\").nullable().optional(),\n upvotes: z.number().describe(\"Number of upvotes the project has received.\").nullable(),\n progress: z.number().describe(\"Progress percentage of the project (0-100).\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the project was created.\").nullable(),\n sortOrder: z.number().describe(\"Numerical value determining the display order of the project.\").nullable(),\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 the project.\"),\n importanceScore: z.number().describe(\"Calculated importance score for the project.\").nullable(),\n linearProjectId: z.string().describe(\"Associated Linear project ID, if integrated.\").nullable().optional(),\n}).passthrough().describe(\"Response model for retrieving a project.\");\n\nexport const productlaneGetProject = action(\"PRODUCTLANE_GET_PROJECT\", {\n slug: \"productlane-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve a project by its ID from a workspace. Use when you need to fetch details about a specific project including its name, description, progress, and associated metadata.\",\n input: ProductlaneGetProjectInput,\n output: ProductlaneGetProjectOutput,\n});\n"],"mappings":";;AAyBA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAzBwC,EAAE,OAAO;EACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,mHAAmH,CAAC,CAAC,SAAS;EAC5J,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACzD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAC1E,CAAC,CAAC,CAAC,SAAS,mDAqBH;CACP,QArByC,EAAE,OAAO;EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACzF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9G,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;EACrF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D,CAAC,CAAC,SAAS;EACzG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpF,eAAe,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sDAAsD;EAClG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EAC9F,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
|
|
@@ -3,43 +3,43 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/get-workspace.ts
|
|
4
4
|
const ProductlaneGetWorkspaceInput = zod.z.object({ id: zod.z.string().describe("Unique identifier of the workspace to retrieve") }).describe("Request model for fetching a workspace by ID.");
|
|
5
5
|
const ProductlaneGetWorkspace_WorkspaceResponseSchema = zod.z.object({
|
|
6
|
-
id: zod.z.string().describe("Unique identifier of the workspace"),
|
|
7
|
-
name: zod.z.string().describe("Display name of the workspace"),
|
|
8
|
-
domain: zod.z.string().describe("Workspace domain/subdomain"),
|
|
6
|
+
id: zod.z.string().describe("Unique identifier of the workspace").nullable(),
|
|
7
|
+
name: zod.z.string().describe("Display name of the workspace").nullable(),
|
|
8
|
+
domain: zod.z.string().describe("Workspace domain/subdomain").nullable(),
|
|
9
9
|
logoUrl: zod.z.string().describe("URL of the workspace logo image").nullable().optional(),
|
|
10
10
|
darkMode: zod.z.boolean().describe("Whether dark mode is enabled").nullable().optional(),
|
|
11
11
|
logoLink: zod.z.string().describe("URL link for the logo").nullable().optional(),
|
|
12
|
-
textColor: zod.z.string().describe("Text color in light mode"),
|
|
13
|
-
accentColor: zod.z.string().describe("Accent color in light mode"),
|
|
12
|
+
textColor: zod.z.string().describe("Text color in light mode").nullable(),
|
|
13
|
+
accentColor: zod.z.string().describe("Accent color in light mode").nullable(),
|
|
14
14
|
customDomain: zod.z.string().describe("Custom domain if configured").nullable().optional(),
|
|
15
|
-
accentTextColor: zod.z.string().describe("Accent text color in light mode"),
|
|
16
|
-
backgroundColor: zod.z.string().describe("Background color in light mode"),
|
|
17
|
-
buttonTextColor: zod.z.string().describe("Button text color in light mode"),
|
|
18
|
-
changelogPublic: zod.z.boolean().describe("Whether the changelog is publicly accessible"),
|
|
19
|
-
darkModeTextColor: zod.z.string().describe("Text color in dark mode"),
|
|
20
|
-
darkModeAccentColor: zod.z.string().describe("Accent color in dark mode"),
|
|
21
|
-
darkModeAccentTextColor: zod.z.string().describe("Accent text color in dark mode"),
|
|
22
|
-
darkModeBackgroundColor: zod.z.string().describe("Background color in dark mode"),
|
|
23
|
-
darkModeButtonTextColor: zod.z.string().describe("Button text color in dark mode")
|
|
24
|
-
}).describe("Workspace details including branding and configuration.");
|
|
15
|
+
accentTextColor: zod.z.string().describe("Accent text color in light mode").nullable(),
|
|
16
|
+
backgroundColor: zod.z.string().describe("Background color in light mode").nullable(),
|
|
17
|
+
buttonTextColor: zod.z.string().describe("Button text color in light mode").nullable(),
|
|
18
|
+
changelogPublic: zod.z.boolean().describe("Whether the changelog is publicly accessible").nullable(),
|
|
19
|
+
darkModeTextColor: zod.z.string().describe("Text color in dark mode").nullable(),
|
|
20
|
+
darkModeAccentColor: zod.z.string().describe("Accent color in dark mode").nullable(),
|
|
21
|
+
darkModeAccentTextColor: zod.z.string().describe("Accent text color in dark mode").nullable(),
|
|
22
|
+
darkModeBackgroundColor: zod.z.string().describe("Background color in dark mode").nullable(),
|
|
23
|
+
darkModeButtonTextColor: zod.z.string().describe("Button text color in dark mode").nullable()
|
|
24
|
+
}).passthrough().describe("Workspace details including branding and configuration.");
|
|
25
25
|
const ProductlaneGetWorkspace_LatestChangelogResponseSchema = zod.z.object({
|
|
26
|
-
id: zod.z.string().describe("Unique identifier of the changelog entry"),
|
|
26
|
+
id: zod.z.string().describe("Unique identifier of the changelog entry").nullable(),
|
|
27
27
|
date: zod.z.string().describe("ISO 8601 timestamp of the changelog date").nullable().optional(),
|
|
28
|
-
title: zod.z.string().describe("Title of the changelog entry"),
|
|
29
|
-
version: zod.z.number().describe("Version number of the changelog"),
|
|
30
|
-
archived: zod.z.boolean().describe("Whether the changelog is archived"),
|
|
28
|
+
title: zod.z.string().describe("Title of the changelog entry").nullable(),
|
|
29
|
+
version: zod.z.number().describe("Version number of the changelog").nullable(),
|
|
30
|
+
archived: zod.z.boolean().describe("Whether the changelog is archived").nullable(),
|
|
31
31
|
imageUrl: zod.z.string().describe("URL of the changelog image").nullable().optional(),
|
|
32
|
-
createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created"),
|
|
33
|
-
isDeleted: zod.z.boolean().describe("Whether the changelog entry is marked as deleted"),
|
|
32
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created").nullable(),
|
|
33
|
+
isDeleted: zod.z.boolean().describe("Whether the changelog entry is marked as deleted").nullable(),
|
|
34
34
|
projectId: zod.z.string().describe("Associated project identifier").nullable().optional(),
|
|
35
|
-
published: zod.z.boolean().describe("Whether the changelog is published"),
|
|
36
|
-
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated"),
|
|
37
|
-
workspaceId: zod.z.string().describe("Workspace identifier this changelog belongs to")
|
|
38
|
-
}).describe("Details of the latest changelog entry for the workspace.");
|
|
35
|
+
published: zod.z.boolean().describe("Whether the changelog is published").nullable(),
|
|
36
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated").nullable(),
|
|
37
|
+
workspaceId: zod.z.string().describe("Workspace identifier this changelog belongs to").nullable()
|
|
38
|
+
}).passthrough().describe("Details of the latest changelog entry for the workspace.");
|
|
39
39
|
const ProductlaneGetWorkspaceOutput = zod.z.object({
|
|
40
40
|
workspace: ProductlaneGetWorkspace_WorkspaceResponseSchema.nullable(),
|
|
41
41
|
latestChangelog: ProductlaneGetWorkspace_LatestChangelogResponseSchema.nullable().optional()
|
|
42
|
-
}).describe("Response model containing workspace details and latest changelog.");
|
|
42
|
+
}).passthrough().describe("Response model containing workspace details and latest changelog.");
|
|
43
43
|
const productlaneGetWorkspace = require_action.action("PRODUCTLANE_GET_WORKSPACE", {
|
|
44
44
|
slug: "productlane-get-workspace",
|
|
45
45
|
name: "Get Workspace",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetWorkspaceInput
|
|
1
|
+
{"version":3,"file":"get-workspace.cjs","names":["z","action"],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetWorkspaceInput = z.object({\n id: z.string().describe(\"Unique identifier of the workspace to retrieve\"),\n}).describe(\"Request model for fetching a workspace by ID.\");\nconst ProductlaneGetWorkspace_WorkspaceResponseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\").nullable(),\n name: z.string().describe(\"Display name of the workspace\").nullable(),\n domain: z.string().describe(\"Workspace domain/subdomain\").nullable(),\n logoUrl: z.string().describe(\"URL of the workspace logo image\").nullable().optional(),\n darkMode: z.boolean().describe(\"Whether dark mode is enabled\").nullable().optional(),\n logoLink: z.string().describe(\"URL link for the logo\").nullable().optional(),\n textColor: z.string().describe(\"Text color in light mode\").nullable(),\n accentColor: z.string().describe(\"Accent color in light mode\").nullable(),\n customDomain: z.string().describe(\"Custom domain if configured\").nullable().optional(),\n accentTextColor: z.string().describe(\"Accent text color in light mode\").nullable(),\n backgroundColor: z.string().describe(\"Background color in light mode\").nullable(),\n buttonTextColor: z.string().describe(\"Button text color in light mode\").nullable(),\n changelogPublic: z.boolean().describe(\"Whether the changelog is publicly accessible\").nullable(),\n darkModeTextColor: z.string().describe(\"Text color in dark mode\").nullable(),\n darkModeAccentColor: z.string().describe(\"Accent color in dark mode\").nullable(),\n darkModeAccentTextColor: z.string().describe(\"Accent text color in dark mode\").nullable(),\n darkModeBackgroundColor: z.string().describe(\"Background color in dark mode\").nullable(),\n darkModeButtonTextColor: z.string().describe(\"Button text color in dark mode\").nullable(),\n}).passthrough().describe(\"Workspace details including branding and configuration.\");\nconst ProductlaneGetWorkspace_LatestChangelogResponseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the changelog entry\").nullable(),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date\").nullable().optional(),\n title: z.string().describe(\"Title of the changelog entry\").nullable(),\n version: z.number().describe(\"Version number of the changelog\").nullable(),\n archived: z.boolean().describe(\"Whether the changelog is archived\").nullable(),\n imageUrl: z.string().describe(\"URL of the changelog image\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created\").nullable(),\n isDeleted: z.boolean().describe(\"Whether the changelog entry is marked as deleted\").nullable(),\n projectId: z.string().describe(\"Associated project identifier\").nullable().optional(),\n published: z.boolean().describe(\"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(\"Workspace identifier this changelog belongs to\").nullable(),\n}).passthrough().describe(\"Details of the latest changelog entry for the workspace.\");\nexport const ProductlaneGetWorkspaceOutput = z.object({\n workspace: ProductlaneGetWorkspace_WorkspaceResponseSchema.nullable(),\n latestChangelog: ProductlaneGetWorkspace_LatestChangelogResponseSchema.nullable().optional(),\n}).passthrough().describe(\"Response model containing workspace details and latest changelog.\");\n\nexport const productlaneGetWorkspace = action(\"PRODUCTLANE_GET_WORKSPACE\", {\n slug: \"productlane-get-workspace\",\n name: \"Get Workspace\",\n description: \"Tool to fetch workspace details by ID. Use when you need to retrieve workspace configuration, branding, or latest changelog information.\",\n input: ProductlaneGetWorkspaceInput,\n output: ProductlaneGetWorkspaceOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,48 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-workspace.d.ts
|
|
4
|
-
declare const ProductlaneGetWorkspaceInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneGetWorkspaceInput: z.ZodObject<{
|
|
5
|
+
id: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const ProductlaneGetWorkspaceOutput: z.ZodObject<{
|
|
8
|
+
workspace: z.ZodNullable<z.ZodObject<{
|
|
9
|
+
id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
name: z.ZodNullable<z.ZodString>;
|
|
11
|
+
domain: z.ZodNullable<z.ZodString>;
|
|
12
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
darkMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
14
|
+
logoLink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
textColor: z.ZodNullable<z.ZodString>;
|
|
16
|
+
accentColor: z.ZodNullable<z.ZodString>;
|
|
17
|
+
customDomain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
accentTextColor: z.ZodNullable<z.ZodString>;
|
|
19
|
+
backgroundColor: z.ZodNullable<z.ZodString>;
|
|
20
|
+
buttonTextColor: z.ZodNullable<z.ZodString>;
|
|
21
|
+
changelogPublic: z.ZodNullable<z.ZodBoolean>;
|
|
22
|
+
darkModeTextColor: z.ZodNullable<z.ZodString>;
|
|
23
|
+
darkModeAccentColor: z.ZodNullable<z.ZodString>;
|
|
24
|
+
darkModeAccentTextColor: z.ZodNullable<z.ZodString>;
|
|
25
|
+
darkModeBackgroundColor: z.ZodNullable<z.ZodString>;
|
|
26
|
+
darkModeButtonTextColor: z.ZodNullable<z.ZodString>;
|
|
27
|
+
}, z.core.$loose>>;
|
|
28
|
+
latestChangelog: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29
|
+
id: z.ZodNullable<z.ZodString>;
|
|
30
|
+
date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
title: z.ZodNullable<z.ZodString>;
|
|
32
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
33
|
+
archived: z.ZodNullable<z.ZodBoolean>;
|
|
34
|
+
imageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
36
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
37
|
+
projectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
published: z.ZodNullable<z.ZodBoolean>;
|
|
39
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
40
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
41
|
+
}, z.core.$loose>>>;
|
|
42
|
+
}, z.core.$loose>;
|
|
43
|
+
declare const productlaneGetWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
44
|
+
id: string;
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
46
|
//#endregion
|
|
8
47
|
export { productlaneGetWorkspace };
|
|
9
48
|
//# sourceMappingURL=get-workspace.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.d.cts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"get-workspace.d.cts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAqC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -1,9 +1,48 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/get-workspace.d.ts
|
|
4
|
-
declare const ProductlaneGetWorkspaceInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneGetWorkspaceInput: z.ZodObject<{
|
|
5
|
+
id: z.ZodString;
|
|
6
|
+
}, z.core.$strip>;
|
|
7
|
+
declare const ProductlaneGetWorkspaceOutput: z.ZodObject<{
|
|
8
|
+
workspace: z.ZodNullable<z.ZodObject<{
|
|
9
|
+
id: z.ZodNullable<z.ZodString>;
|
|
10
|
+
name: z.ZodNullable<z.ZodString>;
|
|
11
|
+
domain: z.ZodNullable<z.ZodString>;
|
|
12
|
+
logoUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
|
+
darkMode: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
14
|
+
logoLink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
|
+
textColor: z.ZodNullable<z.ZodString>;
|
|
16
|
+
accentColor: z.ZodNullable<z.ZodString>;
|
|
17
|
+
customDomain: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
|
+
accentTextColor: z.ZodNullable<z.ZodString>;
|
|
19
|
+
backgroundColor: z.ZodNullable<z.ZodString>;
|
|
20
|
+
buttonTextColor: z.ZodNullable<z.ZodString>;
|
|
21
|
+
changelogPublic: z.ZodNullable<z.ZodBoolean>;
|
|
22
|
+
darkModeTextColor: z.ZodNullable<z.ZodString>;
|
|
23
|
+
darkModeAccentColor: z.ZodNullable<z.ZodString>;
|
|
24
|
+
darkModeAccentTextColor: z.ZodNullable<z.ZodString>;
|
|
25
|
+
darkModeBackgroundColor: z.ZodNullable<z.ZodString>;
|
|
26
|
+
darkModeButtonTextColor: z.ZodNullable<z.ZodString>;
|
|
27
|
+
}, z.core.$loose>>;
|
|
28
|
+
latestChangelog: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
29
|
+
id: z.ZodNullable<z.ZodString>;
|
|
30
|
+
date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
31
|
+
title: z.ZodNullable<z.ZodString>;
|
|
32
|
+
version: z.ZodNullable<z.ZodNumber>;
|
|
33
|
+
archived: z.ZodNullable<z.ZodBoolean>;
|
|
34
|
+
imageUrl: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
createdAt: z.ZodNullable<z.ZodString>;
|
|
36
|
+
isDeleted: z.ZodNullable<z.ZodBoolean>;
|
|
37
|
+
projectId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
38
|
+
published: z.ZodNullable<z.ZodBoolean>;
|
|
39
|
+
updatedAt: z.ZodNullable<z.ZodString>;
|
|
40
|
+
workspaceId: z.ZodNullable<z.ZodString>;
|
|
41
|
+
}, z.core.$loose>>>;
|
|
42
|
+
}, z.core.$loose>;
|
|
43
|
+
declare const productlaneGetWorkspace: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
44
|
+
id: string;
|
|
45
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
46
|
//#endregion
|
|
8
47
|
export { productlaneGetWorkspace };
|
|
9
48
|
//# sourceMappingURL=get-workspace.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.d.mts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;cAIa,4BAAA,
|
|
1
|
+
{"version":3,"file":"get-workspace.d.mts","names":[],"sources":["../../src/actions/get-workspace.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAqC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA"}
|
|
@@ -3,39 +3,39 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/get-workspace.ts
|
|
4
4
|
const ProductlaneGetWorkspaceInput = z.object({ id: z.string().describe("Unique identifier of the workspace to retrieve") }).describe("Request model for fetching a workspace by ID.");
|
|
5
5
|
const ProductlaneGetWorkspace_WorkspaceResponseSchema = z.object({
|
|
6
|
-
id: z.string().describe("Unique identifier of the workspace"),
|
|
7
|
-
name: z.string().describe("Display name of the workspace"),
|
|
8
|
-
domain: z.string().describe("Workspace domain/subdomain"),
|
|
6
|
+
id: z.string().describe("Unique identifier of the workspace").nullable(),
|
|
7
|
+
name: z.string().describe("Display name of the workspace").nullable(),
|
|
8
|
+
domain: z.string().describe("Workspace domain/subdomain").nullable(),
|
|
9
9
|
logoUrl: z.string().describe("URL of the workspace logo image").nullable().optional(),
|
|
10
10
|
darkMode: z.boolean().describe("Whether dark mode is enabled").nullable().optional(),
|
|
11
11
|
logoLink: z.string().describe("URL link for the logo").nullable().optional(),
|
|
12
|
-
textColor: z.string().describe("Text color in light mode"),
|
|
13
|
-
accentColor: z.string().describe("Accent color in light mode"),
|
|
12
|
+
textColor: z.string().describe("Text color in light mode").nullable(),
|
|
13
|
+
accentColor: z.string().describe("Accent color in light mode").nullable(),
|
|
14
14
|
customDomain: z.string().describe("Custom domain if configured").nullable().optional(),
|
|
15
|
-
accentTextColor: z.string().describe("Accent text color in light mode"),
|
|
16
|
-
backgroundColor: z.string().describe("Background color in light mode"),
|
|
17
|
-
buttonTextColor: z.string().describe("Button text color in light mode"),
|
|
18
|
-
changelogPublic: z.boolean().describe("Whether the changelog is publicly accessible"),
|
|
19
|
-
darkModeTextColor: z.string().describe("Text color in dark mode"),
|
|
20
|
-
darkModeAccentColor: z.string().describe("Accent color in dark mode"),
|
|
21
|
-
darkModeAccentTextColor: z.string().describe("Accent text color in dark mode"),
|
|
22
|
-
darkModeBackgroundColor: z.string().describe("Background color in dark mode"),
|
|
23
|
-
darkModeButtonTextColor: z.string().describe("Button text color in dark mode")
|
|
24
|
-
}).describe("Workspace details including branding and configuration.");
|
|
15
|
+
accentTextColor: z.string().describe("Accent text color in light mode").nullable(),
|
|
16
|
+
backgroundColor: z.string().describe("Background color in light mode").nullable(),
|
|
17
|
+
buttonTextColor: z.string().describe("Button text color in light mode").nullable(),
|
|
18
|
+
changelogPublic: z.boolean().describe("Whether the changelog is publicly accessible").nullable(),
|
|
19
|
+
darkModeTextColor: z.string().describe("Text color in dark mode").nullable(),
|
|
20
|
+
darkModeAccentColor: z.string().describe("Accent color in dark mode").nullable(),
|
|
21
|
+
darkModeAccentTextColor: z.string().describe("Accent text color in dark mode").nullable(),
|
|
22
|
+
darkModeBackgroundColor: z.string().describe("Background color in dark mode").nullable(),
|
|
23
|
+
darkModeButtonTextColor: z.string().describe("Button text color in dark mode").nullable()
|
|
24
|
+
}).passthrough().describe("Workspace details including branding and configuration.");
|
|
25
25
|
const ProductlaneGetWorkspace_LatestChangelogResponseSchema = z.object({
|
|
26
|
-
id: z.string().describe("Unique identifier of the changelog entry"),
|
|
26
|
+
id: z.string().describe("Unique identifier of the changelog entry").nullable(),
|
|
27
27
|
date: z.string().describe("ISO 8601 timestamp of the changelog date").nullable().optional(),
|
|
28
|
-
title: z.string().describe("Title of the changelog entry"),
|
|
29
|
-
version: z.number().describe("Version number of the changelog"),
|
|
30
|
-
archived: z.boolean().describe("Whether the changelog is archived"),
|
|
28
|
+
title: z.string().describe("Title of the changelog entry").nullable(),
|
|
29
|
+
version: z.number().describe("Version number of the changelog").nullable(),
|
|
30
|
+
archived: z.boolean().describe("Whether the changelog is archived").nullable(),
|
|
31
31
|
imageUrl: z.string().describe("URL of the changelog image").nullable().optional(),
|
|
32
|
-
createdAt: z.string().describe("ISO 8601 timestamp when the changelog was created"),
|
|
33
|
-
isDeleted: z.boolean().describe("Whether the changelog entry is marked as deleted"),
|
|
32
|
+
createdAt: z.string().describe("ISO 8601 timestamp when the changelog was created").nullable(),
|
|
33
|
+
isDeleted: z.boolean().describe("Whether the changelog entry is marked as deleted").nullable(),
|
|
34
34
|
projectId: z.string().describe("Associated project identifier").nullable().optional(),
|
|
35
|
-
published: z.boolean().describe("Whether the changelog is published"),
|
|
36
|
-
updatedAt: z.string().describe("ISO 8601 timestamp when the changelog was last updated"),
|
|
37
|
-
workspaceId: z.string().describe("Workspace identifier this changelog belongs to")
|
|
38
|
-
}).describe("Details of the latest changelog entry for the workspace.");
|
|
35
|
+
published: z.boolean().describe("Whether the changelog is published").nullable(),
|
|
36
|
+
updatedAt: z.string().describe("ISO 8601 timestamp when the changelog was last updated").nullable(),
|
|
37
|
+
workspaceId: z.string().describe("Workspace identifier this changelog belongs to").nullable()
|
|
38
|
+
}).passthrough().describe("Details of the latest changelog entry for the workspace.");
|
|
39
39
|
const productlaneGetWorkspace = action("PRODUCTLANE_GET_WORKSPACE", {
|
|
40
40
|
slug: "productlane-get-workspace",
|
|
41
41
|
name: "Get Workspace",
|
|
@@ -44,7 +44,7 @@ const productlaneGetWorkspace = action("PRODUCTLANE_GET_WORKSPACE", {
|
|
|
44
44
|
output: z.object({
|
|
45
45
|
workspace: ProductlaneGetWorkspace_WorkspaceResponseSchema.nullable(),
|
|
46
46
|
latestChangelog: ProductlaneGetWorkspace_LatestChangelogResponseSchema.nullable().optional()
|
|
47
|
-
}).describe("Response model containing workspace details and latest changelog.")
|
|
47
|
+
}).passthrough().describe("Response model containing workspace details and latest changelog.")
|
|
48
48
|
});
|
|
49
49
|
//#endregion
|
|
50
50
|
export { productlaneGetWorkspace };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-workspace.mjs","names":[],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetWorkspaceInput
|
|
1
|
+
{"version":3,"file":"get-workspace.mjs","names":[],"sources":["../../src/actions/get-workspace.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneGetWorkspaceInput = z.object({\n id: z.string().describe(\"Unique identifier of the workspace to retrieve\"),\n}).describe(\"Request model for fetching a workspace by ID.\");\nconst ProductlaneGetWorkspace_WorkspaceResponseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the workspace\").nullable(),\n name: z.string().describe(\"Display name of the workspace\").nullable(),\n domain: z.string().describe(\"Workspace domain/subdomain\").nullable(),\n logoUrl: z.string().describe(\"URL of the workspace logo image\").nullable().optional(),\n darkMode: z.boolean().describe(\"Whether dark mode is enabled\").nullable().optional(),\n logoLink: z.string().describe(\"URL link for the logo\").nullable().optional(),\n textColor: z.string().describe(\"Text color in light mode\").nullable(),\n accentColor: z.string().describe(\"Accent color in light mode\").nullable(),\n customDomain: z.string().describe(\"Custom domain if configured\").nullable().optional(),\n accentTextColor: z.string().describe(\"Accent text color in light mode\").nullable(),\n backgroundColor: z.string().describe(\"Background color in light mode\").nullable(),\n buttonTextColor: z.string().describe(\"Button text color in light mode\").nullable(),\n changelogPublic: z.boolean().describe(\"Whether the changelog is publicly accessible\").nullable(),\n darkModeTextColor: z.string().describe(\"Text color in dark mode\").nullable(),\n darkModeAccentColor: z.string().describe(\"Accent color in dark mode\").nullable(),\n darkModeAccentTextColor: z.string().describe(\"Accent text color in dark mode\").nullable(),\n darkModeBackgroundColor: z.string().describe(\"Background color in dark mode\").nullable(),\n darkModeButtonTextColor: z.string().describe(\"Button text color in dark mode\").nullable(),\n}).passthrough().describe(\"Workspace details including branding and configuration.\");\nconst ProductlaneGetWorkspace_LatestChangelogResponseSchema = z.object({\n id: z.string().describe(\"Unique identifier of the changelog entry\").nullable(),\n date: z.string().describe(\"ISO 8601 timestamp of the changelog date\").nullable().optional(),\n title: z.string().describe(\"Title of the changelog entry\").nullable(),\n version: z.number().describe(\"Version number of the changelog\").nullable(),\n archived: z.boolean().describe(\"Whether the changelog is archived\").nullable(),\n imageUrl: z.string().describe(\"URL of the changelog image\").nullable().optional(),\n createdAt: z.string().describe(\"ISO 8601 timestamp when the changelog was created\").nullable(),\n isDeleted: z.boolean().describe(\"Whether the changelog entry is marked as deleted\").nullable(),\n projectId: z.string().describe(\"Associated project identifier\").nullable().optional(),\n published: z.boolean().describe(\"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(\"Workspace identifier this changelog belongs to\").nullable(),\n}).passthrough().describe(\"Details of the latest changelog entry for the workspace.\");\nexport const ProductlaneGetWorkspaceOutput = z.object({\n workspace: ProductlaneGetWorkspace_WorkspaceResponseSchema.nullable(),\n latestChangelog: ProductlaneGetWorkspace_LatestChangelogResponseSchema.nullable().optional(),\n}).passthrough().describe(\"Response model containing workspace details and latest changelog.\");\n\nexport const productlaneGetWorkspace = action(\"PRODUCTLANE_GET_WORKSPACE\", {\n slug: \"productlane-get-workspace\",\n name: \"Get Workspace\",\n description: \"Tool to fetch workspace details by ID. Use when you need to retrieve workspace configuration, branding, or latest changelog information.\",\n input: ProductlaneGetWorkspaceInput,\n output: ProductlaneGetWorkspaceOutput,\n});\n"],"mappings":"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"}
|
|
@@ -10,7 +10,7 @@ const ProductlaneInviteUserInput = zod.z.object({
|
|
|
10
10
|
]).describe("Role to assign to the invited user. ADMIN has full permissions, USER can view and edit, VIEWER has read-only access."),
|
|
11
11
|
email: zod.z.string().describe("Email address of the user to invite. Must be a valid email format with max 254 characters.")
|
|
12
12
|
}).describe("Request schema for inviting a new user to the Productlane workspace.");
|
|
13
|
-
const ProductlaneInviteUserOutput = zod.z.
|
|
13
|
+
const ProductlaneInviteUserOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response schema after inviting a user.\nAPI returns an empty object on success.");
|
|
14
14
|
const productlaneInviteUser = require_action.action("PRODUCTLANE_INVITE_USER", {
|
|
15
15
|
slug: "productlane-invite-user",
|
|
16
16
|
name: "Invite User to Workspace",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invite-user.cjs","names":["z","action"],"sources":["../../src/actions/invite-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneInviteUserInput
|
|
1
|
+
{"version":3,"file":"invite-user.cjs","names":["z","action"],"sources":["../../src/actions/invite-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneInviteUserInput = z.object({\n name: z.string().describe(\"Full name of the user to invite\"),\n role: z.enum([\"ADMIN\", \"USER\", \"VIEWER\"]).describe(\"Role to assign to the invited user. ADMIN has full permissions, USER can view and edit, VIEWER has read-only access.\"),\n email: z.string().describe(\"Email address of the user to invite. Must be a valid email format with max 254 characters.\"),\n}).describe(\"Request schema for inviting a new user to the Productlane workspace.\");\nexport const ProductlaneInviteUserOutput = z.record(z.string(), z.unknown()).describe(\"Response schema after inviting a user.\\nAPI returns an empty object on success.\");\n\nexport const productlaneInviteUser = action(\"PRODUCTLANE_INVITE_USER\", {\n slug: \"productlane-invite-user\",\n name: \"Invite User to Workspace\",\n description: \"Tool to invite a new user to your Productlane workspace. An invitation email with a join link will be sent to the user. Only admins can invite users.\",\n input: ProductlaneInviteUserInput,\n output: ProductlaneInviteUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC3D,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAQ;CAAQ,CAAC,CAAC,CAAC,SAAS,sHAAsH;CACzK,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;AACzH,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAa,8BAA8BA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAEvK,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/invite-user.d.ts
|
|
4
|
-
declare const ProductlaneInviteUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneInviteUserInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
role: z.ZodEnum<{
|
|
7
|
+
ADMIN: "ADMIN";
|
|
8
|
+
USER: "USER";
|
|
9
|
+
VIEWER: "VIEWER";
|
|
10
|
+
}>;
|
|
11
|
+
email: z.ZodString;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const ProductlaneInviteUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
14
|
+
declare const productlaneInviteUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
|
+
name: string;
|
|
16
|
+
role: "ADMIN" | "USER" | "VIEWER";
|
|
17
|
+
email: string;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { productlaneInviteUser };
|
|
9
21
|
//# sourceMappingURL=invite-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invite-user.d.cts","names":[],"sources":["../../src/actions/invite-user.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"invite-user.d.cts","names":[],"sources":["../../src/actions/invite-user.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;cAK1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -1,9 +1,21 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/invite-user.d.ts
|
|
4
|
-
declare const ProductlaneInviteUserInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const ProductlaneInviteUserInput: z.ZodObject<{
|
|
5
|
+
name: z.ZodString;
|
|
6
|
+
role: z.ZodEnum<{
|
|
7
|
+
ADMIN: "ADMIN";
|
|
8
|
+
USER: "USER";
|
|
9
|
+
VIEWER: "VIEWER";
|
|
10
|
+
}>;
|
|
11
|
+
email: z.ZodString;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const ProductlaneInviteUserOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
14
|
+
declare const productlaneInviteUser: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
15
|
+
name: string;
|
|
16
|
+
role: "ADMIN" | "USER" | "VIEWER";
|
|
17
|
+
email: string;
|
|
18
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
19
|
//#endregion
|
|
8
20
|
export { productlaneInviteUser };
|
|
9
21
|
//# sourceMappingURL=invite-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invite-user.d.mts","names":[],"sources":["../../src/actions/invite-user.ts"],"mappings":";;;cAIa,0BAAA,
|
|
1
|
+
{"version":3,"file":"invite-user.d.mts","names":[],"sources":["../../src/actions/invite-user.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;cAK1B,2BAAA,EAA2B,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAE3B,qBAAA,gCAAqB,wBAAA"}
|
|
@@ -13,7 +13,7 @@ const productlaneInviteUser = action("PRODUCTLANE_INVITE_USER", {
|
|
|
13
13
|
]).describe("Role to assign to the invited user. ADMIN has full permissions, USER can view and edit, VIEWER has read-only access."),
|
|
14
14
|
email: z.string().describe("Email address of the user to invite. Must be a valid email format with max 254 characters.")
|
|
15
15
|
}).describe("Request schema for inviting a new user to the Productlane workspace."),
|
|
16
|
-
output: z.
|
|
16
|
+
output: z.record(z.string(), z.unknown()).describe("Response schema after inviting a user.\nAPI returns an empty object on success.")
|
|
17
17
|
});
|
|
18
18
|
//#endregion
|
|
19
19
|
export { productlaneInviteUser };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"invite-user.mjs","names":[],"sources":["../../src/actions/invite-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneInviteUserInput
|
|
1
|
+
{"version":3,"file":"invite-user.mjs","names":[],"sources":["../../src/actions/invite-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ProductlaneInviteUserInput = z.object({\n name: z.string().describe(\"Full name of the user to invite\"),\n role: z.enum([\"ADMIN\", \"USER\", \"VIEWER\"]).describe(\"Role to assign to the invited user. ADMIN has full permissions, USER can view and edit, VIEWER has read-only access.\"),\n email: z.string().describe(\"Email address of the user to invite. Must be a valid email format with max 254 characters.\"),\n}).describe(\"Request schema for inviting a new user to the Productlane workspace.\");\nexport const ProductlaneInviteUserOutput = z.record(z.string(), z.unknown()).describe(\"Response schema after inviting a user.\\nAPI returns an empty object on success.\");\n\nexport const productlaneInviteUser = action(\"PRODUCTLANE_INVITE_USER\", {\n slug: \"productlane-invite-user\",\n name: \"Invite User to Workspace\",\n description: \"Tool to invite a new user to your Productlane workspace. An invitation email with a join link will be sent to the user. Only admins can invite users.\",\n input: ProductlaneInviteUserInput,\n output: ProductlaneInviteUserOutput,\n});\n"],"mappings":";;AAWA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXwC,EAAE,OAAO;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC3D,MAAM,EAAE,KAAK;GAAC;GAAS;GAAQ;EAAQ,CAAC,CAAC,CAAC,SAAS,sHAAsH;EACzK,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4FAA4F;CACzH,CAAC,CAAC,CAAC,SAAS,sEAOH;CACP,QAPyC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,iFAO5E;AACV,CAAC"}
|
|
@@ -6,21 +6,21 @@ const ProductlaneListChangelogsInput = zod.z.object({
|
|
|
6
6
|
workspaceId: zod.z.string().describe("The unique identifier of the workspace to list changelogs for.")
|
|
7
7
|
});
|
|
8
8
|
const ProductlaneListChangelogs_ChangelogItemSchema = zod.z.object({
|
|
9
|
-
id: zod.z.string().describe("Unique identifier of the changelog entry."),
|
|
9
|
+
id: zod.z.string().describe("Unique identifier of the changelog entry.").nullable(),
|
|
10
10
|
date: zod.z.string().describe("ISO 8601 timestamp of the changelog date, if set.").nullable().optional(),
|
|
11
11
|
notes: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional notes or metadata for the changelog entry.").nullable().optional(),
|
|
12
|
-
title: zod.z.string().describe("Title of the changelog entry."),
|
|
13
|
-
version: zod.z.number().describe("Version number of the changelog entry."),
|
|
14
|
-
archived: zod.z.boolean().describe("Whether the changelog entry has been archived."),
|
|
12
|
+
title: zod.z.string().describe("Title of the changelog entry.").nullable(),
|
|
13
|
+
version: zod.z.number().describe("Version number of the changelog entry.").nullable(),
|
|
14
|
+
archived: zod.z.boolean().describe("Whether the changelog entry has been archived.").nullable(),
|
|
15
15
|
imageUrl: zod.z.string().describe("URL of the image associated with the changelog, if any.").nullable().optional(),
|
|
16
|
-
createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created."),
|
|
17
|
-
isDeleted: zod.z.boolean().describe("Whether the changelog entry has been marked as deleted."),
|
|
16
|
+
createdAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was created.").nullable(),
|
|
17
|
+
isDeleted: zod.z.boolean().describe("Whether the changelog entry has been marked as deleted.").nullable(),
|
|
18
18
|
projectId: zod.z.string().describe("ID of the associated project, if any.").nullable().optional(),
|
|
19
|
-
published: zod.z.boolean().describe("Whether the changelog entry is published and visible."),
|
|
20
|
-
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated."),
|
|
21
|
-
workspaceId: zod.z.string().describe("ID of the workspace this changelog belongs to.")
|
|
22
|
-
});
|
|
23
|
-
const ProductlaneListChangelogsOutput = zod.z.object({ changelogs: zod.z.array(ProductlaneListChangelogs_ChangelogItemSchema).describe("List of published changelog entries for the workspace.") });
|
|
19
|
+
published: zod.z.boolean().describe("Whether the changelog entry is published and visible.").nullable(),
|
|
20
|
+
updatedAt: zod.z.string().describe("ISO 8601 timestamp when the changelog was last updated.").nullable(),
|
|
21
|
+
workspaceId: zod.z.string().describe("ID of the workspace this changelog belongs to.").nullable()
|
|
22
|
+
}).passthrough();
|
|
23
|
+
const ProductlaneListChangelogsOutput = zod.z.object({ changelogs: zod.z.array(ProductlaneListChangelogs_ChangelogItemSchema).describe("List of published changelog entries for the workspace.") }).passthrough();
|
|
24
24
|
const productlaneListChangelogs = require_action.action("PRODUCTLANE_LIST_CHANGELOGS", {
|
|
25
25
|
slug: "productlane-list-changelogs",
|
|
26
26
|
name: "List Changelogs",
|