@keystrokehq/signaturely 0.1.4 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/create-folder.cjs +1 -0
- package/dist/actions/create-folder.cjs.map +1 -1
- package/dist/actions/create-folder.d.cts +3 -3
- package/dist/actions/create-folder.d.cts.map +1 -1
- package/dist/actions/create-folder.d.mts +3 -3
- package/dist/actions/create-folder.d.mts.map +1 -1
- package/dist/actions/create-folder.mjs +1 -0
- package/dist/actions/create-folder.mjs.map +1 -1
- package/dist/actions/get-current-user.cjs +1 -0
- package/dist/actions/get-current-user.cjs.map +1 -1
- package/dist/actions/get-current-user.d.cts +3 -1
- package/dist/actions/get-current-user.d.cts.map +1 -1
- package/dist/actions/get-current-user.d.mts +3 -1
- package/dist/actions/get-current-user.d.mts.map +1 -1
- package/dist/actions/get-current-user.mjs +1 -0
- package/dist/actions/get-current-user.mjs.map +1 -1
- package/dist/actions/get-folder.cjs +1 -0
- package/dist/actions/get-folder.cjs.map +1 -1
- package/dist/actions/get-folder.d.cts +3 -3
- package/dist/actions/get-folder.d.cts.map +1 -1
- package/dist/actions/get-folder.d.mts +3 -3
- package/dist/actions/get-folder.d.mts.map +1 -1
- package/dist/actions/get-folder.mjs +1 -0
- package/dist/actions/get-folder.mjs.map +1 -1
- package/dist/actions/get-recent-document.cjs +1 -0
- package/dist/actions/get-recent-document.cjs.map +1 -1
- package/dist/actions/get-recent-document.d.cts +3 -3
- package/dist/actions/get-recent-document.d.cts.map +1 -1
- package/dist/actions/get-recent-document.d.mts +3 -3
- package/dist/actions/get-recent-document.d.mts.map +1 -1
- package/dist/actions/get-recent-document.mjs +1 -0
- package/dist/actions/get-recent-document.mjs.map +1 -1
- package/dist/actions/list-documents.cjs +1 -0
- package/dist/actions/list-documents.cjs.map +1 -1
- package/dist/actions/list-documents.d.cts +3 -9
- package/dist/actions/list-documents.d.cts.map +1 -1
- package/dist/actions/list-documents.d.mts +3 -9
- package/dist/actions/list-documents.d.mts.map +1 -1
- package/dist/actions/list-documents.mjs +1 -0
- package/dist/actions/list-documents.mjs.map +1 -1
- package/dist/actions/list-folders.cjs +1 -0
- package/dist/actions/list-folders.cjs.map +1 -1
- package/dist/actions/list-folders.d.cts +3 -4
- package/dist/actions/list-folders.d.cts.map +1 -1
- package/dist/actions/list-folders.d.mts +3 -4
- package/dist/actions/list-folders.d.mts.map +1 -1
- package/dist/actions/list-folders.mjs +1 -0
- package/dist/actions/list-folders.mjs.map +1 -1
- package/dist/actions/list-team-members.cjs +1 -0
- package/dist/actions/list-team-members.cjs.map +1 -1
- package/dist/actions/list-team-members.d.cts +3 -1
- package/dist/actions/list-team-members.d.cts.map +1 -1
- package/dist/actions/list-team-members.d.mts +3 -1
- package/dist/actions/list-team-members.d.mts.map +1 -1
- package/dist/actions/list-team-members.mjs +1 -0
- package/dist/actions/list-team-members.mjs.map +1 -1
- package/dist/actions/rename-folder.cjs +1 -0
- package/dist/actions/rename-folder.cjs.map +1 -1
- package/dist/actions/rename-folder.d.cts +3 -4
- package/dist/actions/rename-folder.d.cts.map +1 -1
- package/dist/actions/rename-folder.d.mts +3 -4
- package/dist/actions/rename-folder.d.mts.map +1 -1
- package/dist/actions/rename-folder.mjs +1 -0
- package/dist/actions/rename-folder.mjs.map +1 -1
- package/dist/actions/search-templates-documents.cjs +1 -0
- package/dist/actions/search-templates-documents.cjs.map +1 -1
- package/dist/actions/search-templates-documents.d.cts +3 -6
- package/dist/actions/search-templates-documents.d.cts.map +1 -1
- package/dist/actions/search-templates-documents.d.mts +3 -6
- package/dist/actions/search-templates-documents.d.mts.map +1 -1
- package/dist/actions/search-templates-documents.mjs +1 -0
- package/dist/actions/search-templates-documents.mjs.map +1 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +7 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +7 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -2
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
package/dist/action.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.cjs","names":["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<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output:
|
|
1
|
+
{"version":3,"file":"action.cjs","names":["signaturely","executeSignaturelyTool"],"sources":["../src/action.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { 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<TInput extends z.ZodType, TOutput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: TOutput;\n },\n): AppAction<TInput, TOutput, typeof signaturely.credential> {\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":";;;;;AAOA,SAAgB,OACd,MACA,KAO2D;CAC3D,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"}
|
package/dist/action.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { 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<TInput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output:
|
|
1
|
+
{"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { 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<TInput extends z.ZodType, TOutput extends z.ZodType>(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: TInput;\n output: TOutput;\n },\n): AppAction<TInput, TOutput, typeof signaturely.credential> {\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":";;;;;AAOA,SAAgB,OACd,MACA,KAO2D;CAC3D,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"}
|
|
@@ -1 +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.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.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID format)\").nullable(),\n title: z.string().describe(\"The title of the created folder\").nullable(),\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)\").nullable(),\n documentsCount: z.string().describe(\"Number of documents in this folder (returns as string)\").nullable(),\n}).passthrough().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":"
|
|
1
|
+
{"version":3,"file":"create-folder.cjs","names":["z","action"],"sources":["../../src/actions/create-folder.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyCreateFolderInput = 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.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID format)\").nullable(),\n title: z.string().describe(\"The title of the created folder\").nullable(),\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)\").nullable(),\n documentsCount: z.string().describe(\"Number of documents in this folder (returns as string)\").nullable(),\n}).passthrough().describe(\"Response model for creating a folder.\");\n\nexport const signaturelyCreateFolder: AppAction<\n typeof SignaturelyCreateFolderInput,\n typeof SignaturelyCreateFolderOutput,\n typeof signaturely.credential\n> = 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":";;;;AAMA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,EACnD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACrE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;CACnF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACtG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;AACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAEjE,MAAa,0BAITC,eAAAA,OAAO,6BAA6B;CACtC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/create-folder.d.ts
|
|
@@ -11,9 +13,7 @@ declare const SignaturelyCreateFolderOutput: z.ZodObject<{
|
|
|
11
13
|
foldersCount: z.ZodNullable<z.ZodString>;
|
|
12
14
|
documentsCount: z.ZodNullable<z.ZodString>;
|
|
13
15
|
}, z.core.$loose>;
|
|
14
|
-
declare const signaturelyCreateFolder:
|
|
15
|
-
title: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
16
|
+
declare const signaturelyCreateFolder: AppAction<typeof SignaturelyCreateFolderInput, typeof SignaturelyCreateFolderOutput, typeof signaturely.credential>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { signaturelyCreateFolder };
|
|
19
19
|
//# sourceMappingURL=create-folder.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-folder.d.cts","names":[],"sources":["../../src/actions/create-folder.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-folder.d.cts","names":[],"sources":["../../src/actions/create-folder.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAQ7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/create-folder.d.ts
|
|
@@ -11,9 +13,7 @@ declare const SignaturelyCreateFolderOutput: z.ZodObject<{
|
|
|
11
13
|
foldersCount: z.ZodNullable<z.ZodString>;
|
|
12
14
|
documentsCount: z.ZodNullable<z.ZodString>;
|
|
13
15
|
}, z.core.$loose>;
|
|
14
|
-
declare const signaturelyCreateFolder:
|
|
15
|
-
title: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
16
|
+
declare const signaturelyCreateFolder: AppAction<typeof SignaturelyCreateFolderInput, typeof SignaturelyCreateFolderOutput, typeof signaturely.credential>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { signaturelyCreateFolder };
|
|
19
19
|
//# sourceMappingURL=create-folder.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-folder.d.mts","names":[],"sources":["../../src/actions/create-folder.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"create-folder.d.mts","names":[],"sources":["../../src/actions/create-folder.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;cAG5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAQ7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +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.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.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID format)\").nullable(),\n title: z.string().describe(\"The title of the created folder\").nullable(),\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)\").nullable(),\n documentsCount: z.string().describe(\"Number of documents in this folder (returns as string)\").nullable(),\n}).passthrough().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":"
|
|
1
|
+
{"version":3,"file":"create-folder.mjs","names":[],"sources":["../../src/actions/create-folder.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyCreateFolderInput = 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.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID format)\").nullable(),\n title: z.string().describe(\"The title of the created folder\").nullable(),\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)\").nullable(),\n documentsCount: z.string().describe(\"Number of documents in this folder (returns as string)\").nullable(),\n}).passthrough().describe(\"Response model for creating a folder.\");\n\nexport const signaturelyCreateFolder: AppAction<\n typeof SignaturelyCreateFolderInput,\n typeof SignaturelyCreateFolderOutput,\n typeof signaturely.credential\n> = 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":";;;AAiBA,MAAa,0BAIT,OAAO,6BAA6B;CACtC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB0C,EAAE,OAAO,EACnD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,EACrE,CAAC,CAAC,CAAC,SAAS,2CAiBH;CACP,QAjB2C,EAAE,OAAO;EACpD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS;EACnF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;EACtG,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACzG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAWhB;AACV,CAAC"}
|
|
@@ -1 +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.object({}).describe(\"Request parameters for getting current user information.\\nThis endpoint does not require any parameters.\");\nconst SignaturelyGetCurrentUser_UserRoleSchema = z.enum([\"owner\", \"admin\", \"user\"]).describe(\"User role in the account.\");\nconst SignaturelyGetCurrentUser_UserStatusSchema = z.enum([\"active\", \"freeze\"]).describe(\"User account status.\");\nconst SignaturelyGetCurrentUser_AppSumoStatusSchema = z.enum([\"standard\", \"full\"]).describe(\"AppSumo status for the user account.\");\nexport const SignaturelyGetCurrentUserOutput = z.object({\n id: z.string().describe(\"User's unique identifier (UUID format)\").nullable(),\n name: z.string().describe(\"User's display name\").nullable(),\n role: SignaturelyGetCurrentUser_UserRoleSchema.nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\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}).passthrough().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":"
|
|
1
|
+
{"version":3,"file":"get-current-user.cjs","names":["z","action"],"sources":["../../src/actions/get-current-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyGetCurrentUserInput = z.object({}).describe(\"Request parameters for getting current user information.\\nThis endpoint does not require any parameters.\");\nconst SignaturelyGetCurrentUser_UserRoleSchema = z.enum([\"owner\", \"admin\", \"user\"]).describe(\"User role in the account.\");\nconst SignaturelyGetCurrentUser_UserStatusSchema = z.enum([\"active\", \"freeze\"]).describe(\"User account status.\");\nconst SignaturelyGetCurrentUser_AppSumoStatusSchema = z.enum([\"standard\", \"full\"]).describe(\"AppSumo status for the user account.\");\nexport const SignaturelyGetCurrentUserOutput = z.object({\n id: z.string().describe(\"User's unique identifier (UUID format)\").nullable(),\n name: z.string().describe(\"User's display name\").nullable(),\n role: SignaturelyGetCurrentUser_UserRoleSchema.nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\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}).passthrough().describe(\"Response schema for getting current user information.\\nContains authenticated user's account details.\");\n\nexport const signaturelyGetCurrentUser: AppAction<\n typeof SignaturelyGetCurrentUserInput,\n typeof SignaturelyGetCurrentUserOutput,\n typeof signaturely.credential\n> = 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":";;;;AAMA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0GAA0G;AAC9K,MAAM,2CAA2CA,IAAAA,EAAE,KAAK;CAAC;CAAS;CAAS;AAAM,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACxH,MAAM,6CAA6CA,IAAAA,EAAE,KAAK,CAAC,UAAU,QAAQ,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAC/G,MAAM,gDAAgDA,IAAAA,EAAE,KAAK,CAAC,YAAY,MAAM,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClI,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC3E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,MAAM,yCAAyC,SAAS;CACxD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,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,YAAY,CAAC,CAAC,SAAS,uGAAuG;AAEjI,MAAa,4BAITC,eAAAA,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-current-user.d.ts
|
|
@@ -21,7 +23,7 @@ declare const SignaturelyGetCurrentUserOutput: z.ZodObject<{
|
|
|
21
23
|
full: "full";
|
|
22
24
|
}>>>;
|
|
23
25
|
}, z.core.$loose>;
|
|
24
|
-
declare const signaturelyGetCurrentUser:
|
|
26
|
+
declare const signaturelyGetCurrentUser: AppAction<typeof SignaturelyGetCurrentUserInput, typeof SignaturelyGetCurrentUserOutput, typeof signaturely.credential>;
|
|
25
27
|
//#endregion
|
|
26
28
|
export { signaturelyGetCurrentUser };
|
|
27
29
|
//# sourceMappingURL=get-current-user.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-current-user.d.cts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-current-user.d.cts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAU/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-current-user.d.ts
|
|
@@ -21,7 +23,7 @@ declare const SignaturelyGetCurrentUserOutput: z.ZodObject<{
|
|
|
21
23
|
full: "full";
|
|
22
24
|
}>>>;
|
|
23
25
|
}, z.core.$loose>;
|
|
24
|
-
declare const signaturelyGetCurrentUser:
|
|
26
|
+
declare const signaturelyGetCurrentUser: AppAction<typeof SignaturelyGetCurrentUserInput, typeof SignaturelyGetCurrentUserOutput, typeof signaturely.credential>;
|
|
25
27
|
//#endregion
|
|
26
28
|
export { signaturelyGetCurrentUser };
|
|
27
29
|
//# sourceMappingURL=get-current-user.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-current-user.d.mts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-current-user.d.mts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAI9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;cAU/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +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.object({}).describe(\"Request parameters for getting current user information.\\nThis endpoint does not require any parameters.\");\nconst SignaturelyGetCurrentUser_UserRoleSchema = z.enum([\"owner\", \"admin\", \"user\"]).describe(\"User role in the account.\");\nconst SignaturelyGetCurrentUser_UserStatusSchema = z.enum([\"active\", \"freeze\"]).describe(\"User account status.\");\nconst SignaturelyGetCurrentUser_AppSumoStatusSchema = z.enum([\"standard\", \"full\"]).describe(\"AppSumo status for the user account.\");\nexport const SignaturelyGetCurrentUserOutput = z.object({\n id: z.string().describe(\"User's unique identifier (UUID format)\").nullable(),\n name: z.string().describe(\"User's display name\").nullable(),\n role: SignaturelyGetCurrentUser_UserRoleSchema.nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\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}).passthrough().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":"
|
|
1
|
+
{"version":3,"file":"get-current-user.mjs","names":[],"sources":["../../src/actions/get-current-user.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyGetCurrentUserInput = z.object({}).describe(\"Request parameters for getting current user information.\\nThis endpoint does not require any parameters.\");\nconst SignaturelyGetCurrentUser_UserRoleSchema = z.enum([\"owner\", \"admin\", \"user\"]).describe(\"User role in the account.\");\nconst SignaturelyGetCurrentUser_UserStatusSchema = z.enum([\"active\", \"freeze\"]).describe(\"User account status.\");\nconst SignaturelyGetCurrentUser_AppSumoStatusSchema = z.enum([\"standard\", \"full\"]).describe(\"AppSumo status for the user account.\");\nexport const SignaturelyGetCurrentUserOutput = z.object({\n id: z.string().describe(\"User's unique identifier (UUID format)\").nullable(),\n name: z.string().describe(\"User's display name\").nullable(),\n role: SignaturelyGetCurrentUser_UserRoleSchema.nullable(),\n email: z.string().describe(\"User's email address\").nullable(),\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}).passthrough().describe(\"Response schema for getting current user information.\\nContains authenticated user's account details.\");\n\nexport const signaturelyGetCurrentUser: AppAction<\n typeof SignaturelyGetCurrentUserInput,\n typeof SignaturelyGetCurrentUserOutput,\n typeof signaturely.credential\n> = 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":";;;;AAMA,MAAa,iCAAiC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0GAA0G;AAC9K,MAAM,2CAA2C,EAAE,KAAK;CAAC;CAAS;CAAS;AAAM,CAAC,CAAC,CAAC,SAAS,2BAA2B;AACxH,MAAM,6CAA6C,EAAE,KAAK,CAAC,UAAU,QAAQ,CAAC,CAAC,CAAC,SAAS,sBAAsB;AAC/G,MAAM,gDAAgD,EAAE,KAAK,CAAC,YAAY,MAAM,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAWlI,MAAa,4BAIT,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnB6C,EAAE,OAAO;EACtD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;EAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC1D,MAAM,yCAAyC,SAAS;EACxD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC5D,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,YAAY,CAAC,CAAC,SAAS,uGAWhB;AACV,CAAC"}
|
|
@@ -1 +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.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.object({\n id: z.string().describe(\"Unique folder identifier (UUID)\").nullable(),\n title: z.string().describe(\"Name of the folder\").nullable(),\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\").nullable(),\n documentsCount: z.string().describe(\"Number of documents in folder\").nullable(),\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":"
|
|
1
|
+
{"version":3,"file":"get-folder.cjs","names":["z","action"],"sources":["../../src/actions/get-folder.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyGetFolderInput = 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.object({\n id: z.string().describe(\"Unique folder identifier (UUID)\").nullable(),\n title: z.string().describe(\"Name of the folder\").nullable(),\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\").nullable(),\n documentsCount: z.string().describe(\"Number of documents in folder\").nullable(),\n}).passthrough().describe(\"Response schema for getting a folder.\\nContains folder information including subfolders and documents count.\");\n\nexport const signaturelyGetFolder: AppAction<\n typeof SignaturelyGetFolderInput,\n typeof SignaturelyGetFolderOutput,\n typeof signaturely.credential\n> = 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":";;;;AAMA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAClF,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CAC1D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CACnE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8GAA8G;AAExI,MAAa,uBAITC,eAAAA,OAAO,0BAA0B;CACnC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-folder.d.ts
|
|
@@ -11,9 +13,7 @@ declare const SignaturelyGetFolderOutput: z.ZodObject<{
|
|
|
11
13
|
foldersCount: z.ZodNullable<z.ZodString>;
|
|
12
14
|
documentsCount: z.ZodNullable<z.ZodString>;
|
|
13
15
|
}, z.core.$loose>;
|
|
14
|
-
declare const signaturelyGetFolder:
|
|
15
|
-
id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
16
|
+
declare const signaturelyGetFolder: AppAction<typeof SignaturelyGetFolderInput, typeof SignaturelyGetFolderOutput, typeof signaturely.credential>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { signaturelyGetFolder };
|
|
19
19
|
//# sourceMappingURL=get-folder.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-folder.d.cts","names":[],"sources":["../../src/actions/get-folder.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-folder.d.cts","names":[],"sources":["../../src/actions/get-folder.ts"],"mappings":";;;;;cAMa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAQ1B,oBAAA,EAAsB,SAAA,QAC1B,yBAAA,SACA,0BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-folder.d.ts
|
|
@@ -11,9 +13,7 @@ declare const SignaturelyGetFolderOutput: z.ZodObject<{
|
|
|
11
13
|
foldersCount: z.ZodNullable<z.ZodString>;
|
|
12
14
|
documentsCount: z.ZodNullable<z.ZodString>;
|
|
13
15
|
}, z.core.$loose>;
|
|
14
|
-
declare const signaturelyGetFolder:
|
|
15
|
-
id: string;
|
|
16
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
16
|
+
declare const signaturelyGetFolder: AppAction<typeof SignaturelyGetFolderInput, typeof SignaturelyGetFolderOutput, typeof signaturely.credential>;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { signaturelyGetFolder };
|
|
19
19
|
//# sourceMappingURL=get-folder.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-folder.d.mts","names":[],"sources":["../../src/actions/get-folder.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-folder.d.mts","names":[],"sources":["../../src/actions/get-folder.ts"],"mappings":";;;;;cAMa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;cAGzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAQ1B,oBAAA,EAAsB,SAAA,QAC1B,yBAAA,SACA,0BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +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.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.object({\n id: z.string().describe(\"Unique folder identifier (UUID)\").nullable(),\n title: z.string().describe(\"Name of the folder\").nullable(),\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\").nullable(),\n documentsCount: z.string().describe(\"Number of documents in folder\").nullable(),\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":"
|
|
1
|
+
{"version":3,"file":"get-folder.mjs","names":[],"sources":["../../src/actions/get-folder.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyGetFolderInput = 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.object({\n id: z.string().describe(\"Unique folder identifier (UUID)\").nullable(),\n title: z.string().describe(\"Name of the folder\").nullable(),\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\").nullable(),\n documentsCount: z.string().describe(\"Number of documents in folder\").nullable(),\n}).passthrough().describe(\"Response schema for getting a folder.\\nContains folder information including subfolders and documents count.\");\n\nexport const signaturelyGetFolder: AppAction<\n typeof SignaturelyGetFolderInput,\n typeof SignaturelyGetFolderOutput,\n typeof signaturely.credential\n> = 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":";;;AAiBA,MAAa,uBAIT,OAAO,0BAA0B;CACnC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBuC,EAAE,OAAO,EAChD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAClF,CAAC,CAAC,CAAC,SAAS,0CAiBH;CACP,QAjBwC,EAAE,OAAO;EACjD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;EAC1D,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EACnE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAChF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8GAWhB;AACV,CAAC"}
|
|
@@ -1 +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.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.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":"
|
|
1
|
+
{"version":3,"file":"get-recent-document.cjs","names":["z","action"],"sources":["../../src/actions/get-recent-document.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyGetRecentDocumentInput = 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.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: AppAction<\n typeof SignaturelyGetRecentDocumentInput,\n typeof SignaturelyGetRecentDocumentOutput,\n typeof signaturely.credential\n> = 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":";;;;AAMA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,oBAAoBA,IAAAA,EAAE,KAAK,CAAC,QAAQ,WAAW,CAAC,CAAC,CAAC,SAAS,8HAA8H,EAC3L,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,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,+BAITC,eAAAA,OAAO,mCAAmC;CAC5C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-recent-document.d.ts
|
|
@@ -14,9 +16,7 @@ declare const SignaturelyGetRecentDocumentOutput: z.ZodObject<{
|
|
|
14
16
|
createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
17
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
18
|
}, z.core.$loose>;
|
|
17
|
-
declare const signaturelyGetRecentDocument:
|
|
18
|
-
recentDocumentType: "sent" | "completed";
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
19
|
+
declare const signaturelyGetRecentDocument: AppAction<typeof SignaturelyGetRecentDocumentInput, typeof SignaturelyGetRecentDocumentOutput, typeof signaturely.credential>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { signaturelyGetRecentDocument };
|
|
22
22
|
//# sourceMappingURL=get-recent-document.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-recent-document.d.cts","names":[],"sources":["../../src/actions/get-recent-document.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-recent-document.d.cts","names":[],"sources":["../../src/actions/get-recent-document.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;cAGjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;cAQlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/get-recent-document.d.ts
|
|
@@ -14,9 +16,7 @@ declare const SignaturelyGetRecentDocumentOutput: z.ZodObject<{
|
|
|
14
16
|
createdAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
15
17
|
updatedAt: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
18
|
}, z.core.$loose>;
|
|
17
|
-
declare const signaturelyGetRecentDocument:
|
|
18
|
-
recentDocumentType: "sent" | "completed";
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
19
|
+
declare const signaturelyGetRecentDocument: AppAction<typeof SignaturelyGetRecentDocumentInput, typeof SignaturelyGetRecentDocumentOutput, typeof signaturely.credential>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { signaturelyGetRecentDocument };
|
|
22
22
|
//# sourceMappingURL=get-recent-document.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-recent-document.d.mts","names":[],"sources":["../../src/actions/get-recent-document.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"get-recent-document.d.mts","names":[],"sources":["../../src/actions/get-recent-document.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;cAGjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;cAQlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +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.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.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":"
|
|
1
|
+
{"version":3,"file":"get-recent-document.mjs","names":[],"sources":["../../src/actions/get-recent-document.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyGetRecentDocumentInput = 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.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: AppAction<\n typeof SignaturelyGetRecentDocumentInput,\n typeof SignaturelyGetRecentDocumentOutput,\n typeof signaturely.credential\n> = 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":";;;AAiBA,MAAa,+BAIT,OAAO,mCAAmC;CAC5C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnB+C,EAAE,OAAO,EACxD,oBAAoB,EAAE,KAAK,CAAC,QAAQ,WAAW,CAAC,CAAC,CAAC,SAAS,8HAA8H,EAC3L,CAAC,CAAC,CAAC,SAAS,0DAiBH;CACP,QAjBgD,EAAE,OAAO;EACzD,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,yGAWhB;AACV,CAAC"}
|
|
@@ -1 +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.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.object({\n id: z.number().int().describe(\"Unique identifier for the document\").nullable(),\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.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":"
|
|
1
|
+
{"version":3,"file":"list-documents.cjs","names":["z","action"],"sources":["../../src/actions/list-documents.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyListDocumentsInput = 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.object({\n id: z.number().int().describe(\"Unique identifier for the document\").nullable(),\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.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: AppAction<\n typeof SignaturelyListDocumentsInput,\n typeof SignaturelyListDocumentsOutput,\n typeof signaturely.credential\n> = 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":";;;;AAMA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,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,0CAA0CA,IAAAA,EAAE,OAAO;CACvD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC7E,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,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,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,2BAITC,eAAAA,OAAO,8BAA8B;CACvC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-documents.d.ts
|
|
@@ -30,15 +32,7 @@ declare const SignaturelyListDocumentsOutput: z.ZodObject<{
|
|
|
30
32
|
currentPage: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
31
33
|
itemsPerPage: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
32
34
|
}, z.core.$loose>;
|
|
33
|
-
declare const signaturelyListDocuments:
|
|
34
|
-
page?: number | undefined;
|
|
35
|
-
limit?: number | undefined;
|
|
36
|
-
user_id?: number | undefined;
|
|
37
|
-
statuses?: ("sent" | "draft" | "signed" | "declined" | "canceled")[] | undefined;
|
|
38
|
-
template?: boolean | undefined;
|
|
39
|
-
created_at_to?: string | undefined;
|
|
40
|
-
created_at_from?: string | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
35
|
+
declare const signaturelyListDocuments: AppAction<typeof SignaturelyListDocumentsInput, typeof SignaturelyListDocumentsOutput, typeof signaturely.credential>;
|
|
42
36
|
//#endregion
|
|
43
37
|
export { signaturelyListDocuments };
|
|
44
38
|
//# sourceMappingURL=list-documents.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-documents.d.cts","names":[],"sources":["../../src/actions/list-documents.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-documents.d.cts","names":[],"sources":["../../src/actions/list-documents.ts"],"mappings":";;;;;cAMa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAS9B,wBAAA,EAA0B,SAAA,QAC9B,6BAAA,SACA,8BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-documents.d.ts
|
|
@@ -30,15 +32,7 @@ declare const SignaturelyListDocumentsOutput: z.ZodObject<{
|
|
|
30
32
|
currentPage: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
31
33
|
itemsPerPage: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
32
34
|
}, z.core.$loose>;
|
|
33
|
-
declare const signaturelyListDocuments:
|
|
34
|
-
page?: number | undefined;
|
|
35
|
-
limit?: number | undefined;
|
|
36
|
-
user_id?: number | undefined;
|
|
37
|
-
statuses?: ("sent" | "draft" | "signed" | "declined" | "canceled")[] | undefined;
|
|
38
|
-
template?: boolean | undefined;
|
|
39
|
-
created_at_to?: string | undefined;
|
|
40
|
-
created_at_from?: string | undefined;
|
|
41
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
35
|
+
declare const signaturelyListDocuments: AppAction<typeof SignaturelyListDocumentsInput, typeof SignaturelyListDocumentsOutput, typeof signaturely.credential>;
|
|
42
36
|
//#endregion
|
|
43
37
|
export { signaturelyListDocuments };
|
|
44
38
|
//# sourceMappingURL=list-documents.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-documents.d.mts","names":[],"sources":["../../src/actions/list-documents.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-documents.d.mts","names":[],"sources":["../../src/actions/list-documents.ts"],"mappings":";;;;;cAMa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAgB7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAS9B,wBAAA,EAA0B,SAAA,QAC9B,6BAAA,SACA,8BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-documents.mjs","names":[],"sources":["../../src/actions/list-documents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyListDocumentsInput = 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.object({\n id: z.number().int().describe(\"Unique identifier for the document\").nullable(),\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.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":"
|
|
1
|
+
{"version":3,"file":"list-documents.mjs","names":[],"sources":["../../src/actions/list-documents.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyListDocumentsInput = 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.object({\n id: z.number().int().describe(\"Unique identifier for the document\").nullable(),\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.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: AppAction<\n typeof SignaturelyListDocumentsInput,\n typeof SignaturelyListDocumentsOutput,\n typeof signaturely.credential\n> = 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":";;;;AAMA,MAAa,gCAAgC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC9F,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC5F,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAC3E,UAAU,EAAE,MAAM,EAAE,KAAK;EAAC;EAAS;EAAQ;EAAU;EAAY;CAAU,CAAC,CAAC,CAAC,CAAC,SAAS,uJAAuJ,CAAC,CAAC,SAAS;CAC1P,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC7G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACpG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;AACvG,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,0CAA0C,EAAE,OAAO;CACvD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oBAAoB;AAU9C,MAAa,2BAIT,OAAO,8BAA8B;CACvC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlB4C,EAAE,OAAO;EACrD,OAAO,EAAE,MAAM,uCAAuC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2FAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-folders.cjs","names":["z","action"],"sources":["../../src/actions/list-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyListFoldersInput = z.object({\n page: z.number().int().describe(\"Page number for pagination (1-based)\").optional(),\n limit: z.number().int().describe(\"Number of folders per page\").optional(),\n}).describe(\"Request parameters for listing folders.\");\nconst SignaturelyListFolders_FolderSchema = z.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID)\").nullable().optional(),\n title: z.string().describe(\"Title of the folder\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp (ISO 8601)\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp (ISO 8601)\").nullable().optional(),\n foldersCount: z.union([z.string(), z.number().int()]).nullable().optional(),\n documentsCount: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).passthrough().describe(\"A single folder object.\");\nexport const SignaturelyListFoldersOutput = z.object({\n items: z.array(SignaturelyListFolders_FolderSchema).describe(\"List of folder objects\").nullable().optional(),\n itemCount: z.number().int().describe(\"Number of items in current page\").nullable().optional(),\n totalItems: z.number().int().describe(\"Total number of folders\").nullable().optional(),\n totalPages: z.number().int().describe(\"Total number of pages available\").nullable().optional(),\n currentPage: z.number().int().describe(\"Current page number\").nullable().optional(),\n itemsPerPage: z.number().int().describe(\"Number of folders per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing folders.\");\n\nexport const signaturelyListFolders = action(\"SIGNATURELY_LIST_FOLDERS\", {\n slug: \"signaturely-list-folders\",\n name: \"List Folders\",\n description: \"Tool to get list of folders for documents. Use to retrieve all folders for organizing documents.\",\n input: SignaturelyListFoldersInput,\n output: SignaturelyListFoldersOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-folders.cjs","names":["z","action"],"sources":["../../src/actions/list-folders.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyListFoldersInput = z.object({\n page: z.number().int().describe(\"Page number for pagination (1-based)\").optional(),\n limit: z.number().int().describe(\"Number of folders per page\").optional(),\n}).describe(\"Request parameters for listing folders.\");\nconst SignaturelyListFolders_FolderSchema = z.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID)\").nullable().optional(),\n title: z.string().describe(\"Title of the folder\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp (ISO 8601)\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp (ISO 8601)\").nullable().optional(),\n foldersCount: z.union([z.string(), z.number().int()]).nullable().optional(),\n documentsCount: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).passthrough().describe(\"A single folder object.\");\nexport const SignaturelyListFoldersOutput = z.object({\n items: z.array(SignaturelyListFolders_FolderSchema).describe(\"List of folder objects\").nullable().optional(),\n itemCount: z.number().int().describe(\"Number of items in current page\").nullable().optional(),\n totalItems: z.number().int().describe(\"Total number of folders\").nullable().optional(),\n totalPages: z.number().int().describe(\"Total number of pages available\").nullable().optional(),\n currentPage: z.number().int().describe(\"Current page number\").nullable().optional(),\n itemsPerPage: z.number().int().describe(\"Number of folders per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing folders.\");\n\nexport const signaturelyListFolders: AppAction<\n typeof SignaturelyListFoldersInput,\n typeof SignaturelyListFoldersOutput,\n typeof signaturely.credential\n> = action(\"SIGNATURELY_LIST_FOLDERS\", {\n slug: \"signaturely-list-folders\",\n name: \"List Folders\",\n description: \"Tool to get list of folders for documents. Use to retrieve all folders for organizing documents.\",\n input: SignaturelyListFoldersInput,\n output: SignaturelyListFoldersOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,cAAcA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,gBAAgBA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yBAAyB;AACnD,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,OAAOA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,yBAITC,eAAAA,OAAO,4BAA4B;CACrC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-folders.d.ts
|
|
@@ -20,10 +22,7 @@ declare const SignaturelyListFoldersOutput: z.ZodObject<{
|
|
|
20
22
|
currentPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
21
23
|
itemsPerPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
24
|
}, z.core.$loose>;
|
|
23
|
-
declare const signaturelyListFolders:
|
|
24
|
-
page?: number | undefined;
|
|
25
|
-
limit?: number | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
25
|
+
declare const signaturelyListFolders: AppAction<typeof SignaturelyListFoldersInput, typeof SignaturelyListFoldersOutput, typeof signaturely.credential>;
|
|
27
26
|
//#endregion
|
|
28
27
|
export { signaturelyListFolders };
|
|
29
28
|
//# sourceMappingURL=list-folders.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-folders.d.cts","names":[],"sources":["../../src/actions/list-folders.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-folders.d.cts","names":[],"sources":["../../src/actions/list-folders.ts"],"mappings":";;;;;cAMa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;cAY3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAS5B,sBAAA,EAAwB,SAAA,QAC5B,2BAAA,SACA,4BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-folders.d.ts
|
|
@@ -20,10 +22,7 @@ declare const SignaturelyListFoldersOutput: z.ZodObject<{
|
|
|
20
22
|
currentPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
21
23
|
itemsPerPage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
22
24
|
}, z.core.$loose>;
|
|
23
|
-
declare const signaturelyListFolders:
|
|
24
|
-
page?: number | undefined;
|
|
25
|
-
limit?: number | undefined;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
25
|
+
declare const signaturelyListFolders: AppAction<typeof SignaturelyListFoldersInput, typeof SignaturelyListFoldersOutput, typeof signaturely.credential>;
|
|
27
26
|
//#endregion
|
|
28
27
|
export { signaturelyListFolders };
|
|
29
28
|
//# sourceMappingURL=list-folders.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-folders.d.mts","names":[],"sources":["../../src/actions/list-folders.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-folders.d.mts","names":[],"sources":["../../src/actions/list-folders.ts"],"mappings":";;;;;cAMa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;cAY3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;cAS5B,sBAAA,EAAwB,SAAA,QAC5B,2BAAA,SACA,4BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-folders.mjs","names":[],"sources":["../../src/actions/list-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyListFoldersInput = z.object({\n page: z.number().int().describe(\"Page number for pagination (1-based)\").optional(),\n limit: z.number().int().describe(\"Number of folders per page\").optional(),\n}).describe(\"Request parameters for listing folders.\");\nconst SignaturelyListFolders_FolderSchema = z.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID)\").nullable().optional(),\n title: z.string().describe(\"Title of the folder\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp (ISO 8601)\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp (ISO 8601)\").nullable().optional(),\n foldersCount: z.union([z.string(), z.number().int()]).nullable().optional(),\n documentsCount: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).passthrough().describe(\"A single folder object.\");\nexport const SignaturelyListFoldersOutput = z.object({\n items: z.array(SignaturelyListFolders_FolderSchema).describe(\"List of folder objects\").nullable().optional(),\n itemCount: z.number().int().describe(\"Number of items in current page\").nullable().optional(),\n totalItems: z.number().int().describe(\"Total number of folders\").nullable().optional(),\n totalPages: z.number().int().describe(\"Total number of pages available\").nullable().optional(),\n currentPage: z.number().int().describe(\"Current page number\").nullable().optional(),\n itemsPerPage: z.number().int().describe(\"Number of folders per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing folders.\");\n\nexport const signaturelyListFolders = action(\"SIGNATURELY_LIST_FOLDERS\", {\n slug: \"signaturely-list-folders\",\n name: \"List Folders\",\n description: \"Tool to get list of folders for documents. Use to retrieve all folders for organizing documents.\",\n input: SignaturelyListFoldersInput,\n output: SignaturelyListFoldersOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-folders.mjs","names":[],"sources":["../../src/actions/list-folders.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyListFoldersInput = z.object({\n page: z.number().int().describe(\"Page number for pagination (1-based)\").optional(),\n limit: z.number().int().describe(\"Number of folders per page\").optional(),\n}).describe(\"Request parameters for listing folders.\");\nconst SignaturelyListFolders_FolderSchema = z.object({\n id: z.string().describe(\"Unique identifier for the folder (UUID)\").nullable().optional(),\n title: z.string().describe(\"Title of the folder\").nullable().optional(),\n created_at: z.string().describe(\"Creation timestamp (ISO 8601)\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp (ISO 8601)\").nullable().optional(),\n foldersCount: z.union([z.string(), z.number().int()]).nullable().optional(),\n documentsCount: z.union([z.string(), z.number().int()]).nullable().optional(),\n}).passthrough().describe(\"A single folder object.\");\nexport const SignaturelyListFoldersOutput = z.object({\n items: z.array(SignaturelyListFolders_FolderSchema).describe(\"List of folder objects\").nullable().optional(),\n itemCount: z.number().int().describe(\"Number of items in current page\").nullable().optional(),\n totalItems: z.number().int().describe(\"Total number of folders\").nullable().optional(),\n totalPages: z.number().int().describe(\"Total number of pages available\").nullable().optional(),\n currentPage: z.number().int().describe(\"Current page number\").nullable().optional(),\n itemsPerPage: z.number().int().describe(\"Number of folders per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing folders.\");\n\nexport const signaturelyListFolders: AppAction<\n typeof SignaturelyListFoldersInput,\n typeof SignaturelyListFoldersOutput,\n typeof signaturely.credential\n> = action(\"SIGNATURELY_LIST_FOLDERS\", {\n slug: \"signaturely-list-folders\",\n name: \"List Folders\",\n description: \"Tool to get list of folders for documents. Use to retrieve all folders for organizing documents.\",\n input: SignaturelyListFoldersInput,\n output: SignaturelyListFoldersOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,8BAA8B,EAAE,OAAO;CAClD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;AAC1E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAM,sCAAsC,EAAE,OAAO;CACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,cAAc,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,gBAAgB,EAAE,MAAM,CAAC,EAAE,OAAO,GAAG,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yBAAyB;AAUnD,MAAa,yBAIT,OAAO,4BAA4B;CACrC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlB0C,EAAE,OAAO;EACnD,OAAO,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-team-members.cjs","names":["z","action"],"sources":["../../src/actions/list-team-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyListTeamMembersInput = z.object({}).describe(\"Request parameters for listing team members.\");\nconst SignaturelyListTeamMembers_TeamMemberSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the team member\").nullable().optional(),\n name: z.string().describe(\"Name of the team member\").nullable().optional(),\n role: z.string().describe(\"Role of the team member (Owner, Admin, or User)\").nullable().optional(),\n email: z.string().describe(\"Email address of the team member\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the member was added\").nullable().optional(),\n accountType: z.string().describe(\"Account type of the team member\").nullable().optional(),\n}).passthrough().describe(\"A team member object.\");\nexport const SignaturelyListTeamMembersOutput = z.object({\n members: z.array(SignaturelyListTeamMembers_TeamMemberSchema).describe(\"List of team member objects\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing team members.\");\n\nexport const signaturelyListTeamMembers = action(\"SIGNATURELY_LIST_TEAM_MEMBERS\", {\n slug: \"signaturely-list-team-members\",\n name: \"List Team Members\",\n description: \"Tool to list all team members in the Signaturely account. Returns team users with their account types and roles (Owner, Admin, User).\",\n input: SignaturelyListTeamMembersInput,\n output: SignaturelyListTeamMembersOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-team-members.cjs","names":["z","action"],"sources":["../../src/actions/list-team-members.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyListTeamMembersInput = z.object({}).describe(\"Request parameters for listing team members.\");\nconst SignaturelyListTeamMembers_TeamMemberSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the team member\").nullable().optional(),\n name: z.string().describe(\"Name of the team member\").nullable().optional(),\n role: z.string().describe(\"Role of the team member (Owner, Admin, or User)\").nullable().optional(),\n email: z.string().describe(\"Email address of the team member\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the member was added\").nullable().optional(),\n accountType: z.string().describe(\"Account type of the team member\").nullable().optional(),\n}).passthrough().describe(\"A team member object.\");\nexport const SignaturelyListTeamMembersOutput = z.object({\n members: z.array(SignaturelyListTeamMembers_TeamMemberSchema).describe(\"List of team member objects\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing team members.\");\n\nexport const signaturelyListTeamMembers: AppAction<\n typeof SignaturelyListTeamMembersInput,\n typeof SignaturelyListTeamMembersOutput,\n typeof signaturely.credential\n> = action(\"SIGNATURELY_LIST_TEAM_MEMBERS\", {\n slug: \"signaturely-list-team-members\",\n name: \"List Team Members\",\n description: \"Tool to list all team members in the Signaturely account. Returns team users with their account types and roles (Owner, Admin, User).\",\n input: SignaturelyListTeamMembersInput,\n output: SignaturelyListTeamMembersOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8CAA8C;AACnH,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uBAAuB;AACjD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,SAASA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,6BAITC,eAAAA,OAAO,iCAAiC;CAC1C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-team-members.d.ts
|
|
@@ -12,7 +14,7 @@ declare const SignaturelyListTeamMembersOutput: z.ZodObject<{
|
|
|
12
14
|
accountType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
15
|
}, z.core.$loose>>>>;
|
|
14
16
|
}, z.core.$loose>;
|
|
15
|
-
declare const signaturelyListTeamMembers:
|
|
17
|
+
declare const signaturelyListTeamMembers: AppAction<typeof SignaturelyListTeamMembersInput, typeof SignaturelyListTeamMembersOutput, typeof signaturely.credential>;
|
|
16
18
|
//#endregion
|
|
17
19
|
export { signaturelyListTeamMembers };
|
|
18
20
|
//# sourceMappingURL=list-team-members.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-team-members.d.cts","names":[],"sources":["../../src/actions/list-team-members.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-team-members.d.cts","names":[],"sources":["../../src/actions/list-team-members.ts"],"mappings":";;;;;cAMa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAS/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;cAIhC,0BAAA,EAA4B,SAAA,QAChC,+BAAA,SACA,gCAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/list-team-members.d.ts
|
|
@@ -12,7 +14,7 @@ declare const SignaturelyListTeamMembersOutput: z.ZodObject<{
|
|
|
12
14
|
accountType: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
13
15
|
}, z.core.$loose>>>>;
|
|
14
16
|
}, z.core.$loose>;
|
|
15
|
-
declare const signaturelyListTeamMembers:
|
|
17
|
+
declare const signaturelyListTeamMembers: AppAction<typeof SignaturelyListTeamMembersInput, typeof SignaturelyListTeamMembersOutput, typeof signaturely.credential>;
|
|
16
18
|
//#endregion
|
|
17
19
|
export { signaturelyListTeamMembers };
|
|
18
20
|
//# sourceMappingURL=list-team-members.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-team-members.d.mts","names":[],"sources":["../../src/actions/list-team-members.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-team-members.d.mts","names":[],"sources":["../../src/actions/list-team-members.ts"],"mappings":";;;;;cAMa,+BAAA,EAA+B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAS/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;cAIhC,0BAAA,EAA4B,SAAA,QAChC,+BAAA,SACA,gCAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-team-members.mjs","names":[],"sources":["../../src/actions/list-team-members.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyListTeamMembersInput = z.object({}).describe(\"Request parameters for listing team members.\");\nconst SignaturelyListTeamMembers_TeamMemberSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the team member\").nullable().optional(),\n name: z.string().describe(\"Name of the team member\").nullable().optional(),\n role: z.string().describe(\"Role of the team member (Owner, Admin, or User)\").nullable().optional(),\n email: z.string().describe(\"Email address of the team member\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the member was added\").nullable().optional(),\n accountType: z.string().describe(\"Account type of the team member\").nullable().optional(),\n}).passthrough().describe(\"A team member object.\");\nexport const SignaturelyListTeamMembersOutput = z.object({\n members: z.array(SignaturelyListTeamMembers_TeamMemberSchema).describe(\"List of team member objects\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing team members.\");\n\nexport const signaturelyListTeamMembers = action(\"SIGNATURELY_LIST_TEAM_MEMBERS\", {\n slug: \"signaturely-list-team-members\",\n name: \"List Team Members\",\n description: \"Tool to list all team members in the Signaturely account. Returns team users with their account types and roles (Owner, Admin, User).\",\n input: SignaturelyListTeamMembersInput,\n output: SignaturelyListTeamMembersOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"list-team-members.mjs","names":[],"sources":["../../src/actions/list-team-members.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyListTeamMembersInput = z.object({}).describe(\"Request parameters for listing team members.\");\nconst SignaturelyListTeamMembers_TeamMemberSchema = z.object({\n id: z.number().int().describe(\"Unique identifier for the team member\").nullable().optional(),\n name: z.string().describe(\"Name of the team member\").nullable().optional(),\n role: z.string().describe(\"Role of the team member (Owner, Admin, or User)\").nullable().optional(),\n email: z.string().describe(\"Email address of the team member\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the member was added\").nullable().optional(),\n accountType: z.string().describe(\"Account type of the team member\").nullable().optional(),\n}).passthrough().describe(\"A team member object.\");\nexport const SignaturelyListTeamMembersOutput = z.object({\n members: z.array(SignaturelyListTeamMembers_TeamMemberSchema).describe(\"List of team member objects\").nullable().optional(),\n}).passthrough().describe(\"Response schema for listing team members.\");\n\nexport const signaturelyListTeamMembers: AppAction<\n typeof SignaturelyListTeamMembersInput,\n typeof SignaturelyListTeamMembersOutput,\n typeof signaturely.credential\n> = action(\"SIGNATURELY_LIST_TEAM_MEMBERS\", {\n slug: \"signaturely-list-team-members\",\n name: \"List Team Members\",\n description: \"Tool to list all team members in the Signaturely account. Returns team users with their account types and roles (Owner, Admin, User).\",\n input: SignaturelyListTeamMembersInput,\n output: SignaturelyListTeamMembersOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,kCAAkC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8CAA8C;AACnH,MAAM,8CAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uBAAuB;AAKjD,MAAa,6BAIT,OAAO,iCAAiC;CAC1C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb8C,EAAE,OAAO,EACvD,SAAS,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC5H,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rename-folder.cjs","names":["z","action"],"sources":["../../src/actions/rename-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyRenameFolderInput = z.object({\n id: z.string().describe(\"The unique identifier of the folder to rename\"),\n title: z.string().describe(\"The new title/name for the folder\"),\n}).describe(\"Request parameters for renaming a folder.\");\nexport const SignaturelyRenameFolderOutput = z.object({\n id: z.string().describe(\"The unique identifier of the folder\").nullable(),\n title: z.string().describe(\"The updated title of the folder\").nullable(),\n parentId: z.string().describe(\"The ID of the parent folder, or null if at root level\").nullable().optional(),\n foldersCount: z.string().describe(\"Number of subfolders within this folder\").nullable(),\n documentsCount: z.string().describe(\"Number of documents within this folder\").nullable(),\n}).passthrough().describe(\"Response schema for renaming a folder.\");\n\nexport const signaturelyRenameFolder = action(\"SIGNATURELY_RENAME_FOLDER\", {\n slug: \"signaturely-rename-folder\",\n name: \"Rename Folder\",\n description: \"Tool to rename a folder via API call. Use when you need to update the title of an existing folder.\",\n input: SignaturelyRenameFolderInput,\n output: SignaturelyRenameFolderOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rename-folder.cjs","names":["z","action"],"sources":["../../src/actions/rename-folder.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyRenameFolderInput = z.object({\n id: z.string().describe(\"The unique identifier of the folder to rename\"),\n title: z.string().describe(\"The new title/name for the folder\"),\n}).describe(\"Request parameters for renaming a folder.\");\nexport const SignaturelyRenameFolderOutput = z.object({\n id: z.string().describe(\"The unique identifier of the folder\").nullable(),\n title: z.string().describe(\"The updated title of the folder\").nullable(),\n parentId: z.string().describe(\"The ID of the parent folder, or null if at root level\").nullable().optional(),\n foldersCount: z.string().describe(\"Number of subfolders within this folder\").nullable(),\n documentsCount: z.string().describe(\"Number of documents within this folder\").nullable(),\n}).passthrough().describe(\"Response schema for renaming a folder.\");\n\nexport const signaturelyRenameFolder: AppAction<\n typeof SignaturelyRenameFolderInput,\n typeof SignaturelyRenameFolderOutput,\n typeof signaturely.credential\n> = action(\"SIGNATURELY_RENAME_FOLDER\", {\n slug: \"signaturely-rename-folder\",\n name: \"Rename Folder\",\n description: \"Tool to rename a folder via API call. Use when you need to update the title of an existing folder.\",\n input: SignaturelyRenameFolderInput,\n output: SignaturelyRenameFolderOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACvE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;AAChE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACtF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AACzF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAElE,MAAa,0BAITC,eAAAA,OAAO,6BAA6B;CACtC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/rename-folder.d.ts
|
|
@@ -12,10 +14,7 @@ declare const SignaturelyRenameFolderOutput: z.ZodObject<{
|
|
|
12
14
|
foldersCount: z.ZodNullable<z.ZodString>;
|
|
13
15
|
documentsCount: z.ZodNullable<z.ZodString>;
|
|
14
16
|
}, z.core.$loose>;
|
|
15
|
-
declare const signaturelyRenameFolder:
|
|
16
|
-
id: string;
|
|
17
|
-
title: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
17
|
+
declare const signaturelyRenameFolder: AppAction<typeof SignaturelyRenameFolderInput, typeof SignaturelyRenameFolderOutput, typeof signaturely.credential>;
|
|
19
18
|
//#endregion
|
|
20
19
|
export { signaturelyRenameFolder };
|
|
21
20
|
//# sourceMappingURL=rename-folder.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rename-folder.d.cts","names":[],"sources":["../../src/actions/rename-folder.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rename-folder.d.cts","names":[],"sources":["../../src/actions/rename-folder.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAI5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAQ7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/rename-folder.d.ts
|
|
@@ -12,10 +14,7 @@ declare const SignaturelyRenameFolderOutput: z.ZodObject<{
|
|
|
12
14
|
foldersCount: z.ZodNullable<z.ZodString>;
|
|
13
15
|
documentsCount: z.ZodNullable<z.ZodString>;
|
|
14
16
|
}, z.core.$loose>;
|
|
15
|
-
declare const signaturelyRenameFolder:
|
|
16
|
-
id: string;
|
|
17
|
-
title: string;
|
|
18
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
17
|
+
declare const signaturelyRenameFolder: AppAction<typeof SignaturelyRenameFolderInput, typeof SignaturelyRenameFolderOutput, typeof signaturely.credential>;
|
|
19
18
|
//#endregion
|
|
20
19
|
export { signaturelyRenameFolder };
|
|
21
20
|
//# sourceMappingURL=rename-folder.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rename-folder.d.mts","names":[],"sources":["../../src/actions/rename-folder.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rename-folder.d.mts","names":[],"sources":["../../src/actions/rename-folder.ts"],"mappings":";;;;;cAMa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;cAI5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;cAQ7B,uBAAA,EAAyB,SAAA,QAC7B,4BAAA,SACA,6BAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rename-folder.mjs","names":[],"sources":["../../src/actions/rename-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelyRenameFolderInput = z.object({\n id: z.string().describe(\"The unique identifier of the folder to rename\"),\n title: z.string().describe(\"The new title/name for the folder\"),\n}).describe(\"Request parameters for renaming a folder.\");\nexport const SignaturelyRenameFolderOutput = z.object({\n id: z.string().describe(\"The unique identifier of the folder\").nullable(),\n title: z.string().describe(\"The updated title of the folder\").nullable(),\n parentId: z.string().describe(\"The ID of the parent folder, or null if at root level\").nullable().optional(),\n foldersCount: z.string().describe(\"Number of subfolders within this folder\").nullable(),\n documentsCount: z.string().describe(\"Number of documents within this folder\").nullable(),\n}).passthrough().describe(\"Response schema for renaming a folder.\");\n\nexport const signaturelyRenameFolder = action(\"SIGNATURELY_RENAME_FOLDER\", {\n slug: \"signaturely-rename-folder\",\n name: \"Rename Folder\",\n description: \"Tool to rename a folder via API call. Use when you need to update the title of an existing folder.\",\n input: SignaturelyRenameFolderInput,\n output: SignaturelyRenameFolderOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"rename-folder.mjs","names":[],"sources":["../../src/actions/rename-folder.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelyRenameFolderInput = z.object({\n id: z.string().describe(\"The unique identifier of the folder to rename\"),\n title: z.string().describe(\"The new title/name for the folder\"),\n}).describe(\"Request parameters for renaming a folder.\");\nexport const SignaturelyRenameFolderOutput = z.object({\n id: z.string().describe(\"The unique identifier of the folder\").nullable(),\n title: z.string().describe(\"The updated title of the folder\").nullable(),\n parentId: z.string().describe(\"The ID of the parent folder, or null if at root level\").nullable().optional(),\n foldersCount: z.string().describe(\"Number of subfolders within this folder\").nullable(),\n documentsCount: z.string().describe(\"Number of documents within this folder\").nullable(),\n}).passthrough().describe(\"Response schema for renaming a folder.\");\n\nexport const signaturelyRenameFolder: AppAction<\n typeof SignaturelyRenameFolderInput,\n typeof SignaturelyRenameFolderOutput,\n typeof signaturely.credential\n> = action(\"SIGNATURELY_RENAME_FOLDER\", {\n slug: \"signaturely-rename-folder\",\n name: \"Rename Folder\",\n description: \"Tool to rename a folder via API call. Use when you need to update the title of an existing folder.\",\n input: SignaturelyRenameFolderInput,\n output: SignaturelyRenameFolderOutput,\n});\n"],"mappings":";;;AAkBA,MAAa,0BAIT,OAAO,6BAA6B;CACtC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApB0C,EAAE,OAAO;EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;EACvE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAChE,CAAC,CAAC,CAAC,SAAS,2CAiBH;CACP,QAjB2C,EAAE,OAAO;EACpD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;EACxE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EACtF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACzF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAWhB;AACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-templates-documents.cjs","names":["z","action"],"sources":["../../src/actions/search-templates-documents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelySearchTemplatesDocumentsInput = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination (minimum 1). Required parameter\").optional(),\n limit: z.number().int().default(10).describe(\"Number of results per page (1-100). Required parameter\").optional(),\n search: z.string().describe(\"The search text to match against template or document names. Leave empty to return all items without filtering\").optional(),\n search_type: z.enum([\"templates\", \"documents\"]).default(\"templates\").describe(\"Specify whether to search templates or documents. Use 'templates' to search document templates, or 'documents' to search actual documents\").optional(),\n}).describe(\"Request parameters for searching templates or documents.\");\nconst SignaturelySearchTemplatesDocuments_SearchItemSchema = z.object({\n id: z.union([z.number().int(), z.string()]),\n title: z.string().describe(\"Title of the item\").nullable().optional(),\n status: z.string().describe(\"Current status\").nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp\").nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp\").nullable().optional(),\n}).passthrough().describe(\"A search result item (template or document).\");\nexport const SignaturelySearchTemplatesDocumentsOutput = z.object({\n items: z.array(SignaturelySearchTemplatesDocuments_SearchItemSchema).describe(\"List of matching items (templates or documents)\").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 matching items\").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 items per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for searching templates or documents.\");\n\nexport const signaturelySearchTemplatesDocuments = action(\"SIGNATURELY_SEARCH_TEMPLATES_DOCUMENTS\", {\n slug: \"signaturely-search-templates-documents\",\n name: \"Search Templates or Documents\",\n description: \"Tool to search for templates or documents by matching text. Use when you need to find specific templates or documents by name or text content.\",\n input: SignaturelySearchTemplatesDocumentsInput,\n output: SignaturelySearchTemplatesDocumentsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-templates-documents.cjs","names":["z","action"],"sources":["../../src/actions/search-templates-documents.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelySearchTemplatesDocumentsInput = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination (minimum 1). Required parameter\").optional(),\n limit: z.number().int().default(10).describe(\"Number of results per page (1-100). Required parameter\").optional(),\n search: z.string().describe(\"The search text to match against template or document names. Leave empty to return all items without filtering\").optional(),\n search_type: z.enum([\"templates\", \"documents\"]).default(\"templates\").describe(\"Specify whether to search templates or documents. Use 'templates' to search document templates, or 'documents' to search actual documents\").optional(),\n}).describe(\"Request parameters for searching templates or documents.\");\nconst SignaturelySearchTemplatesDocuments_SearchItemSchema = z.object({\n id: z.union([z.number().int(), z.string()]),\n title: z.string().describe(\"Title of the item\").nullable().optional(),\n status: z.string().describe(\"Current status\").nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp\").nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp\").nullable().optional(),\n}).passthrough().describe(\"A search result item (template or document).\");\nexport const SignaturelySearchTemplatesDocumentsOutput = z.object({\n items: z.array(SignaturelySearchTemplatesDocuments_SearchItemSchema).describe(\"List of matching items (templates or documents)\").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 matching items\").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 items per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for searching templates or documents.\");\n\nexport const signaturelySearchTemplatesDocuments: AppAction<\n typeof SignaturelySearchTemplatesDocumentsInput,\n typeof SignaturelySearchTemplatesDocumentsOutput,\n typeof signaturely.credential\n> = action(\"SIGNATURELY_SEARCH_TEMPLATES_DOCUMENTS\", {\n slug: \"signaturely-search-templates-documents\",\n name: \"Search Templates or Documents\",\n description: \"Tool to search for templates or documents by matching text. Use when you need to find specific templates or documents by name or text content.\",\n input: SignaturelySearchTemplatesDocumentsInput,\n output: SignaturelySearchTemplatesDocumentsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,2CAA2CA,IAAAA,EAAE,OAAO;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAClH,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAChH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;CACvJ,aAAaA,IAAAA,EAAE,KAAK,CAAC,aAAa,WAAW,CAAC,CAAC,CAAC,QAAQ,WAAW,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS;AACtO,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,uDAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC;CAC1C,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAa,4CAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,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,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvG,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,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAAuD;AAEjF,MAAa,sCAITC,eAAAA,OAAO,0CAA0C;CACnD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.cjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/search-templates-documents.d.ts
|
|
@@ -24,12 +26,7 @@ declare const SignaturelySearchTemplatesDocumentsOutput: z.ZodObject<{
|
|
|
24
26
|
currentPage: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
25
27
|
itemsPerPage: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
26
28
|
}, z.core.$loose>;
|
|
27
|
-
declare const signaturelySearchTemplatesDocuments:
|
|
28
|
-
page?: number | undefined;
|
|
29
|
-
limit?: number | undefined;
|
|
30
|
-
search?: string | undefined;
|
|
31
|
-
search_type?: "templates" | "documents" | undefined;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
29
|
+
declare const signaturelySearchTemplatesDocuments: AppAction<typeof SignaturelySearchTemplatesDocumentsInput, typeof SignaturelySearchTemplatesDocumentsOutput, typeof signaturely.credential>;
|
|
33
30
|
//#endregion
|
|
34
31
|
export { signaturelySearchTemplatesDocuments };
|
|
35
32
|
//# sourceMappingURL=search-templates-documents.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-templates-documents.d.cts","names":[],"sources":["../../src/actions/search-templates-documents.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-templates-documents.d.cts","names":[],"sources":["../../src/actions/search-templates-documents.ts"],"mappings":";;;;;cAMa,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;cAaxC,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cASzC,mCAAA,EAAqC,SAAA,QACzC,wCAAA,SACA,yCAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { signaturely } from "../app.mjs";
|
|
2
|
+
import { AppAction } from "@keystrokehq/keystroke/app";
|
|
1
3
|
import { z } from "zod";
|
|
2
4
|
|
|
3
5
|
//#region src/actions/search-templates-documents.d.ts
|
|
@@ -24,12 +26,7 @@ declare const SignaturelySearchTemplatesDocumentsOutput: z.ZodObject<{
|
|
|
24
26
|
currentPage: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
25
27
|
itemsPerPage: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodNumber>>>;
|
|
26
28
|
}, z.core.$loose>;
|
|
27
|
-
declare const signaturelySearchTemplatesDocuments:
|
|
28
|
-
page?: number | undefined;
|
|
29
|
-
limit?: number | undefined;
|
|
30
|
-
search?: string | undefined;
|
|
31
|
-
search_type?: "templates" | "documents" | undefined;
|
|
32
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
29
|
+
declare const signaturelySearchTemplatesDocuments: AppAction<typeof SignaturelySearchTemplatesDocumentsInput, typeof SignaturelySearchTemplatesDocumentsOutput, typeof signaturely.credential>;
|
|
33
30
|
//#endregion
|
|
34
31
|
export { signaturelySearchTemplatesDocuments };
|
|
35
32
|
//# sourceMappingURL=search-templates-documents.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-templates-documents.d.mts","names":[],"sources":["../../src/actions/search-templates-documents.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-templates-documents.d.mts","names":[],"sources":["../../src/actions/search-templates-documents.ts"],"mappings":";;;;;cAMa,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;;;;;;;cAaxC,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cASzC,mCAAA,EAAqC,SAAA,QACzC,wCAAA,SACA,yCAAA,SACA,WAAA,CAAY,UAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search-templates-documents.mjs","names":[],"sources":["../../src/actions/search-templates-documents.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignaturelySearchTemplatesDocumentsInput = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination (minimum 1). Required parameter\").optional(),\n limit: z.number().int().default(10).describe(\"Number of results per page (1-100). Required parameter\").optional(),\n search: z.string().describe(\"The search text to match against template or document names. Leave empty to return all items without filtering\").optional(),\n search_type: z.enum([\"templates\", \"documents\"]).default(\"templates\").describe(\"Specify whether to search templates or documents. Use 'templates' to search document templates, or 'documents' to search actual documents\").optional(),\n}).describe(\"Request parameters for searching templates or documents.\");\nconst SignaturelySearchTemplatesDocuments_SearchItemSchema = z.object({\n id: z.union([z.number().int(), z.string()]),\n title: z.string().describe(\"Title of the item\").nullable().optional(),\n status: z.string().describe(\"Current status\").nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp\").nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp\").nullable().optional(),\n}).passthrough().describe(\"A search result item (template or document).\");\nexport const SignaturelySearchTemplatesDocumentsOutput = z.object({\n items: z.array(SignaturelySearchTemplatesDocuments_SearchItemSchema).describe(\"List of matching items (templates or documents)\").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 matching items\").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 items per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for searching templates or documents.\");\n\nexport const signaturelySearchTemplatesDocuments = action(\"SIGNATURELY_SEARCH_TEMPLATES_DOCUMENTS\", {\n slug: \"signaturely-search-templates-documents\",\n name: \"Search Templates or Documents\",\n description: \"Tool to search for templates or documents by matching text. Use when you need to find specific templates or documents by name or text content.\",\n input: SignaturelySearchTemplatesDocumentsInput,\n output: SignaturelySearchTemplatesDocumentsOutput,\n});\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"search-templates-documents.mjs","names":[],"sources":["../../src/actions/search-templates-documents.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { signaturely } from \"../app\";\n\nexport const SignaturelySearchTemplatesDocumentsInput = z.object({\n page: z.number().int().default(1).describe(\"Page number for pagination (minimum 1). Required parameter\").optional(),\n limit: z.number().int().default(10).describe(\"Number of results per page (1-100). Required parameter\").optional(),\n search: z.string().describe(\"The search text to match against template or document names. Leave empty to return all items without filtering\").optional(),\n search_type: z.enum([\"templates\", \"documents\"]).default(\"templates\").describe(\"Specify whether to search templates or documents. Use 'templates' to search document templates, or 'documents' to search actual documents\").optional(),\n}).describe(\"Request parameters for searching templates or documents.\");\nconst SignaturelySearchTemplatesDocuments_SearchItemSchema = z.object({\n id: z.union([z.number().int(), z.string()]),\n title: z.string().describe(\"Title of the item\").nullable().optional(),\n status: z.string().describe(\"Current status\").nullable().optional(),\n createdAt: z.string().describe(\"Creation timestamp\").nullable().optional(),\n updatedAt: z.string().describe(\"Last update timestamp\").nullable().optional(),\n}).passthrough().describe(\"A search result item (template or document).\");\nexport const SignaturelySearchTemplatesDocumentsOutput = z.object({\n items: z.array(SignaturelySearchTemplatesDocuments_SearchItemSchema).describe(\"List of matching items (templates or documents)\").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 matching items\").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 items per page\").nullable().optional(),\n}).passthrough().describe(\"Response schema for searching templates or documents.\");\n\nexport const signaturelySearchTemplatesDocuments: AppAction<\n typeof SignaturelySearchTemplatesDocumentsInput,\n typeof SignaturelySearchTemplatesDocumentsOutput,\n typeof signaturely.credential\n> = action(\"SIGNATURELY_SEARCH_TEMPLATES_DOCUMENTS\", {\n slug: \"signaturely-search-templates-documents\",\n name: \"Search Templates or Documents\",\n description: \"Tool to search for templates or documents by matching text. Use when you need to find specific templates or documents by name or text content.\",\n input: SignaturelySearchTemplatesDocumentsInput,\n output: SignaturelySearchTemplatesDocumentsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,2CAA2C,EAAE,OAAO;CAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CAClH,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAChH,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gHAAgH,CAAC,CAAC,SAAS;CACvJ,aAAa,EAAE,KAAK,CAAC,aAAa,WAAW,CAAC,CAAC,CAAC,QAAQ,WAAW,CAAC,CAAC,SAAS,2IAA2I,CAAC,CAAC,SAAS;AACtO,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAM,uDAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC;CAC1C,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gBAAgB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAUxE,MAAa,sCAIT,OAAO,0CAA0C;CACnD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAlBuD,EAAE,OAAO;EAChE,OAAO,EAAE,MAAM,oDAAoD,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrJ,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACxG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uDAWhB;AACV,CAAC"}
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
1
2
|
//#region src/app.ts
|
|
2
|
-
const
|
|
3
|
+
const credential = { generic_api_key: require("zod").z.string() };
|
|
4
|
+
const signaturely = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "signaturely",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.signaturely = signaturely;
|
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const signaturely = defineApp({\n slug: \"signaturely\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,eAAA,
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n generic_api_key: z.string(),\n};\n\nexport const signaturely: KeystrokeApp<\"signaturely\", typeof credential> = defineApp({\n slug: \"signaturely\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAGA,MAAM,aAAa,EACjB,8BAAiBA,CAAAA,CAAAA,EAAE,OAAO,EAC5B;AAEA,MAAa,eAAA,GAAA,2BAAA,UAAA,CAAwE;CACnF,MAAM;CACN,MAAM;CACN;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import { KeystrokeApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
|
|
1
4
|
//#region src/app.d.ts
|
|
2
|
-
declare const
|
|
5
|
+
declare const credential: {
|
|
6
|
+
generic_api_key: z.ZodString;
|
|
7
|
+
};
|
|
8
|
+
declare const signaturely: KeystrokeApp<"signaturely", typeof credential>;
|
|
3
9
|
//#endregion
|
|
4
10
|
export { signaturely };
|
|
5
11
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;;cAGM,UAAA;mBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,WAAA,EAAa,YAAY,uBAAuB,UAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
+
import { KeystrokeApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
|
|
1
4
|
//#region src/app.d.ts
|
|
2
|
-
declare const
|
|
5
|
+
declare const credential: {
|
|
6
|
+
generic_api_key: z.ZodString;
|
|
7
|
+
};
|
|
8
|
+
declare const signaturely: KeystrokeApp<"signaturely", typeof credential>;
|
|
3
9
|
//#endregion
|
|
4
10
|
export { signaturely };
|
|
5
11
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;;cAGM,UAAA;mBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,WAAA,EAAa,YAAY,uBAAuB,UAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
-
|
|
2
|
+
import { z } from "zod";
|
|
3
3
|
const signaturely = defineApp({
|
|
4
4
|
slug: "signaturely",
|
|
5
|
-
auth: "keystroke"
|
|
5
|
+
auth: "keystroke",
|
|
6
|
+
credential: { generic_api_key: z.string() }
|
|
6
7
|
});
|
|
7
8
|
//#endregion
|
|
8
9
|
export { signaturely };
|
package/dist/app.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const signaturely = defineApp({\n slug: \"signaturely\",\n auth: \"keystroke\",\n});\n"],"mappings":";;
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n generic_api_key: z.string(),\n};\n\nexport const signaturely: KeystrokeApp<\"signaturely\", typeof credential> = defineApp({\n slug: \"signaturely\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAOA,MAAa,cAA8D,UAAU;CACnF,MAAM;CACN,MAAM;CACN,cANA,iBAAiB,EAAE,OAAO,EAM1B;AACF,CAAC"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { signaturely } from "./app.cjs";
|
|
1
2
|
import { signaturelyCreateFolder } from "./actions/create-folder.cjs";
|
|
2
3
|
import { signaturelyGetCurrentUser } from "./actions/get-current-user.cjs";
|
|
3
4
|
import { signaturelyGetFolder } from "./actions/get-folder.cjs";
|
|
@@ -7,6 +8,5 @@ import { signaturelyListFolders } from "./actions/list-folders.cjs";
|
|
|
7
8
|
import { signaturelyListTeamMembers } from "./actions/list-team-members.cjs";
|
|
8
9
|
import { signaturelyRenameFolder } from "./actions/rename-folder.cjs";
|
|
9
10
|
import { signaturelySearchTemplatesDocuments } from "./actions/search-templates-documents.cjs";
|
|
10
|
-
import { signaturely } from "./app.cjs";
|
|
11
11
|
import { signaturelyCatalog } from "./catalog.cjs";
|
|
12
12
|
export { signaturely, signaturelyCatalog, signaturelyCreateFolder, signaturelyGetCurrentUser, signaturelyGetFolder, signaturelyGetRecentDocument, signaturelyListDocuments, signaturelyListFolders, signaturelyListTeamMembers, signaturelyRenameFolder, signaturelySearchTemplatesDocuments };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { signaturely } from "./app.mjs";
|
|
1
2
|
import { signaturelyCreateFolder } from "./actions/create-folder.mjs";
|
|
2
3
|
import { signaturelyGetCurrentUser } from "./actions/get-current-user.mjs";
|
|
3
4
|
import { signaturelyGetFolder } from "./actions/get-folder.mjs";
|
|
@@ -7,6 +8,5 @@ import { signaturelyListFolders } from "./actions/list-folders.mjs";
|
|
|
7
8
|
import { signaturelyListTeamMembers } from "./actions/list-team-members.mjs";
|
|
8
9
|
import { signaturelyRenameFolder } from "./actions/rename-folder.mjs";
|
|
9
10
|
import { signaturelySearchTemplatesDocuments } from "./actions/search-templates-documents.mjs";
|
|
10
|
-
import { signaturely } from "./app.mjs";
|
|
11
11
|
import { signaturelyCatalog } from "./catalog.mjs";
|
|
12
12
|
export { signaturely, signaturelyCatalog, signaturelyCreateFolder, signaturelyGetCurrentUser, signaturelyGetFolder, signaturelyGetRecentDocument, signaturelyListDocuments, signaturelyListFolders, signaturelyListTeamMembers, signaturelyRenameFolder, signaturelySearchTemplatesDocuments };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/signaturely",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
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.
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.104",
|
|
35
35
|
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|