@keystrokehq/pandadoc 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (117) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/create-document-attachment.cjs +5 -5
  4. package/dist/actions/create-document-attachment.cjs.map +1 -1
  5. package/dist/actions/create-document-attachment.d.cts +23 -3
  6. package/dist/actions/create-document-attachment.d.cts.map +1 -1
  7. package/dist/actions/create-document-attachment.d.mts +23 -3
  8. package/dist/actions/create-document-attachment.d.mts.map +1 -1
  9. package/dist/actions/create-document-attachment.mjs +5 -5
  10. package/dist/actions/create-document-attachment.mjs.map +1 -1
  11. package/dist/actions/create-document-from-file.cjs +4 -4
  12. package/dist/actions/create-document-from-file.cjs.map +1 -1
  13. package/dist/actions/create-document-from-file.d.cts +54 -3
  14. package/dist/actions/create-document-from-file.d.cts.map +1 -1
  15. package/dist/actions/create-document-from-file.d.mts +54 -3
  16. package/dist/actions/create-document-from-file.d.mts.map +1 -1
  17. package/dist/actions/create-document-from-file.mjs +4 -4
  18. package/dist/actions/create-document-from-file.mjs.map +1 -1
  19. package/dist/actions/create-folder.cjs +3 -3
  20. package/dist/actions/create-folder.cjs.map +1 -1
  21. package/dist/actions/create-folder.d.cts +13 -3
  22. package/dist/actions/create-folder.d.cts.map +1 -1
  23. package/dist/actions/create-folder.d.mts +13 -3
  24. package/dist/actions/create-folder.d.mts.map +1 -1
  25. package/dist/actions/create-folder.mjs +3 -3
  26. package/dist/actions/create-folder.mjs.map +1 -1
  27. package/dist/actions/create-or-update-contact.cjs +2 -2
  28. package/dist/actions/create-or-update-contact.cjs.map +1 -1
  29. package/dist/actions/create-or-update-contact.d.cts +40 -3
  30. package/dist/actions/create-or-update-contact.d.cts.map +1 -1
  31. package/dist/actions/create-or-update-contact.d.mts +40 -3
  32. package/dist/actions/create-or-update-contact.d.mts.map +1 -1
  33. package/dist/actions/create-or-update-contact.mjs +2 -2
  34. package/dist/actions/create-or-update-contact.mjs.map +1 -1
  35. package/dist/actions/create-template.cjs +6 -6
  36. package/dist/actions/create-template.cjs.map +1 -1
  37. package/dist/actions/create-template.d.cts +36 -3
  38. package/dist/actions/create-template.d.cts.map +1 -1
  39. package/dist/actions/create-template.d.mts +36 -3
  40. package/dist/actions/create-template.d.mts.map +1 -1
  41. package/dist/actions/create-template.mjs +6 -6
  42. package/dist/actions/create-template.mjs.map +1 -1
  43. package/dist/actions/create-webhook.cjs +5 -5
  44. package/dist/actions/create-webhook.cjs.map +1 -1
  45. package/dist/actions/create-webhook.d.cts +21 -3
  46. package/dist/actions/create-webhook.d.cts.map +1 -1
  47. package/dist/actions/create-webhook.d.mts +21 -3
  48. package/dist/actions/create-webhook.d.mts.map +1 -1
  49. package/dist/actions/create-webhook.mjs +5 -5
  50. package/dist/actions/create-webhook.mjs.map +1 -1
  51. package/dist/actions/delete-contact.cjs.map +1 -1
  52. package/dist/actions/delete-contact.d.cts +9 -3
  53. package/dist/actions/delete-contact.d.cts.map +1 -1
  54. package/dist/actions/delete-contact.d.mts +9 -3
  55. package/dist/actions/delete-contact.d.mts.map +1 -1
  56. package/dist/actions/delete-contact.mjs.map +1 -1
  57. package/dist/actions/delete-template.cjs +2 -2
  58. package/dist/actions/delete-template.cjs.map +1 -1
  59. package/dist/actions/delete-template.d.cts +10 -3
  60. package/dist/actions/delete-template.d.cts.map +1 -1
  61. package/dist/actions/delete-template.d.mts +10 -3
  62. package/dist/actions/delete-template.d.mts.map +1 -1
  63. package/dist/actions/delete-template.mjs +2 -2
  64. package/dist/actions/delete-template.mjs.map +1 -1
  65. package/dist/actions/get-document-details.cjs.map +1 -1
  66. package/dist/actions/get-document-details.d.cts +90 -3
  67. package/dist/actions/get-document-details.d.cts.map +1 -1
  68. package/dist/actions/get-document-details.d.mts +90 -3
  69. package/dist/actions/get-document-details.d.mts.map +1 -1
  70. package/dist/actions/get-document-details.mjs.map +1 -1
  71. package/dist/actions/get-template-details.cjs +20 -20
  72. package/dist/actions/get-template-details.cjs.map +1 -1
  73. package/dist/actions/get-template-details.d.cts +126 -3
  74. package/dist/actions/get-template-details.d.cts.map +1 -1
  75. package/dist/actions/get-template-details.d.mts +126 -3
  76. package/dist/actions/get-template-details.d.mts.map +1 -1
  77. package/dist/actions/get-template-details.mjs +20 -20
  78. package/dist/actions/get-template-details.mjs.map +1 -1
  79. package/dist/actions/list-contacts.cjs +2 -2
  80. package/dist/actions/list-contacts.cjs.map +1 -1
  81. package/dist/actions/list-contacts.d.cts +17 -3
  82. package/dist/actions/list-contacts.d.cts.map +1 -1
  83. package/dist/actions/list-contacts.d.mts +17 -3
  84. package/dist/actions/list-contacts.d.mts.map +1 -1
  85. package/dist/actions/list-contacts.mjs +2 -2
  86. package/dist/actions/list-contacts.mjs.map +1 -1
  87. package/dist/actions/list-document-folders.cjs +5 -5
  88. package/dist/actions/list-document-folders.cjs.map +1 -1
  89. package/dist/actions/list-document-folders.d.cts +22 -3
  90. package/dist/actions/list-document-folders.d.cts.map +1 -1
  91. package/dist/actions/list-document-folders.d.mts +22 -3
  92. package/dist/actions/list-document-folders.d.mts.map +1 -1
  93. package/dist/actions/list-document-folders.mjs +5 -5
  94. package/dist/actions/list-document-folders.mjs.map +1 -1
  95. package/dist/actions/list-templates.cjs +5 -5
  96. package/dist/actions/list-templates.cjs.map +1 -1
  97. package/dist/actions/list-templates.d.cts +32 -3
  98. package/dist/actions/list-templates.d.cts.map +1 -1
  99. package/dist/actions/list-templates.d.mts +32 -3
  100. package/dist/actions/list-templates.d.mts.map +1 -1
  101. package/dist/actions/list-templates.mjs +5 -5
  102. package/dist/actions/list-templates.mjs.map +1 -1
  103. package/dist/actions/move-document-to-folder.cjs +2 -2
  104. package/dist/actions/move-document-to-folder.cjs.map +1 -1
  105. package/dist/actions/move-document-to-folder.d.cts +12 -3
  106. package/dist/actions/move-document-to-folder.d.cts.map +1 -1
  107. package/dist/actions/move-document-to-folder.d.mts +12 -3
  108. package/dist/actions/move-document-to-folder.d.mts.map +1 -1
  109. package/dist/actions/move-document-to-folder.mjs +2 -2
  110. package/dist/actions/move-document-to-folder.mjs.map +1 -1
  111. package/dist/catalog.cjs +7 -1
  112. package/dist/catalog.cjs.map +1 -1
  113. package/dist/catalog.d.cts +8 -0
  114. package/dist/catalog.d.mts +8 -0
  115. package/dist/catalog.mjs +7 -1
  116. package/dist/catalog.mjs.map +1 -1
  117. package/package.json +2 -2
