@keystrokehq/signwell 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/create-document-from-template.cjs +16 -16
- package/dist/actions/create-document-from-template.cjs.map +1 -1
- package/dist/actions/create-document-from-template.d.cts +174 -3
- package/dist/actions/create-document-from-template.d.cts.map +1 -1
- package/dist/actions/create-document-from-template.d.mts +174 -3
- package/dist/actions/create-document-from-template.d.mts.map +1 -1
- package/dist/actions/create-document-from-template.mjs +16 -16
- package/dist/actions/create-document-from-template.mjs.map +1 -1
- package/dist/actions/create-document.cjs +13 -13
- package/dist/actions/create-document.cjs.map +1 -1
- package/dist/actions/create-document.d.cts +86 -3
- package/dist/actions/create-document.d.cts.map +1 -1
- package/dist/actions/create-document.d.mts +86 -3
- package/dist/actions/create-document.d.mts.map +1 -1
- package/dist/actions/create-document.mjs +13 -13
- package/dist/actions/create-document.mjs.map +1 -1
- package/dist/actions/create-webhook.cjs +2 -2
- package/dist/actions/create-webhook.cjs.map +1 -1
- package/dist/actions/create-webhook.d.cts +12 -3
- package/dist/actions/create-webhook.d.cts.map +1 -1
- package/dist/actions/create-webhook.d.mts +12 -3
- package/dist/actions/create-webhook.d.mts.map +1 -1
- package/dist/actions/create-webhook.mjs +2 -2
- package/dist/actions/create-webhook.mjs.map +1 -1
- package/dist/actions/delete-document.cjs.map +1 -1
- package/dist/actions/delete-document.d.cts +10 -3
- package/dist/actions/delete-document.d.cts.map +1 -1
- package/dist/actions/delete-document.d.mts +10 -3
- package/dist/actions/delete-document.d.mts.map +1 -1
- package/dist/actions/delete-document.mjs.map +1 -1
- package/dist/actions/delete-webhook.cjs.map +1 -1
- package/dist/actions/delete-webhook.d.cts +7 -3
- package/dist/actions/delete-webhook.d.cts.map +1 -1
- package/dist/actions/delete-webhook.d.mts +7 -3
- package/dist/actions/delete-webhook.d.mts.map +1 -1
- package/dist/actions/delete-webhook.mjs.map +1 -1
- package/dist/actions/get-credentials.cjs +14 -14
- package/dist/actions/get-credentials.cjs.map +1 -1
- package/dist/actions/get-credentials.d.cts +55 -3
- package/dist/actions/get-credentials.d.cts.map +1 -1
- package/dist/actions/get-credentials.d.mts +55 -3
- package/dist/actions/get-credentials.d.mts.map +1 -1
- package/dist/actions/get-credentials.mjs +14 -14
- package/dist/actions/get-credentials.mjs.map +1 -1
- package/dist/actions/get-document.cjs +16 -16
- package/dist/actions/get-document.cjs.map +1 -1
- package/dist/actions/get-document.d.cts +60 -3
- package/dist/actions/get-document.d.cts.map +1 -1
- package/dist/actions/get-document.d.mts +60 -3
- package/dist/actions/get-document.d.mts.map +1 -1
- package/dist/actions/get-document.mjs +16 -16
- package/dist/actions/get-document.mjs.map +1 -1
- package/dist/actions/list-bulk-sends.cjs +10 -10
- package/dist/actions/list-bulk-sends.cjs.map +1 -1
- package/dist/actions/list-bulk-sends.d.cts +28 -3
- package/dist/actions/list-bulk-sends.d.cts.map +1 -1
- package/dist/actions/list-bulk-sends.d.mts +28 -3
- package/dist/actions/list-bulk-sends.d.mts.map +1 -1
- package/dist/actions/list-bulk-sends.mjs +10 -10
- package/dist/actions/list-bulk-sends.mjs.map +1 -1
- package/dist/actions/list-webhooks.cjs +2 -2
- package/dist/actions/list-webhooks.cjs.map +1 -1
- package/dist/actions/list-webhooks.d.cts +10 -3
- package/dist/actions/list-webhooks.d.cts.map +1 -1
- package/dist/actions/list-webhooks.d.mts +10 -3
- package/dist/actions/list-webhooks.d.mts.map +1 -1
- package/dist/actions/list-webhooks.mjs +2 -2
- package/dist/actions/list-webhooks.mjs.map +1 -1
- package/dist/actions/send-reminder.cjs +18 -18
- package/dist/actions/send-reminder.cjs.map +1 -1
- package/dist/actions/send-reminder.d.cts +75 -3
- package/dist/actions/send-reminder.d.cts.map +1 -1
- package/dist/actions/send-reminder.d.mts +75 -3
- package/dist/actions/send-reminder.d.mts.map +1 -1
- package/dist/actions/send-reminder.mjs +18 -18
- package/dist/actions/send-reminder.mjs.map +1 -1
- package/dist/actions/update-and-send-document.cjs +17 -17
- package/dist/actions/update-and-send-document.cjs.map +1 -1
- package/dist/actions/update-and-send-document.d.cts +112 -3
- package/dist/actions/update-and-send-document.d.cts.map +1 -1
- package/dist/actions/update-and-send-document.d.mts +112 -3
- package/dist/actions/update-and-send-document.d.mts.map +1 -1
- package/dist/actions/update-and-send-document.mjs +17 -17
- package/dist/actions/update-and-send-document.mjs.map +1 -1
- package/dist/actions/update-template.cjs +16 -16
- package/dist/actions/update-template.cjs.map +1 -1
- package/dist/actions/update-template.d.cts +83 -3
- package/dist/actions/update-template.d.cts.map +1 -1
- package/dist/actions/update-template.d.mts +83 -3
- package/dist/actions/update-template.d.mts.map +1 -1
- package/dist/actions/update-template.mjs +16 -16
- package/dist/actions/update-template.mjs.map +1 -1
- package/dist/catalog.cjs +7 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +8 -0
- package/dist/catalog.d.mts +8 -0
- package/dist/catalog.mjs +7 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-bulk-sends.mjs","names":[],"sources":["../../src/actions/list-bulk-sends.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellListBulkSendsInput
|
|
1
|
+
{"version":3,"file":"list-bulk-sends.mjs","names":[],"sources":["../../src/actions/list-bulk-sends.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellListBulkSendsInput = z.object({\n page: z.number().int().describe(\"Page number for pagination. Defaults to 1.\").optional(),\n email: z.string().describe(\"Email address of the user that sent the Bulk Send. Requires admin or manager role to view other users' sends.\").optional(),\n per_page: z.number().int().describe(\"Number of results per page. Defaults to 10, maximum 50.\").optional(),\n api_application_id: z.string().describe(\"Unique identifier for API Application settings to scope the request.\").optional(),\n}).describe(\"Request model for listing bulk send actions.\");\nconst SignwellListBulkSends_BulkSendSummarySchema = z.object({\n id: z.string().describe(\"Unique identifier of the bulk send.\").nullable(),\n status: z.string().describe(\"Current status of the bulk send.\").nullable(),\n created_at: z.string().describe(\"Timestamp when the bulk send was created (ISO 8601).\").nullable(),\n total_sent: z.number().int().describe(\"Number of documents sent.\").nullable(),\n template_id: z.string().describe(\"Identifier of the template used in the bulk send.\").nullable(),\n total_failed: z.number().int().describe(\"Number of documents failed.\").nullable(),\n total_completed: z.number().int().describe(\"Number of documents completed.\").nullable(),\n}).describe(\"Schema representing a bulk send record summary.\");\nexport const SignwellListBulkSendsOutput = z.object({\n next_page: z.number().int().describe(\"Next page number if available, else null.\").nullable().optional(),\n bulk_sends: z.array(SignwellListBulkSends_BulkSendSummarySchema).describe(\"List of bulk send records.\"),\n total_count: z.number().int().describe(\"Total number of bulk send records.\").nullable(),\n total_pages: z.number().int().describe(\"Total number of pages available.\").nullable(),\n current_page: z.number().int().describe(\"Current page number.\").nullable(),\n previous_page: z.number().int().describe(\"Previous page number if available, else null.\").nullable().optional(),\n}).describe(\"Response schema for listing bulk send actions.\");\n\nexport const signwellListBulkSends = action(\"SIGNWELL_LIST_BULK_SENDS\", {\n slug: \"signwell-list-bulk-sends\",\n name: \"List Bulk Sends\",\n description: \"Tool to list all Bulk Sends. Use after setting up API credentials to retrieve paginated records.\",\n input: SignwellListBulkSendsInput,\n output: SignwellListBulkSendsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO;CACjD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CACvF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,CAAC,CAAC,SAAS;CACrJ,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACxG,oBAAoB,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;AAC3H,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAM,8CAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACjG,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAC5E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC/F,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CAChF,iBAAiB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAU7D,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAdyC,EAAE,OAAO;EAClD,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,YAAY,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,4BAA4B;EACtG,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EACtF,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACpF,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EACzE,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
|
|
@@ -3,10 +3,10 @@ let zod = require("zod");
|
|
|
3
3
|
//#region src/actions/list-webhooks.ts
|
|
4
4
|
const SignwellListWebhooksInput = zod.z.object({}).describe("Request model for listing webhooks. No parameters required.");
|
|
5
5
|
const SignwellListWebhooks_WebhookSchema = zod.z.object({
|
|
6
|
-
id: zod.z.string().describe("Unique identifier for the webhook"),
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the webhook").nullable(),
|
|
7
7
|
event: zod.z.string().describe("Event trigger for the webhook").nullable().optional(),
|
|
8
8
|
created_at: zod.z.string().describe("Timestamp when the webhook was created").nullable().optional(),
|
|
9
|
-
callback_url: zod.z.string().describe("Destination URL for the webhook")
|
|
9
|
+
callback_url: zod.z.string().describe("Destination URL for the webhook").nullable()
|
|
10
10
|
}).describe("Schema representing a single webhook registration.");
|
|
11
11
|
const SignwellListWebhooksOutput = zod.z.object({ webhooks: zod.z.array(SignwellListWebhooks_WebhookSchema).describe("List of registered webhooks on the account") }).describe("Response schema for listing webhooks.");
|
|
12
12
|
const signwellListWebhooks = require_action.action("SIGNWELL_LIST_WEBHOOKS", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.cjs","names":["z","action"],"sources":["../../src/actions/list-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellListWebhooksInput
|
|
1
|
+
{"version":3,"file":"list-webhooks.cjs","names":["z","action"],"sources":["../../src/actions/list-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellListWebhooksInput = z.object({}).describe(\"Request model for listing webhooks. No parameters required.\");\nconst SignwellListWebhooks_WebhookSchema = z.object({\n id: z.string().describe(\"Unique identifier for the webhook\").nullable(),\n event: z.string().describe(\"Event trigger for the webhook\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the webhook was created\").nullable().optional(),\n callback_url: z.string().describe(\"Destination URL for the webhook\").nullable(),\n}).describe(\"Schema representing a single webhook registration.\");\nexport const SignwellListWebhooksOutput = z.object({\n webhooks: z.array(SignwellListWebhooks_WebhookSchema).describe(\"List of registered webhooks on the account\"),\n}).describe(\"Response schema for listing webhooks.\");\n\nexport const signwellListWebhooks = action(\"SIGNWELL_LIST_WEBHOOKS\", {\n slug: \"signwell-list-webhooks\",\n name: \"List Webhooks\",\n description: \"Tool to list all registered webhooks. Use when you need to retrieve the active webhooks for your SignWell account after setup.\",\n input: SignwellListWebhooksInput,\n output: SignwellListWebhooksOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAC5H,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,UAAUA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,4CAA4C,EAC7G,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-webhooks.d.ts
|
|
4
|
-
declare const SignwellListWebhooksInput: z.
|
|
5
|
-
declare const SignwellListWebhooksOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const SignwellListWebhooksInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const SignwellListWebhooksOutput: z.ZodObject<{
|
|
6
|
+
webhooks: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
event: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
callback_url: z.ZodNullable<z.ZodString>;
|
|
11
|
+
}, z.core.$strip>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const signwellListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
14
|
//#endregion
|
|
8
15
|
export { signwellListWebhooks };
|
|
9
16
|
//# sourceMappingURL=list-webhooks.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.d.cts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"list-webhooks.d.cts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -1,9 +1,16 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/list-webhooks.d.ts
|
|
4
|
-
declare const SignwellListWebhooksInput: z.
|
|
5
|
-
declare const SignwellListWebhooksOutput: z.
|
|
6
|
-
|
|
4
|
+
declare const SignwellListWebhooksInput: z.ZodObject<{}, z.core.$strip>;
|
|
5
|
+
declare const SignwellListWebhooksOutput: z.ZodObject<{
|
|
6
|
+
webhooks: z.ZodArray<z.ZodObject<{
|
|
7
|
+
id: z.ZodNullable<z.ZodString>;
|
|
8
|
+
event: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
|
+
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
|
+
callback_url: z.ZodNullable<z.ZodString>;
|
|
11
|
+
}, z.core.$strip>>;
|
|
12
|
+
}, z.core.$strip>;
|
|
13
|
+
declare const signwellListWebhooks: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
14
|
//#endregion
|
|
8
15
|
export { signwellListWebhooks };
|
|
9
16
|
//# sourceMappingURL=list-webhooks.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.d.mts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"list-webhooks.d.mts","names":[],"sources":["../../src/actions/list-webhooks.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAOzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;cAI1B,oBAAA,gCAAoB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -3,10 +3,10 @@ import { z } from "zod";
|
|
|
3
3
|
//#region src/actions/list-webhooks.ts
|
|
4
4
|
const SignwellListWebhooksInput = z.object({}).describe("Request model for listing webhooks. No parameters required.");
|
|
5
5
|
const SignwellListWebhooks_WebhookSchema = z.object({
|
|
6
|
-
id: z.string().describe("Unique identifier for the webhook"),
|
|
6
|
+
id: z.string().describe("Unique identifier for the webhook").nullable(),
|
|
7
7
|
event: z.string().describe("Event trigger for the webhook").nullable().optional(),
|
|
8
8
|
created_at: z.string().describe("Timestamp when the webhook was created").nullable().optional(),
|
|
9
|
-
callback_url: z.string().describe("Destination URL for the webhook")
|
|
9
|
+
callback_url: z.string().describe("Destination URL for the webhook").nullable()
|
|
10
10
|
}).describe("Schema representing a single webhook registration.");
|
|
11
11
|
const signwellListWebhooks = action("SIGNWELL_LIST_WEBHOOKS", {
|
|
12
12
|
slug: "signwell-list-webhooks",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-webhooks.mjs","names":[],"sources":["../../src/actions/list-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellListWebhooksInput
|
|
1
|
+
{"version":3,"file":"list-webhooks.mjs","names":[],"sources":["../../src/actions/list-webhooks.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellListWebhooksInput = z.object({}).describe(\"Request model for listing webhooks. No parameters required.\");\nconst SignwellListWebhooks_WebhookSchema = z.object({\n id: z.string().describe(\"Unique identifier for the webhook\").nullable(),\n event: z.string().describe(\"Event trigger for the webhook\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the webhook was created\").nullable().optional(),\n callback_url: z.string().describe(\"Destination URL for the webhook\").nullable(),\n}).describe(\"Schema representing a single webhook registration.\");\nexport const SignwellListWebhooksOutput = z.object({\n webhooks: z.array(SignwellListWebhooks_WebhookSchema).describe(\"List of registered webhooks on the account\"),\n}).describe(\"Response schema for listing webhooks.\");\n\nexport const signwellListWebhooks = action(\"SIGNWELL_LIST_WEBHOOKS\", {\n slug: \"signwell-list-webhooks\",\n name: \"List Webhooks\",\n description: \"Tool to list all registered webhooks. Use when you need to retrieve the active webhooks for your SignWell account after setup.\",\n input: SignwellListWebhooksInput,\n output: SignwellListWebhooksOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAC5H,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAKhE,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwC,EAAE,OAAO,EACjD,UAAU,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,4CAA4C,EAC7G,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
|
|
@@ -9,20 +9,20 @@ const SignwellSendReminderInput = zod.z.object({
|
|
|
9
9
|
}).describe("A specific recipient to send a reminder to.")).describe("Optional list of specific recipients within the document to send a reminder email to. If none are specified, all recipients that have not signed yet will receive a reminder email.").optional()
|
|
10
10
|
}).describe("Request model for sending reminder emails to document recipients.");
|
|
11
11
|
const SignwellSendReminder_DocumentFileSchema = zod.z.object({
|
|
12
|
-
name: zod.z.string().describe("The name of the file."),
|
|
13
|
-
pages_number: zod.z.number().int().describe("Number of pages in the file.")
|
|
12
|
+
name: zod.z.string().describe("The name of the file.").nullable(),
|
|
13
|
+
pages_number: zod.z.number().int().describe("Number of pages in the file.").nullable()
|
|
14
14
|
}).describe("Information about a file in the document.");
|
|
15
15
|
const SignwellSendReminder_LabelSchema = zod.z.object({
|
|
16
|
-
id: zod.z.string().describe("Unique identifier for the label."),
|
|
17
|
-
name: zod.z.string().describe("Name of the label.")
|
|
16
|
+
id: zod.z.string().describe("Unique identifier for the label.").nullable(),
|
|
17
|
+
name: zod.z.string().describe("Name of the label.").nullable()
|
|
18
18
|
}).describe("Label information for document organization.");
|
|
19
19
|
const SignwellSendReminder_AttachmentRequestSchema = zod.z.object({
|
|
20
|
-
url: zod.z.string().describe("URL to access the attachment."),
|
|
21
|
-
name: zod.z.string().describe("Name of the attachment."),
|
|
22
|
-
required: zod.z.boolean().describe("Whether the attachment is required.")
|
|
20
|
+
url: zod.z.string().describe("URL to access the attachment.").nullable(),
|
|
21
|
+
name: zod.z.string().describe("Name of the attachment.").nullable(),
|
|
22
|
+
required: zod.z.boolean().describe("Whether the attachment is required.").nullable()
|
|
23
23
|
}).describe("Information about an attachment request for a recipient.");
|
|
24
24
|
const SignwellSendReminder_RecipientSchema = zod.z.object({
|
|
25
|
-
id: zod.z.string().describe("Unique identifier for this recipient."),
|
|
25
|
+
id: zod.z.string().describe("Unique identifier for this recipient.").nullable(),
|
|
26
26
|
name: zod.z.string().describe("Full name of the recipient.").nullable().optional(),
|
|
27
27
|
email: zod.z.string().describe("Email address of the recipient.").nullable().optional(),
|
|
28
28
|
status: zod.z.string().describe("Current signing status (e.g., 'draft', 'sent', 'completed', 'declined').").nullable().optional(),
|
|
@@ -38,26 +38,26 @@ const SignwellSendReminder_RecipientSchema = zod.z.object({
|
|
|
38
38
|
attachment_requests: zod.z.array(SignwellSendReminder_AttachmentRequestSchema).describe("List of attachment requests for this recipient.").nullable().optional()
|
|
39
39
|
}).describe("Information about a document recipient/signer.");
|
|
40
40
|
const SignwellSendReminder_ContactSchema = zod.z.object({
|
|
41
|
-
name: zod.z.string().describe("Name of the contact."),
|
|
42
|
-
email: zod.z.string().describe("Email address of the contact.")
|
|
41
|
+
name: zod.z.string().describe("Name of the contact.").nullable(),
|
|
42
|
+
email: zod.z.string().describe("Email address of the contact.").nullable()
|
|
43
43
|
}).describe("Contact information for copied contacts.");
|
|
44
44
|
const SignwellSendReminderOutput = zod.z.object({
|
|
45
|
-
id: zod.z.string().describe("Unique identifier of the document."),
|
|
46
|
-
name: zod.z.string().describe("Name of the document."),
|
|
45
|
+
id: zod.z.string().describe("Unique identifier of the document.").nullable(),
|
|
46
|
+
name: zod.z.string().describe("Name of the document.").nullable(),
|
|
47
47
|
files: zod.z.array(SignwellSendReminder_DocumentFileSchema).describe("List of files attached to this document.").nullable().optional(),
|
|
48
48
|
fields: zod.z.array(zod.z.array(zod.z.unknown())).describe("Form fields defined in the document.").nullable().optional(),
|
|
49
49
|
labels: zod.z.array(SignwellSendReminder_LabelSchema).describe("Labels/tags applied to the document.").nullable().optional(),
|
|
50
|
-
status: zod.z.string().describe("Current document status: 'Draft', 'Created', 'Pending', 'Completed', 'Cancelled', 'Expired', 'Bounced', 'Sent', or 'Declined'."),
|
|
50
|
+
status: zod.z.string().describe("Current document status: 'Draft', 'Created', 'Pending', 'Completed', 'Cancelled', 'Expired', 'Bounced', 'Sent', or 'Declined'.").nullable(),
|
|
51
51
|
message: zod.z.string().describe("Email message for signature requests.").nullable().optional(),
|
|
52
52
|
subject: zod.z.string().describe("Email subject for signature requests.").nullable().optional(),
|
|
53
|
-
archived: zod.z.boolean().describe("Whether the document has been archived."),
|
|
53
|
+
archived: zod.z.boolean().describe("Whether the document has been archived.").nullable(),
|
|
54
54
|
metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom key-value metadata associated with the document.").nullable().optional(),
|
|
55
55
|
reminders: zod.z.boolean().describe("Whether reminders are enabled.").nullable().optional(),
|
|
56
|
-
test_mode: zod.z.boolean().describe("Whether this is a test document (not legally binding)."),
|
|
57
|
-
created_at: zod.z.string().describe("ISO 8601 timestamp when document was created."),
|
|
56
|
+
test_mode: zod.z.boolean().describe("Whether this is a test document (not legally binding).").nullable(),
|
|
57
|
+
created_at: zod.z.string().describe("ISO 8601 timestamp when document was created.").nullable(),
|
|
58
58
|
expires_in: zod.z.number().int().describe("Number of days before the signing request expires.").nullable().optional(),
|
|
59
59
|
recipients: zod.z.array(SignwellSendReminder_RecipientSchema).describe("List of recipients/signers for this document.").nullable().optional(),
|
|
60
|
-
updated_at: zod.z.string().describe("ISO 8601 timestamp when document was last updated."),
|
|
60
|
+
updated_at: zod.z.string().describe("ISO 8601 timestamp when document was last updated.").nullable(),
|
|
61
61
|
redirect_url: zod.z.string().describe("URL to redirect to after successful signing.").nullable().optional(),
|
|
62
62
|
allow_decline: zod.z.boolean().describe("Whether recipients can decline to sign.").nullable().optional(),
|
|
63
63
|
error_message: zod.z.string().describe("Error message if document has issues (e.g., bounced email).").nullable().optional(),
|
|
@@ -72,7 +72,7 @@ const SignwellSendReminderOutput = zod.z.object({
|
|
|
72
72
|
embedded_preview_url: zod.z.string().describe("URL to preview the document.").nullable().optional(),
|
|
73
73
|
custom_requester_name: zod.z.string().describe("Custom name used in email communications.").nullable().optional(),
|
|
74
74
|
custom_requester_email: zod.z.string().describe("Custom email used in communications.").nullable().optional(),
|
|
75
|
-
requester_email_address: zod.z.string().describe("Email address of the person who created the document.")
|
|
75
|
+
requester_email_address: zod.z.string().describe("Email address of the person who created the document.").nullable()
|
|
76
76
|
}).describe("Response containing updated document information after sending reminder.");
|
|
77
77
|
const signwellSendReminder = require_action.action("SIGNWELL_SEND_REMINDER", {
|
|
78
78
|
slug: "signwell-send-reminder",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-reminder.cjs","names":["z","action"],"sources":["../../src/actions/send-reminder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellSendReminderInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the document for which to send reminders. This ID is returned when creating a document via SIGNWELL_CREATE_DOCUMENT or can be retrieved using SIGNWELL_GET_DOCUMENT.\"),\n recipients: z.array(z.object({\n name: z.string().describe(\"Full name of the recipient to remind.\"),\n email: z.string().describe(\"Email address of the recipient to remind.\"),\n}).describe(\"A specific recipient to send a reminder to.\")).describe(\"Optional list of specific recipients within the document to send a reminder email to. If none are specified, all recipients that have not signed yet will receive a reminder email.\").optional(),\n}).describe(\"Request model for sending reminder emails to document recipients.\");\nconst SignwellSendReminder_DocumentFileSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the file.\"),\n pages_number: z.number().int().describe(\"Number of pages in the file.\"),\n}).describe(\"Information about a file in the document.\");\nconst SignwellSendReminder_LabelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the label.\"),\n name: z.string().describe(\"Name of the label.\"),\n}).describe(\"Label information for document organization.\");\nconst SignwellSendReminder_AttachmentRequestSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to access the attachment.\"),\n name: z.string().describe(\"Name of the attachment.\"),\n required: z.boolean().describe(\"Whether the attachment is required.\"),\n}).describe(\"Information about an attachment request for a recipient.\");\nconst SignwellSendReminder_RecipientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this recipient.\"),\n name: z.string().describe(\"Full name of the recipient.\").nullable().optional(),\n email: z.string().describe(\"Email address of the recipient.\").nullable().optional(),\n status: z.string().describe(\"Current signing status (e.g., 'draft', 'sent', 'completed', 'declined').\").nullable().optional(),\n bounced: z.boolean().describe(\"Whether the email to this recipient bounced.\").nullable().optional(),\n message: z.string().describe(\"Custom message for this recipient.\").nullable().optional(),\n subject: z.string().describe(\"Custom subject for this recipient.\").nullable().optional(),\n passcode: z.string().describe(\"Passcode for signing access.\").nullable().optional(),\n send_email: z.boolean().describe(\"Whether to send signing request via email.\").nullable().optional(),\n signing_url: z.string().describe(\"URL where the recipient can sign the document.\").nullable().optional(),\n signing_order: z.number().int().describe(\"Order in which this recipient signs.\").nullable().optional(),\n bounced_details: z.string().describe(\"Details about why the email bounced.\").nullable().optional(),\n send_email_delay: z.number().int().describe(\"Delay in hours before sending email.\").nullable().optional(),\n attachment_requests: z.array(SignwellSendReminder_AttachmentRequestSchema).describe(\"List of attachment requests for this recipient.\").nullable().optional(),\n}).describe(\"Information about a document recipient/signer.\");\nconst SignwellSendReminder_ContactSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the contact.\"),\n email: z.string().describe(\"Email address of the contact.\"),\n}).describe(\"Contact information for copied contacts.\");\nexport const SignwellSendReminderOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the document.\"),\n name: z.string().describe(\"Name of the document.\"),\n files: z.array(SignwellSendReminder_DocumentFileSchema).describe(\"List of files attached to this document.\").nullable().optional(),\n fields: z.array(z.array(z.unknown())).describe(\"Form fields defined in the document.\").nullable().optional(),\n labels: z.array(SignwellSendReminder_LabelSchema).describe(\"Labels/tags applied to the document.\").nullable().optional(),\n status: z.string().describe(\"Current document status: 'Draft', 'Created', 'Pending', 'Completed', 'Cancelled', 'Expired', 'Bounced', 'Sent', or 'Declined'.\"),\n message: z.string().describe(\"Email message for signature requests.\").nullable().optional(),\n subject: z.string().describe(\"Email subject for signature requests.\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the document has been archived.\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom key-value metadata associated with the document.\").nullable().optional(),\n reminders: z.boolean().describe(\"Whether reminders are enabled.\").nullable().optional(),\n test_mode: z.boolean().describe(\"Whether this is a test document (not legally binding).\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when document was created.\"),\n expires_in: z.number().int().describe(\"Number of days before the signing request expires.\").nullable().optional(),\n recipients: z.array(SignwellSendReminder_RecipientSchema).describe(\"List of recipients/signers for this document.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when document was last updated.\"),\n redirect_url: z.string().describe(\"URL to redirect to after successful signing.\").nullable().optional(),\n allow_decline: z.boolean().describe(\"Whether recipients can decline to sign.\").nullable().optional(),\n error_message: z.string().describe(\"Error message if document has issues (e.g., bounced email).\").nullable().optional(),\n allow_reassign: z.boolean().describe(\"Whether signers can reassign their responsibility.\").nullable().optional(),\n copied_contacts: z.array(SignwellSendReminder_ContactSchema).describe(\"Contacts who receive copies of completed documents.\").nullable().optional(),\n decline_message: z.string().describe(\"Message provided if the document was declined.\").nullable().optional(),\n embedded_signing: z.boolean().describe(\"Whether embedded signing (iframe) is enabled.\").nullable().optional(),\n embedded_edit_url: z.string().describe(\"URL to edit the document in SignWell's editor.\").nullable().optional(),\n api_application_id: z.string().describe(\"UUID of the API Application settings used.\").nullable().optional(),\n apply_signing_order: z.boolean().describe(\"Whether signing must follow a specific order.\").nullable().optional(),\n decline_redirect_url: z.string().describe(\"URL to redirect to if signing is declined.\").nullable().optional(),\n embedded_preview_url: z.string().describe(\"URL to preview the document.\").nullable().optional(),\n custom_requester_name: z.string().describe(\"Custom name used in email communications.\").nullable().optional(),\n custom_requester_email: z.string().describe(\"Custom email used in communications.\").nullable().optional(),\n requester_email_address: z.string().describe(\"Email address of the person who created the document.\"),\n}).describe(\"Response containing updated document information after sending reminder.\");\n\nexport const signwellSendReminder = action(\"SIGNWELL_SEND_REMINDER\", {\n slug: \"signwell-send-reminder\",\n name: \"Send Reminder\",\n description: \"Tool to send a reminder email to recipients that have not signed yet. Use when you need to prompt unsigned recipients to complete their signature.\",\n input: SignwellSendReminderInput,\n output: SignwellSendReminderOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"send-reminder.cjs","names":["z","action"],"sources":["../../src/actions/send-reminder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellSendReminderInput = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the document for which to send reminders. This ID is returned when creating a document via SIGNWELL_CREATE_DOCUMENT or can be retrieved using SIGNWELL_GET_DOCUMENT.\"),\n recipients: z.array(z.object({\n name: z.string().describe(\"Full name of the recipient to remind.\"),\n email: z.string().describe(\"Email address of the recipient to remind.\"),\n}).describe(\"A specific recipient to send a reminder to.\")).describe(\"Optional list of specific recipients within the document to send a reminder email to. If none are specified, all recipients that have not signed yet will receive a reminder email.\").optional(),\n}).describe(\"Request model for sending reminder emails to document recipients.\");\nconst SignwellSendReminder_DocumentFileSchema = z.object({\n name: z.string().describe(\"The name of the file.\").nullable(),\n pages_number: z.number().int().describe(\"Number of pages in the file.\").nullable(),\n}).describe(\"Information about a file in the document.\");\nconst SignwellSendReminder_LabelSchema = z.object({\n id: z.string().describe(\"Unique identifier for the label.\").nullable(),\n name: z.string().describe(\"Name of the label.\").nullable(),\n}).describe(\"Label information for document organization.\");\nconst SignwellSendReminder_AttachmentRequestSchema = z.object({\n url: z.string().describe(\"URL to access the attachment.\").nullable(),\n name: z.string().describe(\"Name of the attachment.\").nullable(),\n required: z.boolean().describe(\"Whether the attachment is required.\").nullable(),\n}).describe(\"Information about an attachment request for a recipient.\");\nconst SignwellSendReminder_RecipientSchema = z.object({\n id: z.string().describe(\"Unique identifier for this recipient.\").nullable(),\n name: z.string().describe(\"Full name of the recipient.\").nullable().optional(),\n email: z.string().describe(\"Email address of the recipient.\").nullable().optional(),\n status: z.string().describe(\"Current signing status (e.g., 'draft', 'sent', 'completed', 'declined').\").nullable().optional(),\n bounced: z.boolean().describe(\"Whether the email to this recipient bounced.\").nullable().optional(),\n message: z.string().describe(\"Custom message for this recipient.\").nullable().optional(),\n subject: z.string().describe(\"Custom subject for this recipient.\").nullable().optional(),\n passcode: z.string().describe(\"Passcode for signing access.\").nullable().optional(),\n send_email: z.boolean().describe(\"Whether to send signing request via email.\").nullable().optional(),\n signing_url: z.string().describe(\"URL where the recipient can sign the document.\").nullable().optional(),\n signing_order: z.number().int().describe(\"Order in which this recipient signs.\").nullable().optional(),\n bounced_details: z.string().describe(\"Details about why the email bounced.\").nullable().optional(),\n send_email_delay: z.number().int().describe(\"Delay in hours before sending email.\").nullable().optional(),\n attachment_requests: z.array(SignwellSendReminder_AttachmentRequestSchema).describe(\"List of attachment requests for this recipient.\").nullable().optional(),\n}).describe(\"Information about a document recipient/signer.\");\nconst SignwellSendReminder_ContactSchema = z.object({\n name: z.string().describe(\"Name of the contact.\").nullable(),\n email: z.string().describe(\"Email address of the contact.\").nullable(),\n}).describe(\"Contact information for copied contacts.\");\nexport const SignwellSendReminderOutput = z.object({\n id: z.string().describe(\"Unique identifier of the document.\").nullable(),\n name: z.string().describe(\"Name of the document.\").nullable(),\n files: z.array(SignwellSendReminder_DocumentFileSchema).describe(\"List of files attached to this document.\").nullable().optional(),\n fields: z.array(z.array(z.unknown())).describe(\"Form fields defined in the document.\").nullable().optional(),\n labels: z.array(SignwellSendReminder_LabelSchema).describe(\"Labels/tags applied to the document.\").nullable().optional(),\n status: z.string().describe(\"Current document status: 'Draft', 'Created', 'Pending', 'Completed', 'Cancelled', 'Expired', 'Bounced', 'Sent', or 'Declined'.\").nullable(),\n message: z.string().describe(\"Email message for signature requests.\").nullable().optional(),\n subject: z.string().describe(\"Email subject for signature requests.\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the document has been archived.\").nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom key-value metadata associated with the document.\").nullable().optional(),\n reminders: z.boolean().describe(\"Whether reminders are enabled.\").nullable().optional(),\n test_mode: z.boolean().describe(\"Whether this is a test document (not legally binding).\").nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when document was created.\").nullable(),\n expires_in: z.number().int().describe(\"Number of days before the signing request expires.\").nullable().optional(),\n recipients: z.array(SignwellSendReminder_RecipientSchema).describe(\"List of recipients/signers for this document.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when document was last updated.\").nullable(),\n redirect_url: z.string().describe(\"URL to redirect to after successful signing.\").nullable().optional(),\n allow_decline: z.boolean().describe(\"Whether recipients can decline to sign.\").nullable().optional(),\n error_message: z.string().describe(\"Error message if document has issues (e.g., bounced email).\").nullable().optional(),\n allow_reassign: z.boolean().describe(\"Whether signers can reassign their responsibility.\").nullable().optional(),\n copied_contacts: z.array(SignwellSendReminder_ContactSchema).describe(\"Contacts who receive copies of completed documents.\").nullable().optional(),\n decline_message: z.string().describe(\"Message provided if the document was declined.\").nullable().optional(),\n embedded_signing: z.boolean().describe(\"Whether embedded signing (iframe) is enabled.\").nullable().optional(),\n embedded_edit_url: z.string().describe(\"URL to edit the document in SignWell's editor.\").nullable().optional(),\n api_application_id: z.string().describe(\"UUID of the API Application settings used.\").nullable().optional(),\n apply_signing_order: z.boolean().describe(\"Whether signing must follow a specific order.\").nullable().optional(),\n decline_redirect_url: z.string().describe(\"URL to redirect to if signing is declined.\").nullable().optional(),\n embedded_preview_url: z.string().describe(\"URL to preview the document.\").nullable().optional(),\n custom_requester_name: z.string().describe(\"Custom name used in email communications.\").nullable().optional(),\n custom_requester_email: z.string().describe(\"Custom email used in communications.\").nullable().optional(),\n requester_email_address: z.string().describe(\"Email address of the person who created the document.\").nullable(),\n}).describe(\"Response containing updated document information after sending reminder.\");\n\nexport const signwellSendReminder = action(\"SIGNWELL_SEND_REMINDER\", {\n slug: \"signwell-send-reminder\",\n name: \"Send Reminder\",\n description: \"Tool to send a reminder email to recipients that have not signed yet. Use when you need to prompt unsigned recipients to complete their signature.\",\n input: SignwellSendReminderInput,\n output: SignwellSendReminderOutput,\n});\n"],"mappings":"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"}
|
|
@@ -1,9 +1,81 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/send-reminder.d.ts
|
|
4
|
-
declare const SignwellSendReminderInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SignwellSendReminderInput: z.ZodObject<{
|
|
5
|
+
id: z.ZodString;
|
|
6
|
+
recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7
|
+
name: z.ZodString;
|
|
8
|
+
email: z.ZodString;
|
|
9
|
+
}, z.core.$strip>>>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
declare const SignwellSendReminderOutput: z.ZodObject<{
|
|
12
|
+
id: z.ZodNullable<z.ZodString>;
|
|
13
|
+
name: z.ZodNullable<z.ZodString>;
|
|
14
|
+
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
15
|
+
name: z.ZodNullable<z.ZodString>;
|
|
16
|
+
pages_number: z.ZodNullable<z.ZodNumber>;
|
|
17
|
+
}, z.core.$strip>>>>;
|
|
18
|
+
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodArray<z.ZodUnknown>>>>;
|
|
19
|
+
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
20
|
+
id: z.ZodNullable<z.ZodString>;
|
|
21
|
+
name: z.ZodNullable<z.ZodString>;
|
|
22
|
+
}, z.core.$strip>>>>;
|
|
23
|
+
status: z.ZodNullable<z.ZodString>;
|
|
24
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
archived: z.ZodNullable<z.ZodBoolean>;
|
|
27
|
+
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
28
|
+
reminders: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
29
|
+
test_mode: z.ZodNullable<z.ZodBoolean>;
|
|
30
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
31
|
+
expires_in: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
recipients: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
33
|
+
id: z.ZodNullable<z.ZodString>;
|
|
34
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
bounced: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
38
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
passcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
send_email: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
42
|
+
signing_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
signing_order: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
44
|
+
bounced_details: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
send_email_delay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
|
+
attachment_requests: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
47
|
+
url: z.ZodNullable<z.ZodString>;
|
|
48
|
+
name: z.ZodNullable<z.ZodString>;
|
|
49
|
+
required: z.ZodNullable<z.ZodBoolean>;
|
|
50
|
+
}, z.core.$strip>>>>;
|
|
51
|
+
}, z.core.$strip>>>>;
|
|
52
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
53
|
+
redirect_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
allow_decline: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
55
|
+
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
allow_reassign: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
57
|
+
copied_contacts: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
58
|
+
name: z.ZodNullable<z.ZodString>;
|
|
59
|
+
email: z.ZodNullable<z.ZodString>;
|
|
60
|
+
}, z.core.$strip>>>>;
|
|
61
|
+
decline_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
embedded_signing: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
63
|
+
embedded_edit_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
api_application_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
apply_signing_order: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
66
|
+
decline_redirect_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
embedded_preview_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
custom_requester_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
|
+
custom_requester_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
|
+
requester_email_address: z.ZodNullable<z.ZodString>;
|
|
71
|
+
}, z.core.$strip>;
|
|
72
|
+
declare const signwellSendReminder: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
73
|
+
id: string;
|
|
74
|
+
recipients?: {
|
|
75
|
+
name: string;
|
|
76
|
+
email: string;
|
|
77
|
+
}[] | undefined;
|
|
78
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
79
|
//#endregion
|
|
8
80
|
export { signwellSendReminder };
|
|
9
81
|
//# sourceMappingURL=send-reminder.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-reminder.d.cts","names":[],"sources":["../../src/actions/send-reminder.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"send-reminder.d.cts","names":[],"sources":["../../src/actions/send-reminder.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;cAwCzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -1,9 +1,81 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/actions/send-reminder.d.ts
|
|
4
|
-
declare const SignwellSendReminderInput: z.
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
declare const SignwellSendReminderInput: z.ZodObject<{
|
|
5
|
+
id: z.ZodString;
|
|
6
|
+
recipients: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
7
|
+
name: z.ZodString;
|
|
8
|
+
email: z.ZodString;
|
|
9
|
+
}, z.core.$strip>>>;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
declare const SignwellSendReminderOutput: z.ZodObject<{
|
|
12
|
+
id: z.ZodNullable<z.ZodString>;
|
|
13
|
+
name: z.ZodNullable<z.ZodString>;
|
|
14
|
+
files: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
15
|
+
name: z.ZodNullable<z.ZodString>;
|
|
16
|
+
pages_number: z.ZodNullable<z.ZodNumber>;
|
|
17
|
+
}, z.core.$strip>>>>;
|
|
18
|
+
fields: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodArray<z.ZodUnknown>>>>;
|
|
19
|
+
labels: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
20
|
+
id: z.ZodNullable<z.ZodString>;
|
|
21
|
+
name: z.ZodNullable<z.ZodString>;
|
|
22
|
+
}, z.core.$strip>>>>;
|
|
23
|
+
status: z.ZodNullable<z.ZodString>;
|
|
24
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
25
|
+
subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
26
|
+
archived: z.ZodNullable<z.ZodBoolean>;
|
|
27
|
+
metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
28
|
+
reminders: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
29
|
+
test_mode: z.ZodNullable<z.ZodBoolean>;
|
|
30
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
31
|
+
expires_in: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
|
+
recipients: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
33
|
+
id: z.ZodNullable<z.ZodString>;
|
|
34
|
+
name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
+
email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
36
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
37
|
+
bounced: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
38
|
+
message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
39
|
+
subject: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
40
|
+
passcode: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
41
|
+
send_email: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
42
|
+
signing_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
43
|
+
signing_order: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
44
|
+
bounced_details: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
45
|
+
send_email_delay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
46
|
+
attachment_requests: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
47
|
+
url: z.ZodNullable<z.ZodString>;
|
|
48
|
+
name: z.ZodNullable<z.ZodString>;
|
|
49
|
+
required: z.ZodNullable<z.ZodBoolean>;
|
|
50
|
+
}, z.core.$strip>>>>;
|
|
51
|
+
}, z.core.$strip>>>>;
|
|
52
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
53
|
+
redirect_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
54
|
+
allow_decline: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
55
|
+
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
56
|
+
allow_reassign: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
57
|
+
copied_contacts: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
58
|
+
name: z.ZodNullable<z.ZodString>;
|
|
59
|
+
email: z.ZodNullable<z.ZodString>;
|
|
60
|
+
}, z.core.$strip>>>>;
|
|
61
|
+
decline_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
62
|
+
embedded_signing: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
63
|
+
embedded_edit_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
64
|
+
api_application_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
65
|
+
apply_signing_order: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
66
|
+
decline_redirect_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
67
|
+
embedded_preview_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
68
|
+
custom_requester_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
69
|
+
custom_requester_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
70
|
+
requester_email_address: z.ZodNullable<z.ZodString>;
|
|
71
|
+
}, z.core.$strip>;
|
|
72
|
+
declare const signwellSendReminder: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
73
|
+
id: string;
|
|
74
|
+
recipients?: {
|
|
75
|
+
name: string;
|
|
76
|
+
email: string;
|
|
77
|
+
}[] | undefined;
|
|
78
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
79
|
//#endregion
|
|
8
80
|
export { signwellSendReminder };
|
|
9
81
|
//# sourceMappingURL=send-reminder.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-reminder.d.mts","names":[],"sources":["../../src/actions/send-reminder.ts"],"mappings":";;;cAIa,yBAAA,
|
|
1
|
+
{"version":3,"file":"send-reminder.d.mts","names":[],"sources":["../../src/actions/send-reminder.ts"],"mappings":";;;cAIa,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;cAwCzB,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAkC1B,oBAAA,gCAAoB,wBAAA"}
|
|
@@ -9,20 +9,20 @@ const SignwellSendReminderInput = z.object({
|
|
|
9
9
|
}).describe("A specific recipient to send a reminder to.")).describe("Optional list of specific recipients within the document to send a reminder email to. If none are specified, all recipients that have not signed yet will receive a reminder email.").optional()
|
|
10
10
|
}).describe("Request model for sending reminder emails to document recipients.");
|
|
11
11
|
const SignwellSendReminder_DocumentFileSchema = z.object({
|
|
12
|
-
name: z.string().describe("The name of the file."),
|
|
13
|
-
pages_number: z.number().int().describe("Number of pages in the file.")
|
|
12
|
+
name: z.string().describe("The name of the file.").nullable(),
|
|
13
|
+
pages_number: z.number().int().describe("Number of pages in the file.").nullable()
|
|
14
14
|
}).describe("Information about a file in the document.");
|
|
15
15
|
const SignwellSendReminder_LabelSchema = z.object({
|
|
16
|
-
id: z.string().describe("Unique identifier for the label."),
|
|
17
|
-
name: z.string().describe("Name of the label.")
|
|
16
|
+
id: z.string().describe("Unique identifier for the label.").nullable(),
|
|
17
|
+
name: z.string().describe("Name of the label.").nullable()
|
|
18
18
|
}).describe("Label information for document organization.");
|
|
19
19
|
const SignwellSendReminder_AttachmentRequestSchema = z.object({
|
|
20
|
-
url: z.string().describe("URL to access the attachment."),
|
|
21
|
-
name: z.string().describe("Name of the attachment."),
|
|
22
|
-
required: z.boolean().describe("Whether the attachment is required.")
|
|
20
|
+
url: z.string().describe("URL to access the attachment.").nullable(),
|
|
21
|
+
name: z.string().describe("Name of the attachment.").nullable(),
|
|
22
|
+
required: z.boolean().describe("Whether the attachment is required.").nullable()
|
|
23
23
|
}).describe("Information about an attachment request for a recipient.");
|
|
24
24
|
const SignwellSendReminder_RecipientSchema = z.object({
|
|
25
|
-
id: z.string().describe("Unique identifier for this recipient."),
|
|
25
|
+
id: z.string().describe("Unique identifier for this recipient.").nullable(),
|
|
26
26
|
name: z.string().describe("Full name of the recipient.").nullable().optional(),
|
|
27
27
|
email: z.string().describe("Email address of the recipient.").nullable().optional(),
|
|
28
28
|
status: z.string().describe("Current signing status (e.g., 'draft', 'sent', 'completed', 'declined').").nullable().optional(),
|
|
@@ -38,8 +38,8 @@ const SignwellSendReminder_RecipientSchema = z.object({
|
|
|
38
38
|
attachment_requests: z.array(SignwellSendReminder_AttachmentRequestSchema).describe("List of attachment requests for this recipient.").nullable().optional()
|
|
39
39
|
}).describe("Information about a document recipient/signer.");
|
|
40
40
|
const SignwellSendReminder_ContactSchema = z.object({
|
|
41
|
-
name: z.string().describe("Name of the contact."),
|
|
42
|
-
email: z.string().describe("Email address of the contact.")
|
|
41
|
+
name: z.string().describe("Name of the contact.").nullable(),
|
|
42
|
+
email: z.string().describe("Email address of the contact.").nullable()
|
|
43
43
|
}).describe("Contact information for copied contacts.");
|
|
44
44
|
const signwellSendReminder = action("SIGNWELL_SEND_REMINDER", {
|
|
45
45
|
slug: "signwell-send-reminder",
|
|
@@ -47,22 +47,22 @@ const signwellSendReminder = action("SIGNWELL_SEND_REMINDER", {
|
|
|
47
47
|
description: "Tool to send a reminder email to recipients that have not signed yet. Use when you need to prompt unsigned recipients to complete their signature.",
|
|
48
48
|
input: SignwellSendReminderInput,
|
|
49
49
|
output: z.object({
|
|
50
|
-
id: z.string().describe("Unique identifier of the document."),
|
|
51
|
-
name: z.string().describe("Name of the document."),
|
|
50
|
+
id: z.string().describe("Unique identifier of the document.").nullable(),
|
|
51
|
+
name: z.string().describe("Name of the document.").nullable(),
|
|
52
52
|
files: z.array(SignwellSendReminder_DocumentFileSchema).describe("List of files attached to this document.").nullable().optional(),
|
|
53
53
|
fields: z.array(z.array(z.unknown())).describe("Form fields defined in the document.").nullable().optional(),
|
|
54
54
|
labels: z.array(SignwellSendReminder_LabelSchema).describe("Labels/tags applied to the document.").nullable().optional(),
|
|
55
|
-
status: z.string().describe("Current document status: 'Draft', 'Created', 'Pending', 'Completed', 'Cancelled', 'Expired', 'Bounced', 'Sent', or 'Declined'."),
|
|
55
|
+
status: z.string().describe("Current document status: 'Draft', 'Created', 'Pending', 'Completed', 'Cancelled', 'Expired', 'Bounced', 'Sent', or 'Declined'.").nullable(),
|
|
56
56
|
message: z.string().describe("Email message for signature requests.").nullable().optional(),
|
|
57
57
|
subject: z.string().describe("Email subject for signature requests.").nullable().optional(),
|
|
58
|
-
archived: z.boolean().describe("Whether the document has been archived."),
|
|
58
|
+
archived: z.boolean().describe("Whether the document has been archived.").nullable(),
|
|
59
59
|
metadata: z.record(z.string(), z.unknown()).describe("Custom key-value metadata associated with the document.").nullable().optional(),
|
|
60
60
|
reminders: z.boolean().describe("Whether reminders are enabled.").nullable().optional(),
|
|
61
|
-
test_mode: z.boolean().describe("Whether this is a test document (not legally binding)."),
|
|
62
|
-
created_at: z.string().describe("ISO 8601 timestamp when document was created."),
|
|
61
|
+
test_mode: z.boolean().describe("Whether this is a test document (not legally binding).").nullable(),
|
|
62
|
+
created_at: z.string().describe("ISO 8601 timestamp when document was created.").nullable(),
|
|
63
63
|
expires_in: z.number().int().describe("Number of days before the signing request expires.").nullable().optional(),
|
|
64
64
|
recipients: z.array(SignwellSendReminder_RecipientSchema).describe("List of recipients/signers for this document.").nullable().optional(),
|
|
65
|
-
updated_at: z.string().describe("ISO 8601 timestamp when document was last updated."),
|
|
65
|
+
updated_at: z.string().describe("ISO 8601 timestamp when document was last updated.").nullable(),
|
|
66
66
|
redirect_url: z.string().describe("URL to redirect to after successful signing.").nullable().optional(),
|
|
67
67
|
allow_decline: z.boolean().describe("Whether recipients can decline to sign.").nullable().optional(),
|
|
68
68
|
error_message: z.string().describe("Error message if document has issues (e.g., bounced email).").nullable().optional(),
|
|
@@ -77,7 +77,7 @@ const signwellSendReminder = action("SIGNWELL_SEND_REMINDER", {
|
|
|
77
77
|
embedded_preview_url: z.string().describe("URL to preview the document.").nullable().optional(),
|
|
78
78
|
custom_requester_name: z.string().describe("Custom name used in email communications.").nullable().optional(),
|
|
79
79
|
custom_requester_email: z.string().describe("Custom email used in communications.").nullable().optional(),
|
|
80
|
-
requester_email_address: z.string().describe("Email address of the person who created the document.")
|
|
80
|
+
requester_email_address: z.string().describe("Email address of the person who created the document.").nullable()
|
|
81
81
|
}).describe("Response containing updated document information after sending reminder.")
|
|
82
82
|
});
|
|
83
83
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"send-reminder.mjs","names":[],"sources":["../../src/actions/send-reminder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellSendReminderInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the document for which to send reminders. This ID is returned when creating a document via SIGNWELL_CREATE_DOCUMENT or can be retrieved using SIGNWELL_GET_DOCUMENT.\"),\n recipients: z.array(z.object({\n name: z.string().describe(\"Full name of the recipient to remind.\"),\n email: z.string().describe(\"Email address of the recipient to remind.\"),\n}).describe(\"A specific recipient to send a reminder to.\")).describe(\"Optional list of specific recipients within the document to send a reminder email to. If none are specified, all recipients that have not signed yet will receive a reminder email.\").optional(),\n}).describe(\"Request model for sending reminder emails to document recipients.\");\nconst SignwellSendReminder_DocumentFileSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The name of the file.\"),\n pages_number: z.number().int().describe(\"Number of pages in the file.\"),\n}).describe(\"Information about a file in the document.\");\nconst SignwellSendReminder_LabelSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the label.\"),\n name: z.string().describe(\"Name of the label.\"),\n}).describe(\"Label information for document organization.\");\nconst SignwellSendReminder_AttachmentRequestSchema: z.ZodTypeAny = z.object({\n url: z.string().describe(\"URL to access the attachment.\"),\n name: z.string().describe(\"Name of the attachment.\"),\n required: z.boolean().describe(\"Whether the attachment is required.\"),\n}).describe(\"Information about an attachment request for a recipient.\");\nconst SignwellSendReminder_RecipientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for this recipient.\"),\n name: z.string().describe(\"Full name of the recipient.\").nullable().optional(),\n email: z.string().describe(\"Email address of the recipient.\").nullable().optional(),\n status: z.string().describe(\"Current signing status (e.g., 'draft', 'sent', 'completed', 'declined').\").nullable().optional(),\n bounced: z.boolean().describe(\"Whether the email to this recipient bounced.\").nullable().optional(),\n message: z.string().describe(\"Custom message for this recipient.\").nullable().optional(),\n subject: z.string().describe(\"Custom subject for this recipient.\").nullable().optional(),\n passcode: z.string().describe(\"Passcode for signing access.\").nullable().optional(),\n send_email: z.boolean().describe(\"Whether to send signing request via email.\").nullable().optional(),\n signing_url: z.string().describe(\"URL where the recipient can sign the document.\").nullable().optional(),\n signing_order: z.number().int().describe(\"Order in which this recipient signs.\").nullable().optional(),\n bounced_details: z.string().describe(\"Details about why the email bounced.\").nullable().optional(),\n send_email_delay: z.number().int().describe(\"Delay in hours before sending email.\").nullable().optional(),\n attachment_requests: z.array(SignwellSendReminder_AttachmentRequestSchema).describe(\"List of attachment requests for this recipient.\").nullable().optional(),\n}).describe(\"Information about a document recipient/signer.\");\nconst SignwellSendReminder_ContactSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Name of the contact.\"),\n email: z.string().describe(\"Email address of the contact.\"),\n}).describe(\"Contact information for copied contacts.\");\nexport const SignwellSendReminderOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the document.\"),\n name: z.string().describe(\"Name of the document.\"),\n files: z.array(SignwellSendReminder_DocumentFileSchema).describe(\"List of files attached to this document.\").nullable().optional(),\n fields: z.array(z.array(z.unknown())).describe(\"Form fields defined in the document.\").nullable().optional(),\n labels: z.array(SignwellSendReminder_LabelSchema).describe(\"Labels/tags applied to the document.\").nullable().optional(),\n status: z.string().describe(\"Current document status: 'Draft', 'Created', 'Pending', 'Completed', 'Cancelled', 'Expired', 'Bounced', 'Sent', or 'Declined'.\"),\n message: z.string().describe(\"Email message for signature requests.\").nullable().optional(),\n subject: z.string().describe(\"Email subject for signature requests.\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the document has been archived.\"),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom key-value metadata associated with the document.\").nullable().optional(),\n reminders: z.boolean().describe(\"Whether reminders are enabled.\").nullable().optional(),\n test_mode: z.boolean().describe(\"Whether this is a test document (not legally binding).\"),\n created_at: z.string().describe(\"ISO 8601 timestamp when document was created.\"),\n expires_in: z.number().int().describe(\"Number of days before the signing request expires.\").nullable().optional(),\n recipients: z.array(SignwellSendReminder_RecipientSchema).describe(\"List of recipients/signers for this document.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when document was last updated.\"),\n redirect_url: z.string().describe(\"URL to redirect to after successful signing.\").nullable().optional(),\n allow_decline: z.boolean().describe(\"Whether recipients can decline to sign.\").nullable().optional(),\n error_message: z.string().describe(\"Error message if document has issues (e.g., bounced email).\").nullable().optional(),\n allow_reassign: z.boolean().describe(\"Whether signers can reassign their responsibility.\").nullable().optional(),\n copied_contacts: z.array(SignwellSendReminder_ContactSchema).describe(\"Contacts who receive copies of completed documents.\").nullable().optional(),\n decline_message: z.string().describe(\"Message provided if the document was declined.\").nullable().optional(),\n embedded_signing: z.boolean().describe(\"Whether embedded signing (iframe) is enabled.\").nullable().optional(),\n embedded_edit_url: z.string().describe(\"URL to edit the document in SignWell's editor.\").nullable().optional(),\n api_application_id: z.string().describe(\"UUID of the API Application settings used.\").nullable().optional(),\n apply_signing_order: z.boolean().describe(\"Whether signing must follow a specific order.\").nullable().optional(),\n decline_redirect_url: z.string().describe(\"URL to redirect to if signing is declined.\").nullable().optional(),\n embedded_preview_url: z.string().describe(\"URL to preview the document.\").nullable().optional(),\n custom_requester_name: z.string().describe(\"Custom name used in email communications.\").nullable().optional(),\n custom_requester_email: z.string().describe(\"Custom email used in communications.\").nullable().optional(),\n requester_email_address: z.string().describe(\"Email address of the person who created the document.\"),\n}).describe(\"Response containing updated document information after sending reminder.\");\n\nexport const signwellSendReminder = action(\"SIGNWELL_SEND_REMINDER\", {\n slug: \"signwell-send-reminder\",\n name: \"Send Reminder\",\n description: \"Tool to send a reminder email to recipients that have not signed yet. Use when you need to prompt unsigned recipients to complete their signature.\",\n input: SignwellSendReminderInput,\n output: SignwellSendReminderOutput,\n});\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"send-reminder.mjs","names":[],"sources":["../../src/actions/send-reminder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SignwellSendReminderInput = z.object({\n id: z.string().describe(\"The unique identifier (UUID) of the document for which to send reminders. This ID is returned when creating a document via SIGNWELL_CREATE_DOCUMENT or can be retrieved using SIGNWELL_GET_DOCUMENT.\"),\n recipients: z.array(z.object({\n name: z.string().describe(\"Full name of the recipient to remind.\"),\n email: z.string().describe(\"Email address of the recipient to remind.\"),\n}).describe(\"A specific recipient to send a reminder to.\")).describe(\"Optional list of specific recipients within the document to send a reminder email to. If none are specified, all recipients that have not signed yet will receive a reminder email.\").optional(),\n}).describe(\"Request model for sending reminder emails to document recipients.\");\nconst SignwellSendReminder_DocumentFileSchema = z.object({\n name: z.string().describe(\"The name of the file.\").nullable(),\n pages_number: z.number().int().describe(\"Number of pages in the file.\").nullable(),\n}).describe(\"Information about a file in the document.\");\nconst SignwellSendReminder_LabelSchema = z.object({\n id: z.string().describe(\"Unique identifier for the label.\").nullable(),\n name: z.string().describe(\"Name of the label.\").nullable(),\n}).describe(\"Label information for document organization.\");\nconst SignwellSendReminder_AttachmentRequestSchema = z.object({\n url: z.string().describe(\"URL to access the attachment.\").nullable(),\n name: z.string().describe(\"Name of the attachment.\").nullable(),\n required: z.boolean().describe(\"Whether the attachment is required.\").nullable(),\n}).describe(\"Information about an attachment request for a recipient.\");\nconst SignwellSendReminder_RecipientSchema = z.object({\n id: z.string().describe(\"Unique identifier for this recipient.\").nullable(),\n name: z.string().describe(\"Full name of the recipient.\").nullable().optional(),\n email: z.string().describe(\"Email address of the recipient.\").nullable().optional(),\n status: z.string().describe(\"Current signing status (e.g., 'draft', 'sent', 'completed', 'declined').\").nullable().optional(),\n bounced: z.boolean().describe(\"Whether the email to this recipient bounced.\").nullable().optional(),\n message: z.string().describe(\"Custom message for this recipient.\").nullable().optional(),\n subject: z.string().describe(\"Custom subject for this recipient.\").nullable().optional(),\n passcode: z.string().describe(\"Passcode for signing access.\").nullable().optional(),\n send_email: z.boolean().describe(\"Whether to send signing request via email.\").nullable().optional(),\n signing_url: z.string().describe(\"URL where the recipient can sign the document.\").nullable().optional(),\n signing_order: z.number().int().describe(\"Order in which this recipient signs.\").nullable().optional(),\n bounced_details: z.string().describe(\"Details about why the email bounced.\").nullable().optional(),\n send_email_delay: z.number().int().describe(\"Delay in hours before sending email.\").nullable().optional(),\n attachment_requests: z.array(SignwellSendReminder_AttachmentRequestSchema).describe(\"List of attachment requests for this recipient.\").nullable().optional(),\n}).describe(\"Information about a document recipient/signer.\");\nconst SignwellSendReminder_ContactSchema = z.object({\n name: z.string().describe(\"Name of the contact.\").nullable(),\n email: z.string().describe(\"Email address of the contact.\").nullable(),\n}).describe(\"Contact information for copied contacts.\");\nexport const SignwellSendReminderOutput = z.object({\n id: z.string().describe(\"Unique identifier of the document.\").nullable(),\n name: z.string().describe(\"Name of the document.\").nullable(),\n files: z.array(SignwellSendReminder_DocumentFileSchema).describe(\"List of files attached to this document.\").nullable().optional(),\n fields: z.array(z.array(z.unknown())).describe(\"Form fields defined in the document.\").nullable().optional(),\n labels: z.array(SignwellSendReminder_LabelSchema).describe(\"Labels/tags applied to the document.\").nullable().optional(),\n status: z.string().describe(\"Current document status: 'Draft', 'Created', 'Pending', 'Completed', 'Cancelled', 'Expired', 'Bounced', 'Sent', or 'Declined'.\").nullable(),\n message: z.string().describe(\"Email message for signature requests.\").nullable().optional(),\n subject: z.string().describe(\"Email subject for signature requests.\").nullable().optional(),\n archived: z.boolean().describe(\"Whether the document has been archived.\").nullable(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom key-value metadata associated with the document.\").nullable().optional(),\n reminders: z.boolean().describe(\"Whether reminders are enabled.\").nullable().optional(),\n test_mode: z.boolean().describe(\"Whether this is a test document (not legally binding).\").nullable(),\n created_at: z.string().describe(\"ISO 8601 timestamp when document was created.\").nullable(),\n expires_in: z.number().int().describe(\"Number of days before the signing request expires.\").nullable().optional(),\n recipients: z.array(SignwellSendReminder_RecipientSchema).describe(\"List of recipients/signers for this document.\").nullable().optional(),\n updated_at: z.string().describe(\"ISO 8601 timestamp when document was last updated.\").nullable(),\n redirect_url: z.string().describe(\"URL to redirect to after successful signing.\").nullable().optional(),\n allow_decline: z.boolean().describe(\"Whether recipients can decline to sign.\").nullable().optional(),\n error_message: z.string().describe(\"Error message if document has issues (e.g., bounced email).\").nullable().optional(),\n allow_reassign: z.boolean().describe(\"Whether signers can reassign their responsibility.\").nullable().optional(),\n copied_contacts: z.array(SignwellSendReminder_ContactSchema).describe(\"Contacts who receive copies of completed documents.\").nullable().optional(),\n decline_message: z.string().describe(\"Message provided if the document was declined.\").nullable().optional(),\n embedded_signing: z.boolean().describe(\"Whether embedded signing (iframe) is enabled.\").nullable().optional(),\n embedded_edit_url: z.string().describe(\"URL to edit the document in SignWell's editor.\").nullable().optional(),\n api_application_id: z.string().describe(\"UUID of the API Application settings used.\").nullable().optional(),\n apply_signing_order: z.boolean().describe(\"Whether signing must follow a specific order.\").nullable().optional(),\n decline_redirect_url: z.string().describe(\"URL to redirect to if signing is declined.\").nullable().optional(),\n embedded_preview_url: z.string().describe(\"URL to preview the document.\").nullable().optional(),\n custom_requester_name: z.string().describe(\"Custom name used in email communications.\").nullable().optional(),\n custom_requester_email: z.string().describe(\"Custom email used in communications.\").nullable().optional(),\n requester_email_address: z.string().describe(\"Email address of the person who created the document.\").nullable(),\n}).describe(\"Response containing updated document information after sending reminder.\");\n\nexport const signwellSendReminder = action(\"SIGNWELL_SEND_REMINDER\", {\n slug: \"signwell-send-reminder\",\n name: \"Send Reminder\",\n description: \"Tool to send a reminder email to recipients that have not signed yet. Use when you need to prompt unsigned recipients to complete their signature.\",\n input: SignwellSendReminderInput,\n output: SignwellSendReminderOutput,\n});\n"],"mappings":"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"}
|