@keystrokehq/pandadoc 0.1.2 → 0.1.3
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/actions/create-document-attachment.cjs +1 -1
- package/dist/actions/create-document-attachment.cjs.map +1 -1
- package/dist/actions/create-document-attachment.d.cts +1 -1
- package/dist/actions/create-document-attachment.d.mts +1 -1
- package/dist/actions/create-document-attachment.mjs +1 -1
- package/dist/actions/create-document-attachment.mjs.map +1 -1
- package/dist/actions/create-document-from-file.cjs +2 -2
- package/dist/actions/create-document-from-file.cjs.map +1 -1
- package/dist/actions/create-document-from-file.d.cts +3 -2
- package/dist/actions/create-document-from-file.d.mts +3 -2
- package/dist/actions/create-document-from-file.mjs +2 -2
- package/dist/actions/create-document-from-file.mjs.map +1 -1
- package/dist/actions/create-folder.cjs +1 -1
- package/dist/actions/create-folder.cjs.map +1 -1
- package/dist/actions/create-folder.d.cts +1 -1
- package/dist/actions/create-folder.d.mts +1 -1
- package/dist/actions/create-folder.mjs +1 -1
- package/dist/actions/create-folder.mjs.map +1 -1
- package/dist/actions/create-or-update-contact.cjs +1 -1
- package/dist/actions/create-or-update-contact.cjs.map +1 -1
- package/dist/actions/create-or-update-contact.d.cts +1 -1
- package/dist/actions/create-or-update-contact.d.mts +1 -1
- package/dist/actions/create-or-update-contact.mjs +1 -1
- package/dist/actions/create-or-update-contact.mjs.map +1 -1
- package/dist/actions/create-template.cjs +1 -1
- package/dist/actions/create-template.cjs.map +1 -1
- package/dist/actions/create-template.d.cts +1 -1
- package/dist/actions/create-template.d.mts +1 -1
- package/dist/actions/create-template.mjs +1 -1
- package/dist/actions/create-template.mjs.map +1 -1
- package/dist/actions/create-webhook.cjs +1 -1
- package/dist/actions/create-webhook.cjs.map +1 -1
- package/dist/actions/create-webhook.d.cts +1 -1
- package/dist/actions/create-webhook.d.mts +1 -1
- package/dist/actions/create-webhook.mjs +1 -1
- package/dist/actions/create-webhook.mjs.map +1 -1
- package/dist/actions/delete-contact.cjs +1 -1
- package/dist/actions/delete-contact.cjs.map +1 -1
- package/dist/actions/delete-contact.d.cts +1 -1
- package/dist/actions/delete-contact.d.mts +1 -1
- package/dist/actions/delete-contact.mjs +1 -1
- package/dist/actions/delete-contact.mjs.map +1 -1
- package/dist/actions/delete-template.cjs +1 -1
- package/dist/actions/delete-template.cjs.map +1 -1
- package/dist/actions/delete-template.d.cts +1 -1
- package/dist/actions/delete-template.d.mts +1 -1
- package/dist/actions/delete-template.mjs +1 -1
- package/dist/actions/delete-template.mjs.map +1 -1
- package/dist/actions/get-document-details.cjs +8 -8
- package/dist/actions/get-document-details.cjs.map +1 -1
- package/dist/actions/get-document-details.d.cts +11 -11
- package/dist/actions/get-document-details.d.mts +11 -11
- package/dist/actions/get-document-details.mjs +8 -8
- package/dist/actions/get-document-details.mjs.map +1 -1
- package/dist/actions/get-template-details.cjs +15 -15
- package/dist/actions/get-template-details.cjs.map +1 -1
- package/dist/actions/get-template-details.d.cts +18 -18
- package/dist/actions/get-template-details.d.mts +18 -18
- package/dist/actions/get-template-details.mjs +15 -15
- package/dist/actions/get-template-details.mjs.map +1 -1
- package/dist/actions/list-contacts.cjs +2 -2
- package/dist/actions/list-contacts.cjs.map +1 -1
- package/dist/actions/list-contacts.d.cts +2 -2
- package/dist/actions/list-contacts.d.mts +2 -2
- package/dist/actions/list-contacts.mjs +2 -2
- package/dist/actions/list-contacts.mjs.map +1 -1
- package/dist/actions/list-document-folders.cjs +2 -2
- package/dist/actions/list-document-folders.cjs.map +1 -1
- package/dist/actions/list-document-folders.d.cts +2 -2
- package/dist/actions/list-document-folders.d.mts +2 -2
- package/dist/actions/list-document-folders.mjs +2 -2
- package/dist/actions/list-document-folders.mjs.map +1 -1
- package/dist/actions/list-templates.cjs +2 -2
- package/dist/actions/list-templates.cjs.map +1 -1
- package/dist/actions/list-templates.d.cts +2 -2
- package/dist/actions/list-templates.d.mts +2 -2
- package/dist/actions/list-templates.mjs +2 -2
- package/dist/actions/list-templates.mjs.map +1 -1
- package/dist/actions/move-document-to-folder.cjs +1 -1
- package/dist/actions/move-document-to-folder.cjs.map +1 -1
- package/dist/actions/move-document-to-folder.d.cts +1 -1
- package/dist/actions/move-document-to-folder.d.mts +1 -1
- package/dist/actions/move-document-to-folder.mjs +1 -1
- package/dist/actions/move-document-to-folder.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -15,7 +15,7 @@ const PandadocCreateDocumentAttachmentOutput = zod.z.object({
|
|
|
15
15
|
uuid: zod.z.string().describe("Unique identifier for the attachment").nullable(),
|
|
16
16
|
file_name: zod.z.string().describe("Original filename").nullable(),
|
|
17
17
|
created_date: zod.z.string().describe("Timestamp of when the attachment was created").nullable()
|
|
18
|
-
}).describe("Response model for document attachment creation.");
|
|
18
|
+
}).passthrough().describe("Response model for document attachment creation.");
|
|
19
19
|
const pandadocCreateDocumentAttachment = require_action.action("PANDADOC_CREATE_DOCUMENT_ATTACHMENT", {
|
|
20
20
|
slug: "pandadoc-create-document-attachment",
|
|
21
21
|
name: "Create Document Attachment",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-document-attachment.cjs","names":["z","action"],"sources":["../../src/actions/create-document-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateDocumentAttachmentInput = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload as an attachment.\"),\n document_id: z.string().describe(\"UUID of the document to attach the file to\"),\n}).describe(\"Request model for creating a document attachment.\");\nexport const PandadocCreateDocumentAttachmentOutput = z.object({\n name: z.string().describe(\"Name of the attachment\").nullable(),\n size: z.number().int().describe(\"Size of the file in bytes\").nullable(),\n uuid: z.string().describe(\"Unique identifier for the attachment\").nullable(),\n file_name: z.string().describe(\"Original filename\").nullable(),\n created_date: z.string().describe(\"Timestamp of when the attachment was created\").nullable(),\n}).describe(\"Response model for document attachment creation.\");\n\nexport const pandadocCreateDocumentAttachment = action(\"PANDADOC_CREATE_DOCUMENT_ATTACHMENT\", {\n slug: \"pandadoc-create-document-attachment\",\n name: \"Create Document Attachment\",\n description: \"Creates and adds an attachment to a PandaDoc document. This tool allows you to attach downloadable files such as supplemental materials, Excel spreadsheets, or other content without embedding them directly into the document. Attachments can be added only to documents in 'document.draft' status, with a maximum of 10 files per document and a size limit of 50MB per file.\",\n input: PandadocCreateDocumentAttachmentInput,\n output: PandadocCreateDocumentAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,kCAAkC;CAC5C,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC/E,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CAC7D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,SAAS,kDAAkD;
|
|
1
|
+
{"version":3,"file":"create-document-attachment.cjs","names":["z","action"],"sources":["../../src/actions/create-document-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateDocumentAttachmentInput = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload as an attachment.\"),\n document_id: z.string().describe(\"UUID of the document to attach the file to\"),\n}).describe(\"Request model for creating a document attachment.\");\nexport const PandadocCreateDocumentAttachmentOutput = z.object({\n name: z.string().describe(\"Name of the attachment\").nullable(),\n size: z.number().int().describe(\"Size of the file in bytes\").nullable(),\n uuid: z.string().describe(\"Unique identifier for the attachment\").nullable(),\n file_name: z.string().describe(\"Original filename\").nullable(),\n created_date: z.string().describe(\"Timestamp of when the attachment was created\").nullable(),\n}).passthrough().describe(\"Response model for document attachment creation.\");\n\nexport const pandadocCreateDocumentAttachment = action(\"PANDADOC_CREATE_DOCUMENT_ATTACHMENT\", {\n slug: \"pandadoc-create-document-attachment\",\n name: \"Create Document Attachment\",\n description: \"Creates and adds an attachment to a PandaDoc document. This tool allows you to attach downloadable files such as supplemental materials, Excel spreadsheets, or other content without embedding them directly into the document. Attachments can be added only to documents in 'document.draft' status, with a maximum of 10 files per document and a size limit of 50MB per file.\",\n input: PandadocCreateDocumentAttachmentInput,\n output: PandadocCreateDocumentAttachmentOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,kCAAkC;CAC5C,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AAC/E,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,yCAAyCA,IAAAA,EAAE,OAAO;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACtE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;CAC7D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;AAC7F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAE5E,MAAa,mCAAmCC,eAAAA,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -15,7 +15,7 @@ declare const PandadocCreateDocumentAttachmentOutput: z.ZodObject<{
|
|
|
15
15
|
uuid: z.ZodNullable<z.ZodString>;
|
|
16
16
|
file_name: z.ZodNullable<z.ZodString>;
|
|
17
17
|
created_date: z.ZodNullable<z.ZodString>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const pandadocCreateDocumentAttachment: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
file: {
|
|
21
21
|
name: string;
|
|
@@ -15,7 +15,7 @@ declare const PandadocCreateDocumentAttachmentOutput: z.ZodObject<{
|
|
|
15
15
|
uuid: z.ZodNullable<z.ZodString>;
|
|
16
16
|
file_name: z.ZodNullable<z.ZodString>;
|
|
17
17
|
created_date: z.ZodNullable<z.ZodString>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const pandadocCreateDocumentAttachment: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
file: {
|
|
21
21
|
name: string;
|
|
@@ -18,7 +18,7 @@ const pandadocCreateDocumentAttachment = action("PANDADOC_CREATE_DOCUMENT_ATTACH
|
|
|
18
18
|
uuid: z.string().describe("Unique identifier for the attachment").nullable(),
|
|
19
19
|
file_name: z.string().describe("Original filename").nullable(),
|
|
20
20
|
created_date: z.string().describe("Timestamp of when the attachment was created").nullable()
|
|
21
|
-
}).describe("Response model for document attachment creation.")
|
|
21
|
+
}).passthrough().describe("Response model for document attachment creation.")
|
|
22
22
|
});
|
|
23
23
|
//#endregion
|
|
24
24
|
export { pandadocCreateDocumentAttachment };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-document-attachment.mjs","names":[],"sources":["../../src/actions/create-document-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateDocumentAttachmentInput = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload as an attachment.\"),\n document_id: z.string().describe(\"UUID of the document to attach the file to\"),\n}).describe(\"Request model for creating a document attachment.\");\nexport const PandadocCreateDocumentAttachmentOutput = z.object({\n name: z.string().describe(\"Name of the attachment\").nullable(),\n size: z.number().int().describe(\"Size of the file in bytes\").nullable(),\n uuid: z.string().describe(\"Unique identifier for the attachment\").nullable(),\n file_name: z.string().describe(\"Original filename\").nullable(),\n created_date: z.string().describe(\"Timestamp of when the attachment was created\").nullable(),\n}).describe(\"Response model for document attachment creation.\");\n\nexport const pandadocCreateDocumentAttachment = action(\"PANDADOC_CREATE_DOCUMENT_ATTACHMENT\", {\n slug: \"pandadoc-create-document-attachment\",\n name: \"Create Document Attachment\",\n description: \"Creates and adds an attachment to a PandaDoc document. This tool allows you to attach downloadable files such as supplemental materials, Excel spreadsheets, or other content without embedding them directly into the document. Attachments can be added only to documents in 'document.draft' status, with a maximum of 10 files per document and a size limit of 50MB per file.\",\n input: PandadocCreateDocumentAttachmentInput,\n output: PandadocCreateDocumentAttachmentOutput,\n});\n"],"mappings":";;AAoBA,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBmD,EAAE,OAAO;EAC5D,MAAM,EAAE,OAAO;GACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;GAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;GACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC3D,CAAC,CAAC,CAAC,SAAS,kCAAkC;EAC5C,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC/E,CAAC,CAAC,CAAC,SAAS,mDAaH;CACP,QAboD,EAAE,OAAO;EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;EAC7D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"create-document-attachment.mjs","names":[],"sources":["../../src/actions/create-document-attachment.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateDocumentAttachmentInput = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload as an attachment.\"),\n document_id: z.string().describe(\"UUID of the document to attach the file to\"),\n}).describe(\"Request model for creating a document attachment.\");\nexport const PandadocCreateDocumentAttachmentOutput = z.object({\n name: z.string().describe(\"Name of the attachment\").nullable(),\n size: z.number().int().describe(\"Size of the file in bytes\").nullable(),\n uuid: z.string().describe(\"Unique identifier for the attachment\").nullable(),\n file_name: z.string().describe(\"Original filename\").nullable(),\n created_date: z.string().describe(\"Timestamp of when the attachment was created\").nullable(),\n}).passthrough().describe(\"Response model for document attachment creation.\");\n\nexport const pandadocCreateDocumentAttachment = action(\"PANDADOC_CREATE_DOCUMENT_ATTACHMENT\", {\n slug: \"pandadoc-create-document-attachment\",\n name: \"Create Document Attachment\",\n description: \"Creates and adds an attachment to a PandaDoc document. This tool allows you to attach downloadable files such as supplemental materials, Excel spreadsheets, or other content without embedding them directly into the document. Attachments can be added only to documents in 'document.draft' status, with a maximum of 10 files per document and a size limit of 50MB per file.\",\n input: PandadocCreateDocumentAttachmentInput,\n output: PandadocCreateDocumentAttachmentOutput,\n});\n"],"mappings":";;AAoBA,MAAa,mCAAmC,OAAO,uCAAuC;CAC5F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApBmD,EAAE,OAAO;EAC5D,MAAM,EAAE,OAAO;GACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;GAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;GACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC3D,CAAC,CAAC,CAAC,SAAS,kCAAkC;EAC5C,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CAC/E,CAAC,CAAC,CAAC,SAAS,mDAaH;CACP,QAboD,EAAE,OAAO;EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACtE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mBAAmB,CAAC,CAAC,SAAS;EAC7D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC7F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAOhB;AACV,CAAC"}
|
|
@@ -20,7 +20,7 @@ const PandadocCreateDocumentFromFileInput = zod.z.object({
|
|
|
20
20
|
last_name: zod.z.string().describe("Last name of the recipient").optional(),
|
|
21
21
|
first_name: zod.z.string().describe("First name of the recipient").optional(),
|
|
22
22
|
signing_order: zod.z.number().int().describe("Order in which this recipient should sign. If specified for any recipient, it must be specified for ALL recipients in the document.").optional()
|
|
23
|
-
}).describe("Model for document recipient.")).describe("List of recipients for the document Each recipient object must include a valid `email` field; missing or malformed emails will prevent sending or signing."),
|
|
23
|
+
}).passthrough().describe("Model for document recipient.")).describe("List of recipients for the document Each recipient object must include a valid `email` field; missing or malformed emails will prevent sending or signing."),
|
|
24
24
|
parse_form_fields: zod.z.boolean().default(false).describe("Whether to parse form fields in the document (for PDFs)").optional()
|
|
25
25
|
}).describe("Request model for creating a document from file.");
|
|
26
26
|
const PandadocCreateDocumentFromFileOutput = zod.z.object({
|
|
@@ -32,7 +32,7 @@ const PandadocCreateDocumentFromFileOutput = zod.z.object({
|
|
|
32
32
|
date_created: zod.z.string().describe("Date when the document was created").nullable(),
|
|
33
33
|
date_modified: zod.z.string().describe("Date when the document was last modified").nullable().optional(),
|
|
34
34
|
expiration_date: zod.z.string().describe("Expiration date of the document").nullable().optional()
|
|
35
|
-
}).describe("Response model for document creation.");
|
|
35
|
+
}).passthrough().describe("Response model for document creation.");
|
|
36
36
|
const pandadocCreateDocumentFromFile = require_action.action("PANDADOC_CREATE_DOCUMENT_FROM_FILE", {
|
|
37
37
|
slug: "pandadoc-create-document-from-file",
|
|
38
38
|
name: "Create Document from File Upload",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-document-from-file.cjs","names":["z","action"],"sources":["../../src/actions/create-document-from-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateDocumentFromFileInput = z.object({\n url: z.string().describe(\"Public HTTPS URL of the file to use (PDF, DOCX, or RTF format). Either 'file' or 'url' must be provided.\").optional(),\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload (PDF, DOCX, or RTF format). Either 'file' or 'url' must be provided.\").optional(),\n name: z.string().describe(\"Name of the document\"),\n tags: z.array(z.string()).describe(\"Tags to categorize the document\").optional(),\n owner: z.object({\n email: z.string().describe(\"Email of the document owner. Must be a valid email of an existing member in your PandaDoc workspace.\").optional(),\n membership_id: z.string().describe(\"Membership ID of the document owner. Must be a valid membership ID from your PandaDoc workspace.\").optional(),\n}).describe(\"Model for document owner.\").optional(),\n recipients: z.array(z.object({\n role: z.string().default(\"signer\").describe(\"Role of the recipient in the document. Common values: 'signer', 'approver', 'cc'. Note: PandaDoc API does not allow duplicate roles - each recipient must have a unique role.\").optional(),\n email: z.string().describe(\"Email address of the recipient\"),\n last_name: z.string().describe(\"Last name of the recipient\").optional(),\n first_name: z.string().describe(\"First name of the recipient\").optional(),\n signing_order: z.number().int().describe(\"Order in which this recipient should sign. If specified for any recipient, it must be specified for ALL recipients in the document.\").optional(),\n}).describe(\"Model for document recipient.\")).describe(\"List of recipients for the document Each recipient object must include a valid `email` field; missing or malformed emails will prevent sending or signing.\"),\n parse_form_fields: z.boolean().default(false).describe(\"Whether to parse form fields in the document (for PDFs)\").optional(),\n}).describe(\"Request model for creating a document from file.\");\nexport const PandadocCreateDocumentFromFileOutput = z.object({\n id: z.string().describe(\"ID of the created document\").nullable(),\n name: z.string().describe(\"Name of the document\").nullable(),\n uuid: z.string().describe(\"UUID of the document\").nullable().optional(),\n status: z.string().describe(\"Current status of the document (typically 'document.uploaded' initially, then changes to 'document.draft' after processing)\").nullable(),\n version: z.string().describe(\"Version of the document\").nullable().optional(),\n date_created: z.string().describe(\"Date when the document was created\").nullable(),\n date_modified: z.string().describe(\"Date when the document was last modified\").nullable().optional(),\n expiration_date: z.string().describe(\"Expiration date of the document\").nullable().optional(),\n}).describe(\"Response model for document creation.\");\n\nexport const pandadocCreateDocumentFromFile = action(\"PANDADOC_CREATE_DOCUMENT_FROM_FILE\", {\n slug: \"pandadoc-create-document-from-file\",\n name: \"Create Document from File Upload\",\n description: \"Creates a new document in PandaDoc by uploading a file (PDF, DOCX, or RTF). Converts existing documents into PandaDoc documents for processing, signing, and tracking. Either `file` or `url` must be provided; omitting both will fail. Large files may time out during upload and conversion.\",\n input: PandadocCreateDocumentFromFileInput,\n output: PandadocCreateDocumentFromFileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAC9I,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC1G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO;EAChB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EAC5I,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAClJ,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChD,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC7B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,+KAA+K,CAAC,CAAC,SAAS;EACtO,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACxE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;CAC3L,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,CAAC,SAAS,4JAA4J;
|
|
1
|
+
{"version":3,"file":"create-document-from-file.cjs","names":["z","action"],"sources":["../../src/actions/create-document-from-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateDocumentFromFileInput = z.object({\n url: z.string().describe(\"Public HTTPS URL of the file to use (PDF, DOCX, or RTF format). Either 'file' or 'url' must be provided.\").optional(),\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload (PDF, DOCX, or RTF format). Either 'file' or 'url' must be provided.\").optional(),\n name: z.string().describe(\"Name of the document\"),\n tags: z.array(z.string()).describe(\"Tags to categorize the document\").optional(),\n owner: z.object({\n email: z.string().describe(\"Email of the document owner. Must be a valid email of an existing member in your PandaDoc workspace.\").optional(),\n membership_id: z.string().describe(\"Membership ID of the document owner. Must be a valid membership ID from your PandaDoc workspace.\").optional(),\n}).describe(\"Model for document owner.\").optional(),\n recipients: z.array(z.object({\n role: z.string().default(\"signer\").describe(\"Role of the recipient in the document. Common values: 'signer', 'approver', 'cc'. Note: PandaDoc API does not allow duplicate roles - each recipient must have a unique role.\").optional(),\n email: z.string().describe(\"Email address of the recipient\"),\n last_name: z.string().describe(\"Last name of the recipient\").optional(),\n first_name: z.string().describe(\"First name of the recipient\").optional(),\n signing_order: z.number().int().describe(\"Order in which this recipient should sign. If specified for any recipient, it must be specified for ALL recipients in the document.\").optional(),\n}).passthrough().describe(\"Model for document recipient.\")).describe(\"List of recipients for the document Each recipient object must include a valid `email` field; missing or malformed emails will prevent sending or signing.\"),\n parse_form_fields: z.boolean().default(false).describe(\"Whether to parse form fields in the document (for PDFs)\").optional(),\n}).describe(\"Request model for creating a document from file.\");\nexport const PandadocCreateDocumentFromFileOutput = z.object({\n id: z.string().describe(\"ID of the created document\").nullable(),\n name: z.string().describe(\"Name of the document\").nullable(),\n uuid: z.string().describe(\"UUID of the document\").nullable().optional(),\n status: z.string().describe(\"Current status of the document (typically 'document.uploaded' initially, then changes to 'document.draft' after processing)\").nullable(),\n version: z.string().describe(\"Version of the document\").nullable().optional(),\n date_created: z.string().describe(\"Date when the document was created\").nullable(),\n date_modified: z.string().describe(\"Date when the document was last modified\").nullable().optional(),\n expiration_date: z.string().describe(\"Expiration date of the document\").nullable().optional(),\n}).passthrough().describe(\"Response model for document creation.\");\n\nexport const pandadocCreateDocumentFromFile = action(\"PANDADOC_CREATE_DOCUMENT_FROM_FILE\", {\n slug: \"pandadoc-create-document-from-file\",\n name: \"Create Document from File Upload\",\n description: \"Creates a new document in PandaDoc by uploading a file (PDF, DOCX, or RTF). Converts existing documents into PandaDoc documents for processing, signing, and tracking. Either `file` or `url` must be provided; omitting both will fail. Large files may time out during upload and conversion.\",\n input: PandadocCreateDocumentFromFileInput,\n output: PandadocCreateDocumentFromFileOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;CAC9I,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;CAC1G,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/E,OAAOA,IAAAA,EAAE,OAAO;EAChB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;EAC5I,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;CAClJ,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CAChD,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC7B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,+KAA+K,CAAC,CAAC,SAAS;EACtO,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;EAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACtE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACxE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;CAC3L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,CAAC,SAAS,4JAA4J;CAC/N,mBAAmBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AAC7H,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;CACpK,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACjF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAEjE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -20,7 +20,7 @@ declare const PandadocCreateDocumentFromFileInput: z.ZodObject<{
|
|
|
20
20
|
last_name: z.ZodOptional<z.ZodString>;
|
|
21
21
|
first_name: z.ZodOptional<z.ZodString>;
|
|
22
22
|
signing_order: z.ZodOptional<z.ZodNumber>;
|
|
23
|
-
}, z.core.$
|
|
23
|
+
}, z.core.$loose>>;
|
|
24
24
|
parse_form_fields: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
25
25
|
}, z.core.$strip>;
|
|
26
26
|
declare const PandadocCreateDocumentFromFileOutput: z.ZodObject<{
|
|
@@ -32,10 +32,11 @@ declare const PandadocCreateDocumentFromFileOutput: z.ZodObject<{
|
|
|
32
32
|
date_created: z.ZodNullable<z.ZodString>;
|
|
33
33
|
date_modified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
expiration_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
-
}, z.core.$
|
|
35
|
+
}, z.core.$loose>;
|
|
36
36
|
declare const pandadocCreateDocumentFromFile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
name: string;
|
|
38
38
|
recipients: {
|
|
39
|
+
[x: string]: unknown;
|
|
39
40
|
email: string;
|
|
40
41
|
role?: string | undefined;
|
|
41
42
|
last_name?: string | undefined;
|
|
@@ -20,7 +20,7 @@ declare const PandadocCreateDocumentFromFileInput: z.ZodObject<{
|
|
|
20
20
|
last_name: z.ZodOptional<z.ZodString>;
|
|
21
21
|
first_name: z.ZodOptional<z.ZodString>;
|
|
22
22
|
signing_order: z.ZodOptional<z.ZodNumber>;
|
|
23
|
-
}, z.core.$
|
|
23
|
+
}, z.core.$loose>>;
|
|
24
24
|
parse_form_fields: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
25
25
|
}, z.core.$strip>;
|
|
26
26
|
declare const PandadocCreateDocumentFromFileOutput: z.ZodObject<{
|
|
@@ -32,10 +32,11 @@ declare const PandadocCreateDocumentFromFileOutput: z.ZodObject<{
|
|
|
32
32
|
date_created: z.ZodNullable<z.ZodString>;
|
|
33
33
|
date_modified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
34
34
|
expiration_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
35
|
-
}, z.core.$
|
|
35
|
+
}, z.core.$loose>;
|
|
36
36
|
declare const pandadocCreateDocumentFromFile: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
37
37
|
name: string;
|
|
38
38
|
recipients: {
|
|
39
|
+
[x: string]: unknown;
|
|
39
40
|
email: string;
|
|
40
41
|
role?: string | undefined;
|
|
41
42
|
last_name?: string | undefined;
|
|
@@ -23,7 +23,7 @@ const pandadocCreateDocumentFromFile = action("PANDADOC_CREATE_DOCUMENT_FROM_FIL
|
|
|
23
23
|
last_name: z.string().describe("Last name of the recipient").optional(),
|
|
24
24
|
first_name: z.string().describe("First name of the recipient").optional(),
|
|
25
25
|
signing_order: z.number().int().describe("Order in which this recipient should sign. If specified for any recipient, it must be specified for ALL recipients in the document.").optional()
|
|
26
|
-
}).describe("Model for document recipient.")).describe("List of recipients for the document Each recipient object must include a valid `email` field; missing or malformed emails will prevent sending or signing."),
|
|
26
|
+
}).passthrough().describe("Model for document recipient.")).describe("List of recipients for the document Each recipient object must include a valid `email` field; missing or malformed emails will prevent sending or signing."),
|
|
27
27
|
parse_form_fields: z.boolean().default(false).describe("Whether to parse form fields in the document (for PDFs)").optional()
|
|
28
28
|
}).describe("Request model for creating a document from file."),
|
|
29
29
|
output: z.object({
|
|
@@ -35,7 +35,7 @@ const pandadocCreateDocumentFromFile = action("PANDADOC_CREATE_DOCUMENT_FROM_FIL
|
|
|
35
35
|
date_created: z.string().describe("Date when the document was created").nullable(),
|
|
36
36
|
date_modified: z.string().describe("Date when the document was last modified").nullable().optional(),
|
|
37
37
|
expiration_date: z.string().describe("Expiration date of the document").nullable().optional()
|
|
38
|
-
}).describe("Response model for document creation.")
|
|
38
|
+
}).passthrough().describe("Response model for document creation.")
|
|
39
39
|
});
|
|
40
40
|
//#endregion
|
|
41
41
|
export { pandadocCreateDocumentFromFile };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-document-from-file.mjs","names":[],"sources":["../../src/actions/create-document-from-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateDocumentFromFileInput = z.object({\n url: z.string().describe(\"Public HTTPS URL of the file to use (PDF, DOCX, or RTF format). Either 'file' or 'url' must be provided.\").optional(),\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload (PDF, DOCX, or RTF format). Either 'file' or 'url' must be provided.\").optional(),\n name: z.string().describe(\"Name of the document\"),\n tags: z.array(z.string()).describe(\"Tags to categorize the document\").optional(),\n owner: z.object({\n email: z.string().describe(\"Email of the document owner. Must be a valid email of an existing member in your PandaDoc workspace.\").optional(),\n membership_id: z.string().describe(\"Membership ID of the document owner. Must be a valid membership ID from your PandaDoc workspace.\").optional(),\n}).describe(\"Model for document owner.\").optional(),\n recipients: z.array(z.object({\n role: z.string().default(\"signer\").describe(\"Role of the recipient in the document. Common values: 'signer', 'approver', 'cc'. Note: PandaDoc API does not allow duplicate roles - each recipient must have a unique role.\").optional(),\n email: z.string().describe(\"Email address of the recipient\"),\n last_name: z.string().describe(\"Last name of the recipient\").optional(),\n first_name: z.string().describe(\"First name of the recipient\").optional(),\n signing_order: z.number().int().describe(\"Order in which this recipient should sign. If specified for any recipient, it must be specified for ALL recipients in the document.\").optional(),\n}).describe(\"Model for document recipient.\")).describe(\"List of recipients for the document Each recipient object must include a valid `email` field; missing or malformed emails will prevent sending or signing.\"),\n parse_form_fields: z.boolean().default(false).describe(\"Whether to parse form fields in the document (for PDFs)\").optional(),\n}).describe(\"Request model for creating a document from file.\");\nexport const PandadocCreateDocumentFromFileOutput = z.object({\n id: z.string().describe(\"ID of the created document\").nullable(),\n name: z.string().describe(\"Name of the document\").nullable(),\n uuid: z.string().describe(\"UUID of the document\").nullable().optional(),\n status: z.string().describe(\"Current status of the document (typically 'document.uploaded' initially, then changes to 'document.draft' after processing)\").nullable(),\n version: z.string().describe(\"Version of the document\").nullable().optional(),\n date_created: z.string().describe(\"Date when the document was created\").nullable(),\n date_modified: z.string().describe(\"Date when the document was last modified\").nullable().optional(),\n expiration_date: z.string().describe(\"Expiration date of the document\").nullable().optional(),\n}).describe(\"Response model for document creation.\");\n\nexport const pandadocCreateDocumentFromFile = action(\"PANDADOC_CREATE_DOCUMENT_FROM_FILE\", {\n slug: \"pandadoc-create-document-from-file\",\n name: \"Create Document from File Upload\",\n description: \"Creates a new document in PandaDoc by uploading a file (PDF, DOCX, or RTF). Converts existing documents into PandaDoc documents for processing, signing, and tracking. Either `file` or `url` must be provided; omitting both will fail. Large files may time out during upload and conversion.\",\n input: PandadocCreateDocumentFromFileInput,\n output: PandadocCreateDocumentFromFileOutput,\n});\n"],"mappings":";;AAqCA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArCiD,EAAE,OAAO;EAC1D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;EAC9I,MAAM,EAAE,OAAO;GACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;GAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;GACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC3D,CAAC,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;EAC1G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC/E,OAAO,EAAE,OAAO;GAChB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;GAC5I,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;EAClJ,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChD,YAAY,EAAE,MAAM,EAAE,OAAO;GAC7B,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,+KAA+K,CAAC,CAAC,SAAS;GACtO,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;GAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;GACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;GACxE,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;EAC3L,CAAC,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,CAAC,SAAS,4JAA4J;
|
|
1
|
+
{"version":3,"file":"create-document-from-file.mjs","names":[],"sources":["../../src/actions/create-document-from-file.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateDocumentFromFileInput = z.object({\n url: z.string().describe(\"Public HTTPS URL of the file to use (PDF, DOCX, or RTF format). Either 'file' or 'url' must be provided.\").optional(),\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"File to upload (PDF, DOCX, or RTF format). Either 'file' or 'url' must be provided.\").optional(),\n name: z.string().describe(\"Name of the document\"),\n tags: z.array(z.string()).describe(\"Tags to categorize the document\").optional(),\n owner: z.object({\n email: z.string().describe(\"Email of the document owner. Must be a valid email of an existing member in your PandaDoc workspace.\").optional(),\n membership_id: z.string().describe(\"Membership ID of the document owner. Must be a valid membership ID from your PandaDoc workspace.\").optional(),\n}).describe(\"Model for document owner.\").optional(),\n recipients: z.array(z.object({\n role: z.string().default(\"signer\").describe(\"Role of the recipient in the document. Common values: 'signer', 'approver', 'cc'. Note: PandaDoc API does not allow duplicate roles - each recipient must have a unique role.\").optional(),\n email: z.string().describe(\"Email address of the recipient\"),\n last_name: z.string().describe(\"Last name of the recipient\").optional(),\n first_name: z.string().describe(\"First name of the recipient\").optional(),\n signing_order: z.number().int().describe(\"Order in which this recipient should sign. If specified for any recipient, it must be specified for ALL recipients in the document.\").optional(),\n}).passthrough().describe(\"Model for document recipient.\")).describe(\"List of recipients for the document Each recipient object must include a valid `email` field; missing or malformed emails will prevent sending or signing.\"),\n parse_form_fields: z.boolean().default(false).describe(\"Whether to parse form fields in the document (for PDFs)\").optional(),\n}).describe(\"Request model for creating a document from file.\");\nexport const PandadocCreateDocumentFromFileOutput = z.object({\n id: z.string().describe(\"ID of the created document\").nullable(),\n name: z.string().describe(\"Name of the document\").nullable(),\n uuid: z.string().describe(\"UUID of the document\").nullable().optional(),\n status: z.string().describe(\"Current status of the document (typically 'document.uploaded' initially, then changes to 'document.draft' after processing)\").nullable(),\n version: z.string().describe(\"Version of the document\").nullable().optional(),\n date_created: z.string().describe(\"Date when the document was created\").nullable(),\n date_modified: z.string().describe(\"Date when the document was last modified\").nullable().optional(),\n expiration_date: z.string().describe(\"Expiration date of the document\").nullable().optional(),\n}).passthrough().describe(\"Response model for document creation.\");\n\nexport const pandadocCreateDocumentFromFile = action(\"PANDADOC_CREATE_DOCUMENT_FROM_FILE\", {\n slug: \"pandadoc-create-document-from-file\",\n name: \"Create Document from File Upload\",\n description: \"Creates a new document in PandaDoc by uploading a file (PDF, DOCX, or RTF). Converts existing documents into PandaDoc documents for processing, signing, and tracking. Either `file` or `url` must be provided; omitting both will fail. Large files may time out during upload and conversion.\",\n input: PandadocCreateDocumentFromFileInput,\n output: PandadocCreateDocumentFromFileOutput,\n});\n"],"mappings":";;AAqCA,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OArCiD,EAAE,OAAO;EAC1D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,0GAA0G,CAAC,CAAC,SAAS;EAC9I,MAAM,EAAE,OAAO;GACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;GAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;GACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC3D,CAAC,CAAC,CAAC,SAAS,qFAAqF,CAAC,CAAC,SAAS;EAC1G,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC/E,OAAO,EAAE,OAAO;GAChB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;GAC5I,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kGAAkG,CAAC,CAAC,SAAS;EAClJ,CAAC,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EAChD,YAAY,EAAE,MAAM,EAAE,OAAO;GAC7B,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,QAAQ,CAAC,CAAC,SAAS,+KAA+K,CAAC,CAAC,SAAS;GACtO,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;GAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;GACtE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;GACxE,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qIAAqI,CAAC,CAAC,SAAS;EAC3L,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,CAAC,SAAS,4JAA4J;EAC/N,mBAAmB,EAAE,QAAQ,CAAC,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAC7H,CAAC,CAAC,CAAC,SAAS,kDAgBH;CACP,QAhBkD,EAAE,OAAO;EAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,6HAA6H,CAAC,CAAC,SAAS;EACpK,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC5E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EACjF,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnG,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAOhB;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ const PandadocCreateFolderOutput = zod.z.object({
|
|
|
9
9
|
name: zod.z.string().describe("Name of the created folder").nullable(),
|
|
10
10
|
uuid: zod.z.string().describe("Unique identifier of the created folder").nullable(),
|
|
11
11
|
date_created: zod.z.string().describe("Timestamp when the folder was created").nullable()
|
|
12
|
-
}).describe("Response model for folder creation.");
|
|
12
|
+
}).passthrough().describe("Response model for folder creation.");
|
|
13
13
|
const pandadocCreateFolder = require_action.action("PANDADOC_CREATE_FOLDER", {
|
|
14
14
|
slug: "pandadoc-create-folder",
|
|
15
15
|
name: "Create Document Folder",
|
|
@@ -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 PandadocCreateFolderInput = z.object({\n name: z.string().describe(\"Name of the folder to be created\"),\n parent_uuid: z.string().describe(\"UUID of the parent folder if creating a nested folder structure\").optional(),\n}).describe(\"Request model for creating a folder.\");\nexport const PandadocCreateFolderOutput = z.object({\n name: z.string().describe(\"Name of the created folder\").nullable(),\n uuid: z.string().describe(\"Unique identifier of the created folder\").nullable(),\n date_created: z.string().describe(\"Timestamp when the folder was created\").nullable(),\n}).describe(\"Response model for folder creation.\");\n\nexport const pandadocCreateFolder = action(\"PANDADOC_CREATE_FOLDER\", {\n slug: \"pandadoc-create-folder\",\n name: \"Create Document Folder\",\n description: \"Creates a new folder in PandaDoc to organize documents. This action allows users to create a new folder with a specified name and optionally set a parent folder to create a nested folder structure.\",\n input: PandadocCreateFolderInput,\n output: PandadocCreateFolderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,SAAS,qCAAqC;
|
|
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 PandadocCreateFolderInput = z.object({\n name: z.string().describe(\"Name of the folder to be created\"),\n parent_uuid: z.string().describe(\"UUID of the parent folder if creating a nested folder structure\").optional(),\n}).describe(\"Request model for creating a folder.\");\nexport const PandadocCreateFolderOutput = z.object({\n name: z.string().describe(\"Name of the created folder\").nullable(),\n uuid: z.string().describe(\"Unique identifier of the created folder\").nullable(),\n date_created: z.string().describe(\"Timestamp when the folder was created\").nullable(),\n}).passthrough().describe(\"Response model for folder creation.\");\n\nexport const pandadocCreateFolder = action(\"PANDADOC_CREATE_FOLDER\", {\n slug: \"pandadoc-create-folder\",\n name: \"Create Document Folder\",\n description: \"Creates a new folder in PandaDoc to organize documents. This action allows users to create a new folder with a specified name and optionally set a parent folder to create a nested folder structure.\",\n input: PandadocCreateFolderInput,\n output: PandadocCreateFolderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC5D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAClD,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC9E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAAqC;AAE/D,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ declare const PandadocCreateFolderOutput: z.ZodObject<{
|
|
|
9
9
|
name: z.ZodNullable<z.ZodString>;
|
|
10
10
|
uuid: z.ZodNullable<z.ZodString>;
|
|
11
11
|
date_created: z.ZodNullable<z.ZodString>;
|
|
12
|
-
}, z.core.$
|
|
12
|
+
}, z.core.$loose>;
|
|
13
13
|
declare const pandadocCreateFolder: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
name: string;
|
|
15
15
|
parent_uuid?: string | undefined;
|
|
@@ -9,7 +9,7 @@ declare const PandadocCreateFolderOutput: z.ZodObject<{
|
|
|
9
9
|
name: z.ZodNullable<z.ZodString>;
|
|
10
10
|
uuid: z.ZodNullable<z.ZodString>;
|
|
11
11
|
date_created: z.ZodNullable<z.ZodString>;
|
|
12
|
-
}, z.core.$
|
|
12
|
+
}, z.core.$loose>;
|
|
13
13
|
declare const pandadocCreateFolder: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
14
14
|
name: string;
|
|
15
15
|
parent_uuid?: string | undefined;
|
|
@@ -12,7 +12,7 @@ const pandadocCreateFolder = action("PANDADOC_CREATE_FOLDER", {
|
|
|
12
12
|
name: z.string().describe("Name of the created folder").nullable(),
|
|
13
13
|
uuid: z.string().describe("Unique identifier of the created folder").nullable(),
|
|
14
14
|
date_created: z.string().describe("Timestamp when the folder was created").nullable()
|
|
15
|
-
}).describe("Response model for folder creation.")
|
|
15
|
+
}).passthrough().describe("Response model for folder creation.")
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
18
|
export { pandadocCreateFolder };
|
|
@@ -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 PandadocCreateFolderInput = z.object({\n name: z.string().describe(\"Name of the folder to be created\"),\n parent_uuid: z.string().describe(\"UUID of the parent folder if creating a nested folder structure\").optional(),\n}).describe(\"Request model for creating a folder.\");\nexport const PandadocCreateFolderOutput = z.object({\n name: z.string().describe(\"Name of the created folder\").nullable(),\n uuid: z.string().describe(\"Unique identifier of the created folder\").nullable(),\n date_created: z.string().describe(\"Timestamp when the folder was created\").nullable(),\n}).describe(\"Response model for folder creation.\");\n\nexport const pandadocCreateFolder = action(\"PANDADOC_CREATE_FOLDER\", {\n slug: \"pandadoc-create-folder\",\n name: \"Create Document Folder\",\n description: \"Creates a new folder in PandaDoc to organize documents. This action allows users to create a new folder with a specified name and optionally set a parent folder to create a nested folder structure.\",\n input: PandadocCreateFolderInput,\n output: PandadocCreateFolderOutput,\n});\n"],"mappings":";;AAcA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAduC,EAAE,OAAO;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC5D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,SAAS,sCAWH;CACP,QAXwC,EAAE,OAAO;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC9E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,SAAS,
|
|
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 PandadocCreateFolderInput = z.object({\n name: z.string().describe(\"Name of the folder to be created\"),\n parent_uuid: z.string().describe(\"UUID of the parent folder if creating a nested folder structure\").optional(),\n}).describe(\"Request model for creating a folder.\");\nexport const PandadocCreateFolderOutput = z.object({\n name: z.string().describe(\"Name of the created folder\").nullable(),\n uuid: z.string().describe(\"Unique identifier of the created folder\").nullable(),\n date_created: z.string().describe(\"Timestamp when the folder was created\").nullable(),\n}).passthrough().describe(\"Response model for folder creation.\");\n\nexport const pandadocCreateFolder = action(\"PANDADOC_CREATE_FOLDER\", {\n slug: \"pandadoc-create-folder\",\n name: \"Create Document Folder\",\n description: \"Creates a new folder in PandaDoc to organize documents. This action allows users to create a new folder with a specified name and optionally set a parent folder to create a nested folder structure.\",\n input: PandadocCreateFolderInput,\n output: PandadocCreateFolderOutput,\n});\n"],"mappings":";;AAcA,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAduC,EAAE,OAAO;EAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC5D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,SAAS,sCAWH;CACP,QAXwC,EAAE,OAAO;EACjD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC9E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAOhB;AACV,CAAC"}
|
|
@@ -27,7 +27,7 @@ const PandadocCreateOrUpdateContactOutput = zod.z.object({
|
|
|
27
27
|
first_name: zod.z.string().describe("First name of the contact").nullable().optional(),
|
|
28
28
|
postal_code: zod.z.string().describe("Postal code of the contact").nullable().optional(),
|
|
29
29
|
street_address: zod.z.string().describe("Street address of the contact").nullable().optional()
|
|
30
|
-
}).describe("Response model for contact operations.");
|
|
30
|
+
}).passthrough().describe("Response model for contact operations.");
|
|
31
31
|
const pandadocCreateOrUpdateContact = require_action.action("PANDADOC_CREATE_OR_UPDATE_CONTACT", {
|
|
32
32
|
slug: "pandadoc-create-or-update-contact",
|
|
33
33
|
name: "Create or Update Contact",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-or-update-contact.cjs","names":["z","action"],"sources":["../../src/actions/create-or-update-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateOrUpdateContactInput = z.object({\n city: z.string().describe(\"City of the contact\").optional(),\n email: z.string().describe(\"Email address of the contact. Required for both create and update operations.\"),\n phone: z.string().describe(\"Phone number of the contact\").optional(),\n state: z.string().describe(\"State of the contact\").optional(),\n company: z.string().describe(\"Company name of the contact\").optional(),\n country: z.string().describe(\"Country of the contact\").optional(),\n job_title: z.string().describe(\"Job title of the contact\").optional(),\n last_name: z.string().describe(\"Last name of the contact\").optional(),\n first_name: z.string().describe(\"First name of the contact\").optional(),\n postal_code: z.string().describe(\"Postal code of the contact\").optional(),\n street_address: z.string().describe(\"Street address of the contact\").optional(),\n}).describe(\"Request model for creating or updating a contact.\");\nexport const PandadocCreateOrUpdateContactOutput = z.object({\n id: z.string().describe(\"Unique identifier of the contact\").nullable(),\n city: z.string().describe(\"City of the contact\").nullable().optional(),\n email: z.string().describe(\"Email address of the contact\").nullable(),\n phone: z.string().describe(\"Phone number of the contact\").nullable().optional(),\n state: z.string().describe(\"State of the contact\").nullable().optional(),\n company: z.string().describe(\"Company name of the contact\").nullable().optional(),\n country: z.string().describe(\"Country of the contact\").nullable().optional(),\n job_title: z.string().describe(\"Job title of the contact\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the contact\").nullable().optional(),\n first_name: z.string().describe(\"First name of the contact\").nullable().optional(),\n postal_code: z.string().describe(\"Postal code of the contact\").nullable().optional(),\n street_address: z.string().describe(\"Street address of the contact\").nullable().optional(),\n}).describe(\"Response model for contact operations.\");\n\nexport const pandadocCreateOrUpdateContact = action(\"PANDADOC_CREATE_OR_UPDATE_CONTACT\", {\n slug: \"pandadoc-create-or-update-contact\",\n name: \"Create or Update Contact\",\n description: \"This tool creates a new contact or updates an existing one in PandaDoc based on the email address. If a contact with the provided email exists, it will be updated; otherwise, a new contact will be created.\",\n input: PandadocCreateOrUpdateContactInput,\n output: PandadocCreateOrUpdateContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CAC1G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACxE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,wCAAwC;
|
|
1
|
+
{"version":3,"file":"create-or-update-contact.cjs","names":["z","action"],"sources":["../../src/actions/create-or-update-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateOrUpdateContactInput = z.object({\n city: z.string().describe(\"City of the contact\").optional(),\n email: z.string().describe(\"Email address of the contact. Required for both create and update operations.\"),\n phone: z.string().describe(\"Phone number of the contact\").optional(),\n state: z.string().describe(\"State of the contact\").optional(),\n company: z.string().describe(\"Company name of the contact\").optional(),\n country: z.string().describe(\"Country of the contact\").optional(),\n job_title: z.string().describe(\"Job title of the contact\").optional(),\n last_name: z.string().describe(\"Last name of the contact\").optional(),\n first_name: z.string().describe(\"First name of the contact\").optional(),\n postal_code: z.string().describe(\"Postal code of the contact\").optional(),\n street_address: z.string().describe(\"Street address of the contact\").optional(),\n}).describe(\"Request model for creating or updating a contact.\");\nexport const PandadocCreateOrUpdateContactOutput = z.object({\n id: z.string().describe(\"Unique identifier of the contact\").nullable(),\n city: z.string().describe(\"City of the contact\").nullable().optional(),\n email: z.string().describe(\"Email address of the contact\").nullable(),\n phone: z.string().describe(\"Phone number of the contact\").nullable().optional(),\n state: z.string().describe(\"State of the contact\").nullable().optional(),\n company: z.string().describe(\"Company name of the contact\").nullable().optional(),\n country: z.string().describe(\"Country of the contact\").nullable().optional(),\n job_title: z.string().describe(\"Job title of the contact\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the contact\").nullable().optional(),\n first_name: z.string().describe(\"First name of the contact\").nullable().optional(),\n postal_code: z.string().describe(\"Postal code of the contact\").nullable().optional(),\n street_address: z.string().describe(\"Street address of the contact\").nullable().optional(),\n}).passthrough().describe(\"Response model for contact operations.\");\n\nexport const pandadocCreateOrUpdateContact = action(\"PANDADOC_CREATE_OR_UPDATE_CONTACT\", {\n slug: \"pandadoc-create-or-update-contact\",\n name: \"Create or Update Contact\",\n description: \"This tool creates a new contact or updates an existing one in PandaDoc based on the email address. If a contact with the provided email exists, it will be updated; otherwise, a new contact will be created.\",\n input: PandadocCreateOrUpdateContactInput,\n output: PandadocCreateOrUpdateContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CAC1G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;CACtE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACxE,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;AAChF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAElE,MAAa,gCAAgCC,eAAAA,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -27,7 +27,7 @@ declare const PandadocCreateOrUpdateContactOutput: z.ZodObject<{
|
|
|
27
27
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
28
|
postal_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
29
|
street_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
-
}, z.core.$
|
|
30
|
+
}, z.core.$loose>;
|
|
31
31
|
declare const pandadocCreateOrUpdateContact: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
email: string;
|
|
33
33
|
city?: string | undefined;
|
|
@@ -27,7 +27,7 @@ declare const PandadocCreateOrUpdateContactOutput: z.ZodObject<{
|
|
|
27
27
|
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
28
28
|
postal_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
29
29
|
street_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
30
|
-
}, z.core.$
|
|
30
|
+
}, z.core.$loose>;
|
|
31
31
|
declare const pandadocCreateOrUpdateContact: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
32
32
|
email: string;
|
|
33
33
|
city?: string | undefined;
|
|
@@ -30,7 +30,7 @@ const pandadocCreateOrUpdateContact = action("PANDADOC_CREATE_OR_UPDATE_CONTACT"
|
|
|
30
30
|
first_name: z.string().describe("First name of the contact").nullable().optional(),
|
|
31
31
|
postal_code: z.string().describe("Postal code of the contact").nullable().optional(),
|
|
32
32
|
street_address: z.string().describe("Street address of the contact").nullable().optional()
|
|
33
|
-
}).describe("Response model for contact operations.")
|
|
33
|
+
}).passthrough().describe("Response model for contact operations.")
|
|
34
34
|
});
|
|
35
35
|
//#endregion
|
|
36
36
|
export { pandadocCreateOrUpdateContact };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-or-update-contact.mjs","names":[],"sources":["../../src/actions/create-or-update-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateOrUpdateContactInput = z.object({\n city: z.string().describe(\"City of the contact\").optional(),\n email: z.string().describe(\"Email address of the contact. Required for both create and update operations.\"),\n phone: z.string().describe(\"Phone number of the contact\").optional(),\n state: z.string().describe(\"State of the contact\").optional(),\n company: z.string().describe(\"Company name of the contact\").optional(),\n country: z.string().describe(\"Country of the contact\").optional(),\n job_title: z.string().describe(\"Job title of the contact\").optional(),\n last_name: z.string().describe(\"Last name of the contact\").optional(),\n first_name: z.string().describe(\"First name of the contact\").optional(),\n postal_code: z.string().describe(\"Postal code of the contact\").optional(),\n street_address: z.string().describe(\"Street address of the contact\").optional(),\n}).describe(\"Request model for creating or updating a contact.\");\nexport const PandadocCreateOrUpdateContactOutput = z.object({\n id: z.string().describe(\"Unique identifier of the contact\").nullable(),\n city: z.string().describe(\"City of the contact\").nullable().optional(),\n email: z.string().describe(\"Email address of the contact\").nullable(),\n phone: z.string().describe(\"Phone number of the contact\").nullable().optional(),\n state: z.string().describe(\"State of the contact\").nullable().optional(),\n company: z.string().describe(\"Company name of the contact\").nullable().optional(),\n country: z.string().describe(\"Country of the contact\").nullable().optional(),\n job_title: z.string().describe(\"Job title of the contact\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the contact\").nullable().optional(),\n first_name: z.string().describe(\"First name of the contact\").nullable().optional(),\n postal_code: z.string().describe(\"Postal code of the contact\").nullable().optional(),\n street_address: z.string().describe(\"Street address of the contact\").nullable().optional(),\n}).describe(\"Response model for contact operations.\");\n\nexport const pandadocCreateOrUpdateContact = action(\"PANDADOC_CREATE_OR_UPDATE_CONTACT\", {\n slug: \"pandadoc-create-or-update-contact\",\n name: \"Create or Update Contact\",\n description: \"This tool creates a new contact or updates an existing one in PandaDoc based on the email address. If a contact with the provided email exists, it will be updated; otherwise, a new contact will be created.\",\n input: PandadocCreateOrUpdateContactInput,\n output: PandadocCreateOrUpdateContactOutput,\n});\n"],"mappings":";;AAgCA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhCgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;EAC1G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACxE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAChF,CAAC,CAAC,CAAC,SAAS,mDAoBH;CACP,QApBiD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"create-or-update-contact.mjs","names":[],"sources":["../../src/actions/create-or-update-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateOrUpdateContactInput = z.object({\n city: z.string().describe(\"City of the contact\").optional(),\n email: z.string().describe(\"Email address of the contact. Required for both create and update operations.\"),\n phone: z.string().describe(\"Phone number of the contact\").optional(),\n state: z.string().describe(\"State of the contact\").optional(),\n company: z.string().describe(\"Company name of the contact\").optional(),\n country: z.string().describe(\"Country of the contact\").optional(),\n job_title: z.string().describe(\"Job title of the contact\").optional(),\n last_name: z.string().describe(\"Last name of the contact\").optional(),\n first_name: z.string().describe(\"First name of the contact\").optional(),\n postal_code: z.string().describe(\"Postal code of the contact\").optional(),\n street_address: z.string().describe(\"Street address of the contact\").optional(),\n}).describe(\"Request model for creating or updating a contact.\");\nexport const PandadocCreateOrUpdateContactOutput = z.object({\n id: z.string().describe(\"Unique identifier of the contact\").nullable(),\n city: z.string().describe(\"City of the contact\").nullable().optional(),\n email: z.string().describe(\"Email address of the contact\").nullable(),\n phone: z.string().describe(\"Phone number of the contact\").nullable().optional(),\n state: z.string().describe(\"State of the contact\").nullable().optional(),\n company: z.string().describe(\"Company name of the contact\").nullable().optional(),\n country: z.string().describe(\"Country of the contact\").nullable().optional(),\n job_title: z.string().describe(\"Job title of the contact\").nullable().optional(),\n last_name: z.string().describe(\"Last name of the contact\").nullable().optional(),\n first_name: z.string().describe(\"First name of the contact\").nullable().optional(),\n postal_code: z.string().describe(\"Postal code of the contact\").nullable().optional(),\n street_address: z.string().describe(\"Street address of the contact\").nullable().optional(),\n}).passthrough().describe(\"Response model for contact operations.\");\n\nexport const pandadocCreateOrUpdateContact = action(\"PANDADOC_CREATE_OR_UPDATE_CONTACT\", {\n slug: \"pandadoc-create-or-update-contact\",\n name: \"Create or Update Contact\",\n description: \"This tool creates a new contact or updates an existing one in PandaDoc based on the email address. If a contact with the provided email exists, it will be updated; otherwise, a new contact will be created.\",\n input: PandadocCreateOrUpdateContactInput,\n output: PandadocCreateOrUpdateContactOutput,\n});\n"],"mappings":";;AAgCA,MAAa,gCAAgC,OAAO,qCAAqC;CACvF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhCgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;EAC1G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACnE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;EACrE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACpE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACtE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACxE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAChF,CAAC,CAAC,CAAC,SAAS,mDAoBH;CACP,QApBiD,EAAE,OAAO;EAC1D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACrE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAOhB;AACV,CAAC"}
|
|
@@ -22,7 +22,7 @@ const PandadocCreateTemplateOutput = zod.z.object({
|
|
|
22
22
|
version: zod.z.string().describe("Version of the template").nullable(),
|
|
23
23
|
date_created: zod.z.string().describe("Creation date of the template").nullable(),
|
|
24
24
|
date_modified: zod.z.string().describe("Last modification date of the template").nullable()
|
|
25
|
-
}).describe("Response model for template creation.");
|
|
25
|
+
}).passthrough().describe("Response model for template creation.");
|
|
26
26
|
const pandadocCreateTemplate = require_action.action("PANDADOC_CREATE_TEMPLATE", {
|
|
27
27
|
slug: "pandadoc-create-template",
|
|
28
28
|
name: "Create Template",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-template.cjs","names":["z","action"],"sources":["../../src/actions/create-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateTemplateInput = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"PDF file to use for template creation\").optional(),\n name: z.string().describe(\"Name of the template\"),\n tags: z.array(z.string()).describe(\"Optional tags to categorize the template\").optional(),\n content: z.object({\n title: z.string().describe(\"Title of the template content\"),\n blocks: z.array(z.record(z.string(), z.unknown())).describe(\"List of content blocks for the template\"),\n}).describe(\"Content model for template creation from scratch.\").optional(),\n description: z.string().describe(\"Optional description of the template\").optional(),\n}).describe(\"Request model for creating a template.\");\nexport const PandadocCreateTemplateOutput = z.object({\n id: z.string().describe(\"ID of the created template\").nullable(),\n name: z.string().describe(\"Name of the template\").nullable(),\n status: z.string().describe(\"Status of the template\").nullable(),\n version: z.string().describe(\"Version of the template\").nullable(),\n date_created: z.string().describe(\"Creation date of the template\").nullable(),\n date_modified: z.string().describe(\"Last modification date of the template\").nullable(),\n}).describe(\"Response model for template creation.\");\n\nexport const pandadocCreateTemplate = action(\"PANDADOC_CREATE_TEMPLATE\", {\n slug: \"pandadoc-create-template\",\n name: \"Create Template\",\n description: \"This tool allows users to create a new template in PandaDoc from a PDF file or from scratch. It handles file upload validation, parameter checks, proper error handling, and authentication with the PandaDoc API. The template can be created either by uploading a PDF file or by providing a structured content object that defines the template layout and elements.\",\n input: PandadocCreateTemplateInput,\n output: PandadocCreateTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACxF,SAASA,IAAAA,EAAE,OAAO;EAClB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC1D,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;CACvG,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACjE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC5E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,uCAAuC;
|
|
1
|
+
{"version":3,"file":"create-template.cjs","names":["z","action"],"sources":["../../src/actions/create-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateTemplateInput = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"PDF file to use for template creation\").optional(),\n name: z.string().describe(\"Name of the template\"),\n tags: z.array(z.string()).describe(\"Optional tags to categorize the template\").optional(),\n content: z.object({\n title: z.string().describe(\"Title of the template content\"),\n blocks: z.array(z.record(z.string(), z.unknown())).describe(\"List of content blocks for the template\"),\n}).describe(\"Content model for template creation from scratch.\").optional(),\n description: z.string().describe(\"Optional description of the template\").optional(),\n}).describe(\"Request model for creating a template.\");\nexport const PandadocCreateTemplateOutput = z.object({\n id: z.string().describe(\"ID of the created template\").nullable(),\n name: z.string().describe(\"Name of the template\").nullable(),\n status: z.string().describe(\"Status of the template\").nullable(),\n version: z.string().describe(\"Version of the template\").nullable(),\n date_created: z.string().describe(\"Creation date of the template\").nullable(),\n date_modified: z.string().describe(\"Last modification date of the template\").nullable(),\n}).passthrough().describe(\"Response model for template creation.\");\n\nexport const pandadocCreateTemplate = action(\"PANDADOC_CREATE_TEMPLATE\", {\n slug: \"pandadoc-create-template\",\n name: \"Create Template\",\n description: \"This tool allows users to create a new template in PandaDoc from a PDF file or from scratch. It handles file upload validation, parameter checks, proper error handling, and authentication with the PandaDoc API. The template can be created either by uploading a PDF file or by providing a structured content object that defines the template layout and elements.\",\n input: PandadocCreateTemplateInput,\n output: PandadocCreateTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,MAAMA,IAAAA,EAAE,OAAO;EACf,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;EAC7G,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;EACnO,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC3D,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACxF,SAASA,IAAAA,EAAE,OAAO;EAClB,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC1D,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;CACvG,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACxE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CACjE,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CAC5E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAEjE,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -22,7 +22,7 @@ declare const PandadocCreateTemplateOutput: z.ZodObject<{
|
|
|
22
22
|
version: z.ZodNullable<z.ZodString>;
|
|
23
23
|
date_created: z.ZodNullable<z.ZodString>;
|
|
24
24
|
date_modified: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>;
|
|
26
26
|
declare const pandadocCreateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
name: string;
|
|
28
28
|
file?: {
|
|
@@ -22,7 +22,7 @@ declare const PandadocCreateTemplateOutput: z.ZodObject<{
|
|
|
22
22
|
version: z.ZodNullable<z.ZodString>;
|
|
23
23
|
date_created: z.ZodNullable<z.ZodString>;
|
|
24
24
|
date_modified: z.ZodNullable<z.ZodString>;
|
|
25
|
-
}, z.core.$
|
|
25
|
+
}, z.core.$loose>;
|
|
26
26
|
declare const pandadocCreateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
27
27
|
name: string;
|
|
28
28
|
file?: {
|
|
@@ -25,7 +25,7 @@ const pandadocCreateTemplate = action("PANDADOC_CREATE_TEMPLATE", {
|
|
|
25
25
|
version: z.string().describe("Version of the template").nullable(),
|
|
26
26
|
date_created: z.string().describe("Creation date of the template").nullable(),
|
|
27
27
|
date_modified: z.string().describe("Last modification date of the template").nullable()
|
|
28
|
-
}).describe("Response model for template creation.")
|
|
28
|
+
}).passthrough().describe("Response model for template creation.")
|
|
29
29
|
});
|
|
30
30
|
//#endregion
|
|
31
31
|
export { pandadocCreateTemplate };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-template.mjs","names":[],"sources":["../../src/actions/create-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateTemplateInput = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"PDF file to use for template creation\").optional(),\n name: z.string().describe(\"Name of the template\"),\n tags: z.array(z.string()).describe(\"Optional tags to categorize the template\").optional(),\n content: z.object({\n title: z.string().describe(\"Title of the template content\"),\n blocks: z.array(z.record(z.string(), z.unknown())).describe(\"List of content blocks for the template\"),\n}).describe(\"Content model for template creation from scratch.\").optional(),\n description: z.string().describe(\"Optional description of the template\").optional(),\n}).describe(\"Request model for creating a template.\");\nexport const PandadocCreateTemplateOutput = z.object({\n id: z.string().describe(\"ID of the created template\").nullable(),\n name: z.string().describe(\"Name of the template\").nullable(),\n status: z.string().describe(\"Status of the template\").nullable(),\n version: z.string().describe(\"Version of the template\").nullable(),\n date_created: z.string().describe(\"Creation date of the template\").nullable(),\n date_modified: z.string().describe(\"Last modification date of the template\").nullable(),\n}).describe(\"Response model for template creation.\");\n\nexport const pandadocCreateTemplate = action(\"PANDADOC_CREATE_TEMPLATE\", {\n slug: \"pandadoc-create-template\",\n name: \"Create Template\",\n description: \"This tool allows users to create a new template in PandaDoc from a PDF file or from scratch. It handles file upload validation, parameter checks, proper error handling, and authentication with the PandaDoc API. The template can be created either by uploading a PDF file or by providing a structured content object that defines the template layout and elements.\",\n input: PandadocCreateTemplateInput,\n output: PandadocCreateTemplateOutput,\n});\n"],"mappings":";;AA2BA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3ByC,EAAE,OAAO;EAClD,MAAM,EAAE,OAAO;GACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;GAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;GACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC3D,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EACxF,SAAS,EAAE,OAAO;GAClB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;GAC1D,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;EACvG,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,SAAS,wCAcH;CACP,QAd0C,EAAE,OAAO;EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAC5E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACxF,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"create-template.mjs","names":[],"sources":["../../src/actions/create-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateTemplateInput = z.object({\n file: z.object({\n name: z.string().describe(\"The filename that will be used when uploading the file to the destination service\"),\n s3key: z.string().describe(\"The S3 key of a publicly accessible file, typically returned from a previous download action that stored the file in S3. This key references an existing file that can be uploaded to another service.\"),\n mimetype: z.string().describe(\"The MIME type of the file\"),\n}).describe(\"PDF file to use for template creation\").optional(),\n name: z.string().describe(\"Name of the template\"),\n tags: z.array(z.string()).describe(\"Optional tags to categorize the template\").optional(),\n content: z.object({\n title: z.string().describe(\"Title of the template content\"),\n blocks: z.array(z.record(z.string(), z.unknown())).describe(\"List of content blocks for the template\"),\n}).describe(\"Content model for template creation from scratch.\").optional(),\n description: z.string().describe(\"Optional description of the template\").optional(),\n}).describe(\"Request model for creating a template.\");\nexport const PandadocCreateTemplateOutput = z.object({\n id: z.string().describe(\"ID of the created template\").nullable(),\n name: z.string().describe(\"Name of the template\").nullable(),\n status: z.string().describe(\"Status of the template\").nullable(),\n version: z.string().describe(\"Version of the template\").nullable(),\n date_created: z.string().describe(\"Creation date of the template\").nullable(),\n date_modified: z.string().describe(\"Last modification date of the template\").nullable(),\n}).passthrough().describe(\"Response model for template creation.\");\n\nexport const pandadocCreateTemplate = action(\"PANDADOC_CREATE_TEMPLATE\", {\n slug: \"pandadoc-create-template\",\n name: \"Create Template\",\n description: \"This tool allows users to create a new template in PandaDoc from a PDF file or from scratch. It handles file upload validation, parameter checks, proper error handling, and authentication with the PandaDoc API. The template can be created either by uploading a PDF file or by providing a structured content object that defines the template layout and elements.\",\n input: PandadocCreateTemplateInput,\n output: PandadocCreateTemplateOutput,\n});\n"],"mappings":";;AA2BA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OA3ByC,EAAE,OAAO;EAClD,MAAM,EAAE,OAAO;GACf,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,mFAAmF;GAC7G,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,wMAAwM;GACnO,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC3D,CAAC,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EACxF,SAAS,EAAE,OAAO;GAClB,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;GAC1D,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;EACvG,CAAC,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACxE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,SAAS,wCAcH;CACP,QAd0C,EAAE,OAAO;EACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;EAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;EACjE,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;EAC5E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACxF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAOhB;AACV,CAAC"}
|
|
@@ -14,7 +14,7 @@ const PandadocCreateWebhookOutput = zod.z.object({
|
|
|
14
14
|
uuid: zod.z.string().describe("Unique identifier of the created webhook").nullable(),
|
|
15
15
|
status: zod.z.string().describe("Status of the webhook").nullable(),
|
|
16
16
|
shared_key: zod.z.string().describe("Shared key for webhook verification").nullable()
|
|
17
|
-
}).describe("Response model for webhook creation.");
|
|
17
|
+
}).passthrough().describe("Response model for webhook creation.");
|
|
18
18
|
const pandadocCreateWebhook = require_action.action("PANDADOC_CREATE_WEBHOOK", {
|
|
19
19
|
slug: "pandadoc-create-webhook",
|
|
20
20
|
name: "Create PandaDoc Webhook",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-webhook.cjs","names":["z","action"],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateWebhookInput = z.object({\n url: z.string().describe(\"The endpoint URL where webhook notifications will be sent\"),\n name: z.string().describe(\"A descriptive name for the webhook subscription\"),\n active: z.boolean().default(true).describe(\"Whether the webhook subscription should be active\").optional(),\n payload: z.array(z.string()).describe(\"Additional data to include in webhook payload\").optional(),\n triggers: z.array(z.string()).describe(\"List of events that will trigger the webhook\"),\n}).describe(\"Request model for creating a webhook subscription.\");\nexport const PandadocCreateWebhookOutput = z.object({\n url: z.string().describe(\"URL where webhook notifications will be sent\").nullable(),\n name: z.string().describe(\"Name of the webhook\").nullable(),\n uuid: z.string().describe(\"Unique identifier of the created webhook\").nullable(),\n status: z.string().describe(\"Status of the webhook\").nullable(),\n shared_key: z.string().describe(\"Shared key for webhook verification\").nullable(),\n}).describe(\"Response model for webhook creation.\");\n\nexport const pandadocCreateWebhook = action(\"PANDADOC_CREATE_WEBHOOK\", {\n slug: \"pandadoc-create-webhook\",\n name: \"Create PandaDoc Webhook\",\n description: \"Creates a new webhook subscription in PandaDoc to receive notifications about specific events. This action allows you to set up webhook notifications for various document-related events such as status changes, recipient completions, and updates. The webhook will send HTTP notifications to your specified endpoint when the configured events occur.\",\n input: PandadocCreateWebhookInput,\n output: PandadocCreateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAChG,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C;AACvF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC9D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,SAAS,sCAAsC;
|
|
1
|
+
{"version":3,"file":"create-webhook.cjs","names":["z","action"],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateWebhookInput = z.object({\n url: z.string().describe(\"The endpoint URL where webhook notifications will be sent\"),\n name: z.string().describe(\"A descriptive name for the webhook subscription\"),\n active: z.boolean().default(true).describe(\"Whether the webhook subscription should be active\").optional(),\n payload: z.array(z.string()).describe(\"Additional data to include in webhook payload\").optional(),\n triggers: z.array(z.string()).describe(\"List of events that will trigger the webhook\"),\n}).describe(\"Request model for creating a webhook subscription.\");\nexport const PandadocCreateWebhookOutput = z.object({\n url: z.string().describe(\"URL where webhook notifications will be sent\").nullable(),\n name: z.string().describe(\"Name of the webhook\").nullable(),\n uuid: z.string().describe(\"Unique identifier of the created webhook\").nullable(),\n status: z.string().describe(\"Status of the webhook\").nullable(),\n shared_key: z.string().describe(\"Shared key for webhook verification\").nullable(),\n}).passthrough().describe(\"Response model for webhook creation.\");\n\nexport const pandadocCreateWebhook = action(\"PANDADOC_CREATE_WEBHOOK\", {\n slug: \"pandadoc-create-webhook\",\n name: \"Create PandaDoc Webhook\",\n description: \"Creates a new webhook subscription in PandaDoc to receive notifications about specific events. This action allows you to set up webhook notifications for various document-related events such as status changes, recipient completions, and updates. The webhook will send HTTP notifications to your specified endpoint when the configured events occur.\",\n input: PandadocCreateWebhookInput,\n output: PandadocCreateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC3E,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACzG,SAASA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAChG,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C;AACvF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,8BAA8BA,IAAAA,EAAE,OAAO;CAClD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAClF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC9D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -14,7 +14,7 @@ declare const PandadocCreateWebhookOutput: z.ZodObject<{
|
|
|
14
14
|
uuid: z.ZodNullable<z.ZodString>;
|
|
15
15
|
status: z.ZodNullable<z.ZodString>;
|
|
16
16
|
shared_key: z.ZodNullable<z.ZodString>;
|
|
17
|
-
}, z.core.$
|
|
17
|
+
}, z.core.$loose>;
|
|
18
18
|
declare const pandadocCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
url: string;
|
|
20
20
|
name: string;
|
|
@@ -14,7 +14,7 @@ declare const PandadocCreateWebhookOutput: z.ZodObject<{
|
|
|
14
14
|
uuid: z.ZodNullable<z.ZodString>;
|
|
15
15
|
status: z.ZodNullable<z.ZodString>;
|
|
16
16
|
shared_key: z.ZodNullable<z.ZodString>;
|
|
17
|
-
}, z.core.$
|
|
17
|
+
}, z.core.$loose>;
|
|
18
18
|
declare const pandadocCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
19
19
|
url: string;
|
|
20
20
|
name: string;
|
|
@@ -17,7 +17,7 @@ const pandadocCreateWebhook = action("PANDADOC_CREATE_WEBHOOK", {
|
|
|
17
17
|
uuid: z.string().describe("Unique identifier of the created webhook").nullable(),
|
|
18
18
|
status: z.string().describe("Status of the webhook").nullable(),
|
|
19
19
|
shared_key: z.string().describe("Shared key for webhook verification").nullable()
|
|
20
|
-
}).describe("Response model for webhook creation.")
|
|
20
|
+
}).passthrough().describe("Response model for webhook creation.")
|
|
21
21
|
});
|
|
22
22
|
//#endregion
|
|
23
23
|
export { pandadocCreateWebhook };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"create-webhook.mjs","names":[],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateWebhookInput = z.object({\n url: z.string().describe(\"The endpoint URL where webhook notifications will be sent\"),\n name: z.string().describe(\"A descriptive name for the webhook subscription\"),\n active: z.boolean().default(true).describe(\"Whether the webhook subscription should be active\").optional(),\n payload: z.array(z.string()).describe(\"Additional data to include in webhook payload\").optional(),\n triggers: z.array(z.string()).describe(\"List of events that will trigger the webhook\"),\n}).describe(\"Request model for creating a webhook subscription.\");\nexport const PandadocCreateWebhookOutput = z.object({\n url: z.string().describe(\"URL where webhook notifications will be sent\").nullable(),\n name: z.string().describe(\"Name of the webhook\").nullable(),\n uuid: z.string().describe(\"Unique identifier of the created webhook\").nullable(),\n status: z.string().describe(\"Status of the webhook\").nullable(),\n shared_key: z.string().describe(\"Shared key for webhook verification\").nullable(),\n}).describe(\"Response model for webhook creation.\");\n\nexport const pandadocCreateWebhook = action(\"PANDADOC_CREATE_WEBHOOK\", {\n slug: \"pandadoc-create-webhook\",\n name: \"Create PandaDoc Webhook\",\n description: \"Creates a new webhook subscription in PandaDoc to receive notifications about specific events. This action allows you to set up webhook notifications for various document-related events such as status changes, recipient completions, and updates. The webhook will send HTTP notifications to your specified endpoint when the configured events occur.\",\n input: PandadocCreateWebhookInput,\n output: PandadocCreateWebhookOutput,\n});\n"],"mappings":";;AAmBA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBwC,EAAE,OAAO;EACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC3E,QAAQ,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACzG,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAChG,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C;CACvF,CAAC,CAAC,CAAC,SAAS,oDAaH;CACP,QAbyC,EAAE,OAAO;EAClD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC9D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClF,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"create-webhook.mjs","names":[],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocCreateWebhookInput = z.object({\n url: z.string().describe(\"The endpoint URL where webhook notifications will be sent\"),\n name: z.string().describe(\"A descriptive name for the webhook subscription\"),\n active: z.boolean().default(true).describe(\"Whether the webhook subscription should be active\").optional(),\n payload: z.array(z.string()).describe(\"Additional data to include in webhook payload\").optional(),\n triggers: z.array(z.string()).describe(\"List of events that will trigger the webhook\"),\n}).describe(\"Request model for creating a webhook subscription.\");\nexport const PandadocCreateWebhookOutput = z.object({\n url: z.string().describe(\"URL where webhook notifications will be sent\").nullable(),\n name: z.string().describe(\"Name of the webhook\").nullable(),\n uuid: z.string().describe(\"Unique identifier of the created webhook\").nullable(),\n status: z.string().describe(\"Status of the webhook\").nullable(),\n shared_key: z.string().describe(\"Shared key for webhook verification\").nullable(),\n}).passthrough().describe(\"Response model for webhook creation.\");\n\nexport const pandadocCreateWebhook = action(\"PANDADOC_CREATE_WEBHOOK\", {\n slug: \"pandadoc-create-webhook\",\n name: \"Create PandaDoc Webhook\",\n description: \"Creates a new webhook subscription in PandaDoc to receive notifications about specific events. This action allows you to set up webhook notifications for various document-related events such as status changes, recipient completions, and updates. The webhook will send HTTP notifications to your specified endpoint when the configured events occur.\",\n input: PandadocCreateWebhookInput,\n output: PandadocCreateWebhookOutput,\n});\n"],"mappings":";;AAmBA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAnBwC,EAAE,OAAO;EACjD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;EACpF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC3E,QAAQ,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;EACzG,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;EAChG,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,8CAA8C;CACvF,CAAC,CAAC,CAAC,SAAS,oDAaH;CACP,QAbyC,EAAE,OAAO;EAClD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;EAClF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC9D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CAClF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
|
|
@@ -2,7 +2,7 @@ const require_action = require("../action.cjs");
|
|
|
2
2
|
let zod = require("zod");
|
|
3
3
|
//#region src/actions/delete-contact.ts
|
|
4
4
|
const PandadocDeleteContactInput = zod.z.object({ contact_id: zod.z.string().describe("The unique identifier of the contact to delete.") });
|
|
5
|
-
const PandadocDeleteContactOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates if the contact was successfully deleted.").nullable().optional() });
|
|
5
|
+
const PandadocDeleteContactOutput = zod.z.object({ success: zod.z.boolean().default(true).describe("Indicates if the contact was successfully deleted.").nullable().optional() }).passthrough();
|
|
6
6
|
const pandadocDeleteContact = require_action.action("PANDADOC_DELETE_CONTACT", {
|
|
7
7
|
slug: "pandadoc-delete-contact",
|
|
8
8
|
name: "Delete Contact",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocDeleteContactInput = z.object({\n contact_id: z.string().describe(\"The unique identifier of the contact to delete.\"),\n});\nexport const PandadocDeleteContactOutput = z.object({\n success: z.boolean().default(true).describe(\"Indicates if the contact was successfully deleted.\").nullable().optional(),\n});\n\nexport const pandadocDeleteContact = action(\"PANDADOC_DELETE_CONTACT\", {\n slug: \"pandadoc-delete-contact\",\n name: \"Delete Contact\",\n description: \"This tool allows you to delete a contact from your PandaDoc account. The action is permanent and cannot be undone.\",\n input: PandadocDeleteContactInput,\n output: PandadocDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EACnF,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC;
|
|
1
|
+
{"version":3,"file":"delete-contact.cjs","names":["z","action"],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocDeleteContactInput = z.object({\n contact_id: z.string().describe(\"The unique identifier of the contact to delete.\"),\n});\nexport const PandadocDeleteContactOutput = z.object({\n success: z.boolean().default(true).describe(\"Indicates if the contact was successfully deleted.\").nullable().optional(),\n}).passthrough();\n\nexport const pandadocDeleteContact = action(\"PANDADOC_DELETE_CONTACT\", {\n slug: \"pandadoc-delete-contact\",\n name: \"Delete Contact\",\n description: \"This tool allows you to delete a contact from your PandaDoc account. The action is permanent and cannot be undone.\",\n input: PandadocDeleteContactInput,\n output: PandadocDeleteContactOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EACnF,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -6,7 +6,7 @@ declare const PandadocDeleteContactInput: z.ZodObject<{
|
|
|
6
6
|
}, z.core.$strip>;
|
|
7
7
|
declare const PandadocDeleteContactOutput: z.ZodObject<{
|
|
8
8
|
success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
|
|
9
|
-
}, z.core.$
|
|
9
|
+
}, z.core.$loose>;
|
|
10
10
|
declare const pandadocDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
11
11
|
contact_id: string;
|
|
12
12
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|