@@ -1,9 +1,46 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-or-update-contact.d.ts
4
- declare const PandadocCreateOrUpdateContactInput: z.ZodTypeAny;
5
- declare const PandadocCreateOrUpdateContactOutput: z.ZodTypeAny;
6
- declare const pandadocCreateOrUpdateContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PandadocCreateOrUpdateContactInput: z.ZodObject<{
5
+ city: z.ZodOptional<z.ZodString>;
6
+ email: z.ZodString;
7
+ phone: z.ZodOptional<z.ZodString>;
8
+ state: z.ZodOptional<z.ZodString>;
9
+ company: z.ZodOptional<z.ZodString>;
10
+ country: z.ZodOptional<z.ZodString>;
11
+ job_title: z.ZodOptional<z.ZodString>;
12
+ last_name: z.ZodOptional<z.ZodString>;
13
+ first_name: z.ZodOptional<z.ZodString>;
14
+ postal_code: z.ZodOptional<z.ZodString>;
15
+ street_address: z.ZodOptional<z.ZodString>;
16
+ }, z.core.$strip>;
17
+ declare const PandadocCreateOrUpdateContactOutput: z.ZodObject<{
18
+ id: z.ZodNullable<z.ZodString>;
19
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ email: z.ZodNullable<z.ZodString>;
21
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ job_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ postal_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ street_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ }, z.core.$strip>;
31
+ declare const pandadocCreateOrUpdateContact: import("@keystrokehq/action").WorkflowActionDefinition<{
32
+ email: string;
33
+ city?: string | undefined;
34
+ phone?: string | undefined;
35
+ state?: string | undefined;
36
+ company?: string | undefined;
37
+ country?: string | undefined;
38
+ job_title?: string | undefined;
39
+ last_name?: string | undefined;
40
+ first_name?: string | undefined;
41
+ postal_code?: string | undefined;
42
+ street_address?: string | undefined;
43
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
44
  //#endregion
8
45
  export { pandadocCreateOrUpdateContact };
9
46
  //# sourceMappingURL=create-or-update-contact.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-or-update-contact.d.cts","names":[],"sources":["../../src/actions/create-or-update-contact.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAYa;AAAA,cACnD,mCAAA,EAAqC,CAAA,CAAE,UAaC;AAAA,cAExC,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-or-update-contact.d.cts","names":[],"sources":["../../src/actions/create-or-update-contact.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAalC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAenC,6BAAA,gCAA6B,wBAAA"}
@@ -1,9 +1,46 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-or-update-contact.d.ts
4
- declare const PandadocCreateOrUpdateContactInput: z.ZodTypeAny;
5
- declare const PandadocCreateOrUpdateContactOutput: z.ZodTypeAny;
6
- declare const pandadocCreateOrUpdateContact: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const PandadocCreateOrUpdateContactInput: z.ZodObject<{
5
+ city: z.ZodOptional<z.ZodString>;
6
+ email: z.ZodString;
7
+ phone: z.ZodOptional<z.ZodString>;
8
+ state: z.ZodOptional<z.ZodString>;
9
+ company: z.ZodOptional<z.ZodString>;
10
+ country: z.ZodOptional<z.ZodString>;
11
+ job_title: z.ZodOptional<z.ZodString>;
12
+ last_name: z.ZodOptional<z.ZodString>;
13
+ first_name: z.ZodOptional<z.ZodString>;
14
+ postal_code: z.ZodOptional<z.ZodString>;
15
+ street_address: z.ZodOptional<z.ZodString>;
16
+ }, z.core.$strip>;
17
+ declare const PandadocCreateOrUpdateContactOutput: z.ZodObject<{
18
+ id: z.ZodNullable<z.ZodString>;
19
+ city: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ email: z.ZodNullable<z.ZodString>;
21
+ phone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ state: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ company: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ country: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ job_title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ postal_code: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ street_address: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ }, z.core.$strip>;
31
+ declare const pandadocCreateOrUpdateContact: import("@keystrokehq/action").WorkflowActionDefinition<{
32
+ email: string;
33
+ city?: string | undefined;
34
+ phone?: string | undefined;
35
+ state?: string | undefined;
36
+ company?: string | undefined;
37
+ country?: string | undefined;
38
+ job_title?: string | undefined;
39
+ last_name?: string | undefined;
40
+ first_name?: string | undefined;
41
+ postal_code?: string | undefined;
42
+ street_address?: string | undefined;
43
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
44
  //#endregion
8
45
  export { pandadocCreateOrUpdateContact };
9
46
  //# sourceMappingURL=create-or-update-contact.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-or-update-contact.d.mts","names":[],"sources":["../../src/actions/create-or-update-contact.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAYa;AAAA,cACnD,mCAAA,EAAqC,CAAA,CAAE,UAaC;AAAA,cAExC,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-or-update-contact.d.mts","names":[],"sources":["../../src/actions/create-or-update-contact.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAalC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAenC,6BAAA,gCAA6B,wBAAA"}
@@ -18,9 +18,9 @@ const pandadocCreateOrUpdateContact = action("PANDADOC_CREATE_OR_UPDATE_CONTACT"
18
18
  street_address: z.string().describe("Street address of the contact").optional()
19
19
  }).describe("Request model for creating or updating a contact."),
20
20
  output: z.object({
21
- id: z.string().describe("Unique identifier of the contact"),
21
+ id: z.string().describe("Unique identifier of the contact").nullable(),
22
22
  city: z.string().describe("City of the contact").nullable().optional(),
23
- email: z.string().describe("Email address of the contact"),
23
+ email: z.string().describe("Email address of the contact").nullable(),
24
24
  phone: z.string().describe("Phone number of the contact").nullable().optional(),
25
25
  state: z.string().describe("State of the contact").nullable().optional(),
26
26
  company: z.string().describe("Company name of the contact").nullable().optional(),
@@ -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.ZodTypeAny = 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.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the contact\"),\n city: z.string().describe(\"City of the contact\").nullable().optional(),\n email: z.string().describe(\"Email address of the contact\"),\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,OAhC8D,EAAE,OAAO;EACvE,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,QApB+D,EAAE,OAAO;EACxE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;EAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;EACzD,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,wCAOF;AACV,CAAC"}
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,wCAOF;AACV,CAAC"}
@@ -16,12 +16,12 @@ const PandadocCreateTemplateInput = zod.z.object({
16
16
  description: zod.z.string().describe("Optional description of the template").optional()
17
17
  }).describe("Request model for creating a template.");
18
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")
19
+ id: zod.z.string().describe("ID of the created template").nullable(),
20
+ name: zod.z.string().describe("Name of the template").nullable(),
21
+ status: zod.z.string().describe("Status of the template").nullable(),
22
+ version: zod.z.string().describe("Version of the template").nullable(),
23
+ date_created: zod.z.string().describe("Creation date of the template").nullable(),
24
+ date_modified: zod.z.string().describe("Last modification date of the template").nullable()
25
25
  }).describe("Response model for template creation.");
