@keystrokehq/pdfmonkey 0.1.3 → 0.1.5

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 (63) hide show
  1. package/dist/actions/create-document-sync.d.cts +13 -1
  2. package/dist/actions/create-document-sync.d.cts.map +1 -1
  3. package/dist/actions/create-document-sync.d.mts +13 -1
  4. package/dist/actions/create-document-sync.d.mts.map +1 -1
  5. package/dist/actions/create-document.d.cts +13 -1
  6. package/dist/actions/create-document.d.cts.map +1 -1
  7. package/dist/actions/create-document.d.mts +13 -1
  8. package/dist/actions/create-document.d.mts.map +1 -1
  9. package/dist/actions/create-template.d.cts +13 -1
  10. package/dist/actions/create-template.d.mts +13 -1
  11. package/dist/actions/delete-document.d.cts +13 -1
  12. package/dist/actions/delete-document.d.mts +13 -1
  13. package/dist/actions/delete-template.d.cts +13 -1
  14. package/dist/actions/delete-template.d.mts +13 -1
  15. package/dist/actions/download-document-file.d.cts +13 -1
  16. package/dist/actions/download-document-file.d.mts +13 -1
  17. package/dist/actions/get-current-user.d.cts +13 -1
  18. package/dist/actions/get-current-user.d.cts.map +1 -1
  19. package/dist/actions/get-current-user.d.mts +13 -1
  20. package/dist/actions/get-current-user.d.mts.map +1 -1
  21. package/dist/actions/get-document-card.d.cts +13 -1
  22. package/dist/actions/get-document-card.d.mts +13 -1
  23. package/dist/actions/get-document.d.cts +13 -1
  24. package/dist/actions/get-document.d.mts +13 -1
  25. package/dist/actions/get-template.d.cts +13 -1
  26. package/dist/actions/get-template.d.mts +13 -1
  27. package/dist/actions/list-document-cards.d.cts +13 -1
  28. package/dist/actions/list-document-cards.d.mts +13 -1
  29. package/dist/actions/list-pdf-engines.d.cts +13 -1
  30. package/dist/actions/list-pdf-engines.d.cts.map +1 -1
  31. package/dist/actions/list-pdf-engines.d.mts +13 -1
  32. package/dist/actions/list-pdf-engines.d.mts.map +1 -1
  33. package/dist/actions/list-templates.d.cts +13 -1
  34. package/dist/actions/list-templates.d.mts +13 -1
  35. package/dist/actions/list-workspaces.d.cts +13 -1
  36. package/dist/actions/list-workspaces.d.cts.map +1 -1
  37. package/dist/actions/list-workspaces.d.mts +13 -1
  38. package/dist/actions/list-workspaces.d.mts.map +1 -1
  39. package/dist/actions/preview-template.d.cts +13 -1
  40. package/dist/actions/preview-template.d.mts +13 -1
  41. package/dist/actions/update-document.d.cts +13 -1
  42. package/dist/actions/update-document.d.cts.map +1 -1
  43. package/dist/actions/update-document.d.mts +13 -1
  44. package/dist/actions/update-document.d.mts.map +1 -1
  45. package/dist/actions/update-template.d.cts +13 -1
  46. package/dist/actions/update-template.d.mts +13 -1
  47. package/dist/actions/view-public-share-link.d.cts +13 -1
  48. package/dist/actions/view-public-share-link.d.mts +13 -1
  49. package/dist/app.cjs +5 -2
  50. package/dist/app.cjs.map +1 -1
  51. package/dist/app.d.cts +9 -1
  52. package/dist/app.d.cts.map +1 -1
  53. package/dist/app.d.mts +9 -1
  54. package/dist/app.d.mts.map +1 -1
  55. package/dist/app.mjs +3 -1
  56. package/dist/app.mjs.map +1 -1
  57. package/dist/catalog.cjs +1 -1
  58. package/dist/catalog.cjs.map +1 -1
  59. package/dist/catalog.d.cts +1 -1
  60. package/dist/catalog.d.mts +1 -1
  61. package/dist/catalog.mjs +1 -1
  62. package/dist/catalog.mjs.map +1 -1
  63. package/package.json +1 -1
@@ -34,7 +34,19 @@ declare const pdfmonkeyCreateDocumentSync: import("@keystrokehq/action").Workflo
34
34
  status?: string | undefined;
35
35
  payload?: Record<string, unknown> | undefined;
