@keystrokehq/signaturely 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/create-folder.cjs +22 -0
  7. package/dist/actions/create-folder.cjs.map +1 -0
  8. package/dist/actions/create-folder.d.cts +9 -0
  9. package/dist/actions/create-folder.d.cts.map +1 -0
  10. package/dist/actions/create-folder.d.mts +9 -0
  11. package/dist/actions/create-folder.d.mts.map +1 -0
  12. package/dist/actions/create-folder.mjs +19 -0
  13. package/dist/actions/create-folder.mjs.map +1 -0
  14. package/dist/actions/get-current-user.cjs +31 -0
  15. package/dist/actions/get-current-user.cjs.map +1 -0
  16. package/dist/actions/get-current-user.d.cts +9 -0
  17. package/dist/actions/get-current-user.d.cts.map +1 -0
  18. package/dist/actions/get-current-user.d.mts +9 -0
  19. package/dist/actions/get-current-user.d.mts.map +1 -0
  20. package/dist/actions/get-current-user.mjs +30 -0
  21. package/dist/actions/get-current-user.mjs.map +1 -0
  22. package/dist/actions/get-folder.cjs +22 -0
  23. package/dist/actions/get-folder.cjs.map +1 -0
  24. package/dist/actions/get-folder.d.cts +9 -0
  25. package/dist/actions/get-folder.d.cts.map +1 -0
  26. package/dist/actions/get-folder.d.mts +9 -0
  27. package/dist/actions/get-folder.d.mts.map +1 -0
  28. package/dist/actions/get-folder.mjs +19 -0
  29. package/dist/actions/get-folder.mjs.map +1 -0
  30. package/dist/actions/get-recent-document.cjs +22 -0
  31. package/dist/actions/get-recent-document.cjs.map +1 -0
  32. package/dist/actions/get-recent-document.d.cts +9 -0
  33. package/dist/actions/get-recent-document.d.cts.map +1 -0
  34. package/dist/actions/get-recent-document.d.mts +9 -0
  35. package/dist/actions/get-recent-document.d.mts.map +1 -0
  36. package/dist/actions/get-recent-document.mjs +19 -0
  37. package/dist/actions/get-recent-document.mjs.map +1 -0
  38. package/dist/actions/index.cjs +19 -0
  39. package/dist/actions/index.d.cts +10 -0
  40. package/dist/actions/index.d.mts +10 -0
  41. package/dist/actions/index.mjs +10 -0
  42. package/dist/actions/list-documents.cjs +44 -0
  43. package/dist/actions/list-documents.cjs.map +1 -0
  44. package/dist/actions/list-documents.d.cts +9 -0
  45. package/dist/actions/list-documents.d.cts.map +1 -0
  46. package/dist/actions/list-documents.d.mts +9 -0
  47. package/dist/actions/list-documents.d.mts.map +1 -0
  48. package/dist/actions/list-documents.mjs +43 -0
  49. package/dist/actions/list-documents.mjs.map +1 -0
  50. package/dist/actions/list-folders.cjs +34 -0
  51. package/dist/actions/list-folders.cjs.map +1 -0
  52. package/dist/actions/list-folders.d.cts +9 -0
  53. package/dist/actions/list-folders.d.cts.map +1 -0
  54. package/dist/actions/list-folders.d.mts +9 -0
  55. package/dist/actions/list-folders.d.mts.map +1 -0
  56. package/dist/actions/list-folders.mjs +33 -0
  57. package/dist/actions/list-folders.mjs.map +1 -0
  58. package/dist/actions/list-team-members.cjs +24 -0
  59. package/dist/actions/list-team-members.cjs.map +1 -0
  60. package/dist/actions/list-team-members.d.cts +9 -0
  61. package/dist/actions/list-team-members.d.cts.map +1 -0
  62. package/dist/actions/list-team-members.d.mts +9 -0
  63. package/dist/actions/list-team-members.d.mts.map +1 -0
  64. package/dist/actions/list-team-members.mjs +23 -0
  65. package/dist/actions/list-team-members.mjs.map +1 -0
  66. package/dist/actions/rename-folder.cjs +25 -0
  67. package/dist/actions/rename-folder.cjs.map +1 -0
  68. package/dist/actions/rename-folder.d.cts +9 -0
  69. package/dist/actions/rename-folder.d.cts.map +1 -0
  70. package/dist/actions/rename-folder.d.mts +9 -0
  71. package/dist/actions/rename-folder.d.mts.map +1 -0
  72. package/dist/actions/rename-folder.mjs +22 -0
  73. package/dist/actions/rename-folder.mjs.map +1 -0
  74. package/dist/actions/search-templates-documents.cjs +35 -0
  75. package/dist/actions/search-templates-documents.cjs.map +1 -0
  76. package/dist/actions/search-templates-documents.d.cts +9 -0
  77. package/dist/actions/search-templates-documents.d.cts.map +1 -0
  78. package/dist/actions/search-templates-documents.d.mts +9 -0
  79. package/dist/actions/search-templates-documents.d.mts.map +1 -0
  80. package/dist/actions/search-templates-documents.mjs +34 -0
  81. package/dist/actions/search-templates-documents.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
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/signaturely
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `signaturely`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 9
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { signaturelyCreateFolder } from "@keystrokehq/signaturely/actions";
12
+
13
+ export default defineAgent({
14
+ key: "signaturely-agent",
15
+ tools: [signaturelyCreateFolder],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.signaturely.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executeSignaturelyTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["signaturely","executeSignaturelyTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { signaturely } from \"./app\";\nimport { executeSignaturelyTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return signaturely.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSignaturelyTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,YAAY,OAAO;EACxB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,uBAAuB,MAAM,KAAgC,CAAC;EAC9F;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { signaturely } from "./app.mjs";
2
+ import { executeSignaturelyTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return signaturely.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executeSignaturelyTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { signaturely } from \"./app\";\nimport { executeSignaturelyTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return signaturely.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executeSignaturelyTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,YAAY,OAAO;EACxB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,uBAAuB,MAAM,KAAgC,CAAC;EAC9F;CACF,CAAC;AACH"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-folder.ts
4
+ const SignaturelyCreateFolderInput = zod.z.object({ title: zod.z.string().describe("The title/name of the folder to create") }).describe("Request parameters for creating a folder.");
5
+ const SignaturelyCreateFolderOutput = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier for the folder (UUID format)"),
7
+ title: zod.z.string().describe("The title of the created folder"),
8
+ parentId: zod.z.string().describe("ID of the parent folder, null for root level").nullable().optional(),
9
+ foldersCount: zod.z.string().describe("Number of subfolders in this folder (returns as string)"),
10
+ documentsCount: zod.z.string().describe("Number of documents in this folder (returns as string)")
11
+ }).describe("Response model for creating a folder.");
12
+ const signaturelyCreateFolder = require_action.action("SIGNATURELY_CREATE_FOLDER", {
13
+ slug: "signaturely-create-folder",
14
+ name: "Create Folder",
15
+ description: "Tool to create a new folder for organizing documents. Use when you need to create a folder structure for document management.",
16
+ input: SignaturelyCreateFolderInput,
17
+ output: SignaturelyCreateFolderOutput
18
+ });
19
+ //#endregion
20
+ exports.signaturelyCreateFolder = signaturelyCreateFolder;
21
+
22
+ //# sourceMappingURL=create-folder.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-folder.cjs","names":["z","action"],"sources":["../../src/actions/create-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyCreateFolderInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"The title/name of the folder to create\"),\n}).describe(\"Request parameters for creating a folder.\");\nexport const SignaturelyCreateFolderOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID format)\"),\n title: z.string().describe(\"The title of the created folder\"),\n parentId: z.string().describe(\"ID of the parent folder, null for root level\").nullable().optional(),\n foldersCount: z.string().describe(\"Number of subfolders in this folder (returns as string)\"),\n documentsCount: z.string().describe(\"Number of documents in this folder (returns as string)\"),\n}).describe(\"Response model for creating a folder.\");\n\nexport const signaturelyCreateFolder = action(\"SIGNATURELY_CREATE_FOLDER\", {\n slug: \"signaturely-create-folder\",\n name: \"Create Folder\",\n description: \"Tool to create a new folder for organizing documents. Use when you need to create a folder structure for document management.\",\n input: SignaturelyCreateFolderInput,\n output: SignaturelyCreateFolderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACrE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CAC3F,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;AAC9F,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,0BAA0BC,eAAAA,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-folder.d.ts
4
+ declare const SignaturelyCreateFolderInput: z.ZodTypeAny;
5
+ declare const SignaturelyCreateFolderOutput: z.ZodTypeAny;
6
+ declare const signaturelyCreateFolder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyCreateFolder };
9
+ //# sourceMappingURL=create-folder.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-folder.d.cts","names":[],"sources":["../../src/actions/create-folder.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEW;AAAA,cAC3C,6BAAA,EAA+B,CAAA,CAAE,UAMM;AAAA,cAEvC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-folder.d.ts
4
+ declare const SignaturelyCreateFolderInput: z.ZodTypeAny;
5
+ declare const SignaturelyCreateFolderOutput: z.ZodTypeAny;
6
+ declare const signaturelyCreateFolder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyCreateFolder };
9
+ //# sourceMappingURL=create-folder.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-folder.d.mts","names":[],"sources":["../../src/actions/create-folder.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAEW;AAAA,cAC3C,6BAAA,EAA+B,CAAA,CAAE,UAMM;AAAA,cAEvC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const signaturelyCreateFolder = action("SIGNATURELY_CREATE_FOLDER", {
4
+ slug: "signaturely-create-folder",
5
+ name: "Create Folder",
6
+ description: "Tool to create a new folder for organizing documents. Use when you need to create a folder structure for document management.",
7
+ input: z.object({ title: z.string().describe("The title/name of the folder to create") }).describe("Request parameters for creating a folder."),
8
+ output: z.object({
9
+ id: z.string().describe("Unique identifier for the folder (UUID format)"),
10
+ title: z.string().describe("The title of the created folder"),
11
+ parentId: z.string().describe("ID of the parent folder, null for root level").nullable().optional(),
12
+ foldersCount: z.string().describe("Number of subfolders in this folder (returns as string)"),
13
+ documentsCount: z.string().describe("Number of documents in this folder (returns as string)")
14
+ }).describe("Response model for creating a folder.")
15
+ });
16
+ //#endregion
17
+ export { signaturelyCreateFolder };
18
+
19
+ //# sourceMappingURL=create-folder.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-folder.mjs","names":[],"sources":["../../src/actions/create-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyCreateFolderInput: z.ZodTypeAny = z.object({\n title: z.string().describe(\"The title/name of the folder to create\"),\n}).describe(\"Request parameters for creating a folder.\");\nexport const SignaturelyCreateFolderOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID format)\"),\n title: z.string().describe(\"The title of the created folder\"),\n parentId: z.string().describe(\"ID of the parent folder, null for root level\").nullable().optional(),\n foldersCount: z.string().describe(\"Number of subfolders in this folder (returns as string)\"),\n documentsCount: z.string().describe(\"Number of documents in this folder (returns as string)\"),\n}).describe(\"Response model for creating a folder.\");\n\nexport const signaturelyCreateFolder = action(\"SIGNATURELY_CREATE_FOLDER\", {\n slug: \"signaturely-create-folder\",\n name: \"Create Folder\",\n description: \"Tool to create a new folder for organizing documents. Use when you need to create a folder structure for document management.\",\n input: SignaturelyCreateFolderInput,\n output: SignaturelyCreateFolderOutput,\n});\n"],"mappings":";;AAeA,MAAa,0BAA0B,OAAO,6BAA6B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfwD,EAAE,OAAO,EACjE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACrE,CAAC,CAAC,CAAC,SAAS,2CAaH;CACP,QAbyD,EAAE,OAAO;EAClE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC5D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;EAC3F,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD;CAC9F,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,31 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-current-user.ts
4
+ const SignaturelyGetCurrentUserInput = zod.z.object({}).describe("Request parameters for getting current user information.\nThis endpoint does not require any parameters.");
5
+ const SignaturelyGetCurrentUser_UserRoleSchema = zod.z.enum([
6
+ "owner",
7
+ "admin",
8
+ "user"
9
+ ]).describe("User role in the account.");
10
+ const SignaturelyGetCurrentUser_UserStatusSchema = zod.z.enum(["active", "freeze"]).describe("User account status.");
11
+ const SignaturelyGetCurrentUser_AppSumoStatusSchema = zod.z.enum(["standard", "full"]).describe("AppSumo status for the user account.");
12
+ const SignaturelyGetCurrentUserOutput = zod.z.object({
13
+ id: zod.z.string().describe("User's unique identifier (UUID format)"),
14
+ name: zod.z.string().describe("User's display name"),
15
+ role: SignaturelyGetCurrentUser_UserRoleSchema.nullable(),
16
+ email: zod.z.string().describe("User's email address"),
17
+ status: SignaturelyGetCurrentUser_UserStatusSchema.nullable(),
18
+ avatarUrl: zod.z.string().describe("URL to the user's avatar image (null if not set)").nullable().optional(),
19
+ appSumoStatus: SignaturelyGetCurrentUser_AppSumoStatusSchema.nullable().optional()
20
+ }).describe("Response schema for getting current user information.\nContains authenticated user's account details.");
21
+ const signaturelyGetCurrentUser = require_action.action("SIGNATURELY_GET_CURRENT_USER", {
22
+ slug: "signaturely-get-current-user",
23
+ name: "Get Current User",
24
+ description: "Tool to get the current authenticated user information. Use this to retrieve account details including email, name, role, status, and avatar URL.",
25
+ input: SignaturelyGetCurrentUserInput,
26
+ output: SignaturelyGetCurrentUserOutput
27
+ });
28
+ //#endregion
29
+ exports.signaturelyGetCurrentUser = signaturelyGetCurrentUser;
30
+
31
+ //# sourceMappingURL=get-current-user.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-user.cjs","names":["z","action"],"sources":["../../src/actions/get-current-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyGetCurrentUserInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for getting current user information.\\nThis endpoint does not require any parameters.\");\nconst SignaturelyGetCurrentUser_UserRoleSchema: z.ZodTypeAny = z.enum([\"owner\", \"admin\", \"user\"]).describe(\"User role in the account.\");\nconst SignaturelyGetCurrentUser_UserStatusSchema: z.ZodTypeAny = z.enum([\"active\", \"freeze\"]).describe(\"User account status.\");\nconst SignaturelyGetCurrentUser_AppSumoStatusSchema: z.ZodTypeAny = z.enum([\"standard\", \"full\"]).describe(\"AppSumo status for the user account.\");\nexport const SignaturelyGetCurrentUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User's unique identifier (UUID format)\"),\n name: z.string().describe(\"User's display name\"),\n role: SignaturelyGetCurrentUser_UserRoleSchema.nullable(),\n email: z.string().describe(\"User's email address\"),\n status: SignaturelyGetCurrentUser_UserStatusSchema.nullable(),\n avatarUrl: z.string().describe(\"URL to the user's avatar image (null if not set)\").nullable().optional(),\n appSumoStatus: SignaturelyGetCurrentUser_AppSumoStatusSchema.nullable().optional(),\n}).describe(\"Response schema for getting current user information.\\nContains authenticated user's account details.\");\n\nexport const signaturelyGetCurrentUser = action(\"SIGNATURELY_GET_CURRENT_USER\", {\n slug: \"signaturely-get-current-user\",\n name: \"Get Current User\",\n description: \"Tool to get the current authenticated user information. Use this to retrieve account details including email, name, role, status, and avatar URL.\",\n input: SignaturelyGetCurrentUserInput,\n output: SignaturelyGetCurrentUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0GAA0G;AAC5L,MAAM,2CAAyDA,IAAAA,EAAE,KAAK;CAAC;CAAS;CAAS;AAAM,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACtI,MAAM,6CAA2DA,IAAAA,EAAE,KAAK,CAAC,UAAU,QAAQ,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAC7H,MAAM,gDAA8DA,IAAAA,EAAE,KAAK,CAAC,YAAY,MAAM,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAChJ,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,MAAM,yCAAyC,SAAS;CACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACjD,QAAQ,2CAA2C,SAAS;CAC5D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,eAAe,8CAA8C,SAAS,CAAC,CAAC,SAAS;AACnF,CAAC,CAAC,CAAC,SAAS,uGAAuG;AAEnH,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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/get-current-user.d.ts
4
+ declare const SignaturelyGetCurrentUserInput: z.ZodTypeAny;
5
+ declare const SignaturelyGetCurrentUserOutput: z.ZodTypeAny;
6
+ declare const signaturelyGetCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyGetCurrentUser };
9
+ //# sourceMappingURL=get-current-user.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-user.d.cts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAA8I;AAAA,cAIhL,+BAAA,EAAiC,CAAA,CAAE,UAQoE;AAAA,cAEvG,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-current-user.d.ts
4
+ declare const SignaturelyGetCurrentUserInput: z.ZodTypeAny;
5
+ declare const SignaturelyGetCurrentUserOutput: z.ZodTypeAny;
6
+ declare const signaturelyGetCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyGetCurrentUser };
9
+ //# sourceMappingURL=get-current-user.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-user.d.mts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAA8I;AAAA,cAIhL,+BAAA,EAAiC,CAAA,CAAE,UAQoE;AAAA,cAEvG,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,30 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-current-user.ts
4
+ const SignaturelyGetCurrentUserInput = z.object({}).describe("Request parameters for getting current user information.\nThis endpoint does not require any parameters.");
5
+ const SignaturelyGetCurrentUser_UserRoleSchema = z.enum([
6
+ "owner",
7
+ "admin",
8
+ "user"
9
+ ]).describe("User role in the account.");
10
+ const SignaturelyGetCurrentUser_UserStatusSchema = z.enum(["active", "freeze"]).describe("User account status.");
11
+ const SignaturelyGetCurrentUser_AppSumoStatusSchema = z.enum(["standard", "full"]).describe("AppSumo status for the user account.");
12
+ const signaturelyGetCurrentUser = action("SIGNATURELY_GET_CURRENT_USER", {
13
+ slug: "signaturely-get-current-user",
14
+ name: "Get Current User",
15
+ description: "Tool to get the current authenticated user information. Use this to retrieve account details including email, name, role, status, and avatar URL.",
16
+ input: SignaturelyGetCurrentUserInput,
17
+ output: z.object({
18
+ id: z.string().describe("User's unique identifier (UUID format)"),
19
+ name: z.string().describe("User's display name"),
20
+ role: SignaturelyGetCurrentUser_UserRoleSchema.nullable(),
21
+ email: z.string().describe("User's email address"),
22
+ status: SignaturelyGetCurrentUser_UserStatusSchema.nullable(),
23
+ avatarUrl: z.string().describe("URL to the user's avatar image (null if not set)").nullable().optional(),
24
+ appSumoStatus: SignaturelyGetCurrentUser_AppSumoStatusSchema.nullable().optional()
25
+ }).describe("Response schema for getting current user information.\nContains authenticated user's account details.")
26
+ });
27
+ //#endregion
28
+ export { signaturelyGetCurrentUser };
29
+
30
+ //# sourceMappingURL=get-current-user.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-current-user.mjs","names":[],"sources":["../../src/actions/get-current-user.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyGetCurrentUserInput: z.ZodTypeAny = z.object({}).describe(\"Request parameters for getting current user information.\\nThis endpoint does not require any parameters.\");\nconst SignaturelyGetCurrentUser_UserRoleSchema: z.ZodTypeAny = z.enum([\"owner\", \"admin\", \"user\"]).describe(\"User role in the account.\");\nconst SignaturelyGetCurrentUser_UserStatusSchema: z.ZodTypeAny = z.enum([\"active\", \"freeze\"]).describe(\"User account status.\");\nconst SignaturelyGetCurrentUser_AppSumoStatusSchema: z.ZodTypeAny = z.enum([\"standard\", \"full\"]).describe(\"AppSumo status for the user account.\");\nexport const SignaturelyGetCurrentUserOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User's unique identifier (UUID format)\"),\n name: z.string().describe(\"User's display name\"),\n role: SignaturelyGetCurrentUser_UserRoleSchema.nullable(),\n email: z.string().describe(\"User's email address\"),\n status: SignaturelyGetCurrentUser_UserStatusSchema.nullable(),\n avatarUrl: z.string().describe(\"URL to the user's avatar image (null if not set)\").nullable().optional(),\n appSumoStatus: SignaturelyGetCurrentUser_AppSumoStatusSchema.nullable().optional(),\n}).describe(\"Response schema for getting current user information.\\nContains authenticated user's account details.\");\n\nexport const signaturelyGetCurrentUser = action(\"SIGNATURELY_GET_CURRENT_USER\", {\n slug: \"signaturely-get-current-user\",\n name: \"Get Current User\",\n description: \"Tool to get the current authenticated user information. Use this to retrieve account details including email, name, role, status, and avatar URL.\",\n input: SignaturelyGetCurrentUserInput,\n output: SignaturelyGetCurrentUserOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0GAA0G;AAC5L,MAAM,2CAAyD,EAAE,KAAK;CAAC;CAAS;CAAS;AAAM,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACtI,MAAM,6CAA2D,EAAE,KAAK,CAAC,UAAU,QAAQ,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAC7H,MAAM,gDAA8D,EAAE,KAAK,CAAC,YAAY,MAAM,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAWhJ,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAf2D,EAAE,OAAO;EACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;EAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EAC/C,MAAM,yCAAyC,SAAS;EACxD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EACjD,QAAQ,2CAA2C,SAAS;EAC5D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,eAAe,8CAA8C,SAAS,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,uGAOF;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-folder.ts
4
+ const SignaturelyGetFolderInput = zod.z.object({ id: zod.z.string().describe("The unique identifier (UUID) of the folder to retrieve") }).describe("Request parameters for getting a folder.");
5
+ const SignaturelyGetFolderOutput = zod.z.object({
6
+ id: zod.z.string().describe("Unique folder identifier (UUID)"),
7
+ title: zod.z.string().describe("Name of the folder"),
8
+ parentId: zod.z.string().describe("ID of parent folder if nested, null for root folders").nullable().optional(),
9
+ foldersCount: zod.z.string().describe("Number of subfolders"),
10
+ documentsCount: zod.z.string().describe("Number of documents in folder")
11
+ }).passthrough().describe("Response schema for getting a folder.\nContains folder information including subfolders and documents count.");
12
+ const signaturelyGetFolder = require_action.action("SIGNATURELY_GET_FOLDER", {
13
+ slug: "signaturely-get-folder",
14
+ name: "Get Folder",
15
+ description: "Tool to get folder information by ID. Use when you need to retrieve details about a specific folder including its subfolders and documents count.",
16
+ input: SignaturelyGetFolderInput,
17
+ output: SignaturelyGetFolderOutput
18
+ });
19
+ //#endregion
20
+ exports.signaturelyGetFolder = signaturelyGetFolder;
21
+
22
+ //# sourceMappingURL=get-folder.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-folder.cjs","names":["z","action"],"sources":["../../src/actions/get-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyGetFolderInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the folder to retrieve\"),\n}).describe(\"Request parameters for getting a folder.\");\nexport const SignaturelyGetFolderOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique folder identifier (UUID)\"),\n title: z.string().describe(\"Name of the folder\"),\n parentId: z.string().describe(\"ID of parent folder if nested, null for root folders\").nullable().optional(),\n foldersCount: z.string().describe(\"Number of subfolders\"),\n documentsCount: z.string().describe(\"Number of documents in folder\"),\n}).passthrough().describe(\"Response schema for getting a folder.\\nContains folder information including subfolders and documents count.\");\n\nexport const signaturelyGetFolder = action(\"SIGNATURELY_GET_FOLDER\", {\n slug: \"signaturely-get-folder\",\n name: \"Get Folder\",\n description: \"Tool to get folder information by ID. Use when you need to retrieve details about a specific folder including its subfolders and documents count.\",\n input: SignaturelyGetFolderInput,\n output: SignaturelyGetFolderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAClF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;CAC/C,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CACxD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8GAA8G;AAExI,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;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/get-folder.d.ts
4
+ declare const SignaturelyGetFolderInput: z.ZodTypeAny;
5
+ declare const SignaturelyGetFolderOutput: z.ZodTypeAny;
6
+ declare const signaturelyGetFolder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyGetFolder };
9
+ //# sourceMappingURL=get-folder.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-folder.d.cts","names":[],"sources":["../../src/actions/get-folder.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEa;AAAA,cAC1C,0BAAA,EAA4B,CAAA,CAAE,UAM8F;AAAA,cAE5H,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-folder.d.ts
4
+ declare const SignaturelyGetFolderInput: z.ZodTypeAny;
5
+ declare const SignaturelyGetFolderOutput: z.ZodTypeAny;
6
+ declare const signaturelyGetFolder: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyGetFolder };
9
+ //# sourceMappingURL=get-folder.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-folder.d.mts","names":[],"sources":["../../src/actions/get-folder.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAEa;AAAA,cAC1C,0BAAA,EAA4B,CAAA,CAAE,UAM8F;AAAA,cAE5H,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const signaturelyGetFolder = action("SIGNATURELY_GET_FOLDER", {
4
+ slug: "signaturely-get-folder",
5
+ name: "Get Folder",
6
+ description: "Tool to get folder information by ID. Use when you need to retrieve details about a specific folder including its subfolders and documents count.",
7
+ input: z.object({ id: z.string().describe("The unique identifier (UUID) of the folder to retrieve") }).describe("Request parameters for getting a folder."),
8
+ output: z.object({
9
+ id: z.string().describe("Unique folder identifier (UUID)"),
10
+ title: z.string().describe("Name of the folder"),
11
+ parentId: z.string().describe("ID of parent folder if nested, null for root folders").nullable().optional(),
12
+ foldersCount: z.string().describe("Number of subfolders"),
13
+ documentsCount: z.string().describe("Number of documents in folder")
14
+ }).passthrough().describe("Response schema for getting a folder.\nContains folder information including subfolders and documents count.")
15
+ });
16
+ //#endregion
17
+ export { signaturelyGetFolder };
18
+
19
+ //# sourceMappingURL=get-folder.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-folder.mjs","names":[],"sources":["../../src/actions/get-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyGetFolderInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the folder to retrieve\"),\n}).describe(\"Request parameters for getting a folder.\");\nexport const SignaturelyGetFolderOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique folder identifier (UUID)\"),\n title: z.string().describe(\"Name of the folder\"),\n parentId: z.string().describe(\"ID of parent folder if nested, null for root folders\").nullable().optional(),\n foldersCount: z.string().describe(\"Number of subfolders\"),\n documentsCount: z.string().describe(\"Number of documents in folder\"),\n}).passthrough().describe(\"Response schema for getting a folder.\\nContains folder information including subfolders and documents count.\");\n\nexport const signaturelyGetFolder = action(\"SIGNATURELY_GET_FOLDER\", {\n slug: \"signaturely-get-folder\",\n name: \"Get Folder\",\n description: \"Tool to get folder information by ID. Use when you need to retrieve details about a specific folder including its subfolders and documents count.\",\n input: SignaturelyGetFolderInput,\n output: SignaturelyGetFolderOutput,\n});\n"],"mappings":";;AAeA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfqD,EAAE,OAAO,EAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAClF,CAAC,CAAC,CAAC,SAAS,0CAaH;CACP,QAbsD,EAAE,OAAO;EAC/D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EACzD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB;EAC/C,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EACxD,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8GAOhB;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-recent-document.ts
4
+ const SignaturelyGetRecentDocumentInput = zod.z.object({ recentDocumentType: zod.z.enum(["sent", "completed"]).describe("Type of recent document to retrieve. Use 'sent' for recently sent documents or 'completed' for recently completed documents.") }).describe("Request parameters for getting the most recent document.");
5
+ const SignaturelyGetRecentDocumentOutput = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique identifier for the document").nullable().optional(),
7
+ title: zod.z.string().describe("Title of the document").nullable().optional(),
8
+ status: zod.z.string().describe("Current status of the document").nullable().optional(),
9
+ createdAt: zod.z.string().describe("Timestamp when the document was created").nullable().optional(),
10
+ updatedAt: zod.z.string().describe("Timestamp when the document was last updated").nullable().optional()
11
+ }).passthrough().describe("Response schema for getting a recent document.\nMay return an empty response if no documents are found.");
12
+ const signaturelyGetRecentDocument = require_action.action("SIGNATURELY_GET_RECENT_DOCUMENT", {
13
+ slug: "signaturely-get-recent-document",
14
+ name: "Get Recent Document",
15
+ description: "Tool to retrieve the most recent sent or completed document. Use when you need to fetch the latest document of a specific type (sent or completed).",
16
+ input: SignaturelyGetRecentDocumentInput,
17
+ output: SignaturelyGetRecentDocumentOutput
18
+ });
19
+ //#endregion
20
+ exports.signaturelyGetRecentDocument = signaturelyGetRecentDocument;
21
+
22
+ //# sourceMappingURL=get-recent-document.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-recent-document.cjs","names":["z","action"],"sources":["../../src/actions/get-recent-document.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyGetRecentDocumentInput: z.ZodTypeAny = z.object({\n recentDocumentType: z.enum([\"sent\", \"completed\"]).describe(\"Type of recent document to retrieve. Use 'sent' for recently sent documents or 'completed' for recently completed documents.\"),\n}).describe(\"Request parameters for getting the most recent document.\");\nexport const SignaturelyGetRecentDocumentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the document\").nullable().optional(),\n title: z.string().describe(\"Title of the document\").nullable().optional(),\n status: z.string().describe(\"Current status of the document\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the document was created\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the document was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response schema for getting a recent document.\\nMay return an empty response if no documents are found.\");\n\nexport const signaturelyGetRecentDocument = action(\"SIGNATURELY_GET_RECENT_DOCUMENT\", {\n slug: \"signaturely-get-recent-document\",\n name: \"Get Recent Document\",\n description: \"Tool to retrieve the most recent sent or completed document. Use when you need to fetch the latest document of a specific type (sent or completed).\",\n input: SignaturelyGetRecentDocumentInput,\n output: SignaturelyGetRecentDocumentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,oBAAoBA,IAAAA,EAAE,KAAK,CAAC,QAAQ,WAAW,CAAC,CAAC,CAAC,SAAS,8HAA8H,EAC3L,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yGAAyG;AAEnI,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/get-recent-document.d.ts
4
+ declare const SignaturelyGetRecentDocumentInput: z.ZodTypeAny;
5
+ declare const SignaturelyGetRecentDocumentOutput: z.ZodTypeAny;
6
+ declare const signaturelyGetRecentDocument: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyGetRecentDocument };
9
+ //# sourceMappingURL=get-recent-document.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-recent-document.d.cts","names":[],"sources":["../../src/actions/get-recent-document.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEqB;AAAA,cAC1D,kCAAA,EAAoC,CAAA,CAAE,UAMiF;AAAA,cAEvH,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-recent-document.d.ts
4
+ declare const SignaturelyGetRecentDocumentInput: z.ZodTypeAny;
5
+ declare const SignaturelyGetRecentDocumentOutput: z.ZodTypeAny;
6
+ declare const signaturelyGetRecentDocument: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyGetRecentDocument };
9
+ //# sourceMappingURL=get-recent-document.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-recent-document.d.mts","names":[],"sources":["../../src/actions/get-recent-document.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEqB;AAAA,cAC1D,kCAAA,EAAoC,CAAA,CAAE,UAMiF;AAAA,cAEvH,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const signaturelyGetRecentDocument = action("SIGNATURELY_GET_RECENT_DOCUMENT", {
4
+ slug: "signaturely-get-recent-document",
5
+ name: "Get Recent Document",
6
+ description: "Tool to retrieve the most recent sent or completed document. Use when you need to fetch the latest document of a specific type (sent or completed).",
7
+ input: z.object({ recentDocumentType: z.enum(["sent", "completed"]).describe("Type of recent document to retrieve. Use 'sent' for recently sent documents or 'completed' for recently completed documents.") }).describe("Request parameters for getting the most recent document."),
8
+ output: z.object({
9
+ id: z.number().int().describe("Unique identifier for the document").nullable().optional(),
10
+ title: z.string().describe("Title of the document").nullable().optional(),
11
+ status: z.string().describe("Current status of the document").nullable().optional(),
12
+ createdAt: z.string().describe("Timestamp when the document was created").nullable().optional(),
13
+ updatedAt: z.string().describe("Timestamp when the document was last updated").nullable().optional()
14
+ }).passthrough().describe("Response schema for getting a recent document.\nMay return an empty response if no documents are found.")
15
+ });
16
+ //#endregion
17
+ export { signaturelyGetRecentDocument };
18
+
19
+ //# sourceMappingURL=get-recent-document.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-recent-document.mjs","names":[],"sources":["../../src/actions/get-recent-document.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyGetRecentDocumentInput: z.ZodTypeAny = z.object({\n recentDocumentType: z.enum([\"sent\", \"completed\"]).describe(\"Type of recent document to retrieve. Use 'sent' for recently sent documents or 'completed' for recently completed documents.\"),\n}).describe(\"Request parameters for getting the most recent document.\");\nexport const SignaturelyGetRecentDocumentOutput: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the document\").nullable().optional(),\n title: z.string().describe(\"Title of the document\").nullable().optional(),\n status: z.string().describe(\"Current status of the document\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the document was created\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the document was last updated\").nullable().optional(),\n}).passthrough().describe(\"Response schema for getting a recent document.\\nMay return an empty response if no documents are found.\");\n\nexport const signaturelyGetRecentDocument = action(\"SIGNATURELY_GET_RECENT_DOCUMENT\", {\n slug: \"signaturely-get-recent-document\",\n name: \"Get Recent Document\",\n description: \"Tool to retrieve the most recent sent or completed document. Use when you need to fetch the latest document of a specific type (sent or completed).\",\n input: SignaturelyGetRecentDocumentInput,\n output: SignaturelyGetRecentDocumentOutput,\n});\n"],"mappings":";;AAeA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAf6D,EAAE,OAAO,EACtE,oBAAoB,EAAE,KAAK,CAAC,QAAQ,WAAW,CAAC,CAAC,CAAC,SAAS,8HAA8H,EAC3L,CAAC,CAAC,CAAC,SAAS,0DAaH;CACP,QAb8D,EAAE,OAAO;EACvE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yGAOhB;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_folder = require("./create-folder.cjs");
3
+ const require_get_current_user = require("./get-current-user.cjs");
4
+ const require_get_folder = require("./get-folder.cjs");
5
+ const require_get_recent_document = require("./get-recent-document.cjs");
6
+ const require_list_documents = require("./list-documents.cjs");
7
+ const require_list_folders = require("./list-folders.cjs");
8
+ const require_list_team_members = require("./list-team-members.cjs");
9
+ const require_rename_folder = require("./rename-folder.cjs");
10
+ const require_search_templates_documents = require("./search-templates-documents.cjs");
11
+ exports.signaturelyCreateFolder = require_create_folder.signaturelyCreateFolder;
12
+ exports.signaturelyGetCurrentUser = require_get_current_user.signaturelyGetCurrentUser;
13
+ exports.signaturelyGetFolder = require_get_folder.signaturelyGetFolder;
14
+ exports.signaturelyGetRecentDocument = require_get_recent_document.signaturelyGetRecentDocument;
15
+ exports.signaturelyListDocuments = require_list_documents.signaturelyListDocuments;
16
+ exports.signaturelyListFolders = require_list_folders.signaturelyListFolders;
17
+ exports.signaturelyListTeamMembers = require_list_team_members.signaturelyListTeamMembers;
18
+ exports.signaturelyRenameFolder = require_rename_folder.signaturelyRenameFolder;
19
+ exports.signaturelySearchTemplatesDocuments = require_search_templates_documents.signaturelySearchTemplatesDocuments;
@@ -0,0 +1,10 @@
1
+ import { signaturelyCreateFolder } from "./create-folder.cjs";
2
+ import { signaturelyGetCurrentUser } from "./get-current-user.cjs";
3
+ import { signaturelyGetFolder } from "./get-folder.cjs";
4
+ import { signaturelyGetRecentDocument } from "./get-recent-document.cjs";
5
+ import { signaturelyListDocuments } from "./list-documents.cjs";
6
+ import { signaturelyListFolders } from "./list-folders.cjs";
7
+ import { signaturelyListTeamMembers } from "./list-team-members.cjs";
8
+ import { signaturelyRenameFolder } from "./rename-folder.cjs";
9
+ import { signaturelySearchTemplatesDocuments } from "./search-templates-documents.cjs";
10
+ export { signaturelyCreateFolder, signaturelyGetCurrentUser, signaturelyGetFolder, signaturelyGetRecentDocument, signaturelyListDocuments, signaturelyListFolders, signaturelyListTeamMembers, signaturelyRenameFolder, signaturelySearchTemplatesDocuments };
@@ -0,0 +1,10 @@
1
+ import { signaturelyCreateFolder } from "./create-folder.mjs";
2
+ import { signaturelyGetCurrentUser } from "./get-current-user.mjs";
3
+ import { signaturelyGetFolder } from "./get-folder.mjs";
4
+ import { signaturelyGetRecentDocument } from "./get-recent-document.mjs";
5
+ import { signaturelyListDocuments } from "./list-documents.mjs";
6
+ import { signaturelyListFolders } from "./list-folders.mjs";
7
+ import { signaturelyListTeamMembers } from "./list-team-members.mjs";
8
+ import { signaturelyRenameFolder } from "./rename-folder.mjs";
9
+ import { signaturelySearchTemplatesDocuments } from "./search-templates-documents.mjs";
10
+ export { signaturelyCreateFolder, signaturelyGetCurrentUser, signaturelyGetFolder, signaturelyGetRecentDocument, signaturelyListDocuments, signaturelyListFolders, signaturelyListTeamMembers, signaturelyRenameFolder, signaturelySearchTemplatesDocuments };
@@ -0,0 +1,10 @@
1
+ import { signaturelyCreateFolder } from "./create-folder.mjs";
2
+ import { signaturelyGetCurrentUser } from "./get-current-user.mjs";
3
+ import { signaturelyGetFolder } from "./get-folder.mjs";
4
+ import { signaturelyGetRecentDocument } from "./get-recent-document.mjs";
5
+ import { signaturelyListDocuments } from "./list-documents.mjs";
6
+ import { signaturelyListFolders } from "./list-folders.mjs";
7
+ import { signaturelyListTeamMembers } from "./list-team-members.mjs";
8
+ import { signaturelyRenameFolder } from "./rename-folder.mjs";
9
+ import { signaturelySearchTemplatesDocuments } from "./search-templates-documents.mjs";
10
+ export { signaturelyCreateFolder, signaturelyGetCurrentUser, signaturelyGetFolder, signaturelyGetRecentDocument, signaturelyListDocuments, signaturelyListFolders, signaturelyListTeamMembers, signaturelyRenameFolder, signaturelySearchTemplatesDocuments };
@@ -0,0 +1,44 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-documents.ts
4
+ const SignaturelyListDocumentsInput = zod.z.object({
5
+ page: zod.z.number().int().default(1).describe("Page number for pagination (minimum 1)").optional(),
6
+ limit: zod.z.number().int().default(10).describe("Number of results per page (1–100)").optional(),
7
+ user_id: zod.z.number().int().describe("Filter documents by user ID").optional(),
8
+ statuses: zod.z.array(zod.z.enum([
9
+ "draft",
10
+ "sent",
11
+ "signed",
12
+ "declined",
13
+ "canceled"
14
+ ])).describe("Filter by document statuses. Provide a list of statuses to filter by (e.g., ['draft', 'sent']). Valid values: draft, sent, signed, declined, canceled").optional(),
15
+ template: zod.z.boolean().describe("Filter by template flag (true for templates, false for documents)").optional(),
16
+ created_at_to: zod.z.string().describe("Return documents created before this date (ISO 8601)").optional(),
17
+ created_at_from: zod.z.string().describe("Return documents created after this date (ISO 8601)").optional()
18
+ }).describe("Query parameters for listing documents.");
19
+ const SignaturelyListDocuments_DocumentSchema = zod.z.object({
20
+ id: zod.z.number().int().describe("Unique identifier for the document"),
21
+ title: zod.z.string().describe("Title of the document").nullable().optional(),
22
+ status: zod.z.string().describe("Current status of the document").nullable().optional(),
23
+ createdAt: zod.z.string().describe("Timestamp when the document was created").nullable().optional(),
24
+ updatedAt: zod.z.string().describe("Timestamp when the document was last updated").nullable().optional()
25
+ }).passthrough().describe("A document object.");
26
+ const SignaturelyListDocumentsOutput = zod.z.object({
27
+ items: zod.z.array(SignaturelyListDocuments_DocumentSchema).describe("List of document objects").nullable().optional(),
28
+ itemCount: zod.z.number().int().default(0).describe("Number of items in current page").nullable().optional(),
29
+ totalItems: zod.z.number().int().default(0).describe("Total number of documents").nullable().optional(),
30
+ totalPages: zod.z.number().int().default(0).describe("Total number of pages available").nullable().optional(),
31
+ currentPage: zod.z.number().int().default(1).describe("Current page number").nullable().optional(),
32
+ itemsPerPage: zod.z.number().int().default(10).describe("Number of documents per page").nullable().optional()
33
+ }).passthrough().describe("Response schema for listing documents.\nContains the documents list with pagination info.");
34
+ const signaturelyListDocuments = require_action.action("SIGNATURELY_LIST_DOCUMENTS", {
35
+ slug: "signaturely-list-documents",
36
+ name: "List Documents",
37
+ description: "Tool to list all documents. Use after authenticating to retrieve documents with optional filters and pagination.",
38
+ input: SignaturelyListDocumentsInput,
39
+ output: SignaturelyListDocumentsOutput
40
+ });
41
+ //#endregion
42
+ exports.signaturelyListDocuments = signaturelyListDocuments;
43
+
44
+ //# sourceMappingURL=list-documents.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-documents.cjs","names":["z","action"],"sources":["../../src/actions/list-documents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyListDocumentsInput: z.ZodTypeAny = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination (minimum 1)\").optional(),\n limit: z.number().int().default(10).describe(\"Number of results per page (1–100)\").optional(),\n user_id: z.number().int().describe(\"Filter documents by user ID\").optional(),\n statuses: z.array(z.enum([\"draft\", \"sent\", \"signed\", \"declined\", \"canceled\"])).describe(\"Filter by document statuses. Provide a list of statuses to filter by (e.g., ['draft', 'sent']). Valid values: draft, sent, signed, declined, canceled\").optional(),\n template: z.boolean().describe(\"Filter by template flag (true for templates, false for documents)\").optional(),\n created_at_to: z.string().describe(\"Return documents created before this date (ISO 8601)\").optional(),\n created_at_from: z.string().describe(\"Return documents created after this date (ISO 8601)\").optional(),\n}).describe(\"Query parameters for listing documents.\");\nconst SignaturelyListDocuments_DocumentSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier for the document\"),\n title: z.string().describe(\"Title of the document\").nullable().optional(),\n status: z.string().describe(\"Current status of the document\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the document was created\").nullable().optional(),\n updatedAt: z.string().describe(\"Timestamp when the document was last updated\").nullable().optional(),\n}).passthrough().describe(\"A document object.\");\nexport const SignaturelyListDocumentsOutput: z.ZodTypeAny = z.object({\n items: z.array(SignaturelyListDocuments_DocumentSchema).describe(\"List of document objects\").nullable().optional(),\n itemCount: z.number().int().default(0).describe(\"Number of items in current page\").nullable().optional(),\n totalItems: z.number().int().default(0).describe(\"Total number of documents\").nullable().optional(),\n totalPages: z.number().int().default(0).describe(\"Total number of pages available\").nullable().optional(),\n currentPage: z.number().int().default(1).describe(\"Current page number\").nullable().optional(),\n itemsPerPage: z.number().int().default(10).describe(\"Number of documents per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing documents.\\nContains the documents list with pagination info.\");\n\nexport const signaturelyListDocuments = action(\"SIGNATURELY_LIST_DOCUMENTS\", {\n slug: \"signaturely-list-documents\",\n name: \"List Documents\",\n description: \"Tool to list all documents. Use after authenticating to retrieve documents with optional filters and pagination.\",\n input: SignaturelyListDocumentsInput,\n output: SignaturelyListDocumentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC9F,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC3E,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAS;EAAQ;EAAU;EAAY;CAAU,CAAC,CAAC,CAAC,CAAC,SAAS,uJAAuJ,CAAC,CAAC,SAAS;CAC1P,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC7G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACpG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oBAAoB;AAC9C,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2FAA2F;AAErH,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;CAC3E,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-documents.d.ts
4
+ declare const SignaturelyListDocumentsInput: z.ZodTypeAny;
5
+ declare const SignaturelyListDocumentsOutput: z.ZodTypeAny;
6
+ declare const signaturelyListDocuments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyListDocuments };
9
+ //# sourceMappingURL=list-documents.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-documents.d.cts","names":[],"sources":["../../src/actions/list-documents.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAQQ;AAAA,cAQzC,8BAAA,EAAgC,CAAA,CAAE,UAOuE;AAAA,cAEzG,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-documents.d.ts
4
+ declare const SignaturelyListDocumentsInput: z.ZodTypeAny;
5
+ declare const SignaturelyListDocumentsOutput: z.ZodTypeAny;
6
+ declare const signaturelyListDocuments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { signaturelyListDocuments };
9
+ //# sourceMappingURL=list-documents.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-documents.d.mts","names":[],"sources":["../../src/actions/list-documents.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAQQ;AAAA,cAQzC,8BAAA,EAAgC,CAAA,CAAE,UAOuE;AAAA,cAEzG,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}