@keystrokehq/pandadoc 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (146) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/create-document-attachment.cjs +29 -0
  7. package/dist/actions/create-document-attachment.cjs.map +1 -0
  8. package/dist/actions/create-document-attachment.d.cts +9 -0
  9. package/dist/actions/create-document-attachment.d.cts.map +1 -0
  10. package/dist/actions/create-document-attachment.d.mts +9 -0
  11. package/dist/actions/create-document-attachment.d.mts.map +1 -0
  12. package/dist/actions/create-document-attachment.mjs +26 -0
  13. package/dist/actions/create-document-attachment.mjs.map +1 -0
  14. package/dist/actions/create-document-from-file.cjs +46 -0
  15. package/dist/actions/create-document-from-file.cjs.map +1 -0
  16. package/dist/actions/create-document-from-file.d.cts +9 -0
  17. package/dist/actions/create-document-from-file.d.cts.map +1 -0
  18. package/dist/actions/create-document-from-file.d.mts +9 -0
  19. package/dist/actions/create-document-from-file.d.mts.map +1 -0
  20. package/dist/actions/create-document-from-file.mjs +43 -0
  21. package/dist/actions/create-document-from-file.mjs.map +1 -0
  22. package/dist/actions/create-folder.cjs +23 -0
  23. package/dist/actions/create-folder.cjs.map +1 -0
  24. package/dist/actions/create-folder.d.cts +9 -0
  25. package/dist/actions/create-folder.d.cts.map +1 -0
  26. package/dist/actions/create-folder.d.mts +9 -0
  27. package/dist/actions/create-folder.d.mts.map +1 -0
  28. package/dist/actions/create-folder.mjs +20 -0
  29. package/dist/actions/create-folder.mjs.map +1 -0
  30. package/dist/actions/create-or-update-contact.cjs +41 -0
  31. package/dist/actions/create-or-update-contact.cjs.map +1 -0
  32. package/dist/actions/create-or-update-contact.d.cts +9 -0
  33. package/dist/actions/create-or-update-contact.d.cts.map +1 -0
  34. package/dist/actions/create-or-update-contact.d.mts +9 -0
  35. package/dist/actions/create-or-update-contact.d.mts.map +1 -0
  36. package/dist/actions/create-or-update-contact.mjs +38 -0
  37. package/dist/actions/create-or-update-contact.mjs.map +1 -0
  38. package/dist/actions/create-template.cjs +36 -0
  39. package/dist/actions/create-template.cjs.map +1 -0
  40. package/dist/actions/create-template.d.cts +9 -0
  41. package/dist/actions/create-template.d.cts.map +1 -0
  42. package/dist/actions/create-template.d.mts +9 -0
  43. package/dist/actions/create-template.d.mts.map +1 -0
  44. package/dist/actions/create-template.mjs +33 -0
  45. package/dist/actions/create-template.mjs.map +1 -0
  46. package/dist/actions/create-webhook.cjs +28 -0
  47. package/dist/actions/create-webhook.cjs.map +1 -0
  48. package/dist/actions/create-webhook.d.cts +9 -0
  49. package/dist/actions/create-webhook.d.cts.map +1 -0
  50. package/dist/actions/create-webhook.d.mts +9 -0
  51. package/dist/actions/create-webhook.d.mts.map +1 -0
  52. package/dist/actions/create-webhook.mjs +25 -0
  53. package/dist/actions/create-webhook.mjs.map +1 -0
  54. package/dist/actions/delete-contact.cjs +16 -0
  55. package/dist/actions/delete-contact.cjs.map +1 -0
  56. package/dist/actions/delete-contact.d.cts +9 -0
  57. package/dist/actions/delete-contact.d.cts.map +1 -0
  58. package/dist/actions/delete-contact.d.mts +9 -0
  59. package/dist/actions/delete-contact.d.mts.map +1 -0
  60. package/dist/actions/delete-contact.mjs +13 -0
  61. package/dist/actions/delete-contact.mjs.map +1 -0
  62. package/dist/actions/delete-template.cjs +19 -0
  63. package/dist/actions/delete-template.cjs.map +1 -0
  64. package/dist/actions/delete-template.d.cts +9 -0
  65. package/dist/actions/delete-template.d.cts.map +1 -0
  66. package/dist/actions/delete-template.d.mts +9 -0
  67. package/dist/actions/delete-template.d.mts.map +1 -0
  68. package/dist/actions/delete-template.mjs +16 -0
  69. package/dist/actions/delete-template.mjs.map +1 -0
  70. package/dist/actions/get-document-details.cjs +100 -0
  71. package/dist/actions/get-document-details.cjs.map +1 -0
  72. package/dist/actions/get-document-details.d.cts +9 -0
  73. package/dist/actions/get-document-details.d.cts.map +1 -0
  74. package/dist/actions/get-document-details.d.mts +9 -0
  75. package/dist/actions/get-document-details.d.mts.map +1 -0
  76. package/dist/actions/get-document-details.mjs +99 -0
  77. package/dist/actions/get-document-details.mjs.map +1 -0
  78. package/dist/actions/get-template-details.cjs +127 -0
  79. package/dist/actions/get-template-details.cjs.map +1 -0
  80. package/dist/actions/get-template-details.d.cts +9 -0
  81. package/dist/actions/get-template-details.d.cts.map +1 -0
  82. package/dist/actions/get-template-details.d.mts +9 -0
  83. package/dist/actions/get-template-details.d.mts.map +1 -0
  84. package/dist/actions/get-template-details.mjs +126 -0
  85. package/dist/actions/get-template-details.mjs.map +1 -0
  86. package/dist/actions/index.cjs +29 -0
  87. package/dist/actions/index.d.cts +15 -0
  88. package/dist/actions/index.d.mts +15 -0
  89. package/dist/actions/index.mjs +15 -0
  90. package/dist/actions/list-contacts.cjs +25 -0
  91. package/dist/actions/list-contacts.cjs.map +1 -0
  92. package/dist/actions/list-contacts.d.cts +9 -0
  93. package/dist/actions/list-contacts.d.cts.map +1 -0
  94. package/dist/actions/list-contacts.d.mts +9 -0
  95. package/dist/actions/list-contacts.d.mts.map +1 -0
  96. package/dist/actions/list-contacts.mjs +24 -0
  97. package/dist/actions/list-contacts.mjs.map +1 -0
  98. package/dist/actions/list-document-folders.cjs +30 -0
  99. package/dist/actions/list-document-folders.cjs.map +1 -0
  100. package/dist/actions/list-document-folders.d.cts +9 -0
  101. package/dist/actions/list-document-folders.d.cts.map +1 -0
  102. package/dist/actions/list-document-folders.d.mts +9 -0
  103. package/dist/actions/list-document-folders.d.mts.map +1 -0
  104. package/dist/actions/list-document-folders.mjs +29 -0
  105. package/dist/actions/list-document-folders.mjs.map +1 -0
  106. package/dist/actions/list-templates.cjs +34 -0
  107. package/dist/actions/list-templates.cjs.map +1 -0
  108. package/dist/actions/list-templates.d.cts +9 -0
  109. package/dist/actions/list-templates.d.cts.map +1 -0
  110. package/dist/actions/list-templates.d.mts +9 -0
  111. package/dist/actions/list-templates.d.mts.map +1 -0
  112. package/dist/actions/list-templates.mjs +33 -0
  113. package/dist/actions/list-templates.mjs.map +1 -0
  114. package/dist/actions/move-document-to-folder.cjs +22 -0
  115. package/dist/actions/move-document-to-folder.cjs.map +1 -0
  116. package/dist/actions/move-document-to-folder.d.cts +9 -0
  117. package/dist/actions/move-document-to-folder.d.cts.map +1 -0
  118. package/dist/actions/move-document-to-folder.d.mts +9 -0
  119. package/dist/actions/move-document-to-folder.d.mts.map +1 -0
  120. package/dist/actions/move-document-to-folder.mjs +19 -0
  121. package/dist/actions/move-document-to-folder.mjs.map +1 -0
  122. package/dist/app.cjs +9 -0
  123. package/dist/app.cjs.map +1 -0
  124. package/dist/app.d.cts +5 -0
  125. package/dist/app.d.cts.map +1 -0
  126. package/dist/app.d.mts +5 -0
  127. package/dist/app.d.mts.map +1 -0
  128. package/dist/app.mjs +10 -0
  129. package/dist/app.mjs.map +1 -0
  130. package/dist/catalog.cjs +15 -0
  131. package/dist/catalog.cjs.map +1 -0
  132. package/dist/catalog.d.cts +14 -0
  133. package/dist/catalog.d.cts.map +1 -0
  134. package/dist/catalog.d.mts +14 -0
  135. package/dist/catalog.d.mts.map +1 -0
  136. package/dist/catalog.mjs +15 -0
  137. package/dist/catalog.mjs.map +1 -0
  138. package/dist/execute.cjs +18 -0
  139. package/dist/execute.cjs.map +1 -0
  140. package/dist/execute.mjs +18 -0
  141. package/dist/execute.mjs.map +1 -0
  142. package/dist/index.cjs +34 -0
  143. package/dist/index.d.cts +17 -0
  144. package/dist/index.d.mts +17 -0
  145. package/dist/index.mjs +18 -0
  146. package/package.json +49 -0