36
36
  };
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { pdfmonkeyCreateDocumentSync };
40
52
  //# sourceMappingURL=create-document-sync.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-document-sync.d.cts","names":[],"sources":["../../src/actions/create-document-sync.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAwBhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA;;;WAMtC,MAAA;;cAAA,MAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"create-document-sync.d.cts","names":[],"sources":["../../src/actions/create-document-sync.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAwBhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
@@ -34,7 +34,19 @@ declare const pdfmonkeyCreateDocumentSync: import("@keystrokehq/action").Workflo
34
34
  status?: string | undefined;
35
35
  payload?: Record<string, unknown> | undefined;
36
36
  };
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { pdfmonkeyCreateDocumentSync };
40
52
  //# sourceMappingURL=create-document-sync.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-document-sync.d.mts","names":[],"sources":["../../src/actions/create-document-sync.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAwBhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA;;;WAMtC,MAAA;;cAAA,MAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"create-document-sync.d.mts","names":[],"sources":["../../src/actions/create-document-sync.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;cAwBhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA"}
@@ -51,7 +51,19 @@ declare const pdfmonkeyCreateDocument: import("@keystrokehq/action").WorkflowAct
51
51
  status?: "draft" | "pending" | undefined;
52
52
  payload?: string | Record<string, unknown> | undefined;
53
53
  };
54
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
54
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
55
+ connectionId: z.ZodString;
56
+ entityId: z.ZodString;
57
+ instanceId: z.ZodString;
58
+ }, z.core.$strip>, z.ZodObject<{
59
+ generic_api_key: z.ZodString;
60
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
61
+ connectionId: z.ZodString;
62
+ entityId: z.ZodString;
63
+ instanceId: z.ZodString;
64
+ }, z.core.$strip>, z.ZodObject<{
65
+ generic_api_key: z.ZodString;
66
+ }, z.core.$strip>>]>;
55
67
  //#endregion
56
68
  export { pdfmonkeyCreateDocument };
57
69
  //# sourceMappingURL=create-document.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-document.d.cts","names":[],"sources":["../../src/actions/create-document.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;cAgC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA;;;oBAMlC,MAAA;;uBAAA,MAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"create-document.d.cts","names":[],"sources":["../../src/actions/create-document.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;cAgC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA"}
@@ -51,7 +51,19 @@ declare const pdfmonkeyCreateDocument: import("@keystrokehq/action").WorkflowAct
51
51
  status?: "draft" | "pending" | undefined;
52
52
  payload?: string | Record<string, unknown> | undefined;
53
53
  };
54
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
54
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
55
+ connectionId: z.ZodString;
56
+ entityId: z.ZodString;
57
+ instanceId: z.ZodString;
58
+ }, z.core.$strip>, z.ZodObject<{
59
+ generic_api_key: z.ZodString;
60
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
61
+ connectionId: z.ZodString;
62
+ entityId: z.ZodString;
63
+ instanceId: z.ZodString;
64
+ }, z.core.$strip>, z.ZodObject<{
65
+ generic_api_key: z.ZodString;
66
+ }, z.core.$strip>>]>;
55
67
  //#endregion
56
68
  export { pdfmonkeyCreateDocument };
57
69
  //# sourceMappingURL=create-document.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-document.d.mts","names":[],"sources":["../../src/actions/create-document.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;cAgC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA;;;oBAMlC,MAAA;;uBAAA,MAAA;EAAA;AAAA"}
1
+ {"version":3,"file":"create-document.d.mts","names":[],"sources":["../../src/actions/create-document.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;cAgC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA"}
@@ -265,7 +265,19 @@ declare const pdfmonkeyCreateTemplate: import("@keystrokehq/action").WorkflowAct
265
265
  scss_style_draft?: string | undefined;
266
266
  sample_data_draft?: string | undefined;
267
267
  pdf_engine_draft_id?: string | undefined;
268
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
268
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
269
+ connectionId: z.ZodString;
270
+ entityId: z.ZodString;
271
+ instanceId: z.ZodString;
272
+ }, z.core.$strip>, z.ZodObject<{
273
+ generic_api_key: z.ZodString;
274
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
275
+ connectionId: z.ZodString;
276
+ entityId: z.ZodString;
277
+ instanceId: z.ZodString;
278
+ }, z.core.$strip>, z.ZodObject<{
279
+ generic_api_key: z.ZodString;
280
+ }, z.core.$strip>>]>;
269
281
  //#endregion
270
282
  export { pdfmonkeyCreateTemplate };
271
283
  //# sourceMappingURL=create-template.d.cts.map
@@ -265,7 +265,19 @@ declare const pdfmonkeyCreateTemplate: import("@keystrokehq/action").WorkflowAct
265
265
  scss_style_draft?: string | undefined;
