@keystrokehq/pandadoc 0.1.2 → 0.1.4

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 (91) hide show
  1. package/dist/actions/create-document-attachment.cjs +1 -1
  2. package/dist/actions/create-document-attachment.cjs.map +1 -1
  3. package/dist/actions/create-document-attachment.d.cts +1 -1
  4. package/dist/actions/create-document-attachment.d.mts +1 -1
  5. package/dist/actions/create-document-attachment.mjs +1 -1
  6. package/dist/actions/create-document-attachment.mjs.map +1 -1
  7. package/dist/actions/create-document-from-file.cjs +2 -2
  8. package/dist/actions/create-document-from-file.cjs.map +1 -1
  9. package/dist/actions/create-document-from-file.d.cts +3 -2
  10. package/dist/actions/create-document-from-file.d.mts +3 -2
  11. package/dist/actions/create-document-from-file.mjs +2 -2
  12. package/dist/actions/create-document-from-file.mjs.map +1 -1
  13. package/dist/actions/create-folder.cjs +1 -1
  14. package/dist/actions/create-folder.cjs.map +1 -1
  15. package/dist/actions/create-folder.d.cts +1 -1
  16. package/dist/actions/create-folder.d.mts +1 -1
  17. package/dist/actions/create-folder.mjs +1 -1
  18. package/dist/actions/create-folder.mjs.map +1 -1
  19. package/dist/actions/create-or-update-contact.cjs +1 -1
  20. package/dist/actions/create-or-update-contact.cjs.map +1 -1
  21. package/dist/actions/create-or-update-contact.d.cts +1 -1
  22. package/dist/actions/create-or-update-contact.d.mts +1 -1
  23. package/dist/actions/create-or-update-contact.mjs +1 -1
  24. package/dist/actions/create-or-update-contact.mjs.map +1 -1
  25. package/dist/actions/create-template.cjs +1 -1
  26. package/dist/actions/create-template.cjs.map +1 -1
  27. package/dist/actions/create-template.d.cts +1 -1
  28. package/dist/actions/create-template.d.mts +1 -1
  29. package/dist/actions/create-template.mjs +1 -1
  30. package/dist/actions/create-template.mjs.map +1 -1
  31. package/dist/actions/create-webhook.cjs +1 -1
  32. package/dist/actions/create-webhook.cjs.map +1 -1
  33. package/dist/actions/create-webhook.d.cts +1 -1
  34. package/dist/actions/create-webhook.d.mts +1 -1
  35. package/dist/actions/create-webhook.mjs +1 -1
  36. package/dist/actions/create-webhook.mjs.map +1 -1
  37. package/dist/actions/delete-contact.cjs +1 -1
  38. package/dist/actions/delete-contact.cjs.map +1 -1
  39. package/dist/actions/delete-contact.d.cts +1 -1
  40. package/dist/actions/delete-contact.d.mts +1 -1
  41. package/dist/actions/delete-contact.mjs +1 -1
  42. package/dist/actions/delete-contact.mjs.map +1 -1
  43. package/dist/actions/delete-template.cjs +1 -1
  44. package/dist/actions/delete-template.cjs.map +1 -1
  45. package/dist/actions/delete-template.d.cts +1 -1
  46. package/dist/actions/delete-template.d.mts +1 -1
  47. package/dist/actions/delete-template.mjs +1 -1
  48. package/dist/actions/delete-template.mjs.map +1 -1
  49. package/dist/actions/get-document-details.cjs +8 -8
  50. package/dist/actions/get-document-details.cjs.map +1 -1
  51. package/dist/actions/get-document-details.d.cts +11 -11
  52. package/dist/actions/get-document-details.d.mts +11 -11
  53. package/dist/actions/get-document-details.mjs +8 -8
  54. package/dist/actions/get-document-details.mjs.map +1 -1
  55. package/dist/actions/get-template-details.cjs +15 -15
  56. package/dist/actions/get-template-details.cjs.map +1 -1
  57. package/dist/actions/get-template-details.d.cts +18 -18
  58. package/dist/actions/get-template-details.d.mts +18 -18
  59. package/dist/actions/get-template-details.mjs +15 -15
  60. package/dist/actions/get-template-details.mjs.map +1 -1
  61. package/dist/actions/list-contacts.cjs +2 -2
  62. package/dist/actions/list-contacts.cjs.map +1 -1
  63. package/dist/actions/list-contacts.d.cts +2 -2
  64. package/dist/actions/list-contacts.d.mts +2 -2
  65. package/dist/actions/list-contacts.mjs +2 -2
  66. package/dist/actions/list-contacts.mjs.map +1 -1
  67. package/dist/actions/list-document-folders.cjs +2 -2
  68. package/dist/actions/list-document-folders.cjs.map +1 -1
  69. package/dist/actions/list-document-folders.d.cts +2 -2
  70. package/dist/actions/list-document-folders.d.mts +2 -2
  71. package/dist/actions/list-document-folders.mjs +2 -2
  72. package/dist/actions/list-document-folders.mjs.map +1 -1
  73. package/dist/actions/list-templates.cjs +2 -2
  74. package/dist/actions/list-templates.cjs.map +1 -1
  75. package/dist/actions/list-templates.d.cts +2 -2
  76. package/dist/actions/list-templates.d.mts +2 -2
  77. package/dist/actions/list-templates.mjs +2 -2
  78. package/dist/actions/list-templates.mjs.map +1 -1
  79. package/dist/actions/move-document-to-folder.cjs +1 -1
  80. package/dist/actions/move-document-to-folder.cjs.map +1 -1
  81. package/dist/actions/move-document-to-folder.d.cts +1 -1
  82. package/dist/actions/move-document-to-folder.d.mts +1 -1
  83. package/dist/actions/move-document-to-folder.mjs +1 -1
  84. package/dist/actions/move-document-to-folder.mjs.map +1 -1
  85. package/dist/catalog.cjs +1 -1
  86. package/dist/catalog.cjs.map +1 -1
  87. package/dist/catalog.d.cts +1 -1
  88. package/dist/catalog.d.mts +1 -1
  89. package/dist/catalog.mjs +1 -1
  90. package/dist/catalog.mjs.map +1 -1
  91. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"list-contacts.cjs","names":["z","action"],"sources":["../../src/actions/list-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListContactsInput = z.object({\n email: z.string().describe(\"Filter contacts by exact email match. Returns only contacts with this specific email address.\").optional(),\n});\nconst PandadocListContacts_ContactSchema = z.object({\n id: z.string().describe(\"The unique identifier of the contact\").nullable(),\n email: z.string().describe(\"Email address of the contact\").nullable(),\n shared: z.boolean().describe(\"Whether the contact is shared\").nullable().optional(),\n company: z.string().describe(\"Company name 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 create_time: z.string().describe(\"Creation timestamp of the contact\").nullable().optional(),\n});\nexport const PandadocListContactsOutput = z.object({\n results: z.array(PandadocListContacts_ContactSchema).describe(\"List of contacts matching the search criteria\"),\n});\n\nexport const pandadocListContacts = action(\"PANDADOC_LIST_CONTACTS\", {\n slug: \"pandadoc-list-contacts\",\n name: \"List Contacts\",\n description: \"List all contacts in your PandaDoc workspace. Returns all contacts with their details including email, name, company, and contact information. Optionally filter by exact email address. Note: The API returns all contacts at once without pagination - filtering and pagination should be done client-side if needed.\",\n input: PandadocListContactsInput,\n output: PandadocListContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,EACvI,CAAC;AACD,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC;AACD,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,SAASA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,+CAA+C,EAC/G,CAAC;AAED,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-contacts.cjs","names":["z","action"],"sources":["../../src/actions/list-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListContactsInput = z.object({\n email: z.string().describe(\"Filter contacts by exact email match. Returns only contacts with this specific email address.\").optional(),\n});\nconst PandadocListContacts_ContactSchema = z.object({\n id: z.string().describe(\"The unique identifier of the contact\").nullable(),\n email: z.string().describe(\"Email address of the contact\").nullable(),\n shared: z.boolean().describe(\"Whether the contact is shared\").nullable().optional(),\n company: z.string().describe(\"Company name 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 create_time: z.string().describe(\"Creation timestamp of the contact\").nullable().optional(),\n}).passthrough();\nexport const PandadocListContactsOutput = z.object({\n results: z.array(PandadocListContacts_ContactSchema).describe(\"List of contacts matching the search criteria\"),\n}).passthrough();\n\nexport const pandadocListContacts = action(\"PANDADOC_LIST_CONTACTS\", {\n slug: \"pandadoc-list-contacts\",\n name: \"List Contacts\",\n description: \"List all contacts in your PandaDoc workspace. Returns all contacts with their details including email, name, company, and contact information. Optionally filter by exact email address. Note: The API returns all contacts at once without pagination - filtering and pagination should be done client-side if needed.\",\n input: PandadocListContactsInput,\n output: PandadocListContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,EACvI,CAAC;AACD,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACpE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,6BAA6BA,IAAAA,EAAE,OAAO,EACjD,SAASA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,+CAA+C,EAC/G,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,uBAAuBC,eAAAA,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -13,8 +13,8 @@ declare const PandadocListContactsOutput: z.ZodObject<{
13
13
  last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  create_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
- }, z.core.$strip>>;
17
- }, z.core.$strip>;
16
+ }, z.core.$loose>>;
17
+ }, z.core.$loose>;
18
18
  declare const pandadocListContacts: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  email?: string | undefined;
