@keystrokehq/nethunt_crm 0.1.0 → 0.1.2

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 (91) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/delete-record.cjs +2 -2
  4. package/dist/actions/delete-record.cjs.map +1 -1
  5. package/dist/actions/delete-record.d.cts +10 -3
  6. package/dist/actions/delete-record.d.cts.map +1 -1
  7. package/dist/actions/delete-record.d.mts +10 -3
  8. package/dist/actions/delete-record.d.mts.map +1 -1
  9. package/dist/actions/delete-record.mjs +2 -2
  10. package/dist/actions/delete-record.mjs.map +1 -1
  11. package/dist/actions/find-records.cjs.map +1 -1
  12. package/dist/actions/find-records.d.cts +21 -3
  13. package/dist/actions/find-records.d.cts.map +1 -1
  14. package/dist/actions/find-records.d.mts +21 -3
  15. package/dist/actions/find-records.d.mts.map +1 -1
  16. package/dist/actions/find-records.mjs.map +1 -1
  17. package/dist/actions/get-new-call-logs.cjs.map +1 -1
  18. package/dist/actions/get-new-call-logs.d.cts +22 -3
  19. package/dist/actions/get-new-call-logs.d.cts.map +1 -1
  20. package/dist/actions/get-new-call-logs.d.mts +22 -3
  21. package/dist/actions/get-new-call-logs.d.mts.map +1 -1
  22. package/dist/actions/get-new-call-logs.mjs.map +1 -1
  23. package/dist/actions/get-new-comments.cjs +5 -5
  24. package/dist/actions/get-new-comments.cjs.map +1 -1
  25. package/dist/actions/get-new-comments.d.cts +19 -3
  26. package/dist/actions/get-new-comments.d.cts.map +1 -1
  27. package/dist/actions/get-new-comments.d.mts +19 -3
  28. package/dist/actions/get-new-comments.d.mts.map +1 -1
  29. package/dist/actions/get-new-comments.mjs +5 -5
  30. package/dist/actions/get-new-comments.mjs.map +1 -1
  31. package/dist/actions/get-new-gdrive-files.cjs.map +1 -1
  32. package/dist/actions/get-new-gdrive-files.d.cts +24 -3
  33. package/dist/actions/get-new-gdrive-files.d.cts.map +1 -1
  34. package/dist/actions/get-new-gdrive-files.d.mts +24 -3
  35. package/dist/actions/get-new-gdrive-files.d.mts.map +1 -1
  36. package/dist/actions/get-new-gdrive-files.mjs.map +1 -1
  37. package/dist/actions/get-new-records.cjs.map +1 -1
  38. package/dist/actions/get-new-records.d.cts +18 -3
  39. package/dist/actions/get-new-records.d.cts.map +1 -1
  40. package/dist/actions/get-new-records.d.mts +18 -3
  41. package/dist/actions/get-new-records.d.mts.map +1 -1
  42. package/dist/actions/get-new-records.mjs.map +1 -1
  43. package/dist/actions/get-record-changes.cjs.map +1 -1
  44. package/dist/actions/get-record-changes.d.cts +27 -3
  45. package/dist/actions/get-record-changes.d.cts.map +1 -1
  46. package/dist/actions/get-record-changes.d.mts +27 -3
  47. package/dist/actions/get-record-changes.d.mts.map +1 -1
  48. package/dist/actions/get-record-changes.mjs.map +1 -1
  49. package/dist/actions/get-updated-records.cjs.map +1 -1
  50. package/dist/actions/get-updated-records.d.cts +21 -3
  51. package/dist/actions/get-updated-records.d.cts.map +1 -1
  52. package/dist/actions/get-updated-records.d.mts +21 -3
  53. package/dist/actions/get-updated-records.d.mts.map +1 -1
  54. package/dist/actions/get-updated-records.mjs.map +1 -1
  55. package/dist/actions/list-folder-fields.cjs.map +1 -1
  56. package/dist/actions/list-folder-fields.d.cts +7 -3
  57. package/dist/actions/list-folder-fields.d.cts.map +1 -1
  58. package/dist/actions/list-folder-fields.d.mts +7 -3
  59. package/dist/actions/list-folder-fields.d.mts.map +1 -1
  60. package/dist/actions/list-folder-fields.mjs.map +1 -1
  61. package/dist/actions/list-readable-folders.cjs +2 -2
  62. package/dist/actions/list-readable-folders.cjs.map +1 -1
  63. package/dist/actions/list-readable-folders.d.cts +8 -3
  64. package/dist/actions/list-readable-folders.d.cts.map +1 -1
  65. package/dist/actions/list-readable-folders.d.mts +8 -3
  66. package/dist/actions/list-readable-folders.d.mts.map +1 -1
  67. package/dist/actions/list-readable-folders.mjs +2 -2
  68. package/dist/actions/list-readable-folders.mjs.map +1 -1
  69. package/dist/actions/list-writable-folders.cjs +2 -2
  70. package/dist/actions/list-writable-folders.cjs.map +1 -1
  71. package/dist/actions/list-writable-folders.d.cts +8 -3
  72. package/dist/actions/list-writable-folders.d.cts.map +1 -1
  73. package/dist/actions/list-writable-folders.d.mts +8 -3
  74. package/dist/actions/list-writable-folders.d.mts.map +1 -1
  75. package/dist/actions/list-writable-folders.mjs +2 -2
  76. package/dist/actions/list-writable-folders.mjs.map +1 -1
  77. package/dist/actions/test-auth.cjs +2 -2
  78. package/dist/actions/test-auth.cjs.map +1 -1
  79. package/dist/actions/test-auth.d.cts +8 -3
  80. package/dist/actions/test-auth.d.cts.map +1 -1
  81. package/dist/actions/test-auth.d.mts +8 -3
  82. package/dist/actions/test-auth.d.mts.map +1 -1
  83. package/dist/actions/test-auth.mjs +2 -2
  84. package/dist/actions/test-auth.mjs.map +1 -1
  85. package/dist/catalog.cjs +13 -1
  86. package/dist/catalog.cjs.map +1 -1
  87. package/dist/catalog.d.cts +12 -0
  88. package/dist/catalog.d.mts +12 -0
  89. package/dist/catalog.mjs +13 -1
  90. package/dist/catalog.mjs.map +1 -1
  91. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"list-readable-folders.mjs","names":[],"sources":["../../src/actions/list-readable-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmListReadableFoldersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing readable folders. No parameters required.\");\nconst NethuntCrmListReadableFolders_FolderSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the folder\"),\n name: z.string().describe(\"Display name of the folder\"),\n}).describe(\"Represents a single folder in NetHunt CRM.\");\nexport const NethuntCrmListReadableFoldersOutput: z.ZodTypeAny = z.object({\n folders: z.array(NethuntCrmListReadableFolders_FolderSchema).describe(\"Array of folders the user has read access to\"),\n}).describe(\"Response model for listing readable folders.\");\n\nexport const nethuntCrmListReadableFolders = action(\"NETHUNT_CRM_LIST_READABLE_FOLDERS\", {\n slug: \"nethunt_crm-list-readable-folders\",\n name: \"List Readable Folders\",\n description: \"Tool to list all accessible folders in NetHunt CRM. Returns folders the user has read access to. Use when you need to retrieve available folders for organizing or accessing records.\",\n input: NethuntCrmListReadableFoldersInput,\n output: NethuntCrmListReadableFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAC3J,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAKxD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,SAAS,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,8CAA8C,EACtH,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-readable-folders.mjs","names":[],"sources":["../../src/actions/list-readable-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmListReadableFoldersInput = z.object({}).describe(\"Request model for listing readable folders. No parameters required.\");\nconst NethuntCrmListReadableFolders_FolderSchema = z.object({\n id: z.string().describe(\"Unique identifier of the folder\").nullable(),\n name: z.string().describe(\"Display name of the folder\").nullable(),\n}).describe(\"Represents a single folder in NetHunt CRM.\");\nexport const NethuntCrmListReadableFoldersOutput = z.object({\n folders: z.array(NethuntCrmListReadableFolders_FolderSchema).describe(\"Array of folders the user has read access to\"),\n}).describe(\"Response model for listing readable folders.\");\n\nexport const nethuntCrmListReadableFolders = action(\"NETHUNT_CRM_LIST_READABLE_FOLDERS\", {\n slug: \"nethunt_crm-list-readable-folders\",\n name: \"List Readable Folders\",\n description: \"Tool to list all accessible folders in NetHunt CRM. Returns folders the user has read access to. Use when you need to retrieve available folders for organizing or accessing records.\",\n input: NethuntCrmListReadableFoldersInput,\n output: NethuntCrmListReadableFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAC7I,MAAM,6CAA6C,EAAE,OAAO;CAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAKxD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,SAAS,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,8CAA8C,EACtH,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -3,8 +3,8 @@ let zod = require("zod");
3
3
  //#region src/actions/list-writable-folders.ts
4
4
  const NethuntCrmListWritableFoldersInput = zod.z.object({}).describe("Request model for listing writable folders. No parameters required.");
5
5
  const NethuntCrmListWritableFolders_FolderSchema = zod.z.object({
6
- id: zod.z.string().describe("Unique identifier of the folder"),
7
- name: zod.z.string().describe("Display name of the folder")
6
+ id: zod.z.string().describe("Unique identifier of the folder").nullable(),
7
+ name: zod.z.string().describe("Display name of the folder").nullable()
8
8
  }).describe("Represents a single folder in NetHunt CRM.");
9
9
  const NethuntCrmListWritableFoldersOutput = zod.z.object({ folders: zod.z.array(NethuntCrmListWritableFolders_FolderSchema).describe("Array of folders the user has write access to") }).describe("Response model for listing writable folders.");
10
10
  const nethuntCrmListWritableFolders = require_action.action("NETHUNT_CRM_LIST_WRITABLE_FOLDERS", {
@@ -1 +1 @@
1
- {"version":3,"file":"list-writable-folders.cjs","names":["z","action"],"sources":["../../src/actions/list-writable-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmListWritableFoldersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing writable folders. No parameters required.\");\nconst NethuntCrmListWritableFolders_FolderSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the folder\"),\n name: z.string().describe(\"Display name of the folder\"),\n}).describe(\"Represents a single folder in NetHunt CRM.\");\nexport const NethuntCrmListWritableFoldersOutput: z.ZodTypeAny = z.object({\n folders: z.array(NethuntCrmListWritableFolders_FolderSchema).describe(\"Array of folders the user has write access to\"),\n}).describe(\"Response model for listing writable folders.\");\n\nexport const nethuntCrmListWritableFolders = action(\"NETHUNT_CRM_LIST_WRITABLE_FOLDERS\", {\n slug: \"nethunt_crm-list-writable-folders\",\n name: \"List Writable Folders\",\n description: \"Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.\",\n input: NethuntCrmListWritableFoldersInput,\n output: NethuntCrmListWritableFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAC3J,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+CAA+C,EACvH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-writable-folders.cjs","names":["z","action"],"sources":["../../src/actions/list-writable-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmListWritableFoldersInput = z.object({}).describe(\"Request model for listing writable folders. No parameters required.\");\nconst NethuntCrmListWritableFolders_FolderSchema = z.object({\n id: z.string().describe(\"Unique identifier of the folder\").nullable(),\n name: z.string().describe(\"Display name of the folder\").nullable(),\n}).describe(\"Represents a single folder in NetHunt CRM.\");\nexport const NethuntCrmListWritableFoldersOutput = z.object({\n folders: z.array(NethuntCrmListWritableFolders_FolderSchema).describe(\"Array of folders the user has write access to\"),\n}).describe(\"Response model for listing writable folders.\");\n\nexport const nethuntCrmListWritableFolders = action(\"NETHUNT_CRM_LIST_WRITABLE_FOLDERS\", {\n slug: \"nethunt_crm-list-writable-folders\",\n name: \"List Writable Folders\",\n description: \"Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.\",\n input: NethuntCrmListWritableFoldersInput,\n output: NethuntCrmListWritableFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAC7I,MAAM,6CAA6CA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,SAAS,4CAA4C;AACxD,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,SAASA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+CAA+C,EACvH,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,14 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-writable-folders.d.ts
4
- declare const NethuntCrmListWritableFoldersInput: z.ZodTypeAny;
5
- declare const NethuntCrmListWritableFoldersOutput: z.ZodTypeAny;
6
- declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const NethuntCrmListWritableFoldersInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const NethuntCrmListWritableFoldersOutput: z.ZodObject<{
6
+ folders: z.ZodArray<z.ZodObject<{
7
+ id: z.ZodNullable<z.ZodString>;
8
+ name: z.ZodNullable<z.ZodString>;
9
+ }, z.core.$strip>>;
10
+ }, z.core.$strip>;
11
+ declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
12
  //#endregion
8
13
  export { nethuntCrmListWritableFolders };
9
14
  //# sourceMappingURL=list-writable-folders.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-writable-folders.d.cts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAyG;AAAA,cAK/I,mCAAA,EAAqC,CAAA,CAAE,UAEO;AAAA,cAE9C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-writable-folders.d.cts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,14 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-writable-folders.d.ts
4
- declare const NethuntCrmListWritableFoldersInput: z.ZodTypeAny;
5
- declare const NethuntCrmListWritableFoldersOutput: z.ZodTypeAny;
6
- declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const NethuntCrmListWritableFoldersInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const NethuntCrmListWritableFoldersOutput: z.ZodObject<{
6
+ folders: z.ZodArray<z.ZodObject<{
7
+ id: z.ZodNullable<z.ZodString>;
8
+ name: z.ZodNullable<z.ZodString>;
9
+ }, z.core.$strip>>;
10
+ }, z.core.$strip>;
11
+ declare const nethuntCrmListWritableFolders: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
12
  //#endregion
8
13
  export { nethuntCrmListWritableFolders };
9
14
  //# sourceMappingURL=list-writable-folders.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-writable-folders.d.mts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAAyG;AAAA,cAK/I,mCAAA,EAAqC,CAAA,CAAE,UAEO;AAAA,cAE9C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-writable-folders.d.mts","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/list-writable-folders.ts
4
4
  const NethuntCrmListWritableFoldersInput = z.object({}).describe("Request model for listing writable folders. No parameters required.");
5
5
  const NethuntCrmListWritableFolders_FolderSchema = z.object({
6
- id: z.string().describe("Unique identifier of the folder"),
7
- name: z.string().describe("Display name of the folder")
6
+ id: z.string().describe("Unique identifier of the folder").nullable(),
7
+ name: z.string().describe("Display name of the folder").nullable()
8
8
  }).describe("Represents a single folder in NetHunt CRM.");
9
9
  const nethuntCrmListWritableFolders = action("NETHUNT_CRM_LIST_WRITABLE_FOLDERS", {
10
10
  slug: "nethunt_crm-list-writable-folders",
@@ -1 +1 @@
1
- {"version":3,"file":"list-writable-folders.mjs","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmListWritableFoldersInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing writable folders. No parameters required.\");\nconst NethuntCrmListWritableFolders_FolderSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the folder\"),\n name: z.string().describe(\"Display name of the folder\"),\n}).describe(\"Represents a single folder in NetHunt CRM.\");\nexport const NethuntCrmListWritableFoldersOutput: z.ZodTypeAny = z.object({\n folders: z.array(NethuntCrmListWritableFolders_FolderSchema).describe(\"Array of folders the user has write access to\"),\n}).describe(\"Response model for listing writable folders.\");\n\nexport const nethuntCrmListWritableFolders = action(\"NETHUNT_CRM_LIST_WRITABLE_FOLDERS\", {\n slug: \"nethunt_crm-list-writable-folders\",\n name: \"List Writable Folders\",\n description: \"Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.\",\n input: NethuntCrmListWritableFoldersInput,\n output: NethuntCrmListWritableFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAC3J,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;AACxD,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAKxD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,SAAS,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+CAA+C,EACvH,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-writable-folders.mjs","names":[],"sources":["../../src/actions/list-writable-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmListWritableFoldersInput = z.object({}).describe(\"Request model for listing writable folders. No parameters required.\");\nconst NethuntCrmListWritableFolders_FolderSchema = z.object({\n id: z.string().describe(\"Unique identifier of the folder\").nullable(),\n name: z.string().describe(\"Display name of the folder\").nullable(),\n}).describe(\"Represents a single folder in NetHunt CRM.\");\nexport const NethuntCrmListWritableFoldersOutput = z.object({\n folders: z.array(NethuntCrmListWritableFolders_FolderSchema).describe(\"Array of folders the user has write access to\"),\n}).describe(\"Response model for listing writable folders.\");\n\nexport const nethuntCrmListWritableFolders = action(\"NETHUNT_CRM_LIST_WRITABLE_FOLDERS\", {\n slug: \"nethunt_crm-list-writable-folders\",\n name: \"List Writable Folders\",\n description: \"Tool to list folders the user can create records in. Returns folders the user has write access to. Use when you need to retrieve writable folders for creating new records.\",\n input: NethuntCrmListWritableFoldersInput,\n output: NethuntCrmListWritableFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AAC7I,MAAM,6CAA6C,EAAE,OAAO;CAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AACnE,CAAC,CAAC,CAAC,SAAS,4CAA4C;AAKxD,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,SAAS,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+CAA+C,EACvH,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -3,8 +3,8 @@ let zod = require("zod");
3
3
  //#region src/actions/test-auth.ts
4
4
  const NethuntCrmTestAuthInput = zod.z.object({}).describe("No parameters required for authentication testing.");
5
5
  const NethuntCrmTestAuth_UserInfoSchema = zod.z.object({
6
- emailAddress: zod.z.string().describe("Email address of the authenticated user"),
7
- personalName: zod.z.string().describe("Name of the authenticated user")
6
+ emailAddress: zod.z.string().describe("Email address of the authenticated user").nullable(),
7
+ personalName: zod.z.string().describe("Name of the authenticated user").nullable()
8
8
  });
9
9
  const NethuntCrmTestAuthOutput = zod.z.object({ user: NethuntCrmTestAuth_UserInfoSchema.nullable() });
10
10
  const nethuntCrmTestAuth = require_action.action("NETHUNT_CRM_TEST_AUTH", {
@@ -1 +1 @@
1
- {"version":3,"file":"test-auth.cjs","names":["z","action"],"sources":["../../src/actions/test-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmTestAuthInput: z.ZodTypeAny = z.object({}).describe(\"No parameters required for authentication testing.\");\nconst NethuntCrmTestAuth_UserInfoSchema: z.ZodTypeAny = z.object({\n emailAddress: z.string().describe(\"Email address of the authenticated user\"),\n personalName: z.string().describe(\"Name of the authenticated user\"),\n});\nexport const NethuntCrmTestAuthOutput: z.ZodTypeAny = z.object({\n user: NethuntCrmTestAuth_UserInfoSchema.nullable(),\n});\n\nexport const nethuntCrmTestAuth = action(\"NETHUNT_CRM_TEST_AUTH\", {\n slug: \"nethunt_crm-test-auth\",\n name: \"Test NetHunt CRM Authentication\",\n description: \"Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.\",\n input: NethuntCrmTestAuthInput,\n output: NethuntCrmTestAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC/H,MAAM,oCAAkDA,IAAAA,EAAE,OAAO;CAC/D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC3E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACpE,CAAC;AACD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,MAAM,kCAAkC,SAAS,EACnD,CAAC;AAED,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"test-auth.cjs","names":["z","action"],"sources":["../../src/actions/test-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmTestAuthInput = z.object({}).describe(\"No parameters required for authentication testing.\");\nconst NethuntCrmTestAuth_UserInfoSchema = z.object({\n emailAddress: z.string().describe(\"Email address of the authenticated user\").nullable(),\n personalName: z.string().describe(\"Name of the authenticated user\").nullable(),\n});\nexport const NethuntCrmTestAuthOutput = z.object({\n user: NethuntCrmTestAuth_UserInfoSchema.nullable(),\n});\n\nexport const nethuntCrmTestAuth = action(\"NETHUNT_CRM_TEST_AUTH\", {\n slug: \"nethunt_crm-test-auth\",\n name: \"Test NetHunt CRM Authentication\",\n description: \"Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.\",\n input: NethuntCrmTestAuthInput,\n output: NethuntCrmTestAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AACjH,MAAM,oCAAoCA,IAAAA,EAAE,OAAO;CACjD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACtF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;AAC/E,CAAC;AACD,MAAa,2BAA2BA,IAAAA,EAAE,OAAO,EAC/C,MAAM,kCAAkC,SAAS,EACnD,CAAC;AAED,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,14 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/test-auth.d.ts
4
- declare const NethuntCrmTestAuthInput: z.ZodTypeAny;
5
- declare const NethuntCrmTestAuthOutput: z.ZodTypeAny;
6
- declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const NethuntCrmTestAuthInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const NethuntCrmTestAuthOutput: z.ZodObject<{
6
+ user: z.ZodNullable<z.ZodObject<{
7
+ emailAddress: z.ZodNullable<z.ZodString>;
8
+ personalName: z.ZodNullable<z.ZodString>;
9
+ }, z.core.$strip>>;
10
+ }, z.core.$strip>;
11
+ declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
12
  //#endregion
8
13
  export { nethuntCrmTestAuth };
9
14
  //# sourceMappingURL=test-auth.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"test-auth.d.cts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAAwF;AAAA,cAKnH,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"test-auth.d.cts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,14 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/test-auth.d.ts
4
- declare const NethuntCrmTestAuthInput: z.ZodTypeAny;
5
- declare const NethuntCrmTestAuthOutput: z.ZodTypeAny;
6
- declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const NethuntCrmTestAuthInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const NethuntCrmTestAuthOutput: z.ZodObject<{
6
+ user: z.ZodNullable<z.ZodObject<{
7
+ emailAddress: z.ZodNullable<z.ZodString>;
8
+ personalName: z.ZodNullable<z.ZodString>;
9
+ }, z.core.$strip>>;
10
+ }, z.core.$strip>;
11
+ declare const nethuntCrmTestAuth: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
12
  //#endregion
8
13
  export { nethuntCrmTestAuth };
9
14
  //# sourceMappingURL=test-auth.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"test-auth.d.mts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAAwF;AAAA,cAKnH,wBAAA,EAA0B,CAAA,CAAE,UAEvC;AAAA,cAEW,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"test-auth.d.mts","names":[],"sources":["../../src/actions/test-auth.ts"],"mappings":";;;cAIa,uBAAA,EAAuB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKvB,wBAAA,EAAwB,CAAA,CAAA,SAAA;;;;;;cAIxB,kBAAA,gCAAkB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/test-auth.ts
4
4
  const NethuntCrmTestAuthInput = z.object({}).describe("No parameters required for authentication testing.");
5
5
  const NethuntCrmTestAuth_UserInfoSchema = z.object({
6
- emailAddress: z.string().describe("Email address of the authenticated user"),
7
- personalName: z.string().describe("Name of the authenticated user")
6
+ emailAddress: z.string().describe("Email address of the authenticated user").nullable(),
7
+ personalName: z.string().describe("Name of the authenticated user").nullable()
8
8
  });
9
9
  const nethuntCrmTestAuth = action("NETHUNT_CRM_TEST_AUTH", {
10
10
  slug: "nethunt_crm-test-auth",
@@ -1 +1 @@
1
- {"version":3,"file":"test-auth.mjs","names":[],"sources":["../../src/actions/test-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmTestAuthInput: z.ZodTypeAny = z.object({}).describe(\"No parameters required for authentication testing.\");\nconst NethuntCrmTestAuth_UserInfoSchema: z.ZodTypeAny = z.object({\n emailAddress: z.string().describe(\"Email address of the authenticated user\"),\n personalName: z.string().describe(\"Name of the authenticated user\"),\n});\nexport const NethuntCrmTestAuthOutput: z.ZodTypeAny = z.object({\n user: NethuntCrmTestAuth_UserInfoSchema.nullable(),\n});\n\nexport const nethuntCrmTestAuth = action(\"NETHUNT_CRM_TEST_AUTH\", {\n slug: \"nethunt_crm-test-auth\",\n name: \"Test NetHunt CRM Authentication\",\n description: \"Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.\",\n input: NethuntCrmTestAuthInput,\n output: NethuntCrmTestAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAC/H,MAAM,oCAAkD,EAAE,OAAO;CAC/D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC3E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACpE,CAAC;AAKD,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAToD,EAAE,OAAO,EAC7D,MAAM,kCAAkC,SAAS,EACnD,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"test-auth.mjs","names":[],"sources":["../../src/actions/test-auth.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const NethuntCrmTestAuthInput = z.object({}).describe(\"No parameters required for authentication testing.\");\nconst NethuntCrmTestAuth_UserInfoSchema = z.object({\n emailAddress: z.string().describe(\"Email address of the authenticated user\").nullable(),\n personalName: z.string().describe(\"Name of the authenticated user\").nullable(),\n});\nexport const NethuntCrmTestAuthOutput = z.object({\n user: NethuntCrmTestAuth_UserInfoSchema.nullable(),\n});\n\nexport const nethuntCrmTestAuth = action(\"NETHUNT_CRM_TEST_AUTH\", {\n slug: \"nethunt_crm-test-auth\",\n name: \"Test NetHunt CRM Authentication\",\n description: \"Tool to verify request credentials and test authentication. Returns information about the authenticated user including name and email. Use this action to confirm API credentials are valid before making other requests.\",\n input: NethuntCrmTestAuthInput,\n output: NethuntCrmTestAuthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAA0B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD;AACjH,MAAM,oCAAoC,EAAE,OAAO;CACjD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACtF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;AAC/E,CAAC;AAKD,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATsC,EAAE,OAAO,EAC/C,MAAM,kCAAkC,SAAS,EACnD,CAOU;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -7,7 +7,19 @@ const nethuntCrmCatalog = {
7
7
  "category": "CRM",
8
8
  "logo": "https://logos.composio.dev/api/nethunt_crm",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": {
12
+ "username": {
13
+ "label": "Email Address",
14
+ "description": "Your Gmail email address with NetHunt enabled"
15
+ },
16
+ "password": {
17
+ "label": "API Key",
18
+ "secret": true,
19
+ "description": "Your NetHunt API key. To obtain it, log into NetHunt with your Gmail account and find the API key under the NetHunt CRM tab in Settings (click on \"Generate\" if necessary)."
20
+ }
21
+ },
22
+ "credentialScheme": "BASIC"
11
23
  };
12
24
  //#endregion
13
25
  exports.nethuntCrmCatalog = nethuntCrmCatalog;
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const nethuntCrmCatalog = {\n \"slug\": \"nethunt_crm\",\n \"name\": \"NetHunt CRM\",\n \"description\": \"NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/nethunt_crm\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const nethuntCrmCatalog = {\n \"slug\": \"nethunt_crm\",\n \"name\": \"NetHunt CRM\",\n \"description\": \"NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/nethunt_crm\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Email Address\",\n \"description\": \"Your Gmail email address with NetHunt enabled\"\n },\n \"password\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your NetHunt API key. To obtain it, log into NetHunt with your Gmail account and find the API key under the NetHunt CRM tab in Settings (click on \\\"Generate\\\" if necessary).\"\n }\n },\n \"credentialScheme\": \"BASIC\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -8,6 +8,18 @@ declare const nethuntCrmCatalog: {
8
8
  readonly logo: "https://logos.composio.dev/api/nethunt_crm";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly username: {
13
+ readonly label: "Email Address";
14
+ readonly description: "Your Gmail email address with NetHunt enabled";
15
+ };
16
+ readonly password: {
17
+ readonly label: "API Key";
18
+ readonly secret: true;
19
+ readonly description: "Your NetHunt API key. To obtain it, log into NetHunt with your Gmail account and find the API key under the NetHunt CRM tab in Settings (click on \"Generate\" if necessary).";
20
+ };
21
+ };
22
+ readonly credentialScheme: "BASIC";
11
23
  };
12
24
  //#endregion
13
25
  export { nethuntCrmCatalog };
@@ -8,6 +8,18 @@ declare const nethuntCrmCatalog: {
8
8
  readonly logo: "https://logos.composio.dev/api/nethunt_crm";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly username: {
13
+ readonly label: "Email Address";
14
+ readonly description: "Your Gmail email address with NetHunt enabled";
15
+ };
16
+ readonly password: {
17
+ readonly label: "API Key";
18
+ readonly secret: true;
19
+ readonly description: "Your NetHunt API key. To obtain it, log into NetHunt with your Gmail account and find the API key under the NetHunt CRM tab in Settings (click on \"Generate\" if necessary).";
20
+ };
21
+ };
22
+ readonly credentialScheme: "BASIC";
11
23
  };
12
24
  //#endregion
13
25
  export { nethuntCrmCatalog };
package/dist/catalog.mjs CHANGED
@@ -7,7 +7,19 @@ const nethuntCrmCatalog = {
7
7
  "category": "CRM",
8
8
  "logo": "https://logos.composio.dev/api/nethunt_crm",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": {
12
+ "username": {
13
+ "label": "Email Address",
14
+ "description": "Your Gmail email address with NetHunt enabled"
15
+ },
16
+ "password": {
17
+ "label": "API Key",
18
+ "secret": true,
19
+ "description": "Your NetHunt API key. To obtain it, log into NetHunt with your Gmail account and find the API key under the NetHunt CRM tab in Settings (click on \"Generate\" if necessary)."
20
+ }
21
+ },
22
+ "credentialScheme": "BASIC"
11
23
  };
12
24
  //#endregion
13
25
  export { nethuntCrmCatalog };
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const nethuntCrmCatalog = {\n \"slug\": \"nethunt_crm\",\n \"name\": \"NetHunt CRM\",\n \"description\": \"NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/nethunt_crm\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const nethuntCrmCatalog = {\n \"slug\": \"nethunt_crm\",\n \"name\": \"NetHunt CRM\",\n \"description\": \"NetHunt is a Gmail CRM that brings sales automation and drip campaigns straight to your inbox\",\n \"category\": \"CRM\",\n \"logo\": \"https://logos.composio.dev/api/nethunt_crm\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"username\": {\n \"label\": \"Email Address\",\n \"description\": \"Your Gmail email address with NetHunt enabled\"\n },\n \"password\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your NetHunt API key. To obtain it, log into NetHunt with your Gmail account and find the API key under the NetHunt CRM tab in Settings (click on \\\"Generate\\\" if necessary).\"\n }\n },\n \"credentialScheme\": \"BASIC\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,YAAY;GACV,SAAS;GACT,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,UAAU;GACV,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/nethunt_crm",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "peerDependencies": {
34
- "@keystrokehq/keystroke": "^0.1.4",
34
+ "@keystrokehq/keystroke": ">=0.1.4",
35
35
  "zod": "^4.4.3"
36
36
  },
37
37
  "devDependencies": {