@keystrokehq/redcircle_api 0.1.0 → 0.1.2

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 (253) 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 +2 -2
  4. package/dist/actions/add-zipcodes.cjs.map +1 -1
  5. package/dist/actions/add-zipcodes.d.cts +18 -3
  6. package/dist/actions/add-zipcodes.d.cts.map +1 -1
  7. package/dist/actions/add-zipcodes.d.mts +18 -3
  8. package/dist/actions/add-zipcodes.d.mts.map +1 -1
  9. package/dist/actions/add-zipcodes.mjs +2 -2
  10. package/dist/actions/add-zipcodes.mjs.map +1 -1
  11. package/dist/actions/clear-collection-requests.cjs +2 -2
  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 +2 -2
  18. package/dist/actions/clear-collection-requests.mjs.map +1 -1
  19. package/dist/actions/create-collection.cjs.map +1 -1
  20. package/dist/actions/create-collection.d.cts +87 -3
  21. package/dist/actions/create-collection.d.cts.map +1 -1
  22. package/dist/actions/create-collection.d.mts +87 -3
  23. package/dist/actions/create-collection.d.mts.map +1 -1
  24. package/dist/actions/create-collection.mjs.map +1 -1
  25. package/dist/actions/create-destination.cjs +2 -2
  26. package/dist/actions/create-destination.cjs.map +1 -1
  27. package/dist/actions/create-destination.d.cts +62 -3
  28. package/dist/actions/create-destination.d.cts.map +1 -1
  29. package/dist/actions/create-destination.d.mts +62 -3
  30. package/dist/actions/create-destination.d.mts.map +1 -1
  31. package/dist/actions/create-destination.mjs +2 -2
  32. package/dist/actions/create-destination.mjs.map +1 -1
  33. package/dist/actions/create-requests.cjs +2 -2
  34. package/dist/actions/create-requests.cjs.map +1 -1
  35. package/dist/actions/create-requests.d.cts +28 -3
  36. package/dist/actions/create-requests.d.cts.map +1 -1
  37. package/dist/actions/create-requests.d.mts +28 -3
  38. package/dist/actions/create-requests.d.mts.map +1 -1
  39. package/dist/actions/create-requests.mjs +2 -2
  40. package/dist/actions/create-requests.mjs.map +1 -1
  41. package/dist/actions/delete-collection.cjs +2 -2
  42. package/dist/actions/delete-collection.cjs.map +1 -1
  43. package/dist/actions/delete-collection.d.cts +12 -3
  44. package/dist/actions/delete-collection.d.cts.map +1 -1
  45. package/dist/actions/delete-collection.d.mts +12 -3
  46. package/dist/actions/delete-collection.d.mts.map +1 -1
  47. package/dist/actions/delete-collection.mjs +2 -2
  48. package/dist/actions/delete-collection.mjs.map +1 -1
  49. package/dist/actions/delete-destination.cjs +2 -2
  50. package/dist/actions/delete-destination.cjs.map +1 -1
  51. package/dist/actions/delete-destination.d.cts +12 -3
  52. package/dist/actions/delete-destination.d.cts.map +1 -1
  53. package/dist/actions/delete-destination.d.mts +12 -3
  54. package/dist/actions/delete-destination.d.mts.map +1 -1
  55. package/dist/actions/delete-destination.mjs +2 -2
  56. package/dist/actions/delete-destination.mjs.map +1 -1
  57. package/dist/actions/delete-request.cjs +2 -2
  58. package/dist/actions/delete-request.cjs.map +1 -1
  59. package/dist/actions/delete-request.d.cts +14 -3
  60. package/dist/actions/delete-request.d.cts.map +1 -1
  61. package/dist/actions/delete-request.d.mts +14 -3
  62. package/dist/actions/delete-request.d.mts.map +1 -1
  63. package/dist/actions/delete-request.mjs +2 -2
  64. package/dist/actions/delete-request.mjs.map +1 -1
  65. package/dist/actions/delete-requests-bulk.cjs +2 -2
  66. package/dist/actions/delete-requests-bulk.cjs.map +1 -1
  67. package/dist/actions/delete-requests-bulk.d.cts +14 -3
  68. package/dist/actions/delete-requests-bulk.d.cts.map +1 -1
  69. package/dist/actions/delete-requests-bulk.d.mts +14 -3
  70. package/dist/actions/delete-requests-bulk.d.mts.map +1 -1
  71. package/dist/actions/delete-requests-bulk.mjs +2 -2
  72. package/dist/actions/delete-requests-bulk.mjs.map +1 -1
  73. package/dist/actions/delete-zipcodes.cjs +2 -2
  74. package/dist/actions/delete-zipcodes.cjs.map +1 -1
  75. package/dist/actions/delete-zipcodes.d.cts +18 -3
  76. package/dist/actions/delete-zipcodes.d.cts.map +1 -1
  77. package/dist/actions/delete-zipcodes.d.mts +18 -3
  78. package/dist/actions/delete-zipcodes.d.mts.map +1 -1
  79. package/dist/actions/delete-zipcodes.mjs +2 -2
  80. package/dist/actions/delete-zipcodes.mjs.map +1 -1
  81. package/dist/actions/get-account.cjs.map +1 -1
  82. package/dist/actions/get-account.d.cts +36 -3
  83. package/dist/actions/get-account.d.cts.map +1 -1
  84. package/dist/actions/get-account.d.mts +36 -3
  85. package/dist/actions/get-account.d.mts.map +1 -1
  86. package/dist/actions/get-account.mjs.map +1 -1
  87. package/dist/actions/get-collection.cjs +8 -8
  88. package/dist/actions/get-collection.cjs.map +1 -1
  89. package/dist/actions/get-collection.d.cts +36 -3
  90. package/dist/actions/get-collection.d.cts.map +1 -1
  91. package/dist/actions/get-collection.d.mts +36 -3
  92. package/dist/actions/get-collection.d.mts.map +1 -1
  93. package/dist/actions/get-collection.mjs +8 -8
  94. package/dist/actions/get-collection.mjs.map +1 -1
  95. package/dist/actions/get-requests-csv-links.cjs +4 -4
  96. package/dist/actions/get-requests-csv-links.cjs.map +1 -1
  97. package/dist/actions/get-requests-csv-links.d.cts +17 -3
  98. package/dist/actions/get-requests-csv-links.d.cts.map +1 -1
  99. package/dist/actions/get-requests-csv-links.d.mts +17 -3
  100. package/dist/actions/get-requests-csv-links.d.mts.map +1 -1
  101. package/dist/actions/get-requests-csv-links.mjs +4 -4
  102. package/dist/actions/get-requests-csv-links.mjs.map +1 -1
  103. package/dist/actions/get-requests-json-links.cjs +4 -4
  104. package/dist/actions/get-requests-json-links.cjs.map +1 -1
  105. package/dist/actions/get-requests-json-links.d.cts +17 -3
  106. package/dist/actions/get-requests-json-links.d.cts.map +1 -1
  107. package/dist/actions/get-requests-json-links.d.mts +17 -3
  108. package/dist/actions/get-requests-json-links.d.mts.map +1 -1
  109. package/dist/actions/get-requests-json-links.mjs +4 -4
  110. package/dist/actions/get-requests-json-links.mjs.map +1 -1
  111. package/dist/actions/get-result-set-csv.cjs +10 -10
  112. package/dist/actions/get-result-set-csv.cjs.map +1 -1
  113. package/dist/actions/get-result-set-csv.d.cts +43 -3
  114. package/dist/actions/get-result-set-csv.d.cts.map +1 -1
  115. package/dist/actions/get-result-set-csv.d.mts +43 -3
  116. package/dist/actions/get-result-set-csv.d.mts.map +1 -1
  117. package/dist/actions/get-result-set-csv.mjs +10 -10
  118. package/dist/actions/get-result-set-csv.mjs.map +1 -1
  119. package/dist/actions/get-result-set-json.cjs +10 -10
  120. package/dist/actions/get-result-set-json.cjs.map +1 -1
  121. package/dist/actions/get-result-set-json.d.cts +39 -3
  122. package/dist/actions/get-result-set-json.d.cts.map +1 -1
  123. package/dist/actions/get-result-set-json.d.mts +39 -3
  124. package/dist/actions/get-result-set-json.d.mts.map +1 -1
  125. package/dist/actions/get-result-set-json.mjs +10 -10
  126. package/dist/actions/get-result-set-json.mjs.map +1 -1
  127. package/dist/actions/get-result-set-jsonlines.cjs +10 -10
  128. package/dist/actions/get-result-set-jsonlines.cjs.map +1 -1
  129. package/dist/actions/get-result-set-jsonlines.d.cts +56 -3
  130. package/dist/actions/get-result-set-jsonlines.d.cts.map +1 -1
  131. package/dist/actions/get-result-set-jsonlines.d.mts +56 -3
  132. package/dist/actions/get-result-set-jsonlines.d.mts.map +1 -1
  133. package/dist/actions/get-result-set-jsonlines.mjs +10 -10
  134. package/dist/actions/get-result-set-jsonlines.mjs.map +1 -1
  135. package/dist/actions/get-target-product-data.cjs +1 -1
  136. package/dist/actions/get-target-product-data.cjs.map +1 -1
  137. package/dist/actions/get-target-product-data.d.cts +112 -3
  138. package/dist/actions/get-target-product-data.d.cts.map +1 -1
  139. package/dist/actions/get-target-product-data.d.mts +112 -3
  140. package/dist/actions/get-target-product-data.d.mts.map +1 -1
  141. package/dist/actions/get-target-product-data.mjs +1 -1
  142. package/dist/actions/get-target-product-data.mjs.map +1 -1
  143. package/dist/actions/list-categories.cjs +1 -1
  144. package/dist/actions/list-categories.cjs.map +1 -1
  145. package/dist/actions/list-categories.d.cts +63 -3
  146. package/dist/actions/list-categories.d.cts.map +1 -1
  147. package/dist/actions/list-categories.d.mts +63 -3
  148. package/dist/actions/list-categories.d.mts.map +1 -1
  149. package/dist/actions/list-categories.mjs +1 -1
  150. package/dist/actions/list-categories.mjs.map +1 -1
  151. package/dist/actions/list-collections.cjs.map +1 -1
  152. package/dist/actions/list-collections.d.cts +71 -3
  153. package/dist/actions/list-collections.d.cts.map +1 -1
  154. package/dist/actions/list-collections.d.mts +71 -3
  155. package/dist/actions/list-collections.d.mts.map +1 -1
  156. package/dist/actions/list-collections.mjs.map +1 -1
  157. package/dist/actions/list-destinations.cjs +9 -9
  158. package/dist/actions/list-destinations.cjs.map +1 -1
  159. package/dist/actions/list-destinations.d.cts +37 -3
  160. package/dist/actions/list-destinations.d.cts.map +1 -1
  161. package/dist/actions/list-destinations.d.mts +37 -3
  162. package/dist/actions/list-destinations.d.mts.map +1 -1
  163. package/dist/actions/list-destinations.mjs +9 -9
  164. package/dist/actions/list-destinations.mjs.map +1 -1
  165. package/dist/actions/list-error-logs.cjs +6 -6
  166. package/dist/actions/list-error-logs.cjs.map +1 -1
  167. package/dist/actions/list-error-logs.d.cts +30 -3
  168. package/dist/actions/list-error-logs.d.cts.map +1 -1
  169. package/dist/actions/list-error-logs.d.mts +30 -3
  170. package/dist/actions/list-error-logs.d.mts.map +1 -1
  171. package/dist/actions/list-error-logs.mjs +6 -6
  172. package/dist/actions/list-error-logs.mjs.map +1 -1
  173. package/dist/actions/list-requests-by-page.cjs +6 -6
  174. package/dist/actions/list-requests-by-page.cjs.map +1 -1
  175. package/dist/actions/list-requests-by-page.d.cts +22 -3
  176. package/dist/actions/list-requests-by-page.d.cts.map +1 -1
  177. package/dist/actions/list-requests-by-page.d.mts +22 -3
  178. package/dist/actions/list-requests-by-page.d.mts.map +1 -1
  179. package/dist/actions/list-requests-by-page.mjs +6 -6
  180. package/dist/actions/list-requests-by-page.mjs.map +1 -1
  181. package/dist/actions/list-result-sets.cjs +20 -20
  182. package/dist/actions/list-result-sets.cjs.map +1 -1
  183. package/dist/actions/list-result-sets.d.cts +41 -3
  184. package/dist/actions/list-result-sets.d.cts.map +1 -1
  185. package/dist/actions/list-result-sets.d.mts +41 -3
  186. package/dist/actions/list-result-sets.d.mts.map +1 -1
  187. package/dist/actions/list-result-sets.mjs +20 -20
  188. package/dist/actions/list-result-sets.mjs.map +1 -1
  189. package/dist/actions/list-zipcodes.cjs +4 -4
  190. package/dist/actions/list-zipcodes.cjs.map +1 -1
  191. package/dist/actions/list-zipcodes.d.cts +21 -3
  192. package/dist/actions/list-zipcodes.d.cts.map +1 -1
  193. package/dist/actions/list-zipcodes.d.mts +21 -3
  194. package/dist/actions/list-zipcodes.d.mts.map +1 -1
  195. package/dist/actions/list-zipcodes.mjs +4 -4
  196. package/dist/actions/list-zipcodes.mjs.map +1 -1
  197. package/dist/actions/resend-webhook.cjs +2 -2
  198. package/dist/actions/resend-webhook.cjs.map +1 -1
  199. package/dist/actions/resend-webhook.d.cts +14 -3
  200. package/dist/actions/resend-webhook.d.cts.map +1 -1
  201. package/dist/actions/resend-webhook.d.mts +14 -3
  202. package/dist/actions/resend-webhook.d.mts.map +1 -1
  203. package/dist/actions/resend-webhook.mjs +2 -2
  204. package/dist/actions/resend-webhook.mjs.map +1 -1
  205. package/dist/actions/start-collection.cjs.map +1 -1
  206. package/dist/actions/start-collection.d.cts +11 -3
  207. package/dist/actions/start-collection.d.cts.map +1 -1
  208. package/dist/actions/start-collection.d.mts +11 -3
  209. package/dist/actions/start-collection.d.mts.map +1 -1
  210. package/dist/actions/start-collection.mjs.map +1 -1
  211. package/dist/actions/stop-all-collections.cjs +4 -4
  212. package/dist/actions/stop-all-collections.cjs.map +1 -1
  213. package/dist/actions/stop-all-collections.d.cts +10 -3
  214. package/dist/actions/stop-all-collections.d.cts.map +1 -1
  215. package/dist/actions/stop-all-collections.d.mts +10 -3
  216. package/dist/actions/stop-all-collections.d.mts.map +1 -1
  217. package/dist/actions/stop-all-collections.mjs +4 -4
  218. package/dist/actions/stop-all-collections.mjs.map +1 -1
  219. package/dist/actions/stop-collection.cjs +1 -1
  220. package/dist/actions/stop-collection.cjs.map +1 -1
  221. package/dist/actions/stop-collection.d.cts +11 -3
  222. package/dist/actions/stop-collection.d.cts.map +1 -1
  223. package/dist/actions/stop-collection.d.mts +11 -3
  224. package/dist/actions/stop-collection.d.mts.map +1 -1
  225. package/dist/actions/stop-collection.mjs +1 -1
  226. package/dist/actions/stop-collection.mjs.map +1 -1
  227. package/dist/actions/update-collection.cjs.map +1 -1
  228. package/dist/actions/update-collection.d.cts +69 -3
  229. package/dist/actions/update-collection.d.cts.map +1 -1
  230. package/dist/actions/update-collection.d.mts +69 -3
  231. package/dist/actions/update-collection.d.mts.map +1 -1
  232. package/dist/actions/update-collection.mjs.map +1 -1
  233. package/dist/actions/update-destination.cjs +4 -4
  234. package/dist/actions/update-destination.cjs.map +1 -1
  235. package/dist/actions/update-destination.d.cts +82 -3
  236. package/dist/actions/update-destination.d.cts.map +1 -1
  237. package/dist/actions/update-destination.d.mts +82 -3
  238. package/dist/actions/update-destination.d.mts.map +1 -1
  239. package/dist/actions/update-destination.mjs +4 -4
  240. package/dist/actions/update-destination.mjs.map +1 -1
  241. package/dist/actions/update-request.cjs.map +1 -1
  242. package/dist/actions/update-request.d.cts +24 -3
  243. package/dist/actions/update-request.d.cts.map +1 -1
  244. package/dist/actions/update-request.d.mts +24 -3
  245. package/dist/actions/update-request.d.mts.map +1 -1
  246. package/dist/actions/update-request.mjs.map +1 -1
  247. package/dist/catalog.cjs +7 -1
  248. package/dist/catalog.cjs.map +1 -1
  249. package/dist/catalog.d.cts +8 -0
  250. package/dist/catalog.d.mts +8 -0
  251. package/dist/catalog.mjs +7 -1
  252. package/dist/catalog.mjs.map +1 -1
  253. package/package.json +2 -2
