@keystrokehq/ritekit 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 (146) 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/auto-hashtag.cjs +20 -0
  7. package/dist/actions/auto-hashtag.cjs.map +1 -0
  8. package/dist/actions/auto-hashtag.d.cts +9 -0
  9. package/dist/actions/auto-hashtag.d.cts.map +1 -0
  10. package/dist/actions/auto-hashtag.d.mts +9 -0
  11. package/dist/actions/auto-hashtag.d.mts.map +1 -0
  12. package/dist/actions/auto-hashtag.mjs +17 -0
  13. package/dist/actions/auto-hashtag.mjs.map +1 -0
  14. package/dist/actions/banned-instagram-hashtags.cjs +23 -0
  15. package/dist/actions/banned-instagram-hashtags.cjs.map +1 -0
  16. package/dist/actions/banned-instagram-hashtags.d.cts +9 -0
  17. package/dist/actions/banned-instagram-hashtags.d.cts.map +1 -0
  18. package/dist/actions/banned-instagram-hashtags.d.mts +9 -0
  19. package/dist/actions/banned-instagram-hashtags.d.mts.map +1 -0
  20. package/dist/actions/banned-instagram-hashtags.mjs +20 -0
  21. package/dist/actions/banned-instagram-hashtags.mjs.map +1 -0
  22. package/dist/actions/detect-disposable-email.cjs +16 -0
  23. package/dist/actions/detect-disposable-email.cjs.map +1 -0
  24. package/dist/actions/detect-disposable-email.d.cts +9 -0
  25. package/dist/actions/detect-disposable-email.d.cts.map +1 -0
  26. package/dist/actions/detect-disposable-email.d.mts +9 -0
  27. package/dist/actions/detect-disposable-email.d.mts.map +1 -0
  28. package/dist/actions/detect-disposable-email.mjs +13 -0
  29. package/dist/actions/detect-disposable-email.mjs.map +1 -0
  30. package/dist/actions/detect-email-typo.cjs +19 -0
  31. package/dist/actions/detect-email-typo.cjs.map +1 -0
  32. package/dist/actions/detect-email-typo.d.cts +9 -0
  33. package/dist/actions/detect-email-typo.d.cts.map +1 -0
  34. package/dist/actions/detect-email-typo.d.mts +9 -0
  35. package/dist/actions/detect-email-typo.d.mts.map +1 -0
  36. package/dist/actions/detect-email-typo.mjs +16 -0
  37. package/dist/actions/detect-email-typo.mjs.map +1 -0
  38. package/dist/actions/freemail-detection.cjs +16 -0
  39. package/dist/actions/freemail-detection.cjs.map +1 -0
  40. package/dist/actions/freemail-detection.d.cts +9 -0
  41. package/dist/actions/freemail-detection.d.cts.map +1 -0
  42. package/dist/actions/freemail-detection.d.mts +9 -0
  43. package/dist/actions/freemail-detection.d.mts.map +1 -0
  44. package/dist/actions/freemail-detection.mjs +13 -0
  45. package/dist/actions/freemail-detection.mjs.map +1 -0
  46. package/dist/actions/get-access-token.cjs +25 -0
  47. package/dist/actions/get-access-token.cjs.map +1 -0
  48. package/dist/actions/get-access-token.d.cts +9 -0
  49. package/dist/actions/get-access-token.d.cts.map +1 -0
  50. package/dist/actions/get-access-token.d.mts +9 -0
  51. package/dist/actions/get-access-token.d.mts.map +1 -0
  52. package/dist/actions/get-access-token.mjs +22 -0
  53. package/dist/actions/get-access-token.mjs.map +1 -0
  54. package/dist/actions/get-client-id.cjs +16 -0
  55. package/dist/actions/get-client-id.cjs.map +1 -0
  56. package/dist/actions/get-client-id.d.cts +9 -0
  57. package/dist/actions/get-client-id.d.cts.map +1 -0
  58. package/dist/actions/get-client-id.d.mts +9 -0
  59. package/dist/actions/get-client-id.d.mts.map +1 -0
  60. package/dist/actions/get-client-id.mjs +13 -0
  61. package/dist/actions/get-client-id.mjs.map +1 -0
  62. package/dist/actions/get-client-secret.cjs +16 -0
  63. package/dist/actions/get-client-secret.cjs.map +1 -0
  64. package/dist/actions/get-client-secret.d.cts +9 -0
  65. package/dist/actions/get-client-secret.d.cts.map +1 -0
  66. package/dist/actions/get-client-secret.d.mts +9 -0
  67. package/dist/actions/get-client-secret.d.mts.map +1 -0
  68. package/dist/actions/get-client-secret.mjs +13 -0
  69. package/dist/actions/get-client-secret.mjs.map +1 -0
  70. package/dist/actions/get-full-email-insights.cjs +29 -0
  71. package/dist/actions/get-full-email-insights.cjs.map +1 -0
  72. package/dist/actions/get-full-email-insights.d.cts +9 -0
  73. package/dist/actions/get-full-email-insights.d.cts.map +1 -0
  74. package/dist/actions/get-full-email-insights.d.mts +9 -0
  75. package/dist/actions/get-full-email-insights.d.mts.map +1 -0
  76. package/dist/actions/get-full-email-insights.mjs +26 -0
  77. package/dist/actions/get-full-email-insights.mjs.map +1 -0
  78. package/dist/actions/hashtag-suggestions.cjs +24 -0
  79. package/dist/actions/hashtag-suggestions.cjs.map +1 -0
  80. package/dist/actions/hashtag-suggestions.d.cts +9 -0
  81. package/dist/actions/hashtag-suggestions.d.cts.map +1 -0
  82. package/dist/actions/hashtag-suggestions.d.mts +9 -0
  83. package/dist/actions/hashtag-suggestions.d.mts.map +1 -0
  84. package/dist/actions/hashtag-suggestions.mjs +23 -0
  85. package/dist/actions/hashtag-suggestions.mjs.map +1 -0
  86. package/dist/actions/index.cjs +29 -0
  87. package/dist/actions/index.d.cts +15 -0
  88. package/dist/actions/index.d.mts +15 -0
  89. package/dist/actions/index.mjs +15 -0
  90. package/dist/actions/link-ad-delete.cjs +19 -0
  91. package/dist/actions/link-ad-delete.cjs.map +1 -0
  92. package/dist/actions/link-ad-delete.d.cts +9 -0
  93. package/dist/actions/link-ad-delete.d.cts.map +1 -0
  94. package/dist/actions/link-ad-delete.d.mts +9 -0
  95. package/dist/actions/link-ad-delete.d.mts.map +1 -0
  96. package/dist/actions/link-ad-delete.mjs +16 -0
  97. package/dist/actions/link-ad-delete.mjs.map +1 -0
  98. package/dist/actions/list-link-ads.cjs +25 -0
  99. package/dist/actions/list-link-ads.cjs.map +1 -0
  100. package/dist/actions/list-link-ads.d.cts +9 -0
  101. package/dist/actions/list-link-ads.d.cts.map +1 -0
  102. package/dist/actions/list-link-ads.d.mts +9 -0
  103. package/dist/actions/list-link-ads.d.mts.map +1 -0
  104. package/dist/actions/list-link-ads.mjs +24 -0
  105. package/dist/actions/list-link-ads.mjs.map +1 -0
  106. package/dist/actions/shorten-link.cjs +28 -0
  107. package/dist/actions/shorten-link.cjs.map +1 -0
  108. package/dist/actions/shorten-link.d.cts +9 -0
  109. package/dist/actions/shorten-link.d.cts.map +1 -0
  110. package/dist/actions/shorten-link.d.mts +9 -0
  111. package/dist/actions/shorten-link.d.mts.map +1 -0
  112. package/dist/actions/shorten-link.mjs +27 -0
  113. package/dist/actions/shorten-link.mjs.map +1 -0
  114. package/dist/actions/text-to-image.cjs +40 -0
  115. package/dist/actions/text-to-image.cjs.map +1 -0
  116. package/dist/actions/text-to-image.d.cts +9 -0
  117. package/dist/actions/text-to-image.d.cts.map +1 -0
  118. package/dist/actions/text-to-image.d.mts +9 -0
  119. package/dist/actions/text-to-image.d.mts.map +1 -0
  120. package/dist/actions/text-to-image.mjs +37 -0
  121. package/dist/actions/text-to-image.mjs.map +1 -0
  122. package/dist/app.cjs +9 -0
  123. package/dist/app.cjs.map +1 -0
  124. package/dist/app.d.cts +5 -0
  125. package/dist/app.d.cts.map +1 -0
  126. package/dist/app.d.mts +5 -0
  127. package/dist/app.d.mts.map +1 -0
  128. package/dist/app.mjs +10 -0
  129. package/dist/app.mjs.map +1 -0
  130. package/dist/catalog.cjs +15 -0
  131. package/dist/catalog.cjs.map +1 -0
  132. package/dist/catalog.d.cts +14 -0
  133. package/dist/catalog.d.cts.map +1 -0
  134. package/dist/catalog.d.mts +14 -0
  135. package/dist/catalog.d.mts.map +1 -0
  136. package/dist/catalog.mjs +15 -0
  137. package/dist/catalog.mjs.map +1 -0
  138. package/dist/execute.cjs +18 -0
  139. package/dist/execute.cjs.map +1 -0
  140. package/dist/execute.mjs +18 -0
  141. package/dist/execute.mjs.map +1 -0
  142. package/dist/index.cjs +34 -0
  143. package/dist/index.d.cts +17 -0
  144. package/dist/index.d.mts +17 -0
  145. package/dist/index.mjs +18 -0
  146. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/ritekit
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `ritekit`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 14
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { ritekitAutoHashtag } from "@keystrokehq/ritekit/actions";
12
+
13
+ export default defineAgent({
14
+ key: "ritekit-agent",
15
+ tools: [ritekitAutoHashtag],
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.ritekit.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.executeRitekitTool(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":["ritekit","executeRitekitTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { ritekit } from \"./app\";\nimport { executeRitekitTool } 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 ritekit.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 executeRitekitTool(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 { ritekit } from "./app.mjs";
2
+ import { executeRitekitTool } 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 ritekit.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 executeRitekitTool(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 { ritekit } from \"./app\";\nimport { executeRitekitTool } 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 ritekit.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 executeRitekitTool(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,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/auto-hashtag.ts
4
+ const RitekitAutoHashtagInput = zod.z.object({
5
+ post: zod.z.string().describe("Text of the post to add hashtags to"),
6
+ maxHashtags: zod.z.number().int().describe("Maximum number of hashtags to add (default is 2)").optional(),
7
+ hashtagPosition: zod.z.enum(["auto", "end"]).describe("Position of hashtags: 'auto' to insert in context, 'end' to append at end (default is 'auto')").optional()
8
+ }).describe("Request model for RiteKit Auto-Hashtag API.");
9
+ const RitekitAutoHashtagOutput = zod.z.object({ text: zod.z.string().describe("Post text with relevant hashtags inserted") }).describe("Response model for RiteKit Auto-Hashtag API.");
10
+ const ritekitAutoHashtag = require_action.action("RITEKIT_AUTO_HASHTAG", {
11
+ slug: "ritekit-auto-hashtag",
12
+ name: "Auto Hashtag",
13
+ description: "Tool to automatically add relevant hashtags to a given post. Use when you have plain text and need suggested hashtags appended or inserted in context.",
14
+ input: RitekitAutoHashtagInput,
15
+ output: RitekitAutoHashtagOutput
16
+ });
17
+ //#endregion
18
+ exports.ritekitAutoHashtag = ritekitAutoHashtag;
19
+
20
+ //# sourceMappingURL=auto-hashtag.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-hashtag.cjs","names":["z","action"],"sources":["../../src/actions/auto-hashtag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitAutoHashtagInput: z.ZodTypeAny = z.object({\n post: z.string().describe(\"Text of the post to add hashtags to\"),\n maxHashtags: z.number().int().describe(\"Maximum number of hashtags to add (default is 2)\").optional(),\n hashtagPosition: z.enum([\"auto\", \"end\"]).describe(\"Position of hashtags: 'auto' to insert in context, 'end' to append at end (default is 'auto')\").optional(),\n}).describe(\"Request model for RiteKit Auto-Hashtag API.\");\nexport const RitekitAutoHashtagOutput: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Post text with relevant hashtags inserted\"),\n}).describe(\"Response model for RiteKit Auto-Hashtag API.\");\n\nexport const ritekitAutoHashtag = action(\"RITEKIT_AUTO_HASHTAG\", {\n slug: \"ritekit-auto-hashtag\",\n name: \"Auto Hashtag\",\n description: \"Tool to automatically add relevant hashtags to a given post. Use when you have plain text and need suggested hashtags appended or inserted in context.\",\n input: RitekitAutoHashtagInput,\n output: RitekitAutoHashtagOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CACpG,iBAAiBA,IAAAA,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;AAC9J,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,EAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACvE,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAE1D,MAAa,qBAAqBC,eAAAA,OAAO,wBAAwB;CAC/D,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/auto-hashtag.d.ts
4
+ declare const RitekitAutoHashtagInput: z.ZodTypeAny;
5
+ declare const RitekitAutoHashtagOutput: z.ZodTypeAny;
6
+ declare const ritekitAutoHashtag: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitAutoHashtag };
9
+ //# sourceMappingURL=auto-hashtag.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-hashtag.d.cts","names":[],"sources":["../../src/actions/auto-hashtag.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAIkB;AAAA,cAC7C,wBAAA,EAA0B,CAAA,CAAE,UAEkB;AAAA,cAE9C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/auto-hashtag.d.ts
4
+ declare const RitekitAutoHashtagInput: z.ZodTypeAny;
5
+ declare const RitekitAutoHashtagOutput: z.ZodTypeAny;
6
+ declare const ritekitAutoHashtag: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitAutoHashtag };
9
+ //# sourceMappingURL=auto-hashtag.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-hashtag.d.mts","names":[],"sources":["../../src/actions/auto-hashtag.ts"],"mappings":";;;cAIa,uBAAA,EAAyB,CAAA,CAAE,UAIkB;AAAA,cAC7C,wBAAA,EAA0B,CAAA,CAAE,UAEkB;AAAA,cAE9C,kBAAA,gCAAkB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,17 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const ritekitAutoHashtag = action("RITEKIT_AUTO_HASHTAG", {
4
+ slug: "ritekit-auto-hashtag",
5
+ name: "Auto Hashtag",
6
+ description: "Tool to automatically add relevant hashtags to a given post. Use when you have plain text and need suggested hashtags appended or inserted in context.",
7
+ input: z.object({
8
+ post: z.string().describe("Text of the post to add hashtags to"),
9
+ maxHashtags: z.number().int().describe("Maximum number of hashtags to add (default is 2)").optional(),
10
+ hashtagPosition: z.enum(["auto", "end"]).describe("Position of hashtags: 'auto' to insert in context, 'end' to append at end (default is 'auto')").optional()
11
+ }).describe("Request model for RiteKit Auto-Hashtag API."),
12
+ output: z.object({ text: z.string().describe("Post text with relevant hashtags inserted") }).describe("Response model for RiteKit Auto-Hashtag API.")
13
+ });
14
+ //#endregion
15
+ export { ritekitAutoHashtag };
16
+
17
+ //# sourceMappingURL=auto-hashtag.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auto-hashtag.mjs","names":[],"sources":["../../src/actions/auto-hashtag.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitAutoHashtagInput: z.ZodTypeAny = z.object({\n post: z.string().describe(\"Text of the post to add hashtags to\"),\n maxHashtags: z.number().int().describe(\"Maximum number of hashtags to add (default is 2)\").optional(),\n hashtagPosition: z.enum([\"auto\", \"end\"]).describe(\"Position of hashtags: 'auto' to insert in context, 'end' to append at end (default is 'auto')\").optional(),\n}).describe(\"Request model for RiteKit Auto-Hashtag API.\");\nexport const RitekitAutoHashtagOutput: z.ZodTypeAny = z.object({\n text: z.string().describe(\"Post text with relevant hashtags inserted\"),\n}).describe(\"Response model for RiteKit Auto-Hashtag API.\");\n\nexport const ritekitAutoHashtag = action(\"RITEKIT_AUTO_HASHTAG\", {\n slug: \"ritekit-auto-hashtag\",\n name: \"Auto Hashtag\",\n description: \"Tool to automatically add relevant hashtags to a given post. Use when you have plain text and need suggested hashtags appended or inserted in context.\",\n input: RitekitAutoHashtagInput,\n output: RitekitAutoHashtagOutput,\n});\n"],"mappings":";;AAaA,MAAa,qBAAqB,OAAO,wBAAwB;CAC/D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAbmD,EAAE,OAAO;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;EAC/D,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EACpG,iBAAiB,EAAE,KAAK,CAAC,QAAQ,KAAK,CAAC,CAAC,CAAC,SAAS,+FAA+F,CAAC,CAAC,SAAS;CAC9J,CAAC,CAAC,CAAC,SAAS,6CASH;CACP,QAToD,EAAE,OAAO,EAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,EACvE,CAAC,CAAC,CAAC,SAAS,8CAOF;AACV,CAAC"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/banned-instagram-hashtags.ts
4
+ const RitekitBannedInstagramHashtagsInput = zod.z.object({
5
+ tags: zod.z.array(zod.z.string()).describe("List of hashtags to check (without the leading '#'), 1-100 items"),
6
+ client_id: zod.z.string().describe("RiteKit API client ID passed as 'client_id' query parameter (alternative to access_token)").optional(),
7
+ access_token: zod.z.string().describe("RiteKit OAuth2 access token passed as 'access_token' query parameter").optional()
8
+ }).describe("Request model for RiteKit Banned Instagram Hashtags API.");
9
+ const RitekitBannedInstagramHashtagsOutput = zod.z.object({
10
+ banned_hashtags: zod.z.array(zod.z.string()).describe("List of hashtags banned on Instagram"),
11
+ not_banned_hashtags: zod.z.array(zod.z.string()).describe("List of hashtags not banned on Instagram")
12
+ }).describe("Response model for RiteKit Banned Instagram Hashtags API.");
13
+ const ritekitBannedInstagramHashtags = require_action.action("RITEKIT_BANNED_INSTAGRAM_HASHTAGS", {
14
+ slug: "ritekit-banned-instagram-hashtags",
15
+ name: "Check Banned Instagram Hashtags",
16
+ description: "Tool to identify which hashtags are banned on Instagram. Use when preparing content and need to filter out banned hashtags before posting.",
17
+ input: RitekitBannedInstagramHashtagsInput,
18
+ output: RitekitBannedInstagramHashtagsOutput
19
+ });
20
+ //#endregion
21
+ exports.ritekitBannedInstagramHashtags = ritekitBannedInstagramHashtags;
22
+
23
+ //# sourceMappingURL=banned-instagram-hashtags.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banned-instagram-hashtags.cjs","names":["z","action"],"sources":["../../src/actions/banned-instagram-hashtags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitBannedInstagramHashtagsInput: z.ZodTypeAny = z.object({\n tags: z.array(z.string()).describe(\"List of hashtags to check (without the leading '#'), 1-100 items\"),\n client_id: z.string().describe(\"RiteKit API client ID passed as 'client_id' query parameter (alternative to access_token)\").optional(),\n access_token: z.string().describe(\"RiteKit OAuth2 access token passed as 'access_token' query parameter\").optional(),\n}).describe(\"Request model for RiteKit Banned Instagram Hashtags API.\");\nexport const RitekitBannedInstagramHashtagsOutput: z.ZodTypeAny = z.object({\n banned_hashtags: z.array(z.string()).describe(\"List of hashtags banned on Instagram\"),\n not_banned_hashtags: z.array(z.string()).describe(\"List of hashtags not banned on Instagram\"),\n}).describe(\"Response model for RiteKit Banned Instagram Hashtags API.\");\n\nexport const ritekitBannedInstagramHashtags = action(\"RITEKIT_BANNED_INSTAGRAM_HASHTAGS\", {\n slug: \"ritekit-banned-instagram-hashtags\",\n name: \"Check Banned Instagram Hashtags\",\n description: \"Tool to identify which hashtags are banned on Instagram. Use when preparing content and need to filter out banned hashtags before posting.\",\n input: RitekitBannedInstagramHashtagsInput,\n output: RitekitBannedInstagramHashtagsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE;CACrG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACrI,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;AACrH,CAAC,CAAC,CAAC,SAAS,0DAA0D;AACtE,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,iBAAiBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC;CACpF,qBAAqBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C;AAC9F,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,iCAAiCC,eAAAA,OAAO,qCAAqC;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/banned-instagram-hashtags.d.ts
4
+ declare const RitekitBannedInstagramHashtagsInput: z.ZodTypeAny;
5
+ declare const RitekitBannedInstagramHashtagsOutput: z.ZodTypeAny;
6
+ declare const ritekitBannedInstagramHashtags: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitBannedInstagramHashtags };
9
+ //# sourceMappingURL=banned-instagram-hashtags.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banned-instagram-hashtags.d.cts","names":[],"sources":["../../src/actions/banned-instagram-hashtags.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAImB;AAAA,cAC1D,oCAAA,EAAsC,CAAA,CAAE,UAGmB;AAAA,cAE3D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/banned-instagram-hashtags.d.ts
4
+ declare const RitekitBannedInstagramHashtagsInput: z.ZodTypeAny;
5
+ declare const RitekitBannedInstagramHashtagsOutput: z.ZodTypeAny;
6
+ declare const ritekitBannedInstagramHashtags: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitBannedInstagramHashtags };
9
+ //# sourceMappingURL=banned-instagram-hashtags.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banned-instagram-hashtags.d.mts","names":[],"sources":["../../src/actions/banned-instagram-hashtags.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAImB;AAAA,cAC1D,oCAAA,EAAsC,CAAA,CAAE,UAGmB;AAAA,cAE3D,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,20 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const ritekitBannedInstagramHashtags = action("RITEKIT_BANNED_INSTAGRAM_HASHTAGS", {
4
+ slug: "ritekit-banned-instagram-hashtags",
5
+ name: "Check Banned Instagram Hashtags",
6
+ description: "Tool to identify which hashtags are banned on Instagram. Use when preparing content and need to filter out banned hashtags before posting.",
7
+ input: z.object({
8
+ tags: z.array(z.string()).describe("List of hashtags to check (without the leading '#'), 1-100 items"),
9
+ client_id: z.string().describe("RiteKit API client ID passed as 'client_id' query parameter (alternative to access_token)").optional(),
10
+ access_token: z.string().describe("RiteKit OAuth2 access token passed as 'access_token' query parameter").optional()
11
+ }).describe("Request model for RiteKit Banned Instagram Hashtags API."),
12
+ output: z.object({
13
+ banned_hashtags: z.array(z.string()).describe("List of hashtags banned on Instagram"),
14
+ not_banned_hashtags: z.array(z.string()).describe("List of hashtags not banned on Instagram")
15
+ }).describe("Response model for RiteKit Banned Instagram Hashtags API.")
16
+ });
17
+ //#endregion
18
+ export { ritekitBannedInstagramHashtags };
19
+
20
+ //# sourceMappingURL=banned-instagram-hashtags.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"banned-instagram-hashtags.mjs","names":[],"sources":["../../src/actions/banned-instagram-hashtags.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitBannedInstagramHashtagsInput: z.ZodTypeAny = z.object({\n tags: z.array(z.string()).describe(\"List of hashtags to check (without the leading '#'), 1-100 items\"),\n client_id: z.string().describe(\"RiteKit API client ID passed as 'client_id' query parameter (alternative to access_token)\").optional(),\n access_token: z.string().describe(\"RiteKit OAuth2 access token passed as 'access_token' query parameter\").optional(),\n}).describe(\"Request model for RiteKit Banned Instagram Hashtags API.\");\nexport const RitekitBannedInstagramHashtagsOutput: z.ZodTypeAny = z.object({\n banned_hashtags: z.array(z.string()).describe(\"List of hashtags banned on Instagram\"),\n not_banned_hashtags: z.array(z.string()).describe(\"List of hashtags not banned on Instagram\"),\n}).describe(\"Response model for RiteKit Banned Instagram Hashtags API.\");\n\nexport const ritekitBannedInstagramHashtags = action(\"RITEKIT_BANNED_INSTAGRAM_HASHTAGS\", {\n slug: \"ritekit-banned-instagram-hashtags\",\n name: \"Check Banned Instagram Hashtags\",\n description: \"Tool to identify which hashtags are banned on Instagram. Use when preparing content and need to filter out banned hashtags before posting.\",\n input: RitekitBannedInstagramHashtagsInput,\n output: RitekitBannedInstagramHashtagsOutput,\n});\n"],"mappings":";;AAcA,MAAa,iCAAiC,OAAO,qCAAqC;CACxF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd+D,EAAE,OAAO;EACxE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,kEAAkE;EACrG,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;EACrI,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,CAAC,CAAC,SAAS;CACrH,CAAC,CAAC,CAAC,SAAS,0DAUH;CACP,QAVgE,EAAE,OAAO;EACzE,iBAAiB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,sCAAsC;EACpF,qBAAqB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,0CAA0C;CAC9F,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/detect-disposable-email.ts
4
+ const RitekitDetectDisposableEmailInput = zod.z.object({ email: zod.z.string().describe("Email address to check for disposable status") }).describe("Request model for RiteKit Disposable Email Detection API.");
5
+ const RitekitDetectDisposableEmailOutput = zod.z.object({ disposable: zod.z.boolean().describe("True if the email address is recognized as disposable/temporary") }).describe("Response model for RiteKit Disposable Email Detection API.");
6
+ const ritekitDetectDisposableEmail = require_action.action("RITEKIT_DETECT_DISPOSABLE_EMAIL", {
7
+ slug: "ritekit-detect-disposable-email",
8
+ name: "Detect Disposable Email",
9
+ description: "Tool to detect if an email address is disposable. Use when validating email addresses to filter out temporary or fake email services.",
10
+ input: RitekitDetectDisposableEmailInput,
11
+ output: RitekitDetectDisposableEmailOutput
12
+ });
13
+ //#endregion
14
+ exports.ritekitDetectDisposableEmail = ritekitDetectDisposableEmail;
15
+
16
+ //# sourceMappingURL=detect-disposable-email.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-disposable-email.cjs","names":["z","action"],"sources":["../../src/actions/detect-disposable-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitDetectDisposableEmailInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to check for disposable status\"),\n}).describe(\"Request model for RiteKit Disposable Email Detection API.\");\nexport const RitekitDetectDisposableEmailOutput: z.ZodTypeAny = z.object({\n disposable: z.boolean().describe(\"True if the email address is recognized as disposable/temporary\"),\n}).describe(\"Response model for RiteKit Disposable Email Detection API.\");\n\nexport const ritekitDetectDisposableEmail = action(\"RITEKIT_DETECT_DISPOSABLE_EMAIL\", {\n slug: \"ritekit-detect-disposable-email\",\n name: \"Detect Disposable Email\",\n description: \"Tool to detect if an email address is disposable. Use when validating email addresses to filter out temporary or fake email services.\",\n input: RitekitDetectDisposableEmailInput,\n output: RitekitDetectDisposableEmailOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC3E,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,qCAAmDA,IAAAA,EAAE,OAAO,EACvE,YAAYA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,EACpG,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAExE,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,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/detect-disposable-email.d.ts
4
+ declare const RitekitDetectDisposableEmailInput: z.ZodTypeAny;
5
+ declare const RitekitDetectDisposableEmailOutput: z.ZodTypeAny;
6
+ declare const ritekitDetectDisposableEmail: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitDetectDisposableEmail };
9
+ //# sourceMappingURL=detect-disposable-email.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-disposable-email.d.cts","names":[],"sources":["../../src/actions/detect-disposable-email.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEsB;AAAA,cAC3D,kCAAA,EAAoC,CAAA,CAAE,UAEsB;AAAA,cAE5D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/detect-disposable-email.d.ts
4
+ declare const RitekitDetectDisposableEmailInput: z.ZodTypeAny;
5
+ declare const RitekitDetectDisposableEmailOutput: z.ZodTypeAny;
6
+ declare const ritekitDetectDisposableEmail: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitDetectDisposableEmail };
9
+ //# sourceMappingURL=detect-disposable-email.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-disposable-email.d.mts","names":[],"sources":["../../src/actions/detect-disposable-email.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAEsB;AAAA,cAC3D,kCAAA,EAAoC,CAAA,CAAE,UAEsB;AAAA,cAE5D,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const ritekitDetectDisposableEmail = action("RITEKIT_DETECT_DISPOSABLE_EMAIL", {
4
+ slug: "ritekit-detect-disposable-email",
5
+ name: "Detect Disposable Email",
6
+ description: "Tool to detect if an email address is disposable. Use when validating email addresses to filter out temporary or fake email services.",
7
+ input: z.object({ email: z.string().describe("Email address to check for disposable status") }).describe("Request model for RiteKit Disposable Email Detection API."),
8
+ output: z.object({ disposable: z.boolean().describe("True if the email address is recognized as disposable/temporary") }).describe("Response model for RiteKit Disposable Email Detection API.")
9
+ });
10
+ //#endregion
11
+ export { ritekitDetectDisposableEmail };
12
+
13
+ //# sourceMappingURL=detect-disposable-email.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-disposable-email.mjs","names":[],"sources":["../../src/actions/detect-disposable-email.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitDetectDisposableEmailInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to check for disposable status\"),\n}).describe(\"Request model for RiteKit Disposable Email Detection API.\");\nexport const RitekitDetectDisposableEmailOutput: z.ZodTypeAny = z.object({\n disposable: z.boolean().describe(\"True if the email address is recognized as disposable/temporary\"),\n}).describe(\"Response model for RiteKit Disposable Email Detection API.\");\n\nexport const ritekitDetectDisposableEmail = action(\"RITEKIT_DETECT_DISPOSABLE_EMAIL\", {\n slug: \"ritekit-detect-disposable-email\",\n name: \"Detect Disposable Email\",\n description: \"Tool to detect if an email address is disposable. Use when validating email addresses to filter out temporary or fake email services.\",\n input: RitekitDetectDisposableEmailInput,\n output: RitekitDetectDisposableEmailOutput,\n});\n"],"mappings":";;AAWA,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAX6D,EAAE,OAAO,EACtE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,EAC3E,CAAC,CAAC,CAAC,SAAS,2DASH;CACP,QAT8D,EAAE,OAAO,EACvE,YAAY,EAAE,QAAQ,CAAC,CAAC,SAAS,iEAAiE,EACpG,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
@@ -0,0 +1,19 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/detect-email-typo.ts
4
+ const RitekitDetectEmailTypoInput = zod.z.object({
5
+ email: zod.z.string().describe("Email address to check for typos and get correction suggestions"),
6
+ client_id: zod.z.string().describe("Your RiteKit API client ID; must be passed as 'client_id' query parameter")
7
+ }).describe("Request model for RiteKit Email Typo Detection API.");
8
+ const RitekitDetectEmailTypoOutput = zod.z.object({ corrections: zod.z.array(zod.z.string()).describe("Array of most likely corrected email domains (e.g., ['gmail.com', 'gmal.com'])").nullable().optional() }).describe("Response model for RiteKit Email Typo Detection API.");
9
+ const ritekitDetectEmailTypo = require_action.action("RITEKIT_DETECT_EMAIL_TYPO", {
10
+ slug: "ritekit-detect-email-typo",
11
+ name: "Detect Email Typo",
12
+ description: "Tool to detect common typos in email addresses and suggest corrections. Use when validating email input to help users correct mistakes like gml.com -> gmail.com.",
13
+ input: RitekitDetectEmailTypoInput,
14
+ output: RitekitDetectEmailTypoOutput
15
+ });
16
+ //#endregion
17
+ exports.ritekitDetectEmailTypo = ritekitDetectEmailTypo;
18
+
19
+ //# sourceMappingURL=detect-email-typo.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-email-typo.cjs","names":["z","action"],"sources":["../../src/actions/detect-email-typo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitDetectEmailTypoInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to check for typos and get correction suggestions\"),\n client_id: z.string().describe(\"Your RiteKit API client ID; must be passed as 'client_id' query parameter\"),\n}).describe(\"Request model for RiteKit Email Typo Detection API.\");\nexport const RitekitDetectEmailTypoOutput: z.ZodTypeAny = z.object({\n corrections: z.array(z.string()).describe(\"Array of most likely corrected email domains (e.g., ['gmail.com', 'gmal.com'])\").nullable().optional(),\n}).describe(\"Response model for RiteKit Email Typo Detection API.\");\n\nexport const ritekitDetectEmailTypo = action(\"RITEKIT_DETECT_EMAIL_TYPO\", {\n slug: \"ritekit-detect-email-typo\",\n name: \"Detect Email Typo\",\n description: \"Tool to detect common typos in email addresses and suggest corrections. Use when validating email input to help users correct mistakes like gml.com -> gmail.com.\",\n input: RitekitDetectEmailTypoInput,\n output: RitekitDetectEmailTypoOutput,\n});\n"],"mappings":";;;AAIA,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;AAC5G,CAAC,CAAC,CAAC,SAAS,qDAAqD;AACjE,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClJ,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAElE,MAAa,yBAAyBC,eAAAA,OAAO,6BAA6B;CACxE,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/detect-email-typo.d.ts
4
+ declare const RitekitDetectEmailTypoInput: z.ZodTypeAny;
5
+ declare const RitekitDetectEmailTypoOutput: z.ZodTypeAny;
6
+ declare const ritekitDetectEmailTypo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitDetectEmailTypo };
9
+ //# sourceMappingURL=detect-email-typo.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-email-typo.d.cts","names":[],"sources":["../../src/actions/detect-email-typo.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGsB;AAAA,cACrD,4BAAA,EAA8B,CAAA,CAAE,UAEsB;AAAA,cAEtD,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/detect-email-typo.d.ts
4
+ declare const RitekitDetectEmailTypoInput: z.ZodTypeAny;
5
+ declare const RitekitDetectEmailTypoOutput: z.ZodTypeAny;
6
+ declare const ritekitDetectEmailTypo: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitDetectEmailTypo };
9
+ //# sourceMappingURL=detect-email-typo.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-email-typo.d.mts","names":[],"sources":["../../src/actions/detect-email-typo.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAGsB;AAAA,cACrD,4BAAA,EAA8B,CAAA,CAAE,UAEsB;AAAA,cAEtD,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 ritekitDetectEmailTypo = action("RITEKIT_DETECT_EMAIL_TYPO", {
4
+ slug: "ritekit-detect-email-typo",
5
+ name: "Detect Email Typo",
6
+ description: "Tool to detect common typos in email addresses and suggest corrections. Use when validating email input to help users correct mistakes like gml.com -> gmail.com.",
7
+ input: z.object({
8
+ email: z.string().describe("Email address to check for typos and get correction suggestions"),
9
+ client_id: z.string().describe("Your RiteKit API client ID; must be passed as 'client_id' query parameter")
10
+ }).describe("Request model for RiteKit Email Typo Detection API."),
11
+ output: z.object({ corrections: z.array(z.string()).describe("Array of most likely corrected email domains (e.g., ['gmail.com', 'gmal.com'])").nullable().optional() }).describe("Response model for RiteKit Email Typo Detection API.")
12
+ });
13
+ //#endregion
14
+ export { ritekitDetectEmailTypo };
15
+
16
+ //# sourceMappingURL=detect-email-typo.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"detect-email-typo.mjs","names":[],"sources":["../../src/actions/detect-email-typo.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitDetectEmailTypoInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to check for typos and get correction suggestions\"),\n client_id: z.string().describe(\"Your RiteKit API client ID; must be passed as 'client_id' query parameter\"),\n}).describe(\"Request model for RiteKit Email Typo Detection API.\");\nexport const RitekitDetectEmailTypoOutput: z.ZodTypeAny = z.object({\n corrections: z.array(z.string()).describe(\"Array of most likely corrected email domains (e.g., ['gmail.com', 'gmal.com'])\").nullable().optional(),\n}).describe(\"Response model for RiteKit Email Typo Detection API.\");\n\nexport const ritekitDetectEmailTypo = action(\"RITEKIT_DETECT_EMAIL_TYPO\", {\n slug: \"ritekit-detect-email-typo\",\n name: \"Detect Email Typo\",\n description: \"Tool to detect common typos in email addresses and suggest corrections. Use when validating email input to help users correct mistakes like gml.com -> gmail.com.\",\n input: RitekitDetectEmailTypoInput,\n output: RitekitDetectEmailTypoOutput,\n});\n"],"mappings":";;AAYA,MAAa,yBAAyB,OAAO,6BAA6B;CACxE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAZuD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE;EAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2EAA2E;CAC5G,CAAC,CAAC,CAAC,SAAS,qDASH;CACP,QATwD,EAAE,OAAO,EACjE,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,gFAAgF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAClJ,CAAC,CAAC,CAAC,SAAS,sDAOF;AACV,CAAC"}
@@ -0,0 +1,16 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/freemail-detection.ts
4
+ const RitekitFreemailDetectionInput = zod.z.object({ email: zod.z.string().describe("Email address to check for free-email provider") }).describe("Request model for RiteKit Freemail Detection API.");
5
+ const RitekitFreemailDetectionOutput = zod.z.object({ freemail: zod.z.boolean().describe("True if email is from a recognized free email provider") }).describe("Response model for RiteKit Freemail Detection API.");
6
+ const ritekitFreemailDetection = require_action.action("RITEKIT_FREEMAIL_DETECTION", {
7
+ slug: "ritekit-freemail-detection",
8
+ name: "Free Email Detection",
9
+ description: "Tool to detect whether an email address belongs to a free email provider. Use when validating lead quality before ingestion.",
10
+ input: RitekitFreemailDetectionInput,
11
+ output: RitekitFreemailDetectionOutput
12
+ });
13
+ //#endregion
14
+ exports.ritekitFreemailDetection = ritekitFreemailDetection;
15
+
16
+ //# sourceMappingURL=freemail-detection.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"freemail-detection.cjs","names":["z","action"],"sources":["../../src/actions/freemail-detection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitFreemailDetectionInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to check for free-email provider\"),\n}).describe(\"Request model for RiteKit Freemail Detection API.\");\nexport const RitekitFreemailDetectionOutput: z.ZodTypeAny = z.object({\n freemail: z.boolean().describe(\"True if email is from a recognized free email provider\"),\n}).describe(\"Response model for RiteKit Freemail Detection API.\");\n\nexport const ritekitFreemailDetection = action(\"RITEKIT_FREEMAIL_DETECTION\", {\n slug: \"ritekit-freemail-detection\",\n name: \"Free Email Detection\",\n description: \"Tool to detect whether an email address belongs to a free email provider. Use when validating lead quality before ingestion.\",\n input: RitekitFreemailDetectionInput,\n output: RitekitFreemailDetectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC7E,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,EACnE,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,EACzF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,2BAA2BC,eAAAA,OAAO,8BAA8B;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/freemail-detection.d.ts
4
+ declare const RitekitFreemailDetectionInput: z.ZodTypeAny;
5
+ declare const RitekitFreemailDetectionOutput: z.ZodTypeAny;
6
+ declare const ritekitFreemailDetection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitFreemailDetection };
9
+ //# sourceMappingURL=freemail-detection.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"freemail-detection.d.cts","names":[],"sources":["../../src/actions/freemail-detection.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEkB;AAAA,cACnD,8BAAA,EAAgC,CAAA,CAAE,UAEkB;AAAA,cAEpD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/freemail-detection.d.ts
4
+ declare const RitekitFreemailDetectionInput: z.ZodTypeAny;
5
+ declare const RitekitFreemailDetectionOutput: z.ZodTypeAny;
6
+ declare const ritekitFreemailDetection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitFreemailDetection };
9
+ //# sourceMappingURL=freemail-detection.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"freemail-detection.d.mts","names":[],"sources":["../../src/actions/freemail-detection.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAEkB;AAAA,cACnD,8BAAA,EAAgC,CAAA,CAAE,UAEkB;AAAA,cAEpD,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,13 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const ritekitFreemailDetection = action("RITEKIT_FREEMAIL_DETECTION", {
4
+ slug: "ritekit-freemail-detection",
5
+ name: "Free Email Detection",
6
+ description: "Tool to detect whether an email address belongs to a free email provider. Use when validating lead quality before ingestion.",
7
+ input: z.object({ email: z.string().describe("Email address to check for free-email provider") }).describe("Request model for RiteKit Freemail Detection API."),
8
+ output: z.object({ freemail: z.boolean().describe("True if email is from a recognized free email provider") }).describe("Response model for RiteKit Freemail Detection API.")
9
+ });
10
+ //#endregion
11
+ export { ritekitFreemailDetection };
12
+
13
+ //# sourceMappingURL=freemail-detection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"freemail-detection.mjs","names":[],"sources":["../../src/actions/freemail-detection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitFreemailDetectionInput: z.ZodTypeAny = z.object({\n email: z.string().describe(\"Email address to check for free-email provider\"),\n}).describe(\"Request model for RiteKit Freemail Detection API.\");\nexport const RitekitFreemailDetectionOutput: z.ZodTypeAny = z.object({\n freemail: z.boolean().describe(\"True if email is from a recognized free email provider\"),\n}).describe(\"Response model for RiteKit Freemail Detection API.\");\n\nexport const ritekitFreemailDetection = action(\"RITEKIT_FREEMAIL_DETECTION\", {\n slug: \"ritekit-freemail-detection\",\n name: \"Free Email Detection\",\n description: \"Tool to detect whether an email address belongs to a free email provider. Use when validating lead quality before ingestion.\",\n input: RitekitFreemailDetectionInput,\n output: RitekitFreemailDetectionOutput,\n});\n"],"mappings":";;AAWA,MAAa,2BAA2B,OAAO,8BAA8B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAXyD,EAAE,OAAO,EAClE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC7E,CAAC,CAAC,CAAC,SAAS,mDASH;CACP,QAT0D,EAAE,OAAO,EACnE,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,EACzF,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}
@@ -0,0 +1,25 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-access-token.ts
4
+ const RitekitGetAccessTokenInput = zod.z.object({
5
+ client_id: zod.z.string().describe("Optional RiteKit API client ID.").optional(),
6
+ access_token: zod.z.string().describe("Optional access token. If provided, the action will return this token without making a network request.").optional(),
7
+ client_secret: zod.z.string().describe("Optional RiteKit API client secret.").optional()
8
+ }).describe("Request model for obtaining a RiteKit access token.\n\nNote: RiteKit APIs generally use a permanent access_token provided in your account,\nnot an OAuth2 client-credentials flow. This action first attempts to retrieve a\nstored access token (from connection metadata or request). If none is available\nand both client_id and client_secret are provided, it will attempt an OAuth2\nclient-credentials request to the RiteKit API as a fallback.");
9
+ const RitekitGetAccessTokenOutput = zod.z.object({
10
+ scope: zod.z.string().describe("Scopes granted by the access token, if any").nullable().optional(),
11
+ expires_in: zod.z.number().int().describe("Lifetime in seconds of the access token (if provided by API)").nullable().optional(),
12
+ token_type: zod.z.string().describe("Type of token returned, typically 'Bearer'").nullable().optional(),
13
+ access_token: zod.z.string().describe("Access token for subsequent RiteKit API requests")
14
+ }).describe("Response model for RiteKit access token retrieval.");
15
+ const ritekitGetAccessToken = require_action.action("RITEKIT_GET_ACCESS_TOKEN", {
16
+ slug: "ritekit-get-access-token",
17
+ name: "Get Access Token",
18
+ description: "Tool to obtain a RiteKit access token. Prefer using a stored token from connection metadata or request. Falls back to OAuth2 client credentials if both client_id and client_secret are provided and no token is otherwise available.",
19
+ input: RitekitGetAccessTokenInput,
20
+ output: RitekitGetAccessTokenOutput
21
+ });
22
+ //#endregion
23
+ exports.ritekitGetAccessToken = ritekitGetAccessToken;
24
+
25
+ //# sourceMappingURL=get-access-token.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-access-token.cjs","names":["z","action"],"sources":["../../src/actions/get-access-token.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitGetAccessTokenInput: z.ZodTypeAny = z.object({\n client_id: z.string().describe(\"Optional RiteKit API client ID.\").optional(),\n access_token: z.string().describe(\"Optional access token. If provided, the action will return this token without making a network request.\").optional(),\n client_secret: z.string().describe(\"Optional RiteKit API client secret.\").optional(),\n}).describe(\"Request model for obtaining a RiteKit access token.\\n\\nNote: RiteKit APIs generally use a permanent access_token provided in your account,\\nnot an OAuth2 client-credentials flow. This action first attempts to retrieve a\\nstored access token (from connection metadata or request). If none is available\\nand both client_id and client_secret are provided, it will attempt an OAuth2\\nclient-credentials request to the RiteKit API as a fallback.\");\nexport const RitekitGetAccessTokenOutput: z.ZodTypeAny = z.object({\n scope: z.string().describe(\"Scopes granted by the access token, if any\").nullable().optional(),\n expires_in: z.number().int().describe(\"Lifetime in seconds of the access token (if provided by API)\").nullable().optional(),\n token_type: z.string().describe(\"Type of token returned, typically 'Bearer'\").nullable().optional(),\n access_token: z.string().describe(\"Access token for subsequent RiteKit API requests\"),\n}).describe(\"Response model for RiteKit access token retrieval.\");\n\nexport const ritekitGetAccessToken = action(\"RITEKIT_GET_ACCESS_TOKEN\", {\n slug: \"ritekit-get-access-token\",\n name: \"Get Access Token\",\n description: \"Tool to obtain a RiteKit access token. Prefer using a stored token from connection metadata or request. Falls back to OAuth2 client credentials if both client_id and client_secret are provided and no token is otherwise available.\",\n input: RitekitGetAccessTokenInput,\n output: RitekitGetAccessTokenOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CAC3E,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;CACtJ,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACrF,CAAC,CAAC,CAAC,SAAS,0bAA0b;AACtc,MAAa,8BAA4CA,IAAAA,EAAE,OAAO;CAChE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1H,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AACtF,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,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-access-token.d.ts
4
+ declare const RitekitGetAccessTokenInput: z.ZodTypeAny;
5
+ declare const RitekitGetAccessTokenOutput: z.ZodTypeAny;
6
+ declare const ritekitGetAccessToken: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitGetAccessToken };
9
+ //# sourceMappingURL=get-access-token.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-access-token.d.cts","names":[],"sources":["../../src/actions/get-access-token.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAI4Z;AAAA,cAC1b,2BAAA,EAA6B,CAAA,CAAE,UAKqB;AAAA,cAEpD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-access-token.d.ts
4
+ declare const RitekitGetAccessTokenInput: z.ZodTypeAny;
5
+ declare const RitekitGetAccessTokenOutput: z.ZodTypeAny;
6
+ declare const ritekitGetAccessToken: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { ritekitGetAccessToken };
9
+ //# sourceMappingURL=get-access-token.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-access-token.d.mts","names":[],"sources":["../../src/actions/get-access-token.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAI4Z;AAAA,cAC1b,2BAAA,EAA6B,CAAA,CAAE,UAKqB;AAAA,cAEpD,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ const ritekitGetAccessToken = action("RITEKIT_GET_ACCESS_TOKEN", {
4
+ slug: "ritekit-get-access-token",
5
+ name: "Get Access Token",
6
+ description: "Tool to obtain a RiteKit access token. Prefer using a stored token from connection metadata or request. Falls back to OAuth2 client credentials if both client_id and client_secret are provided and no token is otherwise available.",
7
+ input: z.object({
8
+ client_id: z.string().describe("Optional RiteKit API client ID.").optional(),
9
+ access_token: z.string().describe("Optional access token. If provided, the action will return this token without making a network request.").optional(),
10
+ client_secret: z.string().describe("Optional RiteKit API client secret.").optional()
11
+ }).describe("Request model for obtaining a RiteKit access token.\n\nNote: RiteKit APIs generally use a permanent access_token provided in your account,\nnot an OAuth2 client-credentials flow. This action first attempts to retrieve a\nstored access token (from connection metadata or request). If none is available\nand both client_id and client_secret are provided, it will attempt an OAuth2\nclient-credentials request to the RiteKit API as a fallback."),
12
+ output: z.object({
13
+ scope: z.string().describe("Scopes granted by the access token, if any").nullable().optional(),
14
+ expires_in: z.number().int().describe("Lifetime in seconds of the access token (if provided by API)").nullable().optional(),
15
+ token_type: z.string().describe("Type of token returned, typically 'Bearer'").nullable().optional(),
16
+ access_token: z.string().describe("Access token for subsequent RiteKit API requests")
17
+ }).describe("Response model for RiteKit access token retrieval.")
18
+ });
19
+ //#endregion
20
+ export { ritekitGetAccessToken };
21
+
22
+ //# sourceMappingURL=get-access-token.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-access-token.mjs","names":[],"sources":["../../src/actions/get-access-token.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RitekitGetAccessTokenInput: z.ZodTypeAny = z.object({\n client_id: z.string().describe(\"Optional RiteKit API client ID.\").optional(),\n access_token: z.string().describe(\"Optional access token. If provided, the action will return this token without making a network request.\").optional(),\n client_secret: z.string().describe(\"Optional RiteKit API client secret.\").optional(),\n}).describe(\"Request model for obtaining a RiteKit access token.\\n\\nNote: RiteKit APIs generally use a permanent access_token provided in your account,\\nnot an OAuth2 client-credentials flow. This action first attempts to retrieve a\\nstored access token (from connection metadata or request). If none is available\\nand both client_id and client_secret are provided, it will attempt an OAuth2\\nclient-credentials request to the RiteKit API as a fallback.\");\nexport const RitekitGetAccessTokenOutput: z.ZodTypeAny = z.object({\n scope: z.string().describe(\"Scopes granted by the access token, if any\").nullable().optional(),\n expires_in: z.number().int().describe(\"Lifetime in seconds of the access token (if provided by API)\").nullable().optional(),\n token_type: z.string().describe(\"Type of token returned, typically 'Bearer'\").nullable().optional(),\n access_token: z.string().describe(\"Access token for subsequent RiteKit API requests\"),\n}).describe(\"Response model for RiteKit access token retrieval.\");\n\nexport const ritekitGetAccessToken = action(\"RITEKIT_GET_ACCESS_TOKEN\", {\n slug: \"ritekit-get-access-token\",\n name: \"Get Access Token\",\n description: \"Tool to obtain a RiteKit access token. Prefer using a stored token from connection metadata or request. Falls back to OAuth2 client credentials if both client_id and client_secret are provided and no token is otherwise available.\",\n input: RitekitGetAccessTokenInput,\n output: RitekitGetAccessTokenOutput,\n});\n"],"mappings":";;AAgBA,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAhBsD,EAAE,OAAO;EAC/D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC3E,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,yGAAyG,CAAC,CAAC,SAAS;EACtJ,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACrF,CAAC,CAAC,CAAC,SAAS,0bAYH;CACP,QAZuD,EAAE,OAAO;EAChE,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC7F,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC1H,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAClG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CACtF,CAAC,CAAC,CAAC,SAAS,oDAOF;AACV,CAAC"}