266
266
  sample_data_draft?: string | undefined;
267
267
  pdf_engine_draft_id?: string | undefined;
268
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
268
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
269
+ connectionId: z.ZodString;
270
+ entityId: z.ZodString;
271
+ instanceId: z.ZodString;
272
+ }, z.core.$strip>, z.ZodObject<{
273
+ generic_api_key: z.ZodString;
274
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
275
+ connectionId: z.ZodString;
276
+ entityId: z.ZodString;
277
+ instanceId: z.ZodString;
278
+ }, z.core.$strip>, z.ZodObject<{
279
+ generic_api_key: z.ZodString;
280
+ }, z.core.$strip>>]>;
269
281
  //#endregion
270
282
  export { pdfmonkeyCreateTemplate };
271
283
  //# sourceMappingURL=create-template.d.mts.map
@@ -11,7 +11,19 @@ declare const PdfmonkeyDeleteDocumentOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const pdfmonkeyDeleteDocument: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  id: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { pdfmonkeyDeleteDocument };
17
29
  //# sourceMappingURL=delete-document.d.cts.map
@@ -11,7 +11,19 @@ declare const PdfmonkeyDeleteDocumentOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const pdfmonkeyDeleteDocument: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  id: string;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
21
+ connectionId: z.ZodString;
22
+ entityId: z.ZodString;
23
+ instanceId: z.ZodString;
24
+ }, z.core.$strip>, z.ZodObject<{
25
+ generic_api_key: z.ZodString;
26
+ }, z.core.$strip>>]>;
15
27
  //#endregion
16
28
  export { pdfmonkeyDeleteDocument };
17
29
  //# sourceMappingURL=delete-document.d.mts.map
@@ -7,7 +7,19 @@ declare const PdfmonkeyDeleteTemplateInput: z.ZodObject<{
7
7
  declare const PdfmonkeyDeleteTemplateOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const pdfmonkeyDeleteTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { pdfmonkeyDeleteTemplate };
13
25
  //# sourceMappingURL=delete-template.d.cts.map
@@ -7,7 +7,19 @@ declare const PdfmonkeyDeleteTemplateInput: z.ZodObject<{
7
7
  declare const PdfmonkeyDeleteTemplateOutput: z.ZodRecord<z.ZodString, z.ZodUnknown>;
8
8
  declare const pdfmonkeyDeleteTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
9
9
  id: string;
10
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
10
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
11
+ connectionId: z.ZodString;
12
+ entityId: z.ZodString;
13
+ instanceId: z.ZodString;
14
+ }, z.core.$strip>, z.ZodObject<{
15
+ generic_api_key: z.ZodString;
16
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>;
11
23
  //#endregion
12
24
  export { pdfmonkeyDeleteTemplate };
13
25
  //# sourceMappingURL=delete-template.d.mts.map
@@ -13,7 +13,19 @@ declare const PdfmonkeyDownloadDocumentFileOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const pdfmonkeyDownloadDocumentFile: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  download_url: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { pdfmonkeyDownloadDocumentFile };
19
31
  //# sourceMappingURL=download-document-file.d.cts.map
@@ -13,7 +13,19 @@ declare const PdfmonkeyDownloadDocumentFileOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const pdfmonkeyDownloadDocumentFile: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  download_url: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { pdfmonkeyDownloadDocumentFile };
19
31
  //# sourceMappingURL=download-document-file.d.mts.map
@@ -27,7 +27,19 @@ declare const PdfmonkeyGetCurrentUserOutput: z.ZodObject<{
27
27
  onboarding_completed_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
28
  }, z.core.$loose>>;
29
29
  }, z.core.$loose>;
30
- declare const pdfmonkeyGetCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ declare const pdfmonkeyGetCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>;
31
43
  //#endregion
32
44
  export { pdfmonkeyGetCurrentUser };
33
45
  //# sourceMappingURL=get-current-user.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-current-user.d.cts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAwB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-current-user.d.cts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAwB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -27,7 +27,19 @@ declare const PdfmonkeyGetCurrentUserOutput: z.ZodObject<{
27
27
  onboarding_completed_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
28
  }, z.core.$loose>>;
29
29
  }, z.core.$loose>;
30
- declare const pdfmonkeyGetCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
30
+ declare const pdfmonkeyGetCurrentUser: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ }, z.core.$strip>>]>;
31
43
  //#endregion
32
44
  export { pdfmonkeyGetCurrentUser };