@@ -0,0 +1,36 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-template.ts
4
+ const PandadocCreateTemplateInput = zod.z.object({
5
+ file: zod.z.object({
6
+ name: zod.z.string().describe("The filename that will be used when uploading the file to the destination service"),
7
+ s3key: zod.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."),
8
+ mimetype: zod.z.string().describe("The MIME type of the file")
9
+ }).describe("PDF file to use for template creation").optional(),
10
+ name: zod.z.string().describe("Name of the template"),
11
+ tags: zod.z.array(zod.z.string()).describe("Optional tags to categorize the template").optional(),
12
+ content: zod.z.object({
13
+ title: zod.z.string().describe("Title of the template content"),
14
+ blocks: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of content blocks for the template")
15
+ }).describe("Content model for template creation from scratch.").optional(),
16
+ description: zod.z.string().describe("Optional description of the template").optional()
17
+ }).describe("Request model for creating a template.");
18
+ const PandadocCreateTemplateOutput = zod.z.object({
19
+ id: zod.z.string().describe("ID of the created template"),
20
+ name: zod.z.string().describe("Name of the template"),
21
+ status: zod.z.string().describe("Status of the template"),
22
+ version: zod.z.string().describe("Version of the template"),
23
+ date_created: zod.z.string().describe("Creation date of the template"),
24
+ date_modified: zod.z.string().describe("Last modification date of the template")
25
+ }).describe("Response model for template creation.");
26
+ const pandadocCreateTemplate = require_action.action("PANDADOC_CREATE_TEMPLATE", {
27
+ slug: "pandadoc-create-template",
28
+ name: "Create Template",
29
+ 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.",
30
+ input: PandadocCreateTemplateInput,
31
+ output: PandadocCreateTemplateOutput
32
+ });
33
+ //#endregion
34
+ exports.pandadocCreateTemplate = pandadocCreateTemplate;
35
+
36
+ //# sourceMappingURL=create-template.cjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the created template\"),\n name: z.string().describe(\"Name of the template\"),\n status: z.string().describe(\"Status of the template\"),\n version: z.string().describe(\"Version of the template\"),\n date_created: z.string().describe(\"Creation date of the template\"),\n date_modified: z.string().describe(\"Last modification date of the template\"),\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,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,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,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAChD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACtD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACjE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AAC7E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAEnD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-template.d.ts
4
+ declare const PandadocCreateTemplateInput: z.ZodTypeAny;
5
+ declare const PandadocCreateTemplateOutput: z.ZodTypeAny;
6
+ declare const pandadocCreateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocCreateTemplate };
9
+ //# sourceMappingURL=create-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-template.d.cts","names":[],"sources":["../../src/actions/create-template.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAaS;AAAA,cACxC,4BAAA,EAA8B,CAAA,CAAE,UAOO;AAAA,cAEvC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-template.d.ts
4
+ declare const PandadocCreateTemplateInput: z.ZodTypeAny;
5
+ declare const PandadocCreateTemplateOutput: z.ZodTypeAny;
6
+ declare const pandadocCreateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocCreateTemplate };
9
+ //# sourceMappingURL=create-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-template.d.mts","names":[],"sources":["../../src/actions/create-template.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAaS;AAAA,cACxC,4BAAA,EAA8B,CAAA,CAAE,UAOO;AAAA,cAEvC,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,33 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pandadocCreateTemplate = action("PANDADOC_CREATE_TEMPLATE", {
4
+ slug: "pandadoc-create-template",
5
+ name: "Create Template",
6
+ 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.",
7
+ input: z.object({
8
+ file: z.object({
9
+ name: z.string().describe("The filename that will be used when uploading the file to the destination service"),
10
+ 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."),
11
+ mimetype: z.string().describe("The MIME type of the file")
12
+ }).describe("PDF file to use for template creation").optional(),
13
+ name: z.string().describe("Name of the template"),
14
+ tags: z.array(z.string()).describe("Optional tags to categorize the template").optional(),
15
+ content: z.object({
16
+ title: z.string().describe("Title of the template content"),
17
+ blocks: z.array(z.record(z.string(), z.unknown())).describe("List of content blocks for the template")
18
+ }).describe("Content model for template creation from scratch.").optional(),
19
+ description: z.string().describe("Optional description of the template").optional()
20
+ }).describe("Request model for creating a template."),
21
+ output: z.object({
22
+ id: z.string().describe("ID of the created template"),
23
+ name: z.string().describe("Name of the template"),
24
+ status: z.string().describe("Status of the template"),
25
+ version: z.string().describe("Version of the template"),
26
+ date_created: z.string().describe("Creation date of the template"),
27
+ date_modified: z.string().describe("Last modification date of the template")
28
+ }).describe("Response model for template creation.")
29
+ });
30
+ //#endregion
31
+ export { pandadocCreateTemplate };
32
+
33
+ //# sourceMappingURL=create-template.mjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n id: z.string().describe(\"ID of the created template\"),\n name: z.string().describe(\"Name of the template\"),\n status: z.string().describe(\"Status of the template\"),\n version: z.string().describe(\"Version of the template\"),\n date_created: z.string().describe(\"Creation date of the template\"),\n date_modified: z.string().describe(\"Last modification date of the template\"),\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,OA3BuD,EAAE,OAAO;EAChE,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,QAdwD,EAAE,OAAO;EACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;EAChD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;EACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;EACtD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACjE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;CAC7E,CAAC,CAAC,CAAC,SAAS,uCAOF;AACV,CAAC"}
@@ -0,0 +1,28 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-webhook.ts
4
+ const PandadocCreateWebhookInput = zod.z.object({
5
+ url: zod.z.string().describe("The endpoint URL where webhook notifications will be sent"),
6
+ name: zod.z.string().describe("A descriptive name for the webhook subscription"),
7
+ active: zod.z.boolean().default(true).describe("Whether the webhook subscription should be active").optional(),
8
+ payload: zod.z.array(zod.z.string()).describe("Additional data to include in webhook payload").optional(),
9
+ triggers: zod.z.array(zod.z.string()).describe("List of events that will trigger the webhook")
10
+ }).describe("Request model for creating a webhook subscription.");
11
+ const PandadocCreateWebhookOutput = zod.z.object({
12
+ url: zod.z.string().describe("URL where webhook notifications will be sent"),
13
+ name: zod.z.string().describe("Name of the webhook"),
14
+ uuid: zod.z.string().describe("Unique identifier of the created webhook"),
15
+ status: zod.z.string().describe("Status of the webhook"),
16
+ shared_key: zod.z.string().describe("Shared key for webhook verification")
17
+ }).describe("Response model for webhook creation.");
18
+ const pandadocCreateWebhook = require_action.action("PANDADOC_CREATE_WEBHOOK", {
19
+ slug: "pandadoc-create-webhook",
20
+ name: "Create PandaDoc Webhook",
21
+ 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.",
22
+ input: PandadocCreateWebhookInput,
23
+ output: PandadocCreateWebhookOutput
24
+ });
25
+ //#endregion
26
+ exports.pandadocCreateWebhook = pandadocCreateWebhook;
27
+
28
+ //# sourceMappingURL=create-webhook.cjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n url: z.string().describe(\"URL where webhook notifications will be sent\"),\n name: z.string().describe(\"Name of the webhook\"),\n uuid: z.string().describe(\"Unique identifier of the created webhook\"),\n status: z.string().describe(\"Status of the webhook\"),\n shared_key: z.string().describe(\"Shared key for webhook verification\"),\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,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,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,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CAC/C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACnD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;AACvE,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-webhook.d.ts
4
+ declare const PandadocCreateWebhookInput: z.ZodTypeAny;
5
+ declare const PandadocCreateWebhookOutput: z.ZodTypeAny;
6
+ declare const pandadocCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocCreateWebhook };
9
+ //# sourceMappingURL=create-webhook.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-webhook.d.cts","names":[],"sources":["../../src/actions/create-webhook.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAMsB;AAAA,cACpD,2BAAA,EAA6B,CAAA,CAAE,UAMO;AAAA,cAEtC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-webhook.d.ts
4
+ declare const PandadocCreateWebhookInput: z.ZodTypeAny;
5
+ declare const PandadocCreateWebhookOutput: z.ZodTypeAny;
6
+ declare const pandadocCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocCreateWebhook };
9
+ //# sourceMappingURL=create-webhook.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-webhook.d.mts","names":[],"sources":["../../src/actions/create-webhook.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAMsB;AAAA,cACpD,2BAAA,EAA6B,CAAA,CAAE,UAMO;AAAA,cAEtC,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pandadocCreateWebhook = action("PANDADOC_CREATE_WEBHOOK", {
4
+ slug: "pandadoc-create-webhook",
5
+ name: "Create PandaDoc Webhook",
6
+ 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.",
7
+ input: z.object({
8
+ url: z.string().describe("The endpoint URL where webhook notifications will be sent"),
9
+ name: z.string().describe("A descriptive name for the webhook subscription"),
10
+ active: z.boolean().default(true).describe("Whether the webhook subscription should be active").optional(),
11
+ payload: z.array(z.string()).describe("Additional data to include in webhook payload").optional(),
12
+ triggers: z.array(z.string()).describe("List of events that will trigger the webhook")
13
+ }).describe("Request model for creating a webhook subscription."),
14
+ output: z.object({
15
+ url: z.string().describe("URL where webhook notifications will be sent"),
16
+ name: z.string().describe("Name of the webhook"),
17
+ uuid: z.string().describe("Unique identifier of the created webhook"),
18
+ status: z.string().describe("Status of the webhook"),
19
+ shared_key: z.string().describe("Shared key for webhook verification")
20
+ }).describe("Response model for webhook creation.")
21
+ });
22
+ //#endregion
23
+ export { pandadocCreateWebhook };
24
+
25
+ //# sourceMappingURL=create-webhook.mjs.map
@@ -0,0 +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.ZodTypeAny = 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.ZodTypeAny = z.object({\n url: z.string().describe(\"URL where webhook notifications will be sent\"),\n name: z.string().describe(\"Name of the webhook\"),\n uuid: z.string().describe(\"Unique identifier of the created webhook\"),\n status: z.string().describe(\"Status of the webhook\"),\n shared_key: z.string().describe(\"Shared key for webhook verification\"),\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,OAnBsD,EAAE,OAAO;EAC/D,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,QAbuD,EAAE,OAAO;EAChE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;EACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;EACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;EACnD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CACvE,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-contact.ts
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() });
6
+ const pandadocDeleteContact = require_action.action("PANDADOC_DELETE_CONTACT", {
7
+ slug: "pandadoc-delete-contact",
8
+ name: "Delete Contact",
9
+ description: "This tool allows you to delete a contact from your PandaDoc account. The action is permanent and cannot be undone.",
10
+ input: PandadocDeleteContactInput,
11
+ output: PandadocDeleteContactOutput
12
+ });
13
+ //#endregion
14
+ exports.pandadocDeleteContact = pandadocDeleteContact;
15
+
16
+ //# sourceMappingURL=delete-contact.cjs.map
@@ -0,0 +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.ZodTypeAny = z.object({\n contact_id: z.string().describe(\"The unique identifier of the contact to delete.\"),\n});\nexport const PandadocDeleteContactOutput: z.ZodTypeAny = 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,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EACnF,CAAC;AACD,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAAC;AAED,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-contact.d.ts
4
+ declare const PandadocDeleteContactInput: z.ZodTypeAny;
5
+ declare const PandadocDeleteContactOutput: z.ZodTypeAny;
6
+ declare const pandadocDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocDeleteContact };
9
+ //# sourceMappingURL=delete-contact.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cAEW,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-contact.d.ts
4
+ declare const PandadocDeleteContactInput: z.ZodTypeAny;
5
+ declare const PandadocDeleteContactOutput: z.ZodTypeAny;
6
+ declare const pandadocDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocDeleteContact };
9
+ //# sourceMappingURL=delete-contact.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAEzC;AAAA,cACW,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cAEW,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pandadocDeleteContact = action("PANDADOC_DELETE_CONTACT", {
4
+ slug: "pandadoc-delete-contact",
5
+ name: "Delete Contact",
6
+ description: "This tool allows you to delete a contact from your PandaDoc account. The action is permanent and cannot be undone.",
7
+ input: z.object({ contact_id: z.string().describe("The unique identifier of the contact to delete.") }),
8
+ output: z.object({ success: z.boolean().default(true).describe("Indicates if the contact was successfully deleted.").nullable().optional() })
9
+ });
10
+ //#endregion
11
+ export { pandadocDeleteContact };
12
+
13
+ //# sourceMappingURL=delete-contact.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-contact.mjs","names":[],"sources":["../../src/actions/delete-contact.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocDeleteContactInput: z.ZodTypeAny = z.object({\n contact_id: z.string().describe(\"The unique identifier of the contact to delete.\"),\n});\nexport const PandadocDeleteContactOutput: z.ZodTypeAny = 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":";;AAWA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXsD,EAAE,OAAO,EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EACnF,CASS;CACP,QATuD,EAAE,OAAO,EAChE,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAOU;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-template.ts
4
+ const PandadocDeleteTemplateInput = zod.z.object({ template_id: zod.z.string().describe("The unique identifier of the template to delete") });
5
+ const PandadocDeleteTemplateOutput = zod.z.object({
6
+ status: zod.z.string().describe("The status of the delete operation"),
7
+ message: zod.z.string().describe("A message indicating the result of the delete operation")
8
+ });
9
+ const pandadocDeleteTemplate = require_action.action("PANDADOC_DELETE_TEMPLATE", {
10
+ slug: "pandadoc-delete-template",
11
+ name: "Delete Template",
12
+ description: "This tool deletes a specific template from PandaDoc. Once a template is deleted, it cannot be recovered. This action is permanent and should be used with caution.",
13
+ input: PandadocDeleteTemplateInput,
14
+ output: PandadocDeleteTemplateOutput
15
+ });
16
+ //#endregion
17
+ exports.pandadocDeleteTemplate = pandadocDeleteTemplate;
18
+
19
+ //# sourceMappingURL=delete-template.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-template.cjs","names":["z","action"],"sources":["../../src/actions/delete-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocDeleteTemplateInput: z.ZodTypeAny = z.object({\n template_id: z.string().describe(\"The unique identifier of the template to delete\"),\n});\nexport const PandadocDeleteTemplateOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"The status of the delete operation\"),\n message: z.string().describe(\"A message indicating the result of the delete operation\"),\n});\n\nexport const pandadocDeleteTemplate = action(\"PANDADOC_DELETE_TEMPLATE\", {\n slug: \"pandadoc-delete-template\",\n name: \"Delete Template\",\n description: \"This tool deletes a specific template from PandaDoc. Once a template is deleted, it cannot be recovered. This action is permanent and should be used with caution.\",\n input: PandadocDeleteTemplateInput,\n output: PandadocDeleteTemplateOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EACpF,CAAC;AACD,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;AACxF,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-template.d.ts
4
+ declare const PandadocDeleteTemplateInput: z.ZodTypeAny;
5
+ declare const PandadocDeleteTemplateOutput: z.ZodTypeAny;
6
+ declare const pandadocDeleteTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocDeleteTemplate };
9
+ //# sourceMappingURL=delete-template.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-template.d.cts","names":[],"sources":["../../src/actions/delete-template.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-template.d.ts
4
+ declare const PandadocDeleteTemplateInput: z.ZodTypeAny;
5
+ declare const PandadocDeleteTemplateOutput: z.ZodTypeAny;
6
+ declare const pandadocDeleteTemplate: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocDeleteTemplate };
9
+ //# sourceMappingURL=delete-template.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-template.d.mts","names":[],"sources":["../../src/actions/delete-template.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAE1C;AAAA,cACW,4BAAA,EAA8B,CAAA,CAAE,UAG3C;AAAA,cAEW,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const pandadocDeleteTemplate = action("PANDADOC_DELETE_TEMPLATE", {
4
+ slug: "pandadoc-delete-template",
5
+ name: "Delete Template",
6
+ description: "This tool deletes a specific template from PandaDoc. Once a template is deleted, it cannot be recovered. This action is permanent and should be used with caution.",
7
+ input: z.object({ template_id: z.string().describe("The unique identifier of the template to delete") }),
8
+ output: z.object({
9
+ status: z.string().describe("The status of the delete operation"),
10
+ message: z.string().describe("A message indicating the result of the delete operation")
11
+ })
12
+ });
13
+ //#endregion
14
+ export { pandadocDeleteTemplate };
15
+
16
+ //# sourceMappingURL=delete-template.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-template.mjs","names":[],"sources":["../../src/actions/delete-template.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocDeleteTemplateInput: z.ZodTypeAny = z.object({\n template_id: z.string().describe(\"The unique identifier of the template to delete\"),\n});\nexport const PandadocDeleteTemplateOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"The status of the delete operation\"),\n message: z.string().describe(\"A message indicating the result of the delete operation\"),\n});\n\nexport const pandadocDeleteTemplate = action(\"PANDADOC_DELETE_TEMPLATE\", {\n slug: \"pandadoc-delete-template\",\n name: \"Delete Template\",\n description: \"This tool deletes a specific template from PandaDoc. Once a template is deleted, it cannot be recovered. This action is permanent and should be used with caution.\",\n input: PandadocDeleteTemplateInput,\n output: PandadocDeleteTemplateOutput,\n});\n"],"mappings":";;AAYA,MAAa,yBAAyB,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZuD,EAAE,OAAO,EAChE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EACpF,CAUS;CACP,QAVwD,EAAE,OAAO;EACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD;CACxF,CAOU;AACV,CAAC"}
@@ -0,0 +1,100 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-document-details.ts
4
+ const PandadocGetDocumentDetailsInput = zod.z.object({ id: zod.z.string().describe("The unique identifier of the document to retrieve details for") }).describe("Request model for getting document details.");
5
+ const PandadocGetDocumentDetails_ContentBlockReferenceSchema = zod.z.object({ name: zod.z.string().describe("Block identifier/name").nullable().optional() }).describe("Model for content block reference.");
6
+ const PandadocGetDocumentDetails_DocumentFieldSchema = zod.z.object({
7
+ name: zod.z.string().describe("Field name").nullable().optional(),
8
+ type: zod.z.string().describe("Field type (e.g., signature, text, checkbox, collect_file)").nullable().optional(),
9
+ uuid: zod.z.string().describe("Field unique identifier").nullable().optional(),
10
+ title: zod.z.string().describe("Field title").nullable().optional(),
11
+ value: zod.z.union([
12
+ zod.z.string(),
13
+ zod.z.boolean(),
14
+ zod.z.number().int(),
15
+ zod.z.number(),
16
+ zod.z.array(zod.z.unknown()),
17
+ zod.z.record(zod.z.string(), zod.z.unknown())
18
+ ]).nullable().optional(),
19
+ field_id: zod.z.string().describe("Field identifier").nullable().optional(),
20
+ assigned_to: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Recipient this field is assigned to").nullable().optional(),
21
+ merge_field: zod.z.string().describe("Merge field name").nullable().optional(),
22
+ placeholder: zod.z.string().describe("Placeholder text").nullable().optional()
23
+ }).describe("Model for document field.");
24
+ const PandadocGetDocumentDetails_UserInfoSchema = zod.z.object({
25
+ id: zod.z.string().describe("User identifier").nullable().optional(),
26
+ email: zod.z.string().describe("Email address").nullable().optional(),
27
+ avatar: zod.z.string().describe("Avatar URL").nullable().optional(),
28
+ last_name: zod.z.string().describe("Last name").nullable().optional(),
29
+ first_name: zod.z.string().describe("First name").nullable().optional(),
30
+ membership_id: zod.z.string().describe("Membership identifier").nullable().optional()
31
+ }).describe("Model for user information.");
32
+ const PandadocGetDocumentDetails_TemplateReferenceSchema = zod.z.object({
33
+ id: zod.z.string().describe("Template identifier").nullable().optional(),
34
+ name: zod.z.string().describe("Template name").nullable().optional()
35
+ }).describe("Model for template reference.");
36
+ const PandadocGetDocumentDetails_DeliveryMethodsSchema = zod.z.object({
37
+ sms: zod.z.boolean().describe("SMS delivery enabled").nullable().optional(),
38
+ email: zod.z.boolean().describe("Email delivery enabled").nullable().optional()
39
+ }).describe("Model for delivery methods.");
40
+ const PandadocGetDocumentDetails_RecipientSchema = zod.z.object({
41
+ id: zod.z.string().describe("Recipient identifier").nullable().optional(),
42
+ role: zod.z.string().describe("Role name").nullable().optional(),
43
+ email: zod.z.string().describe("Email address").nullable().optional(),
44
+ phone: zod.z.string().describe("Phone number").nullable().optional(),
45
+ roles: zod.z.array(zod.z.string()).describe("List of roles assigned to recipient").nullable().optional(),
46
+ last_name: zod.z.string().describe("Last name").nullable().optional(),
47
+ contact_id: zod.z.string().describe("Contact identifier").nullable().optional(),
48
+ first_name: zod.z.string().describe("First name").nullable().optional(),
49
+ shared_link: zod.z.string().describe("Document access URL").nullable().optional(),
50
+ has_completed: zod.z.boolean().describe("Whether recipient has completed their action").nullable().optional(),
51
+ signing_order: zod.z.number().int().describe("Order in which recipient should sign").nullable().optional(),
52
+ recipient_type: zod.z.string().describe("Type of recipient (e.g., signer, CC)").nullable().optional(),
53
+ signature_date: zod.z.string().describe("Timestamp when recipient signed").nullable().optional(),
54
+ delivery_methods: PandadocGetDocumentDetails_DeliveryMethodsSchema.nullable().optional(),
55
+ verification_settings: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Verification options configured").nullable().optional()
56
+ }).describe("Model for document recipient.");
57
+ const PandadocGetDocumentDetails_CurrencyAmountSchema = zod.z.object({
58
+ amount: zod.z.string().describe("Numeric amount").nullable().optional(),
59
+ currency: zod.z.string().describe("ISO currency code").nullable().optional()
60
+ }).describe("Model for currency amount.");
61
+ const PandadocGetDocumentDetailsOutput = zod.z.object({
62
+ id: zod.z.string().describe("Unique document identifier").nullable().optional(),
63
+ name: zod.z.string().describe("Document title").nullable().optional(),
64
+ tags: zod.z.array(zod.z.string()).describe("String labels for categorization").nullable().optional(),
65
+ texts: zod.z.array(PandadocGetDocumentDetails_ContentBlockReferenceSchema).describe("List of text block references with names").nullable().optional(),
66
+ fields: zod.z.array(PandadocGetDocumentDetails_DocumentFieldSchema).describe("List of fields with their values and types").nullable().optional(),
67
+ images: zod.z.array(PandadocGetDocumentDetails_ContentBlockReferenceSchema).describe("List of image block references with names").nullable().optional(),
68
+ status: zod.z.string().describe("Current document state (e.g., document.draft, document.completed)").nullable().optional(),
69
+ tables: zod.z.array(PandadocGetDocumentDetails_ContentBlockReferenceSchema).describe("List of table block references with names").nullable().optional(),
70
+ tokens: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("List of tokens/variables with name-value pairs").nullable().optional(),
71
+ pricing: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Pricing information including tables and quotes").nullable().optional(),
72
+ sent_by: PandadocGetDocumentDetails_UserInfoSchema.nullable().optional(),
73
+ version: zod.z.string().describe("Document version number").nullable().optional(),
74
+ metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Custom key-value pairs for categorization").nullable().optional(),
75
+ template: PandadocGetDocumentDetails_TemplateReferenceSchema.nullable().optional(),
76
+ date_sent: zod.z.string().describe("When document was sent").nullable().optional(),
77
+ created_by: PandadocGetDocumentDetails_UserInfoSchema.nullable().optional(),
78
+ recipients: zod.z.array(PandadocGetDocumentDetails_RecipientSchema).describe("List of recipients with signing order and completion status").nullable().optional(),
79
+ ref_number: zod.z.string().describe("Reference identifier").nullable().optional(),
80
+ grand_total: PandadocGetDocumentDetails_CurrencyAmountSchema.nullable().optional(),
81
+ date_created: zod.z.string().describe("Timestamp when document was created").nullable().optional(),
82
+ date_modified: zod.z.string().describe("Timestamp of last modification to recipients/status").nullable().optional(),
83
+ date_completed: zod.z.string().describe("Completion timestamp (null if incomplete)").nullable().optional(),
84
+ linked_objects: zod.z.array(zod.z.record(zod.z.string(), zod.z.unknown())).describe("Connected CRM entities or external objects").nullable().optional(),
85
+ expiration_date: zod.z.string().describe("Document expiration deadline").nullable().optional(),
86
+ approval_execution: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Approval workflow details, if applicable").nullable().optional(),
87
+ content_date_modified: zod.z.string().describe("Timestamp of last content change").nullable().optional(),
88
+ autonumbering_sequence_name_prefix: zod.z.string().describe("Auto-numbering prefix").nullable().optional()
89
+ }).describe("Response model for document details.");
90
+ const pandadocGetDocumentDetails = require_action.action("PANDADOC_GET_DOCUMENT_DETAILS", {
91
+ slug: "pandadoc-get-document-details",
92
+ name: "Get Document Details",
93
+ description: "Fetch detailed metadata for a specific PandaDoc document including recipients, fields/tokens values, pricing data, metadata, tags, and content-block names. Use this after discovering a document via list/search to inspect recipients/status/fields/metadata/content-block references for follow-up automation or reporting.",
94
+ input: PandadocGetDocumentDetailsInput,
95
+ output: PandadocGetDocumentDetailsOutput
96
+ });
97
+ //#endregion
98
+ exports.pandadocGetDocumentDetails = pandadocGetDocumentDetails;
99
+
100
+ //# sourceMappingURL=get-document-details.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-document-details.cjs","names":["z","action"],"sources":["../../src/actions/get-document-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocGetDocumentDetailsInput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the document to retrieve details for\"),\n}).describe(\"Request model for getting document details.\");\nconst PandadocGetDocumentDetails_ContentBlockReferenceSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Block identifier/name\").nullable().optional(),\n}).describe(\"Model for content block reference.\");\nconst PandadocGetDocumentDetails_DocumentFieldSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Field name\").nullable().optional(),\n type: z.string().describe(\"Field type (e.g., signature, text, checkbox, collect_file)\").nullable().optional(),\n uuid: z.string().describe(\"Field unique identifier\").nullable().optional(),\n title: z.string().describe(\"Field title\").nullable().optional(),\n value: z.union([z.string(), z.boolean(), z.number().int(), z.number(), z.array(z.unknown()), z.record(z.string(), z.unknown())]).nullable().optional(),\n field_id: z.string().describe(\"Field identifier\").nullable().optional(),\n assigned_to: z.record(z.string(), z.unknown()).describe(\"Recipient this field is assigned to\").nullable().optional(),\n merge_field: z.string().describe(\"Merge field name\").nullable().optional(),\n placeholder: z.string().describe(\"Placeholder text\").nullable().optional(),\n}).describe(\"Model for document field.\");\nconst PandadocGetDocumentDetails_UserInfoSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"User identifier\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n avatar: z.string().describe(\"Avatar URL\").nullable().optional(),\n last_name: z.string().describe(\"Last name\").nullable().optional(),\n first_name: z.string().describe(\"First name\").nullable().optional(),\n membership_id: z.string().describe(\"Membership identifier\").nullable().optional(),\n}).describe(\"Model for user information.\");\nconst PandadocGetDocumentDetails_TemplateReferenceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Template identifier\").nullable().optional(),\n name: z.string().describe(\"Template name\").nullable().optional(),\n}).describe(\"Model for template reference.\");\nconst PandadocGetDocumentDetails_DeliveryMethodsSchema: z.ZodTypeAny = z.object({\n sms: z.boolean().describe(\"SMS delivery enabled\").nullable().optional(),\n email: z.boolean().describe(\"Email delivery enabled\").nullable().optional(),\n}).describe(\"Model for delivery methods.\");\nconst PandadocGetDocumentDetails_RecipientSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Recipient identifier\").nullable().optional(),\n role: z.string().describe(\"Role name\").nullable().optional(),\n email: z.string().describe(\"Email address\").nullable().optional(),\n phone: z.string().describe(\"Phone number\").nullable().optional(),\n roles: z.array(z.string()).describe(\"List of roles assigned to recipient\").nullable().optional(),\n last_name: z.string().describe(\"Last name\").nullable().optional(),\n contact_id: z.string().describe(\"Contact identifier\").nullable().optional(),\n first_name: z.string().describe(\"First name\").nullable().optional(),\n shared_link: z.string().describe(\"Document access URL\").nullable().optional(),\n has_completed: z.boolean().describe(\"Whether recipient has completed their action\").nullable().optional(),\n signing_order: z.number().int().describe(\"Order in which recipient should sign\").nullable().optional(),\n recipient_type: z.string().describe(\"Type of recipient (e.g., signer, CC)\").nullable().optional(),\n signature_date: z.string().describe(\"Timestamp when recipient signed\").nullable().optional(),\n delivery_methods: PandadocGetDocumentDetails_DeliveryMethodsSchema.nullable().optional(),\n verification_settings: z.record(z.string(), z.unknown()).describe(\"Verification options configured\").nullable().optional(),\n}).describe(\"Model for document recipient.\");\nconst PandadocGetDocumentDetails_CurrencyAmountSchema: z.ZodTypeAny = z.object({\n amount: z.string().describe(\"Numeric amount\").nullable().optional(),\n currency: z.string().describe(\"ISO currency code\").nullable().optional(),\n}).describe(\"Model for currency amount.\");\nexport const PandadocGetDocumentDetailsOutput: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique document identifier\").nullable().optional(),\n name: z.string().describe(\"Document title\").nullable().optional(),\n tags: z.array(z.string()).describe(\"String labels for categorization\").nullable().optional(),\n texts: z.array(PandadocGetDocumentDetails_ContentBlockReferenceSchema).describe(\"List of text block references with names\").nullable().optional(),\n fields: z.array(PandadocGetDocumentDetails_DocumentFieldSchema).describe(\"List of fields with their values and types\").nullable().optional(),\n images: z.array(PandadocGetDocumentDetails_ContentBlockReferenceSchema).describe(\"List of image block references with names\").nullable().optional(),\n status: z.string().describe(\"Current document state (e.g., document.draft, document.completed)\").nullable().optional(),\n tables: z.array(PandadocGetDocumentDetails_ContentBlockReferenceSchema).describe(\"List of table block references with names\").nullable().optional(),\n tokens: z.array(z.record(z.string(), z.unknown())).describe(\"List of tokens/variables with name-value pairs\").nullable().optional(),\n pricing: z.record(z.string(), z.unknown()).describe(\"Pricing information including tables and quotes\").nullable().optional(),\n sent_by: PandadocGetDocumentDetails_UserInfoSchema.nullable().optional(),\n version: z.string().describe(\"Document version number\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom key-value pairs for categorization\").nullable().optional(),\n template: PandadocGetDocumentDetails_TemplateReferenceSchema.nullable().optional(),\n date_sent: z.string().describe(\"When document was sent\").nullable().optional(),\n created_by: PandadocGetDocumentDetails_UserInfoSchema.nullable().optional(),\n recipients: z.array(PandadocGetDocumentDetails_RecipientSchema).describe(\"List of recipients with signing order and completion status\").nullable().optional(),\n ref_number: z.string().describe(\"Reference identifier\").nullable().optional(),\n grand_total: PandadocGetDocumentDetails_CurrencyAmountSchema.nullable().optional(),\n date_created: z.string().describe(\"Timestamp when document was created\").nullable().optional(),\n date_modified: z.string().describe(\"Timestamp of last modification to recipients/status\").nullable().optional(),\n date_completed: z.string().describe(\"Completion timestamp (null if incomplete)\").nullable().optional(),\n linked_objects: z.array(z.record(z.string(), z.unknown())).describe(\"Connected CRM entities or external objects\").nullable().optional(),\n expiration_date: z.string().describe(\"Document expiration deadline\").nullable().optional(),\n approval_execution: z.record(z.string(), z.unknown()).describe(\"Approval workflow details, if applicable\").nullable().optional(),\n content_date_modified: z.string().describe(\"Timestamp of last content change\").nullable().optional(),\n autonumbering_sequence_name_prefix: z.string().describe(\"Auto-numbering prefix\").nullable().optional(),\n}).describe(\"Response model for document details.\");\n\nexport const pandadocGetDocumentDetails = action(\"PANDADOC_GET_DOCUMENT_DETAILS\", {\n slug: \"pandadoc-get-document-details\",\n name: \"Get Document Details\",\n description: \"Fetch detailed metadata for a specific PandaDoc document including recipients, fields/tokens values, pricing data, metadata, tags, and content-block names. Use this after discovering a document via list/search to inspect recipients/status/fields/metadata/content-block references for follow-up automation or reporting.\",\n input: PandadocGetDocumentDetailsInput,\n output: PandadocGetDocumentDetailsOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-document-details.d.ts
4
+ declare const PandadocGetDocumentDetailsInput: z.ZodTypeAny;
5
+ declare const PandadocGetDocumentDetailsOutput: z.ZodTypeAny;
6
+ declare const pandadocGetDocumentDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocGetDocumentDetails };
9
+ //# sourceMappingURL=get-document-details.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-document-details.d.cts","names":[],"sources":["../../src/actions/get-document-details.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAoD7C,gCAAA,EAAkC,CAAA,CAAE,UA4BE;AAAA,cAEtC,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-document-details.d.ts
4
+ declare const PandadocGetDocumentDetailsInput: z.ZodTypeAny;
5
+ declare const PandadocGetDocumentDetailsOutput: z.ZodTypeAny;
6
+ declare const pandadocGetDocumentDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pandadocGetDocumentDetails };
9
+ //# sourceMappingURL=get-document-details.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-document-details.d.mts","names":[],"sources":["../../src/actions/get-document-details.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAEU;AAAA,cAoD7C,gCAAA,EAAkC,CAAA,CAAE,UA4BE;AAAA,cAEtC,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}