@@ -3,8 +3,8 @@ import { z } from "zod";
3
3
  //#region src/actions/delete-destination.ts
4
4
  const RedcircleApiDeleteDestinationInput = z.object({ destination_id: z.string().describe("The unique identifier of the destination to be removed") }).describe("Request model for deleting a destination by ID.");
5
5
  const RedcircleApiDeleteDestination_RequestInfoSchema = z.object({
6
- message: z.string().describe("Confirmation message (e.g., '1 Destination deleted') or error details"),
7
- success: z.boolean().describe("Indicates whether the deletion was successful")
6
+ message: z.string().describe("Confirmation message (e.g., '1 Destination deleted') or error details").nullable(),
7
+ success: z.boolean().describe("Indicates whether the deletion was successful").nullable()
8
8
  }).describe("Contains deletion status information.");
9
9
  const redcircleApiDeleteDestination = action("REDCIRCLE_API_DELETE_DESTINATION", {
10
10
  slug: "redcircle_api-delete-destination",
@@ -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.ZodTypeAny = 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.ZodTypeAny = z.object({\n message: z.string().describe(\"Confirmation message (e.g., '1 Destination deleted') or error details\"),\n success: z.boolean().describe(\"Indicates whether the deletion was successful\"),\n}).describe(\"Contains deletion status information.\");\nexport const RedcircleApiDeleteDestinationOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiDeleteDestination_RequestInfoSchema.nullable(),\n}).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,qCAAmD,EAAE,OAAO,EACvE,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,EAC9F,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,kDAAgE,EAAE,OAAO;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,uEAAuE;CACpG,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,+CAA+C;AAC/E,CAAC,CAAC,CAAC,SAAS,uCAAuC;AAKnD,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+D,EAAE,OAAO,EACxE,cAAc,gDAAgD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
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}).describe(\"Contains deletion status information.\");\nexport const RedcircleApiDeleteDestinationOutput = z.object({\n request_info: RedcircleApiDeleteDestination_RequestInfoSchema.nullable(),\n}).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,SAAS,uCAAuC;AAKnD,MAAa,gCAAgC,OAAO,oCAAoC;CACtF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,cAAc,gDAAgD,SAAS,EACzE,CAAC,CAAC,CAAC,SAAS,0CAOF;AACV,CAAC"}
@@ -6,8 +6,8 @@ const RedcircleApiDeleteRequestInput = zod.z.object({
6
6
  collection_id: zod.z.string().describe("The unique identifier for the collection containing the request. Collections must not be actively running to delete requests.")
7
7
  }).describe("Request model for deleting a request from a collection.");
8
8
  const RedcircleApiDeleteRequest_RequestInfoSchema = zod.z.object({
9
- message: zod.z.string().describe("Descriptive message about the operation result."),
10
- success: zod.z.boolean().describe("Indicates if deletion succeeded.")
9
+ message: zod.z.string().describe("Descriptive message about the operation result.").nullable(),
10
+ success: zod.z.boolean().describe("Indicates if deletion succeeded.").nullable()
11
11
  }).describe("Contains the operation result details.");
12
12
  const RedcircleApiDeleteRequestOutput = zod.z.object({ request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable() }).describe("Response model for deleting a request from a collection.");
13
13
  const redcircleApiDeleteRequest = require_action.action("REDCIRCLE_API_DELETE_REQUEST", {
@@ -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.ZodTypeAny = 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.ZodTypeAny = z.object({\n message: z.string().describe(\"Descriptive message about the operation result.\"),\n success: z.boolean().describe(\"Indicates if deletion succeeded.\"),\n}).describe(\"Contains the operation result details.\");\nexport const RedcircleApiDeleteRequestOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable(),\n}).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,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,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,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC9E,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,kCAAkC;AAClE,CAAC,CAAC,CAAC,SAAS,wCAAwC;AACpD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,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 { 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}).describe(\"Contains the operation result details.\");\nexport const RedcircleApiDeleteRequestOutput = z.object({\n request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable(),\n}).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,SAAS,wCAAwC;AACpD,MAAa,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,0DAA0D;AAEtE,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/delete-request.d.ts
4
- declare const RedcircleApiDeleteRequestInput: z.ZodTypeAny;
5
- declare const RedcircleApiDeleteRequestOutput: z.ZodTypeAny;
6
- declare const redcircleApiDeleteRequest: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiDeleteRequestInput: z.ZodObject<{
5
+ request_id: z.ZodString;
6
+ collection_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const RedcircleApiDeleteRequestOutput: z.ZodObject<{
9
+ request_info: z.ZodNullable<z.ZodObject<{
10
+ message: z.ZodNullable<z.ZodString>;
11
+ success: z.ZodNullable<z.ZodBoolean>;
12
+ }, z.core.$strip>>;
13
+ }, z.core.$strip>;
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]>;
7
18
  //#endregion
8
19
  export { redcircleApiDeleteRequest };
9
20
  //# 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,EAAgC,CAAA,CAAE,UAGuB;AAAA,cAKzD,+BAAA,EAAiC,CAAA,CAAE,UAEuB;AAAA,cAE1D,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-request.d.ts
4
- declare const RedcircleApiDeleteRequestInput: z.ZodTypeAny;
5
- declare const RedcircleApiDeleteRequestOutput: z.ZodTypeAny;
6
- declare const redcircleApiDeleteRequest: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiDeleteRequestInput: z.ZodObject<{
5
+ request_id: z.ZodString;
6
+ collection_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const RedcircleApiDeleteRequestOutput: z.ZodObject<{
9
+ request_info: z.ZodNullable<z.ZodObject<{
10
+ message: z.ZodNullable<z.ZodString>;
11
+ success: z.ZodNullable<z.ZodBoolean>;
12
+ }, z.core.$strip>>;
13
+ }, z.core.$strip>;
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]>;
7
18
  //#endregion
8
19
  export { redcircleApiDeleteRequest };
9
20
  //# 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,EAAgC,CAAA,CAAE,UAGuB;AAAA,cAKzD,+BAAA,EAAiC,CAAA,CAAE,UAEuB;AAAA,cAE1D,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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"}
@@ -6,8 +6,8 @@ const RedcircleApiDeleteRequestInput = z.object({
6
6
  collection_id: z.string().describe("The unique identifier for the collection containing the request. Collections must not be actively running to delete requests.")
7
7
  }).describe("Request model for deleting a request from a collection.");
8
8
  const RedcircleApiDeleteRequest_RequestInfoSchema = z.object({
9
- message: z.string().describe("Descriptive message about the operation result."),
10
- success: z.boolean().describe("Indicates if deletion succeeded.")
9
+ message: z.string().describe("Descriptive message about the operation result.").nullable(),
10
+ success: z.boolean().describe("Indicates if deletion succeeded.").nullable()
11
11
  }).describe("Contains the operation result details.");
12
12
  const redcircleApiDeleteRequest = action("REDCIRCLE_API_DELETE_REQUEST", {
13
13
  slug: "redcircle_api-delete-request",
@@ -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.ZodTypeAny = 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.ZodTypeAny = z.object({\n message: z.string().describe(\"Descriptive message about the operation result.\"),\n success: z.boolean().describe(\"Indicates if deletion succeeded.\"),\n}).describe(\"Contains the operation result details.\");\nexport const RedcircleApiDeleteRequestOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable(),\n}).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,iCAA+C,EAAE,OAAO;CACnE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8EAA8E;CAC9G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+HAA+H;AACpK,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,kCAAkC;AAClE,CAAC,CAAC,CAAC,SAAS,wCAAwC;AAKpD,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,0DAOF;AACV,CAAC"}
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}).describe(\"Contains the operation result details.\");\nexport const RedcircleApiDeleteRequestOutput = z.object({\n request_info: RedcircleApiDeleteRequest_RequestInfoSchema.nullable(),\n}).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,SAAS,wCAAwC;AAKpD,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6C,EAAE,OAAO,EACtD,cAAc,4CAA4C,SAAS,EACrE,CAAC,CAAC,CAAC,SAAS,0DAOF;AACV,CAAC"}
@@ -6,8 +6,8 @@ const RedcircleApiDeleteRequestsBulkInput = zod.z.object({
6
6
  collection_id: zod.z.string().describe("The identifier of the collection containing requests to delete")
7
7
  }).describe("Request model for bulk deletion of requests from a collection.");
8
8
  const RedcircleApiDeleteRequestsBulk_RequestInfoSchema = zod.z.object({
9
- message: zod.z.string().describe("Confirmation or error details"),
10
- success: zod.z.boolean().describe("Indicates whether deletion was successful")
9
+ message: zod.z.string().describe("Confirmation or error details").nullable(),
10
+ success: zod.z.boolean().describe("Indicates whether deletion was successful").nullable()
11
11
  }).describe("Information about the deletion result.");
12
12
  const RedcircleApiDeleteRequestsBulkOutput = zod.z.object({ request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable() }).describe("Response model for bulk request deletion.");
13
13
  const redcircleApiDeleteRequestsBulk = require_action.action("REDCIRCLE_API_DELETE_REQUESTS_BULK", {
@@ -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.ZodTypeAny = 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.ZodTypeAny = z.object({\n message: z.string().describe(\"Confirmation or error details\"),\n success: z.boolean().describe(\"Indicates whether deletion was successful\"),\n}).describe(\"Information about the deletion result.\");\nexport const RedcircleApiDeleteRequestsBulkOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable(),\n}).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,sCAAoDA,IAAAA,EAAE,OAAO;CACxE,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,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,wCAAwC;AACpD,MAAa,uCAAqDA,IAAAA,EAAE,OAAO,EACzE,cAAc,iDAAiD,SAAS,EAC1E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,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 { 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}).describe(\"Information about the deletion result.\");\nexport const RedcircleApiDeleteRequestsBulkOutput = z.object({\n request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable(),\n}).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,SAAS,wCAAwC;AACpD,MAAa,uCAAuCA,IAAAA,EAAE,OAAO,EAC3D,cAAc,iDAAiD,SAAS,EAC1E,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAEvD,MAAa,iCAAiCC,eAAAA,OAAO,sCAAsC;CACzF,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/delete-requests-bulk.d.ts
4
- declare const RedcircleApiDeleteRequestsBulkInput: z.ZodTypeAny;
5
- declare const RedcircleApiDeleteRequestsBulkOutput: z.ZodTypeAny;
6
- declare const redcircleApiDeleteRequestsBulk: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiDeleteRequestsBulkInput: z.ZodObject<{
5
+ request_ids: z.ZodArray<z.ZodString>;
6
+ collection_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const RedcircleApiDeleteRequestsBulkOutput: z.ZodObject<{
9
+ request_info: z.ZodNullable<z.ZodObject<{
10
+ message: z.ZodNullable<z.ZodString>;
11
+ success: z.ZodNullable<z.ZodBoolean>;
12
+ }, z.core.$strip>>;
13
+ }, z.core.$strip>;
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]>;
7
18
  //#endregion
8
19
  export { redcircleApiDeleteRequestsBulk };
9
20
  //# 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,EAAqC,CAAA,CAAE,UAGyB;AAAA,cAKhE,oCAAA,EAAsC,CAAA,CAAE,UAEG;AAAA,cAE3C,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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,9 +1,20 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-requests-bulk.d.ts
4
- declare const RedcircleApiDeleteRequestsBulkInput: z.ZodTypeAny;
5
- declare const RedcircleApiDeleteRequestsBulkOutput: z.ZodTypeAny;
6
- declare const redcircleApiDeleteRequestsBulk: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiDeleteRequestsBulkInput: z.ZodObject<{
5
+ request_ids: z.ZodArray<z.ZodString>;
6
+ collection_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const RedcircleApiDeleteRequestsBulkOutput: z.ZodObject<{
9
+ request_info: z.ZodNullable<z.ZodObject<{
10
+ message: z.ZodNullable<z.ZodString>;
11
+ success: z.ZodNullable<z.ZodBoolean>;
12
+ }, z.core.$strip>>;
13
+ }, z.core.$strip>;
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]>;
7
18
  //#endregion
8
19
  export { redcircleApiDeleteRequestsBulk };
9
20
  //# 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,EAAqC,CAAA,CAAE,UAGyB;AAAA,cAKhE,oCAAA,EAAsC,CAAA,CAAE,UAEG;AAAA,cAE3C,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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"}
@@ -6,8 +6,8 @@ const RedcircleApiDeleteRequestsBulkInput = z.object({
6
6
  collection_id: z.string().describe("The identifier of the collection containing requests to delete")
7
7
  }).describe("Request model for bulk deletion of requests from a collection.");
8
8
  const RedcircleApiDeleteRequestsBulk_RequestInfoSchema = z.object({
9
- message: z.string().describe("Confirmation or error details"),
10
- success: z.boolean().describe("Indicates whether deletion was successful")
9
+ message: z.string().describe("Confirmation or error details").nullable(),
10
+ success: z.boolean().describe("Indicates whether deletion was successful").nullable()
11
11
  }).describe("Information about the deletion result.");
12
12
  const redcircleApiDeleteRequestsBulk = action("REDCIRCLE_API_DELETE_REQUESTS_BULK", {
13
13
  slug: "redcircle_api-delete-requests-bulk",
@@ -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.ZodTypeAny = 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.ZodTypeAny = z.object({\n message: z.string().describe(\"Confirmation or error details\"),\n success: z.boolean().describe(\"Indicates whether deletion was successful\"),\n}).describe(\"Information about the deletion result.\");\nexport const RedcircleApiDeleteRequestsBulkOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable(),\n}).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,sCAAoD,EAAE,OAAO;CACxE,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,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,wCAAwC;AAKpD,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATgE,EAAE,OAAO,EACzE,cAAc,iDAAiD,SAAS,EAC1E,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
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}).describe(\"Information about the deletion result.\");\nexport const RedcircleApiDeleteRequestsBulkOutput = z.object({\n request_info: RedcircleApiDeleteRequestsBulk_RequestInfoSchema.nullable(),\n}).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,SAAS,wCAAwC;AAKpD,MAAa,iCAAiC,OAAO,sCAAsC;CACzF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkD,EAAE,OAAO,EAC3D,cAAc,iDAAiD,SAAS,EAC1E,CAAC,CAAC,CAAC,SAAS,2CAOF;AACV,CAAC"}
@@ -6,8 +6,8 @@ const RedcircleApiDeleteZipcodesInput = zod.z.object({ zipcodes: zod.z.array(zod
6
6
  zipcode: zod.z.string().describe("The zipcode value to delete from your account")
7
7
  })).describe("List of zipcode/domain pairs to remove from the account. Each entry must include both zipcode and domain fields.") });
8
8
  const RedcircleApiDeleteZipcodes_RequestInfoSchema = zod.z.object({
9
- message: zod.z.string().describe("Human-readable confirmation message indicating the number of zipcodes deleted"),
10
- success: zod.z.boolean().describe("Indicates whether the deletion operation was successful")
9
+ message: zod.z.string().describe("Human-readable confirmation message indicating the number of zipcodes deleted").nullable(),
10
+ success: zod.z.boolean().describe("Indicates whether the deletion operation was successful").nullable()
11
11
  });
12
12
  const RedcircleApiDeleteZipcodesOutput = zod.z.object({ request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable() });
13
13
  const redcircleApiDeleteZipcodes = require_action.action("REDCIRCLE_API_DELETE_ZIPCODES", {
@@ -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.ZodTypeAny = 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})).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.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable confirmation message indicating the number of zipcodes deleted\"),\n success: z.boolean().describe(\"Indicates whether the deletion operation was successful\"),\n});\nexport const RedcircleApiDeleteZipcodesOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable(),\n});\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,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,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,CAAC,SAAS,kHAAkH,EAC/H,CAAC;AACD,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CAC5G,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;AACzF,CAAC;AACD,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,EACrE,cAAc,6CAA6C,SAAS,EACtE,CAAC;AAED,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 { 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})).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});\nexport const RedcircleApiDeleteZipcodesOutput = z.object({\n request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable(),\n});\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,CAAC,SAAS,kHAAkH,EAC/H,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;AACD,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,EACvD,cAAc,6CAA6C,SAAS,EACtE,CAAC;AAED,MAAa,6BAA6BC,eAAAA,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,24 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-zipcodes.d.ts
4
- declare const RedcircleApiDeleteZipcodesInput: z.ZodTypeAny;
5
- declare const RedcircleApiDeleteZipcodesOutput: z.ZodTypeAny;
6
- declare const redcircleApiDeleteZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiDeleteZipcodesInput: z.ZodObject<{
5
+ zipcodes: z.ZodArray<z.ZodObject<{
6
+ domain: z.ZodString;
7
+ zipcode: z.ZodString;
8
+ }, z.core.$strip>>;
9
+ }, z.core.$strip>;
10
+ declare const RedcircleApiDeleteZipcodesOutput: z.ZodObject<{
11
+ request_info: z.ZodNullable<z.ZodObject<{
12
+ message: z.ZodNullable<z.ZodString>;
13
+ success: z.ZodNullable<z.ZodBoolean>;
14
+ }, z.core.$strip>>;
15
+ }, z.core.$strip>;
16
+ declare const redcircleApiDeleteZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<{
17
+ zipcodes: {
18
+ domain: string;
19
+ zipcode: string;
20
+ }[];
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
22
  //#endregion
8
23
  export { redcircleApiDeleteZipcodes };
9
24
  //# 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,EAAiC,CAAA,CAAE,UAK9C;AAAA,cAKW,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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,9 +1,24 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/delete-zipcodes.d.ts
4
- declare const RedcircleApiDeleteZipcodesInput: z.ZodTypeAny;
5
- declare const RedcircleApiDeleteZipcodesOutput: z.ZodTypeAny;
6
- declare const redcircleApiDeleteZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiDeleteZipcodesInput: z.ZodObject<{
5
+ zipcodes: z.ZodArray<z.ZodObject<{
6
+ domain: z.ZodString;
7
+ zipcode: z.ZodString;
8
+ }, z.core.$strip>>;
9
+ }, z.core.$strip>;
10
+ declare const RedcircleApiDeleteZipcodesOutput: z.ZodObject<{
11
+ request_info: z.ZodNullable<z.ZodObject<{
12
+ message: z.ZodNullable<z.ZodString>;
13
+ success: z.ZodNullable<z.ZodBoolean>;
14
+ }, z.core.$strip>>;
15
+ }, z.core.$strip>;
16
+ declare const redcircleApiDeleteZipcodes: import("@keystrokehq/action").WorkflowActionDefinition<{
17
+ zipcodes: {
18
+ domain: string;
19
+ zipcode: string;
20
+ }[];
21
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
22
  //#endregion
8
23
  export { redcircleApiDeleteZipcodes };
9
24
  //# 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,EAAiC,CAAA,CAAE,UAK9C;AAAA,cAKW,gCAAA,EAAkC,CAAA,CAAE,UAE/C;AAAA,cAEW,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
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"}
@@ -6,8 +6,8 @@ const RedcircleApiDeleteZipcodesInput = z.object({ zipcodes: z.array(z.object({
6
6
  zipcode: z.string().describe("The zipcode value to delete from your account")
7
7
  })).describe("List of zipcode/domain pairs to remove from the account. Each entry must include both zipcode and domain fields.") });
8
8
  const RedcircleApiDeleteZipcodes_RequestInfoSchema = z.object({
9
- message: z.string().describe("Human-readable confirmation message indicating the number of zipcodes deleted"),
10
- success: z.boolean().describe("Indicates whether the deletion operation was successful")
9
+ message: z.string().describe("Human-readable confirmation message indicating the number of zipcodes deleted").nullable(),
10
+ success: z.boolean().describe("Indicates whether the deletion operation was successful").nullable()
11
11
  });
12
12
  const redcircleApiDeleteZipcodes = action("REDCIRCLE_API_DELETE_ZIPCODES", {
13
13
  slug: "redcircle_api-delete-zipcodes",
@@ -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.ZodTypeAny = 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})).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.ZodTypeAny = z.object({\n message: z.string().describe(\"Human-readable confirmation message indicating the number of zipcodes deleted\"),\n success: z.boolean().describe(\"Indicates whether the deletion operation was successful\"),\n});\nexport const RedcircleApiDeleteZipcodesOutput: z.ZodTypeAny = z.object({\n request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable(),\n});\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,kCAAgD,EAAE,OAAO,EACpE,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,CAAC,SAAS,kHAAkH,EAC/H,CAAC;AACD,MAAM,+CAA6D,EAAE,OAAO;CAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E;CAC5G,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,yDAAyD;AACzF,CAAC;AAKD,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT4D,EAAE,OAAO,EACrE,cAAc,6CAA6C,SAAS,EACtE,CAOU;AACV,CAAC"}
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})).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});\nexport const RedcircleApiDeleteZipcodesOutput = z.object({\n request_info: RedcircleApiDeleteZipcodes_RequestInfoSchema.nullable(),\n});\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,CAAC,SAAS,kHAAkH,EAC/H,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;AAKD,MAAa,6BAA6B,OAAO,iCAAiC;CAChF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT8C,EAAE,OAAO,EACvD,cAAc,6CAA6C,SAAS,EACtE,CAOU;AACV,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-account.cjs","names":["z","action"],"sources":["../../src/actions/get-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiGetAccountInput: z.ZodTypeAny = z.object({}).describe(\"Request model for GET /account endpoint.\");\nconst RedcircleApiGetAccount_StatusItemSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Status of the component (e.g., 'operational', 'degraded', 'down')\").nullable().optional(),\n component: z.string().describe(\"Component name (e.g., 'API', 'Database', 'Queue')\").nullable().optional(),\n last_checked: z.string().describe(\"Timestamp of last status check\").nullable().optional(),\n}).describe(\"Platform component status information.\");\nconst RedcircleApiGetAccount_UsageHistoryItemSchema: z.ZodTypeAny = z.object({\n period: z.string().describe(\"Time period (e.g., '2024-01', '2024-02')\").nullable().optional(),\n api_calls: z.number().int().describe(\"Number of API calls made during this period\").nullable().optional(),\n credits_used: z.number().int().describe(\"Credits consumed during this period\").nullable().optional(),\n}).describe(\"Credit usage data for a specific period.\");\nconst RedcircleApiGetAccount_AccountInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Account holder name\").nullable().optional(),\n plan: z.string().describe(\"Current subscription plan\").nullable().optional(),\n email: z.string().describe(\"Account email address\").nullable().optional(),\n status: z.array(RedcircleApiGetAccount_StatusItemSchema).describe(\"Platform component status objects\").nullable().optional(),\n api_key: z.string().describe(\"User's API key\").nullable().optional(),\n timezone: z.string().describe(\"Account timezone setting\").nullable().optional(),\n credits_used: z.number().int().describe(\"Credits consumed this month\").nullable().optional(),\n credits_limit: z.number().int().describe(\"Monthly credit allowance\").nullable().optional(),\n overage_limit: z.number().describe(\"Maximum overage amount\").nullable().optional(),\n usage_history: z.array(RedcircleApiGetAccount_UsageHistoryItemSchema).describe(\"Credit usage data for past months\").nullable().optional(),\n overage_allowed: z.boolean().describe(\"Whether overage charges are permitted\").nullable().optional(),\n overage_enabled: z.boolean().describe(\"Overage feature status\").nullable().optional(),\n collections_used: z.number().int().describe(\"Active collections count\").nullable().optional(),\n credits_reset_at: z.string().describe(\"Timestamp for monthly credit reset\").nullable().optional(),\n collections_limit: z.number().int().describe(\"Maximum collections allowed\").nullable().optional(),\n credits_remaining: z.number().int().describe(\"Available credits\").nullable().optional(),\n destinations_used: z.number().int().describe(\"Active destinations count\").nullable().optional(),\n destinations_limit: z.number().int().describe(\"Maximum destinations allowed\").nullable().optional(),\n account_balance_usd: z.number().describe(\"Current USD balance\").nullable().optional(),\n}).describe(\"Account information and usage metrics.\");\nconst RedcircleApiGetAccount_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates successful API call\").nullable().optional(),\n}).describe(\"Request information.\");\nexport const RedcircleApiGetAccountOutput: z.ZodTypeAny = z.object({\n account_info: RedcircleApiGetAccount_AccountInfoSchema.nullable().optional(),\n request_info: RedcircleApiGetAccount_RequestInfoSchema.nullable().optional(),\n}).describe(\"Response model for GET /account endpoint.\");\n\nexport const redcircleApiGetAccount = action(\"REDCIRCLE_API_GET_ACCOUNT\", {\n slug: \"redcircle_api-get-account\",\n name: \"Get Account Information\",\n description: \"Tool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.\",\n input: RedcircleApiGetAccountInput,\n output: RedcircleApiGetAccountOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-account.cjs","names":["z","action"],"sources":["../../src/actions/get-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiGetAccountInput = z.object({}).describe(\"Request model for GET /account endpoint.\");\nconst RedcircleApiGetAccount_StatusItemSchema = z.object({\n status: z.string().describe(\"Status of the component (e.g., 'operational', 'degraded', 'down')\").nullable().optional(),\n component: z.string().describe(\"Component name (e.g., 'API', 'Database', 'Queue')\").nullable().optional(),\n last_checked: z.string().describe(\"Timestamp of last status check\").nullable().optional(),\n}).describe(\"Platform component status information.\");\nconst RedcircleApiGetAccount_UsageHistoryItemSchema = z.object({\n period: z.string().describe(\"Time period (e.g., '2024-01', '2024-02')\").nullable().optional(),\n api_calls: z.number().int().describe(\"Number of API calls made during this period\").nullable().optional(),\n credits_used: z.number().int().describe(\"Credits consumed during this period\").nullable().optional(),\n}).describe(\"Credit usage data for a specific period.\");\nconst RedcircleApiGetAccount_AccountInfoSchema = z.object({\n name: z.string().describe(\"Account holder name\").nullable().optional(),\n plan: z.string().describe(\"Current subscription plan\").nullable().optional(),\n email: z.string().describe(\"Account email address\").nullable().optional(),\n status: z.array(RedcircleApiGetAccount_StatusItemSchema).describe(\"Platform component status objects\").nullable().optional(),\n api_key: z.string().describe(\"User's API key\").nullable().optional(),\n timezone: z.string().describe(\"Account timezone setting\").nullable().optional(),\n credits_used: z.number().int().describe(\"Credits consumed this month\").nullable().optional(),\n credits_limit: z.number().int().describe(\"Monthly credit allowance\").nullable().optional(),\n overage_limit: z.number().describe(\"Maximum overage amount\").nullable().optional(),\n usage_history: z.array(RedcircleApiGetAccount_UsageHistoryItemSchema).describe(\"Credit usage data for past months\").nullable().optional(),\n overage_allowed: z.boolean().describe(\"Whether overage charges are permitted\").nullable().optional(),\n overage_enabled: z.boolean().describe(\"Overage feature status\").nullable().optional(),\n collections_used: z.number().int().describe(\"Active collections count\").nullable().optional(),\n credits_reset_at: z.string().describe(\"Timestamp for monthly credit reset\").nullable().optional(),\n collections_limit: z.number().int().describe(\"Maximum collections allowed\").nullable().optional(),\n credits_remaining: z.number().int().describe(\"Available credits\").nullable().optional(),\n destinations_used: z.number().int().describe(\"Active destinations count\").nullable().optional(),\n destinations_limit: z.number().int().describe(\"Maximum destinations allowed\").nullable().optional(),\n account_balance_usd: z.number().describe(\"Current USD balance\").nullable().optional(),\n}).describe(\"Account information and usage metrics.\");\nconst RedcircleApiGetAccount_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates successful API call\").nullable().optional(),\n}).describe(\"Request information.\");\nexport const RedcircleApiGetAccountOutput = z.object({\n account_info: RedcircleApiGetAccount_AccountInfoSchema.nullable().optional(),\n request_info: RedcircleApiGetAccount_RequestInfoSchema.nullable().optional(),\n}).describe(\"Response model for GET /account endpoint.\");\n\nexport const redcircleApiGetAccount = action(\"REDCIRCLE_API_GET_ACCOUNT\", {\n slug: \"redcircle_api-get-account\",\n name: \"Get Account Information\",\n description: \"Tool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.\",\n input: RedcircleApiGetAccountInput,\n output: RedcircleApiGetAccountOutput,\n});\n"],"mappings":"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"}
@@ -1,9 +1,42 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-account.d.ts
4
- declare const RedcircleApiGetAccountInput: z.ZodTypeAny;
5
- declare const RedcircleApiGetAccountOutput: z.ZodTypeAny;
6
- declare const redcircleApiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiGetAccountInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const RedcircleApiGetAccountOutput: z.ZodObject<{
6
+ account_info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ plan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ status: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
11
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ component: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ last_checked: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>>>>;
15
+ api_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ credits_used: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ credits_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
19
+ overage_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20
+ usage_history: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
21
+ period: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ api_calls: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
23
+ credits_used: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
24
+ }, z.core.$strip>>>>;
25
+ overage_allowed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
26
+ overage_enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
27
+ collections_used: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28
+ credits_reset_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ collections_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
30
+ credits_remaining: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
31
+ destinations_used: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
32
+ destinations_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
33
+ account_balance_usd: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
34
+ }, z.core.$strip>>>;
35
+ request_info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
36
+ success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
37
+ }, z.core.$strip>>>;
38
+ }, z.core.$strip>;
39
+ declare const redcircleApiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
40
  //#endregion
8
41
  export { redcircleApiGetAccount };
9
42
  //# sourceMappingURL=get-account.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA8E;AAAA,cAmC7G,4BAAA,EAA8B,CAAA,CAAE,UAGW;AAAA,cAE3C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-account.d.cts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,42 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-account.d.ts
4
- declare const RedcircleApiGetAccountInput: z.ZodTypeAny;
5
- declare const RedcircleApiGetAccountOutput: z.ZodTypeAny;
6
- declare const redcircleApiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiGetAccountInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const RedcircleApiGetAccountOutput: z.ZodObject<{
6
+ account_info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ plan: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ status: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
11
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ component: z.ZodOptional<z.ZodNullable<z.ZodString>>;
13
+ last_checked: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>>>>;
15
+ api_key: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ timezone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ credits_used: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
18
+ credits_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
19
+ overage_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
20
+ usage_history: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
21
+ period: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ api_calls: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
23
+ credits_used: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
24
+ }, z.core.$strip>>>>;
25
+ overage_allowed: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
26
+ overage_enabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
27
+ collections_used: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
28
+ credits_reset_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ collections_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
30
+ credits_remaining: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
31
+ destinations_used: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
32
+ destinations_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
33
+ account_balance_usd: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
34
+ }, z.core.$strip>>>;
35
+ request_info: z.ZodOptional<z.ZodNullable<z.ZodObject<{
36
+ success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
37
+ }, z.core.$strip>>>;
38
+ }, z.core.$strip>;
39
+ declare const redcircleApiGetAccount: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
40
  //#endregion
8
41
  export { redcircleApiGetAccount };
9
42
  //# sourceMappingURL=get-account.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,2BAAA,EAA6B,CAAA,CAAE,UAA8E;AAAA,cAmC7G,4BAAA,EAA8B,CAAA,CAAE,UAGW;AAAA,cAE3C,sBAAA,gCAAsB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-account.d.mts","names":[],"sources":["../../src/actions/get-account.ts"],"mappings":";;;cAIa,2BAAA,EAA2B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAmC3B,4BAAA,EAA4B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAK5B,sBAAA,gCAAsB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-account.mjs","names":[],"sources":["../../src/actions/get-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiGetAccountInput: z.ZodTypeAny = z.object({}).describe(\"Request model for GET /account endpoint.\");\nconst RedcircleApiGetAccount_StatusItemSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Status of the component (e.g., 'operational', 'degraded', 'down')\").nullable().optional(),\n component: z.string().describe(\"Component name (e.g., 'API', 'Database', 'Queue')\").nullable().optional(),\n last_checked: z.string().describe(\"Timestamp of last status check\").nullable().optional(),\n}).describe(\"Platform component status information.\");\nconst RedcircleApiGetAccount_UsageHistoryItemSchema: z.ZodTypeAny = z.object({\n period: z.string().describe(\"Time period (e.g., '2024-01', '2024-02')\").nullable().optional(),\n api_calls: z.number().int().describe(\"Number of API calls made during this period\").nullable().optional(),\n credits_used: z.number().int().describe(\"Credits consumed during this period\").nullable().optional(),\n}).describe(\"Credit usage data for a specific period.\");\nconst RedcircleApiGetAccount_AccountInfoSchema: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Account holder name\").nullable().optional(),\n plan: z.string().describe(\"Current subscription plan\").nullable().optional(),\n email: z.string().describe(\"Account email address\").nullable().optional(),\n status: z.array(RedcircleApiGetAccount_StatusItemSchema).describe(\"Platform component status objects\").nullable().optional(),\n api_key: z.string().describe(\"User's API key\").nullable().optional(),\n timezone: z.string().describe(\"Account timezone setting\").nullable().optional(),\n credits_used: z.number().int().describe(\"Credits consumed this month\").nullable().optional(),\n credits_limit: z.number().int().describe(\"Monthly credit allowance\").nullable().optional(),\n overage_limit: z.number().describe(\"Maximum overage amount\").nullable().optional(),\n usage_history: z.array(RedcircleApiGetAccount_UsageHistoryItemSchema).describe(\"Credit usage data for past months\").nullable().optional(),\n overage_allowed: z.boolean().describe(\"Whether overage charges are permitted\").nullable().optional(),\n overage_enabled: z.boolean().describe(\"Overage feature status\").nullable().optional(),\n collections_used: z.number().int().describe(\"Active collections count\").nullable().optional(),\n credits_reset_at: z.string().describe(\"Timestamp for monthly credit reset\").nullable().optional(),\n collections_limit: z.number().int().describe(\"Maximum collections allowed\").nullable().optional(),\n credits_remaining: z.number().int().describe(\"Available credits\").nullable().optional(),\n destinations_used: z.number().int().describe(\"Active destinations count\").nullable().optional(),\n destinations_limit: z.number().int().describe(\"Maximum destinations allowed\").nullable().optional(),\n account_balance_usd: z.number().describe(\"Current USD balance\").nullable().optional(),\n}).describe(\"Account information and usage metrics.\");\nconst RedcircleApiGetAccount_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates successful API call\").nullable().optional(),\n}).describe(\"Request information.\");\nexport const RedcircleApiGetAccountOutput: z.ZodTypeAny = z.object({\n account_info: RedcircleApiGetAccount_AccountInfoSchema.nullable().optional(),\n request_info: RedcircleApiGetAccount_RequestInfoSchema.nullable().optional(),\n}).describe(\"Response model for GET /account endpoint.\");\n\nexport const redcircleApiGetAccount = action(\"REDCIRCLE_API_GET_ACCOUNT\", {\n slug: \"redcircle_api-get-account\",\n name: \"Get Account Information\",\n description: \"Tool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.\",\n input: RedcircleApiGetAccountInput,\n output: RedcircleApiGetAccountOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-account.mjs","names":[],"sources":["../../src/actions/get-account.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiGetAccountInput = z.object({}).describe(\"Request model for GET /account endpoint.\");\nconst RedcircleApiGetAccount_StatusItemSchema = z.object({\n status: z.string().describe(\"Status of the component (e.g., 'operational', 'degraded', 'down')\").nullable().optional(),\n component: z.string().describe(\"Component name (e.g., 'API', 'Database', 'Queue')\").nullable().optional(),\n last_checked: z.string().describe(\"Timestamp of last status check\").nullable().optional(),\n}).describe(\"Platform component status information.\");\nconst RedcircleApiGetAccount_UsageHistoryItemSchema = z.object({\n period: z.string().describe(\"Time period (e.g., '2024-01', '2024-02')\").nullable().optional(),\n api_calls: z.number().int().describe(\"Number of API calls made during this period\").nullable().optional(),\n credits_used: z.number().int().describe(\"Credits consumed during this period\").nullable().optional(),\n}).describe(\"Credit usage data for a specific period.\");\nconst RedcircleApiGetAccount_AccountInfoSchema = z.object({\n name: z.string().describe(\"Account holder name\").nullable().optional(),\n plan: z.string().describe(\"Current subscription plan\").nullable().optional(),\n email: z.string().describe(\"Account email address\").nullable().optional(),\n status: z.array(RedcircleApiGetAccount_StatusItemSchema).describe(\"Platform component status objects\").nullable().optional(),\n api_key: z.string().describe(\"User's API key\").nullable().optional(),\n timezone: z.string().describe(\"Account timezone setting\").nullable().optional(),\n credits_used: z.number().int().describe(\"Credits consumed this month\").nullable().optional(),\n credits_limit: z.number().int().describe(\"Monthly credit allowance\").nullable().optional(),\n overage_limit: z.number().describe(\"Maximum overage amount\").nullable().optional(),\n usage_history: z.array(RedcircleApiGetAccount_UsageHistoryItemSchema).describe(\"Credit usage data for past months\").nullable().optional(),\n overage_allowed: z.boolean().describe(\"Whether overage charges are permitted\").nullable().optional(),\n overage_enabled: z.boolean().describe(\"Overage feature status\").nullable().optional(),\n collections_used: z.number().int().describe(\"Active collections count\").nullable().optional(),\n credits_reset_at: z.string().describe(\"Timestamp for monthly credit reset\").nullable().optional(),\n collections_limit: z.number().int().describe(\"Maximum collections allowed\").nullable().optional(),\n credits_remaining: z.number().int().describe(\"Available credits\").nullable().optional(),\n destinations_used: z.number().int().describe(\"Active destinations count\").nullable().optional(),\n destinations_limit: z.number().int().describe(\"Maximum destinations allowed\").nullable().optional(),\n account_balance_usd: z.number().describe(\"Current USD balance\").nullable().optional(),\n}).describe(\"Account information and usage metrics.\");\nconst RedcircleApiGetAccount_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates successful API call\").nullable().optional(),\n}).describe(\"Request information.\");\nexport const RedcircleApiGetAccountOutput = z.object({\n account_info: RedcircleApiGetAccount_AccountInfoSchema.nullable().optional(),\n request_info: RedcircleApiGetAccount_RequestInfoSchema.nullable().optional(),\n}).describe(\"Response model for GET /account endpoint.\");\n\nexport const redcircleApiGetAccount = action(\"REDCIRCLE_API_GET_ACCOUNT\", {\n slug: \"redcircle_api-get-account\",\n name: \"Get Account Information\",\n description: \"Tool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.\",\n input: RedcircleApiGetAccountInput,\n output: RedcircleApiGetAccountOutput,\n});\n"],"mappings":"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"}