20
20
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -13,8 +13,8 @@ declare const PandadocListContactsOutput: z.ZodObject<{
13
13
  last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
14
  first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
15
  create_time: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
- }, z.core.$strip>>;
17
- }, z.core.$strip>;
16
+ }, z.core.$loose>>;
17
+ }, z.core.$loose>;
18
18
  declare const pandadocListContacts: import("@keystrokehq/action").WorkflowActionDefinition<{
19
19
  email?: string | undefined;
20
20
  }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
@@ -10,13 +10,13 @@ const PandadocListContacts_ContactSchema = z.object({
10
10
  last_name: z.string().describe("Last name of the contact").nullable().optional(),
11
11
  first_name: z.string().describe("First name of the contact").nullable().optional(),
12
12
  create_time: z.string().describe("Creation timestamp of the contact").nullable().optional()
13
- });
13
+ }).passthrough();
14
14
  const pandadocListContacts = action("PANDADOC_LIST_CONTACTS", {
15
15
  slug: "pandadoc-list-contacts",
16
16
  name: "List Contacts",
17
17
  description: "List all contacts in your PandaDoc workspace. Returns all contacts with their details including email, name, company, and contact information. Optionally filter by exact email address. Note: The API returns all contacts at once without pagination - filtering and pagination should be done client-side if needed.",
18
18
  input: PandadocListContactsInput,
19
- output: z.object({ results: z.array(PandadocListContacts_ContactSchema).describe("List of contacts matching the search criteria") })
19
+ output: z.object({ results: z.array(PandadocListContacts_ContactSchema).describe("List of contacts matching the search criteria") }).passthrough()
20
20
  });
21
21
  //#endregion
22
22
  export { pandadocListContacts };
