@keystrokehq/redcircle_api 0.1.0 → 0.1.3

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 (265) 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 +5 -5
  4. package/dist/actions/add-zipcodes.cjs.map +1 -1
  5. package/dist/actions/add-zipcodes.d.cts +19 -3
  6. package/dist/actions/add-zipcodes.d.cts.map +1 -1
  7. package/dist/actions/add-zipcodes.d.mts +19 -3
  8. package/dist/actions/add-zipcodes.d.mts.map +1 -1
  9. package/dist/actions/add-zipcodes.mjs +5 -5
  10. package/dist/actions/add-zipcodes.mjs.map +1 -1
  11. package/dist/actions/clear-collection-requests.cjs +4 -4
  12. package/dist/actions/clear-collection-requests.cjs.map +1 -1
  13. package/dist/actions/clear-collection-requests.d.cts +12 -3
  14. package/dist/actions/clear-collection-requests.d.cts.map +1 -1
  15. package/dist/actions/clear-collection-requests.d.mts +12 -3
  16. package/dist/actions/clear-collection-requests.d.mts.map +1 -1
  17. package/dist/actions/clear-collection-requests.mjs +4 -4
  18. package/dist/actions/clear-collection-requests.mjs.map +1 -1
  19. package/dist/actions/create-collection.cjs +3 -3
  20. package/dist/actions/create-collection.cjs.map +1 -1
  21. package/dist/actions/create-collection.d.cts +87 -3
  22. package/dist/actions/create-collection.d.cts.map +1 -1
  23. package/dist/actions/create-collection.d.mts +87 -3
  24. package/dist/actions/create-collection.d.mts.map +1 -1
  25. package/dist/actions/create-collection.mjs +3 -3
  26. package/dist/actions/create-collection.mjs.map +1 -1
  27. package/dist/actions/create-destination.cjs +3 -3
  28. package/dist/actions/create-destination.cjs.map +1 -1
  29. package/dist/actions/create-destination.d.cts +62 -3
  30. package/dist/actions/create-destination.d.cts.map +1 -1
  31. package/dist/actions/create-destination.d.mts +62 -3
  32. package/dist/actions/create-destination.d.mts.map +1 -1
  33. package/dist/actions/create-destination.mjs +3 -3
  34. package/dist/actions/create-destination.mjs.map +1 -1
  35. package/dist/actions/create-requests.cjs +5 -5
  36. package/dist/actions/create-requests.cjs.map +1 -1
  37. package/dist/actions/create-requests.d.cts +29 -3
  38. package/dist/actions/create-requests.d.cts.map +1 -1
  39. package/dist/actions/create-requests.d.mts +29 -3
  40. package/dist/actions/create-requests.d.mts.map +1 -1
  41. package/dist/actions/create-requests.mjs +5 -5
  42. package/dist/actions/create-requests.mjs.map +1 -1
  43. package/dist/actions/delete-collection.cjs +4 -4
  44. package/dist/actions/delete-collection.cjs.map +1 -1
  45. package/dist/actions/delete-collection.d.cts +12 -3
  46. package/dist/actions/delete-collection.d.cts.map +1 -1
  47. package/dist/actions/delete-collection.d.mts +12 -3
  48. package/dist/actions/delete-collection.d.mts.map +1 -1
  49. package/dist/actions/delete-collection.mjs +4 -4
  50. package/dist/actions/delete-collection.mjs.map +1 -1
  51. package/dist/actions/delete-destination.cjs +4 -4
  52. package/dist/actions/delete-destination.cjs.map +1 -1
  53. package/dist/actions/delete-destination.d.cts +12 -3
  54. package/dist/actions/delete-destination.d.cts.map +1 -1
  55. package/dist/actions/delete-destination.d.mts +12 -3
  56. package/dist/actions/delete-destination.d.mts.map +1 -1
  57. package/dist/actions/delete-destination.mjs +4 -4
  58. package/dist/actions/delete-destination.mjs.map +1 -1
  59. package/dist/actions/delete-request.cjs +4 -4
  60. package/dist/actions/delete-request.cjs.map +1 -1
  61. package/dist/actions/delete-request.d.cts +14 -3
  62. package/dist/actions/delete-request.d.cts.map +1 -1
  63. package/dist/actions/delete-request.d.mts +14 -3
  64. package/dist/actions/delete-request.d.mts.map +1 -1
  65. package/dist/actions/delete-request.mjs +4 -4
  66. package/dist/actions/delete-request.mjs.map +1 -1
  67. package/dist/actions/delete-requests-bulk.cjs +4 -4
  68. package/dist/actions/delete-requests-bulk.cjs.map +1 -1
  69. package/dist/actions/delete-requests-bulk.d.cts +14 -3
  70. package/dist/actions/delete-requests-bulk.d.cts.map +1 -1
  71. package/dist/actions/delete-requests-bulk.d.mts +14 -3
  72. package/dist/actions/delete-requests-bulk.d.mts.map +1 -1
  73. package/dist/actions/delete-requests-bulk.mjs +4 -4
  74. package/dist/actions/delete-requests-bulk.mjs.map +1 -1
  75. package/dist/actions/delete-zipcodes.cjs +5 -5
  76. package/dist/actions/delete-zipcodes.cjs.map +1 -1
  77. package/dist/actions/delete-zipcodes.d.cts +19 -3
  78. package/dist/actions/delete-zipcodes.d.cts.map +1 -1
  79. package/dist/actions/delete-zipcodes.d.mts +19 -3
  80. package/dist/actions/delete-zipcodes.d.mts.map +1 -1
  81. package/dist/actions/delete-zipcodes.mjs +5 -5
  82. package/dist/actions/delete-zipcodes.mjs.map +1 -1
  83. package/dist/actions/get-account.cjs +5 -5
  84. package/dist/actions/get-account.cjs.map +1 -1
  85. package/dist/actions/get-account.d.cts +36 -3
  86. package/dist/actions/get-account.d.cts.map +1 -1
  87. package/dist/actions/get-account.d.mts +36 -3
  88. package/dist/actions/get-account.d.mts.map +1 -1
  89. package/dist/actions/get-account.mjs +5 -5
  90. package/dist/actions/get-account.mjs.map +1 -1
  91. package/dist/actions/get-collection.cjs +10 -10
  92. package/dist/actions/get-collection.cjs.map +1 -1
  93. package/dist/actions/get-collection.d.cts +36 -3
  94. package/dist/actions/get-collection.d.cts.map +1 -1
  95. package/dist/actions/get-collection.d.mts +36 -3
  96. package/dist/actions/get-collection.d.mts.map +1 -1
  97. package/dist/actions/get-collection.mjs +10 -10
  98. package/dist/actions/get-collection.mjs.map +1 -1
  99. package/dist/actions/get-requests-csv-links.cjs +6 -6
  100. package/dist/actions/get-requests-csv-links.cjs.map +1 -1
  101. package/dist/actions/get-requests-csv-links.d.cts +17 -3
  102. package/dist/actions/get-requests-csv-links.d.cts.map +1 -1
  103. package/dist/actions/get-requests-csv-links.d.mts +17 -3
  104. package/dist/actions/get-requests-csv-links.d.mts.map +1 -1
  105. package/dist/actions/get-requests-csv-links.mjs +6 -6
  106. package/dist/actions/get-requests-csv-links.mjs.map +1 -1
  107. package/dist/actions/get-requests-json-links.cjs +6 -6
  108. package/dist/actions/get-requests-json-links.cjs.map +1 -1
  109. package/dist/actions/get-requests-json-links.d.cts +17 -3
  110. package/dist/actions/get-requests-json-links.d.cts.map +1 -1
  111. package/dist/actions/get-requests-json-links.d.mts +17 -3
  112. package/dist/actions/get-requests-json-links.d.mts.map +1 -1
  113. package/dist/actions/get-requests-json-links.mjs +6 -6
  114. package/dist/actions/get-requests-json-links.mjs.map +1 -1
  115. package/dist/actions/get-result-set-csv.cjs +17 -17
  116. package/dist/actions/get-result-set-csv.cjs.map +1 -1
  117. package/dist/actions/get-result-set-csv.d.cts +43 -3
  118. package/dist/actions/get-result-set-csv.d.cts.map +1 -1
  119. package/dist/actions/get-result-set-csv.d.mts +43 -3
  120. package/dist/actions/get-result-set-csv.d.mts.map +1 -1
  121. package/dist/actions/get-result-set-csv.mjs +17 -17
  122. package/dist/actions/get-result-set-csv.mjs.map +1 -1
  123. package/dist/actions/get-result-set-json.cjs +13 -13
  124. package/dist/actions/get-result-set-json.cjs.map +1 -1
  125. package/dist/actions/get-result-set-json.d.cts +39 -3
  126. package/dist/actions/get-result-set-json.d.cts.map +1 -1
  127. package/dist/actions/get-result-set-json.d.mts +39 -3
  128. package/dist/actions/get-result-set-json.d.mts.map +1 -1
  129. package/dist/actions/get-result-set-json.mjs +13 -13
  130. package/dist/actions/get-result-set-json.mjs.map +1 -1
  131. package/dist/actions/get-result-set-jsonlines.cjs +20 -20
  132. package/dist/actions/get-result-set-jsonlines.cjs.map +1 -1
  133. package/dist/actions/get-result-set-jsonlines.d.cts +56 -3
  134. package/dist/actions/get-result-set-jsonlines.d.cts.map +1 -1
  135. package/dist/actions/get-result-set-jsonlines.d.mts +56 -3
  136. package/dist/actions/get-result-set-jsonlines.d.mts.map +1 -1
  137. package/dist/actions/get-result-set-jsonlines.mjs +20 -20
  138. package/dist/actions/get-result-set-jsonlines.mjs.map +1 -1
  139. package/dist/actions/get-target-product-data.cjs +18 -18
  140. package/dist/actions/get-target-product-data.cjs.map +1 -1
  141. package/dist/actions/get-target-product-data.d.cts +112 -3
  142. package/dist/actions/get-target-product-data.d.cts.map +1 -1
  143. package/dist/actions/get-target-product-data.d.mts +112 -3
  144. package/dist/actions/get-target-product-data.d.mts.map +1 -1
  145. package/dist/actions/get-target-product-data.mjs +18 -18
  146. package/dist/actions/get-target-product-data.mjs.map +1 -1
  147. package/dist/actions/list-categories.cjs +3 -3
  148. package/dist/actions/list-categories.cjs.map +1 -1
  149. package/dist/actions/list-categories.d.cts +63 -3
  150. package/dist/actions/list-categories.d.cts.map +1 -1
  151. package/dist/actions/list-categories.d.mts +63 -3
  152. package/dist/actions/list-categories.d.mts.map +1 -1
  153. package/dist/actions/list-categories.mjs +3 -3
  154. package/dist/actions/list-categories.mjs.map +1 -1
  155. package/dist/actions/list-collections.cjs +3 -3
  156. package/dist/actions/list-collections.cjs.map +1 -1
  157. package/dist/actions/list-collections.d.cts +71 -3
  158. package/dist/actions/list-collections.d.cts.map +1 -1
  159. package/dist/actions/list-collections.d.mts +71 -3
  160. package/dist/actions/list-collections.d.mts.map +1 -1
  161. package/dist/actions/list-collections.mjs +3 -3
  162. package/dist/actions/list-collections.mjs.map +1 -1
  163. package/dist/actions/list-destinations.cjs +12 -12
  164. package/dist/actions/list-destinations.cjs.map +1 -1
  165. package/dist/actions/list-destinations.d.cts +37 -3
  166. package/dist/actions/list-destinations.d.cts.map +1 -1
  167. package/dist/actions/list-destinations.d.mts +37 -3
  168. package/dist/actions/list-destinations.d.mts.map +1 -1
  169. package/dist/actions/list-destinations.mjs +12 -12
  170. package/dist/actions/list-destinations.mjs.map +1 -1
  171. package/dist/actions/list-error-logs.cjs +10 -10
  172. package/dist/actions/list-error-logs.cjs.map +1 -1
  173. package/dist/actions/list-error-logs.d.cts +30 -3
  174. package/dist/actions/list-error-logs.d.cts.map +1 -1
  175. package/dist/actions/list-error-logs.d.mts +30 -3
  176. package/dist/actions/list-error-logs.d.mts.map +1 -1
  177. package/dist/actions/list-error-logs.mjs +10 -10
  178. package/dist/actions/list-error-logs.mjs.map +1 -1
  179. package/dist/actions/list-requests-by-page.cjs +8 -8
  180. package/dist/actions/list-requests-by-page.cjs.map +1 -1
  181. package/dist/actions/list-requests-by-page.d.cts +22 -3
  182. package/dist/actions/list-requests-by-page.d.cts.map +1 -1
  183. package/dist/actions/list-requests-by-page.d.mts +22 -3
  184. package/dist/actions/list-requests-by-page.d.mts.map +1 -1
  185. package/dist/actions/list-requests-by-page.mjs +8 -8
  186. package/dist/actions/list-requests-by-page.mjs.map +1 -1
  187. package/dist/actions/list-result-sets.cjs +25 -25
  188. package/dist/actions/list-result-sets.cjs.map +1 -1
  189. package/dist/actions/list-result-sets.d.cts +41 -3
  190. package/dist/actions/list-result-sets.d.cts.map +1 -1
  191. package/dist/actions/list-result-sets.d.mts +41 -3
  192. package/dist/actions/list-result-sets.d.mts.map +1 -1
  193. package/dist/actions/list-result-sets.mjs +25 -25
  194. package/dist/actions/list-result-sets.mjs.map +1 -1
  195. package/dist/actions/list-zipcodes.cjs +7 -7
  196. package/dist/actions/list-zipcodes.cjs.map +1 -1
  197. package/dist/actions/list-zipcodes.d.cts +21 -3
  198. package/dist/actions/list-zipcodes.d.cts.map +1 -1
  199. package/dist/actions/list-zipcodes.d.mts +21 -3
  200. package/dist/actions/list-zipcodes.d.mts.map +1 -1
  201. package/dist/actions/list-zipcodes.mjs +7 -7
  202. package/dist/actions/list-zipcodes.mjs.map +1 -1
  203. package/dist/actions/resend-webhook.cjs +4 -4
  204. package/dist/actions/resend-webhook.cjs.map +1 -1
  205. package/dist/actions/resend-webhook.d.cts +14 -3
  206. package/dist/actions/resend-webhook.d.cts.map +1 -1
  207. package/dist/actions/resend-webhook.d.mts +14 -3
  208. package/dist/actions/resend-webhook.d.mts.map +1 -1
  209. package/dist/actions/resend-webhook.mjs +4 -4
  210. package/dist/actions/resend-webhook.mjs.map +1 -1
  211. package/dist/actions/start-collection.cjs +1 -1
  212. package/dist/actions/start-collection.cjs.map +1 -1
  213. package/dist/actions/start-collection.d.cts +11 -3
  214. package/dist/actions/start-collection.d.cts.map +1 -1
  215. package/dist/actions/start-collection.d.mts +11 -3
  216. package/dist/actions/start-collection.d.mts.map +1 -1
  217. package/dist/actions/start-collection.mjs +1 -1
  218. package/dist/actions/start-collection.mjs.map +1 -1
  219. package/dist/actions/stop-all-collections.cjs +6 -6
  220. package/dist/actions/stop-all-collections.cjs.map +1 -1
  221. package/dist/actions/stop-all-collections.d.cts +10 -3
  222. package/dist/actions/stop-all-collections.d.cts.map +1 -1
  223. package/dist/actions/stop-all-collections.d.mts +10 -3
  224. package/dist/actions/stop-all-collections.d.mts.map +1 -1
  225. package/dist/actions/stop-all-collections.mjs +6 -6
  226. package/dist/actions/stop-all-collections.mjs.map +1 -1
  227. package/dist/actions/stop-collection.cjs +2 -2
  228. package/dist/actions/stop-collection.cjs.map +1 -1
  229. package/dist/actions/stop-collection.d.cts +11 -3
  230. package/dist/actions/stop-collection.d.cts.map +1 -1
  231. package/dist/actions/stop-collection.d.mts +11 -3
  232. package/dist/actions/stop-collection.d.mts.map +1 -1
  233. package/dist/actions/stop-collection.mjs +2 -2
  234. package/dist/actions/stop-collection.mjs.map +1 -1
  235. package/dist/actions/update-collection.cjs +3 -3
  236. package/dist/actions/update-collection.cjs.map +1 -1
  237. package/dist/actions/update-collection.d.cts +69 -3
  238. package/dist/actions/update-collection.d.cts.map +1 -1
  239. package/dist/actions/update-collection.d.mts +69 -3
  240. package/dist/actions/update-collection.d.mts.map +1 -1
  241. package/dist/actions/update-collection.mjs +3 -3
  242. package/dist/actions/update-collection.mjs.map +1 -1
  243. package/dist/actions/update-destination.cjs +6 -6
  244. package/dist/actions/update-destination.cjs.map +1 -1
  245. package/dist/actions/update-destination.d.cts +82 -3
  246. package/dist/actions/update-destination.d.cts.map +1 -1
  247. package/dist/actions/update-destination.d.mts +82 -3
  248. package/dist/actions/update-destination.d.mts.map +1 -1
  249. package/dist/actions/update-destination.mjs +6 -6
  250. package/dist/actions/update-destination.mjs.map +1 -1
  251. package/dist/actions/update-request.cjs +2 -2
  252. package/dist/actions/update-request.cjs.map +1 -1
  253. package/dist/actions/update-request.d.cts +24 -3
  254. package/dist/actions/update-request.d.cts.map +1 -1
  255. package/dist/actions/update-request.d.mts +24 -3
  256. package/dist/actions/update-request.d.mts.map +1 -1
  257. package/dist/actions/update-request.mjs +2 -2
  258. package/dist/actions/update-request.mjs.map +1 -1
  259. package/dist/catalog.cjs +7 -1
  260. package/dist/catalog.cjs.map +1 -1
  261. package/dist/catalog.d.cts +8 -0
  262. package/dist/catalog.d.mts +8 -0
  263. package/dist/catalog.mjs +7 -1
  264. package/dist/catalog.mjs.map +1 -1
  265. package/package.json +2 -2