26
26
  const pandadocCreateTemplate = require_action.action("PANDADOC_CREATE_TEMPLATE", {
27
27
  slug: "pandadoc-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.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"}
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;AAEnD,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,42 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PandadocCreateTemplateInput: z.ZodObject<{
5
+ file: z.ZodOptional<z.ZodObject<{
6
+ name: z.ZodString;
7
+ s3key: z.ZodString;
8
+ mimetype: z.ZodString;
9
+ }, z.core.$strip>>;
10
+ name: z.ZodString;
11
+ tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
12
+ content: z.ZodOptional<z.ZodObject<{
13
+ title: z.ZodString;
14
+ blocks: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
15
+ }, z.core.$strip>>;
16
+ description: z.ZodOptional<z.ZodString>;
17
+ }, z.core.$strip>;
18
+ declare const PandadocCreateTemplateOutput: z.ZodObject<{
19
+ id: z.ZodNullable<z.ZodString>;
20
+ name: z.ZodNullable<z.ZodString>;
21
+ status: z.ZodNullable<z.ZodString>;
22
+ version: z.ZodNullable<z.ZodString>;
23
+ date_created: z.ZodNullable<z.ZodString>;
24
+ date_modified: z.ZodNullable<z.ZodString>;
25
+ }, z.core.$strip>;
26
+ declare const pandadocCreateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
27
+ name: string;
28
+ file?: {
29
+ name: string;
30
+ s3key: string;
31
+ mimetype: string;
32
+ } | undefined;
33
+ tags?: string[] | undefined;
34
+ content?: {
35
+ title: string;
36
+ blocks: Record<string, unknown>[];
37
+ } | undefined;
38
+ description?: string | undefined;
39
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
40
  //#endregion
8
41
  export { pandadocCreateTemplate };
9
42
  //# sourceMappingURL=create-template.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"create-template.d.cts","names":[],"sources":["../../src/actions/create-template.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAc3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;cAS5B,sBAAA,gCAAsB,wBAAA;;;;;;;;;;YAMjC,MAAA;EAAA"}
@@ -1,9 +1,42 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PandadocCreateTemplateInput: z.ZodObject<{
5
+ file: z.ZodOptional<z.ZodObject<{
6
+ name: z.ZodString;
7
+ s3key: z.ZodString;
8
+ mimetype: z.ZodString;
9
+ }, z.core.$strip>>;
10
+ name: z.ZodString;
11
+ tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
12
+ content: z.ZodOptional<z.ZodObject<{
13
+ title: z.ZodString;
14
+ blocks: z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
15
+ }, z.core.$strip>>;
16
+ description: z.ZodOptional<z.ZodString>;
17
+ }, z.core.$strip>;
18
+ declare const PandadocCreateTemplateOutput: z.ZodObject<{
19
+ id: z.ZodNullable<z.ZodString>;
20
+ name: z.ZodNullable<z.ZodString>;
21
+ status: z.ZodNullable<z.ZodString>;
22
+ version: z.ZodNullable<z.ZodString>;
23
+ date_created: z.ZodNullable<z.ZodString>;
24
+ date_modified: z.ZodNullable<z.ZodString>;
25
+ }, z.core.$strip>;
26
+ declare const pandadocCreateTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
27
+ name: string;
28
+ file?: {
29
+ name: string;
30
+ s3key: string;
31
+ mimetype: string;
32
+ } | undefined;
33
+ tags?: string[] | undefined;
34
+ content?: {
35
+ title: string;
36
+ blocks: Record<string, unknown>[];
37
+ } | undefined;
38
+ description?: string | undefined;
39
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
40
  //#endregion
8
41
  export { pandadocCreateTemplate };
9
42
  //# sourceMappingURL=create-template.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"create-template.d.mts","names":[],"sources":["../../src/actions/create-template.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAc3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;cAS5B,sBAAA,gCAAsB,wBAAA;;;;;;;;;;YAMjC,MAAA;EAAA"}
@@ -19,12 +19,12 @@ const pandadocCreateTemplate = action("PANDADOC_CREATE_TEMPLATE", {
19
19
  description: z.string().describe("Optional description of the template").optional()
20
20
  }).describe("Request model for creating a template."),
21
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")
22
+ id: z.string().describe("ID of the created template").nullable(),
23
+ name: z.string().describe("Name of the template").nullable(),
24
+ status: z.string().describe("Status of the template").nullable(),
25
+ version: z.string().describe("Version of the template").nullable(),
26
+ date_created: z.string().describe("Creation date of the template").nullable(),
27
+ date_modified: z.string().describe("Last modification date of the template").nullable()
28
28
  }).describe("Response model for template creation.")