33
45
  //# sourceMappingURL=get-current-user.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-current-user.d.mts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAwB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-current-user.d.mts","names":[],"sources":["../../src/actions/get-current-user.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAwB5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -24,7 +24,19 @@ declare const PdfmonkeyGetDocumentCardOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const pdfmonkeyGetDocumentCard: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  id: string;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { pdfmonkeyGetDocumentCard };
30
42
  //# sourceMappingURL=get-document-card.d.cts.map
@@ -24,7 +24,19 @@ declare const PdfmonkeyGetDocumentCardOutput: z.ZodObject<{
24
24
  }, z.core.$loose>;
25
25
  declare const pdfmonkeyGetDocumentCard: import("@keystrokehq/action").WorkflowActionDefinition<{
26
26
  id: string;
27
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
27
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
28
+ connectionId: z.ZodString;
29
+ entityId: z.ZodString;
30
+ instanceId: z.ZodString;
31
+ }, z.core.$strip>, z.ZodObject<{
32
+ generic_api_key: z.ZodString;
33
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
34
+ connectionId: z.ZodString;
35
+ entityId: z.ZodString;
36
+ instanceId: z.ZodString;
37
+ }, z.core.$strip>, z.ZodObject<{
38
+ generic_api_key: z.ZodString;
39
+ }, z.core.$strip>>]>;
28
40
  //#endregion
29
41
  export { pdfmonkeyGetDocumentCard };
30
42
  //# sourceMappingURL=get-document-card.d.mts.map
@@ -34,7 +34,19 @@ declare const PdfmonkeyGetDocumentOutput: z.ZodObject<{
34
34
  }, z.core.$loose>;
35
35
  declare const pdfmonkeyGetDocument: import("@keystrokehq/action").WorkflowActionDefinition<{
36
36
  id: string;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { pdfmonkeyGetDocument };
40
52
  //# sourceMappingURL=get-document.d.cts.map
@@ -34,7 +34,19 @@ declare const PdfmonkeyGetDocumentOutput: z.ZodObject<{
34
34
  }, z.core.$loose>;
35
35
  declare const pdfmonkeyGetDocument: import("@keystrokehq/action").WorkflowActionDefinition<{
36
36
  id: string;
37
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
37
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
38
+ connectionId: z.ZodString;
39
+ entityId: z.ZodString;
40
+ instanceId: z.ZodString;
41
+ }, z.core.$strip>, z.ZodObject<{
42
+ generic_api_key: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ }, z.core.$strip>>]>;
38
50
  //#endregion
39
51
  export { pdfmonkeyGetDocument };
40
52
  //# sourceMappingURL=get-document.d.mts.map
@@ -114,7 +114,19 @@ declare const PdfmonkeyGetTemplateOutput: z.ZodObject<{
114
114
  }, z.core.$loose>;
115
115
  declare const pdfmonkeyGetTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
116
116
  id: string;
117
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
117
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
118
+ connectionId: z.ZodString;
119
+ entityId: z.ZodString;
120
+ instanceId: z.ZodString;
121
+ }, z.core.$strip>, z.ZodObject<{
122
+ generic_api_key: z.ZodString;
123
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
124
+ connectionId: z.ZodString;
125
+ entityId: z.ZodString;
126
+ instanceId: z.ZodString;
127
+ }, z.core.$strip>, z.ZodObject<{
128
+ generic_api_key: z.ZodString;
129
+ }, z.core.$strip>>]>;
118
130
  //#endregion
119
131
  export { pdfmonkeyGetTemplate };
120
132
  //# sourceMappingURL=get-template.d.cts.map
@@ -114,7 +114,19 @@ declare const PdfmonkeyGetTemplateOutput: z.ZodObject<{
114
114
  }, z.core.$loose>;
115
115
  declare const pdfmonkeyGetTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
116
116
  id: string;
117
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
117
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
118
+ connectionId: z.ZodString;
119
+ entityId: z.ZodString;
120
+ instanceId: z.ZodString;
121
+ }, z.core.$strip>, z.ZodObject<{
122
+ generic_api_key: z.ZodString;
123
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
124
+ connectionId: z.ZodString;
125
+ entityId: z.ZodString;
126
+ instanceId: z.ZodString;
127
+ }, z.core.$strip>, z.ZodObject<{
128
+ generic_api_key: z.ZodString;
129
+ }, z.core.$strip>>]>;
118
130
  //#endregion
119
131
  export { pdfmonkeyGetTemplate };
120
132
  //# sourceMappingURL=get-template.d.mts.map
