@keystrokehq/scale_ai 0.1.0 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (329) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/add-studio-assignments.cjs +1 -1
  4. package/dist/actions/add-studio-assignments.cjs.map +1 -1
  5. package/dist/actions/add-studio-assignments.d.cts +11 -3
  6. package/dist/actions/add-studio-assignments.d.cts.map +1 -1
  7. package/dist/actions/add-studio-assignments.d.mts +11 -3
  8. package/dist/actions/add-studio-assignments.d.mts.map +1 -1
  9. package/dist/actions/add-studio-assignments.mjs +1 -1
  10. package/dist/actions/add-studio-assignments.mjs.map +1 -1
  11. package/dist/actions/add-task-tags.cjs +2 -2
  12. package/dist/actions/add-task-tags.cjs.map +1 -1
  13. package/dist/actions/add-task-tags.d.cts +19 -3
  14. package/dist/actions/add-task-tags.d.cts.map +1 -1
  15. package/dist/actions/add-task-tags.d.mts +19 -3
  16. package/dist/actions/add-task-tags.d.mts.map +1 -1
  17. package/dist/actions/add-task-tags.mjs +2 -2
  18. package/dist/actions/add-task-tags.mjs.map +1 -1
  19. package/dist/actions/create-batch.cjs +1 -1
  20. package/dist/actions/create-batch.cjs.map +1 -1
  21. package/dist/actions/create-batch.d.cts +22 -3
  22. package/dist/actions/create-batch.d.cts.map +1 -1
  23. package/dist/actions/create-batch.d.mts +22 -3
  24. package/dist/actions/create-batch.d.mts.map +1 -1
  25. package/dist/actions/create-batch.mjs +1 -1
  26. package/dist/actions/create-batch.mjs.map +1 -1
  27. package/dist/actions/create-document-transcription-task.cjs +16 -16
  28. package/dist/actions/create-document-transcription-task.cjs.map +1 -1
  29. package/dist/actions/create-document-transcription-task.d.cts +121 -3
  30. package/dist/actions/create-document-transcription-task.d.cts.map +1 -1
  31. package/dist/actions/create-document-transcription-task.d.mts +121 -3
  32. package/dist/actions/create-document-transcription-task.d.mts.map +1 -1
  33. package/dist/actions/create-document-transcription-task.mjs +16 -16
  34. package/dist/actions/create-document-transcription-task.mjs.map +1 -1
  35. package/dist/actions/create-image-annotation-task.cjs +24 -24
  36. package/dist/actions/create-image-annotation-task.cjs.map +1 -1
  37. package/dist/actions/create-image-annotation-task.d.cts +278 -3
  38. package/dist/actions/create-image-annotation-task.d.cts.map +1 -1
  39. package/dist/actions/create-image-annotation-task.d.mts +278 -3
  40. package/dist/actions/create-image-annotation-task.d.mts.map +1 -1
  41. package/dist/actions/create-image-annotation-task.mjs +24 -24
  42. package/dist/actions/create-image-annotation-task.mjs.map +1 -1
  43. package/dist/actions/create-lidar-annotation-task.cjs +2 -2
  44. package/dist/actions/create-lidar-annotation-task.cjs.map +1 -1
  45. package/dist/actions/create-lidar-annotation-task.d.cts +57 -3
  46. package/dist/actions/create-lidar-annotation-task.d.cts.map +1 -1
  47. package/dist/actions/create-lidar-annotation-task.d.mts +57 -3
  48. package/dist/actions/create-lidar-annotation-task.d.mts.map +1 -1
  49. package/dist/actions/create-lidar-annotation-task.mjs +2 -2
  50. package/dist/actions/create-lidar-annotation-task.mjs.map +1 -1
  51. package/dist/actions/create-lidar-segmentation-task.cjs +11 -11
  52. package/dist/actions/create-lidar-segmentation-task.cjs.map +1 -1
  53. package/dist/actions/create-lidar-segmentation-task.d.cts +51 -3
  54. package/dist/actions/create-lidar-segmentation-task.d.cts.map +1 -1
  55. package/dist/actions/create-lidar-segmentation-task.d.mts +51 -3
  56. package/dist/actions/create-lidar-segmentation-task.d.mts.map +1 -1
  57. package/dist/actions/create-lidar-segmentation-task.mjs +11 -11
  58. package/dist/actions/create-lidar-segmentation-task.mjs.map +1 -1
  59. package/dist/actions/create-named-entity-recognition-task.cjs +5 -5
  60. package/dist/actions/create-named-entity-recognition-task.cjs.map +1 -1
  61. package/dist/actions/create-named-entity-recognition-task.d.cts +75 -3
  62. package/dist/actions/create-named-entity-recognition-task.d.cts.map +1 -1
  63. package/dist/actions/create-named-entity-recognition-task.d.mts +75 -3
  64. package/dist/actions/create-named-entity-recognition-task.d.mts.map +1 -1
  65. package/dist/actions/create-named-entity-recognition-task.mjs +5 -5
  66. package/dist/actions/create-named-entity-recognition-task.mjs.map +1 -1
  67. package/dist/actions/create-segmentation-annotation-task.cjs +19 -19
  68. package/dist/actions/create-segmentation-annotation-task.cjs.map +1 -1
  69. package/dist/actions/create-segmentation-annotation-task.d.cts +80 -3
  70. package/dist/actions/create-segmentation-annotation-task.d.cts.map +1 -1
  71. package/dist/actions/create-segmentation-annotation-task.d.mts +80 -3
  72. package/dist/actions/create-segmentation-annotation-task.d.mts.map +1 -1
  73. package/dist/actions/create-segmentation-annotation-task.mjs +19 -19
  74. package/dist/actions/create-segmentation-annotation-task.mjs.map +1 -1
  75. package/dist/actions/create-text-collection-task.cjs +14 -14
  76. package/dist/actions/create-text-collection-task.cjs.map +1 -1
  77. package/dist/actions/create-text-collection-task.d.cts +88 -3
  78. package/dist/actions/create-text-collection-task.d.cts.map +1 -1
  79. package/dist/actions/create-text-collection-task.d.mts +88 -3
  80. package/dist/actions/create-text-collection-task.d.mts.map +1 -1
  81. package/dist/actions/create-text-collection-task.mjs +14 -14
  82. package/dist/actions/create-text-collection-task.mjs.map +1 -1
  83. package/dist/actions/create-video-annotation-task.cjs +15 -15
  84. package/dist/actions/create-video-annotation-task.cjs.map +1 -1
  85. package/dist/actions/create-video-annotation-task.d.cts +172 -3
  86. package/dist/actions/create-video-annotation-task.d.cts.map +1 -1
  87. package/dist/actions/create-video-annotation-task.d.mts +172 -3
  88. package/dist/actions/create-video-annotation-task.d.mts.map +1 -1
  89. package/dist/actions/create-video-annotation-task.mjs +15 -15
  90. package/dist/actions/create-video-annotation-task.mjs.map +1 -1
  91. package/dist/actions/create-video-playback-annotation-task.cjs +18 -18
  92. package/dist/actions/create-video-playback-annotation-task.cjs.map +1 -1
  93. package/dist/actions/create-video-playback-annotation-task.d.cts +204 -3
  94. package/dist/actions/create-video-playback-annotation-task.d.cts.map +1 -1
  95. package/dist/actions/create-video-playback-annotation-task.d.mts +204 -3
  96. package/dist/actions/create-video-playback-annotation-task.d.mts.map +1 -1
  97. package/dist/actions/create-video-playback-annotation-task.mjs +18 -18
  98. package/dist/actions/create-video-playback-annotation-task.mjs.map +1 -1
  99. package/dist/actions/delete-task-tags.cjs +2 -2
  100. package/dist/actions/delete-task-tags.cjs.map +1 -1
  101. package/dist/actions/delete-task-tags.d.cts +18 -3
  102. package/dist/actions/delete-task-tags.d.cts.map +1 -1
  103. package/dist/actions/delete-task-tags.d.mts +18 -3
  104. package/dist/actions/delete-task-tags.d.mts.map +1 -1
  105. package/dist/actions/delete-task-tags.mjs +2 -2
  106. package/dist/actions/delete-task-tags.mjs.map +1 -1
  107. package/dist/actions/delete-task-unique-id.cjs +3 -3
  108. package/dist/actions/delete-task-unique-id.cjs.map +1 -1
  109. package/dist/actions/delete-task-unique-id.d.cts +16 -3
  110. package/dist/actions/delete-task-unique-id.d.cts.map +1 -1
  111. package/dist/actions/delete-task-unique-id.d.mts +16 -3
  112. package/dist/actions/delete-task-unique-id.d.mts.map +1 -1
  113. package/dist/actions/delete-task-unique-id.mjs +3 -3
  114. package/dist/actions/delete-task-unique-id.mjs.map +1 -1
  115. package/dist/actions/finalize-batch.cjs +1 -1
  116. package/dist/actions/finalize-batch.cjs.map +1 -1
  117. package/dist/actions/finalize-batch.d.cts +14 -3
  118. package/dist/actions/finalize-batch.d.cts.map +1 -1
  119. package/dist/actions/finalize-batch.d.mts +14 -3
  120. package/dist/actions/finalize-batch.d.mts.map +1 -1
  121. package/dist/actions/finalize-batch.mjs +1 -1
  122. package/dist/actions/finalize-batch.mjs.map +1 -1
  123. package/dist/actions/get-assets.cjs +2 -2
  124. package/dist/actions/get-assets.cjs.map +1 -1
  125. package/dist/actions/get-assets.d.cts +23 -3
  126. package/dist/actions/get-assets.d.cts.map +1 -1
  127. package/dist/actions/get-assets.d.mts +23 -3
  128. package/dist/actions/get-assets.d.mts.map +1 -1
  129. package/dist/actions/get-assets.mjs +2 -2
  130. package/dist/actions/get-assets.mjs.map +1 -1
  131. package/dist/actions/get-batch-status.cjs +6 -6
  132. package/dist/actions/get-batch-status.cjs.map +1 -1
  133. package/dist/actions/get-batch-status.d.cts +13 -3
  134. package/dist/actions/get-batch-status.d.cts.map +1 -1
  135. package/dist/actions/get-batch-status.d.mts +13 -3
  136. package/dist/actions/get-batch-status.d.mts.map +1 -1
  137. package/dist/actions/get-batch-status.mjs +6 -6
  138. package/dist/actions/get-batch-status.mjs.map +1 -1
  139. package/dist/actions/get-batch.cjs +2 -2
  140. package/dist/actions/get-batch.cjs.map +1 -1
  141. package/dist/actions/get-batch.d.cts +14 -3
  142. package/dist/actions/get-batch.d.cts.map +1 -1
  143. package/dist/actions/get-batch.d.mts +14 -3
  144. package/dist/actions/get-batch.d.mts.map +1 -1
  145. package/dist/actions/get-batch.mjs +2 -2
  146. package/dist/actions/get-batch.mjs.map +1 -1
  147. package/dist/actions/get-fixless-audits.cjs +7 -7
  148. package/dist/actions/get-fixless-audits.cjs.map +1 -1
  149. package/dist/actions/get-fixless-audits.d.cts +36 -3
  150. package/dist/actions/get-fixless-audits.d.cts.map +1 -1
  151. package/dist/actions/get-fixless-audits.d.mts +36 -3
  152. package/dist/actions/get-fixless-audits.d.mts.map +1 -1
  153. package/dist/actions/get-fixless-audits.mjs +7 -7
  154. package/dist/actions/get-fixless-audits.mjs.map +1 -1
  155. package/dist/actions/get-project.cjs +8 -8
  156. package/dist/actions/get-project.cjs.map +1 -1
  157. package/dist/actions/get-project.d.cts +16 -3
  158. package/dist/actions/get-project.d.cts.map +1 -1
  159. package/dist/actions/get-project.d.mts +16 -3
  160. package/dist/actions/get-project.d.mts.map +1 -1
  161. package/dist/actions/get-project.mjs +8 -8
  162. package/dist/actions/get-project.mjs.map +1 -1
  163. package/dist/actions/get-quality-labelers.cjs +3 -3
  164. package/dist/actions/get-quality-labelers.cjs.map +1 -1
  165. package/dist/actions/get-quality-labelers.d.cts +25 -3
  166. package/dist/actions/get-quality-labelers.d.cts.map +1 -1
  167. package/dist/actions/get-quality-labelers.d.mts +25 -3
  168. package/dist/actions/get-quality-labelers.d.mts.map +1 -1
  169. package/dist/actions/get-quality-labelers.mjs +3 -3
  170. package/dist/actions/get-quality-labelers.mjs.map +1 -1
  171. package/dist/actions/get-studio-assignments.cjs +2 -2
  172. package/dist/actions/get-studio-assignments.cjs.map +1 -1
  173. package/dist/actions/get-studio-assignments.d.cts +11 -3
  174. package/dist/actions/get-studio-assignments.d.cts.map +1 -1
  175. package/dist/actions/get-studio-assignments.d.mts +11 -3
  176. package/dist/actions/get-studio-assignments.d.mts.map +1 -1
  177. package/dist/actions/get-studio-assignments.mjs +2 -2
  178. package/dist/actions/get-studio-assignments.mjs.map +1 -1
  179. package/dist/actions/get-studio-batches.cjs +9 -9
  180. package/dist/actions/get-studio-batches.cjs.map +1 -1
  181. package/dist/actions/get-studio-batches.d.cts +13 -3
  182. package/dist/actions/get-studio-batches.d.cts.map +1 -1
  183. package/dist/actions/get-studio-batches.d.mts +13 -3
  184. package/dist/actions/get-studio-batches.d.mts.map +1 -1
  185. package/dist/actions/get-studio-batches.mjs +9 -9
  186. package/dist/actions/get-studio-batches.mjs.map +1 -1
  187. package/dist/actions/get-teams.cjs +3 -3
  188. package/dist/actions/get-teams.cjs.map +1 -1
  189. package/dist/actions/get-teams.d.cts +14 -3
  190. package/dist/actions/get-teams.d.cts.map +1 -1
  191. package/dist/actions/get-teams.d.mts +14 -3
  192. package/dist/actions/get-teams.d.mts.map +1 -1
  193. package/dist/actions/get-teams.mjs +3 -3
  194. package/dist/actions/get-teams.mjs.map +1 -1
  195. package/dist/actions/get-v1-task-response-url.cjs +3 -3
  196. package/dist/actions/get-v1-task-response-url.cjs.map +1 -1
  197. package/dist/actions/get-v1-task-response-url.d.cts +14 -3
  198. package/dist/actions/get-v1-task-response-url.d.cts.map +1 -1
  199. package/dist/actions/get-v1-task-response-url.d.mts +14 -3
  200. package/dist/actions/get-v1-task-response-url.d.mts.map +1 -1
  201. package/dist/actions/get-v1-task-response-url.mjs +3 -3
  202. package/dist/actions/get-v1-task-response-url.mjs.map +1 -1
  203. package/dist/actions/get-v1-task.cjs +1 -1
  204. package/dist/actions/get-v1-task.cjs.map +1 -1
  205. package/dist/actions/get-v1-task.d.cts +19 -3
  206. package/dist/actions/get-v1-task.d.cts.map +1 -1
  207. package/dist/actions/get-v1-task.d.mts +19 -3
  208. package/dist/actions/get-v1-task.d.mts.map +1 -1
  209. package/dist/actions/get-v1-task.mjs +1 -1
  210. package/dist/actions/get-v1-task.mjs.map +1 -1
  211. package/dist/actions/import-file.cjs +1 -1
  212. package/dist/actions/import-file.cjs.map +1 -1
  213. package/dist/actions/import-file.d.cts +17 -3
  214. package/dist/actions/import-file.d.cts.map +1 -1
  215. package/dist/actions/import-file.d.mts +17 -3
  216. package/dist/actions/import-file.d.mts.map +1 -1
  217. package/dist/actions/import-file.mjs +1 -1
  218. package/dist/actions/import-file.mjs.map +1 -1
  219. package/dist/actions/invite-team-member.cjs +3 -3
  220. package/dist/actions/invite-team-member.cjs.map +1 -1
  221. package/dist/actions/invite-team-member.d.cts +20 -3
  222. package/dist/actions/invite-team-member.d.cts.map +1 -1
  223. package/dist/actions/invite-team-member.d.mts +20 -3
  224. package/dist/actions/invite-team-member.d.mts.map +1 -1
  225. package/dist/actions/invite-team-member.mjs +3 -3
  226. package/dist/actions/invite-team-member.mjs.map +1 -1
  227. package/dist/actions/list-batches.cjs +7 -7
  228. package/dist/actions/list-batches.cjs.map +1 -1
  229. package/dist/actions/list-batches.d.cts +33 -3
  230. package/dist/actions/list-batches.d.cts.map +1 -1
  231. package/dist/actions/list-batches.d.mts +33 -3
  232. package/dist/actions/list-batches.d.mts.map +1 -1
  233. package/dist/actions/list-batches.mjs +7 -7
  234. package/dist/actions/list-batches.mjs.map +1 -1
  235. package/dist/actions/list-projects.cjs +8 -8
  236. package/dist/actions/list-projects.cjs.map +1 -1
  237. package/dist/actions/list-projects.d.cts +26 -3
  238. package/dist/actions/list-projects.d.cts.map +1 -1
  239. package/dist/actions/list-projects.d.mts +26 -3
  240. package/dist/actions/list-projects.d.mts.map +1 -1
  241. package/dist/actions/list-projects.mjs +8 -8
  242. package/dist/actions/list-projects.mjs.map +1 -1
  243. package/dist/actions/list-tasks.cjs +2 -2
  244. package/dist/actions/list-tasks.cjs.map +1 -1
  245. package/dist/actions/list-tasks.d.cts +56 -3
  246. package/dist/actions/list-tasks.d.cts.map +1 -1
  247. package/dist/actions/list-tasks.d.mts +56 -3
  248. package/dist/actions/list-tasks.d.mts.map +1 -1
  249. package/dist/actions/list-tasks.mjs +2 -2
  250. package/dist/actions/list-tasks.mjs.map +1 -1
  251. package/dist/actions/post-v1-task-send-callback.cjs +1 -1
  252. package/dist/actions/post-v1-task-send-callback.cjs.map +1 -1
  253. package/dist/actions/post-v1-task-send-callback.d.cts +13 -3
  254. package/dist/actions/post-v1-task-send-callback.d.cts.map +1 -1
  255. package/dist/actions/post-v1-task-send-callback.d.mts +13 -3
  256. package/dist/actions/post-v1-task-send-callback.d.mts.map +1 -1
  257. package/dist/actions/post-v1-task-send-callback.mjs +1 -1
  258. package/dist/actions/post-v1-task-send-callback.mjs.map +1 -1
  259. package/dist/actions/remove-studio-assignments.cjs +3 -3
  260. package/dist/actions/remove-studio-assignments.cjs.map +1 -1
  261. package/dist/actions/remove-studio-assignments.d.cts +21 -3
  262. package/dist/actions/remove-studio-assignments.d.cts.map +1 -1
  263. package/dist/actions/remove-studio-assignments.d.mts +21 -3
  264. package/dist/actions/remove-studio-assignments.d.mts.map +1 -1
  265. package/dist/actions/remove-studio-assignments.mjs +3 -3
  266. package/dist/actions/remove-studio-assignments.mjs.map +1 -1
  267. package/dist/actions/reset-batch-priorities.cjs +9 -9
  268. package/dist/actions/reset-batch-priorities.cjs.map +1 -1
  269. package/dist/actions/reset-batch-priorities.d.cts +17 -3
  270. package/dist/actions/reset-batch-priorities.d.cts.map +1 -1
  271. package/dist/actions/reset-batch-priorities.d.mts +17 -3
  272. package/dist/actions/reset-batch-priorities.d.mts.map +1 -1
  273. package/dist/actions/reset-batch-priorities.mjs +9 -9
  274. package/dist/actions/reset-batch-priorities.mjs.map +1 -1
  275. package/dist/actions/set-batch-priorities.cjs +10 -10
  276. package/dist/actions/set-batch-priorities.cjs.map +1 -1
  277. package/dist/actions/set-batch-priorities.d.cts +24 -3
  278. package/dist/actions/set-batch-priorities.d.cts.map +1 -1
  279. package/dist/actions/set-batch-priorities.d.mts +24 -3
  280. package/dist/actions/set-batch-priorities.d.mts.map +1 -1
  281. package/dist/actions/set-batch-priorities.mjs +10 -10
  282. package/dist/actions/set-batch-priorities.mjs.map +1 -1
  283. package/dist/actions/set-project-ontology.cjs +3 -3
  284. package/dist/actions/set-project-ontology.cjs.map +1 -1
  285. package/dist/actions/set-project-ontology.d.cts +33 -3
  286. package/dist/actions/set-project-ontology.d.cts.map +1 -1
  287. package/dist/actions/set-project-ontology.d.mts +33 -3
  288. package/dist/actions/set-project-ontology.d.mts.map +1 -1
  289. package/dist/actions/set-project-ontology.mjs +3 -3
  290. package/dist/actions/set-project-ontology.mjs.map +1 -1
  291. package/dist/actions/set-project-params.cjs +2 -2
  292. package/dist/actions/set-project-params.cjs.map +1 -1
  293. package/dist/actions/set-project-params.d.cts +24 -3
  294. package/dist/actions/set-project-params.d.cts.map +1 -1
  295. package/dist/actions/set-project-params.d.mts +24 -3
  296. package/dist/actions/set-project-params.d.mts.map +1 -1
  297. package/dist/actions/set-project-params.mjs +2 -2
  298. package/dist/actions/set-project-params.mjs.map +1 -1
  299. package/dist/actions/set-task-metadata.cjs +1 -1
  300. package/dist/actions/set-task-metadata.cjs.map +1 -1
  301. package/dist/actions/set-task-metadata.d.cts +24 -3
  302. package/dist/actions/set-task-metadata.d.cts.map +1 -1
  303. package/dist/actions/set-task-metadata.d.mts +24 -3
  304. package/dist/actions/set-task-metadata.d.mts.map +1 -1
  305. package/dist/actions/set-task-metadata.mjs +1 -1
  306. package/dist/actions/set-task-metadata.mjs.map +1 -1
  307. package/dist/actions/update-task-unique-id.cjs +1 -1
  308. package/dist/actions/update-task-unique-id.cjs.map +1 -1
  309. package/dist/actions/update-task-unique-id.d.cts +19 -3
  310. package/dist/actions/update-task-unique-id.d.cts.map +1 -1
  311. package/dist/actions/update-task-unique-id.d.mts +19 -3
  312. package/dist/actions/update-task-unique-id.d.mts.map +1 -1
  313. package/dist/actions/update-task-unique-id.mjs +1 -1
  314. package/dist/actions/update-task-unique-id.mjs.map +1 -1
  315. package/dist/actions/upload-file.cjs +2 -2
  316. package/dist/actions/upload-file.cjs.map +1 -1
  317. package/dist/actions/upload-file.d.cts +31 -3
  318. package/dist/actions/upload-file.d.cts.map +1 -1
  319. package/dist/actions/upload-file.d.mts +31 -3
  320. package/dist/actions/upload-file.d.mts.map +1 -1
  321. package/dist/actions/upload-file.mjs +2 -2
  322. package/dist/actions/upload-file.mjs.map +1 -1
  323. package/dist/catalog.cjs +7 -1
  324. package/dist/catalog.cjs.map +1 -1
  325. package/dist/catalog.d.cts +8 -0
  326. package/dist/catalog.d.mts +8 -0
  327. package/dist/catalog.mjs +7 -1
  328. package/dist/catalog.mjs.map +1 -1
  329. package/package.json +2 -2