29
29
  });
30
30
  //#endregion
@@ -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.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"}
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,uCAOF;AACV,CAAC"}
@@ -9,11 +9,11 @@ const PandadocCreateWebhookInput = zod.z.object({
9
9
  triggers: zod.z.array(zod.z.string()).describe("List of events that will trigger the webhook")
10
10
  }).describe("Request model for creating a webhook subscription.");
11
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")
12
+ url: zod.z.string().describe("URL where webhook notifications will be sent").nullable(),
13
+ name: zod.z.string().describe("Name of the webhook").nullable(),
14
+ uuid: zod.z.string().describe("Unique identifier of the created webhook").nullable(),
15
+ status: zod.z.string().describe("Status of the webhook").nullable(),
16
+ shared_key: zod.z.string().describe("Shared key for webhook verification").nullable()
17
17
  }).describe("Response model for webhook creation.");
18
18
  const pandadocCreateWebhook = require_action.action("PANDADOC_CREATE_WEBHOOK", {
19
19
  slug: "pandadoc-create-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.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"}
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;AAElD,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,27 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PandadocCreateWebhookInput: z.ZodObject<{
5
+ url: z.ZodString;
6
+ name: z.ZodString;
7
+ active: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8
+ payload: z.ZodOptional<z.ZodArray<z.ZodString>>;
9
+ triggers: z.ZodArray<z.ZodString>;
10
+ }, z.core.$strip>;
11
+ declare const PandadocCreateWebhookOutput: z.ZodObject<{
12
+ url: z.ZodNullable<z.ZodString>;
13
+ name: z.ZodNullable<z.ZodString>;
14
+ uuid: z.ZodNullable<z.ZodString>;
15
+ status: z.ZodNullable<z.ZodString>;
16
+ shared_key: z.ZodNullable<z.ZodString>;
17
+ }, z.core.$strip>;
18
+ declare const pandadocCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
19
+ url: string;
20
+ name: string;
21
+ triggers: string[];
22
+ active?: boolean | undefined;
23
+ payload?: string[] | undefined;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
25
  //#endregion
8
26
  export { pandadocCreateWebhook };
9
27
  //# sourceMappingURL=create-webhook.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"create-webhook.d.cts","names":[],"sources":["../../src/actions/create-webhook.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAO1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;cAQ3B,qBAAA,gCAAqB,wBAAA"}
@@ -1,9 +1,27 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PandadocCreateWebhookInput: z.ZodObject<{
5
+ url: z.ZodString;
6
+ name: z.ZodString;
7
+ active: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
8
+ payload: z.ZodOptional<z.ZodArray<z.ZodString>>;
9
+ triggers: z.ZodArray<z.ZodString>;
10
+ }, z.core.$strip>;
11
+ declare const PandadocCreateWebhookOutput: z.ZodObject<{
12
+ url: z.ZodNullable<z.ZodString>;
13
+ name: z.ZodNullable<z.ZodString>;
14
+ uuid: z.ZodNullable<z.ZodString>;
15
+ status: z.ZodNullable<z.ZodString>;
16
+ shared_key: z.ZodNullable<z.ZodString>;
17
+ }, z.core.$strip>;
18
+ declare const pandadocCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
19
+ url: string;
20
+ name: string;
21
+ triggers: string[];
22
+ active?: boolean | undefined;
23
+ payload?: string[] | undefined;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
25
  //#endregion
8
26
  export { pandadocCreateWebhook };
9
27
  //# sourceMappingURL=create-webhook.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"create-webhook.d.mts","names":[],"sources":["../../src/actions/create-webhook.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;cAO1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;cAQ3B,qBAAA,gCAAqB,wBAAA"}
@@ -12,11 +12,11 @@ const pandadocCreateWebhook = action("PANDADOC_CREATE_WEBHOOK", {
12
12
  triggers: z.array(z.string()).describe("List of events that will trigger the webhook")
13
13
  }).describe("Request model for creating a webhook subscription."),
14
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")
15
+ url: z.string().describe("URL where webhook notifications will be sent").nullable(),
16
+ name: z.string().describe("Name of the webhook").nullable(),
17
+ uuid: z.string().describe("Unique identifier of the created webhook").nullable(),
18
+ status: z.string().describe("Status of the webhook").nullable(),
19
+ shared_key: z.string().describe("Shared key for webhook verification").nullable()
20
20
  }).describe("Response model for webhook creation.")