@@ -42,7 +42,19 @@ declare const pdfmonkeyListDocumentCards: import("@keystrokehq/action").Workflow
42
42
  workspace_id?: string | undefined;
43
43
  updated_since?: number | undefined;
44
44
  document_template_ids?: string[] | undefined;
45
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
46
+ connectionId: z.ZodString;
47
+ entityId: z.ZodString;
48
+ instanceId: z.ZodString;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ generic_api_key: z.ZodString;
51
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
46
58
  //#endregion
47
59
  export { pdfmonkeyListDocumentCards };
48
60
  //# sourceMappingURL=list-document-cards.d.cts.map
@@ -42,7 +42,19 @@ declare const pdfmonkeyListDocumentCards: import("@keystrokehq/action").Workflow
42
42
  workspace_id?: string | undefined;
43
43
  updated_since?: number | undefined;
44
44
  document_template_ids?: string[] | undefined;
45
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
45
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
46
+ connectionId: z.ZodString;
47
+ entityId: z.ZodString;
48
+ instanceId: z.ZodString;
49
+ }, z.core.$strip>, z.ZodObject<{
50
+ generic_api_key: z.ZodString;
51
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
52
+ connectionId: z.ZodString;
53
+ entityId: z.ZodString;
54
+ instanceId: z.ZodString;
55
+ }, z.core.$strip>, z.ZodObject<{
56
+ generic_api_key: z.ZodString;
57
+ }, z.core.$strip>>]>;
46
58
  //#endregion
47
59
  export { pdfmonkeyListDocumentCards };
48
60
  //# sourceMappingURL=list-document-cards.d.mts.map
@@ -16,7 +16,19 @@ declare const PdfmonkeyListPdfEnginesOutput: z.ZodObject<{
16
16
  deprecated_on: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
17
  }, z.core.$loose>>;
18
18
  }, z.core.$loose>;
19
- declare const pdfmonkeyListPdfEngines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ declare const pdfmonkeyListPdfEngines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { pdfmonkeyListPdfEngines };
22
34
  //# sourceMappingURL=list-pdf-engines.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-pdf-engines.d.cts","names":[],"sources":["../../src/actions/list-pdf-engines.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAa5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-pdf-engines.d.cts","names":[],"sources":["../../src/actions/list-pdf-engines.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAa5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -16,7 +16,19 @@ declare const PdfmonkeyListPdfEnginesOutput: z.ZodObject<{
16
16
  deprecated_on: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
17
  }, z.core.$loose>>;
18
18
  }, z.core.$loose>;
19
- declare const pdfmonkeyListPdfEngines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
19
+ declare const pdfmonkeyListPdfEngines: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
26
+ connectionId: z.ZodString;
27
+ entityId: z.ZodString;
28
+ instanceId: z.ZodString;
29
+ }, z.core.$strip>, z.ZodObject<{
30
+ generic_api_key: z.ZodString;
31
+ }, z.core.$strip>>]>;
20
32
  //#endregion
21
33
  export { pdfmonkeyListPdfEngines };
22
34
  //# sourceMappingURL=list-pdf-engines.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-pdf-engines.d.mts","names":[],"sources":["../../src/actions/list-pdf-engines.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAa5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-pdf-engines.d.mts","names":[],"sources":["../../src/actions/list-pdf-engines.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAa5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAK7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -39,7 +39,19 @@ declare const pdfmonkeyListTemplates: import("@keystrokehq/action").WorkflowActi
39
39
  page?: number | undefined;
40
40
  sort?: "created_at" | "updated_at" | "identifier" | undefined;
41
41
  folders?: string | undefined;
42
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
42
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ generic_api_key: z.ZodString;
48
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
49
+ connectionId: z.ZodString;
50
+ entityId: z.ZodString;
51
+ instanceId: z.ZodString;
52
+ }, z.core.$strip>, z.ZodObject<{
53
+ generic_api_key: z.ZodString;
54
+ }, z.core.$strip>>]>;
43
55
  //#endregion
44
56
  export { pdfmonkeyListTemplates };
45
57
  //# sourceMappingURL=list-templates.d.cts.map
@@ -39,7 +39,19 @@ declare const pdfmonkeyListTemplates: import("@keystrokehq/action").WorkflowActi
39
39
  page?: number | undefined;
40
40
  sort?: "created_at" | "updated_at" | "identifier" | undefined;
41
41
  folders?: string | undefined;