@@ -1 +1 @@
1
- {"version":3,"file":"list-contacts.mjs","names":[],"sources":["../../src/actions/list-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListContactsInput = z.object({\n email: z.string().describe(\"Filter contacts by exact email match. Returns only contacts with this specific email address.\").optional(),\n});\nconst PandadocListContacts_ContactSchema = z.object({\n id: z.string().describe(\"The unique identifier of the contact\").nullable(),\n email: z.string().describe(\"Email address of the contact\").nullable(),\n shared: z.boolean().describe(\"Whether the contact is shared\").nullable().optional(),\n company: z.string().describe(\"Company name 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 create_time: z.string().describe(\"Creation timestamp of the contact\").nullable().optional(),\n});\nexport const PandadocListContactsOutput = z.object({\n results: z.array(PandadocListContacts_ContactSchema).describe(\"List of contacts matching the search criteria\"),\n});\n\nexport const pandadocListContacts = action(\"PANDADOC_LIST_CONTACTS\", {\n slug: \"pandadoc-list-contacts\",\n name: \"List Contacts\",\n description: \"List all contacts in your PandaDoc workspace. Returns all contacts with their details including email, name, company, and contact information. Optionally filter by exact email address. Note: The API returns all contacts at once without pagination - filtering and pagination should be done client-side if needed.\",\n input: PandadocListContactsInput,\n output: PandadocListContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO,EAChD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,EACvI,CAAC;AACD,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC;AAKD,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwC,EAAE,OAAO,EACjD,SAAS,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,+CAA+C,EAC/G,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"list-contacts.mjs","names":[],"sources":["../../src/actions/list-contacts.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListContactsInput = z.object({\n email: z.string().describe(\"Filter contacts by exact email match. Returns only contacts with this specific email address.\").optional(),\n});\nconst PandadocListContacts_ContactSchema = z.object({\n id: z.string().describe(\"The unique identifier of the contact\").nullable(),\n email: z.string().describe(\"Email address of the contact\").nullable(),\n shared: z.boolean().describe(\"Whether the contact is shared\").nullable().optional(),\n company: z.string().describe(\"Company name 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 create_time: z.string().describe(\"Creation timestamp of the contact\").nullable().optional(),\n}).passthrough();\nexport const PandadocListContactsOutput = z.object({\n results: z.array(PandadocListContacts_ContactSchema).describe(\"List of contacts matching the search criteria\"),\n}).passthrough();\n\nexport const pandadocListContacts = action(\"PANDADOC_LIST_CONTACTS\", {\n slug: \"pandadoc-list-contacts\",\n name: \"List Contacts\",\n description: \"List all contacts in your PandaDoc workspace. Returns all contacts with their details including email, name, company, and contact information. Optionally filter by exact email address. Note: The API returns all contacts at once without pagination - filtering and pagination should be done client-side if needed.\",\n input: PandadocListContactsInput,\n output: PandadocListContactsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA4B,EAAE,OAAO,EAChD,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS,EACvI,CAAC;AACD,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACzE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACpE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC5F,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,uBAAuB,OAAO,0BAA0B;CACnE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATwC,EAAE,OAAO,EACjD,SAAS,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,+CAA+C,EAC/G,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -15,8 +15,8 @@ const PandadocListDocumentFolders_FolderItemSchema = zod.z.object({
15
15
  has_folders: zod.z.boolean().describe("Whether the folder contains subfolders").nullable(),
16
16
  parent_uuid: zod.z.string().describe("UUID of the parent folder").nullable().optional(),
17
17
  date_created: zod.z.string().describe("Folder creation date").nullable()
18
- });
19
- const PandadocListDocumentFoldersOutput = zod.z.object({ results: zod.z.array(PandadocListDocumentFolders_FolderItemSchema).describe("List of document folders") });
18
+ }).passthrough();
19
+ const PandadocListDocumentFoldersOutput = zod.z.object({ results: zod.z.array(PandadocListDocumentFolders_FolderItemSchema).describe("List of document folders") }).passthrough();
20
20
  const pandadocListDocumentFolders = require_action.action("PANDADOC_LIST_DOCUMENT_FOLDERS", {
21
21
  slug: "pandadoc-list-document-folders",
22
22
  name: "List Document Folders",
@@ -1 +1 @@
1
- {"version":3,"file":"list-document-folders.cjs","names":["z","action"],"sources":["../../src/actions/list-document-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListDocumentFoldersInput = z.object({\n page: z.number().int().describe(\"Page number (starts from 1)\").optional(),\n count: z.number().int().describe(\"Number of folders to return (default: 50, max: 100)\").optional(),\n parent_uuid: z.string().describe(\"The UUID of the parent folder. If omitted, returns folders in root directory\").optional(),\n});\nconst PandadocListDocumentFolders_FolderItemSchema = z.object({\n name: z.string().describe(\"Folder name\").nullable(),\n uuid: z.string().describe(\"Folder UUID\").nullable(),\n shared: z.boolean().describe(\"Whether the folder is shared\").nullable().optional(),\n has_items: z.boolean().describe(\"Whether the folder contains items\").nullable(),\n created_by: z.string().describe(\"ID of the user who created the folder\").nullable().optional(),\n has_folders: z.boolean().describe(\"Whether the folder contains subfolders\").nullable(),\n parent_uuid: z.string().describe(\"UUID of the parent folder\").nullable().optional(),\n date_created: z.string().describe(\"Folder creation date\").nullable(),\n});\nexport const PandadocListDocumentFoldersOutput = z.object({\n results: z.array(PandadocListDocumentFolders_FolderItemSchema).describe(\"List of document folders\"),\n});\n\nexport const pandadocListDocumentFolders = action(\"PANDADOC_LIST_DOCUMENT_FOLDERS\", {\n slug: \"pandadoc-list-document-folders\",\n name: \"List Document Folders\",\n description: \"This tool retrieves a list of all document folders in PandaDoc. It's a standalone action that doesn't require any external dependencies or resource IDs. The tool will return a list of folders containing documents, with each folder containing information about its ID, name, and parent folder relationship.\",\n input: PandadocListDocumentFoldersInput,\n output: PandadocListDocumentFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AAC5H,CAAC;AACD,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;AACrE,CAAC;AACD,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,SAASA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,0BAA0B,EACpG,CAAC;AAED,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-document-folders.cjs","names":["z","action"],"sources":["../../src/actions/list-document-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListDocumentFoldersInput = z.object({\n page: z.number().int().describe(\"Page number (starts from 1)\").optional(),\n count: z.number().int().describe(\"Number of folders to return (default: 50, max: 100)\").optional(),\n parent_uuid: z.string().describe(\"The UUID of the parent folder. If omitted, returns folders in root directory\").optional(),\n});\nconst PandadocListDocumentFolders_FolderItemSchema = z.object({\n name: z.string().describe(\"Folder name\").nullable(),\n uuid: z.string().describe(\"Folder UUID\").nullable(),\n shared: z.boolean().describe(\"Whether the folder is shared\").nullable().optional(),\n has_items: z.boolean().describe(\"Whether the folder contains items\").nullable(),\n created_by: z.string().describe(\"ID of the user who created the folder\").nullable().optional(),\n has_folders: z.boolean().describe(\"Whether the folder contains subfolders\").nullable(),\n parent_uuid: z.string().describe(\"UUID of the parent folder\").nullable().optional(),\n date_created: z.string().describe(\"Folder creation date\").nullable(),\n}).passthrough();\nexport const PandadocListDocumentFoldersOutput = z.object({\n results: z.array(PandadocListDocumentFolders_FolderItemSchema).describe(\"List of document folders\"),\n}).passthrough();\n\nexport const pandadocListDocumentFolders = action(\"PANDADOC_LIST_DOCUMENT_FOLDERS\", {\n slug: \"pandadoc-list-document-folders\",\n name: \"List Document Folders\",\n description: \"This tool retrieves a list of all document folders in PandaDoc. It's a standalone action that doesn't require any external dependencies or resource IDs. The tool will return a list of folders containing documents, with each folder containing information about its ID, name, and parent folder relationship.\",\n input: PandadocListDocumentFoldersInput,\n output: PandadocListDocumentFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACxE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AAC5H,CAAC;AACD,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC9E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,SAASA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,0BAA0B,EACpG,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -16,8 +16,8 @@ declare const PandadocListDocumentFoldersOutput: z.ZodObject<{
16
16
  has_folders: z.ZodNullable<z.ZodBoolean>;
17
17
  parent_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
18
  date_created: z.ZodNullable<z.ZodString>;
19
- }, z.core.$strip>>;
20
- }, z.core.$strip>;
19
+ }, z.core.$loose>>;
20
+ }, z.core.$loose>;
21
21
  declare const pandadocListDocumentFolders: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  page?: number | undefined;
23
23
  count?: number | undefined;
@@ -16,8 +16,8 @@ declare const PandadocListDocumentFoldersOutput: z.ZodObject<{
16
16
  has_folders: z.ZodNullable<z.ZodBoolean>;
17
17
  parent_uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
18
  date_created: z.ZodNullable<z.ZodString>;
19
- }, z.core.$strip>>;
20
- }, z.core.$strip>;
19
+ }, z.core.$loose>>;
20
+ }, z.core.$loose>;
21
21
  declare const pandadocListDocumentFolders: import("@keystrokehq/action").WorkflowActionDefinition<{
22
22
  page?: number | undefined;
23
23
  count?: number | undefined;
@@ -15,13 +15,13 @@ const PandadocListDocumentFolders_FolderItemSchema = z.object({
15
15
  has_folders: z.boolean().describe("Whether the folder contains subfolders").nullable(),
16
16
  parent_uuid: z.string().describe("UUID of the parent folder").nullable().optional(),
17
17
  date_created: z.string().describe("Folder creation date").nullable()
18
- });
18
+ }).passthrough();
19
19
  const pandadocListDocumentFolders = action("PANDADOC_LIST_DOCUMENT_FOLDERS", {
20
20
  slug: "pandadoc-list-document-folders",
21
21
  name: "List Document Folders",
22
22
  description: "This tool retrieves a list of all document folders in PandaDoc. It's a standalone action that doesn't require any external dependencies or resource IDs. The tool will return a list of folders containing documents, with each folder containing information about its ID, name, and parent folder relationship.",
23
23
  input: PandadocListDocumentFoldersInput,
24
- output: z.object({ results: z.array(PandadocListDocumentFolders_FolderItemSchema).describe("List of document folders") })
24
+ output: z.object({ results: z.array(PandadocListDocumentFolders_FolderItemSchema).describe("List of document folders") }).passthrough()
25
25
  });