@@ -3,16 +3,16 @@ let zod = require("zod");
3
3
  //#region src/actions/get-project.ts
4
4
  const ScaleAiGetProjectInput = zod.z.object({ name: zod.z.string().describe("The unique project identifier to retrieve. This is the project name.") }).describe("Request model for retrieving a specific project by its identifier.");
5
5
  const ScaleAiGetProject_ParamHistoryItemSchema = zod.z.object({
6
- version: zod.z.number().int().describe("Version number of the parameter set."),
7
- created_at: zod.z.string().describe("ISO timestamp when this version was created."),
8
- instruction: zod.z.string().describe("Instructions associated with this parameter version.")
9
- }).describe("Historical parameter version for a project.");
6
+ version: zod.z.number().int().describe("Version number of the parameter set.").nullable(),
7
+ created_at: zod.z.string().describe("ISO timestamp when this version was created.").nullable(),
8
+ instruction: zod.z.string().describe("Instructions associated with this parameter version.").nullable()
9
+ }).passthrough().describe("Historical parameter version for a project.");
10
10
  const ScaleAiGetProjectOutput = zod.z.object({
11
- name: zod.z.string().describe("Project identifier name."),
12
- type: zod.z.string().describe("Task type for the project (e.g., 'imageannotation', 'audiotranscription')."),
13
- created_at: zod.z.string().describe("ISO timestamp of project creation."),
11
+ name: zod.z.string().describe("Project identifier name.").nullable(),
12
+ type: zod.z.string().describe("Task type for the project (e.g., 'imageannotation', 'audiotranscription').").nullable(),
13
+ created_at: zod.z.string().describe("ISO timestamp of project creation.").nullable(),
14
14
  param_history: zod.z.array(ScaleAiGetProject_ParamHistoryItemSchema).describe("Historical record of project parameters.")
15
- }).describe("Response model for project details.");
15
+ }).passthrough().describe("Response model for project details.");
16
16
  const scaleAiGetProject = require_action.action("SCALE_AI_GET_PROJECT", {
17
17
  slug: "scale_ai-get-project",
18
18
  name: "Get Project",
@@ -1 +1 @@
1
- {"version":3,"file":"get-project.cjs","names":["z","action"],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetProjectInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The unique project identifier to retrieve. This is the project name.\"),\n}).describe(\"Request model for retrieving a specific project by its identifier.\");\nconst ScaleAiGetProject_ParamHistoryItemSchema: z.ZodTypeAny = z.object({\n version: z.number().int().describe(\"Version number of the parameter set.\"),\n created_at: z.string().describe(\"ISO timestamp when this version was created.\"),\n instruction: z.string().describe(\"Instructions associated with this parameter version.\"),\n}).describe(\"Historical parameter version for a project.\");\nexport const ScaleAiGetProjectOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Project identifier name.\"),\n type: z.string().describe(\"Task type for the project (e.g., 'imageannotation', 'audiotranscription').\"),\n created_at: z.string().describe(\"ISO timestamp of project creation.\"),\n param_history: z.array(ScaleAiGetProject_ParamHistoryItemSchema).describe(\"Historical record of project parameters.\"),\n}).describe(\"Response model for project details.\");\n\nexport const scaleAiGetProject = action(\"SCALE_AI_GET_PROJECT\", {\n slug: \"scale_ai-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve details about a specific Scale AI project using its unique identifier. Use when you need to get project metadata including type, name, parameter history, and creation timestamp.\",\n input: ScaleAiGetProjectInput,\n output: ScaleAiGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuCA,IAAAA,EAAE,OAAO,EAC3D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAClG,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACzE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC9E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACzF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,0BAAwCA,IAAAA,EAAE,OAAO;CAC5D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CACpD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CACpE,eAAeA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,0CAA0C;AACtH,CAAC,CAAC,CAAC,SAAS,qCAAqC;AAEjD,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-project.cjs","names":["z","action"],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetProjectInput = z.object({\n name: z.string().describe(\"The unique project identifier to retrieve. This is the project name.\"),\n}).describe(\"Request model for retrieving a specific project by its identifier.\");\nconst ScaleAiGetProject_ParamHistoryItemSchema = z.object({\n version: z.number().int().describe(\"Version number of the parameter set.\").nullable(),\n created_at: z.string().describe(\"ISO timestamp when this version was created.\").nullable(),\n instruction: z.string().describe(\"Instructions associated with this parameter version.\").nullable(),\n}).passthrough().describe(\"Historical parameter version for a project.\");\nexport const ScaleAiGetProjectOutput = z.object({\n name: z.string().describe(\"Project identifier name.\").nullable(),\n type: z.string().describe(\"Task type for the project (e.g., 'imageannotation', 'audiotranscription').\").nullable(),\n created_at: z.string().describe(\"ISO timestamp of project creation.\").nullable(),\n param_history: z.array(ScaleAiGetProject_ParamHistoryItemSchema).describe(\"Historical record of project parameters.\"),\n}).passthrough().describe(\"Response model for project details.\");\n\nexport const scaleAiGetProject = action(\"SCALE_AI_GET_PROJECT\", {\n slug: \"scale_ai-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve details about a specific Scale AI project using its unique identifier. Use when you need to get project metadata including type, name, parameter history, and creation timestamp.\",\n input: ScaleAiGetProjectInput,\n output: ScaleAiGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyBA,IAAAA,EAAE,OAAO,EAC7C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAClG,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,2CAA2CA,IAAAA,EAAE,OAAO;CACxD,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AACvE,MAAa,0BAA0BA,IAAAA,EAAE,OAAO;CAC9C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;CAC/D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;CACjH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CAC/E,eAAeA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,0CAA0C;AACtH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAAqC;AAE/D,MAAa,oBAAoBC,eAAAA,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,22 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-project.d.ts
4
- declare const ScaleAiGetProjectInput: z.ZodTypeAny;
5
- declare const ScaleAiGetProjectOutput: z.ZodTypeAny;
6
- declare const scaleAiGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiGetProjectInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ScaleAiGetProjectOutput: z.ZodObject<{
8
+ name: z.ZodNullable<z.ZodString>;
9
+ type: z.ZodNullable<z.ZodString>;
10
+ created_at: z.ZodNullable<z.ZodString>;
11
+ param_history: z.ZodArray<z.ZodObject<{
12
+ version: z.ZodNullable<z.ZodNumber>;
13
+ created_at: z.ZodNullable<z.ZodString>;
14
+ instruction: z.ZodNullable<z.ZodString>;
15
+ }, z.core.$loose>>;
16
+ }, z.core.$loose>;
17
+ declare const scaleAiGetProject: import("@keystrokehq/action").WorkflowActionDefinition<{
18
+ name: string;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
20
  //#endregion
8
21
  export { scaleAiGetProject };
9
22
  //# sourceMappingURL=get-project.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAE0C;AAAA,cAMpE,uBAAA,EAAyB,CAAA,CAAE,UAKU;AAAA,cAErC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-project.d.cts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAQtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAOvB,iBAAA,gCAAiB,wBAAA"}
@@ -1,9 +1,22 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-project.d.ts
4
- declare const ScaleAiGetProjectInput: z.ZodTypeAny;
5
- declare const ScaleAiGetProjectOutput: z.ZodTypeAny;
6
- declare const scaleAiGetProject: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiGetProjectInput: z.ZodObject<{
5
+ name: z.ZodString;
6
+ }, z.core.$strip>;
7
+ declare const ScaleAiGetProjectOutput: z.ZodObject<{
8
+ name: z.ZodNullable<z.ZodString>;
9
+ type: z.ZodNullable<z.ZodString>;
10
+ created_at: z.ZodNullable<z.ZodString>;
11
+ param_history: z.ZodArray<z.ZodObject<{
12
+ version: z.ZodNullable<z.ZodNumber>;
13
+ created_at: z.ZodNullable<z.ZodString>;
14
+ instruction: z.ZodNullable<z.ZodString>;
15
+ }, z.core.$loose>>;
16
+ }, z.core.$loose>;
17
+ declare const scaleAiGetProject: import("@keystrokehq/action").WorkflowActionDefinition<{
18
+ name: string;
19
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
20
  //#endregion
8
21
  export { scaleAiGetProject };
9
22
  //# sourceMappingURL=get-project.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,sBAAA,EAAwB,CAAA,CAAE,UAE0C;AAAA,cAMpE,uBAAA,EAAyB,CAAA,CAAE,UAKU;AAAA,cAErC,iBAAA,gCAAiB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-project.d.mts","names":[],"sources":["../../src/actions/get-project.ts"],"mappings":";;;cAIa,sBAAA,EAAsB,CAAA,CAAA,SAAA;;;cAQtB,uBAAA,EAAuB,CAAA,CAAA,SAAA;;;;;;;;;;cAOvB,iBAAA,gCAAiB,wBAAA"}
@@ -3,21 +3,21 @@ import { z } from "zod";
3
3
  //#region src/actions/get-project.ts
4
4
  const ScaleAiGetProjectInput = z.object({ name: z.string().describe("The unique project identifier to retrieve. This is the project name.") }).describe("Request model for retrieving a specific project by its identifier.");
5
5
  const ScaleAiGetProject_ParamHistoryItemSchema = z.object({
6
- version: z.number().int().describe("Version number of the parameter set."),
7
- created_at: z.string().describe("ISO timestamp when this version was created."),
8
- instruction: z.string().describe("Instructions associated with this parameter version.")
9
- }).describe("Historical parameter version for a project.");
6
+ version: z.number().int().describe("Version number of the parameter set.").nullable(),
7
+ created_at: z.string().describe("ISO timestamp when this version was created.").nullable(),
8
+ instruction: z.string().describe("Instructions associated with this parameter version.").nullable()
9
+ }).passthrough().describe("Historical parameter version for a project.");
10
10
  const scaleAiGetProject = action("SCALE_AI_GET_PROJECT", {
11
11
  slug: "scale_ai-get-project",
12
12
  name: "Get Project",
13
13
  description: "Tool to retrieve details about a specific Scale AI project using its unique identifier. Use when you need to get project metadata including type, name, parameter history, and creation timestamp.",
14
14
  input: ScaleAiGetProjectInput,
15
15
  output: z.object({
16
- name: z.string().describe("Project identifier name."),
17
- type: z.string().describe("Task type for the project (e.g., 'imageannotation', 'audiotranscription')."),
18
- created_at: z.string().describe("ISO timestamp of project creation."),
16
+ name: z.string().describe("Project identifier name.").nullable(),
17
+ type: z.string().describe("Task type for the project (e.g., 'imageannotation', 'audiotranscription').").nullable(),
18
+ created_at: z.string().describe("ISO timestamp of project creation.").nullable(),
19
19
  param_history: z.array(ScaleAiGetProject_ParamHistoryItemSchema).describe("Historical record of project parameters.")
20
- }).describe("Response model for project details.")
20
+ }).passthrough().describe("Response model for project details.")
21
21
  });
22
22
  //#endregion
23
23
  export { scaleAiGetProject };
@@ -1 +1 @@
1
- {"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetProjectInput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"The unique project identifier to retrieve. This is the project name.\"),\n}).describe(\"Request model for retrieving a specific project by its identifier.\");\nconst ScaleAiGetProject_ParamHistoryItemSchema: z.ZodTypeAny = z.object({\n version: z.number().int().describe(\"Version number of the parameter set.\"),\n created_at: z.string().describe(\"ISO timestamp when this version was created.\"),\n instruction: z.string().describe(\"Instructions associated with this parameter version.\"),\n}).describe(\"Historical parameter version for a project.\");\nexport const ScaleAiGetProjectOutput: z.ZodTypeAny = z.object({\n name: z.string().describe(\"Project identifier name.\"),\n type: z.string().describe(\"Task type for the project (e.g., 'imageannotation', 'audiotranscription').\"),\n created_at: z.string().describe(\"ISO timestamp of project creation.\"),\n param_history: z.array(ScaleAiGetProject_ParamHistoryItemSchema).describe(\"Historical record of project parameters.\"),\n}).describe(\"Response model for project details.\");\n\nexport const scaleAiGetProject = action(\"SCALE_AI_GET_PROJECT\", {\n slug: \"scale_ai-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve details about a specific Scale AI project using its unique identifier. Use when you need to get project metadata including type, name, parameter history, and creation timestamp.\",\n input: ScaleAiGetProjectInput,\n output: ScaleAiGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAuC,EAAE,OAAO,EAC3D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAClG,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,2CAAyD,EAAE,OAAO;CACtE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C;CAC9E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACzF,CAAC,CAAC,CAAC,SAAS,6CAA6C;AAQzD,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZmD,EAAE,OAAO;EAC5D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;EACpD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E;EACtG,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;EACpE,eAAe,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,0CAA0C;CACtH,CAAC,CAAC,CAAC,SAAS,qCAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-project.mjs","names":[],"sources":["../../src/actions/get-project.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetProjectInput = z.object({\n name: z.string().describe(\"The unique project identifier to retrieve. This is the project name.\"),\n}).describe(\"Request model for retrieving a specific project by its identifier.\");\nconst ScaleAiGetProject_ParamHistoryItemSchema = z.object({\n version: z.number().int().describe(\"Version number of the parameter set.\").nullable(),\n created_at: z.string().describe(\"ISO timestamp when this version was created.\").nullable(),\n instruction: z.string().describe(\"Instructions associated with this parameter version.\").nullable(),\n}).passthrough().describe(\"Historical parameter version for a project.\");\nexport const ScaleAiGetProjectOutput = z.object({\n name: z.string().describe(\"Project identifier name.\").nullable(),\n type: z.string().describe(\"Task type for the project (e.g., 'imageannotation', 'audiotranscription').\").nullable(),\n created_at: z.string().describe(\"ISO timestamp of project creation.\").nullable(),\n param_history: z.array(ScaleAiGetProject_ParamHistoryItemSchema).describe(\"Historical record of project parameters.\"),\n}).passthrough().describe(\"Response model for project details.\");\n\nexport const scaleAiGetProject = action(\"SCALE_AI_GET_PROJECT\", {\n slug: \"scale_ai-get-project\",\n name: \"Get Project\",\n description: \"Tool to retrieve details about a specific Scale AI project using its unique identifier. Use when you need to get project metadata including type, name, parameter history, and creation timestamp.\",\n input: ScaleAiGetProjectInput,\n output: ScaleAiGetProjectOutput,\n});\n"],"mappings":";;;AAIA,MAAa,yBAAyB,EAAE,OAAO,EAC7C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sEAAsE,EAClG,CAAC,CAAC,CAAC,SAAS,oEAAoE;AAChF,MAAM,2CAA2C,EAAE,OAAO;CACxD,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACzF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACpG,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,6CAA6C;AAQvE,MAAa,oBAAoB,OAAO,wBAAwB;CAC9D,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAZqC,EAAE,OAAO;EAC9C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS;EAC/D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4EAA4E,CAAC,CAAC,SAAS;EACjH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;EAC/E,eAAe,EAAE,MAAM,wCAAwC,CAAC,CAAC,SAAS,0CAA0C;CACtH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,qCAOhB;AACV,CAAC"}
@@ -10,17 +10,17 @@ const ScaleAiGetQualityLabelersInput = zod.z.object({
10
10
  const ScaleAiGetQualityLabelers_TrainingAttemptSchema = zod.z.object({
11
11
  score: zod.z.number().describe("Performance score for the training attempt.").nullable().optional(),
12
12
  status: zod.z.string().describe("Status of the training attempt.").nullable().optional(),
13
- metadata: zod.z.object({}).describe("Additional metadata associated with the training attempt.").nullable().optional(),
13
+ metadata: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Additional metadata associated with the training attempt.").nullable().optional(),
14
14
  created_at: zod.z.string().describe("Timestamp when the training attempt was created.").nullable().optional(),
15
15
  completed_at: zod.z.string().describe("Timestamp when the training attempt was completed.").nullable().optional(),
16
16
  labeler_email: zod.z.string().describe("Email address of the labeler.").nullable().optional(),
17
17
  quality_task_id: zod.z.string().describe("Associated quality task identifier.").nullable().optional(),
18
18
  training_attempt_id: zod.z.string().describe("Unique identifier for the training attempt.").nullable().optional()
19
- }).describe("Represents a single training attempt with related data.");
19
+ }).passthrough().describe("Represents a single training attempt with related data.");
20
20
  const ScaleAiGetQualityLabelersOutput = zod.z.object({
21
21
  next_token: zod.z.string().describe("Pagination token for retrieving the next page of results.").nullable().optional(),
22
22
  training_attempts: zod.z.array(ScaleAiGetQualityLabelers_TrainingAttemptSchema).describe("List of training attempt objects matching the provided filter parameters.")
23
- }).describe("Response model for retrieving training attempts.");
23
+ }).passthrough().describe("Response model for retrieving training attempts.");
24
24
  const scaleAiGetQualityLabelers = require_action.action("SCALE_AI_GET_QUALITY_LABELERS", {
25
25
  slug: "scale_ai-get-quality-labelers",
26
26
  name: "Get Quality Labelers",
@@ -1 +1 @@
1
- {"version":3,"file":"get-quality-labelers.cjs","names":["z","action"],"sources":["../../src/actions/get-quality-labelers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetQualityLabelersInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of training attempt records to return per request.\").optional(),\n next_token: z.string().describe(\"Pagination token for retrieving subsequent result pages. Use the next_token value from a previous response to get the next page of results.\").optional(),\n labeler_emails: z.array(z.string()).describe(\"Filter results by labeler email addresses. At least one of quality_task_ids or labeler_emails must be provided.\").optional(),\n quality_task_ids: z.array(z.string()).describe(\"Filter results by specific quality task identifiers. At least one of quality_task_ids or labeler_emails must be provided.\").optional(),\n}).describe(\"Request model for retrieving training attempts matching provided parameters.\\nAt least one of quality_task_ids or labeler_emails must be provided.\");\nconst ScaleAiGetQualityLabelers_TrainingAttemptSchema: z.ZodTypeAny = z.object({\n score: z.number().describe(\"Performance score for the training attempt.\").nullable().optional(),\n status: z.string().describe(\"Status of the training attempt.\").nullable().optional(),\n metadata: z.object({}).describe(\"Additional metadata associated with the training attempt.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the training attempt was created.\").nullable().optional(),\n completed_at: z.string().describe(\"Timestamp when the training attempt was completed.\").nullable().optional(),\n labeler_email: z.string().describe(\"Email address of the labeler.\").nullable().optional(),\n quality_task_id: z.string().describe(\"Associated quality task identifier.\").nullable().optional(),\n training_attempt_id: z.string().describe(\"Unique identifier for the training attempt.\").nullable().optional(),\n}).describe(\"Represents a single training attempt with related data.\");\nexport const ScaleAiGetQualityLabelersOutput: z.ZodTypeAny = z.object({\n next_token: z.string().describe(\"Pagination token for retrieving the next page of results.\").nullable().optional(),\n training_attempts: z.array(ScaleAiGetQualityLabelers_TrainingAttemptSchema).describe(\"List of training attempt objects matching the provided filter parameters.\"),\n}).describe(\"Response model for retrieving training attempts.\");\n\nexport const scaleAiGetQualityLabelers = action(\"SCALE_AI_GET_QUALITY_LABELERS\", {\n slug: \"scale_ai-get-quality-labelers\",\n name: \"Get Quality Labelers\",\n description: \"Tool to retrieve training attempts matching provided filter parameters. Use when you need to assess labeler performance and understanding of task instructions. At least one of quality_task_ids or labeler_emails must be provided.\",\n input: ScaleAiGetQualityLabelersInput,\n output: ScaleAiGetQualityLabelersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC/G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACxL,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CACzK,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACvL,CAAC,CAAC,CAAC,SAAS,oJAAoJ;AAChK,MAAM,kDAAgEA,IAAAA,EAAE,OAAO;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,yDAAyD;AACrE,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,mBAAmBA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,2EAA2E;AAClK,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAE9D,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-quality-labelers.cjs","names":["z","action"],"sources":["../../src/actions/get-quality-labelers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetQualityLabelersInput = z.object({\n limit: z.number().int().describe(\"Maximum number of training attempt records to return per request.\").optional(),\n next_token: z.string().describe(\"Pagination token for retrieving subsequent result pages. Use the next_token value from a previous response to get the next page of results.\").optional(),\n labeler_emails: z.array(z.string()).describe(\"Filter results by labeler email addresses. At least one of quality_task_ids or labeler_emails must be provided.\").optional(),\n quality_task_ids: z.array(z.string()).describe(\"Filter results by specific quality task identifiers. At least one of quality_task_ids or labeler_emails must be provided.\").optional(),\n}).describe(\"Request model for retrieving training attempts matching provided parameters.\\nAt least one of quality_task_ids or labeler_emails must be provided.\");\nconst ScaleAiGetQualityLabelers_TrainingAttemptSchema = z.object({\n score: z.number().describe(\"Performance score for the training attempt.\").nullable().optional(),\n status: z.string().describe(\"Status of the training attempt.\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Additional metadata associated with the training attempt.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the training attempt was created.\").nullable().optional(),\n completed_at: z.string().describe(\"Timestamp when the training attempt was completed.\").nullable().optional(),\n labeler_email: z.string().describe(\"Email address of the labeler.\").nullable().optional(),\n quality_task_id: z.string().describe(\"Associated quality task identifier.\").nullable().optional(),\n training_attempt_id: z.string().describe(\"Unique identifier for the training attempt.\").nullable().optional(),\n}).passthrough().describe(\"Represents a single training attempt with related data.\");\nexport const ScaleAiGetQualityLabelersOutput = z.object({\n next_token: z.string().describe(\"Pagination token for retrieving the next page of results.\").nullable().optional(),\n training_attempts: z.array(ScaleAiGetQualityLabelers_TrainingAttemptSchema).describe(\"List of training attempt objects matching the provided filter parameters.\"),\n}).passthrough().describe(\"Response model for retrieving training attempts.\");\n\nexport const scaleAiGetQualityLabelers = action(\"SCALE_AI_GET_QUALITY_LABELERS\", {\n slug: \"scale_ai-get-quality-labelers\",\n name: \"Get Quality Labelers\",\n description: \"Tool to retrieve training attempts matching provided filter parameters. Use when you need to assess labeler performance and understanding of task instructions. At least one of quality_task_ids or labeler_emails must be provided.\",\n input: ScaleAiGetQualityLabelersInput,\n output: ScaleAiGetQualityLabelersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC/G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACxL,gBAAgBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CACzK,kBAAkBA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACvL,CAAC,CAAC,CAAC,SAAS,oJAAoJ;AAChK,MAAM,kDAAkDA,IAAAA,EAAE,OAAO;CAC/D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAUA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,qBAAqBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAAyD;AACnF,MAAa,kCAAkCA,IAAAA,EAAE,OAAO;CACtD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,mBAAmBA,IAAAA,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,2EAA2E;AAClK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAAkD;AAE5E,MAAa,4BAA4BC,eAAAA,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,31 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-quality-labelers.d.ts
4
- declare const ScaleAiGetQualityLabelersInput: z.ZodTypeAny;
5
- declare const ScaleAiGetQualityLabelersOutput: z.ZodTypeAny;
6
- declare const scaleAiGetQualityLabelers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiGetQualityLabelersInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ next_token: z.ZodOptional<z.ZodString>;
7
+ labeler_emails: z.ZodOptional<z.ZodArray<z.ZodString>>;
8
+ quality_task_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
9
+ }, z.core.$strip>;
10
+ declare const ScaleAiGetQualityLabelersOutput: z.ZodObject<{
11
+ next_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ training_attempts: z.ZodArray<z.ZodObject<{
13
+ score: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
16
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ completed_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ labeler_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ quality_task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ training_attempt_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ }, z.core.$loose>>;
22
+ }, z.core.$loose>;
23
+ declare const scaleAiGetQualityLabelers: import("@keystrokehq/action").WorkflowActionDefinition<{
24
+ limit?: number | undefined;
25
+ next_token?: string | undefined;
26
+ labeler_emails?: string[] | undefined;
27
+ quality_task_ids?: string[] | undefined;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
29
  //#endregion
8
30
  export { scaleAiGetQualityLabelers };
9
31
  //# sourceMappingURL=get-quality-labelers.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-quality-labelers.d.cts","names":[],"sources":["../../src/actions/get-quality-labelers.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAKkH;AAAA,cAWpJ,+BAAA,EAAiC,CAAA,CAAE,UAGe;AAAA,cAElD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-quality-labelers.d.cts","names":[],"sources":["../../src/actions/get-quality-labelers.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAgB9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
@@ -1,9 +1,31 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-quality-labelers.d.ts
4
- declare const ScaleAiGetQualityLabelersInput: z.ZodTypeAny;
5
- declare const ScaleAiGetQualityLabelersOutput: z.ZodTypeAny;
6
- declare const scaleAiGetQualityLabelers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiGetQualityLabelersInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ next_token: z.ZodOptional<z.ZodString>;
7
+ labeler_emails: z.ZodOptional<z.ZodArray<z.ZodString>>;
8
+ quality_task_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
9
+ }, z.core.$strip>;
10
+ declare const ScaleAiGetQualityLabelersOutput: z.ZodObject<{
11
+ next_token: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ training_attempts: z.ZodArray<z.ZodObject<{
13
+ score: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
14
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
16
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
17
+ completed_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
18
+ labeler_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ quality_task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ training_attempt_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ }, z.core.$loose>>;
22
+ }, z.core.$loose>;
23
+ declare const scaleAiGetQualityLabelers: import("@keystrokehq/action").WorkflowActionDefinition<{
24
+ limit?: number | undefined;
25
+ next_token?: string | undefined;
26
+ labeler_emails?: string[] | undefined;
27
+ quality_task_ids?: string[] | undefined;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
29
  //#endregion
8
30
  export { scaleAiGetQualityLabelers };
9
31
  //# sourceMappingURL=get-quality-labelers.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-quality-labelers.d.mts","names":[],"sources":["../../src/actions/get-quality-labelers.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAKkH;AAAA,cAWpJ,+BAAA,EAAiC,CAAA,CAAE,UAGe;AAAA,cAElD,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-quality-labelers.d.mts","names":[],"sources":["../../src/actions/get-quality-labelers.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;cAgB9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK/B,yBAAA,gCAAyB,wBAAA"}
@@ -10,13 +10,13 @@ const ScaleAiGetQualityLabelersInput = z.object({
10
10
  const ScaleAiGetQualityLabelers_TrainingAttemptSchema = z.object({
11
11
  score: z.number().describe("Performance score for the training attempt.").nullable().optional(),
12
12
  status: z.string().describe("Status of the training attempt.").nullable().optional(),
13
- metadata: z.object({}).describe("Additional metadata associated with the training attempt.").nullable().optional(),
13
+ metadata: z.record(z.string(), z.unknown()).describe("Additional metadata associated with the training attempt.").nullable().optional(),
14
14
  created_at: z.string().describe("Timestamp when the training attempt was created.").nullable().optional(),
15
15
  completed_at: z.string().describe("Timestamp when the training attempt was completed.").nullable().optional(),
16
16
  labeler_email: z.string().describe("Email address of the labeler.").nullable().optional(),
17
17
  quality_task_id: z.string().describe("Associated quality task identifier.").nullable().optional(),
18
18
  training_attempt_id: z.string().describe("Unique identifier for the training attempt.").nullable().optional()
19
- }).describe("Represents a single training attempt with related data.");
19
+ }).passthrough().describe("Represents a single training attempt with related data.");
20
20
  const scaleAiGetQualityLabelers = action("SCALE_AI_GET_QUALITY_LABELERS", {
21
21
  slug: "scale_ai-get-quality-labelers",
22
22
  name: "Get Quality Labelers",
@@ -25,7 +25,7 @@ const scaleAiGetQualityLabelers = action("SCALE_AI_GET_QUALITY_LABELERS", {
25
25
  output: z.object({
26
26
  next_token: z.string().describe("Pagination token for retrieving the next page of results.").nullable().optional(),
27
27
  training_attempts: z.array(ScaleAiGetQualityLabelers_TrainingAttemptSchema).describe("List of training attempt objects matching the provided filter parameters.")
28
- }).describe("Response model for retrieving training attempts.")
28
+ }).passthrough().describe("Response model for retrieving training attempts.")
29
29
  });
30
30
  //#endregion
31
31
  export { scaleAiGetQualityLabelers };
@@ -1 +1 @@
1
- {"version":3,"file":"get-quality-labelers.mjs","names":[],"sources":["../../src/actions/get-quality-labelers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetQualityLabelersInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of training attempt records to return per request.\").optional(),\n next_token: z.string().describe(\"Pagination token for retrieving subsequent result pages. Use the next_token value from a previous response to get the next page of results.\").optional(),\n labeler_emails: z.array(z.string()).describe(\"Filter results by labeler email addresses. At least one of quality_task_ids or labeler_emails must be provided.\").optional(),\n quality_task_ids: z.array(z.string()).describe(\"Filter results by specific quality task identifiers. At least one of quality_task_ids or labeler_emails must be provided.\").optional(),\n}).describe(\"Request model for retrieving training attempts matching provided parameters.\\nAt least one of quality_task_ids or labeler_emails must be provided.\");\nconst ScaleAiGetQualityLabelers_TrainingAttemptSchema: z.ZodTypeAny = z.object({\n score: z.number().describe(\"Performance score for the training attempt.\").nullable().optional(),\n status: z.string().describe(\"Status of the training attempt.\").nullable().optional(),\n metadata: z.object({}).describe(\"Additional metadata associated with the training attempt.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the training attempt was created.\").nullable().optional(),\n completed_at: z.string().describe(\"Timestamp when the training attempt was completed.\").nullable().optional(),\n labeler_email: z.string().describe(\"Email address of the labeler.\").nullable().optional(),\n quality_task_id: z.string().describe(\"Associated quality task identifier.\").nullable().optional(),\n training_attempt_id: z.string().describe(\"Unique identifier for the training attempt.\").nullable().optional(),\n}).describe(\"Represents a single training attempt with related data.\");\nexport const ScaleAiGetQualityLabelersOutput: z.ZodTypeAny = z.object({\n next_token: z.string().describe(\"Pagination token for retrieving the next page of results.\").nullable().optional(),\n training_attempts: z.array(ScaleAiGetQualityLabelers_TrainingAttemptSchema).describe(\"List of training attempt objects matching the provided filter parameters.\"),\n}).describe(\"Response model for retrieving training attempts.\");\n\nexport const scaleAiGetQualityLabelers = action(\"SCALE_AI_GET_QUALITY_LABELERS\", {\n slug: \"scale_ai-get-quality-labelers\",\n name: \"Get Quality Labelers\",\n description: \"Tool to retrieve training attempts matching provided filter parameters. Use when you need to assess labeler performance and understanding of task instructions. At least one of quality_task_ids or labeler_emails must be provided.\",\n input: ScaleAiGetQualityLabelersInput,\n output: ScaleAiGetQualityLabelersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO;CACnE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC/G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACxL,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CACzK,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACvL,CAAC,CAAC,CAAC,SAAS,oJAAoJ;AAChK,MAAM,kDAAgE,EAAE,OAAO;CAC7E,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAU,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjH,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,SAAS,yDAAyD;AAMrE,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV2D,EAAE,OAAO;EACpE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,mBAAmB,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,2EAA2E;CAClK,CAAC,CAAC,CAAC,SAAS,kDAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-quality-labelers.mjs","names":[],"sources":["../../src/actions/get-quality-labelers.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetQualityLabelersInput = z.object({\n limit: z.number().int().describe(\"Maximum number of training attempt records to return per request.\").optional(),\n next_token: z.string().describe(\"Pagination token for retrieving subsequent result pages. Use the next_token value from a previous response to get the next page of results.\").optional(),\n labeler_emails: z.array(z.string()).describe(\"Filter results by labeler email addresses. At least one of quality_task_ids or labeler_emails must be provided.\").optional(),\n quality_task_ids: z.array(z.string()).describe(\"Filter results by specific quality task identifiers. At least one of quality_task_ids or labeler_emails must be provided.\").optional(),\n}).describe(\"Request model for retrieving training attempts matching provided parameters.\\nAt least one of quality_task_ids or labeler_emails must be provided.\");\nconst ScaleAiGetQualityLabelers_TrainingAttemptSchema = z.object({\n score: z.number().describe(\"Performance score for the training attempt.\").nullable().optional(),\n status: z.string().describe(\"Status of the training attempt.\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Additional metadata associated with the training attempt.\").nullable().optional(),\n created_at: z.string().describe(\"Timestamp when the training attempt was created.\").nullable().optional(),\n completed_at: z.string().describe(\"Timestamp when the training attempt was completed.\").nullable().optional(),\n labeler_email: z.string().describe(\"Email address of the labeler.\").nullable().optional(),\n quality_task_id: z.string().describe(\"Associated quality task identifier.\").nullable().optional(),\n training_attempt_id: z.string().describe(\"Unique identifier for the training attempt.\").nullable().optional(),\n}).passthrough().describe(\"Represents a single training attempt with related data.\");\nexport const ScaleAiGetQualityLabelersOutput = z.object({\n next_token: z.string().describe(\"Pagination token for retrieving the next page of results.\").nullable().optional(),\n training_attempts: z.array(ScaleAiGetQualityLabelers_TrainingAttemptSchema).describe(\"List of training attempt objects matching the provided filter parameters.\"),\n}).passthrough().describe(\"Response model for retrieving training attempts.\");\n\nexport const scaleAiGetQualityLabelers = action(\"SCALE_AI_GET_QUALITY_LABELERS\", {\n slug: \"scale_ai-get-quality-labelers\",\n name: \"Get Quality Labelers\",\n description: \"Tool to retrieve training attempts matching provided filter parameters. Use when you need to assess labeler performance and understanding of task instructions. At least one of quality_task_ids or labeler_emails must be provided.\",\n input: ScaleAiGetQualityLabelersInput,\n output: ScaleAiGetQualityLabelersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAAiC,EAAE,OAAO;CACrD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mEAAmE,CAAC,CAAC,SAAS;CAC/G,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6IAA6I,CAAC,CAAC,SAAS;CACxL,gBAAgB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iHAAiH,CAAC,CAAC,SAAS;CACzK,kBAAkB,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,2HAA2H,CAAC,CAAC,SAAS;AACvL,CAAC,CAAC,CAAC,SAAS,oJAAoJ;AAChK,MAAM,kDAAkD,EAAE,OAAO;CAC/D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,UAAU,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,qBAAqB,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC9G,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yDAAyD;AAMnF,MAAa,4BAA4B,OAAO,iCAAiC;CAC/E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV6C,EAAE,OAAO;EACtD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACjH,mBAAmB,EAAE,MAAM,+CAA+C,CAAC,CAAC,SAAS,2EAA2E;CAClK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,kDAOhB;AACV,CAAC"}
@@ -8,8 +8,8 @@ const ScaleAiGetStudioAssignments_AssignmentSchema = zod.z.object({
8
8
  user_email: zod.z.string().describe("Email address of the user.").nullable().optional(),
9
9
  project_name: zod.z.string().describe("Name of the project assigned to the user.").nullable().optional(),
10
10
  assignment_count: zod.z.number().int().describe("Number of assignments for the user in the project.").nullable().optional()
11
- }).describe("Model representing a studio assignment for a team member.");
12
- const ScaleAiGetStudioAssignmentsOutput = zod.z.object({ assignments: zod.z.array(ScaleAiGetStudioAssignments_AssignmentSchema).describe("List of current project assignments for all active team users.").nullable().optional() }).describe("Response model containing studio assignments for all active team users.");
11
+ }).passthrough().describe("Model representing a studio assignment for a team member.");
12
+ const ScaleAiGetStudioAssignmentsOutput = zod.z.object({ assignments: zod.z.array(ScaleAiGetStudioAssignments_AssignmentSchema).describe("List of current project assignments for all active team users.").nullable().optional() }).passthrough().describe("Response model containing studio assignments for all active team users.");
13
13
  const scaleAiGetStudioAssignments = require_action.action("SCALE_AI_GET_STUDIO_ASSIGNMENTS", {
14
14
  slug: "scale_ai-get-studio-assignments",
15
15
  name: "Get Studio Assignments",
@@ -1 +1 @@
1
- {"version":3,"file":"get-studio-assignments.cjs","names":["z","action"],"sources":["../../src/actions/get-studio-assignments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetStudioAssignmentsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving studio assignments. No parameters are required.\");\nconst ScaleAiGetStudioAssignments_AssignmentSchema: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"Unique identifier for the user.\").nullable().optional(),\n project_id: z.string().describe(\"Unique identifier for the project.\").nullable().optional(),\n user_email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n project_name: z.string().describe(\"Name of the project assigned to the user.\").nullable().optional(),\n assignment_count: z.number().int().describe(\"Number of assignments for the user in the project.\").nullable().optional(),\n}).describe(\"Model representing a studio assignment for a team member.\");\nexport const ScaleAiGetStudioAssignmentsOutput: z.ZodTypeAny = z.object({\n assignments: z.array(ScaleAiGetStudioAssignments_AssignmentSchema).describe(\"List of current project assignments for all active team users.\").nullable().optional(),\n}).describe(\"Response model containing studio assignments for all active team users.\");\n\nexport const scaleAiGetStudioAssignments = action(\"SCALE_AI_GET_STUDIO_ASSIGNMENTS\", {\n slug: \"scale_ai-get-studio-assignments\",\n name: \"Get Studio Assignments\",\n description: \"Tool to retrieve current project assignments of all active team users in Scale AI Studio. Use when you need to view team member assignments and workload distribution. Excludes invited or disabled team members.\",\n input: ScaleAiGetStudioAssignmentsInput,\n output: ScaleAiGetStudioAssignmentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiDA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAClK,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AACvE,MAAa,oCAAkDA,IAAAA,EAAE,OAAO,EACtE,aAAaA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,SAAS,yEAAyE;AAErF,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-studio-assignments.cjs","names":["z","action"],"sources":["../../src/actions/get-studio-assignments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetStudioAssignmentsInput = z.object({}).describe(\"Request model for retrieving studio assignments. No parameters are required.\");\nconst ScaleAiGetStudioAssignments_AssignmentSchema = z.object({\n user_id: z.string().describe(\"Unique identifier for the user.\").nullable().optional(),\n project_id: z.string().describe(\"Unique identifier for the project.\").nullable().optional(),\n user_email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n project_name: z.string().describe(\"Name of the project assigned to the user.\").nullable().optional(),\n assignment_count: z.number().int().describe(\"Number of assignments for the user in the project.\").nullable().optional(),\n}).passthrough().describe(\"Model representing a studio assignment for a team member.\");\nexport const ScaleAiGetStudioAssignmentsOutput = z.object({\n assignments: z.array(ScaleAiGetStudioAssignments_AssignmentSchema).describe(\"List of current project assignments for all active team users.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing studio assignments for all active team users.\");\n\nexport const scaleAiGetStudioAssignments = action(\"SCALE_AI_GET_STUDIO_ASSIGNMENTS\", {\n slug: \"scale_ai-get-studio-assignments\",\n name: \"Get Studio Assignments\",\n description: \"Tool to retrieve current project assignments of all active team users in Scale AI Studio. Use when you need to view team member assignments and workload distribution. Excludes invited or disabled team members.\",\n input: ScaleAiGetStudioAssignmentsInput,\n output: ScaleAiGetStudioAssignmentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E;AACpJ,MAAM,+CAA+CA,IAAAA,EAAE,OAAO;CAC5D,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AACrF,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,EACxD,aAAaA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yEAAyE;AAEnG,MAAa,8BAA8BC,eAAAA,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-studio-assignments.d.ts
4
- declare const ScaleAiGetStudioAssignmentsInput: z.ZodTypeAny;
5
- declare const ScaleAiGetStudioAssignmentsOutput: z.ZodTypeAny;
6
- declare const scaleAiGetStudioAssignments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiGetStudioAssignmentsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const ScaleAiGetStudioAssignmentsOutput: z.ZodObject<{
6
+ assignments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
7
+ user_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ project_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ project_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ assignment_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12
+ }, z.core.$loose>>>>;
13
+ }, z.core.$loose>;
14
+ declare const scaleAiGetStudioAssignments: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { scaleAiGetStudioAssignments };
9
17
  //# sourceMappingURL=get-studio-assignments.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-studio-assignments.d.cts","names":[],"sources":["../../src/actions/get-studio-assignments.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAkH;AAAA,cAQtJ,iCAAA,EAAmC,CAAA,CAAE,UAEoC;AAAA,cAEzE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-studio-assignments.d.cts","names":[],"sources":["../../src/actions/get-studio-assignments.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-studio-assignments.d.ts
4
- declare const ScaleAiGetStudioAssignmentsInput: z.ZodTypeAny;
5
- declare const ScaleAiGetStudioAssignmentsOutput: z.ZodTypeAny;
6
- declare const scaleAiGetStudioAssignments: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiGetStudioAssignmentsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const ScaleAiGetStudioAssignmentsOutput: z.ZodObject<{
6
+ assignments: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
7
+ user_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ project_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ user_email: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ project_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ assignment_count: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
12
+ }, z.core.$loose>>>>;
13
+ }, z.core.$loose>;
14
+ declare const scaleAiGetStudioAssignments: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { scaleAiGetStudioAssignments };
9
17
  //# sourceMappingURL=get-studio-assignments.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-studio-assignments.d.mts","names":[],"sources":["../../src/actions/get-studio-assignments.ts"],"mappings":";;;cAIa,gCAAA,EAAkC,CAAA,CAAE,UAAkH;AAAA,cAQtJ,iCAAA,EAAmC,CAAA,CAAE,UAEoC;AAAA,cAEzE,2BAAA,gCAA2B,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-studio-assignments.d.mts","names":[],"sources":["../../src/actions/get-studio-assignments.ts"],"mappings":";;;cAIa,gCAAA,EAAgC,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAQhC,iCAAA,EAAiC,CAAA,CAAA,SAAA;;;;;;;;;cAIjC,2BAAA,gCAA2B,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -8,13 +8,13 @@ const ScaleAiGetStudioAssignments_AssignmentSchema = z.object({
8
8
  user_email: z.string().describe("Email address of the user.").nullable().optional(),
9
9
  project_name: z.string().describe("Name of the project assigned to the user.").nullable().optional(),
10
10
  assignment_count: z.number().int().describe("Number of assignments for the user in the project.").nullable().optional()
11
- }).describe("Model representing a studio assignment for a team member.");
11
+ }).passthrough().describe("Model representing a studio assignment for a team member.");
12
12
  const scaleAiGetStudioAssignments = action("SCALE_AI_GET_STUDIO_ASSIGNMENTS", {
13
13
  slug: "scale_ai-get-studio-assignments",
14
14
  name: "Get Studio Assignments",
15
15
  description: "Tool to retrieve current project assignments of all active team users in Scale AI Studio. Use when you need to view team member assignments and workload distribution. Excludes invited or disabled team members.",
16
16
  input: ScaleAiGetStudioAssignmentsInput,
17
- output: z.object({ assignments: z.array(ScaleAiGetStudioAssignments_AssignmentSchema).describe("List of current project assignments for all active team users.").nullable().optional() }).describe("Response model containing studio assignments for all active team users.")
17
+ output: z.object({ assignments: z.array(ScaleAiGetStudioAssignments_AssignmentSchema).describe("List of current project assignments for all active team users.").nullable().optional() }).passthrough().describe("Response model containing studio assignments for all active team users.")
18
18
  });
19
19
  //#endregion
20
20
  export { scaleAiGetStudioAssignments };
@@ -1 +1 @@
1
- {"version":3,"file":"get-studio-assignments.mjs","names":[],"sources":["../../src/actions/get-studio-assignments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetStudioAssignmentsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving studio assignments. No parameters are required.\");\nconst ScaleAiGetStudioAssignments_AssignmentSchema: z.ZodTypeAny = z.object({\n user_id: z.string().describe(\"Unique identifier for the user.\").nullable().optional(),\n project_id: z.string().describe(\"Unique identifier for the project.\").nullable().optional(),\n user_email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n project_name: z.string().describe(\"Name of the project assigned to the user.\").nullable().optional(),\n assignment_count: z.number().int().describe(\"Number of assignments for the user in the project.\").nullable().optional(),\n}).describe(\"Model representing a studio assignment for a team member.\");\nexport const ScaleAiGetStudioAssignmentsOutput: z.ZodTypeAny = z.object({\n assignments: z.array(ScaleAiGetStudioAssignments_AssignmentSchema).describe(\"List of current project assignments for all active team users.\").nullable().optional(),\n}).describe(\"Response model containing studio assignments for all active team users.\");\n\nexport const scaleAiGetStudioAssignments = action(\"SCALE_AI_GET_STUDIO_ASSIGNMENTS\", {\n slug: \"scale_ai-get-studio-assignments\",\n name: \"Get Studio Assignments\",\n description: \"Tool to retrieve current project assignments of all active team users in Scale AI Studio. Use when you need to view team member assignments and workload distribution. Excludes invited or disabled team members.\",\n input: ScaleAiGetStudioAssignmentsInput,\n output: ScaleAiGetStudioAssignmentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAClK,MAAM,+CAA6D,EAAE,OAAO;CAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAKvE,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT6D,EAAE,OAAO,EACtE,aAAa,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,SAAS,yEAOF;AACV,CAAC"}
1
+ {"version":3,"file":"get-studio-assignments.mjs","names":[],"sources":["../../src/actions/get-studio-assignments.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetStudioAssignmentsInput = z.object({}).describe(\"Request model for retrieving studio assignments. No parameters are required.\");\nconst ScaleAiGetStudioAssignments_AssignmentSchema = z.object({\n user_id: z.string().describe(\"Unique identifier for the user.\").nullable().optional(),\n project_id: z.string().describe(\"Unique identifier for the project.\").nullable().optional(),\n user_email: z.string().describe(\"Email address of the user.\").nullable().optional(),\n project_name: z.string().describe(\"Name of the project assigned to the user.\").nullable().optional(),\n assignment_count: z.number().int().describe(\"Number of assignments for the user in the project.\").nullable().optional(),\n}).passthrough().describe(\"Model representing a studio assignment for a team member.\");\nexport const ScaleAiGetStudioAssignmentsOutput = z.object({\n assignments: z.array(ScaleAiGetStudioAssignments_AssignmentSchema).describe(\"List of current project assignments for all active team users.\").nullable().optional(),\n}).passthrough().describe(\"Response model containing studio assignments for all active team users.\");\n\nexport const scaleAiGetStudioAssignments = action(\"SCALE_AI_GET_STUDIO_ASSIGNMENTS\", {\n slug: \"scale_ai-get-studio-assignments\",\n name: \"Get Studio Assignments\",\n description: \"Tool to retrieve current project assignments of all active team users in Scale AI Studio. Use when you need to view team member assignments and workload distribution. Excludes invited or disabled team members.\",\n input: ScaleAiGetStudioAssignmentsInput,\n output: ScaleAiGetStudioAssignmentsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E;AACpJ,MAAM,+CAA+C,EAAE,OAAO;CAC5D,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnG,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,2DAA2D;AAKrF,MAAa,8BAA8B,OAAO,mCAAmC;CACnF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT+C,EAAE,OAAO,EACxD,aAAa,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EACpK,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,yEAOhB;AACV,CAAC"}
@@ -3,15 +3,15 @@ let zod = require("zod");
3
3
  //#region src/actions/get-studio-batches.ts
4
4
  const ScaleAiGetStudioBatchesInput = zod.z.object({}).describe("Request model for retrieving all pending batches. No parameters required.");
5
5
  const ScaleAiGetStudioBatches_BatchSchema = zod.z.object({
6
- id: zod.z.string().describe("Unique batch identifier"),
7
- file_url: zod.z.string().describe("URL location of the batch file"),
8
- filename: zod.z.string().describe("Name of the batch file"),
9
- file_size: zod.z.number().int().describe("File size in bytes"),
10
- file_type: zod.z.string().describe("MIME type of the file"),
11
- created_at: zod.z.number().int().describe("Unix timestamp of creation"),
12
- message_id: zod.z.string().describe("Associated message reference")
13
- }).describe("Represents a single batch in the Studio.");
14
- const ScaleAiGetStudioBatchesOutput = zod.z.object({ batches: zod.z.array(ScaleAiGetStudioBatches_BatchSchema).describe("List of pending batches organized by priority level") }).describe("Response model for retrieving all pending batches.");
6
+ id: zod.z.string().describe("Unique batch identifier").nullable(),
7
+ file_url: zod.z.string().describe("URL location of the batch file").nullable(),
8
+ filename: zod.z.string().describe("Name of the batch file").nullable(),
9
+ file_size: zod.z.number().int().describe("File size in bytes").nullable(),
10
+ file_type: zod.z.string().describe("MIME type of the file").nullable(),
11
+ created_at: zod.z.number().int().describe("Unix timestamp of creation").nullable(),
12
+ message_id: zod.z.string().describe("Associated message reference").nullable()
13
+ }).passthrough().describe("Represents a single batch in the Studio.");
14
+ const ScaleAiGetStudioBatchesOutput = zod.z.object({ batches: zod.z.array(ScaleAiGetStudioBatches_BatchSchema).describe("List of pending batches organized by priority level") }).passthrough().describe("Response model for retrieving all pending batches.");
15
15
  const scaleAiGetStudioBatches = require_action.action("SCALE_AI_GET_STUDIO_BATCHES", {
16
16
  slug: "scale_ai-get-studio-batches",
17
17
  name: "Get Studio Batches",
@@ -1 +1 @@
1
- {"version":3,"file":"get-studio-batches.cjs","names":["z","action"],"sources":["../../src/actions/get-studio-batches.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetStudioBatchesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all pending batches. No parameters required.\");\nconst ScaleAiGetStudioBatches_BatchSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique batch identifier\"),\n file_url: z.string().describe(\"URL location of the batch file\"),\n filename: z.string().describe(\"Name of the batch file\"),\n file_size: z.number().int().describe(\"File size in bytes\"),\n file_type: z.string().describe(\"MIME type of the file\"),\n created_at: z.number().int().describe(\"Unix timestamp of creation\"),\n message_id: z.string().describe(\"Associated message reference\"),\n}).describe(\"Represents a single batch in the Studio.\");\nexport const ScaleAiGetStudioBatchesOutput: z.ZodTypeAny = z.object({\n batches: z.array(ScaleAiGetStudioBatches_BatchSchema).describe(\"List of pending batches organized by priority level\"),\n}).describe(\"Response model for retrieving all pending batches.\");\n\nexport const scaleAiGetStudioBatches = action(\"SCALE_AI_GET_STUDIO_BATCHES\", {\n slug: \"scale_ai-get-studio-batches\",\n name: \"Get Studio Batches\",\n description: \"Tool to retrieve basic information about all pending batches in Studio. Use when you need to list batches organized by priority level.\",\n input: ScaleAiGetStudioBatchesInput,\n output: ScaleAiGetStudioBatchesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAA2E;AAC3J,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC9D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB;CACtD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB;CACzD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACtD,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;AAChE,CAAC,CAAC,CAAC,SAAS,0CAA0C;AACtD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,SAASA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,qDAAqD,EACtH,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAEhE,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-studio-batches.cjs","names":["z","action"],"sources":["../../src/actions/get-studio-batches.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiGetStudioBatchesInput = z.object({}).describe(\"Request model for retrieving all pending batches. No parameters required.\");\nconst ScaleAiGetStudioBatches_BatchSchema = z.object({\n id: z.string().describe(\"Unique batch identifier\").nullable(),\n file_url: z.string().describe(\"URL location of the batch file\").nullable(),\n filename: z.string().describe(\"Name of the batch file\").nullable(),\n file_size: z.number().int().describe(\"File size in bytes\").nullable(),\n file_type: z.string().describe(\"MIME type of the file\").nullable(),\n created_at: z.number().int().describe(\"Unix timestamp of creation\").nullable(),\n message_id: z.string().describe(\"Associated message reference\").nullable(),\n}).passthrough().describe(\"Represents a single batch in the Studio.\");\nexport const ScaleAiGetStudioBatchesOutput = z.object({\n batches: z.array(ScaleAiGetStudioBatches_BatchSchema).describe(\"List of pending batches organized by priority level\"),\n}).passthrough().describe(\"Response model for retrieving all pending batches.\");\n\nexport const scaleAiGetStudioBatches = action(\"SCALE_AI_GET_STUDIO_BATCHES\", {\n slug: \"scale_ai-get-studio-batches\",\n name: \"Get Studio Batches\",\n description: \"Tool to retrieve basic information about all pending batches in Studio. Use when you need to list batches organized by priority level.\",\n input: ScaleAiGetStudioBatchesInput,\n output: ScaleAiGetStudioBatchesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,2EAA2E;AAC7I,MAAM,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS;CAC5D,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CACzE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wBAAwB,CAAC,CAAC,SAAS;CACjE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;AAC3E,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AACpE,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,SAASA,IAAAA,EAAE,MAAM,mCAAmC,CAAC,CAAC,SAAS,qDAAqD,EACtH,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,oDAAoD;AAE9E,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-studio-batches.d.ts
4
- declare const ScaleAiGetStudioBatchesInput: z.ZodTypeAny;
5
- declare const ScaleAiGetStudioBatchesOutput: z.ZodTypeAny;
6
- declare const scaleAiGetStudioBatches: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiGetStudioBatchesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const ScaleAiGetStudioBatchesOutput: z.ZodObject<{
6
+ batches: z.ZodArray<z.ZodObject<{
7
+ id: z.ZodNullable<z.ZodString>;
8
+ file_url: z.ZodNullable<z.ZodString>;
9
+ filename: z.ZodNullable<z.ZodString>;
10
+ file_size: z.ZodNullable<z.ZodNumber>;
11
+ file_type: z.ZodNullable<z.ZodString>;
12
+ created_at: z.ZodNullable<z.ZodNumber>;
13
+ message_id: z.ZodNullable<z.ZodString>;
14
+ }, z.core.$loose>>;
15
+ }, z.core.$loose>;
16
+ declare const scaleAiGetStudioBatches: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { scaleAiGetStudioBatches };
9
19
  //# sourceMappingURL=get-studio-batches.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-studio-batches.d.cts","names":[],"sources":["../../src/actions/get-studio-batches.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAA+G;AAAA,cAU/I,6BAAA,EAA+B,CAAA,CAAE,UAEmB;AAAA,cAEpD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-studio-batches.d.cts","names":[],"sources":["../../src/actions/get-studio-batches.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAU5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,19 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-studio-batches.d.ts
4
- declare const ScaleAiGetStudioBatchesInput: z.ZodTypeAny;
5
- declare const ScaleAiGetStudioBatchesOutput: z.ZodTypeAny;
6
- declare const scaleAiGetStudioBatches: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiGetStudioBatchesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const ScaleAiGetStudioBatchesOutput: z.ZodObject<{
6
+ batches: z.ZodArray<z.ZodObject<{
7
+ id: z.ZodNullable<z.ZodString>;
8
+ file_url: z.ZodNullable<z.ZodString>;
9
+ filename: z.ZodNullable<z.ZodString>;
10
+ file_size: z.ZodNullable<z.ZodNumber>;
11
+ file_type: z.ZodNullable<z.ZodString>;
12
+ created_at: z.ZodNullable<z.ZodNumber>;
13
+ message_id: z.ZodNullable<z.ZodString>;
14
+ }, z.core.$loose>>;
15
+ }, z.core.$loose>;
16
+ declare const scaleAiGetStudioBatches: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
17
  //#endregion
8
18
  export { scaleAiGetStudioBatches };
9
19
  //# sourceMappingURL=get-studio-batches.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-studio-batches.d.mts","names":[],"sources":["../../src/actions/get-studio-batches.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAA+G;AAAA,cAU/I,6BAAA,EAA+B,CAAA,CAAE,UAEmB;AAAA,cAEpD,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-studio-batches.d.mts","names":[],"sources":["../../src/actions/get-studio-batches.ts"],"mappings":";;;cAIa,4BAAA,EAA4B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAU5B,6BAAA,EAA6B,CAAA,CAAA,SAAA;;;;;;;;;;;cAI7B,uBAAA,gCAAuB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}