@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
@@ -1,9 +1,28 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-requests-by-page.d.ts
4
- declare const RedcircleApiListRequestsByPageInput: z.ZodTypeAny;
5
- declare const RedcircleApiListRequestsByPageOutput: z.ZodTypeAny;
6
- declare const redcircleApiListRequestsByPage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiListRequestsByPageInput: z.ZodObject<{
5
+ page: z.ZodNumber;
6
+ collection_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const RedcircleApiListRequestsByPageOutput: z.ZodObject<{
9
+ requests: z.ZodArray<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodString>;
11
+ tcin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ type: z.ZodNullable<z.ZodString>;
13
+ custom_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>>;
15
+ request_info: z.ZodNullable<z.ZodObject<{
16
+ success: z.ZodNullable<z.ZodBoolean>;
17
+ }, z.core.$strip>>;
18
+ collection_id: z.ZodNullable<z.ZodString>;
19
+ requests_page_count: z.ZodNullable<z.ZodNumber>;
20
+ requests_page_current: z.ZodNullable<z.ZodNumber>;
21
+ }, z.core.$strip>;
22
+ declare const redcircleApiListRequestsByPage: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ page: number;
24
+ collection_id: string;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
26
  //#endregion
8
27
  export { redcircleApiListRequestsByPage };
9
28
  //# sourceMappingURL=list-requests-by-page.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-requests-by-page.d.cts","names":[],"sources":["../../src/actions/list-requests-by-page.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGkC;AAAA,cAUzE,oCAAA,EAAsC,CAAA,CAAE,UAMW;AAAA,cAEnD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-requests-by-page.d.cts","names":[],"sources":["../../src/actions/list-requests-by-page.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAanC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAQpC,8BAAA,gCAA8B,wBAAA"}
@@ -1,9 +1,28 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-requests-by-page.d.ts
4
- declare const RedcircleApiListRequestsByPageInput: z.ZodTypeAny;
5
- declare const RedcircleApiListRequestsByPageOutput: z.ZodTypeAny;
6
- declare const redcircleApiListRequestsByPage: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiListRequestsByPageInput: z.ZodObject<{
5
+ page: z.ZodNumber;
6
+ collection_id: z.ZodString;
7
+ }, z.core.$strip>;
8
+ declare const RedcircleApiListRequestsByPageOutput: z.ZodObject<{
9
+ requests: z.ZodArray<z.ZodObject<{
10
+ id: z.ZodNullable<z.ZodString>;
11
+ tcin: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ type: z.ZodNullable<z.ZodString>;
13
+ custom_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ }, z.core.$strip>>;
15
+ request_info: z.ZodNullable<z.ZodObject<{
16
+ success: z.ZodNullable<z.ZodBoolean>;
17
+ }, z.core.$strip>>;
18
+ collection_id: z.ZodNullable<z.ZodString>;
19
+ requests_page_count: z.ZodNullable<z.ZodNumber>;
20
+ requests_page_current: z.ZodNullable<z.ZodNumber>;
21
+ }, z.core.$strip>;
22
+ declare const redcircleApiListRequestsByPage: import("@keystrokehq/action").WorkflowActionDefinition<{
23
+ page: number;
24
+ collection_id: string;
25
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
26
  //#endregion
8
27
  export { redcircleApiListRequestsByPage };
9
28
  //# sourceMappingURL=list-requests-by-page.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-requests-by-page.d.mts","names":[],"sources":["../../src/actions/list-requests-by-page.ts"],"mappings":";;;cAIa,mCAAA,EAAqC,CAAA,CAAE,UAGkC;AAAA,cAUzE,oCAAA,EAAsC,CAAA,CAAE,UAMW;AAAA,cAEnD,8BAAA,gCAA8B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-requests-by-page.d.mts","names":[],"sources":["../../src/actions/list-requests-by-page.ts"],"mappings":";;;cAIa,mCAAA,EAAmC,CAAA,CAAA,SAAA;;;;cAanC,oCAAA,EAAoC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;cAQpC,8BAAA,gCAA8B,wBAAA"}
@@ -6,12 +6,12 @@ const RedcircleApiListRequestsByPageInput = z.object({
6
6
  collection_id: z.string().describe("The collection identifier")
7
7
  }).describe("Request parameters for retrieving paginated requests from a collection.");
8
8
  const RedcircleApiListRequestsByPage_RequestItemSchema = z.object({
9
- id: z.string().describe("System-generated request identifier"),
9
+ id: z.string().describe("System-generated request identifier").nullable(),
10
10
  tcin: z.string().describe("Target product identifier").nullable().optional(),
11
- type: z.string().describe("Request type (e.g., 'product')"),
11
+ type: z.string().describe("Request type (e.g., 'product')").nullable(),
12
12
  custom_id: z.string().describe("User-defined request identifier").nullable().optional()
13
13
  }).describe("Details of a single request in the collection.");
14
- const RedcircleApiListRequestsByPage_RequestInfoSchema = z.object({ success: z.boolean().describe("Operation status indicator") }).describe("Operation status information.");
14
+ const RedcircleApiListRequestsByPage_RequestInfoSchema = z.object({ success: z.boolean().describe("Operation status indicator").nullable() }).describe("Operation status information.");
15
15
  const redcircleApiListRequestsByPage = action("REDCIRCLE_API_LIST_REQUESTS_BY_PAGE", {
16
16
  slug: "redcircle_api-list-requests-by-page",
17
17
  name: "List Requests by Page",
@@ -20,9 +20,9 @@ const redcircleApiListRequestsByPage = action("REDCIRCLE_API_LIST_REQUESTS_BY_PA
20
20
  output: z.object({
21
21
  requests: z.array(RedcircleApiListRequestsByPage_RequestItemSchema).describe("Array of request objects (max 1000 per page)"),
22
22
  request_info: RedcircleApiListRequestsByPage_RequestInfoSchema.nullable(),
23
- collection_id: z.string().describe("The collection identifier"),
24
- requests_page_count: z.number().int().describe("Total number of pages available"),
25
- requests_page_current: z.number().int().describe("Current page number")
23
+ collection_id: z.string().describe("The collection identifier").nullable(),
24
+ requests_page_count: z.number().int().describe("Total number of pages available").nullable(),
25
+ requests_page_current: z.number().int().describe("Current page number").nullable()
26
26
  }).describe("Response model for paginated collection requests.")
27
27
  });
28
28
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"list-requests-by-page.mjs","names":[],"sources":["../../src/actions/list-requests-by-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListRequestsByPageInput: z.ZodTypeAny = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1, max 1000 requests per page)\"),\n collection_id: z.string().describe(\"The collection identifier\"),\n}).describe(\"Request parameters for retrieving paginated requests from a collection.\");\nconst RedcircleApiListRequestsByPage_RequestItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"System-generated request identifier\"),\n tcin: z.string().describe(\"Target product identifier\").nullable().optional(),\n type: z.string().describe(\"Request type (e.g., 'product')\"),\n custom_id: z.string().describe(\"User-defined request identifier\").nullable().optional(),\n}).describe(\"Details of a single request in the collection.\");\nconst RedcircleApiListRequestsByPage_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Operation status indicator\"),\n}).describe(\"Operation status information.\");\nexport const RedcircleApiListRequestsByPageOutput: z.ZodTypeAny = z.object({\n requests: z.array(RedcircleApiListRequestsByPage_RequestItemSchema).describe(\"Array of request objects (max 1000 per page)\"),\n request_info: RedcircleApiListRequestsByPage_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The collection identifier\"),\n requests_page_count: z.number().int().describe(\"Total number of pages available\"),\n requests_page_current: z.number().int().describe(\"Current page number\"),\n}).describe(\"Response model for paginated collection requests.\");\n\nexport const redcircleApiListRequestsByPage = action(\"REDCIRCLE_API_LIST_REQUESTS_BY_PAGE\", {\n slug: \"redcircle_api-list-requests-by-page\",\n name: \"List Requests by Page\",\n description: \"Tool to retrieve requests for a collection in paginated format. Use when you need to access collection requests with pagination support (max 1000 requests per page).\",\n input: RedcircleApiListRequestsByPageInput,\n output: RedcircleApiListRequestsByPageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAoD,EAAE,OAAO;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE;CACtG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;AAChE,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAM,mDAAiE,EAAE,OAAO;CAC9E,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,mDAAiE,EAAE,OAAO,EAC9E,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,EAC5D,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAS3C,MAAa,iCAAiC,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbgE,EAAE,OAAO;EACzE,UAAU,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,8CAA8C;EAC3H,cAAc,iDAAiD,SAAS;EACxE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;EAC9D,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;EAChF,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB;CACxE,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"list-requests-by-page.mjs","names":[],"sources":["../../src/actions/list-requests-by-page.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListRequestsByPageInput = z.object({\n page: z.number().int().describe(\"Page number for pagination (starts at 1, max 1000 requests per page)\"),\n collection_id: z.string().describe(\"The collection identifier\"),\n}).describe(\"Request parameters for retrieving paginated requests from a collection.\");\nconst RedcircleApiListRequestsByPage_RequestItemSchema = z.object({\n id: z.string().describe(\"System-generated request identifier\").nullable(),\n tcin: z.string().describe(\"Target product identifier\").nullable().optional(),\n type: z.string().describe(\"Request type (e.g., 'product')\").nullable(),\n custom_id: z.string().describe(\"User-defined request identifier\").nullable().optional(),\n}).describe(\"Details of a single request in the collection.\");\nconst RedcircleApiListRequestsByPage_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Operation status indicator\").nullable(),\n}).describe(\"Operation status information.\");\nexport const RedcircleApiListRequestsByPageOutput = z.object({\n requests: z.array(RedcircleApiListRequestsByPage_RequestItemSchema).describe(\"Array of request objects (max 1000 per page)\"),\n request_info: RedcircleApiListRequestsByPage_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The collection identifier\").nullable(),\n requests_page_count: z.number().int().describe(\"Total number of pages available\").nullable(),\n requests_page_current: z.number().int().describe(\"Current page number\").nullable(),\n}).describe(\"Response model for paginated collection requests.\");\n\nexport const redcircleApiListRequestsByPage = action(\"REDCIRCLE_API_LIST_REQUESTS_BY_PAGE\", {\n slug: \"redcircle_api-list-requests-by-page\",\n name: \"List Requests by Page\",\n description: \"Tool to retrieve requests for a collection in paginated format. Use when you need to access collection requests with pagination support (max 1000 requests per page).\",\n input: RedcircleApiListRequestsByPageInput,\n output: RedcircleApiListRequestsByPageOutput,\n});\n"],"mappings":";;;AAIA,MAAa,sCAAsC,EAAE,OAAO;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sEAAsE;CACtG,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B;AAChE,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAM,mDAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACxE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACrE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxF,CAAC,CAAC,CAAC,SAAS,gDAAgD;AAC5D,MAAM,mDAAmD,EAAE,OAAO,EAChE,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,EACvE,CAAC,CAAC,CAAC,SAAS,+BAA+B;AAS3C,MAAa,iCAAiC,OAAO,uCAAuC;CAC1F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbkD,EAAE,OAAO;EAC3D,UAAU,EAAE,MAAM,gDAAgD,CAAC,CAAC,SAAS,8CAA8C;EAC3H,cAAc,iDAAiD,SAAS;EACxE,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS;EACzE,qBAAqB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;EAC3F,uBAAuB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS;CACnF,CAAC,CAAC,CAAC,SAAS,mDAOF;AACV,CAAC"}
@@ -5,40 +5,40 @@ const RedcircleApiListResultSetsInput = zod.z.object({ collection_id: zod.z.stri
5
5
  const RedcircleApiListResultSets_WebhookStatusSchema = zod.z.object({}).describe("Webhook delivery status object.");
6
6
  const RedcircleApiListResultSets_DestinationStatusSchema = zod.z.object({}).describe("Destination upload status object.");
7
7
  const RedcircleApiListResultSets_ResultSetSchema = zod.z.object({
8
- id: zod.z.number().int().describe("Unique result set identifier."),
9
- ended_at: zod.z.string().describe("Execution completion timestamp (ISO8601)."),
10
- expires_at: zod.z.string().describe("Data retention expiration date (ISO8601, 14-day retention)."),
11
- started_at: zod.z.string().describe("Execution start timestamp (ISO8601)."),
12
- requests_total: zod.z.number().int().describe("Total number of requests in this set."),
8
+ id: zod.z.number().int().describe("Unique result set identifier.").nullable(),
9
+ ended_at: zod.z.string().describe("Execution completion timestamp (ISO8601).").nullable(),
10
+ expires_at: zod.z.string().describe("Data retention expiration date (ISO8601, 14-day retention).").nullable(),
11
+ started_at: zod.z.string().describe("Execution start timestamp (ISO8601).").nullable(),
12
+ requests_total: zod.z.number().int().describe("Total number of requests in this set.").nullable(),
13
13
  webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),
14
- requests_failed: zod.z.number().int().describe("Number of failed requests."),
14
+ requests_failed: zod.z.number().int().describe("Number of failed requests.").nullable(),
15
15
  destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),
16
- requests_completed: zod.z.number().int().describe("Number of successfully processed requests."),
17
- results_page_count: zod.z.number().int().describe("Number of result pages in this set.")
16
+ requests_completed: zod.z.number().int().describe("Number of successfully processed requests.").nullable(),
17
+ results_page_count: zod.z.number().int().describe("Number of result pages in this set.").nullable()
18
18
  }).describe("Individual result set object.");
19
19
  const RedcircleApiListResultSets_CollectionSchema = zod.z.object({
20
- id: zod.z.string().describe("Unique collection identifier."),
21
- name: zod.z.string().describe("Name of the collection."),
22
- status: zod.z.string().describe("Current collection status."),
23
- enabled: zod.z.boolean().describe("Whether collection is active."),
24
- created_at: zod.z.string().describe("Collection creation timestamp (ISO8601)."),
25
- results_count: zod.z.number().int().describe("Total result sets count."),
26
- schedule_type: zod.z.string().describe("Type of scheduling configuration."),
20
+ id: zod.z.string().describe("Unique collection identifier.").nullable(),
21
+ name: zod.z.string().describe("Name of the collection.").nullable(),
22
+ status: zod.z.string().describe("Current collection status.").nullable(),
23
+ enabled: zod.z.boolean().describe("Whether collection is active.").nullable(),
24
+ created_at: zod.z.string().describe("Collection creation timestamp (ISO8601).").nullable(),
25
+ results_count: zod.z.number().int().describe("Total result sets count.").nullable(),
26
+ schedule_type: zod.z.string().describe("Type of scheduling configuration.").nullable(),
27
27
  schedule_hours: zod.z.array(zod.z.number().int()).describe("Scheduled execution hours (0-23).").nullable().optional(),
28
28
  notification_email: zod.z.string().describe("Email for notifications.").nullable().optional(),
29
29
  notification_as_csv: zod.z.boolean().describe("CSV notification format flag.").nullable().optional(),
30
- requests_page_count: zod.z.number().int().describe("Number of request pages."),
30
+ requests_page_count: zod.z.number().int().describe("Number of request pages.").nullable(),
31
31
  notification_as_json: zod.z.boolean().describe("JSON notification format flag.").nullable().optional(),
32
- requests_total_count: zod.z.number().int().describe("Total number of requests in the collection."),
32
+ requests_total_count: zod.z.number().int().describe("Total number of requests in the collection.").nullable(),
33
33
  notification_as_jsonlines: zod.z.boolean().describe("JSONLINES notification format flag.").nullable().optional()
34
34
  }).describe("Collection metadata object.");
35
- const RedcircleApiListResultSets_RequestInfoSchema = zod.z.object({ success: zod.z.boolean().describe("Indicates if the request was successful.") }).describe("Request information object.");
35
+ const RedcircleApiListResultSets_RequestInfoSchema = zod.z.object({ success: zod.z.boolean().describe("Indicates if the request was successful.").nullable() }).describe("Request information object.");
36
36
  const RedcircleApiListResultSetsOutput = zod.z.object({
37
37
  results: zod.z.array(RedcircleApiListResultSets_ResultSetSchema).describe("Array of result set objects, sorted by most recent first."),
38
38
  collection: RedcircleApiListResultSets_CollectionSchema.nullable(),
39
39
  request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),
40
- collection_id: zod.z.string().describe("The ID of the collection."),
41
- results_count: zod.z.number().int().describe("Number of result sets returned.")
40
+ collection_id: zod.z.string().describe("The ID of the collection.").nullable(),
41
+ results_count: zod.z.number().int().describe("Number of result sets returned.").nullable()
42
42
  }).describe("Response model for listing result sets. Contains collection metadata and array of result sets.");
43
43
  const redcircleApiListResultSets = require_action.action("REDCIRCLE_API_LIST_RESULT_SETS", {
44
44
  slug: "redcircle_api-list-result-sets",
@@ -1 +1 @@
1
- {"version":3,"file":"list-result-sets.cjs","names":["z","action"],"sources":["../../src/actions/list-result-sets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListResultSetsInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to retrieve result sets for.\"),\n}).describe(\"Request model for listing all result sets for a collection.\");\nconst RedcircleApiListResultSets_WebhookStatusSchema: z.ZodTypeAny = z.object({}).describe(\"Webhook delivery status object.\");\nconst RedcircleApiListResultSets_DestinationStatusSchema: z.ZodTypeAny = z.object({}).describe(\"Destination upload status object.\");\nconst RedcircleApiListResultSets_ResultSetSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique result set identifier.\"),\n ended_at: z.string().describe(\"Execution completion timestamp (ISO8601).\"),\n expires_at: z.string().describe(\"Data retention expiration date (ISO8601, 14-day retention).\"),\n started_at: z.string().describe(\"Execution start timestamp (ISO8601).\"),\n requests_total: z.number().int().describe(\"Total number of requests in this set.\"),\n webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),\n requests_failed: z.number().int().describe(\"Number of failed requests.\"),\n destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),\n requests_completed: z.number().int().describe(\"Number of successfully processed requests.\"),\n results_page_count: z.number().int().describe(\"Number of result pages in this set.\"),\n}).describe(\"Individual result set object.\");\nconst RedcircleApiListResultSets_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique collection identifier.\"),\n name: z.string().describe(\"Name of the collection.\"),\n status: z.string().describe(\"Current collection status.\"),\n enabled: z.boolean().describe(\"Whether collection is active.\"),\n created_at: z.string().describe(\"Collection creation timestamp (ISO8601).\"),\n results_count: z.number().int().describe(\"Total result sets count.\"),\n schedule_type: z.string().describe(\"Type of scheduling configuration.\"),\n schedule_hours: z.array(z.number().int()).describe(\"Scheduled execution hours (0-23).\").nullable().optional(),\n notification_email: z.string().describe(\"Email for notifications.\").nullable().optional(),\n notification_as_csv: z.boolean().describe(\"CSV notification format flag.\").nullable().optional(),\n requests_page_count: z.number().int().describe(\"Number of request pages.\"),\n notification_as_json: z.boolean().describe(\"JSON notification format flag.\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection.\"),\n notification_as_jsonlines: z.boolean().describe(\"JSONLINES notification format flag.\").nullable().optional(),\n}).describe(\"Collection metadata object.\");\nconst RedcircleApiListResultSets_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n}).describe(\"Request information object.\");\nexport const RedcircleApiListResultSetsOutput: z.ZodTypeAny = z.object({\n results: z.array(RedcircleApiListResultSets_ResultSetSchema).describe(\"Array of result set objects, sorted by most recent first.\"),\n collection: RedcircleApiListResultSets_CollectionSchema.nullable(),\n request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The ID of the collection.\"),\n results_count: z.number().int().describe(\"Number of result sets returned.\"),\n}).describe(\"Response model for listing result sets. Contains collection metadata and array of result sets.\");\n\nexport const redcircleApiListResultSets = action(\"REDCIRCLE_API_LIST_RESULT_SETS\", {\n slug: \"redcircle_api-list-result-sets\",\n name: \"List Result Sets\",\n description: \"Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.\",\n input: RedcircleApiListResultSetsInput,\n output: RedcircleApiListResultSetsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-result-sets.cjs","names":["z","action"],"sources":["../../src/actions/list-result-sets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListResultSetsInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to retrieve result sets for.\"),\n}).describe(\"Request model for listing all result sets for a collection.\");\nconst RedcircleApiListResultSets_WebhookStatusSchema = z.object({}).describe(\"Webhook delivery status object.\");\nconst RedcircleApiListResultSets_DestinationStatusSchema = z.object({}).describe(\"Destination upload status object.\");\nconst RedcircleApiListResultSets_ResultSetSchema = z.object({\n id: z.number().int().describe(\"Unique result set identifier.\").nullable(),\n ended_at: z.string().describe(\"Execution completion timestamp (ISO8601).\").nullable(),\n expires_at: z.string().describe(\"Data retention expiration date (ISO8601, 14-day retention).\").nullable(),\n started_at: z.string().describe(\"Execution start timestamp (ISO8601).\").nullable(),\n requests_total: z.number().int().describe(\"Total number of requests in this set.\").nullable(),\n webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),\n requests_failed: z.number().int().describe(\"Number of failed requests.\").nullable(),\n destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),\n requests_completed: z.number().int().describe(\"Number of successfully processed requests.\").nullable(),\n results_page_count: z.number().int().describe(\"Number of result pages in this set.\").nullable(),\n}).describe(\"Individual result set object.\");\nconst RedcircleApiListResultSets_CollectionSchema = z.object({\n id: z.string().describe(\"Unique collection identifier.\").nullable(),\n name: z.string().describe(\"Name of the collection.\").nullable(),\n status: z.string().describe(\"Current collection status.\").nullable(),\n enabled: z.boolean().describe(\"Whether collection is active.\").nullable(),\n created_at: z.string().describe(\"Collection creation timestamp (ISO8601).\").nullable(),\n results_count: z.number().int().describe(\"Total result sets count.\").nullable(),\n schedule_type: z.string().describe(\"Type of scheduling configuration.\").nullable(),\n schedule_hours: z.array(z.number().int()).describe(\"Scheduled execution hours (0-23).\").nullable().optional(),\n notification_email: z.string().describe(\"Email for notifications.\").nullable().optional(),\n notification_as_csv: z.boolean().describe(\"CSV notification format flag.\").nullable().optional(),\n requests_page_count: z.number().int().describe(\"Number of request pages.\").nullable(),\n notification_as_json: z.boolean().describe(\"JSON notification format flag.\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection.\").nullable(),\n notification_as_jsonlines: z.boolean().describe(\"JSONLINES notification format flag.\").nullable().optional(),\n}).describe(\"Collection metadata object.\");\nconst RedcircleApiListResultSets_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\").nullable(),\n}).describe(\"Request information object.\");\nexport const RedcircleApiListResultSetsOutput = z.object({\n results: z.array(RedcircleApiListResultSets_ResultSetSchema).describe(\"Array of result set objects, sorted by most recent first.\"),\n collection: RedcircleApiListResultSets_CollectionSchema.nullable(),\n request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The ID of the collection.\").nullable(),\n results_count: z.number().int().describe(\"Number of result sets returned.\").nullable(),\n}).describe(\"Response model for listing result sets. Contains collection metadata and array of result sets.\");\n\nexport const redcircleApiListResultSets = action(\"REDCIRCLE_API_LIST_RESULT_SETS\", {\n slug: \"redcircle_api-list-result-sets\",\n name: \"List Result Sets\",\n description: \"Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.\",\n input: RedcircleApiListResultSetsInput,\n output: RedcircleApiListResultSetsOutput,\n});\n"],"mappings":"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"}
@@ -1,9 +1,47 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-result-sets.d.ts
4
- declare const RedcircleApiListResultSetsInput: z.ZodTypeAny;
5
- declare const RedcircleApiListResultSetsOutput: z.ZodTypeAny;
6
- declare const redcircleApiListResultSets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiListResultSetsInput: z.ZodObject<{
5
+ collection_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RedcircleApiListResultSetsOutput: z.ZodObject<{
8
+ results: z.ZodArray<z.ZodObject<{
9
+ id: z.ZodNullable<z.ZodNumber>;
10
+ ended_at: z.ZodNullable<z.ZodString>;
11
+ expires_at: z.ZodNullable<z.ZodString>;
12
+ started_at: z.ZodNullable<z.ZodString>;
13
+ requests_total: z.ZodNullable<z.ZodNumber>;
14
+ webhook_status: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
15
+ requests_failed: z.ZodNullable<z.ZodNumber>;
16
+ destination_status: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
17
+ requests_completed: z.ZodNullable<z.ZodNumber>;
18
+ results_page_count: z.ZodNullable<z.ZodNumber>;
19
+ }, z.core.$strip>>;
20
+ collection: z.ZodNullable<z.ZodObject<{
21
+ id: z.ZodNullable<z.ZodString>;
22
+ name: z.ZodNullable<z.ZodString>;
23
+ status: z.ZodNullable<z.ZodString>;
24
+ enabled: z.ZodNullable<z.ZodBoolean>;
25
+ created_at: z.ZodNullable<z.ZodString>;
26
+ results_count: z.ZodNullable<z.ZodNumber>;
27
+ schedule_type: z.ZodNullable<z.ZodString>;
28
+ schedule_hours: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
29
+ notification_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ notification_as_csv: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
31
+ requests_page_count: z.ZodNullable<z.ZodNumber>;
32
+ notification_as_json: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
33
+ requests_total_count: z.ZodNullable<z.ZodNumber>;
34
+ notification_as_jsonlines: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
35
+ }, z.core.$strip>>;
36
+ request_info: z.ZodNullable<z.ZodObject<{
37
+ success: z.ZodNullable<z.ZodBoolean>;
38
+ }, z.core.$strip>>;
39
+ collection_id: z.ZodNullable<z.ZodString>;
40
+ results_count: z.ZodNullable<z.ZodNumber>;
41
+ }, z.core.$strip>;
42
+ declare const redcircleApiListResultSets: import("@keystrokehq/action").WorkflowActionDefinition<{
43
+ collection_id: string;
44
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
45
  //#endregion
8
46
  export { redcircleApiListResultSets };
9
47
  //# sourceMappingURL=list-result-sets.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-result-sets.d.cts","names":[],"sources":["../../src/actions/list-result-sets.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE0B;AAAA,cAkC7D,gCAAA,EAAkC,CAAA,CAAE,UAM4D;AAAA,cAEhG,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-result-sets.d.cts","names":[],"sources":["../../src/actions/list-result-sets.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAoC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQhC,0BAAA,gCAA0B,wBAAA"}
@@ -1,9 +1,47 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/list-result-sets.d.ts
4
- declare const RedcircleApiListResultSetsInput: z.ZodTypeAny;
5
- declare const RedcircleApiListResultSetsOutput: z.ZodTypeAny;
6
- declare const redcircleApiListResultSets: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const RedcircleApiListResultSetsInput: z.ZodObject<{
5
+ collection_id: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const RedcircleApiListResultSetsOutput: z.ZodObject<{
8
+ results: z.ZodArray<z.ZodObject<{
9
+ id: z.ZodNullable<z.ZodNumber>;
10
+ ended_at: z.ZodNullable<z.ZodString>;
11
+ expires_at: z.ZodNullable<z.ZodString>;
12
+ started_at: z.ZodNullable<z.ZodString>;
13
+ requests_total: z.ZodNullable<z.ZodNumber>;
14
+ webhook_status: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
15
+ requests_failed: z.ZodNullable<z.ZodNumber>;
16
+ destination_status: z.ZodOptional<z.ZodNullable<z.ZodObject<{}, z.core.$strip>>>;
17
+ requests_completed: z.ZodNullable<z.ZodNumber>;
18
+ results_page_count: z.ZodNullable<z.ZodNumber>;
19
+ }, z.core.$strip>>;
20
+ collection: z.ZodNullable<z.ZodObject<{
21
+ id: z.ZodNullable<z.ZodString>;
22
+ name: z.ZodNullable<z.ZodString>;
23
+ status: z.ZodNullable<z.ZodString>;
24
+ enabled: z.ZodNullable<z.ZodBoolean>;
25
+ created_at: z.ZodNullable<z.ZodString>;
26
+ results_count: z.ZodNullable<z.ZodNumber>;
27
+ schedule_type: z.ZodNullable<z.ZodString>;
28
+ schedule_hours: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber>>>;
29
+ notification_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ notification_as_csv: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
31
+ requests_page_count: z.ZodNullable<z.ZodNumber>;
32
+ notification_as_json: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
33
+ requests_total_count: z.ZodNullable<z.ZodNumber>;
34
+ notification_as_jsonlines: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
35
+ }, z.core.$strip>>;
36
+ request_info: z.ZodNullable<z.ZodObject<{
37
+ success: z.ZodNullable<z.ZodBoolean>;
38
+ }, z.core.$strip>>;
39
+ collection_id: z.ZodNullable<z.ZodString>;
40
+ results_count: z.ZodNullable<z.ZodNumber>;
41
+ }, z.core.$strip>;
42
+ declare const redcircleApiListResultSets: import("@keystrokehq/action").WorkflowActionDefinition<{
43
+ collection_id: string;
44
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
45
  //#endregion
8
46
  export { redcircleApiListResultSets };
9
47
  //# sourceMappingURL=list-result-sets.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"list-result-sets.d.mts","names":[],"sources":["../../src/actions/list-result-sets.ts"],"mappings":";;;cAIa,+BAAA,EAAiC,CAAA,CAAE,UAE0B;AAAA,cAkC7D,gCAAA,EAAkC,CAAA,CAAE,UAM4D;AAAA,cAEhG,0BAAA,gCAA0B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"list-result-sets.d.mts","names":[],"sources":["../../src/actions/list-result-sets.ts"],"mappings":";;;cAIa,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;cAoC/B,gCAAA,EAAgC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQhC,0BAAA,gCAA0B,wBAAA"}
@@ -5,34 +5,34 @@ const RedcircleApiListResultSetsInput = z.object({ collection_id: z.string().des
5
5
  const RedcircleApiListResultSets_WebhookStatusSchema = z.object({}).describe("Webhook delivery status object.");
6
6
  const RedcircleApiListResultSets_DestinationStatusSchema = z.object({}).describe("Destination upload status object.");
7
7
  const RedcircleApiListResultSets_ResultSetSchema = z.object({
8
- id: z.number().int().describe("Unique result set identifier."),
9
- ended_at: z.string().describe("Execution completion timestamp (ISO8601)."),
10
- expires_at: z.string().describe("Data retention expiration date (ISO8601, 14-day retention)."),
11
- started_at: z.string().describe("Execution start timestamp (ISO8601)."),
12
- requests_total: z.number().int().describe("Total number of requests in this set."),
8
+ id: z.number().int().describe("Unique result set identifier.").nullable(),
9
+ ended_at: z.string().describe("Execution completion timestamp (ISO8601).").nullable(),
10
+ expires_at: z.string().describe("Data retention expiration date (ISO8601, 14-day retention).").nullable(),
11
+ started_at: z.string().describe("Execution start timestamp (ISO8601).").nullable(),
12
+ requests_total: z.number().int().describe("Total number of requests in this set.").nullable(),
13
13
  webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),
14
- requests_failed: z.number().int().describe("Number of failed requests."),
14
+ requests_failed: z.number().int().describe("Number of failed requests.").nullable(),
15
15
  destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),
16
- requests_completed: z.number().int().describe("Number of successfully processed requests."),
17
- results_page_count: z.number().int().describe("Number of result pages in this set.")
16
+ requests_completed: z.number().int().describe("Number of successfully processed requests.").nullable(),
17
+ results_page_count: z.number().int().describe("Number of result pages in this set.").nullable()
18
18
  }).describe("Individual result set object.");
19
19
  const RedcircleApiListResultSets_CollectionSchema = z.object({
20
- id: z.string().describe("Unique collection identifier."),
21
- name: z.string().describe("Name of the collection."),
22
- status: z.string().describe("Current collection status."),
23
- enabled: z.boolean().describe("Whether collection is active."),
24
- created_at: z.string().describe("Collection creation timestamp (ISO8601)."),
25
- results_count: z.number().int().describe("Total result sets count."),
26
- schedule_type: z.string().describe("Type of scheduling configuration."),
20
+ id: z.string().describe("Unique collection identifier.").nullable(),
21
+ name: z.string().describe("Name of the collection.").nullable(),
22
+ status: z.string().describe("Current collection status.").nullable(),
23
+ enabled: z.boolean().describe("Whether collection is active.").nullable(),
24
+ created_at: z.string().describe("Collection creation timestamp (ISO8601).").nullable(),
25
+ results_count: z.number().int().describe("Total result sets count.").nullable(),
26
+ schedule_type: z.string().describe("Type of scheduling configuration.").nullable(),
27
27
  schedule_hours: z.array(z.number().int()).describe("Scheduled execution hours (0-23).").nullable().optional(),
28
28
  notification_email: z.string().describe("Email for notifications.").nullable().optional(),
29
29
  notification_as_csv: z.boolean().describe("CSV notification format flag.").nullable().optional(),
30
- requests_page_count: z.number().int().describe("Number of request pages."),
30
+ requests_page_count: z.number().int().describe("Number of request pages.").nullable(),
31
31
  notification_as_json: z.boolean().describe("JSON notification format flag.").nullable().optional(),
32
- requests_total_count: z.number().int().describe("Total number of requests in the collection."),
32
+ requests_total_count: z.number().int().describe("Total number of requests in the collection.").nullable(),
33
33
  notification_as_jsonlines: z.boolean().describe("JSONLINES notification format flag.").nullable().optional()
34
34
  }).describe("Collection metadata object.");
35
- const RedcircleApiListResultSets_RequestInfoSchema = z.object({ success: z.boolean().describe("Indicates if the request was successful.") }).describe("Request information object.");
35
+ const RedcircleApiListResultSets_RequestInfoSchema = z.object({ success: z.boolean().describe("Indicates if the request was successful.").nullable() }).describe("Request information object.");
36
36
  const redcircleApiListResultSets = action("REDCIRCLE_API_LIST_RESULT_SETS", {
37
37
  slug: "redcircle_api-list-result-sets",
38
38
  name: "List Result Sets",
@@ -42,8 +42,8 @@ const redcircleApiListResultSets = action("REDCIRCLE_API_LIST_RESULT_SETS", {
42
42
  results: z.array(RedcircleApiListResultSets_ResultSetSchema).describe("Array of result set objects, sorted by most recent first."),
43
43
  collection: RedcircleApiListResultSets_CollectionSchema.nullable(),
44
44
  request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),
45
- collection_id: z.string().describe("The ID of the collection."),
46
- results_count: z.number().int().describe("Number of result sets returned.")
45
+ collection_id: z.string().describe("The ID of the collection.").nullable(),
46
+ results_count: z.number().int().describe("Number of result sets returned.").nullable()
47
47
  }).describe("Response model for listing result sets. Contains collection metadata and array of result sets.")
48
48
  });
49
49
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"list-result-sets.mjs","names":[],"sources":["../../src/actions/list-result-sets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListResultSetsInput: z.ZodTypeAny = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to retrieve result sets for.\"),\n}).describe(\"Request model for listing all result sets for a collection.\");\nconst RedcircleApiListResultSets_WebhookStatusSchema: z.ZodTypeAny = z.object({}).describe(\"Webhook delivery status object.\");\nconst RedcircleApiListResultSets_DestinationStatusSchema: z.ZodTypeAny = z.object({}).describe(\"Destination upload status object.\");\nconst RedcircleApiListResultSets_ResultSetSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique result set identifier.\"),\n ended_at: z.string().describe(\"Execution completion timestamp (ISO8601).\"),\n expires_at: z.string().describe(\"Data retention expiration date (ISO8601, 14-day retention).\"),\n started_at: z.string().describe(\"Execution start timestamp (ISO8601).\"),\n requests_total: z.number().int().describe(\"Total number of requests in this set.\"),\n webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),\n requests_failed: z.number().int().describe(\"Number of failed requests.\"),\n destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),\n requests_completed: z.number().int().describe(\"Number of successfully processed requests.\"),\n results_page_count: z.number().int().describe(\"Number of result pages in this set.\"),\n}).describe(\"Individual result set object.\");\nconst RedcircleApiListResultSets_CollectionSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique collection identifier.\"),\n name: z.string().describe(\"Name of the collection.\"),\n status: z.string().describe(\"Current collection status.\"),\n enabled: z.boolean().describe(\"Whether collection is active.\"),\n created_at: z.string().describe(\"Collection creation timestamp (ISO8601).\"),\n results_count: z.number().int().describe(\"Total result sets count.\"),\n schedule_type: z.string().describe(\"Type of scheduling configuration.\"),\n schedule_hours: z.array(z.number().int()).describe(\"Scheduled execution hours (0-23).\").nullable().optional(),\n notification_email: z.string().describe(\"Email for notifications.\").nullable().optional(),\n notification_as_csv: z.boolean().describe(\"CSV notification format flag.\").nullable().optional(),\n requests_page_count: z.number().int().describe(\"Number of request pages.\"),\n notification_as_json: z.boolean().describe(\"JSON notification format flag.\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection.\"),\n notification_as_jsonlines: z.boolean().describe(\"JSONLINES notification format flag.\").nullable().optional(),\n}).describe(\"Collection metadata object.\");\nconst RedcircleApiListResultSets_RequestInfoSchema: z.ZodTypeAny = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\"),\n}).describe(\"Request information object.\");\nexport const RedcircleApiListResultSetsOutput: z.ZodTypeAny = z.object({\n results: z.array(RedcircleApiListResultSets_ResultSetSchema).describe(\"Array of result set objects, sorted by most recent first.\"),\n collection: RedcircleApiListResultSets_CollectionSchema.nullable(),\n request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The ID of the collection.\"),\n results_count: z.number().int().describe(\"Number of result sets returned.\"),\n}).describe(\"Response model for listing result sets. Contains collection metadata and array of result sets.\");\n\nexport const redcircleApiListResultSets = action(\"REDCIRCLE_API_LIST_RESULT_SETS\", {\n slug: \"redcircle_api-list-result-sets\",\n name: \"List Result Sets\",\n description: \"Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.\",\n input: RedcircleApiListResultSetsInput,\n output: RedcircleApiListResultSetsOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"list-result-sets.mjs","names":[],"sources":["../../src/actions/list-result-sets.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const RedcircleApiListResultSetsInput = z.object({\n collection_id: z.string().describe(\"The unique identifier of the collection to retrieve result sets for.\"),\n}).describe(\"Request model for listing all result sets for a collection.\");\nconst RedcircleApiListResultSets_WebhookStatusSchema = z.object({}).describe(\"Webhook delivery status object.\");\nconst RedcircleApiListResultSets_DestinationStatusSchema = z.object({}).describe(\"Destination upload status object.\");\nconst RedcircleApiListResultSets_ResultSetSchema = z.object({\n id: z.number().int().describe(\"Unique result set identifier.\").nullable(),\n ended_at: z.string().describe(\"Execution completion timestamp (ISO8601).\").nullable(),\n expires_at: z.string().describe(\"Data retention expiration date (ISO8601, 14-day retention).\").nullable(),\n started_at: z.string().describe(\"Execution start timestamp (ISO8601).\").nullable(),\n requests_total: z.number().int().describe(\"Total number of requests in this set.\").nullable(),\n webhook_status: RedcircleApiListResultSets_WebhookStatusSchema.nullable().optional(),\n requests_failed: z.number().int().describe(\"Number of failed requests.\").nullable(),\n destination_status: RedcircleApiListResultSets_DestinationStatusSchema.nullable().optional(),\n requests_completed: z.number().int().describe(\"Number of successfully processed requests.\").nullable(),\n results_page_count: z.number().int().describe(\"Number of result pages in this set.\").nullable(),\n}).describe(\"Individual result set object.\");\nconst RedcircleApiListResultSets_CollectionSchema = z.object({\n id: z.string().describe(\"Unique collection identifier.\").nullable(),\n name: z.string().describe(\"Name of the collection.\").nullable(),\n status: z.string().describe(\"Current collection status.\").nullable(),\n enabled: z.boolean().describe(\"Whether collection is active.\").nullable(),\n created_at: z.string().describe(\"Collection creation timestamp (ISO8601).\").nullable(),\n results_count: z.number().int().describe(\"Total result sets count.\").nullable(),\n schedule_type: z.string().describe(\"Type of scheduling configuration.\").nullable(),\n schedule_hours: z.array(z.number().int()).describe(\"Scheduled execution hours (0-23).\").nullable().optional(),\n notification_email: z.string().describe(\"Email for notifications.\").nullable().optional(),\n notification_as_csv: z.boolean().describe(\"CSV notification format flag.\").nullable().optional(),\n requests_page_count: z.number().int().describe(\"Number of request pages.\").nullable(),\n notification_as_json: z.boolean().describe(\"JSON notification format flag.\").nullable().optional(),\n requests_total_count: z.number().int().describe(\"Total number of requests in the collection.\").nullable(),\n notification_as_jsonlines: z.boolean().describe(\"JSONLINES notification format flag.\").nullable().optional(),\n}).describe(\"Collection metadata object.\");\nconst RedcircleApiListResultSets_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\").nullable(),\n}).describe(\"Request information object.\");\nexport const RedcircleApiListResultSetsOutput = z.object({\n results: z.array(RedcircleApiListResultSets_ResultSetSchema).describe(\"Array of result set objects, sorted by most recent first.\"),\n collection: RedcircleApiListResultSets_CollectionSchema.nullable(),\n request_info: RedcircleApiListResultSets_RequestInfoSchema.nullable(),\n collection_id: z.string().describe(\"The ID of the collection.\").nullable(),\n results_count: z.number().int().describe(\"Number of result sets returned.\").nullable(),\n}).describe(\"Response model for listing result sets. Contains collection metadata and array of result sets.\");\n\nexport const redcircleApiListResultSets = action(\"REDCIRCLE_API_LIST_RESULT_SETS\", {\n slug: \"redcircle_api-list-result-sets\",\n name: \"List Result Sets\",\n description: \"Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.\",\n input: RedcircleApiListResultSetsInput,\n output: RedcircleApiListResultSetsOutput,\n});\n"],"mappings":"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"}
@@ -7,11 +7,11 @@ const RedcircleApiListZipcodesInput = zod.z.object({
7
7
  search_term: zod.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 = zod.z.object({
10
- used: zod.z.number().int().describe("Number of zipcodes used."),
11
- limit: zod.z.number().int().describe("Total zipcode limit for the account."),
12
- available: zod.z.number().int().describe("Number of zipcodes still available.")
10
+ used: zod.z.number().int().describe("Number of zipcodes used.").nullable(),
11
+ limit: zod.z.number().int().describe("Total zipcode limit for the account.").nullable(),
12
+ available: zod.z.number().int().describe("Number of zipcodes still available.").nullable()
13
13
  }).describe("Account usage statistics for zipcodes.");
14
- const RedcircleApiListZipcodes_RequestInfoSchema = zod.z.object({ success: zod.z.boolean().describe("Indicates if the request was successful.") }).describe("Contains request success status information.");
14
+ const RedcircleApiListZipcodes_RequestInfoSchema = zod.z.object({ success: zod.z.boolean().describe("Indicates if the request was successful.").nullable() }).describe("Contains request success status information.");
15
15
  const RedcircleApiListZipcodesOutput = zod.z.object({
16
16
  usage: RedcircleApiListZipcodes_UsageSchema.nullable(),
17
17
  zipcodes: zod.z.object({}).describe("Dictionary of zipcodes grouped by domain name. Keys are domain names, values are arrays of zipcode objects."),
@@ -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}).describe(\"Account usage statistics for zipcodes.\");\nconst RedcircleApiListZipcodes_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\").nullable(),\n}).describe(\"Contains request success status information.\");\nexport const RedcircleApiListZipcodesOutput = 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,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,SAAS,wCAAwC;AACpD,MAAM,6CAA6CA,IAAAA,EAAE,OAAO,EAC1D,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,EACrF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAC1D,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,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,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.$strip>>;
15
+ zipcodes: z.ZodObject<{}, z.core.$strip>;
16
+ request_info: z.ZodNullable<z.ZodObject<{
17
+ success: z.ZodNullable<z.ZodBoolean>;
18
+ }, z.core.$strip>>;
19
+ }, z.core.$strip>;
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.$strip>>;
15
+ zipcodes: z.ZodObject<{}, z.core.$strip>;
16
+ request_info: z.ZodNullable<z.ZodObject<{
17
+ success: z.ZodNullable<z.ZodBoolean>;
18
+ }, z.core.$strip>>;
19
+ }, z.core.$strip>;
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.")
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
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.");
14
+ const RedcircleApiListZipcodes_RequestInfoSchema = z.object({ success: z.boolean().describe("Indicates if the request was successful.").nullable() }).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",
@@ -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}).describe(\"Account usage statistics for zipcodes.\");\nconst RedcircleApiListZipcodes_RequestInfoSchema = z.object({\n success: z.boolean().describe(\"Indicates if the request was successful.\").nullable(),\n}).describe(\"Contains request success status information.\");\nexport const RedcircleApiListZipcodesOutput = 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,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,SAAS,wCAAwC;AACpD,MAAM,6CAA6C,EAAE,OAAO,EAC1D,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,EACrF,CAAC,CAAC,CAAC,SAAS,8CAA8C;AAO1D,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,CAAC,CAAC,CAAC,CAAC,SAAS,6GAA6G;EAC7I,cAAc,2CAA2C,SAAS;CACpE,CAAC,CAAC,CAAC,SAAS,sCAOF;AACV,CAAC"}