@@ -1 +1 @@
1
- {"version":3,"file":"list-zipcodes.cjs","names":["z","action"],"sources":["../../src/actions/list-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListZipcodesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Specifies which page of results to return; max 10 results per page. Must be >= 1.\").optional(),\n domain: z.string().describe(\"Filters results to zipcodes associated with a specific domain.\").optional(),\n search_term: z.string().describe(\"Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).\").optional(),\n}).describe(\"Request model for listing zipcodes with optional filtering and pagination.\");\nconst RedcircleApiListZipcodes_UsageSchema: z.ZodTypeAny = z.object({\n used: z.number().int().describe(\"Number of zipcodes used.\"),\n limit: z.number().int().describe(\"Total zipcode limit for the account.\"),\n available: z.number().int().describe(\"Number of zipcodes still available.\"),\n}).describe(\"Account usage statistics for zipcodes.\");\nconst RedcircleApiListZipcodes_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n}).describe(\"Contains request success status information.\");\nexport const RedcircleApiListZipcodesOutput: z.ZodTypeAny = z.object({\n usage: RedcircleApiListZipcodes_UsageSchema.nullable(),\n zipcodes: z.object({}).describe(\"Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects.\"),\n request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable(),\n}).describe(\"Response model for listing zipcodes.\");\n\nexport const redcircleApiListZipcodes = action(\"REDCIRCLE_API_LIST_ZIPCODES\", {\n slug: \"redcircle_api-list-zipcodes\",\n name: \"List Zipcodes\",\n description: \"Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.\",\n input: RedcircleApiListZipcodesInput,\n output: RedcircleApiListZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC9H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC1D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;AAC5E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,6CAA2DA,IAAAA,EAAE,OAAO,EACxE,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAO,qCAAqC,SAAS;CACrD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6GAA6G;CAC7I,cAAc,2CAA2C,SAAS;AACpE,CAAC,CAAC,CAAC,SAAS,sCAAsC;AAElD,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"list-zipcodes.cjs","names":["z","action"],"sources":["../../src/actions/list-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListZipcodesInput = z.object({\n page: z.number().int().describe(\"Specifies which page of results to return; max 10 results per page. Must be >= 1.\").optional(),\n domain: z.string().describe(\"Filters results to zipcodes associated with a specific domain.\").optional(),\n search_term: z.string().describe(\"Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).\").optional(),\n}).describe(\"Request model for listing zipcodes with optional filtering and pagination.\");\nconst RedcircleApiListZipcodes_UsageSchema = z.object({\n used: z.number().int().describe(\"Number of zipcodes used.\").nullable(),\n limit: z.number().int().describe(\"Total zipcode limit for the account.\").nullable(),\n available: z.number().int().describe(\"Number of zipcodes still available.\").nullable(),\n}).passthrough().describe(\"Account usage statistics for zipcodes.\");\nconst RedcircleApiListZipcodes_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\").nullable(),\n}).passthrough().describe(\"Contains request success status information.\");\nexport const RedcircleApiListZipcodesOutput = z.object({\n usage: RedcircleApiListZipcodes_UsageSchema.nullable(),\n zipcodes: z.record(z.string(), z.unknown()).describe(\"Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects.\"),\n request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for listing zipcodes.\");\n\nexport const redcircleApiListZipcodes = action(\"REDCIRCLE_API_LIST_ZIPCODES\", {\n slug: \"redcircle_api-list-zipcodes\",\n name: \"List Zipcodes\",\n description: \"Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.\",\n input: RedcircleApiListZipcodesInput,\n output: RedcircleApiListZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC9H,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,uCAAuCA,IAAAA,EAAE,OAAO;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACrE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAClF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAM,6CAA6CA,IAAAA,EAAE,OAAO,EAC1D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,EACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AACxE,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,OAAO,qCAAqC,SAAS;CACrD,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6GAA6G;CAClK,cAAc,2CAA2C,SAAS;AACpE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAEhE,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,27 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-zipcodes.d.ts
4
- declare const RedcircleApiListZipcodesInput: z.ZodTypeAny;
5
- declare const RedcircleApiListZipcodesOutput: z.ZodTypeAny;
6
- declare const redcircleApiListZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiListZipcodesInput: z.ZodObject<{
5
+ page: z.ZodOptional<z.ZodNumber>;
6
+ domain: z.ZodOptional<z.ZodString>;
7
+ search_term: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const RedcircleApiListZipcodesOutput: z.ZodObject<{
10
+ usage: z.ZodNullable<z.ZodObject<{
11
+ used: z.ZodNullable<z.ZodNumber>;
12
+ limit: z.ZodNullable<z.ZodNumber>;
13
+ available: z.ZodNullable<z.ZodNumber>;
14
+ }, z.core.$loose>>;
15
+ zipcodes: z.ZodRecord<z.ZodString, z.ZodUnknown>;
16
+ request_info: z.ZodNullable<z.ZodObject<{
17
+ success: z.ZodNullable<z.ZodBoolean>;
18
+ }, z.core.$loose>>;
19
+ }, z.core.$loose>;
20
+ declare const redcircleApiListZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<{
21
+ page?: number | undefined;
22
+ domain?: string | undefined;
23
+ search_term?: string | undefined;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
25
  //#endregion
8
26
  export { redcircleApiListZipcodes };
9
27
  //# sourceMappingURL=list-zipcodes.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-zipcodes.d.cts","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAI2C;AAAA,cAS5E,8BAAA,EAAgC,CAAA,CAAE,UAII;AAAA,cAEtC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-zipcodes.d.cts","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAa7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;cAM9B,wBAAA,gCAAwB,wBAAA"}
@@ -1,9 +1,27 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-zipcodes.d.ts
4
- declare const RedcircleApiListZipcodesInput: z.ZodTypeAny;
5
- declare const RedcircleApiListZipcodesOutput: z.ZodTypeAny;
6
- declare const redcircleApiListZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiListZipcodesInput: z.ZodObject<{
5
+ page: z.ZodOptional<z.ZodNumber>;
6
+ domain: z.ZodOptional<z.ZodString>;
7
+ search_term: z.ZodOptional<z.ZodString>;
8
+ }, z.core.$strip>;
9
+ declare const RedcircleApiListZipcodesOutput: z.ZodObject<{
10
+ usage: z.ZodNullable<z.ZodObject<{
11
+ used: z.ZodNullable<z.ZodNumber>;
12
+ limit: z.ZodNullable<z.ZodNumber>;
13
+ available: z.ZodNullable<z.ZodNumber>;
14
+ }, z.core.$loose>>;
15
+ zipcodes: z.ZodRecord<z.ZodString, z.ZodUnknown>;
16
+ request_info: z.ZodNullable<z.ZodObject<{
17
+ success: z.ZodNullable<z.ZodBoolean>;
18
+ }, z.core.$loose>>;
19
+ }, z.core.$loose>;
20
+ declare const redcircleApiListZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<{
21
+ page?: number | undefined;
22
+ domain?: string | undefined;
23
+ search_term?: string | undefined;
24
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
25
  //#endregion
8
26
  export { redcircleApiListZipcodes };
9
27
  //# sourceMappingURL=list-zipcodes.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-zipcodes.d.mts","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAI2C;AAAA,cAS5E,8BAAA,EAAgC,CAAA,CAAE,UAII;AAAA,cAEtC,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-zipcodes.d.mts","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;cAa7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;cAM9B,wBAAA,gCAAwB,wBAAA"}
@@ -7,11 +7,11 @@ const RedcircleApiListZipcodesInput = z.object({
7
7
  search_term: z.string().describe("Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).").optional()
8
8
  }).describe("Request model for listing zipcodes with optional filtering and pagination.");
9
9
  const RedcircleApiListZipcodes_UsageSchema = z.object({
10
- used: z.number().int().describe("Number of zipcodes used."),
11
- limit: z.number().int().describe("Total zipcode limit for the account."),
12
- available: z.number().int().describe("Number of zipcodes still available.")
13
- }).describe("Account usage statistics for zipcodes.");
14
- const RedcircleApiListZipcodes_RequestInfoSchema = z.object({ success: z.boolean().describe("Indicates if the request was successful.") }).describe("Contains request success status information.");
10
+ used: z.number().int().describe("Number of zipcodes used.").nullable(),
11
+ limit: z.number().int().describe("Total zipcode limit for the account.").nullable(),
12
+ available: z.number().int().describe("Number of zipcodes still available.").nullable()
13
+ }).passthrough().describe("Account usage statistics for zipcodes.");
14
+ const RedcircleApiListZipcodes_RequestInfoSchema = z.object({ success: z.boolean().describe("Indicates if the request was successful.").nullable() }).passthrough().describe("Contains request success status information.");
15
15
  const redcircleApiListZipcodes = action("REDCIRCLE_API_LIST_ZIPCODES", {
16
16
  slug: "redcircle_api-list-zipcodes",
17
17
  name: "List Zipcodes",
@@ -19,9 +19,9 @@ const redcircleApiListZipcodes = action("REDCIRCLE_API_LIST_ZIPCODES", {
19
19
  input: RedcircleApiListZipcodesInput,
20
20
  output: z.object({
21
21
  usage: RedcircleApiListZipcodes_UsageSchema.nullable(),
22
- zipcodes: z.object({}).describe("Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects."),
22
+ zipcodes: z.record(z.string(), z.unknown()).describe("Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects."),
23
23
  request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable()
24
- }).describe("Response model for listing zipcodes.")
24
+ }).passthrough().describe("Response model for listing zipcodes.")
25
25
  });
26
26
  //#endregion
27
27
  export { redcircleApiListZipcodes };
@@ -1 +1 @@
1
- {"version":3,"file":"list-zipcodes.mjs","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListZipcodesInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Specifies which page of results to return; max 10 results per page. Must be >= 1.\").optional(),\n domain: z.string().describe(\"Filters results to zipcodes associated with a specific domain.\").optional(),\n search_term: z.string().describe(\"Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).\").optional(),\n}).describe(\"Request model for listing zipcodes with optional filtering and pagination.\");\nconst RedcircleApiListZipcodes_UsageSchema: z.ZodTypeAny = z.object({\n used: z.number().int().describe(\"Number of zipcodes used.\"),\n limit: z.number().int().describe(\"Total zipcode limit for the account.\"),\n available: z.number().int().describe(\"Number of zipcodes still available.\"),\n}).describe(\"Account usage statistics for zipcodes.\");\nconst RedcircleApiListZipcodes_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n}).describe(\"Contains request success status information.\");\nexport const RedcircleApiListZipcodesOutput: z.ZodTypeAny = z.object({\n usage: RedcircleApiListZipcodes_UsageSchema.nullable(),\n zipcodes: z.object({}).describe(\"Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects.\"),\n request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable(),\n}).describe(\"Response model for listing zipcodes.\");\n\nexport const redcircleApiListZipcodes = action(\"REDCIRCLE_API_LIST_ZIPCODES\", {\n slug: \"redcircle_api-list-zipcodes\",\n name: \"List Zipcodes\",\n description: \"Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.\",\n input: RedcircleApiListZipcodesInput,\n output: RedcircleApiListZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC9H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,uCAAqD,EAAE,OAAO;CAClE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CAC1D,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACvE,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;AAC5E,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAM,6CAA2D,EAAE,OAAO,EACxE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,EAC1E,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAO1D,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX0D,EAAE,OAAO;EACnE,OAAO,qCAAqC,SAAS;EACrD,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6GAA6G;EAC7I,cAAc,2CAA2C,SAAS;CACpE,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-zipcodes.mjs","names":[],"sources":["../../src/actions/list-zipcodes.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListZipcodesInput = z.object({\n page: z.number().int().describe(\"Specifies which page of results to return; max 10 results per page. Must be >= 1.\").optional(),\n domain: z.string().describe(\"Filters results to zipcodes associated with a specific domain.\").optional(),\n search_term: z.string().describe(\"Limits the returned zipcodes to just those containing the search_term (e.g., search_term=455).\").optional(),\n}).describe(\"Request model for listing zipcodes with optional filtering and pagination.\");\nconst RedcircleApiListZipcodes_UsageSchema = z.object({\n used: z.number().int().describe(\"Number of zipcodes used.\").nullable(),\n limit: z.number().int().describe(\"Total zipcode limit for the account.\").nullable(),\n available: z.number().int().describe(\"Number of zipcodes still available.\").nullable(),\n}).passthrough().describe(\"Account usage statistics for zipcodes.\");\nconst RedcircleApiListZipcodes_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\").nullable(),\n}).passthrough().describe(\"Contains request success status information.\");\nexport const RedcircleApiListZipcodesOutput = z.object({\n usage: RedcircleApiListZipcodes_UsageSchema.nullable(),\n zipcodes: z.record(z.string(), z.unknown()).describe(\"Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects.\"),\n request_info: RedcircleApiListZipcodes_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for listing zipcodes.\");\n\nexport const redcircleApiListZipcodes = action(\"REDCIRCLE_API_LIST_ZIPCODES\", {\n slug: \"redcircle_api-list-zipcodes\",\n name: \"List Zipcodes\",\n description: \"Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 results per page.\",\n input: RedcircleApiListZipcodesInput,\n output: RedcircleApiListZipcodesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mFAAmF,CAAC,CAAC,SAAS;CAC9H,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS;CACvG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gGAAgG,CAAC,CAAC,SAAS;AAC9I,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACxF,MAAM,uCAAuC,EAAE,OAAO;CACpD,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CACrE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAClF,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,wCAAwC;AAClE,MAAM,6CAA6C,EAAE,OAAO,EAC1D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,EACrF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAOxE,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAX4C,EAAE,OAAO;EACrD,OAAO,qCAAqC,SAAS;EACrD,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,6GAA6G;EAClK,cAAc,2CAA2C,SAAS;CACpE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAOhB;AACV,CAAC"}
@@ -6,10 +6,10 @@ const RedcircleApiResendWebhookInput = zod.z.object({
6
6
  result_set_id: zod.z.string().describe("The unique identifier for the result set")
7
7
  }).describe("Request model for resending a webhook for a result set.");
8
8
  const RedcircleApiResendWebhook_RequestInfoSchema = zod.z.object({
9
- message: zod.z.string().describe("Status message for the webhook resend operation"),
10
- success: zod.z.boolean().describe("Indicates whether the webhook was resent successfully")
11
- }).describe("Information about the webhook resend request.");
12
- const RedcircleApiResendWebhookOutput = zod.z.object({ request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable() }).describe("Response model for resend webhook action.");
9
+ message: zod.z.string().describe("Status message for the webhook resend operation").nullable(),
10
+ success: zod.z.boolean().describe("Indicates whether the webhook was resent successfully").nullable()
11
+ }).passthrough().describe("Information about the webhook resend request.");
12
+ const RedcircleApiResendWebhookOutput = zod.z.object({ request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable() }).passthrough().describe("Response model for resend webhook action.");
13
13
  const redcircleApiResendWebhook = require_action.action("REDCIRCLE_API_RESEND_WEBHOOK", {
14
14
  slug: "redcircle_api-resend-webhook",
15
15
  name: "Resend Webhook",
@@ -1 +1 @@
1
- {"version":3,"file":"resend-webhook.cjs","names":["z","action"],"sources":["../../src/actions/resend-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiResendWebhookInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier for the collection\"),\n result_set_id: z.string().describe(\"The unique identifier for the result set\"),\n}).describe(\"Request model for resending a webhook for a result set.\");\nconst RedcircleApiResendWebhook_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message for the webhook resend operation\"),\n success: z.boolean().describe(\"Indicates whether the webhook was resent successfully\"),\n}).describe(\"Information about the webhook resend request.\");\nexport const RedcircleApiResendWebhookOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable(),\n}).describe(\"Response model for resend webhook action.\");\n\nexport const redcircleApiResendWebhook = action(\"REDCIRCLE_API_RESEND_WEBHOOK\", {\n slug: \"redcircle_api-resend-webhook\",\n name: \"Resend Webhook\",\n description: \"Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.\",\n input: RedcircleApiResendWebhookInput,\n output: RedcircleApiResendWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC/E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;AACvF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"resend-webhook.cjs","names":["z","action"],"sources":["../../src/actions/resend-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiResendWebhookInput = z.object({\n collection_id: z.string().describe(\"The unique identifier for the collection\"),\n result_set_id: z.string().describe(\"The unique identifier for the result set\"),\n}).describe(\"Request model for resending a webhook for a result set.\");\nconst RedcircleApiResendWebhook_RequestInfoSchema = z.object({\n message: z.string().describe(\"Status message for the webhook resend operation\").nullable(),\n success: z.boolean().describe(\"Indicates whether the webhook was resent successfully\").nullable(),\n}).passthrough().describe(\"Information about the webhook resend request.\");\nexport const RedcircleApiResendWebhookOutput = z.object({\n request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for resend webhook action.\");\n\nexport const redcircleApiResendWebhook = action(\"REDCIRCLE_API_RESEND_WEBHOOK\", {\n slug: \"redcircle_api-resend-webhook\",\n name: \"Resend Webhook\",\n description: \"Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.\",\n input: RedcircleApiResendWebhookInput,\n output: RedcircleApiResendWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC7E,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC/E,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,uDAAuD,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AACzE,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2CAA2C;AAErE,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/resend-webhook.d.ts
4
- declare const RedcircleApiResendWebhookInput: z.ZodTypeAny;
5
- declare const RedcircleApiResendWebhookOutput: z.ZodTypeAny;
6
- declare const redcircleApiResendWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiResendWebhookInput: z.ZodObject<{
5
+ collection_id: z.ZodString;
6
+ result_set_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const RedcircleApiResendWebhookOutput: z.ZodObject<{
9
+ request_info: z.ZodNullable<z.ZodObject<{
10
+ message: z.ZodNullable<z.ZodString>;
11
+ success: z.ZodNullable<z.ZodBoolean>;
12
+ }, z.core.$loose>>;
13
+ }, z.core.$loose>;
14
+ declare const redcircleApiResendWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
15
+ collection_id: string;
16
+ result_set_id: string;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
18
  //#endregion
8
19
  export { redcircleApiResendWebhook };
9
20
  //# sourceMappingURL=resend-webhook.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resend-webhook.d.cts","names":[],"sources":["../../src/actions/resend-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGuB;AAAA,cAKzD,+BAAA,EAAiC,CAAA,CAAE,UAEQ;AAAA,cAE3C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"resend-webhook.d.cts","names":[],"sources":["../../src/actions/resend-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAQ9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
@@ -1,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/resend-webhook.d.ts
4
- declare const RedcircleApiResendWebhookInput: z.ZodTypeAny;
5
- declare const RedcircleApiResendWebhookOutput: z.ZodTypeAny;
6
- declare const redcircleApiResendWebhook: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiResendWebhookInput: z.ZodObject<{
5
+ collection_id: z.ZodString;
6
+ result_set_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const RedcircleApiResendWebhookOutput: z.ZodObject<{
9
+ request_info: z.ZodNullable<z.ZodObject<{
10
+ message: z.ZodNullable<z.ZodString>;
11
+ success: z.ZodNullable<z.ZodBoolean>;
12
+ }, z.core.$loose>>;
13
+ }, z.core.$loose>;
14
+ declare const redcircleApiResendWebhook: import("@keystrokehq/action").WorkflowActionDefinition<{
15
+ collection_id: string;
16
+ result_set_id: string;
17
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
18
  //#endregion
8
19
  export { redcircleApiResendWebhook };
9
20
  //# sourceMappingURL=resend-webhook.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"resend-webhook.d.mts","names":[],"sources":["../../src/actions/resend-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAGuB;AAAA,cAKzD,+BAAA,EAAiC,CAAA,CAAE,UAEQ;AAAA,cAE3C,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"resend-webhook.d.mts","names":[],"sources":["../../src/actions/resend-webhook.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;cAQ9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;cAI/B,yBAAA,gCAAyB,wBAAA"}
@@ -6,15 +6,15 @@ const RedcircleApiResendWebhookInput = z.object({
6
6
  result_set_id: z.string().describe("The unique identifier for the result set")
7
7
  }).describe("Request model for resending a webhook for a result set.");
8
8
  const RedcircleApiResendWebhook_RequestInfoSchema = z.object({
9
- message: z.string().describe("Status message for the webhook resend operation"),
10
- success: z.boolean().describe("Indicates whether the webhook was resent successfully")
11
- }).describe("Information about the webhook resend request.");
9
+ message: z.string().describe("Status message for the webhook resend operation").nullable(),
10
+ success: z.boolean().describe("Indicates whether the webhook was resent successfully").nullable()
11
+ }).passthrough().describe("Information about the webhook resend request.");
12
12
  const redcircleApiResendWebhook = action("REDCIRCLE_API_RESEND_WEBHOOK", {
13
13
  slug: "redcircle_api-resend-webhook",
14
14
  name: "Resend Webhook",
15
15
  description: "Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.",
16
16
  input: RedcircleApiResendWebhookInput,
17
- output: z.object({ request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable() }).describe("Response model for resend webhook action.")
17
+ output: z.object({ request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable() }).passthrough().describe("Response model for resend webhook action.")
18
18
  });
19
19
  //#endregion
20
20
  export { redcircleApiResendWebhook };
@@ -1 +1 @@
1
- {"version":3,"file":"resend-webhook.mjs","names":[],"sources":["../../src/actions/resend-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiResendWebhookInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier for the collection\"),\n result_set_id: z.string().describe(\"The unique identifier for the result set\"),\n}).describe(\"Request model for resending a webhook for a result set.\");\nconst RedcircleApiResendWebhook_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message for the webhook resend operation\"),\n success: z.boolean().describe(\"Indicates whether the webhook was resent successfully\"),\n}).describe(\"Information about the webhook resend request.\");\nexport const RedcircleApiResendWebhookOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable(),\n}).describe(\"Response model for resend webhook action.\");\n\nexport const redcircleApiResendWebhook = action(\"REDCIRCLE_API_RESEND_WEBHOOK\", {\n slug: \"redcircle_api-resend-webhook\",\n name: \"Resend Webhook\",\n description: \"Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.\",\n input: RedcircleApiResendWebhookInput,\n output: RedcircleApiResendWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC/E,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAM,8CAA4D,EAAE,OAAO;CACzE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD;AACvF,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAK3D,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
1
+ {"version":3,"file":"resend-webhook.mjs","names":[],"sources":["../../src/actions/resend-webhook.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiResendWebhookInput = z.object({\n collection_id: z.string().describe(\"The unique identifier for the collection\"),\n result_set_id: z.string().describe(\"The unique identifier for the result set\"),\n}).describe(\"Request model for resending a webhook for a result set.\");\nconst RedcircleApiResendWebhook_RequestInfoSchema = z.object({\n message: z.string().describe(\"Status message for the webhook resend operation\").nullable(),\n success: z.boolean().describe(\"Indicates whether the webhook was resent successfully\").nullable(),\n}).passthrough().describe(\"Information about the webhook resend request.\");\nexport const RedcircleApiResendWebhookOutput = z.object({\n request_info: RedcircleApiResendWebhook_RequestInfoSchema.nullable(),\n}).passthrough().describe(\"Response model for resend webhook action.\");\n\nexport const redcircleApiResendWebhook = action(\"REDCIRCLE_API_RESEND_WEBHOOK\", {\n slug: \"redcircle_api-resend-webhook\",\n name: \"Resend Webhook\",\n description: \"Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.\",\n input: RedcircleApiResendWebhookInput,\n output: RedcircleApiResendWebhookOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiC,EAAE,OAAO;CACrD,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC7E,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;AAC/E,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,uDAAuD,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,+CAA+C;AAKzE,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,2CAOhB;AACV,CAAC"}
@@ -6,7 +6,7 @@ const RedcircleApiStartCollectionOutput = zod.z.object({
6
6
  message: zod.z.string().describe("Status message or details about the collection start operation.").nullable().optional(),
7
7
  success: zod.z.boolean().describe("Indicates whether the collection was successfully started.").nullable().optional(),
8
8
  collection_id: zod.z.string().describe("The identifier of the collection that was started.").nullable().optional()
9
- }).describe("Response model for collection start operation.");
9
+ }).passthrough().describe("Response model for collection start operation.");
10
10
  const redcircleApiStartCollection = require_action.action("REDCIRCLE_API_START_COLLECTION", {
11
11
  slug: "redcircle_api-start-collection",
12
12
  name: "Start Collection",
@@ -1 +1 @@
1
- {"version":3,"file":"start-collection.cjs","names":["z","action"],"sources":["../../src/actions/start-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStartCollectionInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to start. Must be a valid collection ID.\"),\n}).describe(\"Request model for starting a collection.\");\nexport const RedcircleApiStartCollectionOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message or details about the collection start operation.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the collection was successfully started.\").nullable().optional(),\n collection_id: z.string().describe(\"The identifier of the collection that was started.\").nullable().optional(),\n}).describe(\"Response model for collection start operation.\");\n\nexport const redcircleApiStartCollection = action(\"REDCIRCLE_API_START_COLLECTION\", {\n slug: \"redcircle_api-start-collection\",\n name: \"Start Collection\",\n description: \"Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.\",\n input: RedcircleApiStartCollectionInput,\n output: RedcircleApiStartCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EACvH,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,oCAAkDA,IAAAA,EAAE,OAAO;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAE5D,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"start-collection.cjs","names":["z","action"],"sources":["../../src/actions/start-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStartCollectionInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to start. Must be a valid collection ID.\"),\n}).describe(\"Request model for starting a collection.\");\nexport const RedcircleApiStartCollectionOutput = z.object({\n message: z.string().describe(\"Status message or details about the collection start operation.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the collection was successfully started.\").nullable().optional(),\n collection_id: z.string().describe(\"The identifier of the collection that was started.\").nullable().optional(),\n}).passthrough().describe(\"Response model for collection start operation.\");\n\nexport const redcircleApiStartCollection = action(\"REDCIRCLE_API_START_COLLECTION\", {\n slug: \"redcircle_api-start-collection\",\n name: \"Start Collection\",\n description: \"Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.\",\n input: RedcircleApiStartCollectionInput,\n output: RedcircleApiStartCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EACvH,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpH,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChH,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAAgD;AAE1E,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/start-collection.d.ts
4
- declare const RedcircleApiStartCollectionInput: z.ZodTypeAny;
5
- declare const RedcircleApiStartCollectionOutput: z.ZodTypeAny;
6
- declare const redcircleApiStartCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiStartCollectionInput: z.ZodObject<{
5
+ collection_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RedcircleApiStartCollectionOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10
+ collection_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ }, z.core.$loose>;
12
+ declare const redcircleApiStartCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
13
+ collection_id: string;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { redcircleApiStartCollection };
9
17
  //# sourceMappingURL=start-collection.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"start-collection.d.cts","names":[],"sources":["../../src/actions/start-collection.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEM;AAAA,cAC1C,iCAAA,EAAmC,CAAA,CAAE,UAIW;AAAA,cAEhD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"start-collection.d.cts","names":[],"sources":["../../src/actions/start-collection.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAGhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;cAMjC,2BAAA,gCAA2B,wBAAA"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/start-collection.d.ts
4
- declare const RedcircleApiStartCollectionInput: z.ZodTypeAny;
5
- declare const RedcircleApiStartCollectionOutput: z.ZodTypeAny;
6
- declare const redcircleApiStartCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiStartCollectionInput: z.ZodObject<{
5
+ collection_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RedcircleApiStartCollectionOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10
+ collection_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ }, z.core.$loose>;
12
+ declare const redcircleApiStartCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
13
+ collection_id: string;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { redcircleApiStartCollection };
9
17
  //# sourceMappingURL=start-collection.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"start-collection.d.mts","names":[],"sources":["../../src/actions/start-collection.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAEM;AAAA,cAC1C,iCAAA,EAAmC,CAAA,CAAE,UAIW;AAAA,cAEhD,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"start-collection.d.mts","names":[],"sources":["../../src/actions/start-collection.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;cAGhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;cAMjC,2BAAA,gCAA2B,wBAAA"}
@@ -9,7 +9,7 @@ const redcircleApiStartCollection = action("REDCIRCLE_API_START_COLLECTION", {
9
9
  message: z.string().describe("Status message or details about the collection start operation.").nullable().optional(),
10
10
  success: z.boolean().describe("Indicates whether the collection was successfully started.").nullable().optional(),
11
11
  collection_id: z.string().describe("The identifier of the collection that was started.").nullable().optional()
12
- }).describe("Response model for collection start operation.")
12
+ }).passthrough().describe("Response model for collection start operation.")
13
13
  });
14
14
  //#endregion
15
15
  export { redcircleApiStartCollection };
@@ -1 +1 @@
1
- {"version":3,"file":"start-collection.mjs","names":[],"sources":["../../src/actions/start-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStartCollectionInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to start. Must be a valid collection ID.\"),\n}).describe(\"Request model for starting a collection.\");\nexport const RedcircleApiStartCollectionOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Status message or details about the collection start operation.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the collection was successfully started.\").nullable().optional(),\n collection_id: z.string().describe(\"The identifier of the collection that was started.\").nullable().optional(),\n}).describe(\"Response model for collection start operation.\");\n\nexport const redcircleApiStartCollection = action(\"REDCIRCLE_API_START_COLLECTION\", {\n slug: \"redcircle_api-start-collection\",\n name: \"Start Collection\",\n description: \"Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.\",\n input: RedcircleApiStartCollectionInput,\n output: RedcircleApiStartCollectionOutput,\n});\n"],"mappings":";;AAaA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb4D,EAAE,OAAO,EACrE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EACvH,CAAC,CAAC,CAAC,SAAS,0CAWH;CACP,QAX6D,EAAE,OAAO;EACtE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,SAAS,gDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"start-collection.mjs","names":[],"sources":["../../src/actions/start-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStartCollectionInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to start. Must be a valid collection ID.\"),\n}).describe(\"Request model for starting a collection.\");\nexport const RedcircleApiStartCollectionOutput = z.object({\n message: z.string().describe(\"Status message or details about the collection start operation.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the collection was successfully started.\").nullable().optional(),\n collection_id: z.string().describe(\"The identifier of the collection that was started.\").nullable().optional(),\n}).passthrough().describe(\"Response model for collection start operation.\");\n\nexport const redcircleApiStartCollection = action(\"REDCIRCLE_API_START_COLLECTION\", {\n slug: \"redcircle_api-start-collection\",\n name: \"Start Collection\",\n description: \"Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently running.\",\n input: RedcircleApiStartCollectionInput,\n output: RedcircleApiStartCollectionOutput,\n});\n"],"mappings":";;AAaA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAb8C,EAAE,OAAO,EACvD,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,EACvH,CAAC,CAAC,CAAC,SAAS,0CAWH;CACP,QAX+C,EAAE,OAAO;EACxD,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACpH,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAChH,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,gDAOhB;AACV,CAAC"}
@@ -3,14 +3,14 @@ let zod = require("zod");
3
3
  //#region src/actions/stop-all-collections.ts
4
4
  const RedcircleApiStopAllCollectionsInput = zod.z.object({}).describe("Request model for stopping all active collections. No parameters required.");
5
5
  const RedcircleApiStopAllCollections_RequestInfoSchema = zod.z.object({
6
- message: zod.z.string().describe("Human-readable status message"),
7
- success: zod.z.boolean().describe("Indicates successful operation completion")
8
- }).describe("Container for operation status details.");
6
+ message: zod.z.string().describe("Human-readable status message").nullable(),
7
+ success: zod.z.boolean().describe("Indicates successful operation completion").nullable()
8
+ }).passthrough().describe("Container for operation status details.");
9
9
  const RedcircleApiStopAllCollectionsOutput = zod.z.object({
10
10
  request_info: RedcircleApiStopAllCollections_RequestInfoSchema.nullable(),
11
- collections_stopped: zod.z.number().int().describe("Count of collections successfully halted"),
12
- collections_failed_to_stop: zod.z.number().int().describe("Count of collections that failed to stop")
13
- }).describe("Response model for stopping all active collections.");
11
+ collections_stopped: zod.z.number().int().describe("Count of collections successfully halted").nullable(),
12
+ collections_failed_to_stop: zod.z.number().int().describe("Count of collections that failed to stop").nullable()
13
+ }).passthrough().describe("Response model for stopping all active collections.");
14
14
  const redcircleApiStopAllCollections = require_action.action("REDCIRCLE_API_STOP_ALL_COLLECTIONS", {
15
15
  slug: "redcircle_api-stop-all-collections",
16
16
  name: "Stop All Collections",
@@ -1 +1 @@
1
- {"version":3,"file":"stop-all-collections.cjs","names":["z","action"],"sources":["../../src/actions/stop-all-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStopAllCollectionsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for stopping all active collections. No parameters required.\");\nconst RedcircleApiStopAllCollections_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable status message\"),\n success: z.boolean().describe(\"Indicates successful operation completion\"),\n}).describe(\"Container for operation status details.\");\nexport const RedcircleApiStopAllCollectionsOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiStopAllCollections_RequestInfoSchema.nullable(),\n collections_stopped: z.number().int().describe(\"Count of collections successfully halted\"),\n collections_failed_to_stop: z.number().int().describe(\"Count of collections that failed to stop\"),\n}).describe(\"Response model for stopping all active collections.\");\n\nexport const redcircleApiStopAllCollections = action(\"REDCIRCLE_API_STOP_ALL_COLLECTIONS\", {\n slug: \"redcircle_api-stop-all-collections\",\n name: \"Stop All Collections\",\n description: \"Tool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, resetting status to idle. Note: Queued collections receive credit refunds; running collections stop without reimbursement.\",\n input: RedcircleApiStopAllCollectionsInput,\n output: RedcircleApiStopAllCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACnK,MAAM,mDAAiEA,IAAAA,EAAE,OAAO;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC5D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;AAC3E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AACrD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO;CACzE,cAAc,iDAAiD,SAAS;CACxE,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CACzF,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;AAClG,CAAC,CAAC,CAAC,SAAS,qDAAqD;AAEjE,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"stop-all-collections.cjs","names":["z","action"],"sources":["../../src/actions/stop-all-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStopAllCollectionsInput = z.object({}).describe(\"Request model for stopping all active collections. No parameters required.\");\nconst RedcircleApiStopAllCollections_RequestInfoSchema = z.object({\n message: z.string().describe(\"Human-readable status message\").nullable(),\n success: z.boolean().describe(\"Indicates successful operation completion\").nullable(),\n}).passthrough().describe(\"Container for operation status details.\");\nexport const RedcircleApiStopAllCollectionsOutput = z.object({\n request_info: RedcircleApiStopAllCollections_RequestInfoSchema.nullable(),\n collections_stopped: z.number().int().describe(\"Count of collections successfully halted\").nullable(),\n collections_failed_to_stop: z.number().int().describe(\"Count of collections that failed to stop\").nullable(),\n}).passthrough().describe(\"Response model for stopping all active collections.\");\n\nexport const redcircleApiStopAllCollections = action(\"REDCIRCLE_API_STOP_ALL_COLLECTIONS\", {\n slug: \"redcircle_api-stop-all-collections\",\n name: \"Stop All Collections\",\n description: \"Tool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, resetting status to idle. Note: Queued collections receive credit refunds; running collections stop without reimbursement.\",\n input: RedcircleApiStopAllCollectionsInput,\n output: RedcircleApiStopAllCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACrJ,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,yCAAyC;AACnE,MAAa,uCAAuCA,IAAAA,EAAE,OAAO;CAC3D,cAAc,iDAAiD,SAAS;CACxE,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACpG,4BAA4BA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;AAC7G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAAqD;AAE/E,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/stop-all-collections.d.ts
4
- declare const RedcircleApiStopAllCollectionsInput: z.ZodTypeAny;
5
- declare const RedcircleApiStopAllCollectionsOutput: z.ZodTypeAny;
6
- declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiStopAllCollectionsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const RedcircleApiStopAllCollectionsOutput: z.ZodObject<{
6
+ request_info: z.ZodNullable<z.ZodObject<{
7
+ message: z.ZodNullable<z.ZodString>;
8
+ success: z.ZodNullable<z.ZodBoolean>;
9
+ }, z.core.$loose>>;
10
+ collections_stopped: z.ZodNullable<z.ZodNumber>;
11
+ collections_failed_to_stop: z.ZodNullable<z.ZodNumber>;
12
+ }, z.core.$loose>;
13
+ declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
14
  //#endregion
8
15
  export { redcircleApiStopAllCollections };
9
16
  //# sourceMappingURL=stop-all-collections.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stop-all-collections.d.cts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAgH;AAAA,cAKvJ,oCAAA,EAAsC,CAAA,CAAE,UAIa;AAAA,cAErD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"stop-all-collections.d.cts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,16 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/stop-all-collections.d.ts
4
- declare const RedcircleApiStopAllCollectionsInput: z.ZodTypeAny;
5
- declare const RedcircleApiStopAllCollectionsOutput: z.ZodTypeAny;
6
- declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiStopAllCollectionsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const RedcircleApiStopAllCollectionsOutput: z.ZodObject<{
6
+ request_info: z.ZodNullable<z.ZodObject<{
7
+ message: z.ZodNullable<z.ZodString>;
8
+ success: z.ZodNullable<z.ZodBoolean>;
9
+ }, z.core.$loose>>;
10
+ collections_stopped: z.ZodNullable<z.ZodNumber>;
11
+ collections_failed_to_stop: z.ZodNullable<z.ZodNumber>;
12
+ }, z.core.$loose>;
13
+ declare const redcircleApiStopAllCollections: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
14
  //#endregion
8
15
  export { redcircleApiStopAllCollections };
9
16
  //# sourceMappingURL=stop-all-collections.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stop-all-collections.d.mts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAAgH;AAAA,cAKvJ,oCAAA,EAAsC,CAAA,CAAE,UAIa;AAAA,cAErD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"stop-all-collections.d.mts","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAKnC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;cAMpC,8BAAA,gCAA8B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -3,9 +3,9 @@ import { z } from "zod";
3
3
  //#region src/actions/stop-all-collections.ts
4
4
  const RedcircleApiStopAllCollectionsInput = z.object({}).describe("Request model for stopping all active collections. No parameters required.");
5
5
  const RedcircleApiStopAllCollections_RequestInfoSchema = z.object({
6
- message: z.string().describe("Human-readable status message"),
7
- success: z.boolean().describe("Indicates successful operation completion")
8
- }).describe("Container for operation status details.");
6
+ message: z.string().describe("Human-readable status message").nullable(),
7
+ success: z.boolean().describe("Indicates successful operation completion").nullable()
8
+ }).passthrough().describe("Container for operation status details.");
9
9
  const redcircleApiStopAllCollections = action("REDCIRCLE_API_STOP_ALL_COLLECTIONS", {
10
10
  slug: "redcircle_api-stop-all-collections",
11
11
  name: "Stop All Collections",
@@ -13,9 +13,9 @@ const redcircleApiStopAllCollections = action("REDCIRCLE_API_STOP_ALL_COLLECTION
13
13
  input: RedcircleApiStopAllCollectionsInput,
14
14
  output: z.object({
15
15
  request_info: RedcircleApiStopAllCollections_RequestInfoSchema.nullable(),
16
- collections_stopped: z.number().int().describe("Count of collections successfully halted"),
17
- collections_failed_to_stop: z.number().int().describe("Count of collections that failed to stop")
18
- }).describe("Response model for stopping all active collections.")
16
+ collections_stopped: z.number().int().describe("Count of collections successfully halted").nullable(),
17
+ collections_failed_to_stop: z.number().int().describe("Count of collections that failed to stop").nullable()
18
+ }).passthrough().describe("Response model for stopping all active collections.")
19
19
  });
20
20
  //#endregion
21
21
  export { redcircleApiStopAllCollections };
@@ -1 +1 @@
1
- {"version":3,"file":"stop-all-collections.mjs","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStopAllCollectionsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for stopping all active collections. No parameters required.\");\nconst RedcircleApiStopAllCollections_RequestInfoSchema: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable status message\"),\n success: z.boolean().describe(\"Indicates successful operation completion\"),\n}).describe(\"Container for operation status details.\");\nexport const RedcircleApiStopAllCollectionsOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiStopAllCollections_RequestInfoSchema.nullable(),\n collections_stopped: z.number().int().describe(\"Count of collections successfully halted\"),\n collections_failed_to_stop: z.number().int().describe(\"Count of collections that failed to stop\"),\n}).describe(\"Response model for stopping all active collections.\");\n\nexport const redcircleApiStopAllCollections = action(\"REDCIRCLE_API_STOP_ALL_COLLECTIONS\", {\n slug: \"redcircle_api-stop-all-collections\",\n name: \"Stop All Collections\",\n description: \"Tool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, resetting status to idle. Note: Queued collections receive credit refunds; running collections stop without reimbursement.\",\n input: RedcircleApiStopAllCollectionsInput,\n output: RedcircleApiStopAllCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACnK,MAAM,mDAAiE,EAAE,OAAO;CAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CAC5D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,2CAA2C;AAC3E,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAOrD,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXgE,EAAE,OAAO;EACzE,cAAc,iDAAiD,SAAS;EACxE,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;EACzF,4BAA4B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C;CAClG,CAAC,CAAC,CAAC,SAAS,qDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"stop-all-collections.mjs","names":[],"sources":["../../src/actions/stop-all-collections.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStopAllCollectionsInput = z.object({}).describe(\"Request model for stopping all active collections. No parameters required.\");\nconst RedcircleApiStopAllCollections_RequestInfoSchema = z.object({\n message: z.string().describe(\"Human-readable status message\").nullable(),\n success: z.boolean().describe(\"Indicates successful operation completion\").nullable(),\n}).passthrough().describe(\"Container for operation status details.\");\nexport const RedcircleApiStopAllCollectionsOutput = z.object({\n request_info: RedcircleApiStopAllCollections_RequestInfoSchema.nullable(),\n collections_stopped: z.number().int().describe(\"Count of collections successfully halted\").nullable(),\n collections_failed_to_stop: z.number().int().describe(\"Count of collections that failed to stop\").nullable(),\n}).passthrough().describe(\"Response model for stopping all active collections.\");\n\nexport const redcircleApiStopAllCollections = action(\"REDCIRCLE_API_STOP_ALL_COLLECTIONS\", {\n slug: \"redcircle_api-stop-all-collections\",\n name: \"Stop All Collections\",\n description: \"Tool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, resetting status to idle. Note: Queued collections receive credit refunds; running collections stop without reimbursement.\",\n input: RedcircleApiStopAllCollectionsInput,\n output: RedcircleApiStopAllCollectionsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,4EAA4E;AACrJ,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,yCAAyC;AAOnE,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAXkD,EAAE,OAAO;EAC3D,cAAc,iDAAiD,SAAS;EACxE,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;EACpG,4BAA4B,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC7G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qDAOhB;AACV,CAAC"}
@@ -4,9 +4,9 @@ let zod = require("zod");
4
4
  const RedcircleApiStopCollectionInput = zod.z.object({ collection_id: zod.z.string().describe("The unique identifier of the collection to stop. The collection must be in queued or running state.") }).describe("Request model for stopping an active collection in queued or running state.");
5
5
  const RedcircleApiStopCollectionOutput = zod.z.object({
6
6
  message: zod.z.string().describe("Additional message providing details about the stop operation or failure reason.").nullable().optional(),
7
- success: zod.z.boolean().describe("Indicates whether the collection was successfully stopped."),
7
+ success: zod.z.boolean().describe("Indicates whether the collection was successfully stopped.").nullable(),
8
8
  collection_id: zod.z.string().describe("The identifier of the collection that was stopped.").nullable().optional()
9
- }).describe("Response model for stop collection operation. Indicates whether the collection was successfully stopped.");
9
+ }).passthrough().describe("Response model for stop collection operation. Indicates whether the collection was successfully stopped.");
10
10
  const redcircleApiStopCollection = require_action.action("REDCIRCLE_API_STOP_COLLECTION", {
11
11
  slug: "redcircle_api-stop-collection",
12
12
  name: "Stop Collection",
@@ -1 +1 @@
1
- {"version":3,"file":"stop-collection.cjs","names":["z","action"],"sources":["../../src/actions/stop-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStopCollectionInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to stop. The collection must be in queued or running state.\"),\n}).describe(\"Request model for stopping an active collection in queued or running state.\");\nexport const RedcircleApiStopCollectionOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Additional message providing details about the stop operation or failure reason.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the collection was successfully stopped.\"),\n collection_id: z.string().describe(\"The identifier of the collection that was stopped.\").nullable().optional(),\n}).describe(\"Response model for stop collection operation. Indicates whether the collection was successfully stopped.\");\n\nexport const redcircleApiStopCollection = action(\"REDCIRCLE_API_STOP_COLLECTION\", {\n slug: \"redcircle_api-stop-collection\",\n name: \"Stop Collection\",\n description: \"Tool to halt an active collection in queued or running state. Use when you need to stop a collection that is currently processing. Collections in queued status receive full credit refunds, while running collections are stopped without refunds.\",\n input: RedcircleApiStopCollectionInput,\n output: RedcircleApiStopCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,EAC1I,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAa,mCAAiDA,IAAAA,EAAE,OAAO;CACrE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D;CAC1F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,SAAS,0GAA0G;AAEtH,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"stop-collection.cjs","names":["z","action"],"sources":["../../src/actions/stop-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiStopCollectionInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to stop. The collection must be in queued or running state.\"),\n}).describe(\"Request model for stopping an active collection in queued or running state.\");\nexport const RedcircleApiStopCollectionOutput = z.object({\n message: z.string().describe(\"Additional message providing details about the stop operation or failure reason.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates whether the collection was successfully stopped.\").nullable(),\n collection_id: z.string().describe(\"The identifier of the collection that was stopped.\").nullable().optional(),\n}).passthrough().describe(\"Response model for stop collection operation. Indicates whether the collection was successfully stopped.\");\n\nexport const redcircleApiStopCollection = action(\"REDCIRCLE_API_STOP_COLLECTION\", {\n slug: \"redcircle_api-stop-collection\",\n name: \"Stop Collection\",\n description: \"Tool to halt an active collection in queued or running state. Use when you need to stop a collection that is currently processing. Collections in queued status receive full credit refunds, while running collections are stopped without refunds.\",\n input: RedcircleApiStopCollectionInput,\n output: RedcircleApiStopCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qGAAqG,EAC1I,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kFAAkF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrI,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;CACrG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0GAA0G;AAEpI,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/stop-collection.d.ts
4
- declare const RedcircleApiStopCollectionInput: z.ZodTypeAny;
5
- declare const RedcircleApiStopCollectionOutput: z.ZodTypeAny;
6
- declare const redcircleApiStopCollection: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiStopCollectionInput: z.ZodObject<{
5
+ collection_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RedcircleApiStopCollectionOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodNullable<z.ZodBoolean>;
10
+ collection_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ }, z.core.$loose>;
12
+ declare const redcircleApiStopCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
13
+ collection_id: string;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { redcircleApiStopCollection };
9
17
  //# sourceMappingURL=stop-collection.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"stop-collection.d.cts","names":[],"sources":["../../src/actions/stop-collection.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE0C;AAAA,cAC7E,gCAAA,EAAkC,CAAA,CAAE,UAIsE;AAAA,cAE1G,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"stop-collection.d.cts","names":[],"sources":["../../src/actions/stop-collection.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAG/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;cAMhC,0BAAA,gCAA0B,wBAAA"}