@keystrokehq/nocrm_io 0.1.5 → 0.1.6
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/add-a-tag-to-a-lead.cjs +1 -0
- package/dist/actions/add-a-tag-to-a-lead.cjs.map +1 -1
- package/dist/actions/add-a-tag-to-a-lead.d.cts +3 -18
- package/dist/actions/add-a-tag-to-a-lead.d.cts.map +1 -1
- package/dist/actions/add-a-tag-to-a-lead.d.mts +3 -18
- package/dist/actions/add-a-tag-to-a-lead.d.mts.map +1 -1
- package/dist/actions/add-a-tag-to-a-lead.mjs +1 -0
- package/dist/actions/add-a-tag-to-a-lead.mjs.map +1 -1
- package/dist/actions/append-to-leads-description.cjs +1 -0
- package/dist/actions/append-to-leads-description.cjs.map +1 -1
- package/dist/actions/append-to-leads-description.d.cts +3 -18
- package/dist/actions/append-to-leads-description.d.cts.map +1 -1
- package/dist/actions/append-to-leads-description.d.mts +3 -18
- package/dist/actions/append-to-leads-description.d.mts.map +1 -1
- package/dist/actions/append-to-leads-description.mjs +1 -0
- package/dist/actions/append-to-leads-description.mjs.map +1 -1
- package/dist/actions/assign-lead-to-user.cjs +1 -0
- package/dist/actions/assign-lead-to-user.cjs.map +1 -1
- package/dist/actions/assign-lead-to-user.d.cts +3 -18
- package/dist/actions/assign-lead-to-user.d.cts.map +1 -1
- package/dist/actions/assign-lead-to-user.d.mts +3 -18
- package/dist/actions/assign-lead-to-user.d.mts.map +1 -1
- package/dist/actions/assign-lead-to-user.mjs +1 -0
- package/dist/actions/assign-lead-to-user.mjs.map +1 -1
- package/dist/actions/change-lead-status-cancelled.cjs +1 -0
- package/dist/actions/change-lead-status-cancelled.cjs.map +1 -1
- package/dist/actions/change-lead-status-cancelled.d.cts +3 -17
- package/dist/actions/change-lead-status-cancelled.d.cts.map +1 -1
- package/dist/actions/change-lead-status-cancelled.d.mts +3 -17
- package/dist/actions/change-lead-status-cancelled.d.mts.map +1 -1
- package/dist/actions/change-lead-status-cancelled.mjs +1 -0
- package/dist/actions/change-lead-status-cancelled.mjs.map +1 -1
- package/dist/actions/change-lead-status-standby.cjs +1 -0
- package/dist/actions/change-lead-status-standby.cjs.map +1 -1
- package/dist/actions/change-lead-status-standby.d.cts +3 -19
- package/dist/actions/change-lead-status-standby.d.cts.map +1 -1
- package/dist/actions/change-lead-status-standby.d.mts +3 -19
- package/dist/actions/change-lead-status-standby.d.mts.map +1 -1
- package/dist/actions/change-lead-status-standby.mjs +1 -0
- package/dist/actions/change-lead-status-standby.mjs.map +1 -1
- package/dist/actions/create-lead.cjs +1 -0
- package/dist/actions/create-lead.cjs.map +1 -1
- package/dist/actions/create-lead.d.cts +3 -21
- package/dist/actions/create-lead.d.cts.map +1 -1
- package/dist/actions/create-lead.d.mts +3 -21
- package/dist/actions/create-lead.d.mts.map +1 -1
- package/dist/actions/create-lead.mjs +1 -0
- package/dist/actions/create-lead.mjs.map +1 -1
- package/dist/actions/delete-lead.cjs +1 -0
- package/dist/actions/delete-lead.cjs.map +1 -1
- package/dist/actions/delete-lead.d.cts +3 -17
- package/dist/actions/delete-lead.d.cts.map +1 -1
- package/dist/actions/delete-lead.d.mts +3 -17
- package/dist/actions/delete-lead.d.mts.map +1 -1
- package/dist/actions/delete-lead.mjs +1 -0
- package/dist/actions/delete-lead.mjs.map +1 -1
- package/dist/actions/duplicate-lead.cjs +1 -0
- package/dist/actions/duplicate-lead.cjs.map +1 -1
- package/dist/actions/duplicate-lead.d.cts +3 -18
- package/dist/actions/duplicate-lead.d.cts.map +1 -1
- package/dist/actions/duplicate-lead.d.mts +3 -18
- package/dist/actions/duplicate-lead.d.mts.map +1 -1
- package/dist/actions/duplicate-lead.mjs +1 -0
- package/dist/actions/duplicate-lead.mjs.map +1 -1
- package/dist/actions/list-all-teams.cjs +1 -0
- package/dist/actions/list-all-teams.cjs.map +1 -1
- package/dist/actions/list-all-teams.d.cts +3 -15
- package/dist/actions/list-all-teams.d.cts.map +1 -1
- package/dist/actions/list-all-teams.d.mts +3 -15
- package/dist/actions/list-all-teams.d.mts.map +1 -1
- package/dist/actions/list-all-teams.mjs +1 -0
- package/dist/actions/list-all-teams.mjs.map +1 -1
- package/dist/app.cjs +5 -4
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +4 -6
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +4 -6
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +0 -1
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
package/dist/action.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.cjs","names":["nocrmIo","executeNocrmIoTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { nocrmIo } from \"./app\";\nimport { executeNocrmIoTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output:
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["nocrmIo","executeNocrmIoTool"],"sources":["../src/action.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { nocrmIo } from \"./app\";\nimport { executeNocrmIoTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType, TOutput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: TOutput;\n },\n): AppAction<TInput, TOutput, typeof nocrmIo.credential> {\n return nocrmIo.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeNocrmIoTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAOA,SAAgB,OACd,MACA,KAOuD;CACvD,OAAOA,YAAAA,QAAQ,OAAO;EACpB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,mBAAmB,MAAM,KAAgC,CAAC;EAC1F;CACF,CAAC;AACH"}
|
package/dist/action.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { nocrmIo } from \"./app\";\nimport { executeNocrmIoTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output:
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { nocrmIo } from \"./app\";\nimport { executeNocrmIoTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action<TInput extends z.ZodType, TOutput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: TOutput;\n },\n): AppAction<TInput, TOutput, typeof nocrmIo.credential> {\n return nocrmIo.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeNocrmIoTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAOA,SAAgB,OACd,MACA,KAOuD;CACvD,OAAO,QAAQ,OAAO;EACpB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,mBAAmB,MAAM,KAAgC,CAAC;EAC1F;CACF,CAAC;AACH"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-a-tag-to-a-lead.cjs","names":["z","action"],"sources":["../../src/actions/add-a-tag-to-a-lead.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoAddATagToALeadInput = z.object({\n tag: z.string().describe(\"Tag or comma-separated tags to add to the lead.\"),\n lead_id: z.string().describe(\"The unique identifier of the lead to add the tag to.\"),\n}).describe(\"Request parameters for adding a tag to a lead.\");\nexport const NocrmIoAddATagToALeadOutput = z.object({\n id: z.string().describe(\"The unique identifier of the lead.\").nullable(),\n tags: z.array(z.string()).describe(\"The list of tags assigned to the lead.\"),\n}).passthrough().describe(\"Response schema for a lead after adding a tag.\\nContains the updated list of tags and lead identifier.\");\n\nexport const nocrmIoAddATagToALead = action(\"NOCRM_IO_ADD_A_TAG_TO_A_LEAD\", {\n slug: \"nocrm_io-add-a-tag-to-a-lead\",\n name: \"Add a tag to a lead\",\n description: \"Tool to add a tag to a lead. Use when you need to assign one or more tags to a specified lead via noCRM.io.\",\n input: NocrmIoAddATagToALeadInput,\n output: NocrmIoAddATagToALeadOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-a-tag-to-a-lead.cjs","names":["z","action"],"sources":["../../src/actions/add-a-tag-to-a-lead.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoAddATagToALeadInput = z.object({\n tag: z.string().describe(\"Tag or comma-separated tags to add to the lead.\"),\n lead_id: z.string().describe(\"The unique identifier of the lead to add the tag to.\"),\n}).describe(\"Request parameters for adding a tag to a lead.\");\nexport const NocrmIoAddATagToALeadOutput = z.object({\n id: z.string().describe(\"The unique identifier of the lead.\").nullable(),\n tags: z.array(z.string()).describe(\"The list of tags assigned to the lead.\"),\n}).passthrough().describe(\"Response schema for a lead after adding a tag.\\nContains the updated list of tags and lead identifier.\");\n\nexport const nocrmIoAddATagToALead: AppAction<\n typeof NocrmIoAddATagToALeadInput,\n typeof NocrmIoAddATagToALeadOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_ADD_A_TAG_TO_A_LEAD\", {\n slug: \"nocrm_io-add-a-tag-to-a-lead\",\n name: \"Add a tag to a lead\",\n description: \"Tool to add a tag to a lead. Use when you need to assign one or more tags to a specified lead via noCRM.io.\",\n input: NocrmIoAddATagToALeadInput,\n output: NocrmIoAddATagToALeadOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACrF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAC7E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wGAAwG;AAElI,MAAa,wBAITC,eAAAA,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/add-a-tag-to-a-lead.d.ts
|
|
@@ -9,24 +11,7 @@ declare const NocrmIoAddATagToALeadOutput: z.ZodObject<{
|
|
|
9
11
|
id: z.ZodNullable<z.ZodString>;
|
|
10
12
|
tags: z.ZodArray<z.ZodString>;
|
|
11
13
|
}, z.core.$loose>;
|
|
12
|
-
declare const nocrmIoAddATagToALead:
|
|
13
|
-
tag: string;
|
|
14
|
-
lead_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
16
|
-
connectionId: z.ZodString;
|
|
17
|
-
entityId: z.ZodString;
|
|
18
|
-
instanceId: z.ZodString;
|
|
19
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
-
subdomain: z.ZodString;
|
|
21
|
-
generic_api_key: z.ZodString;
|
|
22
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
23
|
-
connectionId: z.ZodString;
|
|
24
|
-
entityId: z.ZodString;
|
|
25
|
-
instanceId: z.ZodString;
|
|
26
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
-
subdomain: z.ZodString;
|
|
28
|
-
generic_api_key: z.ZodString;
|
|
29
|
-
}, z.core.$strip>>]>;
|
|
14
|
+
declare const nocrmIoAddATagToALead: AppAction<typeof NocrmIoAddATagToALeadInput, typeof NocrmIoAddATagToALeadOutput, typeof nocrmIo.credential>;
|
|
30
15
|
//#endregion
|
|
31
16
|
export { nocrmIoAddATagToALead };
|
|
32
17
|
//# sourceMappingURL=add-a-tag-to-a-lead.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-a-tag-to-a-lead.d.cts","names":[],"sources":["../../src/actions/add-a-tag-to-a-lead.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-a-tag-to-a-lead.d.cts","names":[],"sources":["../../src/actions/add-a-tag-to-a-lead.ts"],"mappings":";;;;;cAMa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;cAI1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;cAK3B,qBAAA,EAAuB,SAAA,QAC3B,0BAAA,SACA,2BAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/add-a-tag-to-a-lead.d.ts
|
|
@@ -9,24 +11,7 @@ declare const NocrmIoAddATagToALeadOutput: z.ZodObject<{
|
|
|
9
11
|
id: z.ZodNullable<z.ZodString>;
|
|
10
12
|
tags: z.ZodArray<z.ZodString>;
|
|
11
13
|
}, z.core.$loose>;
|
|
12
|
-
declare const nocrmIoAddATagToALead:
|
|
13
|
-
tag: string;
|
|
14
|
-
lead_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
16
|
-
connectionId: z.ZodString;
|
|
17
|
-
entityId: z.ZodString;
|
|
18
|
-
instanceId: z.ZodString;
|
|
19
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
-
subdomain: z.ZodString;
|
|
21
|
-
generic_api_key: z.ZodString;
|
|
22
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
23
|
-
connectionId: z.ZodString;
|
|
24
|
-
entityId: z.ZodString;
|
|
25
|
-
instanceId: z.ZodString;
|
|
26
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
-
subdomain: z.ZodString;
|
|
28
|
-
generic_api_key: z.ZodString;
|
|
29
|
-
}, z.core.$strip>>]>;
|
|
14
|
+
declare const nocrmIoAddATagToALead: AppAction<typeof NocrmIoAddATagToALeadInput, typeof NocrmIoAddATagToALeadOutput, typeof nocrmIo.credential>;
|
|
30
15
|
//#endregion
|
|
31
16
|
export { nocrmIoAddATagToALead };
|
|
32
17
|
//# sourceMappingURL=add-a-tag-to-a-lead.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-a-tag-to-a-lead.d.mts","names":[],"sources":["../../src/actions/add-a-tag-to-a-lead.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-a-tag-to-a-lead.d.mts","names":[],"sources":["../../src/actions/add-a-tag-to-a-lead.ts"],"mappings":";;;;;cAMa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;cAI1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;cAK3B,qBAAA,EAAuB,SAAA,QAC3B,0BAAA,SACA,2BAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"add-a-tag-to-a-lead.mjs","names":[],"sources":["../../src/actions/add-a-tag-to-a-lead.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoAddATagToALeadInput = z.object({\n tag: z.string().describe(\"Tag or comma-separated tags to add to the lead.\"),\n lead_id: z.string().describe(\"The unique identifier of the lead to add the tag to.\"),\n}).describe(\"Request parameters for adding a tag to a lead.\");\nexport const NocrmIoAddATagToALeadOutput = z.object({\n id: z.string().describe(\"The unique identifier of the lead.\").nullable(),\n tags: z.array(z.string()).describe(\"The list of tags assigned to the lead.\"),\n}).passthrough().describe(\"Response schema for a lead after adding a tag.\\nContains the updated list of tags and lead identifier.\");\n\nexport const nocrmIoAddATagToALead = action(\"NOCRM_IO_ADD_A_TAG_TO_A_LEAD\", {\n slug: \"nocrm_io-add-a-tag-to-a-lead\",\n name: \"Add a tag to a lead\",\n description: \"Tool to add a tag to a lead. Use when you need to assign one or more tags to a specified lead via noCRM.io.\",\n input: NocrmIoAddATagToALeadInput,\n output: NocrmIoAddATagToALeadOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"add-a-tag-to-a-lead.mjs","names":[],"sources":["../../src/actions/add-a-tag-to-a-lead.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoAddATagToALeadInput = z.object({\n tag: z.string().describe(\"Tag or comma-separated tags to add to the lead.\"),\n lead_id: z.string().describe(\"The unique identifier of the lead to add the tag to.\"),\n}).describe(\"Request parameters for adding a tag to a lead.\");\nexport const NocrmIoAddATagToALeadOutput = z.object({\n id: z.string().describe(\"The unique identifier of the lead.\").nullable(),\n tags: z.array(z.string()).describe(\"The list of tags assigned to the lead.\"),\n}).passthrough().describe(\"Response schema for a lead after adding a tag.\\nContains the updated list of tags and lead identifier.\");\n\nexport const nocrmIoAddATagToALead: AppAction<\n typeof NocrmIoAddATagToALeadInput,\n typeof NocrmIoAddATagToALeadOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_ADD_A_TAG_TO_A_LEAD\", {\n slug: \"nocrm_io-add-a-tag-to-a-lead\",\n name: \"Add a tag to a lead\",\n description: \"Tool to add a tag to a lead. Use when you need to assign one or more tags to a specified lead via noCRM.io.\",\n input: NocrmIoAddATagToALeadInput,\n output: NocrmIoAddATagToALeadOutput,\n});\n"],"mappings":";;;AAeA,MAAa,wBAIT,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBwC,EAAE,OAAO;EACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACrF,CAAC,CAAC,CAAC,SAAS,gDAcH;CACP,QAdyC,EAAE,OAAO;EAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EACvE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC;CAC7E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wGAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"append-to-leads-description.cjs","names":["z","action"],"sources":["../../src/actions/append-to-leads-description.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoAppendToLeadsDescriptionInput = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead to update\"),\n append_desc: z.string().describe(\"Text to append to the lead's description. Cannot be used simultaneously with the `description` parameter.\"),\n});\nexport const NocrmIoAppendToLeadsDescriptionOutput = z.object({\n id: z.number().int().describe(\"Lead ID\").nullable(),\n step: z.string().describe(\"Name of the step for the lead\").nullable(),\n tags: z.array(z.string()).describe(\"Tags associated with the lead\"),\n title: z.string().describe(\"Lead title, usually the company name\").nullable(),\n amount: z.number().describe(\"Monetary amount associated with the lead\").nullable().optional(),\n status: z.string().describe(\"Status of the lead: todo, standby, won, lost, cancelled\").nullable(),\n starred: z.boolean().describe(\"Whether the lead is starred\").nullable().optional(),\n step_id: z.number().int().describe(\"Identifier of the step\").nullable(),\n team_id: z.number().int().describe(\"Team ID assigned to the lead\").nullable().optional(),\n user_id: z.number().int().describe(\"User ID assigned to the lead\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the amount\").nullable().optional(),\n pipeline: z.string().describe(\"Name of the pipeline the lead belongs to\").nullable().optional(),\n closed_at: z.string().describe(\"Datetime when the lead was closed (if applicable)\").nullable().optional(),\n team_name: z.string().describe(\"Name of the team assigned\").nullable().optional(),\n created_at: z.string().describe(\"Datetime when the lead was created\").nullable(),\n updated_at: z.string().describe(\"Datetime when the lead was last updated\").nullable(),\n description: z.string().describe(\"Current full text description of the lead\").nullable(),\n probability: z.number().int().describe(\"Probability percentage of the lead\").nullable().optional(),\n remind_date: z.string().describe(\"Date string (YYYY-MM-DD) for reminder\").nullable().optional(),\n remind_time: z.string().describe(\"Time string (HH:MM) for reminder\").nullable().optional(),\n reminder_at: z.string().describe(\"Datetime of the reminder\").nullable().optional(),\n created_from: z.string().describe(\"Source of creation (e.g., api)\").nullable().optional(),\n created_by_id: z.number().int().describe(\"User ID who created the lead\").nullable().optional(),\n reminder_note: z.string().describe(\"Note associated with the reminder\").nullable().optional(),\n next_action_at: z.string().describe(\"Datetime of the next action in ISO 8601\").nullable().optional(),\n attachment_count: z.number().int().describe(\"Number of attachments on the lead\").nullable(),\n client_folder_id: z.number().int().describe(\"Client folder ID, if associated\").nullable().optional(),\n html_description: z.string().describe(\"Current HTML-formatted description of the lead\").nullable(),\n reminder_duration: z.number().int().describe(\"Duration of the reminder in minutes\").nullable().optional(),\n client_folder_name: z.string().describe(\"Name of the client folder\").nullable().optional(),\n reminder_activity_id: z.number().int().describe(\"Activity ID for the reminder\").nullable().optional(),\n estimated_closing_date: z.string().describe(\"Estimated closing date (YYYY-MM-DD)\").nullable().optional(),\n reminder_activity_log_id: z.number().int().describe(\"Activity log ID for the reminder\").nullable().optional(),\n}).passthrough();\n\nexport const nocrmIoAppendToLeadsDescription = action(\"NOCRM_IO_APPEND_TO_LEADS_DESCRIPTION\", {\n slug: \"nocrm_io-append-to-leads-description\",\n name: \"Append to lead's description\",\n description: \"Tool to append text to the lead's description. Use when you need to add context incrementally without overwriting. Example: Append 'Left voicemail' to lead 1234.\",\n input: NocrmIoAppendToLeadsDescriptionInput,\n output: NocrmIoAppendToLeadsDescriptionOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"append-to-leads-description.cjs","names":["z","action"],"sources":["../../src/actions/append-to-leads-description.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoAppendToLeadsDescriptionInput = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead to update\"),\n append_desc: z.string().describe(\"Text to append to the lead's description. Cannot be used simultaneously with the `description` parameter.\"),\n});\nexport const NocrmIoAppendToLeadsDescriptionOutput = z.object({\n id: z.number().int().describe(\"Lead ID\").nullable(),\n step: z.string().describe(\"Name of the step for the lead\").nullable(),\n tags: z.array(z.string()).describe(\"Tags associated with the lead\"),\n title: z.string().describe(\"Lead title, usually the company name\").nullable(),\n amount: z.number().describe(\"Monetary amount associated with the lead\").nullable().optional(),\n status: z.string().describe(\"Status of the lead: todo, standby, won, lost, cancelled\").nullable(),\n starred: z.boolean().describe(\"Whether the lead is starred\").nullable().optional(),\n step_id: z.number().int().describe(\"Identifier of the step\").nullable(),\n team_id: z.number().int().describe(\"Team ID assigned to the lead\").nullable().optional(),\n user_id: z.number().int().describe(\"User ID assigned to the lead\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the amount\").nullable().optional(),\n pipeline: z.string().describe(\"Name of the pipeline the lead belongs to\").nullable().optional(),\n closed_at: z.string().describe(\"Datetime when the lead was closed (if applicable)\").nullable().optional(),\n team_name: z.string().describe(\"Name of the team assigned\").nullable().optional(),\n created_at: z.string().describe(\"Datetime when the lead was created\").nullable(),\n updated_at: z.string().describe(\"Datetime when the lead was last updated\").nullable(),\n description: z.string().describe(\"Current full text description of the lead\").nullable(),\n probability: z.number().int().describe(\"Probability percentage of the lead\").nullable().optional(),\n remind_date: z.string().describe(\"Date string (YYYY-MM-DD) for reminder\").nullable().optional(),\n remind_time: z.string().describe(\"Time string (HH:MM) for reminder\").nullable().optional(),\n reminder_at: z.string().describe(\"Datetime of the reminder\").nullable().optional(),\n created_from: z.string().describe(\"Source of creation (e.g., api)\").nullable().optional(),\n created_by_id: z.number().int().describe(\"User ID who created the lead\").nullable().optional(),\n reminder_note: z.string().describe(\"Note associated with the reminder\").nullable().optional(),\n next_action_at: z.string().describe(\"Datetime of the next action in ISO 8601\").nullable().optional(),\n attachment_count: z.number().int().describe(\"Number of attachments on the lead\").nullable(),\n client_folder_id: z.number().int().describe(\"Client folder ID, if associated\").nullable().optional(),\n html_description: z.string().describe(\"Current HTML-formatted description of the lead\").nullable(),\n reminder_duration: z.number().int().describe(\"Duration of the reminder in minutes\").nullable().optional(),\n client_folder_name: z.string().describe(\"Name of the client folder\").nullable().optional(),\n reminder_activity_id: z.number().int().describe(\"Activity ID for the reminder\").nullable().optional(),\n estimated_closing_date: z.string().describe(\"Estimated closing date (YYYY-MM-DD)\").nullable().optional(),\n reminder_activity_log_id: z.number().int().describe(\"Activity log ID for the reminder\").nullable().optional(),\n}).passthrough();\n\nexport const nocrmIoAppendToLeadsDescription: AppAction<\n typeof NocrmIoAppendToLeadsDescriptionInput,\n typeof NocrmIoAppendToLeadsDescriptionOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_APPEND_TO_LEADS_DESCRIPTION\", {\n slug: \"nocrm_io-append-to-leads-description\",\n name: \"Append to lead's description\",\n description: \"Tool to append text to the lead's description. Use when you need to add context incrementally without overwriting. Example: Append 'Left voicemail' to lead 1234.\",\n input: NocrmIoAppendToLeadsDescriptionInput,\n output: NocrmIoAppendToLeadsDescriptionOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/append-to-leads-description.d.ts
|
|
@@ -40,24 +42,7 @@ declare const NocrmIoAppendToLeadsDescriptionOutput: z.ZodObject<{
|
|
|
40
42
|
estimated_closing_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
43
|
reminder_activity_log_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
44
|
}, z.core.$loose>;
|
|
43
|
-
declare const nocrmIoAppendToLeadsDescription:
|
|
44
|
-
id: number;
|
|
45
|
-
append_desc: string;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
47
|
-
connectionId: z.ZodString;
|
|
48
|
-
entityId: z.ZodString;
|
|
49
|
-
instanceId: z.ZodString;
|
|
50
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
-
subdomain: z.ZodString;
|
|
52
|
-
generic_api_key: z.ZodString;
|
|
53
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
54
|
-
connectionId: z.ZodString;
|
|
55
|
-
entityId: z.ZodString;
|
|
56
|
-
instanceId: z.ZodString;
|
|
57
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
-
subdomain: z.ZodString;
|
|
59
|
-
generic_api_key: z.ZodString;
|
|
60
|
-
}, z.core.$strip>>]>;
|
|
45
|
+
declare const nocrmIoAppendToLeadsDescription: AppAction<typeof NocrmIoAppendToLeadsDescriptionInput, typeof NocrmIoAppendToLeadsDescriptionOutput, typeof nocrmIo.credential>;
|
|
61
46
|
//#endregion
|
|
62
47
|
export { nocrmIoAppendToLeadsDescription };
|
|
63
48
|
//# sourceMappingURL=append-to-leads-description.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"append-to-leads-description.d.cts","names":[],"sources":["../../src/actions/append-to-leads-description.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"append-to-leads-description.d.cts","names":[],"sources":["../../src/actions/append-to-leads-description.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;cAIpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoCrC,+BAAA,EAAiC,SAAA,QACrC,oCAAA,SACA,qCAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/append-to-leads-description.d.ts
|
|
@@ -40,24 +42,7 @@ declare const NocrmIoAppendToLeadsDescriptionOutput: z.ZodObject<{
|
|
|
40
42
|
estimated_closing_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
43
|
reminder_activity_log_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
42
44
|
}, z.core.$loose>;
|
|
43
|
-
declare const nocrmIoAppendToLeadsDescription:
|
|
44
|
-
id: number;
|
|
45
|
-
append_desc: string;
|
|
46
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
47
|
-
connectionId: z.ZodString;
|
|
48
|
-
entityId: z.ZodString;
|
|
49
|
-
instanceId: z.ZodString;
|
|
50
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
51
|
-
subdomain: z.ZodString;
|
|
52
|
-
generic_api_key: z.ZodString;
|
|
53
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
54
|
-
connectionId: z.ZodString;
|
|
55
|
-
entityId: z.ZodString;
|
|
56
|
-
instanceId: z.ZodString;
|
|
57
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
58
|
-
subdomain: z.ZodString;
|
|
59
|
-
generic_api_key: z.ZodString;
|
|
60
|
-
}, z.core.$strip>>]>;
|
|
45
|
+
declare const nocrmIoAppendToLeadsDescription: AppAction<typeof NocrmIoAppendToLeadsDescriptionInput, typeof NocrmIoAppendToLeadsDescriptionOutput, typeof nocrmIo.credential>;
|
|
61
46
|
//#endregion
|
|
62
47
|
export { nocrmIoAppendToLeadsDescription };
|
|
63
48
|
//# sourceMappingURL=append-to-leads-description.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"append-to-leads-description.d.mts","names":[],"sources":["../../src/actions/append-to-leads-description.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"append-to-leads-description.d.mts","names":[],"sources":["../../src/actions/append-to-leads-description.ts"],"mappings":";;;;;cAMa,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;cAIpC,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAoCrC,+BAAA,EAAiC,SAAA,QACrC,oCAAA,SACA,qCAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"append-to-leads-description.mjs","names":[],"sources":["../../src/actions/append-to-leads-description.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoAppendToLeadsDescriptionInput = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead to update\"),\n append_desc: z.string().describe(\"Text to append to the lead's description. Cannot be used simultaneously with the `description` parameter.\"),\n});\nexport const NocrmIoAppendToLeadsDescriptionOutput = z.object({\n id: z.number().int().describe(\"Lead ID\").nullable(),\n step: z.string().describe(\"Name of the step for the lead\").nullable(),\n tags: z.array(z.string()).describe(\"Tags associated with the lead\"),\n title: z.string().describe(\"Lead title, usually the company name\").nullable(),\n amount: z.number().describe(\"Monetary amount associated with the lead\").nullable().optional(),\n status: z.string().describe(\"Status of the lead: todo, standby, won, lost, cancelled\").nullable(),\n starred: z.boolean().describe(\"Whether the lead is starred\").nullable().optional(),\n step_id: z.number().int().describe(\"Identifier of the step\").nullable(),\n team_id: z.number().int().describe(\"Team ID assigned to the lead\").nullable().optional(),\n user_id: z.number().int().describe(\"User ID assigned to the lead\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the amount\").nullable().optional(),\n pipeline: z.string().describe(\"Name of the pipeline the lead belongs to\").nullable().optional(),\n closed_at: z.string().describe(\"Datetime when the lead was closed (if applicable)\").nullable().optional(),\n team_name: z.string().describe(\"Name of the team assigned\").nullable().optional(),\n created_at: z.string().describe(\"Datetime when the lead was created\").nullable(),\n updated_at: z.string().describe(\"Datetime when the lead was last updated\").nullable(),\n description: z.string().describe(\"Current full text description of the lead\").nullable(),\n probability: z.number().int().describe(\"Probability percentage of the lead\").nullable().optional(),\n remind_date: z.string().describe(\"Date string (YYYY-MM-DD) for reminder\").nullable().optional(),\n remind_time: z.string().describe(\"Time string (HH:MM) for reminder\").nullable().optional(),\n reminder_at: z.string().describe(\"Datetime of the reminder\").nullable().optional(),\n created_from: z.string().describe(\"Source of creation (e.g., api)\").nullable().optional(),\n created_by_id: z.number().int().describe(\"User ID who created the lead\").nullable().optional(),\n reminder_note: z.string().describe(\"Note associated with the reminder\").nullable().optional(),\n next_action_at: z.string().describe(\"Datetime of the next action in ISO 8601\").nullable().optional(),\n attachment_count: z.number().int().describe(\"Number of attachments on the lead\").nullable(),\n client_folder_id: z.number().int().describe(\"Client folder ID, if associated\").nullable().optional(),\n html_description: z.string().describe(\"Current HTML-formatted description of the lead\").nullable(),\n reminder_duration: z.number().int().describe(\"Duration of the reminder in minutes\").nullable().optional(),\n client_folder_name: z.string().describe(\"Name of the client folder\").nullable().optional(),\n reminder_activity_id: z.number().int().describe(\"Activity ID for the reminder\").nullable().optional(),\n estimated_closing_date: z.string().describe(\"Estimated closing date (YYYY-MM-DD)\").nullable().optional(),\n reminder_activity_log_id: z.number().int().describe(\"Activity log ID for the reminder\").nullable().optional(),\n}).passthrough();\n\nexport const nocrmIoAppendToLeadsDescription = action(\"NOCRM_IO_APPEND_TO_LEADS_DESCRIPTION\", {\n slug: \"nocrm_io-append-to-leads-description\",\n name: \"Append to lead's description\",\n description: \"Tool to append text to the lead's description. Use when you need to add context incrementally without overwriting. Example: Append 'Left voicemail' to lead 1234.\",\n input: NocrmIoAppendToLeadsDescriptionInput,\n output: NocrmIoAppendToLeadsDescriptionOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"append-to-leads-description.mjs","names":[],"sources":["../../src/actions/append-to-leads-description.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoAppendToLeadsDescriptionInput = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead to update\"),\n append_desc: z.string().describe(\"Text to append to the lead's description. Cannot be used simultaneously with the `description` parameter.\"),\n});\nexport const NocrmIoAppendToLeadsDescriptionOutput = z.object({\n id: z.number().int().describe(\"Lead ID\").nullable(),\n step: z.string().describe(\"Name of the step for the lead\").nullable(),\n tags: z.array(z.string()).describe(\"Tags associated with the lead\"),\n title: z.string().describe(\"Lead title, usually the company name\").nullable(),\n amount: z.number().describe(\"Monetary amount associated with the lead\").nullable().optional(),\n status: z.string().describe(\"Status of the lead: todo, standby, won, lost, cancelled\").nullable(),\n starred: z.boolean().describe(\"Whether the lead is starred\").nullable().optional(),\n step_id: z.number().int().describe(\"Identifier of the step\").nullable(),\n team_id: z.number().int().describe(\"Team ID assigned to the lead\").nullable().optional(),\n user_id: z.number().int().describe(\"User ID assigned to the lead\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the amount\").nullable().optional(),\n pipeline: z.string().describe(\"Name of the pipeline the lead belongs to\").nullable().optional(),\n closed_at: z.string().describe(\"Datetime when the lead was closed (if applicable)\").nullable().optional(),\n team_name: z.string().describe(\"Name of the team assigned\").nullable().optional(),\n created_at: z.string().describe(\"Datetime when the lead was created\").nullable(),\n updated_at: z.string().describe(\"Datetime when the lead was last updated\").nullable(),\n description: z.string().describe(\"Current full text description of the lead\").nullable(),\n probability: z.number().int().describe(\"Probability percentage of the lead\").nullable().optional(),\n remind_date: z.string().describe(\"Date string (YYYY-MM-DD) for reminder\").nullable().optional(),\n remind_time: z.string().describe(\"Time string (HH:MM) for reminder\").nullable().optional(),\n reminder_at: z.string().describe(\"Datetime of the reminder\").nullable().optional(),\n created_from: z.string().describe(\"Source of creation (e.g., api)\").nullable().optional(),\n created_by_id: z.number().int().describe(\"User ID who created the lead\").nullable().optional(),\n reminder_note: z.string().describe(\"Note associated with the reminder\").nullable().optional(),\n next_action_at: z.string().describe(\"Datetime of the next action in ISO 8601\").nullable().optional(),\n attachment_count: z.number().int().describe(\"Number of attachments on the lead\").nullable(),\n client_folder_id: z.number().int().describe(\"Client folder ID, if associated\").nullable().optional(),\n html_description: z.string().describe(\"Current HTML-formatted description of the lead\").nullable(),\n reminder_duration: z.number().int().describe(\"Duration of the reminder in minutes\").nullable().optional(),\n client_folder_name: z.string().describe(\"Name of the client folder\").nullable().optional(),\n reminder_activity_id: z.number().int().describe(\"Activity ID for the reminder\").nullable().optional(),\n estimated_closing_date: z.string().describe(\"Estimated closing date (YYYY-MM-DD)\").nullable().optional(),\n reminder_activity_log_id: z.number().int().describe(\"Activity log ID for the reminder\").nullable().optional(),\n}).passthrough();\n\nexport const nocrmIoAppendToLeadsDescription: AppAction<\n typeof NocrmIoAppendToLeadsDescriptionInput,\n typeof NocrmIoAppendToLeadsDescriptionOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_APPEND_TO_LEADS_DESCRIPTION\", {\n slug: \"nocrm_io-append-to-leads-description\",\n name: \"Append to lead's description\",\n description: \"Tool to append text to the lead's description. Use when you need to add context incrementally without overwriting. Example: Append 'Left voicemail' to lead 1234.\",\n input: NocrmIoAppendToLeadsDescriptionInput,\n output: NocrmIoAppendToLeadsDescriptionOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assign-lead-to-user.cjs","names":["z","action"],"sources":["../../src/actions/assign-lead-to-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoAssignLeadToUserInput = z.object({\n lead_id: z.string().describe(\"Unique identifier of the lead to assign\"),\n user_id: z.string().describe(\"ID or email of the user who will receive the lead\"),\n}).describe(\"Request parameters for assigning a lead to a specific user.\");\nexport const NocrmIoAssignLeadToUserOutput = z.object({\n lead_id: z.string().describe(\"The ID of the lead that was assigned\").nullable(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable(),\n user_id: z.string().describe(\"The ID of the user to whom the lead was assigned\").nullable(),\n}).passthrough().describe(\"Response schema for lead assignment.\");\n\nexport const nocrmIoAssignLeadToUser = action(\"NOCRM_IO_ASSIGN_LEAD_TO_USER\", {\n slug: \"nocrm_io-assign-lead-to-user\",\n name: \"Assign Lead to User\",\n description: \"Tool to assign a lead to a user. Use when reassigning a lead to the correct owner to trigger assignment notification.\",\n input: NocrmIoAssignLeadToUserInput,\n output: NocrmIoAssignLeadToUserOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"assign-lead-to-user.cjs","names":["z","action"],"sources":["../../src/actions/assign-lead-to-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoAssignLeadToUserInput = z.object({\n lead_id: z.string().describe(\"Unique identifier of the lead to assign\"),\n user_id: z.string().describe(\"ID or email of the user who will receive the lead\"),\n}).describe(\"Request parameters for assigning a lead to a specific user.\");\nexport const NocrmIoAssignLeadToUserOutput = z.object({\n lead_id: z.string().describe(\"The ID of the lead that was assigned\").nullable(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable(),\n user_id: z.string().describe(\"The ID of the user to whom the lead was assigned\").nullable(),\n}).passthrough().describe(\"Response schema for lead assignment.\");\n\nexport const nocrmIoAssignLeadToUser: AppAction<\n typeof NocrmIoAssignLeadToUserInput,\n typeof NocrmIoAssignLeadToUserOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_ASSIGN_LEAD_TO_USER\", {\n slug: \"nocrm_io-assign-lead-to-user\",\n name: \"Assign Lead to User\",\n description: \"Tool to assign a lead to a user. Use when reassigning a lead to the correct owner to trigger assignment notification.\",\n input: NocrmIoAssignLeadToUserInput,\n output: NocrmIoAssignLeadToUserOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;AAClF,CAAC,CAAC,CAAC,SAAS,6DAA6D;AACzE,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC9E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACzF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,0BAITC,eAAAA,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/assign-lead-to-user.d.ts
|
|
@@ -10,24 +12,7 @@ declare const NocrmIoAssignLeadToUserOutput: z.ZodObject<{
|
|
|
10
12
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
11
13
|
user_id: z.ZodNullable<z.ZodString>;
|
|
12
14
|
}, z.core.$loose>;
|
|
13
|
-
declare const nocrmIoAssignLeadToUser:
|
|
14
|
-
lead_id: string;
|
|
15
|
-
user_id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
17
|
-
connectionId: z.ZodString;
|
|
18
|
-
entityId: z.ZodString;
|
|
19
|
-
instanceId: z.ZodString;
|
|
20
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
-
subdomain: z.ZodString;
|
|
22
|
-
generic_api_key: z.ZodString;
|
|
23
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
24
|
-
connectionId: z.ZodString;
|
|
25
|
-
entityId: z.ZodString;
|
|
26
|
-
instanceId: z.ZodString;
|
|
27
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
-
subdomain: z.ZodString;
|
|
29
|
-
generic_api_key: z.ZodString;
|
|
30
|
-
}, z.core.$strip>>]>;
|
|
15
|
+
declare const nocrmIoAssignLeadToUser: AppAction<typeof NocrmIoAssignLeadToUserInput, typeof NocrmIoAssignLeadToUserOutput, typeof nocrmIo.credential>;
|
|
31
16
|
//#endregion
|
|
32
17
|
export { nocrmIoAssignLeadToUser };
|
|
33
18
|
//# sourceMappingURL=assign-lead-to-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assign-lead-to-user.d.cts","names":[],"sources":["../../src/actions/assign-lead-to-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"assign-lead-to-user.d.cts","names":[],"sources":["../../src/actions/assign-lead-to-user.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAI5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAM7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/assign-lead-to-user.d.ts
|
|
@@ -10,24 +12,7 @@ declare const NocrmIoAssignLeadToUserOutput: z.ZodObject<{
|
|
|
10
12
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
11
13
|
user_id: z.ZodNullable<z.ZodString>;
|
|
12
14
|
}, z.core.$loose>;
|
|
13
|
-
declare const nocrmIoAssignLeadToUser:
|
|
14
|
-
lead_id: string;
|
|
15
|
-
user_id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
17
|
-
connectionId: z.ZodString;
|
|
18
|
-
entityId: z.ZodString;
|
|
19
|
-
instanceId: z.ZodString;
|
|
20
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
21
|
-
subdomain: z.ZodString;
|
|
22
|
-
generic_api_key: z.ZodString;
|
|
23
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
24
|
-
connectionId: z.ZodString;
|
|
25
|
-
entityId: z.ZodString;
|
|
26
|
-
instanceId: z.ZodString;
|
|
27
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
28
|
-
subdomain: z.ZodString;
|
|
29
|
-
generic_api_key: z.ZodString;
|
|
30
|
-
}, z.core.$strip>>]>;
|
|
15
|
+
declare const nocrmIoAssignLeadToUser: AppAction<typeof NocrmIoAssignLeadToUserInput, typeof NocrmIoAssignLeadToUserOutput, typeof nocrmIo.credential>;
|
|
31
16
|
//#endregion
|
|
32
17
|
export { nocrmIoAssignLeadToUser };
|
|
33
18
|
//# sourceMappingURL=assign-lead-to-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assign-lead-to-user.d.mts","names":[],"sources":["../../src/actions/assign-lead-to-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"assign-lead-to-user.d.mts","names":[],"sources":["../../src/actions/assign-lead-to-user.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAI5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAM7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"assign-lead-to-user.mjs","names":[],"sources":["../../src/actions/assign-lead-to-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoAssignLeadToUserInput = z.object({\n lead_id: z.string().describe(\"Unique identifier of the lead to assign\"),\n user_id: z.string().describe(\"ID or email of the user who will receive the lead\"),\n}).describe(\"Request parameters for assigning a lead to a specific user.\");\nexport const NocrmIoAssignLeadToUserOutput = z.object({\n lead_id: z.string().describe(\"The ID of the lead that was assigned\").nullable(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable(),\n user_id: z.string().describe(\"The ID of the user to whom the lead was assigned\").nullable(),\n}).passthrough().describe(\"Response schema for lead assignment.\");\n\nexport const nocrmIoAssignLeadToUser = action(\"NOCRM_IO_ASSIGN_LEAD_TO_USER\", {\n slug: \"nocrm_io-assign-lead-to-user\",\n name: \"Assign Lead to User\",\n description: \"Tool to assign a lead to a user. Use when reassigning a lead to the correct owner to trigger assignment notification.\",\n input: NocrmIoAssignLeadToUserInput,\n output: NocrmIoAssignLeadToUserOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"assign-lead-to-user.mjs","names":[],"sources":["../../src/actions/assign-lead-to-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoAssignLeadToUserInput = z.object({\n lead_id: z.string().describe(\"Unique identifier of the lead to assign\"),\n user_id: z.string().describe(\"ID or email of the user who will receive the lead\"),\n}).describe(\"Request parameters for assigning a lead to a specific user.\");\nexport const NocrmIoAssignLeadToUserOutput = z.object({\n lead_id: z.string().describe(\"The ID of the lead that was assigned\").nullable(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable(),\n user_id: z.string().describe(\"The ID of the user to whom the lead was assigned\").nullable(),\n}).passthrough().describe(\"Response schema for lead assignment.\");\n\nexport const nocrmIoAssignLeadToUser: AppAction<\n typeof NocrmIoAssignLeadToUserInput,\n typeof NocrmIoAssignLeadToUserOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_ASSIGN_LEAD_TO_USER\", {\n slug: \"nocrm_io-assign-lead-to-user\",\n name: \"Assign Lead to User\",\n description: \"Tool to assign a lead to a user. Use when reassigning a lead to the correct owner to trigger assignment notification.\",\n input: NocrmIoAssignLeadToUserInput,\n output: NocrmIoAssignLeadToUserOutput,\n});\n"],"mappings":";;;AAgBA,MAAa,0BAIT,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlB0C,EAAE,OAAO;EACnD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD;CAClF,CAAC,CAAC,CAAC,SAAS,6DAeH;CACP,QAf2C,EAAE,OAAO;EACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EAC9E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EACzF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-lead-status-cancelled.cjs","names":["z","action"],"sources":["../../src/actions/change-lead-status-cancelled.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoChangeLeadStatusCancelledInput = z.object({\n lead_id: z.string().describe(\"The unique identifier of the lead to update\"),\n}).describe(\"Request parameters for changing a lead's status to 'Cancelled'.\");\nexport const NocrmIoChangeLeadStatusCancelledOutput = z.object({\n status: z.string().describe(\"The new status of the lead, which should be 'cancelled'\").nullable(),\n lead_id: z.string().describe(\"The ID of the lead that was updated\").nullable(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable(),\n}).passthrough().describe(\"Response schema for a cancelled lead status update.\");\n\nexport const nocrmIoChangeLeadStatusCancelled = action(\"NOCRM_IO_CHANGE_LEAD_STATUS_CANCELLED\", {\n slug: \"nocrm_io-change-lead-status-cancelled\",\n name: \"Change Lead Status to Cancelled\",\n description: \"Tool to change a lead's status to 'Cancelled'. Use after confirming no further follow-up is needed and the lead should be marked as cancelled.\",\n input: NocrmIoChangeLeadStatusCancelledInput,\n output: NocrmIoChangeLeadStatusCancelledOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"change-lead-status-cancelled.cjs","names":["z","action"],"sources":["../../src/actions/change-lead-status-cancelled.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoChangeLeadStatusCancelledInput = z.object({\n lead_id: z.string().describe(\"The unique identifier of the lead to update\"),\n}).describe(\"Request parameters for changing a lead's status to 'Cancelled'.\");\nexport const NocrmIoChangeLeadStatusCancelledOutput = z.object({\n status: z.string().describe(\"The new status of the lead, which should be 'cancelled'\").nullable(),\n lead_id: z.string().describe(\"The ID of the lead that was updated\").nullable(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable(),\n}).passthrough().describe(\"Response schema for a cancelled lead status update.\");\n\nexport const nocrmIoChangeLeadStatusCancelled: AppAction<\n typeof NocrmIoChangeLeadStatusCancelledInput,\n typeof NocrmIoChangeLeadStatusCancelledOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_CHANGE_LEAD_STATUS_CANCELLED\", {\n slug: \"nocrm_io-change-lead-status-cancelled\",\n name: \"Change Lead Status to Cancelled\",\n description: \"Tool to change a lead's status to 'Cancelled'. Use after confirming no further follow-up is needed and the lead should be marked as cancelled.\",\n input: NocrmIoChangeLeadStatusCancelledInput,\n output: NocrmIoChangeLeadStatusCancelledOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO,EAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,EAC5E,CAAC,CAAC,CAAC,SAAS,iEAAiE;AAC7E,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAChG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAC7E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,mCAITC,eAAAA,OAAO,yCAAyC;CAClD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/change-lead-status-cancelled.d.ts
|
|
@@ -9,23 +11,7 @@ declare const NocrmIoChangeLeadStatusCancelledOutput: z.ZodObject<{
|
|
|
9
11
|
lead_id: z.ZodNullable<z.ZodString>;
|
|
10
12
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
11
13
|
}, z.core.$loose>;
|
|
12
|
-
declare const nocrmIoChangeLeadStatusCancelled:
|
|
13
|
-
lead_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
15
|
-
connectionId: z.ZodString;
|
|
16
|
-
entityId: z.ZodString;
|
|
17
|
-
instanceId: z.ZodString;
|
|
18
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
-
subdomain: z.ZodString;
|
|
20
|
-
generic_api_key: z.ZodString;
|
|
21
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
22
|
-
connectionId: z.ZodString;
|
|
23
|
-
entityId: z.ZodString;
|
|
24
|
-
instanceId: z.ZodString;
|
|
25
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
-
subdomain: z.ZodString;
|
|
27
|
-
generic_api_key: z.ZodString;
|
|
28
|
-
}, z.core.$strip>>]>;
|
|
14
|
+
declare const nocrmIoChangeLeadStatusCancelled: AppAction<typeof NocrmIoChangeLeadStatusCancelledInput, typeof NocrmIoChangeLeadStatusCancelledOutput, typeof nocrmIo.credential>;
|
|
29
15
|
//#endregion
|
|
30
16
|
export { nocrmIoChangeLeadStatusCancelled };
|
|
31
17
|
//# sourceMappingURL=change-lead-status-cancelled.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-lead-status-cancelled.d.cts","names":[],"sources":["../../src/actions/change-lead-status-cancelled.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"change-lead-status-cancelled.d.cts","names":[],"sources":["../../src/actions/change-lead-status-cancelled.ts"],"mappings":";;;;;cAMa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAGrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;cAMtC,gCAAA,EAAkC,SAAA,QACtC,qCAAA,SACA,sCAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/change-lead-status-cancelled.d.ts
|
|
@@ -9,23 +11,7 @@ declare const NocrmIoChangeLeadStatusCancelledOutput: z.ZodObject<{
|
|
|
9
11
|
lead_id: z.ZodNullable<z.ZodString>;
|
|
10
12
|
success: z.ZodNullable<z.ZodBoolean>;
|
|
11
13
|
}, z.core.$loose>;
|
|
12
|
-
declare const nocrmIoChangeLeadStatusCancelled:
|
|
13
|
-
lead_id: string;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
15
|
-
connectionId: z.ZodString;
|
|
16
|
-
entityId: z.ZodString;
|
|
17
|
-
instanceId: z.ZodString;
|
|
18
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
-
subdomain: z.ZodString;
|
|
20
|
-
generic_api_key: z.ZodString;
|
|
21
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
22
|
-
connectionId: z.ZodString;
|
|
23
|
-
entityId: z.ZodString;
|
|
24
|
-
instanceId: z.ZodString;
|
|
25
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
-
subdomain: z.ZodString;
|
|
27
|
-
generic_api_key: z.ZodString;
|
|
28
|
-
}, z.core.$strip>>]>;
|
|
14
|
+
declare const nocrmIoChangeLeadStatusCancelled: AppAction<typeof NocrmIoChangeLeadStatusCancelledInput, typeof NocrmIoChangeLeadStatusCancelledOutput, typeof nocrmIo.credential>;
|
|
29
15
|
//#endregion
|
|
30
16
|
export { nocrmIoChangeLeadStatusCancelled };
|
|
31
17
|
//# sourceMappingURL=change-lead-status-cancelled.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-lead-status-cancelled.d.mts","names":[],"sources":["../../src/actions/change-lead-status-cancelled.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"change-lead-status-cancelled.d.mts","names":[],"sources":["../../src/actions/change-lead-status-cancelled.ts"],"mappings":";;;;;cAMa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;cAGrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;cAMtC,gCAAA,EAAkC,SAAA,QACtC,qCAAA,SACA,sCAAA,SACA,OAAA,CAAQ,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-lead-status-cancelled.mjs","names":[],"sources":["../../src/actions/change-lead-status-cancelled.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoChangeLeadStatusCancelledInput = z.object({\n lead_id: z.string().describe(\"The unique identifier of the lead to update\"),\n}).describe(\"Request parameters for changing a lead's status to 'Cancelled'.\");\nexport const NocrmIoChangeLeadStatusCancelledOutput = z.object({\n status: z.string().describe(\"The new status of the lead, which should be 'cancelled'\").nullable(),\n lead_id: z.string().describe(\"The ID of the lead that was updated\").nullable(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable(),\n}).passthrough().describe(\"Response schema for a cancelled lead status update.\");\n\nexport const nocrmIoChangeLeadStatusCancelled = action(\"NOCRM_IO_CHANGE_LEAD_STATUS_CANCELLED\", {\n slug: \"nocrm_io-change-lead-status-cancelled\",\n name: \"Change Lead Status to Cancelled\",\n description: \"Tool to change a lead's status to 'Cancelled'. Use after confirming no further follow-up is needed and the lead should be marked as cancelled.\",\n input: NocrmIoChangeLeadStatusCancelledInput,\n output: NocrmIoChangeLeadStatusCancelledOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"change-lead-status-cancelled.mjs","names":[],"sources":["../../src/actions/change-lead-status-cancelled.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoChangeLeadStatusCancelledInput = z.object({\n lead_id: z.string().describe(\"The unique identifier of the lead to update\"),\n}).describe(\"Request parameters for changing a lead's status to 'Cancelled'.\");\nexport const NocrmIoChangeLeadStatusCancelledOutput = z.object({\n status: z.string().describe(\"The new status of the lead, which should be 'cancelled'\").nullable(),\n lead_id: z.string().describe(\"The ID of the lead that was updated\").nullable(),\n success: z.boolean().describe(\"Indicates whether the operation was successful\").nullable(),\n}).passthrough().describe(\"Response schema for a cancelled lead status update.\");\n\nexport const nocrmIoChangeLeadStatusCancelled: AppAction<\n typeof NocrmIoChangeLeadStatusCancelledInput,\n typeof NocrmIoChangeLeadStatusCancelledOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_CHANGE_LEAD_STATUS_CANCELLED\", {\n slug: \"nocrm_io-change-lead-status-cancelled\",\n name: \"Change Lead Status to Cancelled\",\n description: \"Tool to change a lead's status to 'Cancelled'. Use after confirming no further follow-up is needed and the lead should be marked as cancelled.\",\n input: NocrmIoChangeLeadStatusCancelledInput,\n output: NocrmIoChangeLeadStatusCancelledOutput,\n});\n"],"mappings":";;;AAeA,MAAa,mCAIT,OAAO,yCAAyC;CAClD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAjBmD,EAAE,OAAO,EAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,EAC5E,CAAC,CAAC,CAAC,SAAS,iEAeH;CACP,QAfoD,EAAE,OAAO;EAC7D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EAChG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EAC7E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-lead-status-standby.cjs","names":["z","action"],"sources":["../../src/actions/change-lead-status-standby.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoChangeLeadStatusStandbyInput = z.object({\n days: z.number().int().describe(\"Number of days to schedule the next reminder; must be a positive integer\"),\n lead_id: z.string().describe(\"The unique identifier of the lead to update\"),\n activity_id: z.number().int().describe(\"Optional activity ID to associate with the reminder\").optional(),\n}).describe(\"Request parameters for changing a lead's status to 'StandBy'.\");\nexport const NocrmIoChangeLeadStatusStandbyOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for a standby lead status update.\");\n\nexport const nocrmIoChangeLeadStatusStandby = action(\"NOCRM_IO_CHANGE_LEAD_STATUS_STANDBY\", {\n slug: \"nocrm_io-change-lead-status-standby\",\n name: \"Change lead status standby\",\n description: \"Tool to change a lead's status to 'StandBy'. Use when scheduling follow-up after determining the next contact should occur in a set number of days.\",\n input: NocrmIoChangeLeadStatusStandbyInput,\n output: NocrmIoChangeLeadStatusStandbyOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"change-lead-status-standby.cjs","names":["z","action"],"sources":["../../src/actions/change-lead-status-standby.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { nocrmIo } from \"../app\";\n\nexport const NocrmIoChangeLeadStatusStandbyInput = z.object({\n days: z.number().int().describe(\"Number of days to schedule the next reminder; must be a positive integer\"),\n lead_id: z.string().describe(\"The unique identifier of the lead to update\"),\n activity_id: z.number().int().describe(\"Optional activity ID to associate with the reminder\").optional(),\n}).describe(\"Request parameters for changing a lead's status to 'StandBy'.\");\nexport const NocrmIoChangeLeadStatusStandbyOutput = z.record(z.string(), z.unknown()).describe(\"Response schema for a standby lead status update.\");\n\nexport const nocrmIoChangeLeadStatusStandby: AppAction<\n typeof NocrmIoChangeLeadStatusStandbyInput,\n typeof NocrmIoChangeLeadStatusStandbyOutput,\n typeof nocrmIo.credential\n> = action(\"NOCRM_IO_CHANGE_LEAD_STATUS_STANDBY\", {\n slug: \"nocrm_io-change-lead-status-standby\",\n name: \"Change lead status standby\",\n description: \"Tool to change a lead's status to 'StandBy'. Use when scheduling follow-up after determining the next contact should occur in a set number of days.\",\n input: NocrmIoChangeLeadStatusStandbyInput,\n output: NocrmIoChangeLeadStatusStandbyOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0EAA0E;CAC1G,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,uCAAuCA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAElJ,MAAa,iCAITC,eAAAA,OAAO,uCAAuC;CAChD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { nocrmIo } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/change-lead-status-standby.d.ts
|
|
@@ -7,25 +9,7 @@ declare const NocrmIoChangeLeadStatusStandbyInput: z.ZodObject<{
|
|
|
7
9
|
activity_id: z.ZodOptional<z.ZodNumber>;
|
|
8
10
|
}, z.core.$strip>;
|
|
9
11
|
declare const NocrmIoChangeLeadStatusStandbyOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
|
|
10
|
-
declare const nocrmIoChangeLeadStatusStandby:
|
|
11
|
-
days: number;
|
|
12
|
-
lead_id: string;
|
|
13
|
-
activity_id?: number | undefined;
|
|
14
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
15
|
-
connectionId: z.ZodString;
|
|
16
|
-
entityId: z.ZodString;
|
|
17
|
-
instanceId: z.ZodString;
|
|
18
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
-
subdomain: z.ZodString;
|
|
20
|
-
generic_api_key: z.ZodString;
|
|
21
|
-
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"nocrm_io", z.ZodObject<{
|
|
22
|
-
connectionId: z.ZodString;
|
|
23
|
-
entityId: z.ZodString;
|
|
24
|
-
instanceId: z.ZodString;
|
|
25
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
-
subdomain: z.ZodString;
|
|
27
|
-
generic_api_key: z.ZodString;
|
|
28
|
-
}, z.core.$strip>>]>;
|
|
12
|
+
declare const nocrmIoChangeLeadStatusStandby: AppAction<typeof NocrmIoChangeLeadStatusStandbyInput, typeof NocrmIoChangeLeadStatusStandbyOutput, typeof nocrmIo.credential>;
|
|
29
13
|
//#endregion
|
|
30
14
|
export { nocrmIoChangeLeadStatusStandby };
|
|
31
15
|
//# sourceMappingURL=change-lead-status-standby.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"change-lead-status-standby.d.cts","names":[],"sources":["../../src/actions/change-lead-status-standby.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"change-lead-status-standby.d.cts","names":[],"sources":["../../src/actions/change-lead-status-standby.ts"],"mappings":";;;;;cAMa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA,CAAA,CAAA,CAAA,SAAA,EAAA,CAAA,CAAA,UAAA;AAAA,cAEpC,8BAAA,EAAgC,SAAA,QACpC,mCAAA,SACA,oCAAA,SACA,OAAA,CAAQ,UAAA"}
|