21
21
  });
22
22
  //#endregion
@@ -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.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"}
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,sCAOF;AACV,CAAC"}
@@ -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.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"}
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;AAED,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PandadocDeleteContactInput: z.ZodObject<{
5
+ contact_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PandadocDeleteContactOutput: z.ZodObject<{
8
+ success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
9
+ }, z.core.$strip>;
10
+ declare const pandadocDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
11
+ contact_id: string;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { pandadocDeleteContact };
9
15
  //# sourceMappingURL=delete-contact.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"delete-contact.d.cts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PandadocDeleteContactInput: z.ZodObject<{
5
+ contact_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PandadocDeleteContactOutput: z.ZodObject<{
8
+ success: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodBoolean>>>;
9
+ }, z.core.$strip>;
10
+ declare const pandadocDeleteContact: import("@keystrokehq/action").WorkflowActionDefinition<{
11
+ contact_id: string;
12
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { pandadocDeleteContact };
9
15
  //# sourceMappingURL=delete-contact.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"delete-contact.d.mts","names":[],"sources":["../../src/actions/delete-contact.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;cAG1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
@@ -1 +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"}
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.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":";;AAWA,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXwC,EAAE,OAAO,EACjD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EACnF,CASS;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,EAAE,QAAQ,CAAC,CAAC,QAAQ,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACxH,CAOU;AACV,CAAC"}
@@ -3,8 +3,8 @@ let zod = require("zod");
3
3
  //#region src/actions/delete-template.ts
4
4
  const PandadocDeleteTemplateInput = zod.z.object({ template_id: zod.z.string().describe("The unique identifier of the template to delete") });
5
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")
6
+ status: zod.z.string().describe("The status of the delete operation").nullable(),
7
+ message: zod.z.string().describe("A message indicating the result of the delete operation").nullable()
8
8
  });
