@keystrokehq/stack_ai 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 (210) 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/check-health.cjs +16 -0
  7. package/dist/actions/check-health.cjs.map +1 -0
  8. package/dist/actions/check-health.d.cts +9 -0
  9. package/dist/actions/check-health.d.cts.map +1 -0
  10. package/dist/actions/check-health.d.mts +9 -0
  11. package/dist/actions/check-health.d.mts.map +1 -0
  12. package/dist/actions/check-health.mjs +13 -0
  13. package/dist/actions/check-health.mjs.map +1 -0
  14. package/dist/actions/get-action-inputs.cjs +19 -0
  15. package/dist/actions/get-action-inputs.cjs.map +1 -0
  16. package/dist/actions/get-action-inputs.d.cts +9 -0
  17. package/dist/actions/get-action-inputs.d.cts.map +1 -0
  18. package/dist/actions/get-action-inputs.d.mts +9 -0
  19. package/dist/actions/get-action-inputs.d.mts.map +1 -0
  20. package/dist/actions/get-action-inputs.mjs +16 -0
  21. package/dist/actions/get-action-inputs.mjs.map +1 -0
  22. package/dist/actions/get-action-outputs.cjs +27 -0
  23. package/dist/actions/get-action-outputs.cjs.map +1 -0
  24. package/dist/actions/get-action-outputs.d.cts +9 -0
  25. package/dist/actions/get-action-outputs.d.cts.map +1 -0
  26. package/dist/actions/get-action-outputs.d.mts +9 -0
  27. package/dist/actions/get-action-outputs.d.mts.map +1 -0
  28. package/dist/actions/get-action-outputs.mjs +24 -0
  29. package/dist/actions/get-action-outputs.mjs.map +1 -0
  30. package/dist/actions/get-connector-type-schema.cjs +32 -0
  31. package/dist/actions/get-connector-type-schema.cjs.map +1 -0
  32. package/dist/actions/get-connector-type-schema.d.cts +9 -0
  33. package/dist/actions/get-connector-type-schema.d.cts.map +1 -0
  34. package/dist/actions/get-connector-type-schema.d.mts +9 -0
  35. package/dist/actions/get-connector-type-schema.d.mts.map +1 -0
  36. package/dist/actions/get-connector-type-schema.mjs +31 -0
  37. package/dist/actions/get-connector-type-schema.mjs.map +1 -0
  38. package/dist/actions/get-license-status.cjs +22 -0
  39. package/dist/actions/get-license-status.cjs.map +1 -0
  40. package/dist/actions/get-license-status.d.cts +9 -0
  41. package/dist/actions/get-license-status.d.cts.map +1 -0
  42. package/dist/actions/get-license-status.d.mts +9 -0
  43. package/dist/actions/get-license-status.d.mts.map +1 -0
  44. package/dist/actions/get-license-status.mjs +19 -0
  45. package/dist/actions/get-license-status.mjs.map +1 -0
  46. package/dist/actions/get-provider-action.cjs +68 -0
  47. package/dist/actions/get-provider-action.cjs.map +1 -0
  48. package/dist/actions/get-provider-action.d.cts +9 -0
  49. package/dist/actions/get-provider-action.d.cts.map +1 -0
  50. package/dist/actions/get-provider-action.d.mts +9 -0
  51. package/dist/actions/get-provider-action.d.mts.map +1 -0
  52. package/dist/actions/get-provider-action.mjs +67 -0
  53. package/dist/actions/get-provider-action.mjs.map +1 -0
  54. package/dist/actions/get-provider-icon.cjs +24 -0
  55. package/dist/actions/get-provider-icon.cjs.map +1 -0
  56. package/dist/actions/get-provider-icon.d.cts +9 -0
  57. package/dist/actions/get-provider-icon.d.cts.map +1 -0
  58. package/dist/actions/get-provider-icon.d.mts +9 -0
  59. package/dist/actions/get-provider-icon.d.mts.map +1 -0
  60. package/dist/actions/get-provider-icon.mjs +23 -0
  61. package/dist/actions/get-provider-icon.mjs.map +1 -0
  62. package/dist/actions/get-provider-trigger.cjs +83 -0
  63. package/dist/actions/get-provider-trigger.cjs.map +1 -0
  64. package/dist/actions/get-provider-trigger.d.cts +9 -0
  65. package/dist/actions/get-provider-trigger.d.cts.map +1 -0
  66. package/dist/actions/get-provider-trigger.d.mts +9 -0
  67. package/dist/actions/get-provider-trigger.d.mts.map +1 -0
  68. package/dist/actions/get-provider-trigger.mjs +82 -0
  69. package/dist/actions/get-provider-trigger.mjs.map +1 -0
  70. package/dist/actions/get-provider.cjs +64 -0
  71. package/dist/actions/get-provider.cjs.map +1 -0
  72. package/dist/actions/get-provider.d.cts +9 -0
  73. package/dist/actions/get-provider.d.cts.map +1 -0
  74. package/dist/actions/get-provider.d.mts +9 -0
  75. package/dist/actions/get-provider.d.mts.map +1 -0
  76. package/dist/actions/get-provider.mjs +63 -0
  77. package/dist/actions/get-provider.mjs.map +1 -0
  78. package/dist/actions/get-root.cjs +16 -0
  79. package/dist/actions/get-root.cjs.map +1 -0
  80. package/dist/actions/get-root.d.cts +9 -0
  81. package/dist/actions/get-root.d.cts.map +1 -0
  82. package/dist/actions/get-root.d.mts +9 -0
  83. package/dist/actions/get-root.d.mts.map +1 -0
  84. package/dist/actions/get-root.mjs +13 -0
  85. package/dist/actions/get-root.mjs.map +1 -0
  86. package/dist/actions/get-trigger-by-provider.cjs +41 -0
  87. package/dist/actions/get-trigger-by-provider.cjs.map +1 -0
  88. package/dist/actions/get-trigger-by-provider.d.cts +9 -0
  89. package/dist/actions/get-trigger-by-provider.d.cts.map +1 -0
  90. package/dist/actions/get-trigger-by-provider.d.mts +9 -0
  91. package/dist/actions/get-trigger-by-provider.d.mts.map +1 -0
  92. package/dist/actions/get-trigger-by-provider.mjs +40 -0
  93. package/dist/actions/get-trigger-by-provider.mjs.map +1 -0
  94. package/dist/actions/get-trigger-inputs.cjs +19 -0
  95. package/dist/actions/get-trigger-inputs.cjs.map +1 -0
  96. package/dist/actions/get-trigger-inputs.d.cts +9 -0
  97. package/dist/actions/get-trigger-inputs.d.cts.map +1 -0
  98. package/dist/actions/get-trigger-inputs.d.mts +9 -0
  99. package/dist/actions/get-trigger-inputs.d.mts.map +1 -0
  100. package/dist/actions/get-trigger-inputs.mjs +16 -0
  101. package/dist/actions/get-trigger-inputs.mjs.map +1 -0
  102. package/dist/actions/get-trigger-outputs.cjs +31 -0
  103. package/dist/actions/get-trigger-outputs.cjs.map +1 -0
  104. package/dist/actions/get-trigger-outputs.d.cts +9 -0
  105. package/dist/actions/get-trigger-outputs.d.cts.map +1 -0
  106. package/dist/actions/get-trigger-outputs.d.mts +9 -0
  107. package/dist/actions/get-trigger-outputs.d.mts.map +1 -0
  108. package/dist/actions/get-trigger-outputs.mjs +28 -0
  109. package/dist/actions/get-trigger-outputs.mjs.map +1 -0
  110. package/dist/actions/index.cjs +45 -0
  111. package/dist/actions/index.d.cts +23 -0
  112. package/dist/actions/index.d.mts +23 -0
  113. package/dist/actions/index.mjs +23 -0
  114. package/dist/actions/list-connector-types.cjs +16 -0
  115. package/dist/actions/list-connector-types.cjs.map +1 -0
  116. package/dist/actions/list-connector-types.d.cts +9 -0
  117. package/dist/actions/list-connector-types.d.cts.map +1 -0
  118. package/dist/actions/list-connector-types.d.mts +9 -0
  119. package/dist/actions/list-connector-types.d.mts.map +1 -0
  120. package/dist/actions/list-connector-types.mjs +13 -0
  121. package/dist/actions/list-connector-types.mjs.map +1 -0
  122. package/dist/actions/list-integrations.cjs +21 -0
  123. package/dist/actions/list-integrations.cjs.map +1 -0
  124. package/dist/actions/list-integrations.d.cts +9 -0
  125. package/dist/actions/list-integrations.d.cts.map +1 -0
  126. package/dist/actions/list-integrations.d.mts +9 -0
  127. package/dist/actions/list-integrations.d.mts.map +1 -0
  128. package/dist/actions/list-integrations.mjs +20 -0
  129. package/dist/actions/list-integrations.mjs.map +1 -0
  130. package/dist/actions/list-permission-groups.cjs +16 -0
  131. package/dist/actions/list-permission-groups.cjs.map +1 -0
  132. package/dist/actions/list-permission-groups.d.cts +9 -0
  133. package/dist/actions/list-permission-groups.d.cts.map +1 -0
  134. package/dist/actions/list-permission-groups.d.mts +9 -0
  135. package/dist/actions/list-permission-groups.d.mts.map +1 -0
  136. package/dist/actions/list-permission-groups.mjs +13 -0
  137. package/dist/actions/list-permission-groups.mjs.map +1 -0
  138. package/dist/actions/list-permissions.cjs +29 -0
  139. package/dist/actions/list-permissions.cjs.map +1 -0
  140. package/dist/actions/list-permissions.d.cts +9 -0
  141. package/dist/actions/list-permissions.d.cts.map +1 -0
  142. package/dist/actions/list-permissions.d.mts +9 -0
  143. package/dist/actions/list-permissions.d.mts.map +1 -0
  144. package/dist/actions/list-permissions.mjs +28 -0
  145. package/dist/actions/list-permissions.mjs.map +1 -0
  146. package/dist/actions/list-provider-triggers.cjs +39 -0
  147. package/dist/actions/list-provider-triggers.cjs.map +1 -0
  148. package/dist/actions/list-provider-triggers.d.cts +9 -0
  149. package/dist/actions/list-provider-triggers.d.cts.map +1 -0
  150. package/dist/actions/list-provider-triggers.d.mts +9 -0
  151. package/dist/actions/list-provider-triggers.d.mts.map +1 -0
  152. package/dist/actions/list-provider-triggers.mjs +38 -0
  153. package/dist/actions/list-provider-triggers.mjs.map +1 -0
  154. package/dist/actions/list-stack-ai-triggers.cjs +16 -0
  155. package/dist/actions/list-stack-ai-triggers.cjs.map +1 -0
  156. package/dist/actions/list-stack-ai-triggers.d.cts +9 -0
  157. package/dist/actions/list-stack-ai-triggers.d.cts.map +1 -0
  158. package/dist/actions/list-stack-ai-triggers.d.mts +9 -0
  159. package/dist/actions/list-stack-ai-triggers.d.mts.map +1 -0
  160. package/dist/actions/list-stack-ai-triggers.mjs +13 -0
  161. package/dist/actions/list-stack-ai-triggers.mjs.map +1 -0
  162. package/dist/actions/list-stackai-actions.cjs +16 -0
  163. package/dist/actions/list-stackai-actions.cjs.map +1 -0
  164. package/dist/actions/list-stackai-actions.d.cts +9 -0
  165. package/dist/actions/list-stackai-actions.d.cts.map +1 -0
  166. package/dist/actions/list-stackai-actions.d.mts +9 -0
  167. package/dist/actions/list-stackai-actions.d.mts.map +1 -0
  168. package/dist/actions/list-stackai-actions.mjs +13 -0
  169. package/dist/actions/list-stackai-actions.mjs.map +1 -0
  170. package/dist/actions/list-stackai-providers.cjs +41 -0
  171. package/dist/actions/list-stackai-providers.cjs.map +1 -0
  172. package/dist/actions/list-stackai-providers.d.cts +9 -0
  173. package/dist/actions/list-stackai-providers.d.cts.map +1 -0
  174. package/dist/actions/list-stackai-providers.d.mts +9 -0
  175. package/dist/actions/list-stackai-providers.d.mts.map +1 -0
  176. package/dist/actions/list-stackai-providers.mjs +40 -0
  177. package/dist/actions/list-stackai-providers.mjs.map +1 -0
  178. package/dist/actions/list-stackai-tools.cjs +39 -0
  179. package/dist/actions/list-stackai-tools.cjs.map +1 -0
  180. package/dist/actions/list-stackai-tools.d.cts +9 -0
  181. package/dist/actions/list-stackai-tools.d.cts.map +1 -0
  182. package/dist/actions/list-stackai-tools.d.mts +9 -0
  183. package/dist/actions/list-stackai-tools.d.mts.map +1 -0
  184. package/dist/actions/list-stackai-tools.mjs +38 -0
  185. package/dist/actions/list-stackai-tools.mjs.map +1 -0
  186. package/dist/app.cjs +9 -0
  187. package/dist/app.cjs.map +1 -0
  188. package/dist/app.d.cts +5 -0
  189. package/dist/app.d.cts.map +1 -0
  190. package/dist/app.d.mts +5 -0
  191. package/dist/app.d.mts.map +1 -0
  192. package/dist/app.mjs +10 -0
  193. package/dist/app.mjs.map +1 -0
  194. package/dist/catalog.cjs +15 -0
  195. package/dist/catalog.cjs.map +1 -0
  196. package/dist/catalog.d.cts +14 -0
  197. package/dist/catalog.d.cts.map +1 -0
  198. package/dist/catalog.d.mts +14 -0
  199. package/dist/catalog.d.mts.map +1 -0
  200. package/dist/catalog.mjs +15 -0
  201. package/dist/catalog.mjs.map +1 -0
  202. package/dist/execute.cjs +18 -0
  203. package/dist/execute.cjs.map +1 -0
  204. package/dist/execute.mjs +18 -0
  205. package/dist/execute.mjs.map +1 -0
  206. package/dist/index.cjs +50 -0
  207. package/dist/index.d.cts +25 -0
  208. package/dist/index.d.mts +25 -0
  209. package/dist/index.mjs +26 -0
  210. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/stack_ai
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `stack_ai`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 22
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { stackAiCheckHealth } from "@keystrokehq/stack_ai/actions";
12
+
13
+ export default defineAgent({
14
+ key: "stack_ai-agent",
15
+ tools: [stackAiCheckHealth],
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.stackAi.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.executeStackAiTool(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":["stackAi","executeStackAiTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { stackAi } from \"./app\";\nimport { executeStackAiTool } 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 stackAi.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 executeStackAiTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,QAAQ,OAAO;EACpB,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,mBAAmB,MAAM,KAAgC,CAAC;EAC1F;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { stackAi } from "./app.mjs";
2
+ import { executeStackAiTool } 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 stackAi.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 executeStackAiTool(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 { stackAi } from \"./app\";\nimport { executeStackAiTool } 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 stackAi.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 executeStackAiTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,QAAQ,OAAO;EACpB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,mBAAmB,MAAM,KAAgC,CAAC;EAC1F;CACF,CAAC;AACH"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/check-health.ts
4
+ const StackAiCheckHealthInput = zod.z.object({}).describe("Request model for Stack AI health check endpoint.\nNo parameters required for health check.");
5
+ const StackAiCheckHealthOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model for Stack AI health check endpoint.\nReturns a dictionary with string values indicating service health status.");
6
+ const stackAiCheckHealth = require_action.action("STACK_AI_CHECK_HEALTH", {
7
+ slug: "stack_ai-check-health",
8
+ name: "Check Health",
9
+ description: "Tool to check the health status of the Stack AI API. Use to verify API availability and service status.",
10
+ input: StackAiCheckHealthInput,
11
+ output: StackAiCheckHealthOutput
12
+ });
13
+ //#endregion
14
+ exports.stackAiCheckHealth = stackAiCheckHealth;
15
+
16
+ //# sourceMappingURL=check-health.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-health.cjs","names":["z","action"],"sources":["../../src/actions/check-health.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiCheckHealthInput: z.ZodTypeAny = z.object({}).describe(\"Request model for Stack AI health check endpoint.\\nNo parameters required for health check.\");\nexport const StackAiCheckHealthOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model for Stack AI health check endpoint.\\nReturns a dictionary with string values indicating service health status.\");\n\nexport const stackAiCheckHealth = action(\"STACK_AI_CHECK_HEALTH\", {\n slug: \"stack_ai-check-health\",\n name: \"Check Health\",\n description: \"Tool to check the health status of the Stack AI API. Use to verify API availability and service status.\",\n input: StackAiCheckHealthInput,\n output: StackAiCheckHealthOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6FAA6F;AACxK,MAAa,2BAAyCA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+HAA+H;AAEhO,MAAa,qBAAqBC,eAAAA,OAAO,yBAAyB;CAChE,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/check-health.d.ts
4
+ declare const StackAiCheckHealthInput: z.ZodTypeAny;
5
+ declare const StackAiCheckHealthOutput: z.ZodTypeAny;
6
+ declare const stackAiCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiCheckHealth };
9
+ //# sourceMappingURL=check-health.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-health.d.cts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAAiI;AAAA,cAC5J,wBAAA,EAA0B,CAAA,CAAE,UAAwL;AAAA,cAEpN,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/check-health.d.ts
4
+ declare const StackAiCheckHealthInput: z.ZodTypeAny;
5
+ declare const StackAiCheckHealthOutput: z.ZodTypeAny;
6
+ declare const stackAiCheckHealth: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiCheckHealth };
9
+ //# sourceMappingURL=check-health.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-health.d.mts","names":[],"sources":["../../src/actions/check-health.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAAiI;AAAA,cAC5J,wBAAA,EAA0B,CAAA,CAAE,UAAwL;AAAA,cAEpN,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const stackAiCheckHealth = action("STACK_AI_CHECK_HEALTH", {
4
+ slug: "stack_ai-check-health",
5
+ name: "Check Health",
6
+ description: "Tool to check the health status of the Stack AI API. Use to verify API availability and service status.",
7
+ input: z.object({}).describe("Request model for Stack AI health check endpoint.\nNo parameters required for health check."),
8
+ output: z.record(z.string(), z.unknown()).describe("Response model for Stack AI health check endpoint.\nReturns a dictionary with string values indicating service health status.")
9
+ });
10
+ //#endregion
11
+ export { stackAiCheckHealth };
12
+
13
+ //# sourceMappingURL=check-health.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-health.mjs","names":[],"sources":["../../src/actions/check-health.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiCheckHealthInput: z.ZodTypeAny = z.object({}).describe(\"Request model for Stack AI health check endpoint.\\nNo parameters required for health check.\");\nexport const StackAiCheckHealthOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model for Stack AI health check endpoint.\\nReturns a dictionary with string values indicating service health status.\");\n\nexport const stackAiCheckHealth = action(\"STACK_AI_CHECK_HEALTH\", {\n slug: \"stack_ai-check-health\",\n name: \"Check Health\",\n description: \"Tool to check the health status of the Stack AI API. Use to verify API availability and service status.\",\n input: StackAiCheckHealthInput,\n output: StackAiCheckHealthOutput,\n});\n"],"mappings":";;AAOA,MAAa,qBAAqB,OAAO,yBAAyB;CAChE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAPmD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6FAOlE;CACP,QAPoD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,+HAOvF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-action-inputs.ts
4
+ const StackAiGetActionInputsInput = zod.z.object({
5
+ action_id: zod.z.string().describe("The ID of the action to get inputs for (e.g., 'database_delete_airtable')."),
6
+ provider_id: zod.z.string().describe("The ID of the provider (e.g., 'airtable', 'slack', 'notion').")
7
+ }).describe("Request model for getting input schema for a provider action.");
8
+ const StackAiGetActionInputsOutput = zod.z.record(zod.z.string(), zod.z.unknown()).describe("Response model for provider action input schema.\nThe response is a dynamic object containing the complete input schema definition.\nSince the schema structure varies by provider and action, all fields are captured dynamically.");
9
+ const stackAiGetActionInputs = require_action.action("STACK_AI_GET_ACTION_INPUTS", {
10
+ slug: "stack_ai-get-action-inputs",
11
+ name: "Get Action Inputs",
12
+ description: "Tool to retrieve the input schema for a specific provider action in Stack AI. Use when you need to understand what parameters are required for a provider action.",
13
+ input: StackAiGetActionInputsInput,
14
+ output: StackAiGetActionInputsOutput
15
+ });
16
+ //#endregion
17
+ exports.stackAiGetActionInputs = stackAiGetActionInputs;
18
+
19
+ //# sourceMappingURL=get-action-inputs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-action-inputs.cjs","names":["z","action"],"sources":["../../src/actions/get-action-inputs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetActionInputsInput: z.ZodTypeAny = z.object({\n action_id: z.string().describe(\"The ID of the action to get inputs for (e.g., 'database_delete_airtable').\"),\n provider_id: z.string().describe(\"The ID of the provider (e.g., 'airtable', 'slack', 'notion').\"),\n}).describe(\"Request model for getting input schema for a provider action.\");\nexport const StackAiGetActionInputsOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model for provider action input schema.\\nThe response is a dynamic object containing the complete input schema definition.\\nSince the schema structure varies by provider and action, all fields are captured dynamically.\");\n\nexport const stackAiGetActionInputs = action(\"STACK_AI_GET_ACTION_INPUTS\", {\n slug: \"stack_ai-get-action-inputs\",\n name: \"Get Action Inputs\",\n description: \"Tool to retrieve the input schema for a specific provider action in Stack AI. Use when you need to understand what parameters are required for a provider action.\",\n input: StackAiGetActionInputsInput,\n output: StackAiGetActionInputsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CAC3G,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;AAClG,CAAC,CAAC,CAAC,SAAS,+DAA+D;AAC3E,MAAa,+BAA6CA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qOAAqO;AAE1U,MAAa,yBAAyBC,eAAAA,OAAO,8BAA8B;CACzE,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-action-inputs.d.ts
4
+ declare const StackAiGetActionInputsInput: z.ZodTypeAny;
5
+ declare const StackAiGetActionInputsOutput: z.ZodTypeAny;
6
+ declare const stackAiGetActionInputs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetActionInputs };
9
+ //# sourceMappingURL=get-action-inputs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-action-inputs.d.cts","names":[],"sources":["../../src/actions/get-action-inputs.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGgC;AAAA,cAC/D,4BAAA,EAA8B,CAAA,CAAE,UAA8R;AAAA,cAE9T,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-action-inputs.d.ts
4
+ declare const StackAiGetActionInputsInput: z.ZodTypeAny;
5
+ declare const StackAiGetActionInputsOutput: z.ZodTypeAny;
6
+ declare const stackAiGetActionInputs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetActionInputs };
9
+ //# sourceMappingURL=get-action-inputs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-action-inputs.d.mts","names":[],"sources":["../../src/actions/get-action-inputs.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGgC;AAAA,cAC/D,4BAAA,EAA8B,CAAA,CAAE,UAA8R;AAAA,cAE9T,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,16 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const stackAiGetActionInputs = action("STACK_AI_GET_ACTION_INPUTS", {
4
+ slug: "stack_ai-get-action-inputs",
5
+ name: "Get Action Inputs",
6
+ description: "Tool to retrieve the input schema for a specific provider action in Stack AI. Use when you need to understand what parameters are required for a provider action.",
7
+ input: z.object({
8
+ action_id: z.string().describe("The ID of the action to get inputs for (e.g., 'database_delete_airtable')."),
9
+ provider_id: z.string().describe("The ID of the provider (e.g., 'airtable', 'slack', 'notion').")
10
+ }).describe("Request model for getting input schema for a provider action."),
11
+ output: z.record(z.string(), z.unknown()).describe("Response model for provider action input schema.\nThe response is a dynamic object containing the complete input schema definition.\nSince the schema structure varies by provider and action, all fields are captured dynamically.")
12
+ });
13
+ //#endregion
14
+ export { stackAiGetActionInputs };
15
+
16
+ //# sourceMappingURL=get-action-inputs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-action-inputs.mjs","names":[],"sources":["../../src/actions/get-action-inputs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetActionInputsInput: z.ZodTypeAny = z.object({\n action_id: z.string().describe(\"The ID of the action to get inputs for (e.g., 'database_delete_airtable').\"),\n provider_id: z.string().describe(\"The ID of the provider (e.g., 'airtable', 'slack', 'notion').\"),\n}).describe(\"Request model for getting input schema for a provider action.\");\nexport const StackAiGetActionInputsOutput: z.ZodTypeAny = z.record(z.string(), z.unknown()).describe(\"Response model for provider action input schema.\\nThe response is a dynamic object containing the complete input schema definition.\\nSince the schema structure varies by provider and action, all fields are captured dynamically.\");\n\nexport const stackAiGetActionInputs = action(\"STACK_AI_GET_ACTION_INPUTS\", {\n slug: \"stack_ai-get-action-inputs\",\n name: \"Get Action Inputs\",\n description: \"Tool to retrieve the input schema for a specific provider action in Stack AI. Use when you need to understand what parameters are required for a provider action.\",\n input: StackAiGetActionInputsInput,\n output: StackAiGetActionInputsOutput,\n});\n"],"mappings":";;AAUA,MAAa,yBAAyB,OAAO,8BAA8B;CACzE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAVuD,EAAE,OAAO;EAChE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;EAC3G,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAClG,CAAC,CAAC,CAAC,SAAS,+DAOH;CACP,QAPwD,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qOAO3F;AACV,CAAC"}
@@ -0,0 +1,27 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-action-outputs.ts
4
+ const StackAiGetActionOutputsInput = zod.z.object({
5
+ action_id: zod.z.string().describe("The unique identifier of the action within the provider (e.g., 'database_delete_airtable'). Used in the URL path to specify which action's output schema to retrieve."),
6
+ provider_id: zod.z.string().describe("The unique identifier of the provider (e.g., 'airtable', 'slack'). Used in the URL path to identify which provider's action to query.")
7
+ }).describe("Request model for retrieving output schema for a provider action.");
8
+ const StackAiGetActionOutputsOutput = zod.z.object({
9
+ type: zod.z.string().describe("JSON schema type (e.g., 'object', 'array', 'string'). Indicates the data type of the action output.").nullable().optional(),
10
+ items: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Schema definition for array items, present when type is 'array'.").nullable().optional(),
11
+ title: zod.z.string().describe("Human-readable title for the schema.").nullable().optional(),
12
+ required: zod.z.array(zod.z.string()).describe("List of required property names in the output schema.").nullable().optional(),
13
+ properties: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Object containing property definitions for the output schema. Each key is a property name with its schema definition.").nullable().optional(),
14
+ description: zod.z.string().describe("Description of what the output schema represents.").nullable().optional(),
15
+ additionalProperties: zod.z.boolean().describe("Whether additional properties beyond those defined are allowed.").nullable().optional()
16
+ }).passthrough().describe("Response model containing the output schema for a provider action as a JSON schema.\nThe response structure is dynamic and contains JSON schema properties describing the action's outputs.");
17
+ const stackAiGetActionOutputs = require_action.action("STACK_AI_GET_ACTION_OUTPUTS", {
18
+ slug: "stack_ai-get-action-outputs",
19
+ name: "Get Action Output Schema",
20
+ description: "Tool to retrieve the output parameters schema for a Stack.ai provider action as JSON schema. Use when you need to understand what data fields an action returns or to validate action outputs.",
21
+ input: StackAiGetActionOutputsInput,
22
+ output: StackAiGetActionOutputsOutput
23
+ });
24
+ //#endregion
25
+ exports.stackAiGetActionOutputs = stackAiGetActionOutputs;
26
+
27
+ //# sourceMappingURL=get-action-outputs.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-action-outputs.cjs","names":["z","action"],"sources":["../../src/actions/get-action-outputs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetActionOutputsInput: z.ZodTypeAny = z.object({\n action_id: z.string().describe(\"The unique identifier of the action within the provider (e.g., 'database_delete_airtable'). Used in the URL path to specify which action's output schema to retrieve.\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'airtable', 'slack'). Used in the URL path to identify which provider's action to query.\"),\n}).describe(\"Request model for retrieving output schema for a provider action.\");\nexport const StackAiGetActionOutputsOutput: z.ZodTypeAny = z.object({\n type: z.string().describe(\"JSON schema type (e.g., 'object', 'array', 'string'). Indicates the data type of the action output.\").nullable().optional(),\n items: z.record(z.string(), z.unknown()).describe(\"Schema definition for array items, present when type is 'array'.\").nullable().optional(),\n title: z.string().describe(\"Human-readable title for the schema.\").nullable().optional(),\n required: z.array(z.string()).describe(\"List of required property names in the output schema.\").nullable().optional(),\n properties: z.record(z.string(), z.unknown()).describe(\"Object containing property definitions for the output schema. Each key is a property name with its schema definition.\").nullable().optional(),\n description: z.string().describe(\"Description of what the output schema represents.\").nullable().optional(),\n additionalProperties: z.boolean().describe(\"Whether additional properties beyond those defined are allowed.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing the output schema for a provider action as a JSON schema.\\nThe response structure is dynamic and contains JSON schema properties describing the action's outputs.\");\n\nexport const stackAiGetActionOutputs = action(\"STACK_AI_GET_ACTION_OUTPUTS\", {\n slug: \"stack_ai-get-action-outputs\",\n name: \"Get Action Output Schema\",\n description: \"Tool to retrieve the output parameters schema for a Stack.ai provider action as JSON schema. Use when you need to understand what data fields an action returns or to validate action outputs.\",\n input: StackAiGetActionOutputsInput,\n output: StackAiGetActionOutputsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uKAAuK;CACtM,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI;AAC1K,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrJ,OAAOA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1I,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvF,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,YAAYA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpM,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1G,sBAAsBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6LAA6L;AAEvN,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-action-outputs.d.ts
4
+ declare const StackAiGetActionOutputsInput: z.ZodTypeAny;
5
+ declare const StackAiGetActionOutputsOutput: z.ZodTypeAny;
6
+ declare const stackAiGetActionOutputs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetActionOutputs };
9
+ //# sourceMappingURL=get-action-outputs.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-action-outputs.d.cts","names":[],"sources":["../../src/actions/get-action-outputs.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGmC;AAAA,cACnE,6BAAA,EAA+B,CAAA,CAAE,UAQ0K;AAAA,cAE3M,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-action-outputs.d.ts
4
+ declare const StackAiGetActionOutputsInput: z.ZodTypeAny;
5
+ declare const StackAiGetActionOutputsOutput: z.ZodTypeAny;
6
+ declare const stackAiGetActionOutputs: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetActionOutputs };
9
+ //# sourceMappingURL=get-action-outputs.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-action-outputs.d.mts","names":[],"sources":["../../src/actions/get-action-outputs.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAGmC;AAAA,cACnE,6BAAA,EAA+B,CAAA,CAAE,UAQ0K;AAAA,cAE3M,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,24 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const stackAiGetActionOutputs = action("STACK_AI_GET_ACTION_OUTPUTS", {
4
+ slug: "stack_ai-get-action-outputs",
5
+ name: "Get Action Output Schema",
6
+ description: "Tool to retrieve the output parameters schema for a Stack.ai provider action as JSON schema. Use when you need to understand what data fields an action returns or to validate action outputs.",
7
+ input: z.object({
8
+ action_id: z.string().describe("The unique identifier of the action within the provider (e.g., 'database_delete_airtable'). Used in the URL path to specify which action's output schema to retrieve."),
9
+ provider_id: z.string().describe("The unique identifier of the provider (e.g., 'airtable', 'slack'). Used in the URL path to identify which provider's action to query.")
10
+ }).describe("Request model for retrieving output schema for a provider action."),
11
+ output: z.object({
12
+ type: z.string().describe("JSON schema type (e.g., 'object', 'array', 'string'). Indicates the data type of the action output.").nullable().optional(),
13
+ items: z.record(z.string(), z.unknown()).describe("Schema definition for array items, present when type is 'array'.").nullable().optional(),
14
+ title: z.string().describe("Human-readable title for the schema.").nullable().optional(),
15
+ required: z.array(z.string()).describe("List of required property names in the output schema.").nullable().optional(),
16
+ properties: z.record(z.string(), z.unknown()).describe("Object containing property definitions for the output schema. Each key is a property name with its schema definition.").nullable().optional(),
17
+ description: z.string().describe("Description of what the output schema represents.").nullable().optional(),
18
+ additionalProperties: z.boolean().describe("Whether additional properties beyond those defined are allowed.").nullable().optional()
19
+ }).passthrough().describe("Response model containing the output schema for a provider action as a JSON schema.\nThe response structure is dynamic and contains JSON schema properties describing the action's outputs.")
20
+ });
21
+ //#endregion
22
+ export { stackAiGetActionOutputs };
23
+
24
+ //# sourceMappingURL=get-action-outputs.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-action-outputs.mjs","names":[],"sources":["../../src/actions/get-action-outputs.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetActionOutputsInput: z.ZodTypeAny = z.object({\n action_id: z.string().describe(\"The unique identifier of the action within the provider (e.g., 'database_delete_airtable'). Used in the URL path to specify which action's output schema to retrieve.\"),\n provider_id: z.string().describe(\"The unique identifier of the provider (e.g., 'airtable', 'slack'). Used in the URL path to identify which provider's action to query.\"),\n}).describe(\"Request model for retrieving output schema for a provider action.\");\nexport const StackAiGetActionOutputsOutput: z.ZodTypeAny = z.object({\n type: z.string().describe(\"JSON schema type (e.g., 'object', 'array', 'string'). Indicates the data type of the action output.\").nullable().optional(),\n items: z.record(z.string(), z.unknown()).describe(\"Schema definition for array items, present when type is 'array'.\").nullable().optional(),\n title: z.string().describe(\"Human-readable title for the schema.\").nullable().optional(),\n required: z.array(z.string()).describe(\"List of required property names in the output schema.\").nullable().optional(),\n properties: z.record(z.string(), z.unknown()).describe(\"Object containing property definitions for the output schema. Each key is a property name with its schema definition.\").nullable().optional(),\n description: z.string().describe(\"Description of what the output schema represents.\").nullable().optional(),\n additionalProperties: z.boolean().describe(\"Whether additional properties beyond those defined are allowed.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing the output schema for a provider action as a JSON schema.\\nThe response structure is dynamic and contains JSON schema properties describing the action's outputs.\");\n\nexport const stackAiGetActionOutputs = action(\"STACK_AI_GET_ACTION_OUTPUTS\", {\n slug: \"stack_ai-get-action-outputs\",\n name: \"Get Action Output Schema\",\n description: \"Tool to retrieve the output parameters schema for a Stack.ai provider action as JSON schema. Use when you need to understand what data fields an action returns or to validate action outputs.\",\n input: StackAiGetActionOutputsInput,\n output: StackAiGetActionOutputsOutput,\n});\n"],"mappings":";;AAkBA,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAlBwD,EAAE,OAAO;EACjE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uKAAuK;EACtM,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI;CAC1K,CAAC,CAAC,CAAC,SAAS,mEAeH;CACP,QAfyD,EAAE,OAAO;EAClE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrJ,OAAO,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1I,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACvF,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,YAAY,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,uHAAuH,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpM,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1G,sBAAsB,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpI,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6LAOhB;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-connector-type-schema.ts
4
+ const StackAiGetConnectorTypeSchemaInput = zod.z.object({ connector_type_id: zod.z.string().describe("The unique identifier for the connector type (e.g., 'airtable', 'notion', 'slack').") });
5
+ const StackAiGetConnectorTypeSchema_ConfigParameterResponseSchema = zod.z.object({
6
+ url: zod.z.unknown().describe("URL associated with the parameter.").nullable().optional(),
7
+ help: zod.z.unknown().describe("Help text or documentation for the parameter.").nullable().optional(),
8
+ name: zod.z.string().describe("Parameter name."),
9
+ type: zod.z.string().describe("Parameter type (e.g., 'string', 'boolean', 'number')."),
10
+ label: zod.z.string().describe("Human-readable label for the parameter."),
11
+ secret: zod.z.boolean().describe("Whether the parameter contains sensitive data.").nullable().optional(),
12
+ "default": zod.z.unknown().describe("Default value for the parameter.").nullable().optional(),
13
+ readonly: zod.z.boolean().describe("Whether the parameter is read-only.").nullable().optional(),
14
+ required: zod.z.boolean().describe("Whether the parameter is required.").nullable().optional(),
15
+ placeholder: zod.z.unknown().describe("Placeholder value for the parameter.").nullable().optional()
16
+ });
17
+ const StackAiGetConnectorTypeSchemaOutput = zod.z.object({
18
+ parameters: zod.z.array(StackAiGetConnectorTypeSchema_ConfigParameterResponseSchema).describe("List of configuration parameters required for this connector type."),
19
+ provider_id: zod.z.string().describe("The provider identifier for this connector."),
20
+ connector_type_id: zod.z.string().describe("The unique identifier for the connector type.")
21
+ });
22
+ const stackAiGetConnectorTypeSchema = require_action.action("STACK_AI_GET_CONNECTOR_TYPE_SCHEMA", {
23
+ slug: "stack_ai-get-connector-type-schema",
24
+ name: "Get Connector Type Schema",
25
+ description: "Tool to retrieve the configuration schema for a specific connector type in Stack AI. Use when you need to understand what parameters are required to configure a connector.",
26
+ input: StackAiGetConnectorTypeSchemaInput,
27
+ output: StackAiGetConnectorTypeSchemaOutput
28
+ });
29
+ //#endregion
30
+ exports.stackAiGetConnectorTypeSchema = stackAiGetConnectorTypeSchema;
31
+
32
+ //# sourceMappingURL=get-connector-type-schema.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-connector-type-schema.cjs","names":["z","action"],"sources":["../../src/actions/get-connector-type-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetConnectorTypeSchemaInput: z.ZodTypeAny = z.object({\n connector_type_id: z.string().describe(\"The unique identifier for the connector type (e.g., 'airtable', 'notion', 'slack').\"),\n});\nconst StackAiGetConnectorTypeSchema_ConfigParameterResponseSchema: z.ZodTypeAny = z.object({\n url: z.unknown().describe(\"URL associated with the parameter.\").nullable().optional(),\n help: z.unknown().describe(\"Help text or documentation for the parameter.\").nullable().optional(),\n name: z.string().describe(\"Parameter name.\"),\n type: z.string().describe(\"Parameter type (e.g., 'string', 'boolean', 'number').\"),\n label: z.string().describe(\"Human-readable label for the parameter.\"),\n secret: z.boolean().describe(\"Whether the parameter contains sensitive data.\").nullable().optional(),\n \"default\": z.unknown().describe(\"Default value for the parameter.\").nullable().optional(),\n readonly: z.boolean().describe(\"Whether the parameter is read-only.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required.\").nullable().optional(),\n placeholder: z.unknown().describe(\"Placeholder value for the parameter.\").nullable().optional(),\n});\nexport const StackAiGetConnectorTypeSchemaOutput: z.ZodTypeAny = z.object({\n parameters: z.array(StackAiGetConnectorTypeSchema_ConfigParameterResponseSchema).describe(\"List of configuration parameters required for this connector type.\"),\n provider_id: z.string().describe(\"The provider identifier for this connector.\"),\n connector_type_id: z.string().describe(\"The unique identifier for the connector type.\"),\n});\n\nexport const stackAiGetConnectorTypeSchema = action(\"STACK_AI_GET_CONNECTOR_TYPE_SCHEMA\", {\n slug: \"stack_ai-get-connector-type-schema\",\n name: \"Get Connector Type Schema\",\n description: \"Tool to retrieve the configuration schema for a specific connector type in Stack AI. Use when you need to understand what parameters are required to configure a connector.\",\n input: StackAiGetConnectorTypeSchemaInput,\n output: StackAiGetConnectorTypeSchemaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,EAC9H,CAAC;AACD,MAAM,8DAA4EA,IAAAA,EAAE,OAAO;CACzF,KAAKA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACjF,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACpE,QAAQA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAWA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC;AACD,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,YAAYA,IAAAA,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,oEAAoE;CAC9J,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC9E,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AACxF,CAAC;AAED,MAAa,gCAAgCC,eAAAA,OAAO,sCAAsC;CACxF,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-connector-type-schema.d.ts
4
+ declare const StackAiGetConnectorTypeSchemaInput: z.ZodTypeAny;
5
+ declare const StackAiGetConnectorTypeSchemaOutput: z.ZodTypeAny;
6
+ declare const stackAiGetConnectorTypeSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetConnectorTypeSchema };
9
+ //# sourceMappingURL=get-connector-type-schema.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-connector-type-schema.d.cts","names":[],"sources":["../../src/actions/get-connector-type-schema.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAaW,mCAAA,EAAqC,CAAA,CAAE,UAIlD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-connector-type-schema.d.ts
4
+ declare const StackAiGetConnectorTypeSchemaInput: z.ZodTypeAny;
5
+ declare const StackAiGetConnectorTypeSchemaOutput: z.ZodTypeAny;
6
+ declare const stackAiGetConnectorTypeSchema: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetConnectorTypeSchema };
9
+ //# sourceMappingURL=get-connector-type-schema.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-connector-type-schema.d.mts","names":[],"sources":["../../src/actions/get-connector-type-schema.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAEjD;AAAA,cAaW,mCAAA,EAAqC,CAAA,CAAE,UAIlD;AAAA,cAEW,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-connector-type-schema.ts
4
+ const StackAiGetConnectorTypeSchemaInput = z.object({ connector_type_id: z.string().describe("The unique identifier for the connector type (e.g., 'airtable', 'notion', 'slack').") });
5
+ const StackAiGetConnectorTypeSchema_ConfigParameterResponseSchema = z.object({
6
+ url: z.unknown().describe("URL associated with the parameter.").nullable().optional(),
7
+ help: z.unknown().describe("Help text or documentation for the parameter.").nullable().optional(),
8
+ name: z.string().describe("Parameter name."),
9
+ type: z.string().describe("Parameter type (e.g., 'string', 'boolean', 'number')."),
10
+ label: z.string().describe("Human-readable label for the parameter."),
11
+ secret: z.boolean().describe("Whether the parameter contains sensitive data.").nullable().optional(),
12
+ "default": z.unknown().describe("Default value for the parameter.").nullable().optional(),
13
+ readonly: z.boolean().describe("Whether the parameter is read-only.").nullable().optional(),
14
+ required: z.boolean().describe("Whether the parameter is required.").nullable().optional(),
15
+ placeholder: z.unknown().describe("Placeholder value for the parameter.").nullable().optional()
16
+ });
17
+ const stackAiGetConnectorTypeSchema = action("STACK_AI_GET_CONNECTOR_TYPE_SCHEMA", {
18
+ slug: "stack_ai-get-connector-type-schema",
19
+ name: "Get Connector Type Schema",
20
+ description: "Tool to retrieve the configuration schema for a specific connector type in Stack AI. Use when you need to understand what parameters are required to configure a connector.",
21
+ input: StackAiGetConnectorTypeSchemaInput,
22
+ output: z.object({
23
+ parameters: z.array(StackAiGetConnectorTypeSchema_ConfigParameterResponseSchema).describe("List of configuration parameters required for this connector type."),
24
+ provider_id: z.string().describe("The provider identifier for this connector."),
25
+ connector_type_id: z.string().describe("The unique identifier for the connector type.")
26
+ })
27
+ });
28
+ //#endregion
29
+ export { stackAiGetConnectorTypeSchema };
30
+
31
+ //# sourceMappingURL=get-connector-type-schema.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-connector-type-schema.mjs","names":[],"sources":["../../src/actions/get-connector-type-schema.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetConnectorTypeSchemaInput: z.ZodTypeAny = z.object({\n connector_type_id: z.string().describe(\"The unique identifier for the connector type (e.g., 'airtable', 'notion', 'slack').\"),\n});\nconst StackAiGetConnectorTypeSchema_ConfigParameterResponseSchema: z.ZodTypeAny = z.object({\n url: z.unknown().describe(\"URL associated with the parameter.\").nullable().optional(),\n help: z.unknown().describe(\"Help text or documentation for the parameter.\").nullable().optional(),\n name: z.string().describe(\"Parameter name.\"),\n type: z.string().describe(\"Parameter type (e.g., 'string', 'boolean', 'number').\"),\n label: z.string().describe(\"Human-readable label for the parameter.\"),\n secret: z.boolean().describe(\"Whether the parameter contains sensitive data.\").nullable().optional(),\n \"default\": z.unknown().describe(\"Default value for the parameter.\").nullable().optional(),\n readonly: z.boolean().describe(\"Whether the parameter is read-only.\").nullable().optional(),\n required: z.boolean().describe(\"Whether the parameter is required.\").nullable().optional(),\n placeholder: z.unknown().describe(\"Placeholder value for the parameter.\").nullable().optional(),\n});\nexport const StackAiGetConnectorTypeSchemaOutput: z.ZodTypeAny = z.object({\n parameters: z.array(StackAiGetConnectorTypeSchema_ConfigParameterResponseSchema).describe(\"List of configuration parameters required for this connector type.\"),\n provider_id: z.string().describe(\"The provider identifier for this connector.\"),\n connector_type_id: z.string().describe(\"The unique identifier for the connector type.\"),\n});\n\nexport const stackAiGetConnectorTypeSchema = action(\"STACK_AI_GET_CONNECTOR_TYPE_SCHEMA\", {\n slug: \"stack_ai-get-connector-type-schema\",\n name: \"Get Connector Type Schema\",\n description: \"Tool to retrieve the configuration schema for a specific connector type in Stack AI. Use when you need to understand what parameters are required to configure a connector.\",\n input: StackAiGetConnectorTypeSchemaInput,\n output: StackAiGetConnectorTypeSchemaOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmD,EAAE,OAAO,EACvE,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,qFAAqF,EAC9H,CAAC;AACD,MAAM,8DAA4E,EAAE,OAAO;CACzF,KAAK,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAM,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB;CAC3C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;CACjF,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACpE,QAAQ,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,WAAW,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,QAAQ,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAChG,CAAC;AAOD,MAAa,gCAAgC,OAAO,sCAAsC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX+D,EAAE,OAAO;EACxE,YAAY,EAAE,MAAM,2DAA2D,CAAC,CAAC,SAAS,oEAAoE;EAC9J,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;EAC9E,mBAAmB,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CACxF,CAOU;AACV,CAAC"}
@@ -0,0 +1,22 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-license-status.ts
4
+ const StackAiGetLicenseStatusInput = zod.z.object({}).describe("Request model for retrieving Stack AI license status.\nThis endpoint requires no parameters.");
5
+ const StackAiGetLicenseStatusOutput = zod.z.object({
6
+ is_valid: zod.z.boolean().describe("Whether the license is currently valid and active."),
7
+ client_name: zod.z.string().describe("Name of the client associated with the license."),
8
+ expiry_date: zod.z.string().describe("ISO 8601 datetime string indicating when the license expires."),
9
+ is_expiring_soon: zod.z.boolean().describe("Whether the license is approaching its expiration date."),
10
+ days_until_expiry: zod.z.number().int().describe("Number of days remaining until the license expires.")
11
+ }).describe("Response model containing license status information for UI display.");
12
+ const stackAiGetLicenseStatus = require_action.action("STACK_AI_GET_LICENSE_STATUS", {
13
+ slug: "stack_ai-get-license-status",
14
+ name: "Get License Status",
15
+ description: "Tool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining.",
16
+ input: StackAiGetLicenseStatusInput,
17
+ output: StackAiGetLicenseStatusOutput
18
+ });
19
+ //#endregion
20
+ exports.stackAiGetLicenseStatus = stackAiGetLicenseStatus;
21
+
22
+ //# sourceMappingURL=get-license-status.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-license-status.cjs","names":["z","action"],"sources":["../../src/actions/get-license-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetLicenseStatusInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving Stack AI license status.\\nThis endpoint requires no parameters.\");\nexport const StackAiGetLicenseStatusOutput: z.ZodTypeAny = z.object({\n is_valid: z.boolean().describe(\"Whether the license is currently valid and active.\"),\n client_name: z.string().describe(\"Name of the client associated with the license.\"),\n expiry_date: z.string().describe(\"ISO 8601 datetime string indicating when the license expires.\"),\n is_expiring_soon: z.boolean().describe(\"Whether the license is approaching its expiration date.\"),\n days_until_expiry: z.number().int().describe(\"Number of days remaining until the license expires.\"),\n}).describe(\"Response model containing license status information for UI display.\");\n\nexport const stackAiGetLicenseStatus = action(\"STACK_AI_GET_LICENSE_STATUS\", {\n slug: \"stack_ai-get-license-status\",\n name: \"Get License Status\",\n description: \"Tool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining.\",\n input: StackAiGetLicenseStatusInput,\n output: StackAiGetLicenseStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8FAA8F;AAC9K,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAClF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;CAChG,kBAAkBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;CAChG,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;AACpG,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAElF,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-license-status.d.ts
4
+ declare const StackAiGetLicenseStatusInput: z.ZodTypeAny;
5
+ declare const StackAiGetLicenseStatusOutput: z.ZodTypeAny;
6
+ declare const stackAiGetLicenseStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetLicenseStatus };
9
+ //# sourceMappingURL=get-license-status.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-license-status.d.cts","names":[],"sources":["../../src/actions/get-license-status.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAkI;AAAA,cAClK,6BAAA,EAA+B,CAAA,CAAE,UAMqC;AAAA,cAEtE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-license-status.d.ts
4
+ declare const StackAiGetLicenseStatusInput: z.ZodTypeAny;
5
+ declare const StackAiGetLicenseStatusOutput: z.ZodTypeAny;
6
+ declare const stackAiGetLicenseStatus: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { stackAiGetLicenseStatus };
9
+ //# sourceMappingURL=get-license-status.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-license-status.d.mts","names":[],"sources":["../../src/actions/get-license-status.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAkI;AAAA,cAClK,6BAAA,EAA+B,CAAA,CAAE,UAMqC;AAAA,cAEtE,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const stackAiGetLicenseStatus = action("STACK_AI_GET_LICENSE_STATUS", {
4
+ slug: "stack_ai-get-license-status",
5
+ name: "Get License Status",
6
+ description: "Tool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining.",
7
+ input: z.object({}).describe("Request model for retrieving Stack AI license status.\nThis endpoint requires no parameters."),
8
+ output: z.object({
9
+ is_valid: z.boolean().describe("Whether the license is currently valid and active."),
10
+ client_name: z.string().describe("Name of the client associated with the license."),
11
+ expiry_date: z.string().describe("ISO 8601 datetime string indicating when the license expires."),
12
+ is_expiring_soon: z.boolean().describe("Whether the license is approaching its expiration date."),
13
+ days_until_expiry: z.number().int().describe("Number of days remaining until the license expires.")
14
+ }).describe("Response model containing license status information for UI display.")
15
+ });
16
+ //#endregion
17
+ export { stackAiGetLicenseStatus };
18
+
19
+ //# sourceMappingURL=get-license-status.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-license-status.mjs","names":[],"sources":["../../src/actions/get-license-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const StackAiGetLicenseStatusInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving Stack AI license status.\\nThis endpoint requires no parameters.\");\nexport const StackAiGetLicenseStatusOutput: z.ZodTypeAny = z.object({\n is_valid: z.boolean().describe(\"Whether the license is currently valid and active.\"),\n client_name: z.string().describe(\"Name of the client associated with the license.\"),\n expiry_date: z.string().describe(\"ISO 8601 datetime string indicating when the license expires.\"),\n is_expiring_soon: z.boolean().describe(\"Whether the license is approaching its expiration date.\"),\n days_until_expiry: z.number().int().describe(\"Number of days remaining until the license expires.\"),\n}).describe(\"Response model containing license status information for UI display.\");\n\nexport const stackAiGetLicenseStatus = action(\"STACK_AI_GET_LICENSE_STATUS\", {\n slug: \"stack_ai-get-license-status\",\n name: \"Get License Status\",\n description: \"Tool to retrieve the current Stack AI license status. Use when you need to check license validity, expiration date, or days remaining.\",\n input: StackAiGetLicenseStatusInput,\n output: StackAiGetLicenseStatusOutput,\n});\n"],"mappings":";;AAaA,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbwD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8FAavE;CACP,QAbyD,EAAE,OAAO;EAClE,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,oDAAoD;EACnF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAClF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,+DAA+D;EAChG,kBAAkB,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;EAChG,mBAAmB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qDAAqD;CACpG,CAAC,CAAC,CAAC,SAAS,sEAOF;AACV,CAAC"}