26
26
  //#endregion
27
27
  export { pandadocListDocumentFolders };
@@ -1 +1 @@
1
- {"version":3,"file":"list-document-folders.mjs","names":[],"sources":["../../src/actions/list-document-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListDocumentFoldersInput = z.object({\n page: z.number().int().describe(\"Page number (starts from 1)\").optional(),\n count: z.number().int().describe(\"Number of folders to return (default: 50, max: 100)\").optional(),\n parent_uuid: z.string().describe(\"The UUID of the parent folder. If omitted, returns folders in root directory\").optional(),\n});\nconst PandadocListDocumentFolders_FolderItemSchema = z.object({\n name: z.string().describe(\"Folder name\").nullable(),\n uuid: z.string().describe(\"Folder UUID\").nullable(),\n shared: z.boolean().describe(\"Whether the folder is shared\").nullable().optional(),\n has_items: z.boolean().describe(\"Whether the folder contains items\").nullable(),\n created_by: z.string().describe(\"ID of the user who created the folder\").nullable().optional(),\n has_folders: z.boolean().describe(\"Whether the folder contains subfolders\").nullable(),\n parent_uuid: z.string().describe(\"UUID of the parent folder\").nullable().optional(),\n date_created: z.string().describe(\"Folder creation date\").nullable(),\n});\nexport const PandadocListDocumentFoldersOutput = z.object({\n results: z.array(PandadocListDocumentFolders_FolderItemSchema).describe(\"List of document folders\"),\n});\n\nexport const pandadocListDocumentFolders = action(\"PANDADOC_LIST_DOCUMENT_FOLDERS\", {\n slug: \"pandadoc-list-document-folders\",\n name: \"List Document Folders\",\n description: \"This tool retrieves a list of all document folders in PandaDoc. It's a standalone action that doesn't require any external dependencies or resource IDs. The tool will return a list of folders containing documents, with each folder containing information about its ID, name, and parent folder relationship.\",\n input: PandadocListDocumentFoldersInput,\n output: PandadocListDocumentFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACxE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AAC5H,CAAC;AACD,MAAM,+CAA+C,EAAE,OAAO;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;AACrE,CAAC;AAKD,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+C,EAAE,OAAO,EACxD,SAAS,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,0BAA0B,EACpG,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"list-document-folders.mjs","names":[],"sources":["../../src/actions/list-document-folders.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListDocumentFoldersInput = z.object({\n page: z.number().int().describe(\"Page number (starts from 1)\").optional(),\n count: z.number().int().describe(\"Number of folders to return (default: 50, max: 100)\").optional(),\n parent_uuid: z.string().describe(\"The UUID of the parent folder. If omitted, returns folders in root directory\").optional(),\n});\nconst PandadocListDocumentFolders_FolderItemSchema = z.object({\n name: z.string().describe(\"Folder name\").nullable(),\n uuid: z.string().describe(\"Folder UUID\").nullable(),\n shared: z.boolean().describe(\"Whether the folder is shared\").nullable().optional(),\n has_items: z.boolean().describe(\"Whether the folder contains items\").nullable(),\n created_by: z.string().describe(\"ID of the user who created the folder\").nullable().optional(),\n has_folders: z.boolean().describe(\"Whether the folder contains subfolders\").nullable(),\n parent_uuid: z.string().describe(\"UUID of the parent folder\").nullable().optional(),\n date_created: z.string().describe(\"Folder creation date\").nullable(),\n}).passthrough();\nexport const PandadocListDocumentFoldersOutput = z.object({\n results: z.array(PandadocListDocumentFolders_FolderItemSchema).describe(\"List of document folders\"),\n}).passthrough();\n\nexport const pandadocListDocumentFolders = action(\"PANDADOC_LIST_DOCUMENT_FOLDERS\", {\n slug: \"pandadoc-list-document-folders\",\n name: \"List Document Folders\",\n description: \"This tool retrieves a list of all document folders in PandaDoc. It's a standalone action that doesn't require any external dependencies or resource IDs. The tool will return a list of folders containing documents, with each folder containing information about its ID, name, and parent folder relationship.\",\n input: PandadocListDocumentFoldersInput,\n output: PandadocListDocumentFoldersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO;CACvD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACxE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;CACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E,CAAC,CAAC,SAAS;AAC5H,CAAC;AACD,MAAM,+CAA+C,EAAE,OAAO;CAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAClD,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC9E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CACrF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;AACrE,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+C,EAAE,OAAO,EACxD,SAAS,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,0BAA0B,EACpG,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -19,8 +19,8 @@ const PandadocListTemplates_TemplateItemSchema = zod.z.object({
19
19
  date_created: zod.z.string().describe("Template creation date").nullable(),
20
20
  date_modified: zod.z.string().describe("Template last modification date").nullable(),
21
21
  content_date_modified: zod.z.string().describe("Content last modification date").nullable().optional()
22
- });
23
- const PandadocListTemplatesOutput = zod.z.object({ results: zod.z.array(PandadocListTemplates_TemplateItemSchema).describe("List of templates") });
22
+ }).passthrough();
23
+ const PandadocListTemplatesOutput = zod.z.object({ results: zod.z.array(PandadocListTemplates_TemplateItemSchema).describe("List of templates") }).passthrough();
24
24
  const pandadocListTemplates = require_action.action("PANDADOC_LIST_TEMPLATES", {
25
25
  slug: "pandadoc-list-templates",
26
26
  name: "List Templates",
@@ -1 +1 @@
1
- {"version":3,"file":"list-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListTemplatesInput = z.object({\n q: z.string().describe(\"Search query to filter templates by name\").optional(),\n id: z.string().describe(\"Specific template ID to retrieve\").optional(),\n tag: z.array(z.string()).describe(\"Filter templates by tags\").optional(),\n page: z.number().int().describe(\"Page number of the results to return\").optional(),\n count: z.number().int().describe(\"Number of templates to return per page (1-100, default: 50)\").optional(),\n fields: z.array(z.string()).describe(\"Additional fields to include in the response (e.g., content_date_modified)\").optional(),\n shared: z.boolean().describe(\"If true, returns only shared templates\").optional(),\n deleted: z.boolean().describe(\"If true, returns only deleted templates\").optional(),\n folder_uuid: z.string().describe(\"UUID of the folder where the templates are stored\").optional(),\n});\nconst PandadocListTemplates_TemplateItemSchema = z.object({\n id: z.string().describe(\"Template ID\").nullable(),\n name: z.string().describe(\"Template name\").nullable(),\n version: z.string().describe(\"Template version\").nullable(),\n date_created: z.string().describe(\"Template creation date\").nullable(),\n date_modified: z.string().describe(\"Template last modification date\").nullable(),\n content_date_modified: z.string().describe(\"Content last modification date\").nullable().optional(),\n});\nexport const PandadocListTemplatesOutput = z.object({\n results: z.array(PandadocListTemplates_TemplateItemSchema).describe(\"List of templates\"),\n});\n\nexport const pandadocListTemplates = action(\"PANDADOC_LIST_TEMPLATES\", {\n slug: \"pandadoc-list-templates\",\n name: \"List Templates\",\n description: \"This tool retrieves a list of all templates available in the PandaDoc account. It supports parameters to filter templates by name, shared status, deleted status, pagination, and tag filtering, and returns detailed template information.\",\n input: PandadocListTemplatesInput,\n output: PandadocListTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CAC5H,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AACjG,CAAC;AACD,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CAC1D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACrE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/E,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC;AACD,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAASA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,mBAAmB,EACzF,CAAC;AAED,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-templates.cjs","names":["z","action"],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListTemplatesInput = z.object({\n q: z.string().describe(\"Search query to filter templates by name\").optional(),\n id: z.string().describe(\"Specific template ID to retrieve\").optional(),\n tag: z.array(z.string()).describe(\"Filter templates by tags\").optional(),\n page: z.number().int().describe(\"Page number of the results to return\").optional(),\n count: z.number().int().describe(\"Number of templates to return per page (1-100, default: 50)\").optional(),\n fields: z.array(z.string()).describe(\"Additional fields to include in the response (e.g., content_date_modified)\").optional(),\n shared: z.boolean().describe(\"If true, returns only shared templates\").optional(),\n deleted: z.boolean().describe(\"If true, returns only deleted templates\").optional(),\n folder_uuid: z.string().describe(\"UUID of the folder where the templates are stored\").optional(),\n});\nconst PandadocListTemplates_TemplateItemSchema = z.object({\n id: z.string().describe(\"Template ID\").nullable(),\n name: z.string().describe(\"Template name\").nullable(),\n version: z.string().describe(\"Template version\").nullable(),\n date_created: z.string().describe(\"Template creation date\").nullable(),\n date_modified: z.string().describe(\"Template last modification date\").nullable(),\n content_date_modified: z.string().describe(\"Content last modification date\").nullable().optional(),\n}).passthrough();\nexport const PandadocListTemplatesOutput = z.object({\n results: z.array(PandadocListTemplates_TemplateItemSchema).describe(\"List of templates\"),\n}).passthrough();\n\nexport const pandadocListTemplates = action(\"PANDADOC_LIST_TEMPLATES\", {\n slug: \"pandadoc-list-templates\",\n name: \"List Templates\",\n description: \"This tool retrieves a list of all templates available in the PandaDoc account. It supports parameters to filter templates by name, shared status, deleted status, pagination, and tag filtering, and returns detailed template information.\",\n input: PandadocListTemplatesInput,\n output: PandadocListTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6BA,IAAAA,EAAE,OAAO;CACjD,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,KAAKA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzG,QAAQA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CAC5H,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AACjG,CAAC;AACD,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAChD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CACpD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CAC1D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACrE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/E,uBAAuBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,8BAA8BA,IAAAA,EAAE,OAAO,EAClD,SAASA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,mBAAmB,EACzF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,wBAAwBC,eAAAA,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -20,8 +20,8 @@ declare const PandadocListTemplatesOutput: z.ZodObject<{
20
20
  date_created: z.ZodNullable<z.ZodString>;
21
21
  date_modified: z.ZodNullable<z.ZodString>;
22
22
  content_date_modified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
- }, z.core.$strip>>;
24
- }, z.core.$strip>;
23
+ }, z.core.$loose>>;
24
+ }, z.core.$loose>;
25
25
  declare const pandadocListTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  q?: string | undefined;
27
27
  id?: string | undefined;
@@ -20,8 +20,8 @@ declare const PandadocListTemplatesOutput: z.ZodObject<{
20
20
  date_created: z.ZodNullable<z.ZodString>;
21
21
  date_modified: z.ZodNullable<z.ZodString>;
22
22
  content_date_modified: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
- }, z.core.$strip>>;
24
- }, z.core.$strip>;
23
+ }, z.core.$loose>>;
24
+ }, z.core.$loose>;
25
25
  declare const pandadocListTemplates: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  q?: string | undefined;