42
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
42
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
43
+ connectionId: z.ZodString;
44
+ entityId: z.ZodString;
45
+ instanceId: z.ZodString;
46
+ }, z.core.$strip>, z.ZodObject<{
47
+ generic_api_key: z.ZodString;
48
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
49
+ connectionId: z.ZodString;
50
+ entityId: z.ZodString;
51
+ instanceId: z.ZodString;
52
+ }, z.core.$strip>, z.ZodObject<{
53
+ generic_api_key: z.ZodString;
54
+ }, z.core.$strip>>]>;
43
55
  //#endregion
44
56
  export { pdfmonkeyListTemplates };
45
57
  //# sourceMappingURL=list-templates.d.mts.map
@@ -8,7 +8,19 @@ declare const PdfmonkeyListWorkspacesOutput: z.ZodObject<{
8
8
  name: z.ZodNullable<z.ZodString>;
9
9
  }, z.core.$loose>>;
10
10
  }, z.core.$loose>;
11
- declare const pdfmonkeyListWorkspaces: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
11
+ declare const pdfmonkeyListWorkspaces: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
12
+ connectionId: z.ZodString;
13
+ entityId: z.ZodString;
14
+ instanceId: z.ZodString;
15
+ }, z.core.$strip>, z.ZodObject<{
16
+ generic_api_key: z.ZodString;
17
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>;
12
24
  //#endregion
13
25
  export { pdfmonkeyListWorkspaces };
14
26
  //# sourceMappingURL=list-workspaces.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-workspaces.d.cts","names":[],"sources":["../../src/actions/list-workspaces.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-workspaces.d.cts","names":[],"sources":["../../src/actions/list-workspaces.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -8,7 +8,19 @@ declare const PdfmonkeyListWorkspacesOutput: z.ZodObject<{
8
8
  name: z.ZodNullable<z.ZodString>;
9
9
  }, z.core.$loose>>;
10
10
  }, z.core.$loose>;
11
- declare const pdfmonkeyListWorkspaces: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
11
+ declare const pdfmonkeyListWorkspaces: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
12
+ connectionId: z.ZodString;
13
+ entityId: z.ZodString;
14
+ instanceId: z.ZodString;
15
+ }, z.core.$strip>, z.ZodObject<{
16
+ generic_api_key: z.ZodString;
17
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
18
+ connectionId: z.ZodString;
19
+ entityId: z.ZodString;
20
+ instanceId: z.ZodString;
21
+ }, z.core.$strip>, z.ZodObject<{
22
+ generic_api_key: z.ZodString;
23
+ }, z.core.$strip>>]>;
12
24
  //#endregion
13
25
  export { pdfmonkeyListWorkspaces };
14
26
  //# sourceMappingURL=list-workspaces.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-workspaces.d.mts","names":[],"sources":["../../src/actions/list-workspaces.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-workspaces.d.mts","names":[],"sources":["../../src/actions/list-workspaces.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAK5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
@@ -13,7 +13,19 @@ declare const PdfmonkeyPreviewTemplateOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const pdfmonkeyPreviewTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  preview_url: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { pdfmonkeyPreviewTemplate };
19
31
  //# sourceMappingURL=preview-template.d.cts.map
@@ -13,7 +13,19 @@ declare const PdfmonkeyPreviewTemplateOutput: z.ZodObject<{
13
13
  }, z.core.$loose>;
14
14
  declare const pdfmonkeyPreviewTemplate: import("@keystrokehq/action").WorkflowActionDefinition<{
15
15
  preview_url: string;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { pdfmonkeyPreviewTemplate };
19
31
  //# sourceMappingURL=preview-template.d.mts.map
@@ -49,7 +49,19 @@ declare const pdfmonkeyUpdateDocument: import("@keystrokehq/action").WorkflowAct
49
49
  payload?: string | Record<string, unknown> | undefined;
50
50
  document_template_id?: string | undefined;
51
51
  };
52
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
52
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
53
+ connectionId: z.ZodString;
54
+ entityId: z.ZodString;
55
+ instanceId: z.ZodString;
56
+ }, z.core.$strip>, z.ZodObject<{
57
+ generic_api_key: z.ZodString;
58
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
59
+ connectionId: z.ZodString;
60
+ entityId: z.ZodString;
61
+ instanceId: z.ZodString;
62
+ }, z.core.$strip>, z.ZodObject<{
63
+ generic_api_key: z.ZodString;
64
+ }, z.core.$strip>>]>;
53
65
  //#endregion
54
66
  export { pdfmonkeyUpdateDocument };
55
67
  //# sourceMappingURL=update-document.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-document.d.cts","names":[],"sources":["../../src/actions/update-document.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAiC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA;;;oBAMlC,MAAA;;uBAAA,MAAA"}