9
9
  const pandadocDeleteTemplate = require_action.action("PANDADOC_DELETE_TEMPLATE", {
10
10
  slug: "pandadoc-delete-template",
@@ -1 +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"}
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.object({\n template_id: z.string().describe(\"The unique identifier of the template to delete\"),\n});\nexport const PandadocDeleteTemplateOutput = z.object({\n status: z.string().describe(\"The status of the delete operation\").nullable(),\n message: z.string().describe(\"A message indicating the result of the delete operation\").nullable(),\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,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,EACpF,CAAC;AACD,MAAa,+BAA+BA,IAAAA,EAAE,OAAO;CACnD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC3E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACnG,CAAC;AAED,MAAa,yBAAyBC,eAAAA,OAAO,4BAA4B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/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]>;
4
+ declare const PandadocDeleteTemplateInput: z.ZodObject<{
5
+ template_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const PandadocDeleteTemplateOutput: z.ZodObject<{
8
+ status: z.ZodNullable<z.ZodString>;
9
+ message: z.ZodNullable<z.ZodString>;
10
+ }, z.core.$strip>;
11
+ declare const pandadocDeleteTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
12
+ template_id: string;
13
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
14
  //#endregion
8
15
  export { pandadocDeleteTemplate };
9
16
  //# sourceMappingURL=delete-template.d.cts.map