27
27
  id?: string | undefined;
@@ -19,13 +19,13 @@ const PandadocListTemplates_TemplateItemSchema = z.object({
19
19
  date_created: z.string().describe("Template creation date").nullable(),
20
20
  date_modified: z.string().describe("Template last modification date").nullable(),
21
21
  content_date_modified: z.string().describe("Content last modification date").nullable().optional()
22
- });
22
+ }).passthrough();
23
23
  const pandadocListTemplates = action("PANDADOC_LIST_TEMPLATES", {
24
24
  slug: "pandadoc-list-templates",
25
25
  name: "List Templates",
26
26
  description: "This tool retrieves a list of all templates available in the PandaDoc account. It supports parameters to filter templates by name, shared status, deleted status, pagination, and tag filtering, and returns detailed template information.",
27
27
  input: PandadocListTemplatesInput,
28
- output: z.object({ results: z.array(PandadocListTemplates_TemplateItemSchema).describe("List of templates") })
28
+ output: z.object({ results: z.array(PandadocListTemplates_TemplateItemSchema).describe("List of templates") }).passthrough()
29
29
  });
30
30
  //#endregion
31
31
  export { pandadocListTemplates };
@@ -1 +1 @@
1
- {"version":3,"file":"list-templates.mjs","names":[],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListTemplatesInput = z.object({\n q: z.string().describe(\"Search query to filter templates by name\").optional(),\n id: z.string().describe(\"Specific template ID to retrieve\").optional(),\n tag: z.array(z.string()).describe(\"Filter templates by tags\").optional(),\n page: z.number().int().describe(\"Page number of the results to return\").optional(),\n count: z.number().int().describe(\"Number of templates to return per page (1-100, default: 50)\").optional(),\n fields: z.array(z.string()).describe(\"Additional fields to include in the response (e.g., content_date_modified)\").optional(),\n shared: z.boolean().describe(\"If true, returns only shared templates\").optional(),\n deleted: z.boolean().describe(\"If true, returns only deleted templates\").optional(),\n folder_uuid: z.string().describe(\"UUID of the folder where the templates are stored\").optional(),\n});\nconst PandadocListTemplates_TemplateItemSchema = z.object({\n id: z.string().describe(\"Template ID\").nullable(),\n name: z.string().describe(\"Template name\").nullable(),\n version: z.string().describe(\"Template version\").nullable(),\n date_created: z.string().describe(\"Template creation date\").nullable(),\n date_modified: z.string().describe(\"Template last modification date\").nullable(),\n content_date_modified: z.string().describe(\"Content last modification date\").nullable().optional(),\n});\nexport const PandadocListTemplatesOutput = z.object({\n results: z.array(PandadocListTemplates_TemplateItemSchema).describe(\"List of templates\"),\n});\n\nexport const pandadocListTemplates = action(\"PANDADOC_LIST_TEMPLATES\", {\n slug: \"pandadoc-list-templates\",\n name: \"List Templates\",\n description: \"This tool retrieves a list of all templates available in the PandaDoc account. It supports parameters to filter templates by name, shared status, deleted status, pagination, and tag filtering, and returns detailed template information.\",\n input: PandadocListTemplatesInput,\n output: PandadocListTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO;CACjD,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzG,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CAC5H,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAChF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AACjG,CAAC;AACD,MAAM,2CAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CAC1D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACrE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/E,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC;AAKD,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,mBAAmB,EACzF,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"list-templates.mjs","names":[],"sources":["../../src/actions/list-templates.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocListTemplatesInput = z.object({\n q: z.string().describe(\"Search query to filter templates by name\").optional(),\n id: z.string().describe(\"Specific template ID to retrieve\").optional(),\n tag: z.array(z.string()).describe(\"Filter templates by tags\").optional(),\n page: z.number().int().describe(\"Page number of the results to return\").optional(),\n count: z.number().int().describe(\"Number of templates to return per page (1-100, default: 50)\").optional(),\n fields: z.array(z.string()).describe(\"Additional fields to include in the response (e.g., content_date_modified)\").optional(),\n shared: z.boolean().describe(\"If true, returns only shared templates\").optional(),\n deleted: z.boolean().describe(\"If true, returns only deleted templates\").optional(),\n folder_uuid: z.string().describe(\"UUID of the folder where the templates are stored\").optional(),\n});\nconst PandadocListTemplates_TemplateItemSchema = z.object({\n id: z.string().describe(\"Template ID\").nullable(),\n name: z.string().describe(\"Template name\").nullable(),\n version: z.string().describe(\"Template version\").nullable(),\n date_created: z.string().describe(\"Template creation date\").nullable(),\n date_modified: z.string().describe(\"Template last modification date\").nullable(),\n content_date_modified: z.string().describe(\"Content last modification date\").nullable().optional(),\n}).passthrough();\nexport const PandadocListTemplatesOutput = z.object({\n results: z.array(PandadocListTemplates_TemplateItemSchema).describe(\"List of templates\"),\n}).passthrough();\n\nexport const pandadocListTemplates = action(\"PANDADOC_LIST_TEMPLATES\", {\n slug: \"pandadoc-list-templates\",\n name: \"List Templates\",\n description: \"This tool retrieves a list of all templates available in the PandaDoc account. It supports parameters to filter templates by name, shared status, deleted status, pagination, and tag filtering, and returns detailed template information.\",\n input: PandadocListTemplatesInput,\n output: PandadocListTemplatesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA6B,EAAE,OAAO;CACjD,GAAG,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC5E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACrE,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACjF,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACzG,QAAQ,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CAC5H,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAChF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;AACjG,CAAC;AACD,MAAM,2CAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,aAAa,CAAC,CAAC,SAAS;CAChD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,eAAe,CAAC,CAAC,SAAS;CACpD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB,CAAC,CAAC,SAAS;CAC1D,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACrE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC/E,uBAAuB,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACnG,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,mBAAmB,EACzF,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
@@ -8,7 +8,7 @@ const PandadocMoveDocumentToFolderInput = zod.z.object({
8
8
  const PandadocMoveDocumentToFolderOutput = zod.z.object({
9
9
  status: zod.z.string().describe("The status of the move operation").nullable(),
10
10
  message: zod.z.string().describe("A message indicating the result of the move operation").nullable()
11
- });
11
+ }).passthrough();
12
12
  const pandadocMoveDocumentToFolder = require_action.action("PANDADOC_MOVE_DOCUMENT_TO_FOLDER", {
13
13
  slug: "pandadoc-move-document-to-folder",
14
14
  name: "Move Document to Folder",
@@ -1 +1 @@
1
- {"version":3,"file":"move-document-to-folder.cjs","names":["z","action"],"sources":["../../src/actions/move-document-to-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocMoveDocumentToFolderInput = z.object({\n folder_id: z.string().describe(\"The unique identifier of the destination folder\"),\n document_id: z.string().describe(\"The unique identifier of the document to move\"),\n});\nexport const PandadocMoveDocumentToFolderOutput = z.object({\n status: z.string().describe(\"The status of the move operation\").nullable(),\n message: z.string().describe(\"A message indicating the result of the move operation\").nullable(),\n});\n\nexport const pandadocMoveDocumentToFolder = action(\"PANDADOC_MOVE_DOCUMENT_TO_FOLDER\", {\n slug: \"pandadoc-move-document-to-folder\",\n name: \"Move Document to Folder\",\n description: \"This tool allows users to move a document to a specific folder within their PandaDoc account. It performs a POST request to move the document to the specified folder. Both the document and the destination folder must exist. Only documents in draft status can be moved; attempting to move documents in sent, completed, or other non-draft states will fail.\",\n input: PandadocMoveDocumentToFolderInput,\n output: PandadocMoveDocumentToFolderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAClF,CAAC;AACD,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;AACjG,CAAC;AAED,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"move-document-to-folder.cjs","names":["z","action"],"sources":["../../src/actions/move-document-to-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocMoveDocumentToFolderInput = z.object({\n folder_id: z.string().describe(\"The unique identifier of the destination folder\"),\n document_id: z.string().describe(\"The unique identifier of the document to move\"),\n});\nexport const PandadocMoveDocumentToFolderOutput = z.object({\n status: z.string().describe(\"The status of the move operation\").nullable(),\n message: z.string().describe(\"A message indicating the result of the move operation\").nullable(),\n}).passthrough();\n\nexport const pandadocMoveDocumentToFolder = action(\"PANDADOC_MOVE_DOCUMENT_TO_FOLDER\", {\n slug: \"pandadoc-move-document-to-folder\",\n name: \"Move Document to Folder\",\n description: \"This tool allows users to move a document to a specific folder within their PandaDoc account. It performs a POST request to move the document to the specified folder. Both the document and the destination folder must exist. Only documents in draft status can be moved; attempting to move documents in sent, completed, or other non-draft states will fail.\",\n input: PandadocMoveDocumentToFolderInput,\n output: PandadocMoveDocumentToFolderOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAClF,CAAC;AACD,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;AACjG,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -8,7 +8,7 @@ declare const PandadocMoveDocumentToFolderInput: z.ZodObject<{
8
8
  declare const PandadocMoveDocumentToFolderOutput: z.ZodObject<{
9
9
  status: z.ZodNullable<z.ZodString>;
10
10
  message: z.ZodNullable<z.ZodString>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const pandadocMoveDocumentToFolder: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  folder_id: string;
14
14
  document_id: string;
@@ -8,7 +8,7 @@ declare const PandadocMoveDocumentToFolderInput: z.ZodObject<{
8
8
  declare const PandadocMoveDocumentToFolderOutput: z.ZodObject<{
9
9
  status: z.ZodNullable<z.ZodString>;
10
10
  message: z.ZodNullable<z.ZodString>;
11
- }, z.core.$strip>;
11
+ }, z.core.$loose>;
12
12
  declare const pandadocMoveDocumentToFolder: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  folder_id: string;
14
14
  document_id: string;
@@ -11,7 +11,7 @@ const pandadocMoveDocumentToFolder = action("PANDADOC_MOVE_DOCUMENT_TO_FOLDER",
11
11
  output: z.object({
12
12
  status: z.string().describe("The status of the move operation").nullable(),
13
13
  message: z.string().describe("A message indicating the result of the move operation").nullable()
14
- })
14
+ }).passthrough()
15
15
  });
16
16
  //#endregion
17
17
  export { pandadocMoveDocumentToFolder };
@@ -1 +1 @@
1
- {"version":3,"file":"move-document-to-folder.mjs","names":[],"sources":["../../src/actions/move-document-to-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocMoveDocumentToFolderInput = z.object({\n folder_id: z.string().describe(\"The unique identifier of the destination folder\"),\n document_id: z.string().describe(\"The unique identifier of the document to move\"),\n});\nexport const PandadocMoveDocumentToFolderOutput = z.object({\n status: z.string().describe(\"The status of the move operation\").nullable(),\n message: z.string().describe(\"A message indicating the result of the move operation\").nullable(),\n});\n\nexport const pandadocMoveDocumentToFolder = action(\"PANDADOC_MOVE_DOCUMENT_TO_FOLDER\", {\n slug: \"pandadoc-move-document-to-folder\",\n name: \"Move Document to Folder\",\n description: \"This tool allows users to move a document to a specific folder within their PandaDoc account. It performs a POST request to move the document to the specified folder. Both the document and the destination folder must exist. Only documents in draft status can be moved; attempting to move documents in sent, completed, or other non-draft states will fail.\",\n input: PandadocMoveDocumentToFolderInput,\n output: PandadocMoveDocumentToFolderOutput,\n});\n"],"mappings":";;AAaA,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb+C,EAAE,OAAO;EACxD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAClF,CAUS;CACP,QAVgD,EAAE,OAAO;EACzD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACjG,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"move-document-to-folder.mjs","names":[],"sources":["../../src/actions/move-document-to-folder.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PandadocMoveDocumentToFolderInput = z.object({\n folder_id: z.string().describe(\"The unique identifier of the destination folder\"),\n document_id: z.string().describe(\"The unique identifier of the document to move\"),\n});\nexport const PandadocMoveDocumentToFolderOutput = z.object({\n status: z.string().describe(\"The status of the move operation\").nullable(),\n message: z.string().describe(\"A message indicating the result of the move operation\").nullable(),\n}).passthrough();\n\nexport const pandadocMoveDocumentToFolder = action(\"PANDADOC_MOVE_DOCUMENT_TO_FOLDER\", {\n slug: \"pandadoc-move-document-to-folder\",\n name: \"Move Document to Folder\",\n description: \"This tool allows users to move a document to a specific folder within their PandaDoc account. It performs a POST request to move the document to the specified folder. Both the document and the destination folder must exist. Only documents in draft status can be moved; attempting to move documents in sent, completed, or other non-draft states will fail.\",\n input: PandadocMoveDocumentToFolderInput,\n output: PandadocMoveDocumentToFolderOutput,\n});\n"],"mappings":";;AAaA,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb+C,EAAE,OAAO;EACxD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAClF,CAUS;CACP,QAVgD,EAAE,OAAO;EACzD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;EACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACjG,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const pandadocCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/pandadoc",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Your PandaDoc API key for authentication."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pandadocCatalog = {\n \"slug\": \"pandadoc\",\n \"name\": \"PandaDoc\",\n \"description\": \"PandaDoc offers document creation, e-signatures, and workflow automation, helping sales teams and businesses streamline proposals, contracts, and agreement processes\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/pandadoc\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your PandaDoc API key for authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pandadocCatalog = {\n \"slug\": \"pandadoc\",\n \"name\": \"PandaDoc\",\n \"description\": \"PandaDoc offers document creation, e-signatures, and workflow automation, helping sales teams and businesses streamline proposals, contracts, and agreement processes\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/pandadoc\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your PandaDoc API key for authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
@@ -9,7 +9,7 @@ declare const pandadocCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your PandaDoc API key for authentication.";
@@ -9,7 +9,7 @@ declare const pandadocCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your PandaDoc API key for authentication.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const pandadocCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/pandadoc",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "API Key",
13
13
  "secret": true,
14
14
  "description": "Your PandaDoc API key for authentication."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pandadocCatalog = {\n \"slug\": \"pandadoc\",\n \"name\": \"PandaDoc\",\n \"description\": \"PandaDoc offers document creation, e-signatures, and workflow automation, helping sales teams and businesses streamline proposals, contracts, and agreement processes\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/pandadoc\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your PandaDoc API key for authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,WAAW;EACT,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
1
+ {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pandadocCatalog = {\n \"slug\": \"pandadoc\",\n \"name\": \"PandaDoc\",\n \"description\": \"PandaDoc offers document creation, e-signatures, and workflow automation, helping sales teams and businesses streamline proposals, contracts, and agreement processes\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/pandadoc\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your PandaDoc API key for authentication.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,kBAAkB;CAC7B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/pandadoc",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"