@keystrokehq/redcircle_api 0.1.4 → 0.1.6

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 (269) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/add-zipcodes.cjs +1 -0
  4. package/dist/actions/add-zipcodes.cjs.map +1 -1
  5. package/dist/actions/add-zipcodes.d.cts +3 -7
  6. package/dist/actions/add-zipcodes.d.cts.map +1 -1
  7. package/dist/actions/add-zipcodes.d.mts +3 -7
  8. package/dist/actions/add-zipcodes.d.mts.map +1 -1
  9. package/dist/actions/add-zipcodes.mjs +1 -0
  10. package/dist/actions/add-zipcodes.mjs.map +1 -1
  11. package/dist/actions/clear-collection-requests.cjs +1 -0
  12. package/dist/actions/clear-collection-requests.cjs.map +1 -1
  13. package/dist/actions/clear-collection-requests.d.cts +3 -3
  14. package/dist/actions/clear-collection-requests.d.cts.map +1 -1
  15. package/dist/actions/clear-collection-requests.d.mts +3 -3
  16. package/dist/actions/clear-collection-requests.d.mts.map +1 -1
  17. package/dist/actions/clear-collection-requests.mjs +1 -0
  18. package/dist/actions/clear-collection-requests.mjs.map +1 -1
  19. package/dist/actions/create-collection.cjs +1 -0
  20. package/dist/actions/create-collection.cjs.map +1 -1
  21. package/dist/actions/create-collection.d.cts +4 -19
  22. package/dist/actions/create-collection.d.cts.map +1 -1
  23. package/dist/actions/create-collection.d.mts +4 -19
  24. package/dist/actions/create-collection.d.mts.map +1 -1
  25. package/dist/actions/create-collection.mjs +1 -0
  26. package/dist/actions/create-collection.mjs.map +1 -1
  27. package/dist/actions/create-destination.cjs +1 -0
  28. package/dist/actions/create-destination.cjs.map +1 -1
  29. package/dist/actions/create-destination.d.cts +3 -24
  30. package/dist/actions/create-destination.d.cts.map +1 -1
  31. package/dist/actions/create-destination.d.mts +3 -24
  32. package/dist/actions/create-destination.d.mts.map +1 -1
  33. package/dist/actions/create-destination.mjs +1 -0
  34. package/dist/actions/create-destination.mjs.map +1 -1
  35. package/dist/actions/create-requests.cjs +1 -0
  36. package/dist/actions/create-requests.cjs.map +1 -1
  37. package/dist/actions/create-requests.d.cts +3 -9
  38. package/dist/actions/create-requests.d.cts.map +1 -1
  39. package/dist/actions/create-requests.d.mts +3 -9
  40. package/dist/actions/create-requests.d.mts.map +1 -1
  41. package/dist/actions/create-requests.mjs +1 -0
  42. package/dist/actions/create-requests.mjs.map +1 -1
  43. package/dist/actions/delete-collection.cjs +1 -0
  44. package/dist/actions/delete-collection.cjs.map +1 -1
  45. package/dist/actions/delete-collection.d.cts +3 -3
  46. package/dist/actions/delete-collection.d.cts.map +1 -1
  47. package/dist/actions/delete-collection.d.mts +3 -3
  48. package/dist/actions/delete-collection.d.mts.map +1 -1
  49. package/dist/actions/delete-collection.mjs +1 -0
  50. package/dist/actions/delete-collection.mjs.map +1 -1
  51. package/dist/actions/delete-destination.cjs +1 -0
  52. package/dist/actions/delete-destination.cjs.map +1 -1
  53. package/dist/actions/delete-destination.d.cts +3 -3
  54. package/dist/actions/delete-destination.d.cts.map +1 -1
  55. package/dist/actions/delete-destination.d.mts +3 -3
  56. package/dist/actions/delete-destination.d.mts.map +1 -1
  57. package/dist/actions/delete-destination.mjs +1 -0
  58. package/dist/actions/delete-destination.mjs.map +1 -1
  59. package/dist/actions/delete-request.cjs +1 -0
  60. package/dist/actions/delete-request.cjs.map +1 -1
  61. package/dist/actions/delete-request.d.cts +3 -4
  62. package/dist/actions/delete-request.d.cts.map +1 -1
  63. package/dist/actions/delete-request.d.mts +3 -4
  64. package/dist/actions/delete-request.d.mts.map +1 -1
  65. package/dist/actions/delete-request.mjs +1 -0
  66. package/dist/actions/delete-request.mjs.map +1 -1
  67. package/dist/actions/delete-requests-bulk.cjs +1 -0
  68. package/dist/actions/delete-requests-bulk.cjs.map +1 -1
  69. package/dist/actions/delete-requests-bulk.d.cts +3 -4
  70. package/dist/actions/delete-requests-bulk.d.cts.map +1 -1
  71. package/dist/actions/delete-requests-bulk.d.mts +3 -4
  72. package/dist/actions/delete-requests-bulk.d.mts.map +1 -1
  73. package/dist/actions/delete-requests-bulk.mjs +1 -0
  74. package/dist/actions/delete-requests-bulk.mjs.map +1 -1
  75. package/dist/actions/delete-zipcodes.cjs +1 -0
  76. package/dist/actions/delete-zipcodes.cjs.map +1 -1
  77. package/dist/actions/delete-zipcodes.d.cts +3 -7
  78. package/dist/actions/delete-zipcodes.d.cts.map +1 -1
  79. package/dist/actions/delete-zipcodes.d.mts +3 -7
  80. package/dist/actions/delete-zipcodes.d.mts.map +1 -1
  81. package/dist/actions/delete-zipcodes.mjs +1 -0
  82. package/dist/actions/delete-zipcodes.mjs.map +1 -1
  83. package/dist/actions/get-account.cjs +1 -0
  84. package/dist/actions/get-account.cjs.map +1 -1
  85. package/dist/actions/get-account.d.cts +3 -1
  86. package/dist/actions/get-account.d.cts.map +1 -1
  87. package/dist/actions/get-account.d.mts +3 -1
  88. package/dist/actions/get-account.d.mts.map +1 -1
  89. package/dist/actions/get-account.mjs +1 -0
  90. package/dist/actions/get-account.mjs.map +1 -1
  91. package/dist/actions/get-collection.cjs +1 -0
  92. package/dist/actions/get-collection.cjs.map +1 -1
  93. package/dist/actions/get-collection.d.cts +3 -3
  94. package/dist/actions/get-collection.d.cts.map +1 -1
  95. package/dist/actions/get-collection.d.mts +3 -3
  96. package/dist/actions/get-collection.d.mts.map +1 -1
  97. package/dist/actions/get-collection.mjs +1 -0
  98. package/dist/actions/get-collection.mjs.map +1 -1
  99. package/dist/actions/get-requests-csv-links.cjs +1 -0
  100. package/dist/actions/get-requests-csv-links.cjs.map +1 -1
  101. package/dist/actions/get-requests-csv-links.d.cts +3 -3
  102. package/dist/actions/get-requests-csv-links.d.cts.map +1 -1
  103. package/dist/actions/get-requests-csv-links.d.mts +3 -3
  104. package/dist/actions/get-requests-csv-links.d.mts.map +1 -1
  105. package/dist/actions/get-requests-csv-links.mjs +1 -0
  106. package/dist/actions/get-requests-csv-links.mjs.map +1 -1
  107. package/dist/actions/get-requests-json-links.cjs +1 -0
  108. package/dist/actions/get-requests-json-links.cjs.map +1 -1
  109. package/dist/actions/get-requests-json-links.d.cts +3 -3
  110. package/dist/actions/get-requests-json-links.d.cts.map +1 -1
  111. package/dist/actions/get-requests-json-links.d.mts +3 -3
  112. package/dist/actions/get-requests-json-links.d.mts.map +1 -1
  113. package/dist/actions/get-requests-json-links.mjs +1 -0
  114. package/dist/actions/get-requests-json-links.mjs.map +1 -1
  115. package/dist/actions/get-result-set-csv.cjs +1 -0
  116. package/dist/actions/get-result-set-csv.cjs.map +1 -1
  117. package/dist/actions/get-result-set-csv.d.cts +3 -5
  118. package/dist/actions/get-result-set-csv.d.cts.map +1 -1
  119. package/dist/actions/get-result-set-csv.d.mts +3 -5
  120. package/dist/actions/get-result-set-csv.d.mts.map +1 -1
  121. package/dist/actions/get-result-set-csv.mjs +1 -0
  122. package/dist/actions/get-result-set-csv.mjs.map +1 -1
  123. package/dist/actions/get-result-set-json.cjs +1 -0
  124. package/dist/actions/get-result-set-json.cjs.map +1 -1
  125. package/dist/actions/get-result-set-json.d.cts +3 -4
  126. package/dist/actions/get-result-set-json.d.cts.map +1 -1
  127. package/dist/actions/get-result-set-json.d.mts +3 -4
  128. package/dist/actions/get-result-set-json.d.mts.map +1 -1
  129. package/dist/actions/get-result-set-json.mjs +1 -0
  130. package/dist/actions/get-result-set-json.mjs.map +1 -1
  131. package/dist/actions/get-result-set-jsonlines.cjs +1 -0
  132. package/dist/actions/get-result-set-jsonlines.cjs.map +1 -1
  133. package/dist/actions/get-result-set-jsonlines.d.cts +3 -4
  134. package/dist/actions/get-result-set-jsonlines.d.cts.map +1 -1
  135. package/dist/actions/get-result-set-jsonlines.d.mts +3 -4
  136. package/dist/actions/get-result-set-jsonlines.d.mts.map +1 -1
  137. package/dist/actions/get-result-set-jsonlines.mjs +1 -0
  138. package/dist/actions/get-result-set-jsonlines.mjs.map +1 -1
  139. package/dist/actions/get-target-product-data.cjs +1 -0
  140. package/dist/actions/get-target-product-data.cjs.map +1 -1
  141. package/dist/actions/get-target-product-data.d.cts +3 -8
  142. package/dist/actions/get-target-product-data.d.cts.map +1 -1
  143. package/dist/actions/get-target-product-data.d.mts +3 -8
  144. package/dist/actions/get-target-product-data.d.mts.map +1 -1
  145. package/dist/actions/get-target-product-data.mjs +1 -0
  146. package/dist/actions/get-target-product-data.mjs.map +1 -1
  147. package/dist/actions/list-categories.cjs +1 -0
  148. package/dist/actions/list-categories.cjs.map +1 -1
  149. package/dist/actions/list-categories.d.cts +3 -5
  150. package/dist/actions/list-categories.d.cts.map +1 -1
  151. package/dist/actions/list-categories.d.mts +3 -5
  152. package/dist/actions/list-categories.d.mts.map +1 -1
  153. package/dist/actions/list-categories.mjs +1 -0
  154. package/dist/actions/list-categories.mjs.map +1 -1
  155. package/dist/actions/list-collections.cjs +1 -0
  156. package/dist/actions/list-collections.cjs.map +1 -1
  157. package/dist/actions/list-collections.d.cts +4 -17
  158. package/dist/actions/list-collections.d.cts.map +1 -1
  159. package/dist/actions/list-collections.d.mts +4 -17
  160. package/dist/actions/list-collections.d.mts.map +1 -1
  161. package/dist/actions/list-collections.mjs +1 -0
  162. package/dist/actions/list-collections.mjs.map +1 -1
  163. package/dist/actions/list-destinations.cjs +1 -0
  164. package/dist/actions/list-destinations.cjs.map +1 -1
  165. package/dist/actions/list-destinations.d.cts +3 -6
  166. package/dist/actions/list-destinations.d.cts.map +1 -1
  167. package/dist/actions/list-destinations.d.mts +3 -6
  168. package/dist/actions/list-destinations.d.mts.map +1 -1
  169. package/dist/actions/list-destinations.mjs +1 -0
  170. package/dist/actions/list-destinations.mjs.map +1 -1
  171. package/dist/actions/list-error-logs.cjs +1 -0
  172. package/dist/actions/list-error-logs.cjs.map +1 -1
  173. package/dist/actions/list-error-logs.d.cts +3 -6
  174. package/dist/actions/list-error-logs.d.cts.map +1 -1
  175. package/dist/actions/list-error-logs.d.mts +3 -6
  176. package/dist/actions/list-error-logs.d.mts.map +1 -1
  177. package/dist/actions/list-error-logs.mjs +1 -0
  178. package/dist/actions/list-error-logs.mjs.map +1 -1
  179. package/dist/actions/list-requests-by-page.cjs +1 -0
  180. package/dist/actions/list-requests-by-page.cjs.map +1 -1
  181. package/dist/actions/list-requests-by-page.d.cts +3 -4
  182. package/dist/actions/list-requests-by-page.d.cts.map +1 -1
  183. package/dist/actions/list-requests-by-page.d.mts +3 -4
  184. package/dist/actions/list-requests-by-page.d.mts.map +1 -1
  185. package/dist/actions/list-requests-by-page.mjs +1 -0
  186. package/dist/actions/list-requests-by-page.mjs.map +1 -1
  187. package/dist/actions/list-result-sets.cjs +1 -0
  188. package/dist/actions/list-result-sets.cjs.map +1 -1
  189. package/dist/actions/list-result-sets.d.cts +3 -3
  190. package/dist/actions/list-result-sets.d.cts.map +1 -1
  191. package/dist/actions/list-result-sets.d.mts +3 -3
  192. package/dist/actions/list-result-sets.d.mts.map +1 -1
  193. package/dist/actions/list-result-sets.mjs +1 -0
  194. package/dist/actions/list-result-sets.mjs.map +1 -1
  195. package/dist/actions/list-zipcodes.cjs +1 -0
  196. package/dist/actions/list-zipcodes.cjs.map +1 -1
  197. package/dist/actions/list-zipcodes.d.cts +3 -5
  198. package/dist/actions/list-zipcodes.d.cts.map +1 -1
  199. package/dist/actions/list-zipcodes.d.mts +3 -5
  200. package/dist/actions/list-zipcodes.d.mts.map +1 -1
  201. package/dist/actions/list-zipcodes.mjs +1 -0
  202. package/dist/actions/list-zipcodes.mjs.map +1 -1
  203. package/dist/actions/resend-webhook.cjs +1 -0
  204. package/dist/actions/resend-webhook.cjs.map +1 -1
  205. package/dist/actions/resend-webhook.d.cts +3 -4
  206. package/dist/actions/resend-webhook.d.cts.map +1 -1
  207. package/dist/actions/resend-webhook.d.mts +3 -4
  208. package/dist/actions/resend-webhook.d.mts.map +1 -1
  209. package/dist/actions/resend-webhook.mjs +1 -0
  210. package/dist/actions/resend-webhook.mjs.map +1 -1
  211. package/dist/actions/start-collection.cjs +1 -0
  212. package/dist/actions/start-collection.cjs.map +1 -1
  213. package/dist/actions/start-collection.d.cts +3 -3
  214. package/dist/actions/start-collection.d.cts.map +1 -1
  215. package/dist/actions/start-collection.d.mts +3 -3
  216. package/dist/actions/start-collection.d.mts.map +1 -1
  217. package/dist/actions/start-collection.mjs +1 -0
  218. package/dist/actions/start-collection.mjs.map +1 -1
  219. package/dist/actions/stop-all-collections.cjs +1 -0
  220. package/dist/actions/stop-all-collections.cjs.map +1 -1
  221. package/dist/actions/stop-all-collections.d.cts +3 -1
  222. package/dist/actions/stop-all-collections.d.cts.map +1 -1
  223. package/dist/actions/stop-all-collections.d.mts +3 -1
  224. package/dist/actions/stop-all-collections.d.mts.map +1 -1
  225. package/dist/actions/stop-all-collections.mjs +1 -0
  226. package/dist/actions/stop-all-collections.mjs.map +1 -1
  227. package/dist/actions/stop-collection.cjs +1 -0
  228. package/dist/actions/stop-collection.cjs.map +1 -1
  229. package/dist/actions/stop-collection.d.cts +3 -3
  230. package/dist/actions/stop-collection.d.cts.map +1 -1
  231. package/dist/actions/stop-collection.d.mts +3 -3
  232. package/dist/actions/stop-collection.d.mts.map +1 -1
  233. package/dist/actions/stop-collection.mjs +1 -0
  234. package/dist/actions/stop-collection.mjs.map +1 -1
  235. package/dist/actions/update-collection.cjs +1 -0
  236. package/dist/actions/update-collection.cjs.map +1 -1
  237. package/dist/actions/update-collection.d.cts +3 -19
  238. package/dist/actions/update-collection.d.cts.map +1 -1
  239. package/dist/actions/update-collection.d.mts +3 -19
  240. package/dist/actions/update-collection.d.mts.map +1 -1
  241. package/dist/actions/update-collection.mjs +1 -0
  242. package/dist/actions/update-collection.mjs.map +1 -1
  243. package/dist/actions/update-destination.cjs +1 -0
  244. package/dist/actions/update-destination.cjs.map +1 -1
  245. package/dist/actions/update-destination.d.cts +3 -25
  246. package/dist/actions/update-destination.d.cts.map +1 -1
  247. package/dist/actions/update-destination.d.mts +3 -25
  248. package/dist/actions/update-destination.d.mts.map +1 -1
  249. package/dist/actions/update-destination.mjs +1 -0
  250. package/dist/actions/update-destination.mjs.map +1 -1
  251. package/dist/actions/update-request.cjs +1 -0
  252. package/dist/actions/update-request.cjs.map +1 -1
  253. package/dist/actions/update-request.d.cts +3 -7
  254. package/dist/actions/update-request.d.cts.map +1 -1
  255. package/dist/actions/update-request.d.mts +3 -7
  256. package/dist/actions/update-request.d.mts.map +1 -1
  257. package/dist/actions/update-request.mjs +1 -0
  258. package/dist/actions/update-request.mjs.map +1 -1
  259. package/dist/app.cjs +5 -2
  260. package/dist/app.cjs.map +1 -1
  261. package/dist/app.d.cts +7 -1
  262. package/dist/app.d.cts.map +1 -1
  263. package/dist/app.d.mts +7 -1
  264. package/dist/app.d.mts.map +1 -1
  265. package/dist/app.mjs +3 -2
  266. package/dist/app.mjs.map +1 -1
  267. package/dist/index.d.cts +1 -1
  268. package/dist/index.d.mts +1 -1
  269. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"create-requests.cjs","names":["z","action"],"sources":["../../src/actions/create-requests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiCreateRequestsInput = z.object({\n requests: z.array(z.object({\n tcin: z.string().describe(\"Target product identifier\"),\n type: z.string().describe(\"Request type, e.g., 'product'\"),\n custom_id: z.string().describe(\"User-defined identifier for tracking across result sets\").optional(),\n}).passthrough().describe(\"Individual request object to be added to the collection\")).describe(\"JSON array containing request objects. Maximum 1,000 requests per call. Collections have a 15,000 request maximum (100 if include_html=true).\"),\n collection_id: z.string().describe(\"The unique identifier of the target collection\"),\n}).describe(\"Request model for adding requests to a collection\");\nconst RedcircleApiCreateRequests_CollectionSchema = z.object({\n id: z.string().describe(\"Collection unique identifier\").nullable(),\n name: z.string().describe(\"Collection name\").nullable().optional(),\n status: z.string().describe(\"Current collection status\").nullable().optional(),\n created_at: z.string().describe(\"Collection creation timestamp\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection\").nullable().optional(),\n}).passthrough().describe(\"Collection information after adding requests\");\nconst RedcircleApiCreateRequests_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n}).passthrough().describe(\"Information about the request operation\");\nexport const RedcircleApiCreateRequestsOutput = z.object({\n collection: RedcircleApiCreateRequests_CollectionSchema.nullable(),\n request_info: RedcircleApiCreateRequests_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for adding requests to a collection\");\n\nexport const redcircleApiCreateRequests = action(\"REDCIRCLE_API_CREATE_REQUESTS\", {\n slug: \"redcircle_api-create-requests\",\n name: \"Create Requests\",\n description: \"Tool to add up to 1,000 requests to an existing collection. Use when you need to populate a collection with product requests. Collections have a maximum of 15,000 requests (100 if include_html=true). Sequential calls required; parallel requests trigger HTTP 429 errors.\",\n input: RedcircleApiCreateRequestsInput,\n output: RedcircleApiCreateRequestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC3B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACzD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,CAAC,SAAS,+IAA+I;CAC5O,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACrF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,+CAA+CA,IAAAA,EAAE,OAAO,EAC5D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,EACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AACnE,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,YAAY,4CAA4C,SAAS;CACjE,cAAc,6CAA6C,SAAS;AACtE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAE9E,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"create-requests.cjs","names":["z","action"],"sources":["../../src/actions/create-requests.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiCreateRequestsInput = z.object({\n requests: z.array(z.object({\n tcin: z.string().describe(\"Target product identifier\"),\n type: z.string().describe(\"Request type, e.g., 'product'\"),\n custom_id: z.string().describe(\"User-defined identifier for tracking across result sets\").optional(),\n}).passthrough().describe(\"Individual request object to be added to the collection\")).describe(\"JSON array containing request objects. Maximum 1,000 requests per call. Collections have a 15,000 request maximum (100 if include_html=true).\"),\n collection_id: z.string().describe(\"The unique identifier of the target collection\"),\n}).describe(\"Request model for adding requests to a collection\");\nconst RedcircleApiCreateRequests_CollectionSchema = z.object({\n id: z.string().describe(\"Collection unique identifier\").nullable(),\n name: z.string().describe(\"Collection name\").nullable().optional(),\n status: z.string().describe(\"Current collection status\").nullable().optional(),\n created_at: z.string().describe(\"Collection creation timestamp\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection\").nullable().optional(),\n}).passthrough().describe(\"Collection information after adding requests\");\nconst RedcircleApiCreateRequests_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n}).passthrough().describe(\"Information about the request operation\");\nexport const RedcircleApiCreateRequestsOutput = z.object({\n collection: RedcircleApiCreateRequests_CollectionSchema.nullable(),\n request_info: RedcircleApiCreateRequests_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for adding requests to a collection\");\n\nexport const redcircleApiCreateRequests: AppAction<\n typeof RedcircleApiCreateRequestsInput,\n typeof RedcircleApiCreateRequestsOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_CREATE_REQUESTS\", {\n slug: \"redcircle_api-create-requests\",\n name: \"Create Requests\",\n description: \"Tool to add up to 1,000 requests to an existing collection. Use when you need to populate a collection with product requests. Collections have a maximum of 15,000 requests (100 if include_html=true). Sequential calls required; parallel requests trigger HTTP 429 errors.\",\n input: RedcircleApiCreateRequestsInput,\n output: RedcircleApiCreateRequestsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC3B,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACrD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACzD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,CAAC,SAAS,+IAA+I;CAC5O,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACrF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,sBAAsBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,+CAA+CA,IAAAA,EAAE,OAAO,EAC5D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,EACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AACnE,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,YAAY,4CAA4C,SAAS;CACjE,cAAc,6CAA6C,SAAS;AACtE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAE9E,MAAa,6BAITC,eAAAA,OAAO,iCAAiC;CAC1C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/create-requests.d.ts
@@ -21,15 +23,7 @@ declare const RedcircleApiCreateRequestsOutput: z.ZodObject<{
21
23
  success: z.ZodNullable<z.ZodBoolean>;
22
24
  }, z.core.$loose>>;
23
25
  }, z.core.$loose>;
24
- declare const redcircleApiCreateRequests: import("@keystrokehq/action").WorkflowActionDefinition<{
25
- requests: {
26
- [x: string]: unknown;
27
- tcin: string;
28
- type: string;
29
- custom_id?: string | undefined;
30
- }[];
31
- collection_id: string;
32
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ declare const redcircleApiCreateRequests: AppAction<typeof RedcircleApiCreateRequestsInput, typeof RedcircleApiCreateRequestsOutput, typeof redcircleApi.credential>;
33
27
  //#endregion
34
28
  export { redcircleApiCreateRequests };
35
29
  //# sourceMappingURL=create-requests.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-requests.d.cts","names":[],"sources":["../../src/actions/create-requests.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;cAkB/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA"}
1
+ {"version":3,"file":"create-requests.d.cts","names":[],"sources":["../../src/actions/create-requests.ts"],"mappings":";;;;;cAMa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;cAkB/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAKhC,0BAAA,EAA4B,SAAA,QAChC,+BAAA,SACA,gCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/create-requests.d.ts
@@ -21,15 +23,7 @@ declare const RedcircleApiCreateRequestsOutput: z.ZodObject<{
21
23
  success: z.ZodNullable<z.ZodBoolean>;
22
24
  }, z.core.$loose>>;
23
25
  }, z.core.$loose>;
24
- declare const redcircleApiCreateRequests: import("@keystrokehq/action").WorkflowActionDefinition<{
25
- requests: {
26
- [x: string]: unknown;
27
- tcin: string;
28
- type: string;
29
- custom_id?: string | undefined;
30
- }[];
31
- collection_id: string;
32
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
26
+ declare const redcircleApiCreateRequests: AppAction<typeof RedcircleApiCreateRequestsInput, typeof RedcircleApiCreateRequestsOutput, typeof redcircleApi.credential>;
33
27
  //#endregion
34
28
  export { redcircleApiCreateRequests };
35
29
  //# sourceMappingURL=create-requests.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-requests.d.mts","names":[],"sources":["../../src/actions/create-requests.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;cAkB/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAKhC,0BAAA,gCAA0B,wBAAA"}
1
+ {"version":3,"file":"create-requests.d.mts","names":[],"sources":["../../src/actions/create-requests.ts"],"mappings":";;;;;cAMa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;cAkB/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;cAKhC,0BAAA,EAA4B,SAAA,QAChC,+BAAA,SACA,gCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/create-requests.ts
@@ -1 +1 @@
1
- {"version":3,"file":"create-requests.mjs","names":[],"sources":["../../src/actions/create-requests.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiCreateRequestsInput = z.object({\n requests: z.array(z.object({\n tcin: z.string().describe(\"Target product identifier\"),\n type: z.string().describe(\"Request type, e.g., 'product'\"),\n custom_id: z.string().describe(\"User-defined identifier for tracking across result sets\").optional(),\n}).passthrough().describe(\"Individual request object to be added to the collection\")).describe(\"JSON array containing request objects. Maximum 1,000 requests per call. Collections have a 15,000 request maximum (100 if include_html=true).\"),\n collection_id: z.string().describe(\"The unique identifier of the target collection\"),\n}).describe(\"Request model for adding requests to a collection\");\nconst RedcircleApiCreateRequests_CollectionSchema = z.object({\n id: z.string().describe(\"Collection unique identifier\").nullable(),\n name: z.string().describe(\"Collection name\").nullable().optional(),\n status: z.string().describe(\"Current collection status\").nullable().optional(),\n created_at: z.string().describe(\"Collection creation timestamp\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection\").nullable().optional(),\n}).passthrough().describe(\"Collection information after adding requests\");\nconst RedcircleApiCreateRequests_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n}).passthrough().describe(\"Information about the request operation\");\nexport const RedcircleApiCreateRequestsOutput = z.object({\n collection: RedcircleApiCreateRequests_CollectionSchema.nullable(),\n request_info: RedcircleApiCreateRequests_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for adding requests to a collection\");\n\nexport const redcircleApiCreateRequests = action(\"REDCIRCLE_API_CREATE_REQUESTS\", {\n slug: \"redcircle_api-create-requests\",\n name: \"Create Requests\",\n description: \"Tool to add up to 1,000 requests to an existing collection. Use when you need to populate a collection with product requests. Collections have a maximum of 15,000 requests (100 if include_html=true). Sequential calls required; parallel requests trigger HTTP 429 errors.\",\n input: RedcircleApiCreateRequestsInput,\n output: RedcircleApiCreateRequestsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkC,EAAE,OAAO;CACtD,UAAU,EAAE,MAAM,EAAE,OAAO;EAC3B,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACzD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,CAAC,SAAS,+IAA+I;CAC5O,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACrF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,8CAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,+CAA+C,EAAE,OAAO,EAC5D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,EACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AAMnE,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV8C,EAAE,OAAO;EACvD,YAAY,4CAA4C,SAAS;EACjE,cAAc,6CAA6C,SAAS;CACtE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAOhB;AACV,CAAC"}
1
+ {"version":3,"file":"create-requests.mjs","names":[],"sources":["../../src/actions/create-requests.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiCreateRequestsInput = z.object({\n requests: z.array(z.object({\n tcin: z.string().describe(\"Target product identifier\"),\n type: z.string().describe(\"Request type, e.g., 'product'\"),\n custom_id: z.string().describe(\"User-defined identifier for tracking across result sets\").optional(),\n}).passthrough().describe(\"Individual request object to be added to the collection\")).describe(\"JSON array containing request objects. Maximum 1,000 requests per call. Collections have a 15,000 request maximum (100 if include_html=true).\"),\n collection_id: z.string().describe(\"The unique identifier of the target collection\"),\n}).describe(\"Request model for adding requests to a collection\");\nconst RedcircleApiCreateRequests_CollectionSchema = z.object({\n id: z.string().describe(\"Collection unique identifier\").nullable(),\n name: z.string().describe(\"Collection name\").nullable().optional(),\n status: z.string().describe(\"Current collection status\").nullable().optional(),\n created_at: z.string().describe(\"Collection creation timestamp\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection\").nullable().optional(),\n}).passthrough().describe(\"Collection information after adding requests\");\nconst RedcircleApiCreateRequests_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful\").nullable(),\n}).passthrough().describe(\"Information about the request operation\");\nexport const RedcircleApiCreateRequestsOutput = z.object({\n collection: RedcircleApiCreateRequests_CollectionSchema.nullable(),\n request_info: RedcircleApiCreateRequests_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for adding requests to a collection\");\n\nexport const redcircleApiCreateRequests: AppAction<\n typeof RedcircleApiCreateRequestsInput,\n typeof RedcircleApiCreateRequestsOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_CREATE_REQUESTS\", {\n slug: \"redcircle_api-create-requests\",\n name: \"Create Requests\",\n description: \"Tool to add up to 1,000 requests to an existing collection. Use when you need to populate a collection with product requests. Collections have a maximum of 15,000 requests (100 if include_html=true). Sequential calls required; parallel requests trigger HTTP 429 errors.\",\n input: RedcircleApiCreateRequestsInput,\n output: RedcircleApiCreateRequestsOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,kCAAkC,EAAE,OAAO;CACtD,UAAU,EAAE,MAAM,EAAE,OAAO;EAC3B,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EACrD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;EACzD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;CACrG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,CAAC,SAAS,+IAA+I;CAC5O,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;AACrF,CAAC,CAAC,CAAC,SAAS,mDAAmD;AAC/D,MAAM,8CAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,sBAAsB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAM,+CAA+C,EAAE,OAAO,EAC5D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,EACpF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yCAAyC;AAMnE,MAAa,6BAIT,OAAO,iCAAiC;CAC1C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAd8C,EAAE,OAAO;EACvD,YAAY,4CAA4C,SAAS;EACjE,cAAc,6CAA6C,SAAS;CACtE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAWhB;AACV,CAAC"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/delete-collection.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-collection.cjs","names":["z","action"],"sources":["../../src/actions/delete-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteCollectionInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to delete. Note: Collection cannot be deleted while actively running.\"),\n}).describe(\"Request parameters for deleting a collection.\");\nconst RedcircleApiDeleteCollection_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation message or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Response metadata container.\");\nexport const RedcircleApiDeleteCollectionOutput = z.object({\n request_info: RedcircleApiDeleteCollection_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response schema for collection deletion.\");\n\nexport const redcircleApiDeleteCollection = action(\"REDCIRCLE_API_DELETE_COLLECTION\", {\n slug: \"redcircle_api-delete-collection\",\n name: \"Delete Collection\",\n description: \"Tool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.\",\n input: RedcircleApiDeleteCollectionInput,\n output: RedcircleApiDeleteCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,EACpJ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AACxD,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,cAAc,+CAA+C,SAAS,EACxE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,+BAA+BC,eAAAA,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-collection.cjs","names":["z","action"],"sources":["../../src/actions/delete-collection.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteCollectionInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to delete. Note: Collection cannot be deleted while actively running.\"),\n}).describe(\"Request parameters for deleting a collection.\");\nconst RedcircleApiDeleteCollection_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation message or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Response metadata container.\");\nexport const RedcircleApiDeleteCollectionOutput = z.object({\n request_info: RedcircleApiDeleteCollection_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response schema for collection deletion.\");\n\nexport const redcircleApiDeleteCollection: AppAction<\n typeof RedcircleApiDeleteCollectionInput,\n typeof RedcircleApiDeleteCollectionOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_COLLECTION\", {\n slug: \"redcircle_api-delete-collection\",\n name: \"Delete Collection\",\n description: \"Tool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.\",\n input: RedcircleApiDeleteCollectionInput,\n output: RedcircleApiDeleteCollectionOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,EACpJ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,iDAAiDA,IAAAA,EAAE,OAAO;CAC9D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AACxD,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,cAAc,+CAA+C,SAAS,EACxE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,+BAITC,eAAAA,OAAO,mCAAmC;CAC5C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-collection.d.ts
@@ -10,9 +12,7 @@ declare const RedcircleApiDeleteCollectionOutput: z.ZodObject<{
10
12
  success: z.ZodNullable<z.ZodBoolean>;
11
13
  }, z.core.$loose>>;
12
14
  }, z.core.$loose>;
13
- declare const redcircleApiDeleteCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
14
- collection_id: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ declare const redcircleApiDeleteCollection: AppAction<typeof RedcircleApiDeleteCollectionInput, typeof RedcircleApiDeleteCollectionOutput, typeof redcircleApi.credential>;
16
16
  //#endregion
17
17
  export { redcircleApiDeleteCollection };
18
18
  //# sourceMappingURL=delete-collection.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-collection.d.cts","names":[],"sources":["../../src/actions/delete-collection.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;cAIlC,4BAAA,gCAA4B,wBAAA"}
1
+ {"version":3,"file":"delete-collection.d.cts","names":[],"sources":["../../src/actions/delete-collection.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;cAIlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-collection.d.ts
@@ -10,9 +12,7 @@ declare const RedcircleApiDeleteCollectionOutput: z.ZodObject<{
10
12
  success: z.ZodNullable<z.ZodBoolean>;
11
13
  }, z.core.$loose>>;
12
14
  }, z.core.$loose>;
13
- declare const redcircleApiDeleteCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
14
- collection_id: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ declare const redcircleApiDeleteCollection: AppAction<typeof RedcircleApiDeleteCollectionInput, typeof RedcircleApiDeleteCollectionOutput, typeof redcircleApi.credential>;
16
16
  //#endregion
17
17
  export { redcircleApiDeleteCollection };
18
18
  //# sourceMappingURL=delete-collection.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-collection.d.mts","names":[],"sources":["../../src/actions/delete-collection.ts"],"mappings":";;;cAIa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;cAIlC,4BAAA,gCAA4B,wBAAA"}
1
+ {"version":3,"file":"delete-collection.d.mts","names":[],"sources":["../../src/actions/delete-collection.ts"],"mappings":";;;;;cAMa,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;cAOjC,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;;;;cAIlC,4BAAA,EAA8B,SAAA,QAClC,iCAAA,SACA,kCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/delete-collection.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-collection.mjs","names":[],"sources":["../../src/actions/delete-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteCollectionInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to delete. Note: Collection cannot be deleted while actively running.\"),\n}).describe(\"Request parameters for deleting a collection.\");\nconst RedcircleApiDeleteCollection_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation message or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Response metadata container.\");\nexport const RedcircleApiDeleteCollectionOutput = z.object({\n request_info: RedcircleApiDeleteCollection_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response schema for collection deletion.\");\n\nexport const redcircleApiDeleteCollection = action(\"REDCIRCLE_API_DELETE_COLLECTION\", {\n slug: \"redcircle_api-delete-collection\",\n name: \"Delete Collection\",\n description: \"Tool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.\",\n input: RedcircleApiDeleteCollectionInput,\n output: RedcircleApiDeleteCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoC,EAAE,OAAO,EACxD,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,EACpJ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,iDAAiD,EAAE,OAAO;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AAKxD,MAAa,+BAA+B,OAAO,mCAAmC;CACpF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgD,EAAE,OAAO,EACzD,cAAc,+CAA+C,SAAS,EACxE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
1
+ {"version":3,"file":"delete-collection.mjs","names":[],"sources":["../../src/actions/delete-collection.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteCollectionInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to delete. Note: Collection cannot be deleted while actively running.\"),\n}).describe(\"Request parameters for deleting a collection.\");\nconst RedcircleApiDeleteCollection_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation message or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Response metadata container.\");\nexport const RedcircleApiDeleteCollectionOutput = z.object({\n request_info: RedcircleApiDeleteCollection_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response schema for collection deletion.\");\n\nexport const redcircleApiDeleteCollection: AppAction<\n typeof RedcircleApiDeleteCollectionInput,\n typeof RedcircleApiDeleteCollectionOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_COLLECTION\", {\n slug: \"redcircle_api-delete-collection\",\n name: \"Delete Collection\",\n description: \"Tool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.\",\n input: RedcircleApiDeleteCollectionInput,\n output: RedcircleApiDeleteCollectionOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,oCAAoC,EAAE,OAAO,EACxD,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+GAA+G,EACpJ,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,iDAAiD,EAAE,OAAO;CAC9D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uCAAuC,CAAC,CAAC,SAAS;CAC/E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8BAA8B;AAKxD,MAAa,+BAIT,OAAO,mCAAmC;CAC5C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbgD,EAAE,OAAO,EACzD,cAAc,+CAA+C,SAAS,EACxE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAWhB;AACV,CAAC"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/delete-destination.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-destination.cjs","names":["z","action"],"sources":["../../src/actions/delete-destination.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteDestinationInput = z.object({\n destination_id: z.string().describe(\"The unique identifier of the destination to be removed\"),\n}).describe(\"Request model for deleting a destination by ID.\");\nconst RedcircleApiDeleteDestination_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation message (e.g., '1 Destination deleted') or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Contains deletion status information.\");\nexport const RedcircleApiDeleteDestinationOutput = z.object({\n request_info: RedcircleApiDeleteDestination_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for destination deletion.\");\n\nexport const redcircleApiDeleteDestination = action(\"REDCIRCLE_API_DELETE_DESTINATION\", {\n slug: \"redcircle_api-delete-destination\",\n name: \"Delete Destination\",\n description: \"Tool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.\",\n input: RedcircleApiDeleteDestinationInput,\n output: RedcircleApiDeleteDestinationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,cAAc,gDAAgD,SAAS,EACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,gCAAgCC,eAAAA,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-destination.cjs","names":["z","action"],"sources":["../../src/actions/delete-destination.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteDestinationInput = z.object({\n destination_id: z.string().describe(\"The unique identifier of the destination to be removed\"),\n}).describe(\"Request model for deleting a destination by ID.\");\nconst RedcircleApiDeleteDestination_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation message (e.g., '1 Destination deleted') or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Contains deletion status information.\");\nexport const RedcircleApiDeleteDestinationOutput = z.object({\n request_info: RedcircleApiDeleteDestination_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for destination deletion.\");\n\nexport const redcircleApiDeleteDestination: AppAction<\n typeof RedcircleApiDeleteDestinationInput,\n typeof RedcircleApiDeleteDestinationOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_DESTINATION\", {\n slug: \"redcircle_api-delete-destination\",\n name: \"Delete Destination\",\n description: \"Tool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.\",\n input: RedcircleApiDeleteDestinationInput,\n output: RedcircleApiDeleteDestinationOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,qCAAqCA,IAAAA,EAAE,OAAO,EACzD,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AACjE,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,EAC1D,cAAc,gDAAgD,SAAS,EACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,gCAITC,eAAAA,OAAO,oCAAoC;CAC7C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-destination.d.ts
@@ -10,9 +12,7 @@ declare const RedcircleApiDeleteDestinationOutput: z.ZodObject<{
10
12
  success: z.ZodNullable<z.ZodBoolean>;
11
13
  }, z.core.$loose>>;
12
14
  }, z.core.$loose>;
13
- declare const redcircleApiDeleteDestination: import("@keystrokehq/action").WorkflowActionDefinition<{
14
- destination_id: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ declare const redcircleApiDeleteDestination: AppAction<typeof RedcircleApiDeleteDestinationInput, typeof RedcircleApiDeleteDestinationOutput, typeof redcircleApi.credential>;
16
16
  //#endregion
17
17
  export { redcircleApiDeleteDestination };
18
18
  //# sourceMappingURL=delete-destination.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-destination.d.cts","names":[],"sources":["../../src/actions/delete-destination.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAOlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA"}
1
+ {"version":3,"file":"delete-destination.d.cts","names":[],"sources":["../../src/actions/delete-destination.ts"],"mappings":";;;;;cAMa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAOlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,EAA+B,SAAA,QACnC,kCAAA,SACA,mCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-destination.d.ts
@@ -10,9 +12,7 @@ declare const RedcircleApiDeleteDestinationOutput: z.ZodObject<{
10
12
  success: z.ZodNullable<z.ZodBoolean>;
11
13
  }, z.core.$loose>>;
12
14
  }, z.core.$loose>;
13
- declare const redcircleApiDeleteDestination: import("@keystrokehq/action").WorkflowActionDefinition<{
14
- destination_id: string;
15
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
15
+ declare const redcircleApiDeleteDestination: AppAction<typeof RedcircleApiDeleteDestinationInput, typeof RedcircleApiDeleteDestinationOutput, typeof redcircleApi.credential>;
16
16
  //#endregion
17
17
  export { redcircleApiDeleteDestination };
18
18
  //# sourceMappingURL=delete-destination.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-destination.d.mts","names":[],"sources":["../../src/actions/delete-destination.ts"],"mappings":";;;cAIa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAOlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,gCAA6B,wBAAA"}
1
+ {"version":3,"file":"delete-destination.d.mts","names":[],"sources":["../../src/actions/delete-destination.ts"],"mappings":";;;;;cAMa,kCAAA,EAAkC,CAAA,CAAA,SAAA;;;cAOlC,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;;;cAInC,6BAAA,EAA+B,SAAA,QACnC,kCAAA,SACA,mCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/delete-destination.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-destination.mjs","names":[],"sources":["../../src/actions/delete-destination.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteDestinationInput = z.object({\n destination_id: z.string().describe(\"The unique identifier of the destination to be removed\"),\n}).describe(\"Request model for deleting a destination by ID.\");\nconst RedcircleApiDeleteDestination_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation message (e.g., '1 Destination deleted') or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Contains deletion status information.\");\nexport const RedcircleApiDeleteDestinationOutput = z.object({\n request_info: RedcircleApiDeleteDestination_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for destination deletion.\");\n\nexport const redcircleApiDeleteDestination = action(\"REDCIRCLE_API_DELETE_DESTINATION\", {\n slug: \"redcircle_api-delete-destination\",\n name: \"Delete Destination\",\n description: \"Tool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.\",\n input: RedcircleApiDeleteDestinationInput,\n output: RedcircleApiDeleteDestinationOutput,\n});\n"],"mappings":";;;AAIA,MAAa,qCAAqC,EAAE,OAAO,EACzD,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,kDAAkD,EAAE,OAAO;CAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAKjE,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,cAAc,gDAAgD,SAAS,EACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
1
+ {"version":3,"file":"delete-destination.mjs","names":[],"sources":["../../src/actions/delete-destination.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteDestinationInput = z.object({\n destination_id: z.string().describe(\"The unique identifier of the destination to be removed\"),\n}).describe(\"Request model for deleting a destination by ID.\");\nconst RedcircleApiDeleteDestination_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation message (e.g., '1 Destination deleted') or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\").nullable(),\n}).passthrough().describe(\"Contains deletion status information.\");\nexport const RedcircleApiDeleteDestinationOutput = z.object({\n request_info: RedcircleApiDeleteDestination_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for destination deletion.\");\n\nexport const redcircleApiDeleteDestination: AppAction<\n typeof RedcircleApiDeleteDestinationInput,\n typeof RedcircleApiDeleteDestinationOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_DESTINATION\", {\n slug: \"redcircle_api-delete-destination\",\n name: \"Delete Destination\",\n description: \"Tool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.\",\n input: RedcircleApiDeleteDestinationInput,\n output: RedcircleApiDeleteDestinationOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,qCAAqC,EAAE,OAAO,EACzD,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,kDAAkD,EAAE,OAAO;CAC/D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE,CAAC,CAAC,SAAS;CAC/G,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC1F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,uCAAuC;AAKjE,MAAa,gCAIT,OAAO,oCAAoC;CAC7C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbiD,EAAE,OAAO,EAC1D,cAAc,gDAAgD,SAAS,EACzE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAWhB;AACV,CAAC"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/delete-request.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-request.cjs","names":["z","action"],"sources":["../../src/actions/delete-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteRequestInput = z.object({\n request_id: z.string().describe(\"The unique identifier of the specific request to remove from the collection.\"),\n collection_id: z.string().describe(\"The unique identifier for the collection containing the request. Collections must not be actively running to delete requests.\"),\n}).describe(\"Request model for deleting a request from a collection.\");\nconst RedcircleApiDeleteRequest_RequestInfoSchema = z.object({\n message: z.string().describe(\"Descriptive message about the operation result.\").nullable(),\n success: z.boolean().describe(\"Indicates if deletion succeeded.\").nullable(),\n}).passthrough().describe(\"Contains the operation result details.\");\nexport const RedcircleApiDeleteRequestOutput = z.object({\n request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for deleting a request from a collection.\");\n\nexport const redcircleApiDeleteRequest = action(\"REDCIRCLE_API_DELETE_REQUEST\", {\n slug: \"redcircle_api-delete-request\",\n name: \"Delete Request from Collection\",\n description: \"Tool to remove an individual request from a collection. Use when you need to delete a specific request from a collection by providing both collection_id and request_id. Collections must not be running during deletion.\",\n input: RedcircleApiDeleteRequestInput,\n output: RedcircleApiDeleteRequestOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC9G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;AACpK,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACzF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AAEpF,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-request.cjs","names":["z","action"],"sources":["../../src/actions/delete-request.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteRequestInput = z.object({\n request_id: z.string().describe(\"The unique identifier of the specific request to remove from the collection.\"),\n collection_id: z.string().describe(\"The unique identifier for the collection containing the request. Collections must not be actively running to delete requests.\"),\n}).describe(\"Request model for deleting a request from a collection.\");\nconst RedcircleApiDeleteRequest_RequestInfoSchema = z.object({\n message: z.string().describe(\"Descriptive message about the operation result.\").nullable(),\n success: z.boolean().describe(\"Indicates if deletion succeeded.\").nullable(),\n}).passthrough().describe(\"Contains the operation result details.\");\nexport const RedcircleApiDeleteRequestOutput = z.object({\n request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for deleting a request from a collection.\");\n\nexport const redcircleApiDeleteRequest: AppAction<\n typeof RedcircleApiDeleteRequestInput,\n typeof RedcircleApiDeleteRequestOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_REQUEST\", {\n slug: \"redcircle_api-delete-request\",\n name: \"Delete Request from Collection\",\n description: \"Tool to remove an individual request from a collection. Use when you need to delete a specific request from a collection by providing both collection_id and request_id. Collections must not be running during deletion.\",\n input: RedcircleApiDeleteRequestInput,\n output: RedcircleApiDeleteRequestOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC9G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;AACpK,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACzF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAA0D;AAEpF,MAAa,4BAITC,eAAAA,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-request.d.ts
@@ -11,10 +13,7 @@ declare const RedcircleApiDeleteRequestOutput: z.ZodObject<{
11
13
  success: z.ZodNullable<z.ZodBoolean>;
12
14
  }, z.core.$loose>>;
13
15
  }, z.core.$loose>;
14
- declare const redcircleApiDeleteRequest: import("@keystrokehq/action").WorkflowActionDefinition<{
15
- request_id: string;
16
- collection_id: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ declare const redcircleApiDeleteRequest: AppAction<typeof RedcircleApiDeleteRequestInput, typeof RedcircleApiDeleteRequestOutput, typeof redcircleApi.credential>;
18
17
  //#endregion
19
18
  export { redcircleApiDeleteRequest };
20
19
  //# sourceMappingURL=delete-request.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-request.d.cts","names":[],"sources":["../../src/actions/delete-request.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAQ9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
1
+ {"version":3,"file":"delete-request.d.cts","names":[],"sources":["../../src/actions/delete-request.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAQ9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAI/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-request.d.ts
@@ -11,10 +13,7 @@ declare const RedcircleApiDeleteRequestOutput: z.ZodObject<{
11
13
  success: z.ZodNullable<z.ZodBoolean>;
12
14
  }, z.core.$loose>>;
13
15
  }, z.core.$loose>;
14
- declare const redcircleApiDeleteRequest: import("@keystrokehq/action").WorkflowActionDefinition<{
15
- request_id: string;
16
- collection_id: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ declare const redcircleApiDeleteRequest: AppAction<typeof RedcircleApiDeleteRequestInput, typeof RedcircleApiDeleteRequestOutput, typeof redcircleApi.credential>;
18
17
  //#endregion
19
18
  export { redcircleApiDeleteRequest };
20
19
  //# sourceMappingURL=delete-request.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-request.d.mts","names":[],"sources":["../../src/actions/delete-request.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAQ9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
1
+ {"version":3,"file":"delete-request.d.mts","names":[],"sources":["../../src/actions/delete-request.ts"],"mappings":";;;;;cAMa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAQ9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAI/B,yBAAA,EAA2B,SAAA,QAC/B,8BAAA,SACA,+BAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/delete-request.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-request.mjs","names":[],"sources":["../../src/actions/delete-request.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteRequestInput = z.object({\n request_id: z.string().describe(\"The unique identifier of the specific request to remove from the collection.\"),\n collection_id: z.string().describe(\"The unique identifier for the collection containing the request. Collections must not be actively running to delete requests.\"),\n}).describe(\"Request model for deleting a request from a collection.\");\nconst RedcircleApiDeleteRequest_RequestInfoSchema = z.object({\n message: z.string().describe(\"Descriptive message about the operation result.\").nullable(),\n success: z.boolean().describe(\"Indicates if deletion succeeded.\").nullable(),\n}).passthrough().describe(\"Contains the operation result details.\");\nexport const RedcircleApiDeleteRequestOutput = z.object({\n request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for deleting a request from a collection.\");\n\nexport const redcircleApiDeleteRequest = action(\"REDCIRCLE_API_DELETE_REQUEST\", {\n slug: \"redcircle_api-delete-request\",\n name: \"Delete Request from Collection\",\n description: \"Tool to remove an individual request from a collection. Use when you need to delete a specific request from a collection by providing both collection_id and request_id. Collections must not be running during deletion.\",\n input: RedcircleApiDeleteRequestInput,\n output: RedcircleApiDeleteRequestOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiC,EAAE,OAAO;CACrD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC9G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;AACpK,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,8CAA8C,EAAE,OAAO;CAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACzF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAKlE,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6C,EAAE,OAAO,EACtD,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAOhB;AACV,CAAC"}
1
+ {"version":3,"file":"delete-request.mjs","names":[],"sources":["../../src/actions/delete-request.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteRequestInput = z.object({\n request_id: z.string().describe(\"The unique identifier of the specific request to remove from the collection.\"),\n collection_id: z.string().describe(\"The unique identifier for the collection containing the request. Collections must not be actively running to delete requests.\"),\n}).describe(\"Request model for deleting a request from a collection.\");\nconst RedcircleApiDeleteRequest_RequestInfoSchema = z.object({\n message: z.string().describe(\"Descriptive message about the operation result.\").nullable(),\n success: z.boolean().describe(\"Indicates if deletion succeeded.\").nullable(),\n}).passthrough().describe(\"Contains the operation result details.\");\nexport const RedcircleApiDeleteRequestOutput = z.object({\n request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for deleting a request from a collection.\");\n\nexport const redcircleApiDeleteRequest: AppAction<\n typeof RedcircleApiDeleteRequestInput,\n typeof RedcircleApiDeleteRequestOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_REQUEST\", {\n slug: \"redcircle_api-delete-request\",\n name: \"Delete Request from Collection\",\n description: \"Tool to remove an individual request from a collection. Use when you need to delete a specific request from a collection by providing both collection_id and request_id. Collections must not be running during deletion.\",\n input: RedcircleApiDeleteRequestInput,\n output: RedcircleApiDeleteRequestOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,iCAAiC,EAAE,OAAO;CACrD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC9G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;AACpK,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,8CAA8C,EAAE,OAAO;CAC3D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACzF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS;AAC7E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAKlE,MAAa,4BAIT,OAAO,gCAAgC;CACzC,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb6C,EAAE,OAAO,EACtD,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0DAWhB;AACV,CAAC"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/delete-requests-bulk.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-requests-bulk.cjs","names":["z","action"],"sources":["../../src/actions/delete-requests-bulk.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteRequestsBulkInput = z.object({\n request_ids: z.array(z.string()).describe(\"An array of Request ID strings to be deleted from the collection. Bulk deletion is typically quicker than sequential calls and helps avoid rate-limit errors.\"),\n collection_id: z.string().describe(\"The identifier of the collection containing requests to delete\"),\n}).describe(\"Request model for bulk deletion of requests from a collection.\");\nconst RedcircleApiDeleteRequestsBulk_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether deletion was successful\").nullable(),\n}).passthrough().describe(\"Information about the deletion result.\");\nexport const RedcircleApiDeleteRequestsBulkOutput = z.object({\n request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for bulk request deletion.\");\n\nexport const redcircleApiDeleteRequestsBulk = action(\"REDCIRCLE_API_DELETE_REQUESTS_BULK\", {\n slug: \"redcircle_api-delete-requests-bulk\",\n name: \"Delete Requests In Bulk\",\n description: \"Tool to delete multiple requests from a collection in bulk. Use when you need to remove multiple requests efficiently. Note: Requests can only be deleted when the collection is not running.\",\n input: RedcircleApiDeleteRequestsBulkInput,\n output: RedcircleApiDeleteRequestsBulkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+JAA+J;CACzM,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACrG,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,cAAc,iDAAiD,SAAS,EAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-requests-bulk.cjs","names":["z","action"],"sources":["../../src/actions/delete-requests-bulk.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteRequestsBulkInput = z.object({\n request_ids: z.array(z.string()).describe(\"An array of Request ID strings to be deleted from the collection. Bulk deletion is typically quicker than sequential calls and helps avoid rate-limit errors.\"),\n collection_id: z.string().describe(\"The identifier of the collection containing requests to delete\"),\n}).describe(\"Request model for bulk deletion of requests from a collection.\");\nconst RedcircleApiDeleteRequestsBulk_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether deletion was successful\").nullable(),\n}).passthrough().describe(\"Information about the deletion result.\");\nexport const RedcircleApiDeleteRequestsBulkOutput = z.object({\n request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for bulk request deletion.\");\n\nexport const redcircleApiDeleteRequestsBulk: AppAction<\n typeof RedcircleApiDeleteRequestsBulkInput,\n typeof RedcircleApiDeleteRequestsBulkOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_REQUESTS_BULK\", {\n slug: \"redcircle_api-delete-requests-bulk\",\n name: \"Delete Requests In Bulk\",\n description: \"Tool to delete multiple requests from a collection in bulk. Use when you need to remove multiple requests efficiently. Note: Requests can only be deleted when the collection is not running.\",\n input: RedcircleApiDeleteRequestsBulkInput,\n output: RedcircleApiDeleteRequestsBulkOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO;CAC1D,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+JAA+J;CACzM,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACrG,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,mDAAmDA,IAAAA,EAAE,OAAO;CAChE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACvE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,cAAc,iDAAiD,SAAS,EAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,iCAITC,eAAAA,OAAO,sCAAsC;CAC/C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-requests-bulk.d.ts
@@ -11,10 +13,7 @@ declare const RedcircleApiDeleteRequestsBulkOutput: z.ZodObject<{
11
13
  success: z.ZodNullable<z.ZodBoolean>;
12
14
  }, z.core.$loose>>;
13
15
  }, z.core.$loose>;
14
- declare const redcircleApiDeleteRequestsBulk: import("@keystrokehq/action").WorkflowActionDefinition<{
15
- request_ids: string[];
16
- collection_id: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ declare const redcircleApiDeleteRequestsBulk: AppAction<typeof RedcircleApiDeleteRequestsBulkInput, typeof RedcircleApiDeleteRequestsBulkOutput, typeof redcircleApi.credential>;
18
17
  //#endregion
19
18
  export { redcircleApiDeleteRequestsBulk };
20
19
  //# sourceMappingURL=delete-requests-bulk.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-requests-bulk.d.cts","names":[],"sources":["../../src/actions/delete-requests-bulk.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAQnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;cAIpC,8BAAA,gCAA8B,wBAAA"}
1
+ {"version":3,"file":"delete-requests-bulk.d.cts","names":[],"sources":["../../src/actions/delete-requests-bulk.ts"],"mappings":";;;;;cAMa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAQnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;cAIpC,8BAAA,EAAgC,SAAA,QACpC,mCAAA,SACA,oCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-requests-bulk.d.ts
@@ -11,10 +13,7 @@ declare const RedcircleApiDeleteRequestsBulkOutput: z.ZodObject<{
11
13
  success: z.ZodNullable<z.ZodBoolean>;
12
14
  }, z.core.$loose>>;
13
15
  }, z.core.$loose>;
14
- declare const redcircleApiDeleteRequestsBulk: import("@keystrokehq/action").WorkflowActionDefinition<{
15
- request_ids: string[];
16
- collection_id: string;
17
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
16
+ declare const redcircleApiDeleteRequestsBulk: AppAction<typeof RedcircleApiDeleteRequestsBulkInput, typeof RedcircleApiDeleteRequestsBulkOutput, typeof redcircleApi.credential>;
18
17
  //#endregion
19
18
  export { redcircleApiDeleteRequestsBulk };
20
19
  //# sourceMappingURL=delete-requests-bulk.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-requests-bulk.d.mts","names":[],"sources":["../../src/actions/delete-requests-bulk.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAQnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;cAIpC,8BAAA,gCAA8B,wBAAA"}
1
+ {"version":3,"file":"delete-requests-bulk.d.mts","names":[],"sources":["../../src/actions/delete-requests-bulk.ts"],"mappings":";;;;;cAMa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAQnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;cAIpC,8BAAA,EAAgC,SAAA,QACpC,mCAAA,SACA,oCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/delete-requests-bulk.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-requests-bulk.mjs","names":[],"sources":["../../src/actions/delete-requests-bulk.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteRequestsBulkInput = z.object({\n request_ids: z.array(z.string()).describe(\"An array of Request ID strings to be deleted from the collection. Bulk deletion is typically quicker than sequential calls and helps avoid rate-limit errors.\"),\n collection_id: z.string().describe(\"The identifier of the collection containing requests to delete\"),\n}).describe(\"Request model for bulk deletion of requests from a collection.\");\nconst RedcircleApiDeleteRequestsBulk_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether deletion was successful\").nullable(),\n}).passthrough().describe(\"Information about the deletion result.\");\nexport const RedcircleApiDeleteRequestsBulkOutput = z.object({\n request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for bulk request deletion.\");\n\nexport const redcircleApiDeleteRequestsBulk = action(\"REDCIRCLE_API_DELETE_REQUESTS_BULK\", {\n slug: \"redcircle_api-delete-requests-bulk\",\n name: \"Delete Requests In Bulk\",\n description: \"Tool to delete multiple requests from a collection in bulk. Use when you need to remove multiple requests efficiently. Note: Requests can only be deleted when the collection is not running.\",\n input: RedcircleApiDeleteRequestsBulkInput,\n output: RedcircleApiDeleteRequestsBulkOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsC,EAAE,OAAO;CAC1D,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+JAA+J;CACzM,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACrG,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,mDAAmD,EAAE,OAAO;CAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACvE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAKlE,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkD,EAAE,OAAO,EAC3D,cAAc,iDAAiD,SAAS,EAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAOhB;AACV,CAAC"}
1
+ {"version":3,"file":"delete-requests-bulk.mjs","names":[],"sources":["../../src/actions/delete-requests-bulk.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteRequestsBulkInput = z.object({\n request_ids: z.array(z.string()).describe(\"An array of Request ID strings to be deleted from the collection. Bulk deletion is typically quicker than sequential calls and helps avoid rate-limit errors.\"),\n collection_id: z.string().describe(\"The identifier of the collection containing requests to delete\"),\n}).describe(\"Request model for bulk deletion of requests from a collection.\");\nconst RedcircleApiDeleteRequestsBulk_RequestInfoSchema = z.object({\n message: z.string().describe(\"Confirmation or error details\").nullable(),\n success: z.boolean().describe(\"Indicates whether deletion was successful\").nullable(),\n}).passthrough().describe(\"Information about the deletion result.\");\nexport const RedcircleApiDeleteRequestsBulkOutput = z.object({\n request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for bulk request deletion.\");\n\nexport const redcircleApiDeleteRequestsBulk: AppAction<\n typeof RedcircleApiDeleteRequestsBulkInput,\n typeof RedcircleApiDeleteRequestsBulkOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_REQUESTS_BULK\", {\n slug: \"redcircle_api-delete-requests-bulk\",\n name: \"Delete Requests In Bulk\",\n description: \"Tool to delete multiple requests from a collection in bulk. Use when you need to remove multiple requests efficiently. Note: Requests can only be deleted when the collection is not running.\",\n input: RedcircleApiDeleteRequestsBulkInput,\n output: RedcircleApiDeleteRequestsBulkOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,sCAAsC,EAAE,OAAO;CAC1D,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,+JAA+J;CACzM,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE;AACrG,CAAC,CAAC,CAAC,SAAS,gEAAgE;AAC5E,MAAM,mDAAmD,EAAE,OAAO;CAChE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS;CACvE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAKlE,MAAa,iCAIT,OAAO,sCAAsC;CAC/C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbkD,EAAE,OAAO,EAC3D,cAAc,iDAAiD,SAAS,EAC1E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAWhB;AACV,CAAC"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/delete-zipcodes.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-zipcodes.cjs","names":["z","action"],"sources":["../../src/actions/delete-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteZipcodesInput = z.object({\n zipcodes: z.array(z.object({\n domain: z.string().describe(\"The domain associated with the zipcode to delete\"),\n zipcode: z.string().describe(\"The zipcode value to delete from your account\"),\n}).passthrough()).describe(\"List of zipcode/domain pairs to remove from the account. Each entry must include both zipcode and domain fields.\"),\n});\nconst RedcircleApiDeleteZipcodes_RequestInfoSchema = z.object({\n message: z.string().describe(\"Human-readable confirmation message indicating the number of zipcodes deleted\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion operation was successful\").nullable(),\n}).passthrough();\nexport const RedcircleApiDeleteZipcodesOutput = z.object({\n request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable(),\n}).passthrough();\n\nexport const redcircleApiDeleteZipcodes = action(\"REDCIRCLE_API_DELETE_ZIPCODES\", {\n slug: \"redcircle_api-delete-zipcodes\",\n name: \"Delete Zipcodes\",\n description: \"Tool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.\",\n input: RedcircleApiDeleteZipcodesInput,\n output: RedcircleApiDeleteZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CAC3B,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,kHAAkH,EAC7I,CAAC;AACD,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACvH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,cAAc,6CAA6C,SAAS,EACtE,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"delete-zipcodes.cjs","names":["z","action"],"sources":["../../src/actions/delete-zipcodes.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteZipcodesInput = z.object({\n zipcodes: z.array(z.object({\n domain: z.string().describe(\"The domain associated with the zipcode to delete\"),\n zipcode: z.string().describe(\"The zipcode value to delete from your account\"),\n}).passthrough()).describe(\"List of zipcode/domain pairs to remove from the account. Each entry must include both zipcode and domain fields.\"),\n});\nconst RedcircleApiDeleteZipcodes_RequestInfoSchema = z.object({\n message: z.string().describe(\"Human-readable confirmation message indicating the number of zipcodes deleted\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion operation was successful\").nullable(),\n}).passthrough();\nexport const RedcircleApiDeleteZipcodesOutput = z.object({\n request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable(),\n}).passthrough();\n\nexport const redcircleApiDeleteZipcodes: AppAction<\n typeof RedcircleApiDeleteZipcodesInput,\n typeof RedcircleApiDeleteZipcodesOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_ZIPCODES\", {\n slug: \"redcircle_api-delete-zipcodes\",\n name: \"Delete Zipcodes\",\n description: \"Tool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.\",\n input: RedcircleApiDeleteZipcodesInput,\n output: RedcircleApiDeleteZipcodesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;CAC3B,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,kHAAkH,EAC7I,CAAC;AACD,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACvH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY;AACf,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,cAAc,6CAA6C,SAAS,EACtE,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,6BAITC,eAAAA,OAAO,iCAAiC;CAC1C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.cjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-zipcodes.d.ts
@@ -13,13 +15,7 @@ declare const RedcircleApiDeleteZipcodesOutput: z.ZodObject<{
13
15
  success: z.ZodNullable<z.ZodBoolean>;
14
16
  }, z.core.$loose>>;
15
17
  }, z.core.$loose>;
16
- declare const redcircleApiDeleteZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<{
17
- zipcodes: {
18
- [x: string]: unknown;
19
- domain: string;
20
- zipcode: string;
21
- }[];
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ declare const redcircleApiDeleteZipcodes: AppAction<typeof RedcircleApiDeleteZipcodesInput, typeof RedcircleApiDeleteZipcodesOutput, typeof redcircleApi.credential>;
23
19
  //#endregion
24
20
  export { redcircleApiDeleteZipcodes };
25
21
  //# sourceMappingURL=delete-zipcodes.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-zipcodes.d.cts","names":[],"sources":["../../src/actions/delete-zipcodes.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAU/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;cAIhC,0BAAA,gCAA0B,wBAAA"}
1
+ {"version":3,"file":"delete-zipcodes.d.cts","names":[],"sources":["../../src/actions/delete-zipcodes.ts"],"mappings":";;;;;cAMa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAU/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;cAIhC,0BAAA,EAA4B,SAAA,QAChC,+BAAA,SACA,gCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,5 @@
1
+ import { redcircleApi } from "../app.mjs";
2
+ import { AppAction } from "@keystrokehq/keystroke/app";
1
3
  import { z } from "zod";
2
4
 
3
5
  //#region src/actions/delete-zipcodes.d.ts
@@ -13,13 +15,7 @@ declare const RedcircleApiDeleteZipcodesOutput: z.ZodObject<{
13
15
  success: z.ZodNullable<z.ZodBoolean>;
14
16
  }, z.core.$loose>>;
15
17
  }, z.core.$loose>;
16
- declare const redcircleApiDeleteZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<{
17
- zipcodes: {
18
- [x: string]: unknown;
19
- domain: string;
20
- zipcode: string;
21
- }[];
22
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
18
+ declare const redcircleApiDeleteZipcodes: AppAction<typeof RedcircleApiDeleteZipcodesInput, typeof RedcircleApiDeleteZipcodesOutput, typeof redcircleApi.credential>;
23
19
  //#endregion
24
20
  export { redcircleApiDeleteZipcodes };
25
21
  //# sourceMappingURL=delete-zipcodes.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"delete-zipcodes.d.mts","names":[],"sources":["../../src/actions/delete-zipcodes.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAU/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;cAIhC,0BAAA,gCAA0B,wBAAA"}
1
+ {"version":3,"file":"delete-zipcodes.d.mts","names":[],"sources":["../../src/actions/delete-zipcodes.ts"],"mappings":";;;;;cAMa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAU/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;cAIhC,0BAAA,EAA4B,SAAA,QAChC,+BAAA,SACA,gCAAA,SACA,YAAA,CAAa,UAAA"}
@@ -1,3 +1,4 @@
1
+ import "../app.mjs";
1
2
  import { action } from "../action.mjs";
2
3
  import { z } from "zod";
3
4
  //#region src/actions/delete-zipcodes.ts
@@ -1 +1 @@
1
- {"version":3,"file":"delete-zipcodes.mjs","names":[],"sources":["../../src/actions/delete-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiDeleteZipcodesInput = z.object({\n zipcodes: z.array(z.object({\n domain: z.string().describe(\"The domain associated with the zipcode to delete\"),\n zipcode: z.string().describe(\"The zipcode value to delete from your account\"),\n}).passthrough()).describe(\"List of zipcode/domain pairs to remove from the account. Each entry must include both zipcode and domain fields.\"),\n});\nconst RedcircleApiDeleteZipcodes_RequestInfoSchema = z.object({\n message: z.string().describe(\"Human-readable confirmation message indicating the number of zipcodes deleted\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion operation was successful\").nullable(),\n}).passthrough();\nexport const RedcircleApiDeleteZipcodesOutput = z.object({\n request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable(),\n}).passthrough();\n\nexport const redcircleApiDeleteZipcodes = action(\"REDCIRCLE_API_DELETE_ZIPCODES\", {\n slug: \"redcircle_api-delete-zipcodes\",\n name: \"Delete Zipcodes\",\n description: \"Tool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.\",\n input: RedcircleApiDeleteZipcodesInput,\n output: RedcircleApiDeleteZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkC,EAAE,OAAO,EACtD,UAAU,EAAE,MAAM,EAAE,OAAO;CAC3B,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,kHAAkH,EAC7I,CAAC;AACD,MAAM,+CAA+C,EAAE,OAAO;CAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACvH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8C,EAAE,OAAO,EACvD,cAAc,6CAA6C,SAAS,EACtE,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
1
+ {"version":3,"file":"delete-zipcodes.mjs","names":[],"sources":["../../src/actions/delete-zipcodes.ts"],"sourcesContent":["import type { AppAction } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nimport { action } from \"../action\";\nimport { redcircleApi } from \"../app\";\n\nexport const RedcircleApiDeleteZipcodesInput = z.object({\n zipcodes: z.array(z.object({\n domain: z.string().describe(\"The domain associated with the zipcode to delete\"),\n zipcode: z.string().describe(\"The zipcode value to delete from your account\"),\n}).passthrough()).describe(\"List of zipcode/domain pairs to remove from the account. Each entry must include both zipcode and domain fields.\"),\n});\nconst RedcircleApiDeleteZipcodes_RequestInfoSchema = z.object({\n message: z.string().describe(\"Human-readable confirmation message indicating the number of zipcodes deleted\").nullable(),\n success: z.boolean().describe(\"Indicates whether the deletion operation was successful\").nullable(),\n}).passthrough();\nexport const RedcircleApiDeleteZipcodesOutput = z.object({\n request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable(),\n}).passthrough();\n\nexport const redcircleApiDeleteZipcodes: AppAction<\n typeof RedcircleApiDeleteZipcodesInput,\n typeof RedcircleApiDeleteZipcodesOutput,\n typeof redcircleApi.credential\n> = action(\"REDCIRCLE_API_DELETE_ZIPCODES\", {\n slug: \"redcircle_api-delete-zipcodes\",\n name: \"Delete Zipcodes\",\n description: \"Tool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.\",\n input: RedcircleApiDeleteZipcodesInput,\n output: RedcircleApiDeleteZipcodesOutput,\n});\n"],"mappings":";;;;AAMA,MAAa,kCAAkC,EAAE,OAAO,EACtD,UAAU,EAAE,MAAM,EAAE,OAAO;CAC3B,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;CAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AAC9E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,kHAAkH,EAC7I,CAAC;AACD,MAAM,+CAA+C,EAAE,OAAO;CAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CACvH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY;AAKf,MAAa,6BAIT,OAAO,iCAAiC;CAC1C,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAb8C,EAAE,OAAO,EACvD,cAAc,6CAA6C,SAAS,EACtE,CAAC,CAAC,CAAC,YAWO;AACV,CAAC"}
@@ -1,3 +1,4 @@
1
+ require("../app.cjs");
1
2
  const require_action = require("../action.cjs");
2
3
  let zod = require("zod");
3
4
  //#region src/actions/get-account.ts