1
+ {"version":3,"file":"update-document.d.cts","names":[],"sources":["../../src/actions/update-document.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAiC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA"}
@@ -49,7 +49,19 @@ declare const pdfmonkeyUpdateDocument: import("@keystrokehq/action").WorkflowAct
49
49
  payload?: string | Record<string, unknown> | undefined;
50
50
  document_template_id?: string | undefined;
51
51
  };
52
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
52
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
53
+ connectionId: z.ZodString;
54
+ entityId: z.ZodString;
55
+ instanceId: z.ZodString;
56
+ }, z.core.$strip>, z.ZodObject<{
57
+ generic_api_key: z.ZodString;
58
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
59
+ connectionId: z.ZodString;
60
+ entityId: z.ZodString;
61
+ instanceId: z.ZodString;
62
+ }, z.core.$strip>, z.ZodObject<{
63
+ generic_api_key: z.ZodString;
64
+ }, z.core.$strip>>]>;
53
65
  //#endregion
54
66
  export { pdfmonkeyUpdateDocument };
55
67
  //# sourceMappingURL=update-document.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"update-document.d.mts","names":[],"sources":["../../src/actions/update-document.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAiC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA;;;oBAMlC,MAAA;;uBAAA,MAAA"}
1
+ {"version":3,"file":"update-document.d.mts","names":[],"sources":["../../src/actions/update-document.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;cAiC5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA"}
@@ -261,7 +261,19 @@ declare const pdfmonkeyUpdateTemplate: import("@keystrokehq/action").WorkflowAct
261
261
  sample_data_draft?: string | undefined;
262
262
  template_folder_id?: string | undefined;
263
263
  pdf_engine_draft_id?: string | undefined;
264
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
264
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
265
+ connectionId: z.ZodString;
266
+ entityId: z.ZodString;
267
+ instanceId: z.ZodString;
268
+ }, z.core.$strip>, z.ZodObject<{
269
+ generic_api_key: z.ZodString;
270
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
271
+ connectionId: z.ZodString;
272
+ entityId: z.ZodString;
273
+ instanceId: z.ZodString;
274
+ }, z.core.$strip>, z.ZodObject<{
275
+ generic_api_key: z.ZodString;
276
+ }, z.core.$strip>>]>;
265
277
  //#endregion
266
278
  export { pdfmonkeyUpdateTemplate };
267
279
  //# sourceMappingURL=update-template.d.cts.map
@@ -261,7 +261,19 @@ declare const pdfmonkeyUpdateTemplate: import("@keystrokehq/action").WorkflowAct
261
261
  sample_data_draft?: string | undefined;
262
262
  template_folder_id?: string | undefined;
263
263
  pdf_engine_draft_id?: string | undefined;
264
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
264
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
265
+ connectionId: z.ZodString;
266
+ entityId: z.ZodString;
267
+ instanceId: z.ZodString;
268
+ }, z.core.$strip>, z.ZodObject<{
269
+ generic_api_key: z.ZodString;
270
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
271
+ connectionId: z.ZodString;
272
+ entityId: z.ZodString;
273
+ instanceId: z.ZodString;
274
+ }, z.core.$strip>, z.ZodObject<{
275
+ generic_api_key: z.ZodString;
276
+ }, z.core.$strip>>]>;
265
277
  //#endregion
266
278
  export { pdfmonkeyUpdateTemplate };
267
279
  //# sourceMappingURL=update-template.d.mts.map
@@ -13,7 +13,19 @@ declare const pdfmonkeyViewPublicShareLink: import("@keystrokehq/action").Workfl
13
13
  token: string;
14
14
  filename: string;
15
15
  public_share_url?: string | undefined;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { pdfmonkeyViewPublicShareLink };
19
31
  //# sourceMappingURL=view-public-share-link.d.cts.map
@@ -13,7 +13,19 @@ declare const pdfmonkeyViewPublicShareLink: import("@keystrokehq/action").Workfl
13
13
  token: string;
14
14
  filename: string;
15
15
  public_share_url?: string | undefined;
16
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
17
+ connectionId: z.ZodString;
18
+ entityId: z.ZodString;
19
+ instanceId: z.ZodString;
20
+ }, z.core.$strip>, z.ZodObject<{
21
+ generic_api_key: z.ZodString;
22
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
23
+ connectionId: z.ZodString;
24
+ entityId: z.ZodString;
25
+ instanceId: z.ZodString;
26
+ }, z.core.$strip>, z.ZodObject<{
27
+ generic_api_key: z.ZodString;
28
+ }, z.core.$strip>>]>;
17
29
  //#endregion
