@keystrokehq/redcircle_api 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 (290) 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/add-zipcodes.cjs +23 -0
  7. package/dist/actions/add-zipcodes.cjs.map +1 -0
  8. package/dist/actions/add-zipcodes.d.cts +9 -0
  9. package/dist/actions/add-zipcodes.d.cts.map +1 -0
  10. package/dist/actions/add-zipcodes.d.mts +9 -0
  11. package/dist/actions/add-zipcodes.d.mts.map +1 -0
  12. package/dist/actions/add-zipcodes.mjs +22 -0
  13. package/dist/actions/add-zipcodes.mjs.map +1 -0
  14. package/dist/actions/clear-collection-requests.cjs +20 -0
  15. package/dist/actions/clear-collection-requests.cjs.map +1 -0
  16. package/dist/actions/clear-collection-requests.d.cts +9 -0
  17. package/dist/actions/clear-collection-requests.d.cts.map +1 -0
  18. package/dist/actions/clear-collection-requests.d.mts +9 -0
  19. package/dist/actions/clear-collection-requests.d.mts.map +1 -0
  20. package/dist/actions/clear-collection-requests.mjs +19 -0
  21. package/dist/actions/clear-collection-requests.mjs.map +1 -0
  22. package/dist/actions/create-collection.cjs +83 -0
  23. package/dist/actions/create-collection.cjs.map +1 -0
  24. package/dist/actions/create-collection.d.cts +9 -0
  25. package/dist/actions/create-collection.d.cts.map +1 -0
  26. package/dist/actions/create-collection.d.mts +9 -0
  27. package/dist/actions/create-collection.d.mts.map +1 -0
  28. package/dist/actions/create-collection.mjs +82 -0
  29. package/dist/actions/create-collection.mjs.map +1 -0
  30. package/dist/actions/create-destination.cjs +50 -0
  31. package/dist/actions/create-destination.cjs.map +1 -0
  32. package/dist/actions/create-destination.d.cts +9 -0
  33. package/dist/actions/create-destination.d.cts.map +1 -0
  34. package/dist/actions/create-destination.d.mts +9 -0
  35. package/dist/actions/create-destination.d.mts.map +1 -0
  36. package/dist/actions/create-destination.mjs +49 -0
  37. package/dist/actions/create-destination.mjs.map +1 -0
  38. package/dist/actions/create-requests.cjs +34 -0
  39. package/dist/actions/create-requests.cjs.map +1 -0
  40. package/dist/actions/create-requests.d.cts +9 -0
  41. package/dist/actions/create-requests.d.cts.map +1 -0
  42. package/dist/actions/create-requests.d.mts +9 -0
  43. package/dist/actions/create-requests.d.mts.map +1 -0
  44. package/dist/actions/create-requests.mjs +33 -0
  45. package/dist/actions/create-requests.mjs.map +1 -0
  46. package/dist/actions/delete-collection.cjs +20 -0
  47. package/dist/actions/delete-collection.cjs.map +1 -0
  48. package/dist/actions/delete-collection.d.cts +9 -0
  49. package/dist/actions/delete-collection.d.cts.map +1 -0
  50. package/dist/actions/delete-collection.d.mts +9 -0
  51. package/dist/actions/delete-collection.d.mts.map +1 -0
  52. package/dist/actions/delete-collection.mjs +19 -0
  53. package/dist/actions/delete-collection.mjs.map +1 -0
  54. package/dist/actions/delete-destination.cjs +20 -0
  55. package/dist/actions/delete-destination.cjs.map +1 -0
  56. package/dist/actions/delete-destination.d.cts +9 -0
  57. package/dist/actions/delete-destination.d.cts.map +1 -0
  58. package/dist/actions/delete-destination.d.mts +9 -0
  59. package/dist/actions/delete-destination.d.mts.map +1 -0
  60. package/dist/actions/delete-destination.mjs +19 -0
  61. package/dist/actions/delete-destination.mjs.map +1 -0
  62. package/dist/actions/delete-request.cjs +23 -0
  63. package/dist/actions/delete-request.cjs.map +1 -0
  64. package/dist/actions/delete-request.d.cts +9 -0
  65. package/dist/actions/delete-request.d.cts.map +1 -0
  66. package/dist/actions/delete-request.d.mts +9 -0
  67. package/dist/actions/delete-request.d.mts.map +1 -0
  68. package/dist/actions/delete-request.mjs +22 -0
  69. package/dist/actions/delete-request.mjs.map +1 -0
  70. package/dist/actions/delete-requests-bulk.cjs +23 -0
  71. package/dist/actions/delete-requests-bulk.cjs.map +1 -0
  72. package/dist/actions/delete-requests-bulk.d.cts +9 -0
  73. package/dist/actions/delete-requests-bulk.d.cts.map +1 -0
  74. package/dist/actions/delete-requests-bulk.d.mts +9 -0
  75. package/dist/actions/delete-requests-bulk.d.mts.map +1 -0
  76. package/dist/actions/delete-requests-bulk.mjs +22 -0
  77. package/dist/actions/delete-requests-bulk.mjs.map +1 -0
  78. package/dist/actions/delete-zipcodes.cjs +23 -0
  79. package/dist/actions/delete-zipcodes.cjs.map +1 -0
  80. package/dist/actions/delete-zipcodes.d.cts +9 -0
  81. package/dist/actions/delete-zipcodes.d.cts.map +1 -0
  82. package/dist/actions/delete-zipcodes.d.mts +9 -0
  83. package/dist/actions/delete-zipcodes.d.mts.map +1 -0
  84. package/dist/actions/delete-zipcodes.mjs +22 -0
  85. package/dist/actions/delete-zipcodes.mjs.map +1 -0
  86. package/dist/actions/get-account.cjs +51 -0
  87. package/dist/actions/get-account.cjs.map +1 -0
  88. package/dist/actions/get-account.d.cts +9 -0
  89. package/dist/actions/get-account.d.cts.map +1 -0
  90. package/dist/actions/get-account.d.mts +9 -0
  91. package/dist/actions/get-account.d.mts.map +1 -0
  92. package/dist/actions/get-account.mjs +50 -0
  93. package/dist/actions/get-account.mjs.map +1 -0
  94. package/dist/actions/get-collection.cjs +45 -0
  95. package/dist/actions/get-collection.cjs.map +1 -0
  96. package/dist/actions/get-collection.d.cts +9 -0
  97. package/dist/actions/get-collection.d.cts.map +1 -0
  98. package/dist/actions/get-collection.d.mts +9 -0
  99. package/dist/actions/get-collection.d.mts.map +1 -0
  100. package/dist/actions/get-collection.mjs +44 -0
  101. package/dist/actions/get-collection.mjs.map +1 -0
  102. package/dist/actions/get-requests-csv-links.cjs +24 -0
  103. package/dist/actions/get-requests-csv-links.cjs.map +1 -0
  104. package/dist/actions/get-requests-csv-links.d.cts +9 -0
  105. package/dist/actions/get-requests-csv-links.d.cts.map +1 -0
  106. package/dist/actions/get-requests-csv-links.d.mts +9 -0
  107. package/dist/actions/get-requests-csv-links.d.mts.map +1 -0
  108. package/dist/actions/get-requests-csv-links.mjs +23 -0
  109. package/dist/actions/get-requests-csv-links.mjs.map +1 -0
  110. package/dist/actions/get-requests-json-links.cjs +24 -0
  111. package/dist/actions/get-requests-json-links.cjs.map +1 -0
  112. package/dist/actions/get-requests-json-links.d.cts +9 -0
  113. package/dist/actions/get-requests-json-links.d.cts.map +1 -0
  114. package/dist/actions/get-requests-json-links.d.mts +9 -0
  115. package/dist/actions/get-requests-json-links.d.mts.map +1 -0
  116. package/dist/actions/get-requests-json-links.mjs +23 -0
  117. package/dist/actions/get-requests-json-links.mjs.map +1 -0
  118. package/dist/actions/get-result-set-csv.cjs +56 -0
  119. package/dist/actions/get-result-set-csv.cjs.map +1 -0
  120. package/dist/actions/get-result-set-csv.d.cts +9 -0
  121. package/dist/actions/get-result-set-csv.d.cts.map +1 -0
  122. package/dist/actions/get-result-set-csv.d.mts +9 -0
  123. package/dist/actions/get-result-set-csv.d.mts.map +1 -0
  124. package/dist/actions/get-result-set-csv.mjs +55 -0
  125. package/dist/actions/get-result-set-csv.mjs.map +1 -0
  126. package/dist/actions/get-result-set-json.cjs +51 -0
  127. package/dist/actions/get-result-set-json.cjs.map +1 -0
  128. package/dist/actions/get-result-set-json.d.cts +9 -0
  129. package/dist/actions/get-result-set-json.d.cts.map +1 -0
  130. package/dist/actions/get-result-set-json.d.mts +9 -0
  131. package/dist/actions/get-result-set-json.d.mts.map +1 -0
  132. package/dist/actions/get-result-set-json.mjs +50 -0
  133. package/dist/actions/get-result-set-json.mjs.map +1 -0
  134. package/dist/actions/get-result-set-jsonlines.cjs +74 -0
  135. package/dist/actions/get-result-set-jsonlines.cjs.map +1 -0
  136. package/dist/actions/get-result-set-jsonlines.d.cts +9 -0
  137. package/dist/actions/get-result-set-jsonlines.d.cts.map +1 -0
  138. package/dist/actions/get-result-set-jsonlines.d.mts +9 -0
  139. package/dist/actions/get-result-set-jsonlines.d.mts.map +1 -0
  140. package/dist/actions/get-result-set-jsonlines.mjs +73 -0
  141. package/dist/actions/get-result-set-jsonlines.mjs.map +1 -0
  142. package/dist/actions/get-target-product-data.cjs +108 -0
  143. package/dist/actions/get-target-product-data.cjs.map +1 -0
  144. package/dist/actions/get-target-product-data.d.cts +9 -0
  145. package/dist/actions/get-target-product-data.d.cts.map +1 -0
  146. package/dist/actions/get-target-product-data.d.mts +9 -0
  147. package/dist/actions/get-target-product-data.d.mts.map +1 -0
  148. package/dist/actions/get-target-product-data.mjs +107 -0
  149. package/dist/actions/get-target-product-data.mjs.map +1 -0
  150. package/dist/actions/index.cjs +65 -0
  151. package/dist/actions/index.d.cts +33 -0
  152. package/dist/actions/index.d.mts +33 -0
  153. package/dist/actions/index.mjs +33 -0
  154. package/dist/actions/list-categories.cjs +39 -0
  155. package/dist/actions/list-categories.cjs.map +1 -0
  156. package/dist/actions/list-categories.d.cts +9 -0
  157. package/dist/actions/list-categories.d.cts.map +1 -0
  158. package/dist/actions/list-categories.d.mts +9 -0
  159. package/dist/actions/list-categories.d.mts.map +1 -0
  160. package/dist/actions/list-categories.mjs +38 -0
  161. package/dist/actions/list-categories.mjs.map +1 -0
  162. package/dist/actions/list-collections.cjs +66 -0
  163. package/dist/actions/list-collections.cjs.map +1 -0
  164. package/dist/actions/list-collections.d.cts +9 -0
  165. package/dist/actions/list-collections.d.cts.map +1 -0
  166. package/dist/actions/list-collections.d.mts +9 -0
  167. package/dist/actions/list-collections.d.mts.map +1 -0
  168. package/dist/actions/list-collections.mjs +65 -0
  169. package/dist/actions/list-collections.mjs.map +1 -0
  170. package/dist/actions/list-destinations.cjs +40 -0
  171. package/dist/actions/list-destinations.cjs.map +1 -0
  172. package/dist/actions/list-destinations.d.cts +9 -0
  173. package/dist/actions/list-destinations.d.cts.map +1 -0
  174. package/dist/actions/list-destinations.d.mts +9 -0
  175. package/dist/actions/list-destinations.d.mts.map +1 -0
  176. package/dist/actions/list-destinations.mjs +39 -0
  177. package/dist/actions/list-destinations.mjs.map +1 -0
  178. package/dist/actions/list-error-logs.cjs +38 -0
  179. package/dist/actions/list-error-logs.cjs.map +1 -0
  180. package/dist/actions/list-error-logs.d.cts +9 -0
  181. package/dist/actions/list-error-logs.d.cts.map +1 -0
  182. package/dist/actions/list-error-logs.d.mts +9 -0
  183. package/dist/actions/list-error-logs.d.mts.map +1 -0
  184. package/dist/actions/list-error-logs.mjs +37 -0
  185. package/dist/actions/list-error-logs.mjs.map +1 -0
  186. package/dist/actions/list-requests-by-page.cjs +32 -0
  187. package/dist/actions/list-requests-by-page.cjs.map +1 -0
  188. package/dist/actions/list-requests-by-page.d.cts +9 -0
  189. package/dist/actions/list-requests-by-page.d.cts.map +1 -0
  190. package/dist/actions/list-requests-by-page.d.mts +9 -0
  191. package/dist/actions/list-requests-by-page.d.mts.map +1 -0
  192. package/dist/actions/list-requests-by-page.mjs +31 -0
  193. package/dist/actions/list-requests-by-page.mjs.map +1 -0
  194. package/dist/actions/list-result-sets.cjs +53 -0
  195. package/dist/actions/list-result-sets.cjs.map +1 -0
  196. package/dist/actions/list-result-sets.d.cts +9 -0
  197. package/dist/actions/list-result-sets.d.cts.map +1 -0
  198. package/dist/actions/list-result-sets.d.mts +9 -0
  199. package/dist/actions/list-result-sets.d.mts.map +1 -0
  200. package/dist/actions/list-result-sets.mjs +52 -0
  201. package/dist/actions/list-result-sets.mjs.map +1 -0
  202. package/dist/actions/list-zipcodes.cjs +30 -0
  203. package/dist/actions/list-zipcodes.cjs.map +1 -0
  204. package/dist/actions/list-zipcodes.d.cts +9 -0
  205. package/dist/actions/list-zipcodes.d.cts.map +1 -0
  206. package/dist/actions/list-zipcodes.d.mts +9 -0
  207. package/dist/actions/list-zipcodes.d.mts.map +1 -0
  208. package/dist/actions/list-zipcodes.mjs +29 -0
  209. package/dist/actions/list-zipcodes.mjs.map +1 -0
  210. package/dist/actions/resend-webhook.cjs +23 -0
  211. package/dist/actions/resend-webhook.cjs.map +1 -0
  212. package/dist/actions/resend-webhook.d.cts +9 -0
  213. package/dist/actions/resend-webhook.d.cts.map +1 -0
  214. package/dist/actions/resend-webhook.d.mts +9 -0
  215. package/dist/actions/resend-webhook.d.mts.map +1 -0
  216. package/dist/actions/resend-webhook.mjs +22 -0
  217. package/dist/actions/resend-webhook.mjs.map +1 -0
  218. package/dist/actions/start-collection.cjs +20 -0
  219. package/dist/actions/start-collection.cjs.map +1 -0
  220. package/dist/actions/start-collection.d.cts +9 -0
  221. package/dist/actions/start-collection.d.cts.map +1 -0
  222. package/dist/actions/start-collection.d.mts +9 -0
  223. package/dist/actions/start-collection.d.mts.map +1 -0
  224. package/dist/actions/start-collection.mjs +17 -0
  225. package/dist/actions/start-collection.mjs.map +1 -0
  226. package/dist/actions/stop-all-collections.cjs +24 -0
  227. package/dist/actions/stop-all-collections.cjs.map +1 -0
  228. package/dist/actions/stop-all-collections.d.cts +9 -0
  229. package/dist/actions/stop-all-collections.d.cts.map +1 -0
  230. package/dist/actions/stop-all-collections.d.mts +9 -0
  231. package/dist/actions/stop-all-collections.d.mts.map +1 -0
  232. package/dist/actions/stop-all-collections.mjs +23 -0
  233. package/dist/actions/stop-all-collections.mjs.map +1 -0
  234. package/dist/actions/stop-collection.cjs +20 -0
  235. package/dist/actions/stop-collection.cjs.map +1 -0
  236. package/dist/actions/stop-collection.d.cts +9 -0
  237. package/dist/actions/stop-collection.d.cts.map +1 -0
  238. package/dist/actions/stop-collection.d.mts +9 -0
  239. package/dist/actions/stop-collection.d.mts.map +1 -0
  240. package/dist/actions/stop-collection.mjs +17 -0
  241. package/dist/actions/stop-collection.mjs.map +1 -0
  242. package/dist/actions/update-collection.cjs +64 -0
  243. package/dist/actions/update-collection.cjs.map +1 -0
  244. package/dist/actions/update-collection.d.cts +9 -0
  245. package/dist/actions/update-collection.d.cts.map +1 -0
  246. package/dist/actions/update-collection.d.mts +9 -0
  247. package/dist/actions/update-collection.d.mts.map +1 -0
  248. package/dist/actions/update-collection.mjs +63 -0
  249. package/dist/actions/update-collection.mjs.map +1 -0
  250. package/dist/actions/update-destination.cjs +71 -0
  251. package/dist/actions/update-destination.cjs.map +1 -0
  252. package/dist/actions/update-destination.d.cts +9 -0
  253. package/dist/actions/update-destination.d.cts.map +1 -0
  254. package/dist/actions/update-destination.d.mts +9 -0
  255. package/dist/actions/update-destination.d.mts.map +1 -0
  256. package/dist/actions/update-destination.mjs +70 -0
  257. package/dist/actions/update-destination.mjs.map +1 -0
  258. package/dist/actions/update-request.cjs +31 -0
  259. package/dist/actions/update-request.cjs.map +1 -0
  260. package/dist/actions/update-request.d.cts +9 -0
  261. package/dist/actions/update-request.d.cts.map +1 -0
  262. package/dist/actions/update-request.d.mts +9 -0
  263. package/dist/actions/update-request.d.mts.map +1 -0
  264. package/dist/actions/update-request.mjs +30 -0
  265. package/dist/actions/update-request.mjs.map +1 -0
  266. package/dist/app.cjs +9 -0
  267. package/dist/app.cjs.map +1 -0
  268. package/dist/app.d.cts +5 -0
  269. package/dist/app.d.cts.map +1 -0
  270. package/dist/app.d.mts +5 -0
  271. package/dist/app.d.mts.map +1 -0
  272. package/dist/app.mjs +10 -0
  273. package/dist/app.mjs.map +1 -0
  274. package/dist/catalog.cjs +15 -0
  275. package/dist/catalog.cjs.map +1 -0
  276. package/dist/catalog.d.cts +14 -0
  277. package/dist/catalog.d.cts.map +1 -0
  278. package/dist/catalog.d.mts +14 -0
  279. package/dist/catalog.d.mts.map +1 -0
  280. package/dist/catalog.mjs +15 -0
  281. package/dist/catalog.mjs.map +1 -0
  282. package/dist/execute.cjs +18 -0
  283. package/dist/execute.cjs.map +1 -0
  284. package/dist/execute.mjs +18 -0
  285. package/dist/execute.mjs.map +1 -0
  286. package/dist/index.cjs +70 -0
  287. package/dist/index.d.cts +35 -0
  288. package/dist/index.d.mts +35 -0
  289. package/dist/index.mjs +36 -0
  290. package/package.json +49 -0
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @keystrokehq/redcircle_api
2
+
3
+ Keystroke-managed integration.
4
+
5
+ **App:** `redcircle_api`
6
+ **Version:** `20260615_00`
7
+ **Actions:** 32
8
+
9
+ ```ts
10
+ import { defineAgent } from "@keystrokehq/keystroke/agent";
11
+ import { redcircleApiAddZipcodes } from "@keystrokehq/redcircle_api/actions";
12
+
13
+ export default defineAgent({
14
+ key: "redcircle_api-agent",
15
+ tools: [redcircleApiAddZipcodes],
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.redcircleApi.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.executeRedcircleApiTool(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":["redcircleApi","executeRedcircleApiTool"],"sources":["../src/action.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { redcircleApi } from \"./app\";\nimport { executeRedcircleApiTool } 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 redcircleApi.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 executeRedcircleApiTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAOA,YAAAA,aAAa,OAAO;EACzB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAMC,gBAAAA,wBAAwB,MAAM,KAAgC,CAAC;EAC/F;CACF,CAAC;AACH"}
@@ -0,0 +1,21 @@
1
+ import { redcircleApi } from "./app.mjs";
2
+ import { executeRedcircleApiTool } 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 redcircleApi.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 executeRedcircleApiTool(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 { redcircleApi } from \"./app\";\nimport { executeRedcircleApiTool } 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 redcircleApi.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 executeRedcircleApiTool(tool, input as Record<string, unknown>));\n },\n });\n}\n"],"mappings":";;;;;AAMA,SAAgB,OACd,MACA,KAOA;CACA,OAAO,aAAa,OAAO;EACzB,MAAM,IAAI;EACV,MAAM,IAAI;EACV,aAAa,IAAI;EACjB,OAAO,IAAI;EACX,QAAQ,IAAI;EACZ,MAAM,IAAI,OAAO;GACf,OAAO,IAAI,OAAO,MAAM,MAAM,wBAAwB,MAAM,KAAgC,CAAC;EAC/F;CACF,CAAC;AACH"}
@@ -0,0 +1,23 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/add-zipcodes.ts
4
+ const RedcircleApiAddZipcodesInput = zod.z.object({ zipcodes: zod.z.array(zod.z.object({
5
+ domain: zod.z.string().describe("The target domain where this zipcode will be used (e.g., 'target.com', 'walmart.com')."),
6
+ zipcode: zod.z.string().describe("The postal code to add to your account for geolocation targeting.")
7
+ }).describe("Single zipcode entry to be added to the account.")).describe("Array of zipcode entries to add. Each entry specifies a zipcode and the domain where it will be used.") }).describe("Request parameters to add zipcodes to your RedCircle API account.");
8
+ const RedcircleApiAddZipcodes_RequestInfoSchema = zod.z.object({
9
+ message: zod.z.string().describe("Descriptive message about the operation result. Note that new zipcodes initially have status=preparing and take approximately 2 minutes to reach status=available."),
10
+ success: zod.z.boolean().describe("Indicates whether the zipcodes were successfully added to the account.")
11
+ }).describe("Information about the add zipcodes request result.");
12
+ const RedcircleApiAddZipcodesOutput = zod.z.object({ request_info: RedcircleApiAddZipcodes_RequestInfoSchema.nullable() }).describe("Response schema for adding zipcodes to the account.");
13
+ const redcircleApiAddZipcodes = require_action.action("REDCIRCLE_API_ADD_ZIPCODES", {
14
+ slug: "redcircle_api-add-zipcodes",
15
+ name: "Add Zipcodes",
16
+ description: "Tool to add zipcodes to your RedCircle API account for geolocation targeting. Use when you need to localize product searches by specific postal codes. New zipcodes take approximately 2 minutes to become available after being added.",
17
+ input: RedcircleApiAddZipcodesInput,
18
+ output: RedcircleApiAddZipcodesOutput
19
+ });
20
+ //#endregion
21
+ exports.redcircleApiAddZipcodes = redcircleApiAddZipcodes;
22
+
23
+ //# sourceMappingURL=add-zipcodes.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-zipcodes.cjs","names":["z","action"],"sources":["../../src/actions/add-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiAddZipcodesInput: z.ZodTypeAny = z.object({\n zipcodes: z.array(z.object({\n domain: z.string().describe(\"The target domain where this zipcode will be used (e.g., 'target.com', 'walmart.com').\"),\n zipcode: z.string().describe(\"The postal code to add to your account for geolocation targeting.\"),\n}).describe(\"Single zipcode entry to be added to the account.\")).describe(\"Array of zipcode entries to add. Each entry specifies a zipcode and the domain where it will be used.\"),\n}).describe(\"Request parameters to add zipcodes to your RedCircle API account.\");\nconst RedcircleApiAddZipcodes_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Descriptive message about the operation result. Note that new zipcodes initially have status=preparing and take approximately 2 minutes to reach status=available.\"),\n success: z.boolean().describe(\"Indicates whether the zipcodes were successfully added to the account.\"),\n}).describe(\"Information about the add zipcodes request result.\");\nexport const RedcircleApiAddZipcodesOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiAddZipcodes_RequestInfoSchema.nullable(),\n}).describe(\"Response schema for adding zipcodes to the account.\");\n\nexport const redcircleApiAddZipcodes = action(\"REDCIRCLE_API_ADD_ZIPCODES\", {\n slug: \"redcircle_api-add-zipcodes\",\n name: \"Add Zipcodes\",\n description: \"Tool to add zipcodes to your RedCircle API account for geolocation targeting. Use when you need to localize product searches by specific postal codes. New zipcodes take approximately 2 minutes to become available after being added.\",\n input: RedcircleApiAddZipcodesInput,\n output: RedcircleApiAddZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,EACjE,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CAC3B,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;CACpH,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;AAClG,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,CAAC,SAAS,uGAAuG,EACjL,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oKAAoK;CACjM,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wEAAwE;AACxG,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,cAAc,0CAA0C,SAAS,EACnE,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,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/add-zipcodes.d.ts
4
+ declare const RedcircleApiAddZipcodesInput: z.ZodTypeAny;
5
+ declare const RedcircleApiAddZipcodesOutput: z.ZodTypeAny;
6
+ declare const redcircleApiAddZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { redcircleApiAddZipcodes };
9
+ //# sourceMappingURL=add-zipcodes.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-zipcodes.d.cts","names":[],"sources":["../../src/actions/add-zipcodes.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAKmC;AAAA,cAKnE,6BAAA,EAA+B,CAAA,CAAE,UAEoB;AAAA,cAErD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/add-zipcodes.d.ts
4
+ declare const RedcircleApiAddZipcodesInput: z.ZodTypeAny;
5
+ declare const RedcircleApiAddZipcodesOutput: z.ZodTypeAny;
6
+ declare const redcircleApiAddZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { redcircleApiAddZipcodes };
9
+ //# sourceMappingURL=add-zipcodes.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-zipcodes.d.mts","names":[],"sources":["../../src/actions/add-zipcodes.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAKmC;AAAA,cAKnE,6BAAA,EAA+B,CAAA,CAAE,UAEoB;AAAA,cAErD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,22 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/add-zipcodes.ts
4
+ const RedcircleApiAddZipcodesInput = z.object({ zipcodes: z.array(z.object({
5
+ domain: z.string().describe("The target domain where this zipcode will be used (e.g., 'target.com', 'walmart.com')."),
6
+ zipcode: z.string().describe("The postal code to add to your account for geolocation targeting.")
7
+ }).describe("Single zipcode entry to be added to the account.")).describe("Array of zipcode entries to add. Each entry specifies a zipcode and the domain where it will be used.") }).describe("Request parameters to add zipcodes to your RedCircle API account.");
8
+ const RedcircleApiAddZipcodes_RequestInfoSchema = z.object({
9
+ message: z.string().describe("Descriptive message about the operation result. Note that new zipcodes initially have status=preparing and take approximately 2 minutes to reach status=available."),
10
+ success: z.boolean().describe("Indicates whether the zipcodes were successfully added to the account.")
11
+ }).describe("Information about the add zipcodes request result.");
12
+ const redcircleApiAddZipcodes = action("REDCIRCLE_API_ADD_ZIPCODES", {
13
+ slug: "redcircle_api-add-zipcodes",
14
+ name: "Add Zipcodes",
15
+ description: "Tool to add zipcodes to your RedCircle API account for geolocation targeting. Use when you need to localize product searches by specific postal codes. New zipcodes take approximately 2 minutes to become available after being added.",
16
+ input: RedcircleApiAddZipcodesInput,
17
+ output: z.object({ request_info: RedcircleApiAddZipcodes_RequestInfoSchema.nullable() }).describe("Response schema for adding zipcodes to the account.")
18
+ });
19
+ //#endregion
20
+ export { redcircleApiAddZipcodes };
21
+
22
+ //# sourceMappingURL=add-zipcodes.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"add-zipcodes.mjs","names":[],"sources":["../../src/actions/add-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiAddZipcodesInput: z.ZodTypeAny = z.object({\n zipcodes: z.array(z.object({\n domain: z.string().describe(\"The target domain where this zipcode will be used (e.g., 'target.com', 'walmart.com').\"),\n zipcode: z.string().describe(\"The postal code to add to your account for geolocation targeting.\"),\n}).describe(\"Single zipcode entry to be added to the account.\")).describe(\"Array of zipcode entries to add. Each entry specifies a zipcode and the domain where it will be used.\"),\n}).describe(\"Request parameters to add zipcodes to your RedCircle API account.\");\nconst RedcircleApiAddZipcodes_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Descriptive message about the operation result. Note that new zipcodes initially have status=preparing and take approximately 2 minutes to reach status=available.\"),\n success: z.boolean().describe(\"Indicates whether the zipcodes were successfully added to the account.\"),\n}).describe(\"Information about the add zipcodes request result.\");\nexport const RedcircleApiAddZipcodesOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiAddZipcodes_RequestInfoSchema.nullable(),\n}).describe(\"Response schema for adding zipcodes to the account.\");\n\nexport const redcircleApiAddZipcodes = action(\"REDCIRCLE_API_ADD_ZIPCODES\", {\n slug: \"redcircle_api-add-zipcodes\",\n name: \"Add Zipcodes\",\n description: \"Tool to add zipcodes to your RedCircle API account for geolocation targeting. Use when you need to localize product searches by specific postal codes. New zipcodes take approximately 2 minutes to become available after being added.\",\n input: RedcircleApiAddZipcodesInput,\n output: RedcircleApiAddZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,EACjE,UAAU,EAAE,MAAM,EAAE,OAAO;CAC3B,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,wFAAwF;CACpH,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,mEAAmE;AAClG,CAAC,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,CAAC,SAAS,uGAAuG,EACjL,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAM,4CAA0D,EAAE,OAAO;CACvE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,oKAAoK;CACjM,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,wEAAwE;AACxG,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAKhE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,cAAc,0CAA0C,SAAS,EACnE,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
@@ -0,0 +1,20 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/clear-collection-requests.ts
4
+ const RedcircleApiClearCollectionRequestsInput = zod.z.object({ collection_id: zod.z.string().describe("The unique identifier of the collection to clear") }).describe("Request model for clearing all requests from a collection.");
5
+ const RedcircleApiClearCollectionRequests_RequestInfoSchema = zod.z.object({
6
+ message: zod.z.string().describe("Confirmation message about the operation"),
7
+ success: zod.z.boolean().describe("Indicates whether the operation was successful")
8
+ }).describe("Contains information about the clear operation result.");
9
+ const RedcircleApiClearCollectionRequestsOutput = zod.z.object({ request_info: RedcircleApiClearCollectionRequests_RequestInfoSchema.nullable() }).describe("Response model for clearing collection requests.");
10
+ const redcircleApiClearCollectionRequests = require_action.action("REDCIRCLE_API_CLEAR_COLLECTION_REQUESTS", {
11
+ slug: "redcircle_api-clear-collection-requests",
12
+ name: "Clear Collection Requests",
13
+ description: "Tool to remove all requests from a specified collection. Collections can only be cleared when not actively running. Use when you need to empty a collection of all its requests.",
14
+ input: RedcircleApiClearCollectionRequestsInput,
15
+ output: RedcircleApiClearCollectionRequestsOutput
16
+ });
17
+ //#endregion
18
+ exports.redcircleApiClearCollectionRequests = redcircleApiClearCollectionRequests;
19
+
20
+ //# sourceMappingURL=clear-collection-requests.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clear-collection-requests.cjs","names":["z","action"],"sources":["../../src/actions/clear-collection-requests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiClearCollectionRequestsInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to clear\"),\n}).describe(\"Request model for clearing all requests from a collection.\");\nconst RedcircleApiClearCollectionRequests_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Confirmation message about the operation\"),\n success: z.boolean().describe(\"Indicates whether the operation was successful\"),\n}).describe(\"Contains information about the clear operation result.\");\nexport const RedcircleApiClearCollectionRequestsOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiClearCollectionRequests_RequestInfoSchema.nullable(),\n}).describe(\"Response model for clearing collection requests.\");\n\nexport const redcircleApiClearCollectionRequests = action(\"REDCIRCLE_API_CLEAR_COLLECTION_REQUESTS\", {\n slug: \"redcircle_api-clear-collection-requests\",\n name: \"Clear Collection Requests\",\n description: \"Tool to remove all requests from a specified collection. Collections can only be cleared when not actively running. Use when you need to empty a collection of all its requests.\",\n input: RedcircleApiClearCollectionRequestsInput,\n output: RedcircleApiClearCollectionRequestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,EACvF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;AAChF,CAAC,CAAC,CAAC,SAAS,wDAAwD;AACpE,MAAa,4CAA0DA,IAAAA,EAAE,OAAO,EAC9E,cAAc,sDAAsD,SAAS,EAC/E,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,sCAAsCC,eAAAA,OAAO,2CAA2C;CACnG,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/clear-collection-requests.d.ts
4
+ declare const RedcircleApiClearCollectionRequestsInput: z.ZodTypeAny;
5
+ declare const RedcircleApiClearCollectionRequestsOutput: z.ZodTypeAny;
6
+ declare const redcircleApiClearCollectionRequests: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { redcircleApiClearCollectionRequests };
9
+ //# sourceMappingURL=clear-collection-requests.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clear-collection-requests.d.cts","names":[],"sources":["../../src/actions/clear-collection-requests.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEgB;AAAA,cAK5D,yCAAA,EAA2C,CAAA,CAAE,UAEK;AAAA,cAElD,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/clear-collection-requests.d.ts
4
+ declare const RedcircleApiClearCollectionRequestsInput: z.ZodTypeAny;
5
+ declare const RedcircleApiClearCollectionRequestsOutput: z.ZodTypeAny;
6
+ declare const redcircleApiClearCollectionRequests: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { redcircleApiClearCollectionRequests };
9
+ //# sourceMappingURL=clear-collection-requests.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clear-collection-requests.d.mts","names":[],"sources":["../../src/actions/clear-collection-requests.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAEgB;AAAA,cAK5D,yCAAA,EAA2C,CAAA,CAAE,UAEK;AAAA,cAElD,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,19 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/clear-collection-requests.ts
4
+ const RedcircleApiClearCollectionRequestsInput = z.object({ collection_id: z.string().describe("The unique identifier of the collection to clear") }).describe("Request model for clearing all requests from a collection.");
5
+ const RedcircleApiClearCollectionRequests_RequestInfoSchema = z.object({
6
+ message: z.string().describe("Confirmation message about the operation"),
7
+ success: z.boolean().describe("Indicates whether the operation was successful")
8
+ }).describe("Contains information about the clear operation result.");
9
+ const redcircleApiClearCollectionRequests = action("REDCIRCLE_API_CLEAR_COLLECTION_REQUESTS", {
10
+ slug: "redcircle_api-clear-collection-requests",
11
+ name: "Clear Collection Requests",
12
+ description: "Tool to remove all requests from a specified collection. Collections can only be cleared when not actively running. Use when you need to empty a collection of all its requests.",
13
+ input: RedcircleApiClearCollectionRequestsInput,
14
+ output: z.object({ request_info: RedcircleApiClearCollectionRequests_RequestInfoSchema.nullable() }).describe("Response model for clearing collection requests.")
15
+ });
16
+ //#endregion
17
+ export { redcircleApiClearCollectionRequests };
18
+
19
+ //# sourceMappingURL=clear-collection-requests.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clear-collection-requests.mjs","names":[],"sources":["../../src/actions/clear-collection-requests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiClearCollectionRequestsInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to clear\"),\n}).describe(\"Request model for clearing all requests from a collection.\");\nconst RedcircleApiClearCollectionRequests_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Confirmation message about the operation\"),\n success: z.boolean().describe(\"Indicates whether the operation was successful\"),\n}).describe(\"Contains information about the clear operation result.\");\nexport const RedcircleApiClearCollectionRequestsOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiClearCollectionRequests_RequestInfoSchema.nullable(),\n}).describe(\"Response model for clearing collection requests.\");\n\nexport const redcircleApiClearCollectionRequests = action(\"REDCIRCLE_API_CLEAR_COLLECTION_REQUESTS\", {\n slug: \"redcircle_api-clear-collection-requests\",\n name: \"Clear Collection Requests\",\n description: \"Tool to remove all requests from a specified collection. Collections can only be cleared when not actively running. Use when you need to empty a collection of all its requests.\",\n input: RedcircleApiClearCollectionRequestsInput,\n output: RedcircleApiClearCollectionRequestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyD,EAAE,OAAO,EAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,EACvF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,wDAAsE,EAAE,OAAO;CACnF,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACvE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,gDAAgD;AAChF,CAAC,CAAC,CAAC,SAAS,wDAAwD;AAKpE,MAAa,sCAAsC,OAAO,2CAA2C;CACnG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqE,EAAE,OAAO,EAC9E,cAAc,sDAAsD,SAAS,EAC/E,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
@@ -0,0 +1,83 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-collection.ts
4
+ const RedcircleApiCreateCollectionInput = zod.z.object({
5
+ name: zod.z.string().describe("Collection identifier name."),
6
+ enabled: zod.z.boolean().describe("Activation status; defaults to false if omitted.").optional(),
7
+ priority: zod.z.enum([
8
+ "highest",
9
+ "high",
10
+ "normal",
11
+ "low",
12
+ "lowest"
13
+ ]).describe("Queue priority level.").optional(),
14
+ requests_type: zod.z.enum([
15
+ "mixed",
16
+ "product",
17
+ "reviews",
18
+ "search",
19
+ "category",
20
+ "store_stock"
21
+ ]).describe("Lock type - 'mixed', 'product', 'reviews', 'search', 'category', 'store_stock' (cannot be modified after creation).").optional(),
22
+ schedule_type: zod.z.enum([
23
+ "monthly",
24
+ "weekly",
25
+ "daily",
26
+ "minutes",
27
+ "manual"
28
+ ]).describe("Schedule pattern - 'monthly', 'weekly', 'daily', 'minutes', or 'manual'.").optional(),
29
+ schedule_hours: zod.z.array(zod.z.number().int()).describe("Hours 0-23 for daily/weekly/monthly schedules.").optional(),
30
+ destination_ids: zod.z.array(zod.z.string()).describe("Cloud storage bucket identifiers for result uploads.").optional(),
31
+ schedule_minutes: zod.z.enum([
32
+ "every_minute",
33
+ "every_5_minutes",
34
+ "every_10_minutes",
35
+ "every_15_minutes",
36
+ "every_30_minutes",
37
+ "every_hour"
38
+ ]).describe("Frequency - 'every_minute', 'every_5_minutes', up to 'every_hour'.").optional(),
39
+ notification_email: zod.z.string().describe("Email address for completion notifications.").optional(),
40
+ notification_as_csv: zod.z.boolean().describe("Enable CSV format result delivery.").optional(),
41
+ notification_as_json: zod.z.boolean().describe("Enable JSON format result delivery.").optional(),
42
+ notification_webhook: zod.z.string().describe("Fully qualified URL for webhook POST notifications.").optional(),
43
+ schedule_days_of_week: zod.z.array(zod.z.number().int()).describe("Days 0-6 (Sunday-Saturday) for weekly/minute schedules.").optional(),
44
+ schedule_days_of_month: zod.z.array(zod.z.number().int()).describe("Integer days (e.g., [1,20]) for monthly/minute schedules.").optional(),
45
+ notification_csv_fields: zod.z.string().describe("Comma-separated CSV field list (dot notation format).").optional(),
46
+ notification_as_jsonlines: zod.z.boolean().describe("Enable JSON Lines format result delivery.").optional()
47
+ }).describe("Request model for creating a new collection in RedCircle API.");
48
+ const RedcircleApiCreateCollection_CollectionSchema = zod.z.object({
49
+ id: zod.z.string().describe("Unique collection identifier.").nullable().optional(),
50
+ name: zod.z.string().describe("Collection name.").nullable().optional(),
51
+ status: zod.z.string().describe("Current operational status.").nullable().optional(),
52
+ enabled: zod.z.boolean().describe("Current activation state.").nullable().optional(),
53
+ priority: zod.z.string().describe("Priority level.").nullable().optional(),
54
+ created_at: zod.z.string().describe("Creation datetime in ISO format.").nullable().optional(),
55
+ request_type: zod.z.string().describe("Request type classification.").nullable().optional(),
56
+ results_count: zod.z.number().int().describe("Completed result sets.").nullable().optional(),
57
+ schedule_type: zod.z.string().describe("Configured schedule pattern.").nullable().optional(),
58
+ schedule_hours: zod.z.array(zod.z.number().int()).describe("Configured execution hours.").nullable().optional(),
59
+ destination_ids: zod.z.array(zod.z.string()).describe("Upload destination identifiers.").nullable().optional(),
60
+ next_result_set_id: zod.z.number().int().describe("Next result set identifier.").nullable().optional(),
61
+ notification_email: zod.z.string().describe("Notification recipient email.").nullable().optional(),
62
+ request_page_count: zod.z.number().int().describe("Paginated request count.").nullable().optional(),
63
+ notification_as_csv: zod.z.boolean().describe("CSV delivery enabled flag.").nullable().optional(),
64
+ request_total_count: zod.z.number().int().describe("Total requests in collection.").nullable().optional(),
65
+ request_type_locked: zod.z.boolean().describe("Type restriction enforcement status.").nullable().optional(),
66
+ notification_as_json: zod.z.boolean().describe("JSON delivery enabled flag.").nullable().optional()
67
+ }).describe("Collection object details.");
68
+ const RedcircleApiCreateCollection_RequestInfoSchema = zod.z.object({ success: zod.z.boolean().describe("Operation status confirmation.").nullable().optional() }).describe("Request operation status information.");
69
+ const RedcircleApiCreateCollectionOutput = zod.z.object({
70
+ collection: RedcircleApiCreateCollection_CollectionSchema.nullable().optional(),
71
+ request_info: RedcircleApiCreateCollection_RequestInfoSchema.nullable().optional()
72
+ }).describe("Response model for creating a collection.");
73
+ const redcircleApiCreateCollection = require_action.action("REDCIRCLE_API_CREATE_COLLECTION", {
74
+ slug: "redcircle_api-create-collection",
75
+ name: "Create Collection",
76
+ description: "Tool to create a new collection for running up to 15,000 requests on a schedule. Use when you need to organize and schedule batch requests with various scheduling patterns, priority levels, and notification methods.",
77
+ input: RedcircleApiCreateCollectionInput,
78
+ output: RedcircleApiCreateCollectionOutput
79
+ });
80
+ //#endregion
81
+ exports.redcircleApiCreateCollection = redcircleApiCreateCollection;
82
+
83
+ //# sourceMappingURL=create-collection.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-collection.cjs","names":["z","action"],"sources":["../../src/actions/create-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiCreateCollectionInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Collection identifier name.\"),\n enabled: z.boolean().describe(\"Activation status; defaults to false if omitted.\").optional(),\n priority: z.enum([\"highest\", \"high\", \"normal\", \"low\", \"lowest\"]).describe(\"Queue priority level.\").optional(),\n requests_type: z.enum([\"mixed\", \"product\", \"reviews\", \"search\", \"category\", \"store_stock\"]).describe(\"Lock type - 'mixed', 'product', 'reviews', 'search', 'category', 'store_stock' (cannot be modified after creation).\").optional(),\n schedule_type: z.enum([\"monthly\", \"weekly\", \"daily\", \"minutes\", \"manual\"]).describe(\"Schedule pattern - 'monthly', 'weekly', 'daily', 'minutes', or 'manual'.\").optional(),\n schedule_hours: z.array(z.number().int()).describe(\"Hours 0-23 for daily/weekly/monthly schedules.\").optional(),\n destination_ids: z.array(z.string()).describe(\"Cloud storage bucket identifiers for result uploads.\").optional(),\n schedule_minutes: z.enum([\"every_minute\", \"every_5_minutes\", \"every_10_minutes\", \"every_15_minutes\", \"every_30_minutes\", \"every_hour\"]).describe(\"Frequency - 'every_minute', 'every_5_minutes', up to 'every_hour'.\").optional(),\n notification_email: z.string().describe(\"Email address for completion notifications.\").optional(),\n notification_as_csv: z.boolean().describe(\"Enable CSV format result delivery.\").optional(),\n notification_as_json: z.boolean().describe(\"Enable JSON format result delivery.\").optional(),\n notification_webhook: z.string().describe(\"Fully qualified URL for webhook POST notifications.\").optional(),\n schedule_days_of_week: z.array(z.number().int()).describe(\"Days 0-6 (Sunday-Saturday) for weekly/minute schedules.\").optional(),\n schedule_days_of_month: z.array(z.number().int()).describe(\"Integer days (e.g., [1,20]) for monthly/minute schedules.\").optional(),\n notification_csv_fields: z.string().describe(\"Comma-separated CSV field list (dot notation format).\").optional(),\n notification_as_jsonlines: z.boolean().describe(\"Enable JSON Lines format result delivery.\").optional(),\n}).describe(\"Request model for creating a new collection in RedCircle API.\");\nconst RedcircleApiCreateCollection_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique collection identifier.\").nullable().optional(),\n name: z.string().describe(\"Collection name.\").nullable().optional(),\n status: z.string().describe(\"Current operational status.\").nullable().optional(),\n enabled: z.boolean().describe(\"Current activation state.\").nullable().optional(),\n priority: z.string().describe(\"Priority level.\").nullable().optional(),\n created_at: z.string().describe(\"Creation datetime in ISO format.\").nullable().optional(),\n request_type: z.string().describe(\"Request type classification.\").nullable().optional(),\n results_count: z.number().int().describe(\"Completed result sets.\").nullable().optional(),\n schedule_type: z.string().describe(\"Configured schedule pattern.\").nullable().optional(),\n schedule_hours: z.array(z.number().int()).describe(\"Configured execution hours.\").nullable().optional(),\n destination_ids: z.array(z.string()).describe(\"Upload destination identifiers.\").nullable().optional(),\n next_result_set_id: z.number().int().describe(\"Next result set identifier.\").nullable().optional(),\n notification_email: z.string().describe(\"Notification recipient email.\").nullable().optional(),\n request_page_count: z.number().int().describe(\"Paginated request count.\").nullable().optional(),\n notification_as_csv: z.boolean().describe(\"CSV delivery enabled flag.\").nullable().optional(),\n request_total_count: z.number().int().describe(\"Total requests in collection.\").nullable().optional(),\n request_type_locked: z.boolean().describe(\"Type restriction enforcement status.\").nullable().optional(),\n notification_as_json: z.boolean().describe(\"JSON delivery enabled flag.\").nullable().optional(),\n}).describe(\"Collection object details.\");\nconst RedcircleApiCreateCollection_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Operation status confirmation.\").nullable().optional(),\n}).describe(\"Request operation status information.\");\nexport const RedcircleApiCreateCollectionOutput: z.ZodTypeAny = z.object({\n collection: RedcircleApiCreateCollection_CollectionSchema.nullable().optional(),\n request_info: RedcircleApiCreateCollection_RequestInfoSchema.nullable().optional(),\n}).describe(\"Response model for creating a collection.\");\n\nexport const redcircleApiCreateCollection = action(\"REDCIRCLE_API_CREATE_COLLECTION\", {\n slug: \"redcircle_api-create-collection\",\n name: \"Create Collection\",\n description: \"Tool to create a new collection for running up to 15,000 requests on a schedule. Use when you need to organize and schedule batch requests with various scheduling patterns, priority levels, and notification methods.\",\n input: RedcircleApiCreateCollectionInput,\n output: RedcircleApiCreateCollectionOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-collection.d.ts
4
+ declare const RedcircleApiCreateCollectionInput: z.ZodTypeAny;
5
+ declare const RedcircleApiCreateCollectionOutput: z.ZodTypeAny;
6
+ declare const redcircleApiCreateCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { redcircleApiCreateCollection };
9
+ //# sourceMappingURL=create-collection.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-collection.d.cts","names":[],"sources":["../../src/actions/create-collection.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAiB0B;AAAA,cAwB/D,kCAAA,EAAoC,CAAA,CAAE,UAGK;AAAA,cAE3C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-collection.d.ts
4
+ declare const RedcircleApiCreateCollectionInput: z.ZodTypeAny;
5
+ declare const RedcircleApiCreateCollectionOutput: z.ZodTypeAny;
6
+ declare const redcircleApiCreateCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { redcircleApiCreateCollection };
9
+ //# sourceMappingURL=create-collection.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-collection.d.mts","names":[],"sources":["../../src/actions/create-collection.ts"],"mappings":";;;cAIa,iCAAA,EAAmC,CAAA,CAAE,UAiB0B;AAAA,cAwB/D,kCAAA,EAAoC,CAAA,CAAE,UAGK;AAAA,cAE3C,4BAAA,gCAA4B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,82 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/create-collection.ts
4
+ const RedcircleApiCreateCollectionInput = z.object({
5
+ name: z.string().describe("Collection identifier name."),
6
+ enabled: z.boolean().describe("Activation status; defaults to false if omitted.").optional(),
7
+ priority: z.enum([
8
+ "highest",
9
+ "high",
10
+ "normal",
11
+ "low",
12
+ "lowest"
13
+ ]).describe("Queue priority level.").optional(),
14
+ requests_type: z.enum([
15
+ "mixed",
16
+ "product",
17
+ "reviews",
18
+ "search",
19
+ "category",
20
+ "store_stock"
21
+ ]).describe("Lock type - 'mixed', 'product', 'reviews', 'search', 'category', 'store_stock' (cannot be modified after creation).").optional(),
22
+ schedule_type: z.enum([
23
+ "monthly",
24
+ "weekly",
25
+ "daily",
26
+ "minutes",
27
+ "manual"
28
+ ]).describe("Schedule pattern - 'monthly', 'weekly', 'daily', 'minutes', or 'manual'.").optional(),
29
+ schedule_hours: z.array(z.number().int()).describe("Hours 0-23 for daily/weekly/monthly schedules.").optional(),
30
+ destination_ids: z.array(z.string()).describe("Cloud storage bucket identifiers for result uploads.").optional(),
31
+ schedule_minutes: z.enum([
32
+ "every_minute",
33
+ "every_5_minutes",
34
+ "every_10_minutes",
35
+ "every_15_minutes",
36
+ "every_30_minutes",
37
+ "every_hour"
38
+ ]).describe("Frequency - 'every_minute', 'every_5_minutes', up to 'every_hour'.").optional(),
39
+ notification_email: z.string().describe("Email address for completion notifications.").optional(),
40
+ notification_as_csv: z.boolean().describe("Enable CSV format result delivery.").optional(),
41
+ notification_as_json: z.boolean().describe("Enable JSON format result delivery.").optional(),
42
+ notification_webhook: z.string().describe("Fully qualified URL for webhook POST notifications.").optional(),
43
+ schedule_days_of_week: z.array(z.number().int()).describe("Days 0-6 (Sunday-Saturday) for weekly/minute schedules.").optional(),
44
+ schedule_days_of_month: z.array(z.number().int()).describe("Integer days (e.g., [1,20]) for monthly/minute schedules.").optional(),
45
+ notification_csv_fields: z.string().describe("Comma-separated CSV field list (dot notation format).").optional(),
46
+ notification_as_jsonlines: z.boolean().describe("Enable JSON Lines format result delivery.").optional()
47
+ }).describe("Request model for creating a new collection in RedCircle API.");
48
+ const RedcircleApiCreateCollection_CollectionSchema = z.object({
49
+ id: z.string().describe("Unique collection identifier.").nullable().optional(),
50
+ name: z.string().describe("Collection name.").nullable().optional(),
51
+ status: z.string().describe("Current operational status.").nullable().optional(),
52
+ enabled: z.boolean().describe("Current activation state.").nullable().optional(),
53
+ priority: z.string().describe("Priority level.").nullable().optional(),
54
+ created_at: z.string().describe("Creation datetime in ISO format.").nullable().optional(),
55
+ request_type: z.string().describe("Request type classification.").nullable().optional(),
56
+ results_count: z.number().int().describe("Completed result sets.").nullable().optional(),
57
+ schedule_type: z.string().describe("Configured schedule pattern.").nullable().optional(),
58
+ schedule_hours: z.array(z.number().int()).describe("Configured execution hours.").nullable().optional(),
59
+ destination_ids: z.array(z.string()).describe("Upload destination identifiers.").nullable().optional(),
60
+ next_result_set_id: z.number().int().describe("Next result set identifier.").nullable().optional(),
61
+ notification_email: z.string().describe("Notification recipient email.").nullable().optional(),
62
+ request_page_count: z.number().int().describe("Paginated request count.").nullable().optional(),
63
+ notification_as_csv: z.boolean().describe("CSV delivery enabled flag.").nullable().optional(),
64
+ request_total_count: z.number().int().describe("Total requests in collection.").nullable().optional(),
65
+ request_type_locked: z.boolean().describe("Type restriction enforcement status.").nullable().optional(),
66
+ notification_as_json: z.boolean().describe("JSON delivery enabled flag.").nullable().optional()
67
+ }).describe("Collection object details.");
68
+ const RedcircleApiCreateCollection_RequestInfoSchema = z.object({ success: z.boolean().describe("Operation status confirmation.").nullable().optional() }).describe("Request operation status information.");
69
+ const redcircleApiCreateCollection = action("REDCIRCLE_API_CREATE_COLLECTION", {
70
+ slug: "redcircle_api-create-collection",
71
+ name: "Create Collection",
72
+ description: "Tool to create a new collection for running up to 15,000 requests on a schedule. Use when you need to organize and schedule batch requests with various scheduling patterns, priority levels, and notification methods.",
73
+ input: RedcircleApiCreateCollectionInput,
74
+ output: z.object({
75
+ collection: RedcircleApiCreateCollection_CollectionSchema.nullable().optional(),
76
+ request_info: RedcircleApiCreateCollection_RequestInfoSchema.nullable().optional()
77
+ }).describe("Response model for creating a collection.")
78
+ });
79
+ //#endregion
80
+ export { redcircleApiCreateCollection };
81
+
82
+ //# sourceMappingURL=create-collection.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-collection.mjs","names":[],"sources":["../../src/actions/create-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiCreateCollectionInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Collection identifier name.\"),\n enabled: z.boolean().describe(\"Activation status; defaults to false if omitted.\").optional(),\n priority: z.enum([\"highest\", \"high\", \"normal\", \"low\", \"lowest\"]).describe(\"Queue priority level.\").optional(),\n requests_type: z.enum([\"mixed\", \"product\", \"reviews\", \"search\", \"category\", \"store_stock\"]).describe(\"Lock type - 'mixed', 'product', 'reviews', 'search', 'category', 'store_stock' (cannot be modified after creation).\").optional(),\n schedule_type: z.enum([\"monthly\", \"weekly\", \"daily\", \"minutes\", \"manual\"]).describe(\"Schedule pattern - 'monthly', 'weekly', 'daily', 'minutes', or 'manual'.\").optional(),\n schedule_hours: z.array(z.number().int()).describe(\"Hours 0-23 for daily/weekly/monthly schedules.\").optional(),\n destination_ids: z.array(z.string()).describe(\"Cloud storage bucket identifiers for result uploads.\").optional(),\n schedule_minutes: z.enum([\"every_minute\", \"every_5_minutes\", \"every_10_minutes\", \"every_15_minutes\", \"every_30_minutes\", \"every_hour\"]).describe(\"Frequency - 'every_minute', 'every_5_minutes', up to 'every_hour'.\").optional(),\n notification_email: z.string().describe(\"Email address for completion notifications.\").optional(),\n notification_as_csv: z.boolean().describe(\"Enable CSV format result delivery.\").optional(),\n notification_as_json: z.boolean().describe(\"Enable JSON format result delivery.\").optional(),\n notification_webhook: z.string().describe(\"Fully qualified URL for webhook POST notifications.\").optional(),\n schedule_days_of_week: z.array(z.number().int()).describe(\"Days 0-6 (Sunday-Saturday) for weekly/minute schedules.\").optional(),\n schedule_days_of_month: z.array(z.number().int()).describe(\"Integer days (e.g., [1,20]) for monthly/minute schedules.\").optional(),\n notification_csv_fields: z.string().describe(\"Comma-separated CSV field list (dot notation format).\").optional(),\n notification_as_jsonlines: z.boolean().describe(\"Enable JSON Lines format result delivery.\").optional(),\n}).describe(\"Request model for creating a new collection in RedCircle API.\");\nconst RedcircleApiCreateCollection_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique collection identifier.\").nullable().optional(),\n name: z.string().describe(\"Collection name.\").nullable().optional(),\n status: z.string().describe(\"Current operational status.\").nullable().optional(),\n enabled: z.boolean().describe(\"Current activation state.\").nullable().optional(),\n priority: z.string().describe(\"Priority level.\").nullable().optional(),\n created_at: z.string().describe(\"Creation datetime in ISO format.\").nullable().optional(),\n request_type: z.string().describe(\"Request type classification.\").nullable().optional(),\n results_count: z.number().int().describe(\"Completed result sets.\").nullable().optional(),\n schedule_type: z.string().describe(\"Configured schedule pattern.\").nullable().optional(),\n schedule_hours: z.array(z.number().int()).describe(\"Configured execution hours.\").nullable().optional(),\n destination_ids: z.array(z.string()).describe(\"Upload destination identifiers.\").nullable().optional(),\n next_result_set_id: z.number().int().describe(\"Next result set identifier.\").nullable().optional(),\n notification_email: z.string().describe(\"Notification recipient email.\").nullable().optional(),\n request_page_count: z.number().int().describe(\"Paginated request count.\").nullable().optional(),\n notification_as_csv: z.boolean().describe(\"CSV delivery enabled flag.\").nullable().optional(),\n request_total_count: z.number().int().describe(\"Total requests in collection.\").nullable().optional(),\n request_type_locked: z.boolean().describe(\"Type restriction enforcement status.\").nullable().optional(),\n notification_as_json: z.boolean().describe(\"JSON delivery enabled flag.\").nullable().optional(),\n}).describe(\"Collection object details.\");\nconst RedcircleApiCreateCollection_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Operation status confirmation.\").nullable().optional(),\n}).describe(\"Request operation status information.\");\nexport const RedcircleApiCreateCollectionOutput: z.ZodTypeAny = z.object({\n collection: RedcircleApiCreateCollection_CollectionSchema.nullable().optional(),\n request_info: RedcircleApiCreateCollection_RequestInfoSchema.nullable().optional(),\n}).describe(\"Response model for creating a collection.\");\n\nexport const redcircleApiCreateCollection = action(\"REDCIRCLE_API_CREATE_COLLECTION\", {\n slug: \"redcircle_api-create-collection\",\n name: \"Create Collection\",\n description: \"Tool to create a new collection for running up to 15,000 requests on a schedule. Use when you need to organize and schedule batch requests with various scheduling patterns, priority levels, and notification methods.\",\n input: RedcircleApiCreateCollectionInput,\n output: RedcircleApiCreateCollectionOutput,\n});\n"],"mappings":"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"}
@@ -0,0 +1,50 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/create-destination.ts
4
+ const RedcircleApiCreateDestinationInput = zod.z.object({
5
+ name: zod.z.string().describe("Destination identifier/name."),
6
+ type: zod.z.enum([
7
+ "s3",
8
+ "gcs",
9
+ "azure",
10
+ "oss",
11
+ "s3compatible"
12
+ ]).describe("Storage provider type. Options: s3 (Amazon S3), gcs (Google Cloud Storage), azure (Azure Blob Storage), oss (Alibaba OSS), s3compatible (S3-compatible storage)."),
13
+ enabled: zod.z.boolean().describe("Activation status. If true, a connectivity test will be performed by uploading and deleting a test file."),
14
+ s3_region: zod.z.string().describe("Region identifier for S3-compatible storage. Optional when type='s3compatible'.").optional(),
15
+ s3_endpoint: zod.z.string().describe("S3-compatible endpoint URL. Required when type='s3compatible'.").optional(),
16
+ oss_region_id: zod.z.string().describe("Alibaba region identifier. Required when type='oss'.").optional(),
17
+ gcs_access_key: zod.z.string().describe("Google Cloud interoperable access key. Required when type='gcs'.").optional(),
18
+ gcs_secret_key: zod.z.string().describe("Google Cloud interoperable secret key. Required when type='gcs'.").optional(),
19
+ oss_access_key: zod.z.string().describe("Alibaba Cloud RAM user access key. Required when type='oss'.").optional(),
20
+ oss_secret_key: zod.z.string().describe("Alibaba Cloud RAM user secret key. Required when type='oss'.").optional(),
21
+ s3_bucket_name: zod.z.string().describe("S3 bucket name. Required when type='s3'.").optional(),
22
+ s3_path_prefix: zod.z.string().describe("Path prefix for S3 uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='s3' or type='s3compatible'.").optional(),
23
+ gcs_bucket_name: zod.z.string().describe("GCS bucket identifier. Required when type='gcs'.").optional(),
24
+ gcs_path_prefix: zod.z.string().describe("Path prefix for GCS uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='gcs'.").optional(),
25
+ oss_bucket_name: zod.z.string().describe("Alibaba OSS bucket name. Required when type='oss'.").optional(),
26
+ oss_path_prefix: zod.z.string().describe("Path prefix for OSS uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='oss'.").optional(),
27
+ s3_access_key_id: zod.z.string().describe("AWS access key ID. Required when type='s3'.").optional(),
28
+ azure_account_key: zod.z.string().describe("Azure storage account key. Required when type='azure'.").optional(),
29
+ azure_path_prefix: zod.z.string().describe("Path prefix for Azure uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='azure'.").optional(),
30
+ azure_account_name: zod.z.string().describe("Azure storage account name. Required when type='azure'.").optional(),
31
+ azure_container_name: zod.z.string().describe("Azure blob container name. Required when type='azure'.").optional(),
32
+ s3_secret_access_key: zod.z.string().describe("AWS secret access key. Required when type='s3'.").optional()
33
+ }).describe("Request model for creating a new destination.\n\nA destination is used for uploading Collection Result Sets to cloud storage providers.\nThe type field determines which additional fields are required (S3, GCS, Azure, OSS, or S3-compatible).");
34
+ const RedcircleApiCreateDestination_DestinationDataSchema = zod.z.object({ id: zod.z.string().describe("Unique identifier for the created destination.") }).describe("Destination data object.");
35
+ const RedcircleApiCreateDestination_RequestInfoSchema = zod.z.object({ success: zod.z.boolean().describe("Operation status confirmation.") }).describe("Request information object.");
36
+ const RedcircleApiCreateDestinationOutput = zod.z.object({
37
+ destination: RedcircleApiCreateDestination_DestinationDataSchema.nullable(),
38
+ request_info: RedcircleApiCreateDestination_RequestInfoSchema.nullable()
39
+ }).describe("Response schema for creating a destination.");
40
+ const redcircleApiCreateDestination = require_action.action("REDCIRCLE_API_CREATE_DESTINATION", {
41
+ slug: "redcircle_api-create-destination",
42
+ name: "Create Destination",
43
+ description: "Tool to create a new destination for uploading Collection Result Sets to cloud storage. Use when you need to configure a storage destination for result sets with providers like S3, GCS, Azure, OSS, or S3-compatible storage.",
44
+ input: RedcircleApiCreateDestinationInput,
45
+ output: RedcircleApiCreateDestinationOutput
46
+ });
47
+ //#endregion
48
+ exports.redcircleApiCreateDestination = redcircleApiCreateDestination;
49
+
50
+ //# sourceMappingURL=create-destination.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-destination.cjs","names":["z","action"],"sources":["../../src/actions/create-destination.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiCreateDestinationInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Destination identifier/name.\"),\n type: z.enum([\"s3\", \"gcs\", \"azure\", \"oss\", \"s3compatible\"]).describe(\"Storage provider type. Options: s3 (Amazon S3), gcs (Google Cloud Storage), azure (Azure Blob Storage), oss (Alibaba OSS), s3compatible (S3-compatible storage).\"),\n enabled: z.boolean().describe(\"Activation status. If true, a connectivity test will be performed by uploading and deleting a test file.\"),\n s3_region: z.string().describe(\"Region identifier for S3-compatible storage. Optional when type='s3compatible'.\").optional(),\n s3_endpoint: z.string().describe(\"S3-compatible endpoint URL. Required when type='s3compatible'.\").optional(),\n oss_region_id: z.string().describe(\"Alibaba region identifier. Required when type='oss'.\").optional(),\n gcs_access_key: z.string().describe(\"Google Cloud interoperable access key. Required when type='gcs'.\").optional(),\n gcs_secret_key: z.string().describe(\"Google Cloud interoperable secret key. Required when type='gcs'.\").optional(),\n oss_access_key: z.string().describe(\"Alibaba Cloud RAM user access key. Required when type='oss'.\").optional(),\n oss_secret_key: z.string().describe(\"Alibaba Cloud RAM user secret key. Required when type='oss'.\").optional(),\n s3_bucket_name: z.string().describe(\"S3 bucket name. Required when type='s3'.\").optional(),\n s3_path_prefix: z.string().describe(\"Path prefix for S3 uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='s3' or type='s3compatible'.\").optional(),\n gcs_bucket_name: z.string().describe(\"GCS bucket identifier. Required when type='gcs'.\").optional(),\n gcs_path_prefix: z.string().describe(\"Path prefix for GCS uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='gcs'.\").optional(),\n oss_bucket_name: z.string().describe(\"Alibaba OSS bucket name. Required when type='oss'.\").optional(),\n oss_path_prefix: z.string().describe(\"Path prefix for OSS uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='oss'.\").optional(),\n s3_access_key_id: z.string().describe(\"AWS access key ID. Required when type='s3'.\").optional(),\n azure_account_key: z.string().describe(\"Azure storage account key. Required when type='azure'.\").optional(),\n azure_path_prefix: z.string().describe(\"Path prefix for Azure uploads. Supports tokens: %COLLECTION_ID%, %COLLECTION_NAME%, %RESULT_SET_ID%, %DATE%. Optional when type='azure'.\").optional(),\n azure_account_name: z.string().describe(\"Azure storage account name. Required when type='azure'.\").optional(),\n azure_container_name: z.string().describe(\"Azure blob container name. Required when type='azure'.\").optional(),\n s3_secret_access_key: z.string().describe(\"AWS secret access key. Required when type='s3'.\").optional(),\n}).describe(\"Request model for creating a new destination.\\n\\nA destination is used for uploading Collection Result Sets to cloud storage providers.\\nThe type field determines which additional fields are required (S3, GCS, Azure, OSS, or S3-compatible).\");\nconst RedcircleApiCreateDestination_DestinationDataSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the created destination.\"),\n}).describe(\"Destination data object.\");\nconst RedcircleApiCreateDestination_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Operation status confirmation.\"),\n}).describe(\"Request information object.\");\nexport const RedcircleApiCreateDestinationOutput: z.ZodTypeAny = z.object({\n destination: RedcircleApiCreateDestination_DestinationDataSchema.nullable(),\n request_info: RedcircleApiCreateDestination_RequestInfoSchema.nullable(),\n}).describe(\"Response schema for creating a destination.\");\n\nexport const redcircleApiCreateDestination = action(\"REDCIRCLE_API_CREATE_DESTINATION\", {\n slug: \"redcircle_api-create-destination\",\n name: \"Create Destination\",\n description: \"Tool to create a new destination for uploading Collection Result Sets to cloud storage. Use when you need to configure a storage destination for result sets with providers like S3, GCS, Azure, OSS, or S3-compatible storage.\",\n input: RedcircleApiCreateDestinationInput,\n output: RedcircleApiCreateDestinationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAmDA,IAAAA,EAAE,OAAO;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAM;EAAO;EAAS;EAAO;CAAc,CAAC,CAAC,CAAC,SAAS,kKAAkK;CACvO,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0GAA0G;CACxI,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS;CAC3H,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CAC5G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACpG,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CACjH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kEAAkE,CAAC,CAAC,SAAS;CACjH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC7G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS;CAC7G,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACzF,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2JAA2J,CAAC,CAAC,SAAS;CAC1M,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAClG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;CACtL,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CACpG,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sIAAsI,CAAC,CAAC,SAAS;CACtL,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS;CAC9F,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC1G,mBAAmBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0IAA0I,CAAC,CAAC,SAAS;CAC5L,oBAAoBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CAC5G,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CAC7G,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AACxG,CAAC,CAAC,CAAC,SAAS,kPAAkP;AAC9P,MAAM,sDAAoEA,IAAAA,EAAE,OAAO,EACjF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,EAC1E,CAAC,CAAC,CAAC,SAAS,0BAA0B;AACtC,MAAM,kDAAgEA,IAAAA,EAAE,OAAO,EAC7E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gCAAgC,EAChE,CAAC,CAAC,CAAC,SAAS,6BAA6B;AACzC,MAAa,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,aAAa,oDAAoD,SAAS;CAC1E,cAAc,gDAAgD,SAAS;AACzE,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAEzD,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-destination.d.ts
4
+ declare const RedcircleApiCreateDestinationInput: z.ZodTypeAny;
5
+ declare const RedcircleApiCreateDestinationOutput: z.ZodTypeAny;
6
+ declare const redcircleApiCreateDestination: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { redcircleApiCreateDestination };
9
+ //# sourceMappingURL=create-destination.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-destination.d.cts","names":[],"sources":["../../src/actions/create-destination.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAuB4M;AAAA,cAOlP,mCAAA,EAAqC,CAAA,CAAE,UAGM;AAAA,cAE7C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/create-destination.d.ts
4
+ declare const RedcircleApiCreateDestinationInput: z.ZodTypeAny;
5
+ declare const RedcircleApiCreateDestinationOutput: z.ZodTypeAny;
6
+ declare const redcircleApiCreateDestination: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { redcircleApiCreateDestination };
9
+ //# sourceMappingURL=create-destination.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-destination.d.mts","names":[],"sources":["../../src/actions/create-destination.ts"],"mappings":";;;cAIa,kCAAA,EAAoC,CAAA,CAAE,UAuB4M;AAAA,cAOlP,mCAAA,EAAqC,CAAA,CAAE,UAGM;AAAA,cAE7C,6BAAA,gCAA6B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}