@keystrokehq/nocrm_io 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/add-a-tag-to-a-lead.cjs +22 -0
  7. package/dist/actions/add-a-tag-to-a-lead.cjs.map +1 -0
  8. package/dist/actions/add-a-tag-to-a-lead.d.cts +9 -0
  9. package/dist/actions/add-a-tag-to-a-lead.d.cts.map +1 -0
  10. package/dist/actions/add-a-tag-to-a-lead.d.mts +9 -0
  11. package/dist/actions/add-a-tag-to-a-lead.d.mts.map +1 -0
  12. package/dist/actions/add-a-tag-to-a-lead.mjs +19 -0
  13. package/dist/actions/add-a-tag-to-a-lead.mjs.map +1 -0
  14. package/dist/actions/append-to-leads-description.cjs +53 -0
  15. package/dist/actions/append-to-leads-description.cjs.map +1 -0
  16. package/dist/actions/append-to-leads-description.d.cts +9 -0
  17. package/dist/actions/append-to-leads-description.d.cts.map +1 -0
  18. package/dist/actions/append-to-leads-description.d.mts +9 -0
  19. package/dist/actions/append-to-leads-description.d.mts.map +1 -0
  20. package/dist/actions/append-to-leads-description.mjs +50 -0
  21. package/dist/actions/append-to-leads-description.mjs.map +1 -0
  22. package/dist/actions/assign-lead-to-user.cjs +23 -0
  23. package/dist/actions/assign-lead-to-user.cjs.map +1 -0
  24. package/dist/actions/assign-lead-to-user.d.cts +9 -0
  25. package/dist/actions/assign-lead-to-user.d.cts.map +1 -0
  26. package/dist/actions/assign-lead-to-user.d.mts +9 -0
  27. package/dist/actions/assign-lead-to-user.d.mts.map +1 -0
  28. package/dist/actions/assign-lead-to-user.mjs +20 -0
  29. package/dist/actions/assign-lead-to-user.mjs.map +1 -0
  30. package/dist/actions/change-lead-status-cancelled.cjs +20 -0
  31. package/dist/actions/change-lead-status-cancelled.cjs.map +1 -0
  32. package/dist/actions/change-lead-status-cancelled.d.cts +9 -0
  33. package/dist/actions/change-lead-status-cancelled.d.cts.map +1 -0
  34. package/dist/actions/change-lead-status-cancelled.d.mts +9 -0
  35. package/dist/actions/change-lead-status-cancelled.d.mts.map +1 -0
  36. package/dist/actions/change-lead-status-cancelled.mjs +17 -0
  37. package/dist/actions/change-lead-status-cancelled.mjs.map +1 -0
  38. package/dist/actions/change-lead-status-standby.cjs +20 -0
  39. package/dist/actions/change-lead-status-standby.cjs.map +1 -0
  40. package/dist/actions/change-lead-status-standby.d.cts +9 -0
  41. package/dist/actions/change-lead-status-standby.d.cts.map +1 -0
  42. package/dist/actions/change-lead-status-standby.d.mts +9 -0
  43. package/dist/actions/change-lead-status-standby.d.mts.map +1 -0
  44. package/dist/actions/change-lead-status-standby.mjs +17 -0
  45. package/dist/actions/change-lead-status-standby.mjs.map +1 -0
  46. package/dist/actions/create-lead.cjs +56 -0
  47. package/dist/actions/create-lead.cjs.map +1 -0
  48. package/dist/actions/create-lead.d.cts +9 -0
  49. package/dist/actions/create-lead.d.cts.map +1 -0
  50. package/dist/actions/create-lead.d.mts +9 -0
  51. package/dist/actions/create-lead.d.mts.map +1 -0
  52. package/dist/actions/create-lead.mjs +53 -0
  53. package/dist/actions/create-lead.mjs.map +1 -0
  54. package/dist/actions/delete-lead.cjs +16 -0
  55. package/dist/actions/delete-lead.cjs.map +1 -0
  56. package/dist/actions/delete-lead.d.cts +9 -0
  57. package/dist/actions/delete-lead.d.cts.map +1 -0
  58. package/dist/actions/delete-lead.d.mts +9 -0
  59. package/dist/actions/delete-lead.d.mts.map +1 -0
  60. package/dist/actions/delete-lead.mjs +13 -0
  61. package/dist/actions/delete-lead.mjs.map +1 -0
  62. package/dist/actions/duplicate-lead.cjs +32 -0
  63. package/dist/actions/duplicate-lead.cjs.map +1 -0
  64. package/dist/actions/duplicate-lead.d.cts +9 -0
  65. package/dist/actions/duplicate-lead.d.cts.map +1 -0
  66. package/dist/actions/duplicate-lead.d.mts +9 -0
  67. package/dist/actions/duplicate-lead.d.mts.map +1 -0
  68. package/dist/actions/duplicate-lead.mjs +29 -0
  69. package/dist/actions/duplicate-lead.mjs.map +1 -0
  70. package/dist/actions/index.cjs +19 -0
  71. package/dist/actions/index.d.cts +10 -0
  72. package/dist/actions/index.d.mts +10 -0
  73. package/dist/actions/index.mjs +10 -0
  74. package/dist/actions/list-all-teams.cjs +16 -0
  75. package/dist/actions/list-all-teams.cjs.map +1 -0
  76. package/dist/actions/list-all-teams.d.cts +9 -0
  77. package/dist/actions/list-all-teams.d.cts.map +1 -0
  78. package/dist/actions/list-all-teams.d.mts +9 -0
  79. package/dist/actions/list-all-teams.d.mts.map +1 -0
  80. package/dist/actions/list-all-teams.mjs +13 -0
  81. package/dist/actions/list-all-teams.mjs.map +1 -0
  82. package/dist/app.cjs +9 -0
  83. package/dist/app.cjs.map +1 -0
  84. package/dist/app.d.cts +5 -0
  85. package/dist/app.d.cts.map +1 -0
  86. package/dist/app.d.mts +5 -0
  87. package/dist/app.d.mts.map +1 -0
  88. package/dist/app.mjs +10 -0
  89. package/dist/app.mjs.map +1 -0
  90. package/dist/catalog.cjs +15 -0
  91. package/dist/catalog.cjs.map +1 -0
  92. package/dist/catalog.d.cts +14 -0
  93. package/dist/catalog.d.cts.map +1 -0
  94. package/dist/catalog.d.mts +14 -0
  95. package/dist/catalog.d.mts.map +1 -0
  96. package/dist/catalog.mjs +15 -0
  97. package/dist/catalog.mjs.map +1 -0
  98. package/dist/execute.cjs +18 -0
  99. package/dist/execute.cjs.map +1 -0
  100. package/dist/execute.mjs +18 -0
  101. package/dist/execute.mjs.map +1 -0
  102. package/dist/index.cjs +24 -0
  103. package/dist/index.d.cts +12 -0
  104. package/dist/index.d.mts +12 -0
  105. package/dist/index.mjs +13 -0
  106. package/package.json +49 -0