18
30
  export { pdfmonkeyViewPublicShareLink };
19
31
  //# sourceMappingURL=view-public-share-link.d.mts.map
package/dist/app.cjs CHANGED
@@ -1,7 +1,10 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const pdfmonkey = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const pdfmonkey = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "pdfmonkey",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: zod.z.string() }
5
8
  });
6
9
  //#endregion
7
10
  exports.pdfmonkey = pdfmonkey;
package/dist/app.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const pdfmonkey = defineApp({\n slug: \"pdfmonkey\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const pdfmonkey = defineApp({\n slug: \"pdfmonkey\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,aAAA,GAAA,2BAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const pdfmonkey: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const pdfmonkey: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { pdfmonkey };
5
13
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,13 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const pdfmonkey: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const pdfmonkey: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"pdfmonkey", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ }, z.core.$strip>>>;
3
11
  //#endregion
4
12
  export { pdfmonkey };
5
13
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,SAAA,6BAAS,GAAA,+BAAA,UAAA,cAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,10 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const pdfmonkey = defineApp({
4
5
  slug: "pdfmonkey",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: { generic_api_key: z.string() }
6
8
  });
7
9
  //#endregion
8
10
  export { pdfmonkey };
package/dist/app.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const pdfmonkey = defineApp({\n slug: \"pdfmonkey\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const pdfmonkey = defineApp({\n slug: \"pdfmonkey\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -8,7 +8,7 @@ const pdfmonkeyCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/pdfmonkey",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "PDFMonkey API Secret Key",
13
13
  "secret": true,
14
14
  "description": "Your API Secret Key obtained from the PDFMonkey dashboard."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pdfmonkeyCatalog = {\n \"slug\": \"pdfmonkey\",\n \"name\": \"PDFMonkey\",\n \"description\": \"PDFMonkey is a service that automates the generation of PDF documents from templates, allowing users to create professional PDFs programmatically.\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/pdfmonkey\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"PDFMonkey API Secret Key\",\n \"secret\": true,\n \"description\": \"Your API Secret Key obtained from the PDFMonkey dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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 pdfmonkeyCatalog = {\n \"slug\": \"pdfmonkey\",\n \"name\": \"PDFMonkey\",\n \"description\": \"PDFMonkey is a service that automates the generation of PDF documents from templates, allowing users to create professional PDFs programmatically.\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/pdfmonkey\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"PDFMonkey API Secret Key\",\n \"secret\": true,\n \"description\": \"Your API Secret Key obtained from the PDFMonkey dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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 pdfmonkeyCatalog: {
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: "PDFMonkey API Secret Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your API Secret Key obtained from the PDFMonkey dashboard.";
@@ -9,7 +9,7 @@ declare const pdfmonkeyCatalog: {
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: "PDFMonkey API Secret Key";
14
14
  readonly secret: true;
15
15
  readonly description: "Your API Secret Key obtained from the PDFMonkey dashboard.";
package/dist/catalog.mjs CHANGED
@@ -8,7 +8,7 @@ const pdfmonkeyCatalog = {
8
8
  "logo": "https://logos.composio.dev/api/pdfmonkey",
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
- "credentialFields": { "api_key": {
11
+ "credentialFields": { "generic_api_key": {
12
12
  "label": "PDFMonkey API Secret Key",
13
13
  "secret": true,
14
14
  "description": "Your API Secret Key obtained from the PDFMonkey dashboard."
@@ -1 +1 @@
1
- {"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const pdfmonkeyCatalog = {\n \"slug\": \"pdfmonkey\",\n \"name\": \"PDFMonkey\",\n \"description\": \"PDFMonkey is a service that automates the generation of PDF documents from templates, allowing users to create professional PDFs programmatically.\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/pdfmonkey\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"api_key\": {\n \"label\": \"PDFMonkey API Secret Key\",\n \"secret\": true,\n \"description\": \"Your API Secret Key obtained from the PDFMonkey dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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 pdfmonkeyCatalog = {\n \"slug\": \"pdfmonkey\",\n \"name\": \"PDFMonkey\",\n \"description\": \"PDFMonkey is a service that automates the generation of PDF documents from templates, allowing users to create professional PDFs programmatically.\",\n \"category\": \"Documents\",\n \"logo\": \"https://logos.composio.dev/api/pdfmonkey\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"PDFMonkey API Secret Key\",\n \"secret\": true,\n \"description\": \"Your API Secret Key obtained from the PDFMonkey dashboard.\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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/pdfmonkey",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"