@keystrokehq/promptmate_io 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (122) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/create-webhook.cjs +30 -0
  7. package/dist/actions/create-webhook.cjs.map +1 -0
  8. package/dist/actions/create-webhook.d.cts +9 -0
  9. package/dist/actions/create-webhook.d.cts.map +1 -0
  10. package/dist/actions/create-webhook.d.mts +9 -0
  11. package/dist/actions/create-webhook.d.mts.map +1 -0
  12. package/dist/actions/create-webhook.mjs +29 -0
  13. package/dist/actions/create-webhook.mjs.map +1 -0
  14. package/dist/actions/delete-webhook.cjs +20 -0
  15. package/dist/actions/delete-webhook.cjs.map +1 -0
  16. package/dist/actions/delete-webhook.d.cts +9 -0
  17. package/dist/actions/delete-webhook.d.cts.map +1 -0
  18. package/dist/actions/delete-webhook.d.mts +9 -0
  19. package/dist/actions/delete-webhook.d.mts.map +1 -0
  20. package/dist/actions/delete-webhook.mjs +17 -0
  21. package/dist/actions/delete-webhook.mjs.map +1 -0
  22. package/dist/actions/get-app-job.cjs +35 -0
  23. package/dist/actions/get-app-job.cjs.map +1 -0
  24. package/dist/actions/get-app-job.d.cts +9 -0
  25. package/dist/actions/get-app-job.d.cts.map +1 -0
  26. package/dist/actions/get-app-job.d.mts +9 -0
  27. package/dist/actions/get-app-job.d.mts.map +1 -0
  28. package/dist/actions/get-app-job.mjs +34 -0
  29. package/dist/actions/get-app-job.mjs.map +1 -0
  30. package/dist/actions/get-user-info.cjs +19 -0
  31. package/dist/actions/get-user-info.cjs.map +1 -0
  32. package/dist/actions/get-user-info.d.cts +9 -0
  33. package/dist/actions/get-user-info.d.cts.map +1 -0
  34. package/dist/actions/get-user-info.d.mts +9 -0
  35. package/dist/actions/get-user-info.d.mts.map +1 -0
  36. package/dist/actions/get-user-info.mjs +16 -0
  37. package/dist/actions/get-user-info.mjs.map +1 -0
  38. package/dist/actions/index.cjs +23 -0
  39. package/dist/actions/index.d.cts +12 -0
  40. package/dist/actions/index.d.mts +12 -0
  41. package/dist/actions/index.mjs +12 -0
  42. package/dist/actions/list-apps.cjs +24 -0
  43. package/dist/actions/list-apps.cjs.map +1 -0
  44. package/dist/actions/list-apps.d.cts +9 -0
  45. package/dist/actions/list-apps.d.cts.map +1 -0
  46. package/dist/actions/list-apps.d.mts +9 -0
  47. package/dist/actions/list-apps.d.mts.map +1 -0
  48. package/dist/actions/list-apps.mjs +23 -0
  49. package/dist/actions/list-apps.mjs.map +1 -0
  50. package/dist/actions/list-countries.cjs +16 -0
  51. package/dist/actions/list-countries.cjs.map +1 -0
  52. package/dist/actions/list-countries.d.cts +9 -0
  53. package/dist/actions/list-countries.d.cts.map +1 -0
  54. package/dist/actions/list-countries.d.mts +9 -0
  55. package/dist/actions/list-countries.d.mts.map +1 -0
  56. package/dist/actions/list-countries.mjs +13 -0
  57. package/dist/actions/list-countries.mjs.map +1 -0
  58. package/dist/actions/list-languages.cjs +16 -0
  59. package/dist/actions/list-languages.cjs.map +1 -0
  60. package/dist/actions/list-languages.d.cts +9 -0
  61. package/dist/actions/list-languages.d.cts.map +1 -0
  62. package/dist/actions/list-languages.d.mts +9 -0
  63. package/dist/actions/list-languages.d.mts.map +1 -0
  64. package/dist/actions/list-languages.mjs +13 -0
  65. package/dist/actions/list-languages.mjs.map +1 -0
  66. package/dist/actions/list-projects.cjs +20 -0
  67. package/dist/actions/list-projects.cjs.map +1 -0
  68. package/dist/actions/list-projects.d.cts +9 -0
  69. package/dist/actions/list-projects.d.cts.map +1 -0
  70. package/dist/actions/list-projects.d.mts +9 -0
  71. package/dist/actions/list-projects.d.mts.map +1 -0
  72. package/dist/actions/list-projects.mjs +19 -0
  73. package/dist/actions/list-projects.mjs.map +1 -0
  74. package/dist/actions/list-templates.cjs +35 -0
  75. package/dist/actions/list-templates.cjs.map +1 -0
  76. package/dist/actions/list-templates.d.cts +9 -0
  77. package/dist/actions/list-templates.d.cts.map +1 -0
  78. package/dist/actions/list-templates.d.mts +9 -0
  79. package/dist/actions/list-templates.d.mts.map +1 -0
  80. package/dist/actions/list-templates.mjs +34 -0
  81. package/dist/actions/list-templates.mjs.map +1 -0
  82. package/dist/actions/list-webhooks.cjs +27 -0
  83. package/dist/actions/list-webhooks.cjs.map +1 -0
  84. package/dist/actions/list-webhooks.d.cts +9 -0
  85. package/dist/actions/list-webhooks.d.cts.map +1 -0
  86. package/dist/actions/list-webhooks.d.mts +9 -0
  87. package/dist/actions/list-webhooks.d.mts.map +1 -0
  88. package/dist/actions/list-webhooks.mjs +26 -0
  89. package/dist/actions/list-webhooks.mjs.map +1 -0
  90. package/dist/actions/use-template.cjs +23 -0
  91. package/dist/actions/use-template.cjs.map +1 -0
  92. package/dist/actions/use-template.d.cts +9 -0
  93. package/dist/actions/use-template.d.cts.map +1 -0
  94. package/dist/actions/use-template.d.mts +9 -0
  95. package/dist/actions/use-template.d.mts.map +1 -0
  96. package/dist/actions/use-template.mjs +20 -0
  97. package/dist/actions/use-template.mjs.map +1 -0
  98. package/dist/app.cjs +9 -0
  99. package/dist/app.cjs.map +1 -0
  100. package/dist/app.d.cts +5 -0
  101. package/dist/app.d.cts.map +1 -0
  102. package/dist/app.d.mts +5 -0
  103. package/dist/app.d.mts.map +1 -0
  104. package/dist/app.mjs +10 -0
  105. package/dist/app.mjs.map +1 -0
  106. package/dist/catalog.cjs +15 -0
  107. package/dist/catalog.cjs.map +1 -0
  108. package/dist/catalog.d.cts +14 -0
  109. package/dist/catalog.d.cts.map +1 -0
  110. package/dist/catalog.d.mts +14 -0
  111. package/dist/catalog.d.mts.map +1 -0
  112. package/dist/catalog.mjs +15 -0
  113. package/dist/catalog.mjs.map +1 -0
  114. package/dist/execute.cjs +18 -0
  115. package/dist/execute.cjs.map +1 -0
  116. package/dist/execute.mjs +18 -0
  117. package/dist/execute.mjs.map +1 -0
  118. package/dist/index.cjs +28 -0
  119. package/dist/index.d.cts +14 -0
  120. package/dist/index.d.mts +14 -0
  121. package/dist/index.mjs +15 -0
  122. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/promptmate_io
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `promptmate_io`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 11
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { promptmateIoCreateWebhook } from "@keystrokehq/promptmate_io/actions";
12
+
13
+ export default defineAgent({
14
+ key: "promptmate_io-agent",
15
+ tools: [promptmateIoCreateWebhook],
16
+ });
17
+ ```
@@ -0,0 +1,21 @@
1
+ const require_app = require("./app.cjs");
2
+ const require_execute = require("./execute.cjs");
3
+ require("zod");
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return require_app.promptmateIo.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await require_execute.executePromptmateIoTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ exports.action = action;
20
+
21
+ //# sourceMappingURL=action.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.cjs","names":["promptmateIo","executePromptmateIoTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { promptmateIo } from \"./app\";\nimport { executePromptmateIoTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return promptmateIo.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePromptmateIoTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,aAAa,OAAO;EACzB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,wBAAwB,MAAM,KAAgC,CAAC;EAC/F;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { promptmateIo } from "./app.mjs";
2
+ import { executePromptmateIoTool } from "./execute.mjs";
3
+ import "zod";
4
+ //#region src/action.ts
5
+ /** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */
6
+ function action(tool, def) {
7
+ return promptmateIo.action({
8
+ slug: def.slug,
9
+ name: def.name,
10
+ description: def.description,
11
+ input: def.input,
12
+ output: def.output,
13
+ async run(input) {
14
+ return def.output.parse(await executePromptmateIoTool(tool, input));
15
+ }
16
+ });
17
+ }
18
+ //#endregion
19
+ export { action };
20
+
21
+ //# sourceMappingURL=action.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"action.mjs","names":[],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { promptmateIo } from \"./app\";\nimport { executePromptmateIoTool } from \"./execute\";\n\n/** Bind one gateway tool to a typed app action; the call's output is parsed against `def.output`. */\nexport function action(\n tool: string,\n def: {\n slug: string;\n name: string;\n description: string;\n input: z.ZodTypeAny;\n output: z.ZodTypeAny;\n },\n) {\n return promptmateIo.action({\n slug: def.slug,\n name: def.name,\n description: def.description,\n input: def.input,\n output: def.output,\n async run(input) {\n return def.output.parse(await executePromptmateIoTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,aAAa,OAAO;EACzB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,wBAAwB,MAAM,KAAgC,CAAC;EAC/F;CACF,CAAC;AACH"}
@@ -0,0 +1,30 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-webhook.ts
4
+ const PromptmateIoCreateWebhookInput = zod.z.object({
5
+ endpointUrl: zod.z.string().describe("The HTTP(S) URL where Promptmate will send webhook POST callbacks."),
6
+ webhookName: zod.z.string().describe("Optional friendly name for the webhook.").optional(),
7
+ webhookType: zod.z.enum(["job", "row"]).describe("Type of events to subscribe to ('job' or 'row').").optional(),
8
+ restrictedAppIds: zod.z.array(zod.z.string()).describe("List of Promptmate app IDs that are allowed to trigger this webhook.").optional(),
9
+ webhookReference: zod.z.string().describe("Client-defined identifier for correlation or de-duplication.").optional()
10
+ }).describe("Request body for creating a new webhook in Promptmate.io.");
11
+ const PromptmateIoCreateWebhook_WebhookDetailSchema = zod.z.object({
12
+ webhookId: zod.z.string().describe("System-assigned unique identifier for the webhook."),
13
+ endpointUrl: zod.z.string().describe("Callback URL for webhook events."),
14
+ webhookName: zod.z.string().describe("Name of the webhook.").nullable().optional(),
15
+ webhookType: zod.z.enum(["job", "row"]).describe("Subscribed event type ('job' or 'row').").nullable().optional(),
16
+ restrictedAppIds: zod.z.array(zod.z.string()).describe("App IDs that can trigger this webhook.").nullable().optional(),
17
+ webhookReference: zod.z.string().describe("Client-provided reference identifier.").nullable().optional()
18
+ }).describe("Representation of a created Promptmate.io webhook detail.");
19
+ const PromptmateIoCreateWebhookOutput = zod.z.object({ details: zod.z.array(PromptmateIoCreateWebhook_WebhookDetailSchema).describe("List of created webhook details.") }).describe("Response schema for a newly created webhook. Returns a list of webhook details.");
20
+ const promptmateIoCreateWebhook = require_action.action("PROMPTMATE_IO_CREATE_WEBHOOK", {
21
+ slug: "promptmate_io-create-webhook",
22
+ name: "Create webhook",
23
+ description: "Tool to create a new webhook. Use when you need to subscribe an endpoint URL to job or row events.",
24
+ input: PromptmateIoCreateWebhookInput,
25
+ output: PromptmateIoCreateWebhookOutput
26
+ });
27
+ //#endregion
28
+ exports.promptmateIoCreateWebhook = promptmateIoCreateWebhook;
29
+
30
+ //# sourceMappingURL=create-webhook.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-webhook.cjs","names":["z","action"],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoCreateWebhookInput: z.ZodTypeAny = z.object({\n endpointUrl: z.string().describe(\"The HTTP(S) URL where Promptmate will send webhook POST callbacks.\"),\n webhookName: z.string().describe(\"Optional friendly name for the webhook.\").optional(),\n webhookType: z.enum([\"job\", \"row\"]).describe(\"Type of events to subscribe to ('job' or 'row').\").optional(),\n restrictedAppIds: z.array(z.string()).describe(\"List of Promptmate app IDs that are allowed to trigger this webhook.\").optional(),\n webhookReference: z.string().describe(\"Client-defined identifier for correlation or de-duplication.\").optional(),\n}).describe(\"Request body for creating a new webhook in Promptmate.io.\");\nconst PromptmateIoCreateWebhook_WebhookDetailSchema: z.ZodTypeAny = z.object({\n webhookId: z.string().describe(\"System-assigned unique identifier for the webhook.\"),\n endpointUrl: z.string().describe(\"Callback URL for webhook events.\"),\n webhookName: z.string().describe(\"Name of the webhook.\").nullable().optional(),\n webhookType: z.enum([\"job\", \"row\"]).describe(\"Subscribed event type ('job' or 'row').\").nullable().optional(),\n restrictedAppIds: z.array(z.string()).describe(\"App IDs that can trigger this webhook.\").nullable().optional(),\n webhookReference: z.string().describe(\"Client-provided reference identifier.\").nullable().optional(),\n}).describe(\"Representation of a created Promptmate.io webhook detail.\");\nexport const PromptmateIoCreateWebhookOutput: z.ZodTypeAny = z.object({\n details: z.array(PromptmateIoCreateWebhook_WebhookDetailSchema).describe(\"List of created webhook details.\"),\n}).describe(\"Response schema for a newly created webhook. Returns a list of webhook details.\");\n\nexport const promptmateIoCreateWebhook = action(\"PROMPTMATE_IO_CREATE_WEBHOOK\", {\n slug: \"promptmate_io-create-webhook\",\n name: \"Create webhook\",\n description: \"Tool to create a new webhook. Use when you need to subscribe an endpoint URL to job or row events.\",\n input: PromptmateIoCreateWebhookInput,\n output: PromptmateIoCreateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACrG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACrF,aAAaA,IAAAA,EAAE,KAAK,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC1G,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAChI,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACnE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,aAAaA,IAAAA,EAAE,KAAK,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,SAASA,IAAAA,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,kCAAkC,EAC7G,CAAC,CAAC,CAAC,SAAS,iFAAiF;AAE7F,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-webhook.d.ts
4
+ declare const PromptmateIoCreateWebhookInput: z.ZodTypeAny;
5
+ declare const PromptmateIoCreateWebhookOutput: z.ZodTypeAny;
6
+ declare const promptmateIoCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoCreateWebhook };
9
+ //# sourceMappingURL=create-webhook.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-webhook.d.cts","names":[],"sources":["../../src/actions/create-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAMyB;AAAA,cAS3D,+BAAA,EAAiC,CAAA,CAAE,UAE8C;AAAA,cAEjF,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-webhook.d.ts
4
+ declare const PromptmateIoCreateWebhookInput: z.ZodTypeAny;
5
+ declare const PromptmateIoCreateWebhookOutput: z.ZodTypeAny;
6
+ declare const promptmateIoCreateWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoCreateWebhook };
9
+ //# sourceMappingURL=create-webhook.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-webhook.d.mts","names":[],"sources":["../../src/actions/create-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAMyB;AAAA,cAS3D,+BAAA,EAAiC,CAAA,CAAE,UAE8C;AAAA,cAEjF,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,29 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-webhook.ts
4
+ const PromptmateIoCreateWebhookInput = z.object({
5
+ endpointUrl: z.string().describe("The HTTP(S) URL where Promptmate will send webhook POST callbacks."),
6
+ webhookName: z.string().describe("Optional friendly name for the webhook.").optional(),
7
+ webhookType: z.enum(["job", "row"]).describe("Type of events to subscribe to ('job' or 'row').").optional(),
8
+ restrictedAppIds: z.array(z.string()).describe("List of Promptmate app IDs that are allowed to trigger this webhook.").optional(),
9
+ webhookReference: z.string().describe("Client-defined identifier for correlation or de-duplication.").optional()
10
+ }).describe("Request body for creating a new webhook in Promptmate.io.");
11
+ const PromptmateIoCreateWebhook_WebhookDetailSchema = z.object({
12
+ webhookId: z.string().describe("System-assigned unique identifier for the webhook."),
13
+ endpointUrl: z.string().describe("Callback URL for webhook events."),
14
+ webhookName: z.string().describe("Name of the webhook.").nullable().optional(),
15
+ webhookType: z.enum(["job", "row"]).describe("Subscribed event type ('job' or 'row').").nullable().optional(),
16
+ restrictedAppIds: z.array(z.string()).describe("App IDs that can trigger this webhook.").nullable().optional(),
17
+ webhookReference: z.string().describe("Client-provided reference identifier.").nullable().optional()
18
+ }).describe("Representation of a created Promptmate.io webhook detail.");
19
+ const promptmateIoCreateWebhook = action("PROMPTMATE_IO_CREATE_WEBHOOK", {
20
+ slug: "promptmate_io-create-webhook",
21
+ name: "Create webhook",
22
+ description: "Tool to create a new webhook. Use when you need to subscribe an endpoint URL to job or row events.",
23
+ input: PromptmateIoCreateWebhookInput,
24
+ output: z.object({ details: z.array(PromptmateIoCreateWebhook_WebhookDetailSchema).describe("List of created webhook details.") }).describe("Response schema for a newly created webhook. Returns a list of webhook details.")
25
+ });
26
+ //#endregion
27
+ export { promptmateIoCreateWebhook };
28
+
29
+ //# sourceMappingURL=create-webhook.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-webhook.mjs","names":[],"sources":["../../src/actions/create-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoCreateWebhookInput: z.ZodTypeAny = z.object({\n endpointUrl: z.string().describe(\"The HTTP(S) URL where Promptmate will send webhook POST callbacks.\"),\n webhookName: z.string().describe(\"Optional friendly name for the webhook.\").optional(),\n webhookType: z.enum([\"job\", \"row\"]).describe(\"Type of events to subscribe to ('job' or 'row').\").optional(),\n restrictedAppIds: z.array(z.string()).describe(\"List of Promptmate app IDs that are allowed to trigger this webhook.\").optional(),\n webhookReference: z.string().describe(\"Client-defined identifier for correlation or de-duplication.\").optional(),\n}).describe(\"Request body for creating a new webhook in Promptmate.io.\");\nconst PromptmateIoCreateWebhook_WebhookDetailSchema: z.ZodTypeAny = z.object({\n webhookId: z.string().describe(\"System-assigned unique identifier for the webhook.\"),\n endpointUrl: z.string().describe(\"Callback URL for webhook events.\"),\n webhookName: z.string().describe(\"Name of the webhook.\").nullable().optional(),\n webhookType: z.enum([\"job\", \"row\"]).describe(\"Subscribed event type ('job' or 'row').\").nullable().optional(),\n restrictedAppIds: z.array(z.string()).describe(\"App IDs that can trigger this webhook.\").nullable().optional(),\n webhookReference: z.string().describe(\"Client-provided reference identifier.\").nullable().optional(),\n}).describe(\"Representation of a created Promptmate.io webhook detail.\");\nexport const PromptmateIoCreateWebhookOutput: z.ZodTypeAny = z.object({\n details: z.array(PromptmateIoCreateWebhook_WebhookDetailSchema).describe(\"List of created webhook details.\"),\n}).describe(\"Response schema for a newly created webhook. Returns a list of webhook details.\");\n\nexport const promptmateIoCreateWebhook = action(\"PROMPTMATE_IO_CREATE_WEBHOOK\", {\n slug: \"promptmate_io-create-webhook\",\n name: \"Create webhook\",\n description: \"Tool to create a new webhook. Use when you need to subscribe an endpoint URL to job or row events.\",\n input: PromptmateIoCreateWebhookInput,\n output: PromptmateIoCreateWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,oEAAoE;CACrG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACrF,aAAa,EAAE,KAAK,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC1G,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CAChI,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;AACjH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAM,gDAA8D,EAAE,OAAO;CAC3E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CACnE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,aAAa,EAAE,KAAK,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACrG,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,SAAS,EAAE,MAAM,6CAA6C,CAAC,CAAC,SAAS,kCAAkC,EAC7G,CAAC,CAAC,CAAC,SAAS,iFAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/delete-webhook.ts
4
+ const PromptmateIoDeleteWebhookInput = zod.z.object({ webhook_id: zod.z.string().describe("Unique identifier of the webhook to delete") });
5
+ const PromptmateIoDeleteWebhookOutput = zod.z.object({
6
+ error: zod.z.string().describe("Error message if deletion failed").nullable().optional(),
7
+ message: zod.z.string().describe("A message detailing the outcome"),
8
+ success: zod.z.boolean().describe("Indicates if the deletion was successful")
9
+ });
10
+ const promptmateIoDeleteWebhook = require_action.action("PROMPTMATE_IO_DELETE_WEBHOOK", {
11
+ slug: "promptmate_io-delete-webhook",
12
+ name: "Delete Webhook",
13
+ description: "Tool to delete a webhook by its unique ID. Use after confirming the webhookId to remove.",
14
+ input: PromptmateIoDeleteWebhookInput,
15
+ output: PromptmateIoDeleteWebhookOutput
16
+ });
17
+ //#endregion
18
+ exports.promptmateIoDeleteWebhook = promptmateIoDeleteWebhook;
19
+
20
+ //# sourceMappingURL=delete-webhook.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.cjs","names":["z","action"],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoDeleteWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"Unique identifier of the webhook to delete\"),\n});\nexport const PromptmateIoDeleteWebhookOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if deletion failed\").nullable().optional(),\n message: z.string().describe(\"A message detailing the outcome\"),\n success: z.boolean().describe(\"Indicates if the deletion was successful\"),\n});\n\nexport const promptmateIoDeleteWebhook = action(\"PROMPTMATE_IO_DELETE_WEBHOOK\", {\n slug: \"promptmate_io-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Tool to delete a webhook by its unique ID. Use after confirming the webhookId to remove.\",\n input: PromptmateIoDeleteWebhookInput,\n output: PromptmateIoDeleteWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EAC9E,CAAC;AACD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC9D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;AAC1E,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-webhook.d.ts
4
+ declare const PromptmateIoDeleteWebhookInput: z.ZodTypeAny;
5
+ declare const PromptmateIoDeleteWebhookOutput: z.ZodTypeAny;
6
+ declare const promptmateIoDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoDeleteWebhook };
9
+ //# sourceMappingURL=delete-webhook.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.d.cts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAI9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/delete-webhook.d.ts
4
+ declare const PromptmateIoDeleteWebhookInput: z.ZodTypeAny;
5
+ declare const PromptmateIoDeleteWebhookOutput: z.ZodTypeAny;
6
+ declare const promptmateIoDeleteWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoDeleteWebhook };
9
+ //# sourceMappingURL=delete-webhook.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.d.mts","names":[],"sources":["../../src/actions/delete-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAE7C;AAAA,cACW,+BAAA,EAAiC,CAAA,CAAE,UAI9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const promptmateIoDeleteWebhook = action("PROMPTMATE_IO_DELETE_WEBHOOK", {
4
+ slug: "promptmate_io-delete-webhook",
5
+ name: "Delete Webhook",
6
+ description: "Tool to delete a webhook by its unique ID. Use after confirming the webhookId to remove.",
7
+ input: z.object({ webhook_id: z.string().describe("Unique identifier of the webhook to delete") }),
8
+ output: z.object({
9
+ error: z.string().describe("Error message if deletion failed").nullable().optional(),
10
+ message: z.string().describe("A message detailing the outcome"),
11
+ success: z.boolean().describe("Indicates if the deletion was successful")
12
+ })
13
+ });
14
+ //#endregion
15
+ export { promptmateIoDeleteWebhook };
16
+
17
+ //# sourceMappingURL=delete-webhook.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"delete-webhook.mjs","names":[],"sources":["../../src/actions/delete-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoDeleteWebhookInput: z.ZodTypeAny = z.object({\n webhook_id: z.string().describe(\"Unique identifier of the webhook to delete\"),\n});\nexport const PromptmateIoDeleteWebhookOutput: z.ZodTypeAny = z.object({\n error: z.string().describe(\"Error message if deletion failed\").nullable().optional(),\n message: z.string().describe(\"A message detailing the outcome\"),\n success: z.boolean().describe(\"Indicates if the deletion was successful\"),\n});\n\nexport const promptmateIoDeleteWebhook = action(\"PROMPTMATE_IO_DELETE_WEBHOOK\", {\n slug: \"promptmate_io-delete-webhook\",\n name: \"Delete Webhook\",\n description: \"Tool to delete a webhook by its unique ID. Use after confirming the webhookId to remove.\",\n input: PromptmateIoDeleteWebhookInput,\n output: PromptmateIoDeleteWebhookOutput,\n});\n"],"mappings":";;AAaA,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb0D,EAAE,OAAO,EACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,EAC9E,CAWS;CACP,QAX2D,EAAE,OAAO;EACpE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;EAC9D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CAC1E,CAOU;AACV,CAAC"}
@@ -0,0 +1,35 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-app-job.ts
4
+ const PromptmateIoGetAppJobInput = zod.z.object({
5
+ app_id: zod.z.string().describe("The unique identifier of the app"),
6
+ job_id: zod.z.string().describe("The unique identifier of the job")
7
+ }).describe("Request model for getting app job status and result.");
8
+ const PromptmateIoGetAppJob_ResponseFieldSchema = zod.z.object({
9
+ key: zod.z.string().describe("Key identifier for the response field"),
10
+ name: zod.z.string().describe("Human-readable name for the response field")
11
+ }).describe("Response field information.");
12
+ const PromptmateIoGetAppJobOutput = zod.z.object({
13
+ appId: zod.z.string().describe("The app ID for this job").nullable().optional(),
14
+ jobId: zod.z.string().describe("Unique identifier for the job"),
15
+ result: zod.z.object({}).describe("Job result data (available when job is finished)").nullable().optional(),
16
+ jobStatus: zod.z.string().describe("Current status of the job"),
17
+ stepCount: zod.z.number().int().describe("Total number of steps").nullable().optional(),
18
+ actualStep: zod.z.string().describe("Description of the current step").nullable().optional(),
19
+ executingStep: zod.z.number().int().describe("Currently executing step number").nullable().optional(),
20
+ responseFields: zod.z.array(PromptmateIoGetAppJob_ResponseFieldSchema).describe("List of response fields for the job").nullable().optional(),
21
+ dataProcessType: zod.z.string().describe("Type of data processing (e.g., single, batch)").nullable().optional(),
22
+ processedRowCount: zod.z.number().int().describe("Number of rows processed").nullable().optional(),
23
+ requestedRowCount: zod.z.number().int().describe("Number of rows requested").nullable().optional()
24
+ }).describe("Response model for getting app job status and result.");
25
+ const promptmateIoGetAppJob = require_action.action("PROMPTMATE_IO_GET_APP_JOB", {
26
+ slug: "promptmate_io-get-app-job",
27
+ name: "Get App Job Status",
28
+ description: "Tool to get the status and result of a specific app job by its ID. Use when you need to check the status or retrieve results of a previously submitted job.",
29
+ input: PromptmateIoGetAppJobInput,
30
+ output: PromptmateIoGetAppJobOutput
31
+ });
32
+ //#endregion
33
+ exports.promptmateIoGetAppJob = promptmateIoGetAppJob;
34
+
35
+ //# sourceMappingURL=get-app-job.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-app-job.cjs","names":["z","action"],"sources":["../../src/actions/get-app-job.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoGetAppJobInput: z.ZodTypeAny = z.object({\n app_id: z.string().describe(\"The unique identifier of the app\"),\n job_id: z.string().describe(\"The unique identifier of the job\"),\n}).describe(\"Request model for getting app job status and result.\");\nconst PromptmateIoGetAppJob_ResponseFieldSchema: z.ZodTypeAny = z.object({\n key: z.string().describe(\"Key identifier for the response field\"),\n name: z.string().describe(\"Human-readable name for the response field\"),\n}).describe(\"Response field information.\");\nexport const PromptmateIoGetAppJobOutput: z.ZodTypeAny = z.object({\n appId: z.string().describe(\"The app ID for this job\").nullable().optional(),\n jobId: z.string().describe(\"Unique identifier for the job\"),\n result: z.object({}).describe(\"Job result data (available when job is finished)\").nullable().optional(),\n jobStatus: z.string().describe(\"Current status of the job\"),\n stepCount: z.number().int().describe(\"Total number of steps\").nullable().optional(),\n actualStep: z.string().describe(\"Description of the current step\").nullable().optional(),\n executingStep: z.number().int().describe(\"Currently executing step number\").nullable().optional(),\n responseFields: z.array(PromptmateIoGetAppJob_ResponseFieldSchema).describe(\"List of response fields for the job\").nullable().optional(),\n dataProcessType: z.string().describe(\"Type of data processing (e.g., single, batch)\").nullable().optional(),\n processedRowCount: z.number().int().describe(\"Number of rows processed\").nullable().optional(),\n requestedRowCount: z.number().int().describe(\"Number of rows requested\").nullable().optional(),\n}).describe(\"Response model for getting app job status and result.\");\n\nexport const promptmateIoGetAppJob = action(\"PROMPTMATE_IO_GET_APP_JOB\", {\n slug: \"promptmate_io-get-app-job\",\n name: \"Get App Job Status\",\n description: \"Tool to get the status and result of a specific app job by its ID. Use when you need to check the status or retrieve results of a previously submitted job.\",\n input: PromptmateIoGetAppJobInput,\n output: PromptmateIoGetAppJobOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AAChE,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AACxE,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC1D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;CAC1D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,gBAAgBA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvI,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,uDAAuD;AAEnE,MAAa,wBAAwBC,eAAAA,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-app-job.d.ts
4
+ declare const PromptmateIoGetAppJobInput: z.ZodTypeAny;
5
+ declare const PromptmateIoGetAppJobOutput: z.ZodTypeAny;
6
+ declare const promptmateIoGetAppJob: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoGetAppJob };
9
+ //# sourceMappingURL=get-app-job.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-app-job.d.cts","names":[],"sources":["../../src/actions/get-app-job.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGwB;AAAA,cAKtD,2BAAA,EAA6B,CAAA,CAAE,UAYwB;AAAA,cAEvD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-app-job.d.ts
4
+ declare const PromptmateIoGetAppJobInput: z.ZodTypeAny;
5
+ declare const PromptmateIoGetAppJobOutput: z.ZodTypeAny;
6
+ declare const promptmateIoGetAppJob: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoGetAppJob };
9
+ //# sourceMappingURL=get-app-job.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-app-job.d.mts","names":[],"sources":["../../src/actions/get-app-job.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAGwB;AAAA,cAKtD,2BAAA,EAA6B,CAAA,CAAE,UAYwB;AAAA,cAEvD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,34 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-app-job.ts
4
+ const PromptmateIoGetAppJobInput = z.object({
5
+ app_id: z.string().describe("The unique identifier of the app"),
6
+ job_id: z.string().describe("The unique identifier of the job")
7
+ }).describe("Request model for getting app job status and result.");
8
+ const PromptmateIoGetAppJob_ResponseFieldSchema = z.object({
9
+ key: z.string().describe("Key identifier for the response field"),
10
+ name: z.string().describe("Human-readable name for the response field")
11
+ }).describe("Response field information.");
12
+ const promptmateIoGetAppJob = action("PROMPTMATE_IO_GET_APP_JOB", {
13
+ slug: "promptmate_io-get-app-job",
14
+ name: "Get App Job Status",
15
+ description: "Tool to get the status and result of a specific app job by its ID. Use when you need to check the status or retrieve results of a previously submitted job.",
16
+ input: PromptmateIoGetAppJobInput,
17
+ output: z.object({
18
+ appId: z.string().describe("The app ID for this job").nullable().optional(),
19
+ jobId: z.string().describe("Unique identifier for the job"),
20
+ result: z.object({}).describe("Job result data (available when job is finished)").nullable().optional(),
21
+ jobStatus: z.string().describe("Current status of the job"),
22
+ stepCount: z.number().int().describe("Total number of steps").nullable().optional(),
23
+ actualStep: z.string().describe("Description of the current step").nullable().optional(),
24
+ executingStep: z.number().int().describe("Currently executing step number").nullable().optional(),
25
+ responseFields: z.array(PromptmateIoGetAppJob_ResponseFieldSchema).describe("List of response fields for the job").nullable().optional(),
26
+ dataProcessType: z.string().describe("Type of data processing (e.g., single, batch)").nullable().optional(),
27
+ processedRowCount: z.number().int().describe("Number of rows processed").nullable().optional(),
28
+ requestedRowCount: z.number().int().describe("Number of rows requested").nullable().optional()
29
+ }).describe("Response model for getting app job status and result.")
30
+ });
31
+ //#endregion
32
+ export { promptmateIoGetAppJob };
33
+
34
+ //# sourceMappingURL=get-app-job.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-app-job.mjs","names":[],"sources":["../../src/actions/get-app-job.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoGetAppJobInput: z.ZodTypeAny = z.object({\n app_id: z.string().describe(\"The unique identifier of the app\"),\n job_id: z.string().describe(\"The unique identifier of the job\"),\n}).describe(\"Request model for getting app job status and result.\");\nconst PromptmateIoGetAppJob_ResponseFieldSchema: z.ZodTypeAny = z.object({\n key: z.string().describe(\"Key identifier for the response field\"),\n name: z.string().describe(\"Human-readable name for the response field\"),\n}).describe(\"Response field information.\");\nexport const PromptmateIoGetAppJobOutput: z.ZodTypeAny = z.object({\n appId: z.string().describe(\"The app ID for this job\").nullable().optional(),\n jobId: z.string().describe(\"Unique identifier for the job\"),\n result: z.object({}).describe(\"Job result data (available when job is finished)\").nullable().optional(),\n jobStatus: z.string().describe(\"Current status of the job\"),\n stepCount: z.number().int().describe(\"Total number of steps\").nullable().optional(),\n actualStep: z.string().describe(\"Description of the current step\").nullable().optional(),\n executingStep: z.number().int().describe(\"Currently executing step number\").nullable().optional(),\n responseFields: z.array(PromptmateIoGetAppJob_ResponseFieldSchema).describe(\"List of response fields for the job\").nullable().optional(),\n dataProcessType: z.string().describe(\"Type of data processing (e.g., single, batch)\").nullable().optional(),\n processedRowCount: z.number().int().describe(\"Number of rows processed\").nullable().optional(),\n requestedRowCount: z.number().int().describe(\"Number of rows requested\").nullable().optional(),\n}).describe(\"Response model for getting app job status and result.\");\n\nexport const promptmateIoGetAppJob = action(\"PROMPTMATE_IO_GET_APP_JOB\", {\n slug: \"promptmate_io-get-app-job\",\n name: \"Get App Job Status\",\n description: \"Tool to get the status and result of a specific app job by its ID. Use when you need to check the status or retrieve results of a previously submitted job.\",\n input: PromptmateIoGetAppJobInput,\n output: PromptmateIoGetAppJobOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;CAC9D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC;AAChE,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAM,4CAA0D,EAAE,OAAO;CACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;AACxE,CAAC,CAAC,CAAC,SAAS,6BAA6B;AAezC,MAAa,wBAAwB,OAAO,6BAA6B;CACvE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAnBuD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACtG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC1D,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChG,gBAAgB,EAAE,MAAM,yCAAyC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvI,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,SAAS,uDAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-user-info.ts
4
+ const PromptmateIoGetUserInfoInput = zod.z.object({}).describe("Request model for getting user information. No parameters required.");
5
+ const PromptmateIoGetUserInfoOutput = zod.z.object({
6
+ email: zod.z.string().describe("User email address").nullable().optional(),
7
+ userId: zod.z.string().describe("Unique identifier for the user").nullable().optional()
8
+ }).describe("Response model for user information.");
9
+ const promptmateIoGetUserInfo = require_action.action("PROMPTMATE_IO_GET_USER_INFO", {
10
+ slug: "promptmate_io-get-user-info",
11
+ name: "Get User Info",
12
+ description: "Tool to get user information for the authenticated API key owner. Use when you need to retrieve details about the current user.",
13
+ input: PromptmateIoGetUserInfoInput,
14
+ output: PromptmateIoGetUserInfoOutput
15
+ });
16
+ //#endregion
17
+ exports.promptmateIoGetUserInfo = promptmateIoGetUserInfo;
18
+
19
+ //# sourceMappingURL=get-user-info.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-info.cjs","names":["z","action"],"sources":["../../src/actions/get-user-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoGetUserInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting user information. No parameters required.\");\nexport const PromptmateIoGetUserInfoOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"User email address\").nullable().optional(),\n userId: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n}).describe(\"Response model for user information.\");\n\nexport const promptmateIoGetUserInfo = action(\"PROMPTMATE_IO_GET_USER_INFO\", {\n slug: \"promptmate_io-get-user-info\",\n name: \"Get User Info\",\n description: \"Tool to get user information for the authenticated API key owner. Use when you need to retrieve details about the current user.\",\n input: PromptmateIoGetUserInfoInput,\n output: PromptmateIoGetUserInfoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACrJ,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpF,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-user-info.d.ts
4
+ declare const PromptmateIoGetUserInfoInput: z.ZodTypeAny;
5
+ declare const PromptmateIoGetUserInfoOutput: z.ZodTypeAny;
6
+ declare const promptmateIoGetUserInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoGetUserInfo };
9
+ //# sourceMappingURL=get-user-info.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-info.d.cts","names":[],"sources":["../../src/actions/get-user-info.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAyG;AAAA,cACzI,6BAAA,EAA+B,CAAA,CAAE,UAGK;AAAA,cAEtC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-user-info.d.ts
4
+ declare const PromptmateIoGetUserInfoInput: z.ZodTypeAny;
5
+ declare const PromptmateIoGetUserInfoOutput: z.ZodTypeAny;
6
+ declare const promptmateIoGetUserInfo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoGetUserInfo };
9
+ //# sourceMappingURL=get-user-info.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-info.d.mts","names":[],"sources":["../../src/actions/get-user-info.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAyG;AAAA,cACzI,6BAAA,EAA+B,CAAA,CAAE,UAGK;AAAA,cAEtC,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const promptmateIoGetUserInfo = action("PROMPTMATE_IO_GET_USER_INFO", {
4
+ slug: "promptmate_io-get-user-info",
5
+ name: "Get User Info",
6
+ description: "Tool to get user information for the authenticated API key owner. Use when you need to retrieve details about the current user.",
7
+ input: z.object({}).describe("Request model for getting user information. No parameters required."),
8
+ output: z.object({
9
+ email: z.string().describe("User email address").nullable().optional(),
10
+ userId: z.string().describe("Unique identifier for the user").nullable().optional()
11
+ }).describe("Response model for user information.")
12
+ });
13
+ //#endregion
14
+ export { promptmateIoGetUserInfo };
15
+
16
+ //# sourceMappingURL=get-user-info.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-user-info.mjs","names":[],"sources":["../../src/actions/get-user-info.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoGetUserInfoInput: z.ZodTypeAny = z.object({}).describe(\"Request model for getting user information. No parameters required.\");\nexport const PromptmateIoGetUserInfoOutput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"User email address\").nullable().optional(),\n userId: z.string().describe(\"Unique identifier for the user\").nullable().optional(),\n}).describe(\"Response model for user information.\");\n\nexport const promptmateIoGetUserInfo = action(\"PROMPTMATE_IO_GET_USER_INFO\", {\n slug: \"promptmate_io-get-user-info\",\n name: \"Get User Info\",\n description: \"Tool to get user information for the authenticated API key owner. Use when you need to retrieve details about the current user.\",\n input: PromptmateIoGetUserInfoInput,\n output: PromptmateIoGetUserInfoOutput,\n});\n"],"mappings":";;AAUA,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVwD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAUvE;CACP,QAVyD,EAAE,OAAO;EAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_create_webhook = require("./create-webhook.cjs");
3
+ const require_delete_webhook = require("./delete-webhook.cjs");
4
+ const require_get_app_job = require("./get-app-job.cjs");
5
+ const require_get_user_info = require("./get-user-info.cjs");
6
+ const require_list_apps = require("./list-apps.cjs");
7
+ const require_list_countries = require("./list-countries.cjs");
8
+ const require_list_languages = require("./list-languages.cjs");
9
+ const require_list_projects = require("./list-projects.cjs");
10
+ const require_list_templates = require("./list-templates.cjs");
11
+ const require_list_webhooks = require("./list-webhooks.cjs");
12
+ const require_use_template = require("./use-template.cjs");
13
+ exports.promptmateIoCreateWebhook = require_create_webhook.promptmateIoCreateWebhook;
14
+ exports.promptmateIoDeleteWebhook = require_delete_webhook.promptmateIoDeleteWebhook;
15
+ exports.promptmateIoGetAppJob = require_get_app_job.promptmateIoGetAppJob;
16
+ exports.promptmateIoGetUserInfo = require_get_user_info.promptmateIoGetUserInfo;
17
+ exports.promptmateIoListApps = require_list_apps.promptmateIoListApps;
18
+ exports.promptmateIoListCountries = require_list_countries.promptmateIoListCountries;
19
+ exports.promptmateIoListLanguages = require_list_languages.promptmateIoListLanguages;
20
+ exports.promptmateIoListProjects = require_list_projects.promptmateIoListProjects;
21
+ exports.promptmateIoListTemplates = require_list_templates.promptmateIoListTemplates;
22
+ exports.promptmateIoListWebhooks = require_list_webhooks.promptmateIoListWebhooks;
23
+ exports.promptmateIoUseTemplate = require_use_template.promptmateIoUseTemplate;
@@ -0,0 +1,12 @@
1
+ import { promptmateIoCreateWebhook } from "./create-webhook.cjs";
2
+ import { promptmateIoDeleteWebhook } from "./delete-webhook.cjs";
3
+ import { promptmateIoGetAppJob } from "./get-app-job.cjs";
4
+ import { promptmateIoGetUserInfo } from "./get-user-info.cjs";
5
+ import { promptmateIoListApps } from "./list-apps.cjs";
6
+ import { promptmateIoListCountries } from "./list-countries.cjs";
7
+ import { promptmateIoListLanguages } from "./list-languages.cjs";
8
+ import { promptmateIoListProjects } from "./list-projects.cjs";
9
+ import { promptmateIoListTemplates } from "./list-templates.cjs";
10
+ import { promptmateIoListWebhooks } from "./list-webhooks.cjs";
11
+ import { promptmateIoUseTemplate } from "./use-template.cjs";
12
+ export { promptmateIoCreateWebhook, promptmateIoDeleteWebhook, promptmateIoGetAppJob, promptmateIoGetUserInfo, promptmateIoListApps, promptmateIoListCountries, promptmateIoListLanguages, promptmateIoListProjects, promptmateIoListTemplates, promptmateIoListWebhooks, promptmateIoUseTemplate };
@@ -0,0 +1,12 @@
1
+ import { promptmateIoCreateWebhook } from "./create-webhook.mjs";
2
+ import { promptmateIoDeleteWebhook } from "./delete-webhook.mjs";
3
+ import { promptmateIoGetAppJob } from "./get-app-job.mjs";
4
+ import { promptmateIoGetUserInfo } from "./get-user-info.mjs";
5
+ import { promptmateIoListApps } from "./list-apps.mjs";
6
+ import { promptmateIoListCountries } from "./list-countries.mjs";
7
+ import { promptmateIoListLanguages } from "./list-languages.mjs";
8
+ import { promptmateIoListProjects } from "./list-projects.mjs";
9
+ import { promptmateIoListTemplates } from "./list-templates.mjs";
10
+ import { promptmateIoListWebhooks } from "./list-webhooks.mjs";
11
+ import { promptmateIoUseTemplate } from "./use-template.mjs";
12
+ export { promptmateIoCreateWebhook, promptmateIoDeleteWebhook, promptmateIoGetAppJob, promptmateIoGetUserInfo, promptmateIoListApps, promptmateIoListCountries, promptmateIoListLanguages, promptmateIoListProjects, promptmateIoListTemplates, promptmateIoListWebhooks, promptmateIoUseTemplate };
@@ -0,0 +1,12 @@
1
+ import { promptmateIoCreateWebhook } from "./create-webhook.mjs";
2
+ import { promptmateIoDeleteWebhook } from "./delete-webhook.mjs";
3
+ import { promptmateIoGetAppJob } from "./get-app-job.mjs";
4
+ import { promptmateIoGetUserInfo } from "./get-user-info.mjs";
5
+ import { promptmateIoListApps } from "./list-apps.mjs";
6
+ import { promptmateIoListCountries } from "./list-countries.mjs";
7
+ import { promptmateIoListLanguages } from "./list-languages.mjs";
8
+ import { promptmateIoListProjects } from "./list-projects.mjs";
9
+ import { promptmateIoListTemplates } from "./list-templates.mjs";
10
+ import { promptmateIoListWebhooks } from "./list-webhooks.mjs";
11
+ import { promptmateIoUseTemplate } from "./use-template.mjs";
12
+ export { promptmateIoCreateWebhook, promptmateIoDeleteWebhook, promptmateIoGetAppJob, promptmateIoGetUserInfo, promptmateIoListApps, promptmateIoListCountries, promptmateIoListLanguages, promptmateIoListProjects, promptmateIoListTemplates, promptmateIoListWebhooks, promptmateIoUseTemplate };
@@ -0,0 +1,24 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/list-apps.ts
4
+ const PromptmateIoListAppsInput = zod.z.object({}).describe("Request model for listing apps. No parameters.");
5
+ const PromptmateIoListApps_AppSchema = zod.z.object({
6
+ id: zod.z.string().describe("Unique identifier of the app"),
7
+ name: zod.z.string().describe("Human-readable name of the app"),
8
+ tags: zod.z.array(zod.z.string()).describe("List of tags assigned to this app").nullable().optional(),
9
+ createdAt: zod.z.string().describe("Timestamp when the app was created (ISO 8601 format)"),
10
+ updatedAt: zod.z.string().describe("Timestamp when the app was last updated (ISO 8601 format)"),
11
+ description: zod.z.string().describe("Detailed description of the app's purpose")
12
+ });
13
+ const PromptmateIoListAppsOutput = zod.z.object({ apps: zod.z.array(PromptmateIoListApps_AppSchema).describe("List of available apps") }).describe("Response model for listing apps.");
14
+ const promptmateIoListApps = require_action.action("PROMPTMATE_IO_LIST_APPS", {
15
+ slug: "promptmate_io-list-apps",
16
+ name: "List PromptMate Apps",
17
+ description: "Tool to list all available apps. Use when you need to retrieve the catalogue of PromptMate apps.",
18
+ input: PromptmateIoListAppsInput,
19
+ output: PromptmateIoListAppsOutput
20
+ });
21
+ //#endregion
22
+ exports.promptmateIoListApps = promptmateIoListApps;
23
+
24
+ //# sourceMappingURL=list-apps.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-apps.cjs","names":["z","action"],"sources":["../../src/actions/list-apps.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PromptmateIoListAppsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing apps. No parameters.\");\nconst PromptmateIoListApps_AppSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier of the app\"),\n name: z.string().describe(\"Human-readable name of the app\"),\n tags: z.array(z.string()).describe(\"List of tags assigned to this app\").nullable().optional(),\n createdAt: z.string().describe(\"Timestamp when the app was created (ISO 8601 format)\"),\n updatedAt: z.string().describe(\"Timestamp when the app was last updated (ISO 8601 format)\"),\n description: z.string().describe(\"Detailed description of the app's purpose\"),\n});\nexport const PromptmateIoListAppsOutput: z.ZodTypeAny = z.object({\n apps: z.array(PromptmateIoListApps_AppSchema).describe(\"List of available apps\"),\n}).describe(\"Response model for listing apps.\");\n\nexport const promptmateIoListApps = action(\"PROMPTMATE_IO_LIST_APPS\", {\n slug: \"promptmate_io-list-apps\",\n name: \"List PromptMate Apps\",\n description: \"Tool to list all available apps. Use when you need to retrieve the catalogue of PromptMate apps.\",\n input: PromptmateIoListAppsInput,\n output: PromptmateIoListAppsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC7H,MAAM,iCAA+CA,IAAAA,EAAE,OAAO;CAC5D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;CACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D;CAC1F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;AAC9E,CAAC;AACD,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,MAAMA,IAAAA,EAAE,MAAM,8BAA8B,CAAC,CAAC,SAAS,wBAAwB,EACjF,CAAC,CAAC,CAAC,SAAS,kCAAkC;AAE9C,MAAa,uBAAuBC,eAAAA,OAAO,2BAA2B;CACpE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-apps.d.ts
4
+ declare const PromptmateIoListAppsInput: z.ZodTypeAny;
5
+ declare const PromptmateIoListAppsOutput: z.ZodTypeAny;
6
+ declare const promptmateIoListApps: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoListApps };
9
+ //# sourceMappingURL=list-apps.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-apps.d.cts","names":[],"sources":["../../src/actions/list-apps.ts"],"mappings":";;;cAIa,yBAAA,EAA2B,CAAA,CAAE,UAAoF;AAAA,cASjH,0BAAA,EAA4B,CAAA,CAAE,UAEI;AAAA,cAElC,oBAAA,gCAAoB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/list-apps.d.ts
4
+ declare const PromptmateIoListAppsInput: z.ZodTypeAny;
5
+ declare const PromptmateIoListAppsOutput: z.ZodTypeAny;
6
+ declare const promptmateIoListApps: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { promptmateIoListApps };
9
+ //# sourceMappingURL=list-apps.d.mts.map