@@ -0,0 +1,56 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-lead.ts
4
+ const NocrmIoCreateLeadInput = zod.z.object({
5
+ step: zod.z.string().describe("Step's name for the lead.").optional(),
6
+ tags: zod.z.array(zod.z.string()).describe("Tags describing the lead.").optional(),
7
+ title: zod.z.string().describe("Lead's title, usually corresponding to the company name."),
8
+ user_id: zod.z.string().describe("Email address or ID of the user to assign the lead to. When using USER token, providing this yields an error.").optional(),
9
+ description: zod.z.string().describe("Lead's description, typically containing contact information.").optional()
10
+ }).describe("Request parameters for creating a new lead in noCRM.io.");
11
+ const NocrmIoCreateLeadOutput = zod.z.object({
12
+ id: zod.z.number().int().describe("Unique identifier of the lead."),
13
+ step: zod.z.string().describe("Current step of the lead."),
14
+ tags: zod.z.array(zod.z.string()).describe("Tags associated with the lead."),
15
+ title: zod.z.string().describe("Title of the lead, usually the company name."),
16
+ amount: zod.z.number().describe("Amount associated with the lead.").nullable().optional(),
17
+ status: zod.z.string().describe("Status of the lead."),
18
+ starred: zod.z.boolean().describe("Indicates if the lead is starred.").nullable().optional(),
19
+ step_id: zod.z.number().int().describe("Identifier of the current step."),
20
+ team_id: zod.z.number().int().describe("Identifier of the team associated with the lead.").nullable().optional(),
21
+ user_id: zod.z.number().int().describe("Identifier of the user assigned to the lead.").nullable().optional(),
22
+ currency: zod.z.string().describe("Currency code of the amount.").nullable().optional(),
23
+ pipeline: zod.z.string().describe("Pipeline associated with the lead.").nullable().optional(),
24
+ closed_at: zod.z.string().describe("Datetime when the lead was closed (if applicable).").nullable().optional(),
25
+ team_name: zod.z.string().describe("Name of the team associated with the lead.").nullable().optional(),
26
+ created_at: zod.z.string().describe("Datetime when the lead was created."),
27
+ updated_at: zod.z.string().describe("Datetime when the lead was last updated."),
28
+ description: zod.z.string().describe("Full text description of the lead."),
29
+ probability: zod.z.number().int().describe("Probability percentage of closing the lead.").nullable().optional(),
30
+ remind_date: zod.z.string().describe("Date string (YYYY-MM-DD) for reminder.").nullable().optional(),
31
+ remind_time: zod.z.string().describe("Time string (HH:MM) for reminder.").nullable().optional(),
32
+ reminder_at: zod.z.string().describe("Datetime of the reminder.").nullable().optional(),
33
+ created_from: zod.z.string().describe("Source from which the lead was created.").nullable().optional(),
34
+ created_by_id: zod.z.number().int().describe("Identifier of the user who created the lead.").nullable().optional(),
35
+ reminder_note: zod.z.string().describe("Note associated with the reminder.").nullable().optional(),
36
+ next_action_at: zod.z.string().describe("Datetime of the next action in ISO 8601 format.").nullable().optional(),
37
+ attachment_count: zod.z.number().int().describe("Number of attachments associated with the lead."),
38
+ client_folder_id: zod.z.number().int().describe("Identifier of the client folder.").nullable().optional(),
39
+ html_description: zod.z.string().describe("HTML formatted description of the lead."),
40
+ reminder_duration: zod.z.number().int().describe("Duration of the reminder in minutes.").nullable().optional(),
41
+ client_folder_name: zod.z.string().describe("Name of the client folder.").nullable().optional(),
42
+ reminder_activity_id: zod.z.number().int().describe("Identifier of the reminder activity.").nullable().optional(),
43
+ estimated_closing_date: zod.z.string().describe("Estimated closing date (YYYY-MM-DD).").nullable().optional(),
44
+ reminder_activity_log_id: zod.z.number().int().describe("Identifier of the reminder activity log.").nullable().optional()
45
+ }).passthrough().describe("Response schema for the newly created lead.");
46
+ const nocrmIoCreateLead = require_action.action("NOCRM_IO_CREATE_LEAD", {
47
+ slug: "nocrm_io-create-lead",
48
+ name: "Create Lead",
49
+ description: "Tool to create a new lead. Use when adding a fresh prospect to your pipeline via noCRM.io. Example: Create a lead titled 'ACME Corp' assigned to a user.",
50
+ input: NocrmIoCreateLeadInput,
51
+ output: NocrmIoCreateLeadOutput
52
+ });
53
+ //#endregion
54
+ exports.nocrmIoCreateLead = nocrmIoCreateLead;
55
+
56
+ //# sourceMappingURL=create-lead.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-lead.cjs","names":["z","action"],"sources":["../../src/actions/create-lead.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoCreateLeadInput: z.ZodTypeAny = z.object({\n step: z.string().describe(\"Step's name for the lead.\").optional(),\n tags: z.array(z.string()).describe(\"Tags describing the lead.\").optional(),\n title: z.string().describe(\"Lead's title, usually corresponding to the company name.\"),\n user_id: z.string().describe(\"Email address or ID of the user to assign the lead to. When using USER token, providing this yields an error.\").optional(),\n description: z.string().describe(\"Lead's description, typically containing contact information.\").optional(),\n}).describe(\"Request parameters for creating a new lead in noCRM.io.\");\nexport const NocrmIoCreateLeadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead.\"),\n step: z.string().describe(\"Current step of the lead.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the lead.\"),\n title: z.string().describe(\"Title of the lead, usually the company name.\"),\n amount: z.number().describe(\"Amount associated with the lead.\").nullable().optional(),\n status: z.string().describe(\"Status of the lead.\"),\n starred: z.boolean().describe(\"Indicates if the lead is starred.\").nullable().optional(),\n step_id: z.number().int().describe(\"Identifier of the current step.\"),\n team_id: z.number().int().describe(\"Identifier of the team associated with the lead.\").nullable().optional(),\n user_id: z.number().int().describe(\"Identifier of the user assigned to the lead.\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the amount.\").nullable().optional(),\n pipeline: z.string().describe(\"Pipeline associated with the lead.\").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 associated with the lead.\").nullable().optional(),\n created_at: z.string().describe(\"Datetime when the lead was created.\"),\n updated_at: z.string().describe(\"Datetime when the lead was last updated.\"),\n description: z.string().describe(\"Full text description of the lead.\"),\n probability: z.number().int().describe(\"Probability percentage of closing 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 from which the lead was created.\").nullable().optional(),\n created_by_id: z.number().int().describe(\"Identifier of the user 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 format.\").nullable().optional(),\n attachment_count: z.number().int().describe(\"Number of attachments associated with the lead.\"),\n client_folder_id: z.number().int().describe(\"Identifier of the client folder.\").nullable().optional(),\n html_description: z.string().describe(\"HTML formatted description of the lead.\"),\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(\"Identifier of the reminder activity.\").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(\"Identifier of the reminder activity log.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the newly created lead.\");\n\nexport const nocrmIoCreateLead = action(\"NOCRM_IO_CREATE_LEAD\", {\n slug: \"nocrm_io-create-lead\",\n name: \"Create Lead\",\n description: \"Tool to create a new lead. Use when adding a fresh prospect to your pipeline via noCRM.io. Example: Create a lead titled 'ACME Corp' assigned to a user.\",\n input: NocrmIoCreateLeadInput,\n output: NocrmIoCreateLeadOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-lead.d.ts
4
+ declare const NocrmIoCreateLeadInput: z.ZodTypeAny;
5
+ declare const NocrmIoCreateLeadOutput: z.ZodTypeAny;
6
+ declare const nocrmIoCreateLead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nocrmIoCreateLead };
9
+ //# sourceMappingURL=create-lead.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-lead.d.cts","names":[],"sources":["../../src/actions/create-lead.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAM+B;AAAA,cACzD,uBAAA,EAAyB,CAAA,CAAE,UAkCgC;AAAA,cAE3D,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-lead.d.ts
4
+ declare const NocrmIoCreateLeadInput: z.ZodTypeAny;
5
+ declare const NocrmIoCreateLeadOutput: z.ZodTypeAny;
6
+ declare const nocrmIoCreateLead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nocrmIoCreateLead };
9
+ //# sourceMappingURL=create-lead.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-lead.d.mts","names":[],"sources":["../../src/actions/create-lead.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAM+B;AAAA,cACzD,uBAAA,EAAyB,CAAA,CAAE,UAkCgC;AAAA,cAE3D,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,53 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const nocrmIoCreateLead = action("NOCRM_IO_CREATE_LEAD", {
4
+ slug: "nocrm_io-create-lead",
5
+ name: "Create Lead",
6
+ description: "Tool to create a new lead. Use when adding a fresh prospect to your pipeline via noCRM.io. Example: Create a lead titled 'ACME Corp' assigned to a user.",
7
+ input: z.object({
8
+ step: z.string().describe("Step's name for the lead.").optional(),
9
+ tags: z.array(z.string()).describe("Tags describing the lead.").optional(),
10
+ title: z.string().describe("Lead's title, usually corresponding to the company name."),
11
+ user_id: z.string().describe("Email address or ID of the user to assign the lead to. When using USER token, providing this yields an error.").optional(),
12
+ description: z.string().describe("Lead's description, typically containing contact information.").optional()
13
+ }).describe("Request parameters for creating a new lead in noCRM.io."),
14
+ output: z.object({
15
+ id: z.number().int().describe("Unique identifier of the lead."),
16
+ step: z.string().describe("Current step of the lead."),
17
+ tags: z.array(z.string()).describe("Tags associated with the lead."),
18
+ title: z.string().describe("Title of the lead, usually the company name."),
19
+ amount: z.number().describe("Amount associated with the lead.").nullable().optional(),
20
+ status: z.string().describe("Status of the lead."),
21
+ starred: z.boolean().describe("Indicates if the lead is starred.").nullable().optional(),
22
+ step_id: z.number().int().describe("Identifier of the current step."),
23
+ team_id: z.number().int().describe("Identifier of the team associated with the lead.").nullable().optional(),
24
+ user_id: z.number().int().describe("Identifier of the user assigned to the lead.").nullable().optional(),
25
+ currency: z.string().describe("Currency code of the amount.").nullable().optional(),
26
+ pipeline: z.string().describe("Pipeline associated with the lead.").nullable().optional(),
27
+ closed_at: z.string().describe("Datetime when the lead was closed (if applicable).").nullable().optional(),
28
+ team_name: z.string().describe("Name of the team associated with the lead.").nullable().optional(),
29
+ created_at: z.string().describe("Datetime when the lead was created."),
30
+ updated_at: z.string().describe("Datetime when the lead was last updated."),
31
+ description: z.string().describe("Full text description of the lead."),
32
+ probability: z.number().int().describe("Probability percentage of closing the lead.").nullable().optional(),
33
+ remind_date: z.string().describe("Date string (YYYY-MM-DD) for reminder.").nullable().optional(),
34
+ remind_time: z.string().describe("Time string (HH:MM) for reminder.").nullable().optional(),
35
+ reminder_at: z.string().describe("Datetime of the reminder.").nullable().optional(),
36
+ created_from: z.string().describe("Source from which the lead was created.").nullable().optional(),
37
+ created_by_id: z.number().int().describe("Identifier of the user who created the lead.").nullable().optional(),
38
+ reminder_note: z.string().describe("Note associated with the reminder.").nullable().optional(),
39
+ next_action_at: z.string().describe("Datetime of the next action in ISO 8601 format.").nullable().optional(),
40
+ attachment_count: z.number().int().describe("Number of attachments associated with the lead."),
41
+ client_folder_id: z.number().int().describe("Identifier of the client folder.").nullable().optional(),
42
+ html_description: z.string().describe("HTML formatted description of the lead."),
43
+ reminder_duration: z.number().int().describe("Duration of the reminder in minutes.").nullable().optional(),
44
+ client_folder_name: z.string().describe("Name of the client folder.").nullable().optional(),
45
+ reminder_activity_id: z.number().int().describe("Identifier of the reminder activity.").nullable().optional(),
46
+ estimated_closing_date: z.string().describe("Estimated closing date (YYYY-MM-DD).").nullable().optional(),
47
+ reminder_activity_log_id: z.number().int().describe("Identifier of the reminder activity log.").nullable().optional()
48
+ }).passthrough().describe("Response schema for the newly created lead.")
49
+ });
50
+ //#endregion
51
+ export { nocrmIoCreateLead };
52
+
53
+ //# sourceMappingURL=create-lead.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-lead.mjs","names":[],"sources":["../../src/actions/create-lead.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoCreateLeadInput: z.ZodTypeAny = z.object({\n step: z.string().describe(\"Step's name for the lead.\").optional(),\n tags: z.array(z.string()).describe(\"Tags describing the lead.\").optional(),\n title: z.string().describe(\"Lead's title, usually corresponding to the company name.\"),\n user_id: z.string().describe(\"Email address or ID of the user to assign the lead to. When using USER token, providing this yields an error.\").optional(),\n description: z.string().describe(\"Lead's description, typically containing contact information.\").optional(),\n}).describe(\"Request parameters for creating a new lead in noCRM.io.\");\nexport const NocrmIoCreateLeadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead.\"),\n step: z.string().describe(\"Current step of the lead.\"),\n tags: z.array(z.string()).describe(\"Tags associated with the lead.\"),\n title: z.string().describe(\"Title of the lead, usually the company name.\"),\n amount: z.number().describe(\"Amount associated with the lead.\").nullable().optional(),\n status: z.string().describe(\"Status of the lead.\"),\n starred: z.boolean().describe(\"Indicates if the lead is starred.\").nullable().optional(),\n step_id: z.number().int().describe(\"Identifier of the current step.\"),\n team_id: z.number().int().describe(\"Identifier of the team associated with the lead.\").nullable().optional(),\n user_id: z.number().int().describe(\"Identifier of the user assigned to the lead.\").nullable().optional(),\n currency: z.string().describe(\"Currency code of the amount.\").nullable().optional(),\n pipeline: z.string().describe(\"Pipeline associated with the lead.\").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 associated with the lead.\").nullable().optional(),\n created_at: z.string().describe(\"Datetime when the lead was created.\"),\n updated_at: z.string().describe(\"Datetime when the lead was last updated.\"),\n description: z.string().describe(\"Full text description of the lead.\"),\n probability: z.number().int().describe(\"Probability percentage of closing 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 from which the lead was created.\").nullable().optional(),\n created_by_id: z.number().int().describe(\"Identifier of the user 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 format.\").nullable().optional(),\n attachment_count: z.number().int().describe(\"Number of attachments associated with the lead.\"),\n client_folder_id: z.number().int().describe(\"Identifier of the client folder.\").nullable().optional(),\n html_description: z.string().describe(\"HTML formatted description of the lead.\"),\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(\"Identifier of the reminder activity.\").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(\"Identifier of the reminder activity log.\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the newly created lead.\");\n\nexport const nocrmIoCreateLead = action(\"NOCRM_IO_CREATE_LEAD\", {\n slug: \"nocrm_io-create-lead\",\n name: \"Create Lead\",\n description: \"Tool to create a new lead. Use when adding a fresh prospect to your pipeline via noCRM.io. Example: Create a lead titled 'ACME Corp' assigned to a user.\",\n input: NocrmIoCreateLeadInput,\n output: NocrmIoCreateLeadOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-lead.ts
4
+ const NocrmIoDeleteLeadInput = zod.z.object({ id: zod.z.number().int().describe("Unique identifier of the lead to delete") }).describe("Request parameters for deleting a lead.");
5
+ const NocrmIoDeleteLeadOutput = zod.z.object({ id: zod.z.number().int().describe("The unique identifier of the deleted lead") }).describe("Response schema for the delete lead action.");
6
+ const nocrmIoDeleteLead = require_action.action("NOCRM_IO_DELETE_LEAD", {
7
+ slug: "nocrm_io-delete-lead",
8
+ name: "Delete Lead",
9
+ description: "Tool to delete a lead. Use when you need to permanently remove a specific lead after verifying it is no longer needed.",
10
+ input: NocrmIoDeleteLeadInput,
11
+ output: NocrmIoDeleteLeadOutput
12
+ });
13
+ //#endregion
14
+ exports.nocrmIoDeleteLead = nocrmIoDeleteLead;
15
+
16
+ //# sourceMappingURL=delete-lead.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-lead.cjs","names":["z","action"],"sources":["../../src/actions/delete-lead.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoDeleteLeadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead to delete\"),\n}).describe(\"Request parameters for deleting a lead.\");\nexport const NocrmIoDeleteLeadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the deleted lead\"),\n}).describe(\"Response schema for the delete lead action.\");\n\nexport const nocrmIoDeleteLead = action(\"NOCRM_IO_DELETE_LEAD\", {\n slug: \"nocrm_io-delete-lead\",\n name: \"Delete Lead\",\n description: \"Tool to delete a lead. Use when you need to permanently remove a specific lead after verifying it is no longer needed.\",\n input: NocrmIoDeleteLeadInput,\n output: NocrmIoDeleteLeadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,EACzE,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,EAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,EAC3E,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-lead.d.ts
4
+ declare const NocrmIoDeleteLeadInput: z.ZodTypeAny;
5
+ declare const NocrmIoDeleteLeadOutput: z.ZodTypeAny;
6
+ declare const nocrmIoDeleteLead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nocrmIoDeleteLead };
9
+ //# sourceMappingURL=delete-lead.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-lead.d.cts","names":[],"sources":["../../src/actions/delete-lead.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEe;AAAA,cACzC,uBAAA,EAAyB,CAAA,CAAE,UAEkB;AAAA,cAE7C,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-lead.d.ts
4
+ declare const NocrmIoDeleteLeadInput: z.ZodTypeAny;
5
+ declare const NocrmIoDeleteLeadOutput: z.ZodTypeAny;
6
+ declare const nocrmIoDeleteLead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nocrmIoDeleteLead };
9
+ //# sourceMappingURL=delete-lead.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-lead.d.mts","names":[],"sources":["../../src/actions/delete-lead.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAEe;AAAA,cACzC,uBAAA,EAAyB,CAAA,CAAE,UAEkB;AAAA,cAE7C,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const nocrmIoDeleteLead = action("NOCRM_IO_DELETE_LEAD", {
4
+ slug: "nocrm_io-delete-lead",
5
+ name: "Delete Lead",
6
+ description: "Tool to delete a lead. Use when you need to permanently remove a specific lead after verifying it is no longer needed.",
7
+ input: z.object({ id: z.number().int().describe("Unique identifier of the lead to delete") }).describe("Request parameters for deleting a lead."),
8
+ output: z.object({ id: z.number().int().describe("The unique identifier of the deleted lead") }).describe("Response schema for the delete lead action.")
9
+ });
10
+ //#endregion
11
+ export { nocrmIoDeleteLead };
12
+
13
+ //# sourceMappingURL=delete-lead.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-lead.mjs","names":[],"sources":["../../src/actions/delete-lead.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoDeleteLeadInput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the lead to delete\"),\n}).describe(\"Request parameters for deleting a lead.\");\nexport const NocrmIoDeleteLeadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"The unique identifier of the deleted lead\"),\n}).describe(\"Response schema for the delete lead action.\");\n\nexport const nocrmIoDeleteLead = action(\"NOCRM_IO_DELETE_LEAD\", {\n slug: \"nocrm_io-delete-lead\",\n name: \"Delete Lead\",\n description: \"Tool to delete a lead. Use when you need to permanently remove a specific lead after verifying it is no longer needed.\",\n input: NocrmIoDeleteLeadInput,\n output: NocrmIoDeleteLeadOutput,\n});\n"],"mappings":";;AAWA,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXkD,EAAE,OAAO,EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC,EACzE,CAAC,CAAC,CAAC,SAAS,yCASH;CACP,QATmD,EAAE,OAAO,EAC5D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,EAC3E,CAAC,CAAC,CAAC,SAAS,6CAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/duplicate-lead.ts
4
+ const NocrmIoDuplicateLeadInput = zod.z.object({
5
+ step: zod.z.string().describe("Name of the pipeline step for the new duplicated lead. Use after reviewing existing lead details."),
6
+ lead_id: zod.z.number().int().describe("Unique identifier of the lead to duplicate.")
7
+ }).describe("Request parameters for duplicating a lead.");
8
+ const NocrmIoDuplicateLeadOutput = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier of the duplicated lead"),
10
+ step: zod.z.string().describe("Pipeline step of the duplicated lead"),
11
+ title: zod.z.string().describe("Title of the lead (usually company or contact name)"),
12
+ amount: zod.z.number().describe("Amount associated with the duplicated lead").nullable().optional(),
13
+ status: zod.z.string().describe("Status of the duplicated lead (todo, standby, won, etc.)"),
14
+ starred: zod.z.boolean().describe("Whether the lead is starred").nullable().optional(),
15
+ step_id: zod.z.number().int().describe("Identifier of the pipeline step"),
16
+ currency: zod.z.string().describe("Currency code for the amount").nullable().optional(),
17
+ pipeline: zod.z.string().describe("Pipeline name of the duplicated lead").nullable().optional(),
18
+ created_at: zod.z.string().describe("Creation timestamp of the duplicated lead"),
19
+ updated_at: zod.z.string().describe("Last update timestamp of the duplicated lead"),
20
+ probability: zod.z.number().int().describe("Probability percentage of winning the lead").nullable().optional()
21
+ }).passthrough().describe("Response schema for the duplicated lead.\nContains the full lead resource after duplication.");
22
+ const nocrmIoDuplicateLead = require_action.action("NOCRM_IO_DUPLICATE_LEAD", {
23
+ slug: "nocrm_io-duplicate-lead",
24
+ name: "Duplicate Lead",
25
+ description: "Tool to duplicate a lead. Use when cloning an existing lead into a new step without overwriting original.",
26
+ input: NocrmIoDuplicateLeadInput,
27
+ output: NocrmIoDuplicateLeadOutput
28
+ });
29
+ //#endregion
30
+ exports.nocrmIoDuplicateLead = nocrmIoDuplicateLead;
31
+
32
+ //# sourceMappingURL=duplicate-lead.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-lead.cjs","names":["z","action"],"sources":["../../src/actions/duplicate-lead.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoDuplicateLeadInput: z.ZodTypeAny = z.object({\n step: z.string().describe(\"Name of the pipeline step for the new duplicated lead. Use after reviewing existing lead details.\"),\n lead_id: z.number().int().describe(\"Unique identifier of the lead to duplicate.\"),\n}).describe(\"Request parameters for duplicating a lead.\");\nexport const NocrmIoDuplicateLeadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the duplicated lead\"),\n step: z.string().describe(\"Pipeline step of the duplicated lead\"),\n title: z.string().describe(\"Title of the lead (usually company or contact name)\"),\n amount: z.number().describe(\"Amount associated with the duplicated lead\").nullable().optional(),\n status: z.string().describe(\"Status of the duplicated lead (todo, standby, won, etc.)\"),\n starred: z.boolean().describe(\"Whether the lead is starred\").nullable().optional(),\n step_id: z.number().int().describe(\"Identifier of the pipeline step\"),\n currency: z.string().describe(\"Currency code for the amount\").nullable().optional(),\n pipeline: z.string().describe(\"Pipeline name of the duplicated lead\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp of the duplicated lead\"),\n updated_at: z.string().describe(\"Last update timestamp of the duplicated lead\"),\n probability: z.number().int().describe(\"Probability percentage of winning the lead\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the duplicated lead.\\nContains the full lead resource after duplication.\");\n\nexport const nocrmIoDuplicateLead = action(\"NOCRM_IO_DUPLICATE_LEAD\", {\n slug: \"nocrm_io-duplicate-lead\",\n name: \"Duplicate Lead\",\n description: \"Tool to duplicate a lead. Use when cloning an existing lead into a new step without overwriting original.\",\n input: NocrmIoDuplicateLeadInput,\n output: NocrmIoDuplicateLeadOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG;CAC7H,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;AAClF,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;CAChF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;CACtF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CACpE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CAC3E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8FAA8F;AAExH,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/duplicate-lead.d.ts
4
+ declare const NocrmIoDuplicateLeadInput: z.ZodTypeAny;
5
+ declare const NocrmIoDuplicateLeadOutput: z.ZodTypeAny;
6
+ declare const nocrmIoDuplicateLead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nocrmIoDuplicateLead };
9
+ //# sourceMappingURL=duplicate-lead.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-lead.d.cts","names":[],"sources":["../../src/actions/duplicate-lead.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGe;AAAA,cAC5C,0BAAA,EAA4B,CAAA,CAAE,UAa8E;AAAA,cAE5G,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/duplicate-lead.d.ts
4
+ declare const NocrmIoDuplicateLeadInput: z.ZodTypeAny;
5
+ declare const NocrmIoDuplicateLeadOutput: z.ZodTypeAny;
6
+ declare const nocrmIoDuplicateLead: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nocrmIoDuplicateLead };
9
+ //# sourceMappingURL=duplicate-lead.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-lead.d.mts","names":[],"sources":["../../src/actions/duplicate-lead.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAGe;AAAA,cAC5C,0BAAA,EAA4B,CAAA,CAAE,UAa8E;AAAA,cAE5G,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const nocrmIoDuplicateLead = action("NOCRM_IO_DUPLICATE_LEAD", {
4
+ slug: "nocrm_io-duplicate-lead",
5
+ name: "Duplicate Lead",
6
+ description: "Tool to duplicate a lead. Use when cloning an existing lead into a new step without overwriting original.",
7
+ input: z.object({
8
+ step: z.string().describe("Name of the pipeline step for the new duplicated lead. Use after reviewing existing lead details."),
9
+ lead_id: z.number().int().describe("Unique identifier of the lead to duplicate.")
10
+ }).describe("Request parameters for duplicating a lead."),
11
+ output: z.object({
12
+ id: z.number().int().describe("Unique identifier of the duplicated lead"),
13
+ step: z.string().describe("Pipeline step of the duplicated lead"),
14
+ title: z.string().describe("Title of the lead (usually company or contact name)"),
15
+ amount: z.number().describe("Amount associated with the duplicated lead").nullable().optional(),
16
+ status: z.string().describe("Status of the duplicated lead (todo, standby, won, etc.)"),
17
+ starred: z.boolean().describe("Whether the lead is starred").nullable().optional(),
18
+ step_id: z.number().int().describe("Identifier of the pipeline step"),
19
+ currency: z.string().describe("Currency code for the amount").nullable().optional(),
20
+ pipeline: z.string().describe("Pipeline name of the duplicated lead").nullable().optional(),
21
+ created_at: z.string().describe("Creation timestamp of the duplicated lead"),
22
+ updated_at: z.string().describe("Last update timestamp of the duplicated lead"),
23
+ probability: z.number().int().describe("Probability percentage of winning the lead").nullable().optional()
24
+ }).passthrough().describe("Response schema for the duplicated lead.\nContains the full lead resource after duplication.")
25
+ });
26
+ //#endregion
27
+ export { nocrmIoDuplicateLead };
28
+
29
+ //# sourceMappingURL=duplicate-lead.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"duplicate-lead.mjs","names":[],"sources":["../../src/actions/duplicate-lead.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoDuplicateLeadInput: z.ZodTypeAny = z.object({\n step: z.string().describe(\"Name of the pipeline step for the new duplicated lead. Use after reviewing existing lead details.\"),\n lead_id: z.number().int().describe(\"Unique identifier of the lead to duplicate.\"),\n}).describe(\"Request parameters for duplicating a lead.\");\nexport const NocrmIoDuplicateLeadOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the duplicated lead\"),\n step: z.string().describe(\"Pipeline step of the duplicated lead\"),\n title: z.string().describe(\"Title of the lead (usually company or contact name)\"),\n amount: z.number().describe(\"Amount associated with the duplicated lead\").nullable().optional(),\n status: z.string().describe(\"Status of the duplicated lead (todo, standby, won, etc.)\"),\n starred: z.boolean().describe(\"Whether the lead is starred\").nullable().optional(),\n step_id: z.number().int().describe(\"Identifier of the pipeline step\"),\n currency: z.string().describe(\"Currency code for the amount\").nullable().optional(),\n pipeline: z.string().describe(\"Pipeline name of the duplicated lead\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp of the duplicated lead\"),\n updated_at: z.string().describe(\"Last update timestamp of the duplicated lead\"),\n probability: z.number().int().describe(\"Probability percentage of winning the lead\").nullable().optional(),\n}).passthrough().describe(\"Response schema for the duplicated lead.\\nContains the full lead resource after duplication.\");\n\nexport const nocrmIoDuplicateLead = action(\"NOCRM_IO_DUPLICATE_LEAD\", {\n slug: \"nocrm_io-duplicate-lead\",\n name: \"Duplicate Lead\",\n description: \"Tool to duplicate a lead. Use when cloning an existing lead into a new step without overwriting original.\",\n input: NocrmIoDuplicateLeadInput,\n output: NocrmIoDuplicateLeadOutput,\n});\n"],"mappings":";;AAuBA,MAAa,uBAAuB,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAvBqD,EAAE,OAAO;EAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mGAAmG;EAC7H,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6CAA6C;CAClF,CAAC,CAAC,CAAC,SAAS,4CAoBH;CACP,QApBsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;EACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;EAChF,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D;EACtF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;EACpE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EAC3E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8FAOhB;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_add_a_tag_to_a_lead = require("./add-a-tag-to-a-lead.cjs");
3
+ const require_append_to_leads_description = require("./append-to-leads-description.cjs");
4
+ const require_assign_lead_to_user = require("./assign-lead-to-user.cjs");
5
+ const require_change_lead_status_cancelled = require("./change-lead-status-cancelled.cjs");
6
+ const require_change_lead_status_standby = require("./change-lead-status-standby.cjs");
7
+ const require_create_lead = require("./create-lead.cjs");
8
+ const require_delete_lead = require("./delete-lead.cjs");
9
+ const require_duplicate_lead = require("./duplicate-lead.cjs");
10
+ const require_list_all_teams = require("./list-all-teams.cjs");
11
+ exports.nocrmIoAddATagToALead = require_add_a_tag_to_a_lead.nocrmIoAddATagToALead;
12
+ exports.nocrmIoAppendToLeadsDescription = require_append_to_leads_description.nocrmIoAppendToLeadsDescription;
13
+ exports.nocrmIoAssignLeadToUser = require_assign_lead_to_user.nocrmIoAssignLeadToUser;
14
+ exports.nocrmIoChangeLeadStatusCancelled = require_change_lead_status_cancelled.nocrmIoChangeLeadStatusCancelled;
15
+ exports.nocrmIoChangeLeadStatusStandby = require_change_lead_status_standby.nocrmIoChangeLeadStatusStandby;
16
+ exports.nocrmIoCreateLead = require_create_lead.nocrmIoCreateLead;
17
+ exports.nocrmIoDeleteLead = require_delete_lead.nocrmIoDeleteLead;
18
+ exports.nocrmIoDuplicateLead = require_duplicate_lead.nocrmIoDuplicateLead;
19
+ exports.nocrmIoListAllTeams = require_list_all_teams.nocrmIoListAllTeams;
@@ -0,0 +1,10 @@
1
+ import { nocrmIoAddATagToALead } from "./add-a-tag-to-a-lead.cjs";
2
+ import { nocrmIoAppendToLeadsDescription } from "./append-to-leads-description.cjs";
3
+ import { nocrmIoAssignLeadToUser } from "./assign-lead-to-user.cjs";
4
+ import { nocrmIoChangeLeadStatusCancelled } from "./change-lead-status-cancelled.cjs";
5
+ import { nocrmIoChangeLeadStatusStandby } from "./change-lead-status-standby.cjs";
6
+ import { nocrmIoCreateLead } from "./create-lead.cjs";
7
+ import { nocrmIoDeleteLead } from "./delete-lead.cjs";
8
+ import { nocrmIoDuplicateLead } from "./duplicate-lead.cjs";
9
+ import { nocrmIoListAllTeams } from "./list-all-teams.cjs";
10
+ export { nocrmIoAddATagToALead, nocrmIoAppendToLeadsDescription, nocrmIoAssignLeadToUser, nocrmIoChangeLeadStatusCancelled, nocrmIoChangeLeadStatusStandby, nocrmIoCreateLead, nocrmIoDeleteLead, nocrmIoDuplicateLead, nocrmIoListAllTeams };
@@ -0,0 +1,10 @@
1
+ import { nocrmIoAddATagToALead } from "./add-a-tag-to-a-lead.mjs";
2
+ import { nocrmIoAppendToLeadsDescription } from "./append-to-leads-description.mjs";
3
+ import { nocrmIoAssignLeadToUser } from "./assign-lead-to-user.mjs";
4
+ import { nocrmIoChangeLeadStatusCancelled } from "./change-lead-status-cancelled.mjs";
5
+ import { nocrmIoChangeLeadStatusStandby } from "./change-lead-status-standby.mjs";
6
+ import { nocrmIoCreateLead } from "./create-lead.mjs";
7
+ import { nocrmIoDeleteLead } from "./delete-lead.mjs";
8
+ import { nocrmIoDuplicateLead } from "./duplicate-lead.mjs";
9
+ import { nocrmIoListAllTeams } from "./list-all-teams.mjs";
10
+ export { nocrmIoAddATagToALead, nocrmIoAppendToLeadsDescription, nocrmIoAssignLeadToUser, nocrmIoChangeLeadStatusCancelled, nocrmIoChangeLeadStatusStandby, nocrmIoCreateLead, nocrmIoDeleteLead, nocrmIoDuplicateLead, nocrmIoListAllTeams };
@@ -0,0 +1,10 @@
1
+ import { nocrmIoAddATagToALead } from "./add-a-tag-to-a-lead.mjs";
2
+ import { nocrmIoAppendToLeadsDescription } from "./append-to-leads-description.mjs";
3
+ import { nocrmIoAssignLeadToUser } from "./assign-lead-to-user.mjs";
4
+ import { nocrmIoChangeLeadStatusCancelled } from "./change-lead-status-cancelled.mjs";
5
+ import { nocrmIoChangeLeadStatusStandby } from "./change-lead-status-standby.mjs";
6
+ import { nocrmIoCreateLead } from "./create-lead.mjs";
7
+ import { nocrmIoDeleteLead } from "./delete-lead.mjs";
8
+ import { nocrmIoDuplicateLead } from "./duplicate-lead.mjs";
9
+ import { nocrmIoListAllTeams } from "./list-all-teams.mjs";
10
+ export { nocrmIoAddATagToALead, nocrmIoAppendToLeadsDescription, nocrmIoAssignLeadToUser, nocrmIoChangeLeadStatusCancelled, nocrmIoChangeLeadStatusStandby, nocrmIoCreateLead, nocrmIoDeleteLead, nocrmIoDuplicateLead, nocrmIoListAllTeams };
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-all-teams.ts
4
+ const NocrmIoListAllTeamsInput = zod.z.object({}).describe("Request model for listing all teams.");
5
+ const NocrmIoListAllTeamsOutput = zod.z.unknown();
6
+ const nocrmIoListAllTeams = require_action.action("NOCRM_IO_LIST_ALL_TEAMS", {
7
+ slug: "nocrm_io-list-all-teams",
8
+ name: "List All Teams",
9
+ description: "Tool to retrieve all teams. Use when you need to fetch every team and its members from noCRM.io.",
10
+ input: NocrmIoListAllTeamsInput,
11
+ output: NocrmIoListAllTeamsOutput
12
+ });
13
+ //#endregion
14
+ exports.nocrmIoListAllTeams = nocrmIoListAllTeams;
15
+
16
+ //# sourceMappingURL=list-all-teams.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoListAllTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing all teams.\");\nexport const NocrmIoListAllTeamsOutput: z.ZodTypeAny = z.unknown();\n\nexport const nocrmIoListAllTeams = action(\"NOCRM_IO_LIST_ALL_TEAMS\", {\n slug: \"nocrm_io-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to retrieve all teams. Use when you need to fetch every team and its members from noCRM.io.\",\n input: NocrmIoListAllTeamsInput,\n output: NocrmIoListAllTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClH,MAAa,4BAA0CA,IAAAA,EAAE,QAAQ;AAEjE,MAAa,sBAAsBC,eAAAA,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-teams.d.ts
4
+ declare const NocrmIoListAllTeamsInput: z.ZodTypeAny;
5
+ declare const NocrmIoListAllTeamsOutput: z.ZodTypeAny;
6
+ declare const nocrmIoListAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nocrmIoListAllTeams };
9
+ //# sourceMappingURL=list-all-teams.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-teams.d.cts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAA0E;AAAA,cACtG,yBAAA,EAA2B,CAAA,CAAE,UAAwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-all-teams.d.ts
4
+ declare const NocrmIoListAllTeamsInput: z.ZodTypeAny;
5
+ declare const NocrmIoListAllTeamsOutput: z.ZodTypeAny;
6
+ declare const nocrmIoListAllTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { nocrmIoListAllTeams };
9
+ //# sourceMappingURL=list-all-teams.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-teams.d.mts","names":[],"sources":["../../src/actions/list-all-teams.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAA0E;AAAA,cACtG,yBAAA,EAA2B,CAAA,CAAE,UAAwB;AAAA,cAErD,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const nocrmIoListAllTeams = action("NOCRM_IO_LIST_ALL_TEAMS", {
4
+ slug: "nocrm_io-list-all-teams",
5
+ name: "List All Teams",
6
+ description: "Tool to retrieve all teams. Use when you need to fetch every team and its members from noCRM.io.",
7
+ input: z.object({}).describe("Request model for listing all teams."),
8
+ output: z.unknown()
9
+ });
10
+ //#endregion
11
+ export { nocrmIoListAllTeams };
12
+
13
+ //# sourceMappingURL=list-all-teams.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-all-teams.mjs","names":[],"sources":["../../src/actions/list-all-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NocrmIoListAllTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing all teams.\");\nexport const NocrmIoListAllTeamsOutput: z.ZodTypeAny = z.unknown();\n\nexport const nocrmIoListAllTeams = action(\"NOCRM_IO_LIST_ALL_TEAMS\", {\n slug: \"nocrm_io-list-all-teams\",\n name: \"List All Teams\",\n description: \"Tool to retrieve all teams. Use when you need to fetch every team and its members from noCRM.io.\",\n input: NocrmIoListAllTeamsInput,\n output: NocrmIoListAllTeamsOutput,\n});\n"],"mappings":";;AAOA,MAAa,sBAAsB,OAAO,2BAA2B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAPoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,sCAOnE;CACP,QAPqD,EAAE,QAO/C;AACV,CAAC"}
package/dist/app.cjs ADDED
@@ -0,0 +1,9 @@
1
+ //#region src/app.ts
2
+ const nocrmIo = (0, require("@keystrokehq/keystroke/app").defineApp)({
3
+ slug: "nocrm_io",
4
+ auth: "keystroke"
5
+ });
6
+ //#endregion
7
+ exports.nocrmIo = nocrmIo;
8
+
9
+ //# sourceMappingURL=app.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const nocrmIo = defineApp({\n slug: \"nocrm_io\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,WAAA,uCAAA,CAAA,CAAA,UAAA,CAAoB;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
package/dist/app.d.cts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const nocrmIo: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { nocrmIo };
5
+ //# sourceMappingURL=app.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
package/dist/app.d.mts ADDED
@@ -0,0 +1,5 @@
1
+ //#region src/app.d.ts
2
+ declare const nocrmIo: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
3
+ //#endregion
4
+ export { nocrmIo };
5
+ //# sourceMappingURL=app.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,OAAA,6BAAO,GAAA,+BAAA,UAAA"}
package/dist/app.mjs ADDED
@@ -0,0 +1,10 @@
1
+ import { defineApp } from "@keystrokehq/keystroke/app";
2
+ //#region src/app.ts
3
+ const nocrmIo = defineApp({
4
+ slug: "nocrm_io",
5
+ auth: "keystroke"
6
+ });
7
+ //#endregion
8
+ export { nocrmIo };
9
+
10
+ //# sourceMappingURL=app.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const nocrmIo = defineApp({\n slug: \"nocrm_io\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,UAAU,UAAU;CAC/B,MAAM;CACN,MAAM;AACR,CAAC"}
@@ -0,0 +1,15 @@
1
+ //#region src/catalog.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ const nocrmIoCatalog = {
4
+ "slug": "nocrm_io",
5
+ "name": "NoCRM.io",
6
+ "description": "noCRM.io is a lead management software designed to help sales teams track and close deals efficiently.",
7
+ "category": "CRM",
8
+ "logo": "https://logos.composio.dev/api/nocrm_io",
9
+ "authKind": "keystroke",
10
+ "oauthScopes": []
11
+ };
12
+ //#endregion
13
+ exports.nocrmIoCatalog = nocrmIoCatalog;
14
+
15
+ //# sourceMappingURL=catalog.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const nocrmIoCatalog = {\n \"slug\": \"nocrm_io\",\n \"name\": \"NoCRM.io\",\n \"description\": \"noCRM.io is a lead management software designed to help sales teams track and close deals efficiently.\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/nocrm_io\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,iBAAiB;CAC5B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
@@ -0,0 +1,14 @@
1
+ //#region src/catalog.d.ts
2
+ /** Generated — kept in sync with src/app.ts. */
3
+ declare const nocrmIoCatalog: {
4
+ readonly slug: "nocrm_io";
5
+ readonly name: "NoCRM.io";
6
+ readonly description: "noCRM.io is a lead management software designed to help sales teams track and close deals efficiently.";
7
+ readonly category: "CRM";
8
+ readonly logo: "https://logos.composio.dev/api/nocrm_io";
9
+ readonly authKind: "keystroke";
10
+ readonly oauthScopes: readonly [];
11
+ };
12
+ //#endregion
13
+ export { nocrmIoCatalog };
14
+ //# sourceMappingURL=catalog.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,cAAA;EAAA"}