@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
@@ -1,9 +1,284 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/create-image-annotation-task.d.ts
4
- declare const ScaleAiCreateImageAnnotationTaskInput: z.ZodTypeAny;
5
- declare const ScaleAiCreateImageAnnotationTaskOutput: z.ZodTypeAny;
6
- declare const scaleAiCreateImageAnnotationTask: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const ScaleAiCreateImageAnnotationTaskInput: z.ZodObject<{
5
+ tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
6
+ batch: z.ZodOptional<z.ZodString>;
7
+ layer: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
8
+ links: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
9
+ padding: z.ZodOptional<z.ZodNumber>;
10
+ project: z.ZodOptional<z.ZodString>;
11
+ metadata: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
12
+ paddingX: z.ZodOptional<z.ZodNumber>;
13
+ paddingY: z.ZodOptional<z.ZodNumber>;
14
+ priority: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<10>, z.ZodLiteral<20>, z.ZodLiteral<30>]>>;
15
+ unique_id: z.ZodOptional<z.ZodString>;
16
+ attachment: z.ZodString;
17
+ geometries: z.ZodObject<{
18
+ box: z.ZodOptional<z.ZodObject<{
19
+ min_width: z.ZodOptional<z.ZodNumber>;
20
+ can_rotate: z.ZodOptional<z.ZodBoolean>;
21
+ min_height: z.ZodOptional<z.ZodNumber>;
22
+ max_vertices: z.ZodOptional<z.ZodNumber>;
23
+ min_vertices: z.ZodOptional<z.ZodNumber>;
24
+ camera_height: z.ZodOptional<z.ZodNumber>;
25
+ integer_pixels: z.ZodOptional<z.ZodBoolean>;
26
+ camera_intrinsics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
27
+ objects_to_annotate: z.ZodOptional<z.ZodArray<z.ZodString>>;
28
+ camera_rotation_quaternion: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
29
+ }, z.core.$strip>>;
30
+ line: z.ZodOptional<z.ZodObject<{
31
+ min_width: z.ZodOptional<z.ZodNumber>;
32
+ can_rotate: z.ZodOptional<z.ZodBoolean>;
33
+ min_height: z.ZodOptional<z.ZodNumber>;
34
+ max_vertices: z.ZodOptional<z.ZodNumber>;
35
+ min_vertices: z.ZodOptional<z.ZodNumber>;
36
+ camera_height: z.ZodOptional<z.ZodNumber>;
37
+ integer_pixels: z.ZodOptional<z.ZodBoolean>;
38
+ camera_intrinsics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
39
+ objects_to_annotate: z.ZodOptional<z.ZodArray<z.ZodString>>;
40
+ camera_rotation_quaternion: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
41
+ }, z.core.$strip>>;
42
+ point: z.ZodOptional<z.ZodObject<{
43
+ min_width: z.ZodOptional<z.ZodNumber>;
44
+ can_rotate: z.ZodOptional<z.ZodBoolean>;
45
+ min_height: z.ZodOptional<z.ZodNumber>;
46
+ max_vertices: z.ZodOptional<z.ZodNumber>;
47
+ min_vertices: z.ZodOptional<z.ZodNumber>;
48
+ camera_height: z.ZodOptional<z.ZodNumber>;
49
+ integer_pixels: z.ZodOptional<z.ZodBoolean>;
50
+ camera_intrinsics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
51
+ objects_to_annotate: z.ZodOptional<z.ZodArray<z.ZodString>>;
52
+ camera_rotation_quaternion: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
53
+ }, z.core.$strip>>;
54
+ cuboid: z.ZodOptional<z.ZodObject<{
55
+ min_width: z.ZodOptional<z.ZodNumber>;
56
+ can_rotate: z.ZodOptional<z.ZodBoolean>;
57
+ min_height: z.ZodOptional<z.ZodNumber>;
58
+ max_vertices: z.ZodOptional<z.ZodNumber>;
59
+ min_vertices: z.ZodOptional<z.ZodNumber>;
60
+ camera_height: z.ZodOptional<z.ZodNumber>;
61
+ integer_pixels: z.ZodOptional<z.ZodBoolean>;
62
+ camera_intrinsics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
63
+ objects_to_annotate: z.ZodOptional<z.ZodArray<z.ZodString>>;
64
+ camera_rotation_quaternion: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
65
+ }, z.core.$strip>>;
66
+ ellipse: z.ZodOptional<z.ZodObject<{
67
+ min_width: z.ZodOptional<z.ZodNumber>;
68
+ can_rotate: z.ZodOptional<z.ZodBoolean>;
69
+ min_height: z.ZodOptional<z.ZodNumber>;
70
+ max_vertices: z.ZodOptional<z.ZodNumber>;
71
+ min_vertices: z.ZodOptional<z.ZodNumber>;
72
+ camera_height: z.ZodOptional<z.ZodNumber>;
73
+ integer_pixels: z.ZodOptional<z.ZodBoolean>;
74
+ camera_intrinsics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
75
+ objects_to_annotate: z.ZodOptional<z.ZodArray<z.ZodString>>;
76
+ camera_rotation_quaternion: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
77
+ }, z.core.$strip>>;
78
+ polygon: z.ZodOptional<z.ZodObject<{
79
+ min_width: z.ZodOptional<z.ZodNumber>;
80
+ can_rotate: z.ZodOptional<z.ZodBoolean>;
81
+ min_height: z.ZodOptional<z.ZodNumber>;
82
+ max_vertices: z.ZodOptional<z.ZodNumber>;
83
+ min_vertices: z.ZodOptional<z.ZodNumber>;
84
+ camera_height: z.ZodOptional<z.ZodNumber>;
85
+ integer_pixels: z.ZodOptional<z.ZodBoolean>;
86
+ camera_intrinsics: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
87
+ objects_to_annotate: z.ZodOptional<z.ZodArray<z.ZodString>>;
88
+ camera_rotation_quaternion: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
89
+ }, z.core.$strip>>;
90
+ }, z.core.$strip>;
91
+ hypothesis: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
92
+ instruction: z.ZodOptional<z.ZodString>;
93
+ callback_url: z.ZodOptional<z.ZodString>;
94
+ image_metadata: z.ZodOptional<z.ZodObject<{
95
+ location: z.ZodOptional<z.ZodObject<{
96
+ lat: z.ZodNumber;
97
+ long: z.ZodNumber;
98
+ }, z.core.$strip>>;
99
+ date_time: z.ZodOptional<z.ZodString>;
100
+ resolution: z.ZodOptional<z.ZodObject<{
101
+ resolution_unit: z.ZodString;
102
+ resolution_ratio: z.ZodNumber;
103
+ }, z.core.$strip>>;
104
+ }, z.core.$strip>>;
105
+ base_annotations: z.ZodOptional<z.ZodUnion<readonly [z.ZodArray<z.ZodRecord<z.ZodString, z.ZodUnknown>>, z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodBoolean]>>;
106
+ context_attachments: z.ZodOptional<z.ZodArray<z.ZodObject<{
107
+ attachment: z.ZodString;
108
+ }, z.core.$loose>>>;
109
+ annotation_attributes: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
110
+ can_add_base_annotations: z.ZodOptional<z.ZodBoolean>;
111
+ clear_unique_id_on_error: z.ZodOptional<z.ZodBoolean>;
112
+ can_edit_base_annotations: z.ZodOptional<z.ZodBoolean>;
113
+ can_delete_base_annotations: z.ZodOptional<z.ZodBoolean>;
114
+ can_edit_base_annotation_labels: z.ZodOptional<z.ZodBoolean>;
115
+ }, z.core.$strip>;
116
+ declare const ScaleAiCreateImageAnnotationTaskOutput: z.ZodObject<{
117
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
118
+ params: z.ZodOptional<z.ZodNullable<z.ZodObject<{
119
+ tags: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
120
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
121
+ attachment: z.ZodOptional<z.ZodNullable<z.ZodString>>;
122
+ geometries: z.ZodOptional<z.ZodNullable<z.ZodObject<{
123
+ box: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
124
+ line: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
125
+ point: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
126
+ cuboid: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
127
+ ellipse: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
128
+ polygon: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
129
+ }, z.core.$loose>>>;
130
+ instruction: z.ZodOptional<z.ZodNullable<z.ZodString>>;
131
+ attachment_type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
132
+ annotation_attributes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
133
+ }, z.core.$loose>>>;
134
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
135
+ is_test: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
136
+ project: z.ZodOptional<z.ZodNullable<z.ZodString>>;
137
+ task_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
138
+ urgency: z.ZodOptional<z.ZodNullable<z.ZodString>>;
139
+ metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
140
+ response: z.ZodOptional<z.ZodNullable<z.ZodObject<{
141
+ annotations: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
142
+ x: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
143
+ y: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
144
+ top: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
145
+ left: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
146
+ type: z.ZodOptional<z.ZodNullable<z.ZodString>>;
147
+ uuid: z.ZodOptional<z.ZodNullable<z.ZodString>>;
148
+ angle: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
149
+ label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
150
+ width: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
151
+ height: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
152
+ center_x: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
153
+ center_y: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
154
+ radius_x: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
155
+ radius_y: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
156
+ vertices: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
157
+ x: z.ZodNullable<z.ZodNumber>;
158
+ y: z.ZodNullable<z.ZodNumber>;
159
+ }, z.core.$loose>>>>;
160
+ attributes: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
161
+ }, z.core.$loose>>>>;
162
+ }, z.core.$loose>>>;
163
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
164
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
165
+ instruction: z.ZodOptional<z.ZodNullable<z.ZodString>>;
166
+ callback_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
167
+ work_started: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
168
+ }, z.core.$loose>;
169
+ declare const scaleAiCreateImageAnnotationTask: import("@keystrokehq/action").WorkflowActionDefinition<{
170
+ attachment: string;
171
+ geometries: {
172
+ box?: {
173
+ min_width?: number | undefined;
174
+ can_rotate?: boolean | undefined;
175
+ min_height?: number | undefined;
176
+ max_vertices?: number | undefined;
177
+ min_vertices?: number | undefined;
178
+ camera_height?: number | undefined;
179
+ integer_pixels?: boolean | undefined;
180
+ camera_intrinsics?: Record<string, unknown> | undefined;
181
+ objects_to_annotate?: string[] | undefined;
182
+ camera_rotation_quaternion?: Record<string, unknown> | undefined;
183
+ } | undefined;
184
+ line?: {
185
+ min_width?: number | undefined;
186
+ can_rotate?: boolean | undefined;
187
+ min_height?: number | undefined;
188
+ max_vertices?: number | undefined;
189
+ min_vertices?: number | undefined;
190
+ camera_height?: number | undefined;
191
+ integer_pixels?: boolean | undefined;
192
+ camera_intrinsics?: Record<string, unknown> | undefined;
193
+ objects_to_annotate?: string[] | undefined;
194
+ camera_rotation_quaternion?: Record<string, unknown> | undefined;
195
+ } | undefined;
196
+ point?: {
197
+ min_width?: number | undefined;
198
+ can_rotate?: boolean | undefined;
199
+ min_height?: number | undefined;
200
+ max_vertices?: number | undefined;
201
+ min_vertices?: number | undefined;
202
+ camera_height?: number | undefined;
203
+ integer_pixels?: boolean | undefined;
204
+ camera_intrinsics?: Record<string, unknown> | undefined;
205
+ objects_to_annotate?: string[] | undefined;
206
+ camera_rotation_quaternion?: Record<string, unknown> | undefined;
207
+ } | undefined;
208
+ cuboid?: {
209
+ min_width?: number | undefined;
210
+ can_rotate?: boolean | undefined;
211
+ min_height?: number | undefined;
212
+ max_vertices?: number | undefined;
213
+ min_vertices?: number | undefined;
214
+ camera_height?: number | undefined;
215
+ integer_pixels?: boolean | undefined;
216
+ camera_intrinsics?: Record<string, unknown> | undefined;
217
+ objects_to_annotate?: string[] | undefined;
218
+ camera_rotation_quaternion?: Record<string, unknown> | undefined;
219
+ } | undefined;
220
+ ellipse?: {
221
+ min_width?: number | undefined;
222
+ can_rotate?: boolean | undefined;
223
+ min_height?: number | undefined;
224
+ max_vertices?: number | undefined;
225
+ min_vertices?: number | undefined;
226
+ camera_height?: number | undefined;
227
+ integer_pixels?: boolean | undefined;
228
+ camera_intrinsics?: Record<string, unknown> | undefined;
229
+ objects_to_annotate?: string[] | undefined;
230
+ camera_rotation_quaternion?: Record<string, unknown> | undefined;
231
+ } | undefined;
232
+ polygon?: {
233
+ min_width?: number | undefined;
234
+ can_rotate?: boolean | undefined;
235
+ min_height?: number | undefined;
236
+ max_vertices?: number | undefined;
237
+ min_vertices?: number | undefined;
238
+ camera_height?: number | undefined;
239
+ integer_pixels?: boolean | undefined;
240
+ camera_intrinsics?: Record<string, unknown> | undefined;
241
+ objects_to_annotate?: string[] | undefined;
242
+ camera_rotation_quaternion?: Record<string, unknown> | undefined;
243
+ } | undefined;
244
+ };
245
+ tags?: string[] | undefined;
246
+ batch?: string | undefined;
247
+ layer?: Record<string, unknown> | undefined;
248
+ links?: Record<string, unknown> | undefined;
249
+ padding?: number | undefined;
250
+ project?: string | undefined;
251
+ metadata?: Record<string, unknown> | undefined;
252
+ paddingX?: number | undefined;
253
+ paddingY?: number | undefined;
254
+ priority?: 10 | 20 | 30 | undefined;
255
+ unique_id?: string | undefined;
256
+ hypothesis?: Record<string, unknown> | undefined;
257
+ instruction?: string | undefined;
258
+ callback_url?: string | undefined;
259
+ image_metadata?: {
260
+ location?: {
261
+ lat: number;
262
+ long: number;
263
+ } | undefined;
264
+ date_time?: string | undefined;
265
+ resolution?: {
266
+ resolution_unit: string;
267
+ resolution_ratio: number;
268
+ } | undefined;
269
+ } | undefined;
270
+ base_annotations?: boolean | Record<string, unknown> | Record<string, unknown>[] | undefined;
271
+ context_attachments?: {
272
+ [x: string]: unknown;
273
+ attachment: string;
274
+ }[] | undefined;
275
+ annotation_attributes?: Record<string, unknown> | undefined;
276
+ can_add_base_annotations?: boolean | undefined;
277
+ clear_unique_id_on_error?: boolean | undefined;
278
+ can_edit_base_annotations?: boolean | undefined;
279
+ can_delete_base_annotations?: boolean | undefined;
280
+ can_edit_base_annotation_labels?: boolean | undefined;
281
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
282
  //#endregion
8
283
  export { scaleAiCreateImageAnnotationTask };
9
284
  //# sourceMappingURL=create-image-annotation-task.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"create-image-annotation-task.d.mts","names":[],"sources":["../../src/actions/create-image-annotation-task.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UA+Ga;AAAA,cA2CtD,sCAAA,EAAwC,CAAA,CAAE,UAeW;AAAA,cAErD,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"create-image-annotation-task.d.mts","names":[],"sources":["../../src/actions/create-image-annotation-task.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA0JrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAiBtC,gCAAA,gCAAgC,wBAAA"}
@@ -8,7 +8,7 @@ const ScaleAiCreateImageAnnotationTaskInput = z.object({
8
8
  links: z.record(z.string(), z.unknown()).describe("Defines connections between annotations").optional(),
9
9
  padding: z.number().int().describe("Image padding in pixels applied to all sides").optional(),
10
10
  project: z.string().describe("Name of the project to associate this task with").optional(),
11
- metadata: z.object({}).describe("Custom key-value pairs for arbitrary data (max 10KB)").optional(),
11
+ metadata: z.record(z.string(), z.unknown()).describe("Custom key-value pairs for arbitrary data (max 10KB)").optional(),
12
12
  paddingX: z.number().int().describe("Horizontal image padding in pixels. Overrides padding parameter").optional(),
13
13
  paddingY: z.number().int().describe("Vertical image padding in pixels. Overrides padding parameter").optional(),
14
14
  priority: z.union([
@@ -27,9 +27,9 @@ const ScaleAiCreateImageAnnotationTaskInput = z.object({
27
27
  min_vertices: z.number().int().describe("Minimum number of vertices (applicable to polygon, line)").optional(),
28
28
  camera_height: z.number().describe("Height of camera from ground (applicable to cuboid)").optional(),
29
29
  integer_pixels: z.boolean().describe("Whether coordinates must be integers (applicable to box)").optional(),
30
- camera_intrinsics: z.object({}).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
30
+ camera_intrinsics: z.record(z.string(), z.unknown()).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
31
31
  objects_to_annotate: z.array(z.string()).describe("List of object labels that annotators can select for this geometry type").optional(),
32
- camera_rotation_quaternion: z.object({}).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
32
+ camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
33
33
  }).describe("Options for a specific geometry type.").optional(),
34
34
  line: z.object({
35
35
  min_width: z.number().int().describe("Minimum width in pixels for the geometry (applicable to box, cuboid)").optional(),
@@ -39,9 +39,9 @@ const ScaleAiCreateImageAnnotationTaskInput = z.object({
39
39
  min_vertices: z.number().int().describe("Minimum number of vertices (applicable to polygon, line)").optional(),
40
40
  camera_height: z.number().describe("Height of camera from ground (applicable to cuboid)").optional(),
41
41
  integer_pixels: z.boolean().describe("Whether coordinates must be integers (applicable to box)").optional(),
42
- camera_intrinsics: z.object({}).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
42
+ camera_intrinsics: z.record(z.string(), z.unknown()).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
43
43
  objects_to_annotate: z.array(z.string()).describe("List of object labels that annotators can select for this geometry type").optional(),
44
- camera_rotation_quaternion: z.object({}).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
44
+ camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
45
45
  }).describe("Options for a specific geometry type.").optional(),
46
46
  point: z.object({
47
47
  min_width: z.number().int().describe("Minimum width in pixels for the geometry (applicable to box, cuboid)").optional(),
@@ -51,9 +51,9 @@ const ScaleAiCreateImageAnnotationTaskInput = z.object({
51
51
  min_vertices: z.number().int().describe("Minimum number of vertices (applicable to polygon, line)").optional(),
52
52
  camera_height: z.number().describe("Height of camera from ground (applicable to cuboid)").optional(),
53
53
  integer_pixels: z.boolean().describe("Whether coordinates must be integers (applicable to box)").optional(),
54
- camera_intrinsics: z.object({}).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
54
+ camera_intrinsics: z.record(z.string(), z.unknown()).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
55
55
  objects_to_annotate: z.array(z.string()).describe("List of object labels that annotators can select for this geometry type").optional(),
56
- camera_rotation_quaternion: z.object({}).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
56
+ camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
57
57
  }).describe("Options for a specific geometry type.").optional(),
58
58
  cuboid: z.object({
59
59
  min_width: z.number().int().describe("Minimum width in pixels for the geometry (applicable to box, cuboid)").optional(),
@@ -63,9 +63,9 @@ const ScaleAiCreateImageAnnotationTaskInput = z.object({
63
63
  min_vertices: z.number().int().describe("Minimum number of vertices (applicable to polygon, line)").optional(),
64
64
  camera_height: z.number().describe("Height of camera from ground (applicable to cuboid)").optional(),
65
65
  integer_pixels: z.boolean().describe("Whether coordinates must be integers (applicable to box)").optional(),
66
- camera_intrinsics: z.object({}).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
66
+ camera_intrinsics: z.record(z.string(), z.unknown()).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
67
67
  objects_to_annotate: z.array(z.string()).describe("List of object labels that annotators can select for this geometry type").optional(),
68
- camera_rotation_quaternion: z.object({}).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
68
+ camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
69
69
  }).describe("Options for a specific geometry type.").optional(),
70
70
  ellipse: z.object({
71
71
  min_width: z.number().int().describe("Minimum width in pixels for the geometry (applicable to box, cuboid)").optional(),
@@ -75,9 +75,9 @@ const ScaleAiCreateImageAnnotationTaskInput = z.object({
75
75
  min_vertices: z.number().int().describe("Minimum number of vertices (applicable to polygon, line)").optional(),
76
76
  camera_height: z.number().describe("Height of camera from ground (applicable to cuboid)").optional(),
77
77
  integer_pixels: z.boolean().describe("Whether coordinates must be integers (applicable to box)").optional(),
78
- camera_intrinsics: z.object({}).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
78
+ camera_intrinsics: z.record(z.string(), z.unknown()).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
79
79
  objects_to_annotate: z.array(z.string()).describe("List of object labels that annotators can select for this geometry type").optional(),
80
- camera_rotation_quaternion: z.object({}).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
80
+ camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
81
81
  }).describe("Options for a specific geometry type.").optional(),
82
82
  polygon: z.object({
83
83
  min_width: z.number().int().describe("Minimum width in pixels for the geometry (applicable to box, cuboid)").optional(),
@@ -87,9 +87,9 @@ const ScaleAiCreateImageAnnotationTaskInput = z.object({
87
87
  min_vertices: z.number().int().describe("Minimum number of vertices (applicable to polygon, line)").optional(),
88
88
  camera_height: z.number().describe("Height of camera from ground (applicable to cuboid)").optional(),
89
89
  integer_pixels: z.boolean().describe("Whether coordinates must be integers (applicable to box)").optional(),
90
- camera_intrinsics: z.object({}).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
90
+ camera_intrinsics: z.record(z.string(), z.unknown()).describe("Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)").optional(),
91
91
  objects_to_annotate: z.array(z.string()).describe("List of object labels that annotators can select for this geometry type").optional(),
92
- camera_rotation_quaternion: z.object({}).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
92
+ camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe("Camera rotation as quaternion with w, x, y, z (applicable to cuboid)").optional()
93
93
  }).describe("Options for a specific geometry type.").optional()
94
94
  }).describe("Specifies annotation shapes and their configurations. At least one geometry type must be provided (box, polygon, line, point, cuboid, or ellipse)"),
95
95
  hypothesis: z.record(z.string(), z.unknown()).describe("Pre-labels from model predictions for refinement. Contains annotations array matching response schema").optional(),
@@ -111,7 +111,7 @@ const ScaleAiCreateImageAnnotationTaskInput = z.object({
111
111
  z.record(z.string(), z.unknown()),
112
112
  z.boolean()
113
113
  ]).optional(),
114
- context_attachments: z.array(z.object({ attachment: z.string().describe("URL to the context attachment image to show as reference") }).describe("Reference attachment displayed to annotators but not labeled.")).describe("Reference images displayed to annotators but not labeled. Cannot include the task's primary attachment").optional(),
114
+ context_attachments: z.array(z.object({ attachment: z.string().describe("URL to the context attachment image to show as reference") }).passthrough().describe("Reference attachment displayed to annotators but not labeled.")).describe("Reference images displayed to annotators but not labeled. Cannot include the task's primary attachment").optional(),
115
115
  annotation_attributes: z.record(z.string(), z.unknown()).describe("Captures additional metadata per annotation").optional(),
116
116
  can_add_base_annotations: z.boolean().describe("Permits adding new annotations beyond base_annotations").optional(),
117
117
  clear_unique_id_on_error: z.boolean().describe("Unsets unique_id if task errors after submission").optional(),
@@ -126,20 +126,20 @@ const ScaleAiCreateImageAnnotationTask_TaskParamsGeometriesSchema = z.object({
126
126
  cuboid: z.record(z.string(), z.unknown()).describe("Cuboid geometry configuration").nullable().optional(),
127
127
  ellipse: z.record(z.string(), z.unknown()).describe("Ellipse geometry configuration").nullable().optional(),
128
128
  polygon: z.record(z.string(), z.unknown()).describe("Polygon geometry configuration").nullable().optional()
129
- }).describe("Task parameters for geometries configuration.");
129
+ }).passthrough().describe("Task parameters for geometries configuration.");
130
130
  const ScaleAiCreateImageAnnotationTask_TaskParamsSchema = z.object({
131
131
  tags: z.array(z.string()).describe("Task tags").nullable().optional(),
132
- metadata: z.object({}).describe("Task metadata").nullable().optional(),
132
+ metadata: z.record(z.string(), z.unknown()).describe("Task metadata").nullable().optional(),
133
133
  attachment: z.string().describe("URL to the image being annotated").nullable().optional(),
134
134
  geometries: ScaleAiCreateImageAnnotationTask_TaskParamsGeometriesSchema.nullable().optional(),
135
135
  instruction: z.string().describe("Task instructions").nullable().optional(),
136
136
  attachment_type: z.string().describe("Type of attachment").nullable().optional(),
137
137
  annotation_attributes: z.record(z.string(), z.unknown()).describe("Additional annotation attributes").nullable().optional()
138
- }).describe("Task parameters containing the submitted request parameters.");
138
+ }).passthrough().describe("Task parameters containing the submitted request parameters.");
139
139
  const ScaleAiCreateImageAnnotationTask_AnnotationCoordinateSchema = z.object({
140
- x: z.number().describe("X coordinate in pixels"),
141
- y: z.number().describe("Y coordinate in pixels")
142
- }).describe("Coordinate for annotation vertices.");
140
+ x: z.number().describe("X coordinate in pixels").nullable(),
141
+ y: z.number().describe("Y coordinate in pixels").nullable()
142
+ }).passthrough().describe("Coordinate for annotation vertices.");
143
143
  const ScaleAiCreateImageAnnotationTask_AnnotationSchema = z.object({
144
144
  x: z.number().describe("X coordinate in pixels (for point)").nullable().optional(),
145
145
  y: z.number().describe("Y coordinate in pixels (for point)").nullable().optional(),
@@ -157,8 +157,8 @@ const ScaleAiCreateImageAnnotationTask_AnnotationSchema = z.object({
157
157
  radius_y: z.number().describe("Y radius (for ellipse)").nullable().optional(),
158
158
  vertices: z.array(ScaleAiCreateImageAnnotationTask_AnnotationCoordinateSchema).describe("Array of coordinate objects (for polygon, line)").nullable().optional(),
159
159
  attributes: z.record(z.string(), z.unknown()).describe("Custom metadata matching annotation_attributes schema").nullable().optional()
160
- }).describe("Individual annotation object in the response.");
161
- const ScaleAiCreateImageAnnotationTask_TaskResponseSchema = z.object({ annotations: z.array(ScaleAiCreateImageAnnotationTask_AnnotationSchema).describe("Array of annotation objects created by annotators").nullable().optional() }).describe("Task response containing the actual annotations when completed.");
160
+ }).passthrough().describe("Individual annotation object in the response.");
161
+ const ScaleAiCreateImageAnnotationTask_TaskResponseSchema = z.object({ annotations: z.array(ScaleAiCreateImageAnnotationTask_AnnotationSchema).describe("Array of annotation objects created by annotators").nullable().optional() }).passthrough().describe("Task response containing the actual annotations when completed.");
162
162
  const scaleAiCreateImageAnnotationTask = action("SCALE_AI_CREATE_IMAGE_ANNOTATION_TASK", {
163
163
  slug: "scale_ai-create-image-annotation-task",
164
164
  name: "Create Image Annotation Task",
@@ -172,14 +172,14 @@ const scaleAiCreateImageAnnotationTask = action("SCALE_AI_CREATE_IMAGE_ANNOTATIO
172
172
  project: z.string().describe("Associated project name").nullable().optional(),
173
173
  task_id: z.string().describe("Unique task identifier").nullable().optional(),
174
174
  urgency: z.string().describe("Task urgency level, default is 'standard'").nullable().optional(),
175
- metadata: z.object({}).describe("Echo of provided metadata parameter").nullable().optional(),
175
+ metadata: z.record(z.string(), z.unknown()).describe("Echo of provided metadata parameter").nullable().optional(),
176
176
  response: ScaleAiCreateImageAnnotationTask_TaskResponseSchema.nullable().optional(),
177
177
  created_at: z.string().describe("Task creation timestamp in ISO 8601 format").nullable().optional(),
178
178
  updated_at: z.string().describe("Last update timestamp in ISO 8601 format").nullable().optional(),
179
179
  instruction: z.string().describe("Task instruction text").nullable().optional(),
180
180
  callback_url: z.string().describe("Callback URL for task completion notification").nullable().optional(),
181
181
  work_started: z.boolean().describe("Whether annotation work has commenced").nullable().optional()
182
- }).describe("Response model for a created image annotation task.")
182
+ }).passthrough().describe("Response model for a created image annotation task.")
183
183
  });
184
184
  //#endregion
185
185
  export { scaleAiCreateImageAnnotationTask };
@@ -1 +1 @@
1
- {"version":3,"file":"create-image-annotation-task.mjs","names":[],"sources":["../../src/actions/create-image-annotation-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiCreateImageAnnotationTaskInput: z.ZodTypeAny = z.object({\n tags: z.array(z.string()).describe(\"Up to 5 arbitrary string labels for task organization and filtering\").optional(),\n batch: z.string().describe(\"Name of the batch to associate this task with. Required for Scale Rapid projects. If batch is specified, project need not be specified as task will automatically be associated with the batch's project\").optional(),\n layer: z.record(z.string(), z.unknown()).describe(\"Read-only pre-drawn annotations\").optional(),\n links: z.record(z.string(), z.unknown()).describe(\"Defines connections between annotations\").optional(),\n padding: z.number().int().describe(\"Image padding in pixels applied to all sides\").optional(),\n project: z.string().describe(\"Name of the project to associate this task with\").optional(),\n metadata: z.object({}).describe(\"Custom key-value pairs for arbitrary data (max 10KB)\").optional(),\n paddingX: z.number().int().describe(\"Horizontal image padding in pixels. Overrides padding parameter\").optional(),\n paddingY: z.number().int().describe(\"Vertical image padding in pixels. Overrides padding parameter\").optional(),\n priority: z.union([z.literal(10), z.literal(20), z.literal(30)]).describe(\"Task priority level: 10 (low), 20 (medium), or 30 (high)\").optional(),\n unique_id: z.string().describe(\"Arbitrary identifier that must be unique across account. Prevents duplicate task creation\").optional(),\n attachment: z.string().describe(\"URL to the image to be annotated\"),\n geometries: z.object({\n box: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.object({}).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.object({}).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n line: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.object({}).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.object({}).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n point: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.object({}).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.object({}).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n cuboid: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.object({}).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.object({}).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n ellipse: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.object({}).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.object({}).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n polygon: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.object({}).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.object({}).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n}).describe(\"Specifies annotation shapes and their configurations. At least one geometry type must be provided (box, polygon, line, point, cuboid, or ellipse)\"),\n hypothesis: z.record(z.string(), z.unknown()).describe(\"Pre-labels from model predictions for refinement. Contains annotations array matching response schema\").optional(),\n instruction: z.string().describe(\"Markdown-enabled instructions for annotators explaining how to do the task. Omit for Scale Rapid unless overriding project defaults\").optional(),\n callback_url: z.string().describe(\"Full URL (http/https) or email address for completion notification\").optional(),\n image_metadata: z.object({\n location: z.object({\n lat: z.number().describe(\"Latitude coordinate\"),\n long: z.number().describe(\"Longitude coordinate\"),\n}).describe(\"Geographic location metadata for the image.\").optional(),\n date_time: z.string().describe(\"Date and time when image was captured\").optional(),\n resolution: z.object({\n resolution_unit: z.string().describe(\"Unit of resolution (e.g., 'dpi', 'ppi')\"),\n resolution_ratio: z.number().describe(\"Resolution ratio value\"),\n}).describe(\"Resolution metadata for the image.\").optional(),\n}).describe(\"Metadata about the image being annotated.\").optional(),\n base_annotations: z.union([z.array(z.record(z.string(), z.unknown())), z.record(z.string(), z.unknown()), z.boolean()]).optional(),\n context_attachments: z.array(z.object({\n attachment: z.string().describe(\"URL to the context attachment image to show as reference\"),\n}).describe(\"Reference attachment displayed to annotators but not labeled.\")).describe(\"Reference images displayed to annotators but not labeled. Cannot include the task's primary attachment\").optional(),\n annotation_attributes: z.record(z.string(), z.unknown()).describe(\"Captures additional metadata per annotation\").optional(),\n can_add_base_annotations: z.boolean().describe(\"Permits adding new annotations beyond base_annotations\").optional(),\n clear_unique_id_on_error: z.boolean().describe(\"Unsets unique_id if task errors after submission\").optional(),\n can_edit_base_annotations: z.boolean().describe(\"Allows modification of base_annotations position/attributes\").optional(),\n can_delete_base_annotations: z.boolean().describe(\"Allows removal of base_annotations\").optional(),\n can_edit_base_annotation_labels: z.boolean().describe(\"Permits label changes to base_annotations\").optional(),\n}).describe(\"Request model for creating an image annotation task.\");\nconst ScaleAiCreateImageAnnotationTask_TaskParamsGeometriesSchema: z.ZodTypeAny = z.object({\n box: z.record(z.string(), z.unknown()).describe(\"Box geometry configuration\").nullable().optional(),\n line: z.record(z.string(), z.unknown()).describe(\"Line geometry configuration\").nullable().optional(),\n point: z.record(z.string(), z.unknown()).describe(\"Point geometry configuration\").nullable().optional(),\n cuboid: z.record(z.string(), z.unknown()).describe(\"Cuboid geometry configuration\").nullable().optional(),\n ellipse: z.record(z.string(), z.unknown()).describe(\"Ellipse geometry configuration\").nullable().optional(),\n polygon: z.record(z.string(), z.unknown()).describe(\"Polygon geometry configuration\").nullable().optional(),\n}).describe(\"Task parameters for geometries configuration.\");\nconst ScaleAiCreateImageAnnotationTask_TaskParamsSchema: z.ZodTypeAny = z.object({\n tags: z.array(z.string()).describe(\"Task tags\").nullable().optional(),\n metadata: z.object({}).describe(\"Task metadata\").nullable().optional(),\n attachment: z.string().describe(\"URL to the image being annotated\").nullable().optional(),\n geometries: ScaleAiCreateImageAnnotationTask_TaskParamsGeometriesSchema.nullable().optional(),\n instruction: z.string().describe(\"Task instructions\").nullable().optional(),\n attachment_type: z.string().describe(\"Type of attachment\").nullable().optional(),\n annotation_attributes: z.record(z.string(), z.unknown()).describe(\"Additional annotation attributes\").nullable().optional(),\n}).describe(\"Task parameters containing the submitted request parameters.\");\nconst ScaleAiCreateImageAnnotationTask_AnnotationCoordinateSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X coordinate in pixels\"),\n y: z.number().describe(\"Y coordinate in pixels\"),\n}).describe(\"Coordinate for annotation vertices.\");\nconst ScaleAiCreateImageAnnotationTask_AnnotationSchema: z.ZodTypeAny = z.object({\n x: z.number().describe(\"X coordinate in pixels (for point)\").nullable().optional(),\n y: z.number().describe(\"Y coordinate in pixels (for point)\").nullable().optional(),\n top: z.number().int().describe(\"Top position in pixels (for box)\").nullable().optional(),\n left: z.number().int().describe(\"Left position in pixels (for box)\").nullable().optional(),\n type: z.string().describe(\"Geometry type: box, polygon, line, ellipse, cuboid, or point\").nullable().optional(),\n uuid: z.string().describe(\"Unique identifier for the annotation\").nullable().optional(),\n angle: z.number().describe(\"Rotation angle (for ellipse)\").nullable().optional(),\n label: z.string().describe(\"Selected label from objects_to_annotate\").nullable().optional(),\n width: z.number().int().describe(\"Width in pixels (for box)\").nullable().optional(),\n height: z.number().int().describe(\"Height in pixels (for box)\").nullable().optional(),\n center_x: z.number().describe(\"Center X coordinate (for ellipse)\").nullable().optional(),\n center_y: z.number().describe(\"Center Y coordinate (for ellipse)\").nullable().optional(),\n radius_x: z.number().describe(\"X radius (for ellipse)\").nullable().optional(),\n radius_y: z.number().describe(\"Y radius (for ellipse)\").nullable().optional(),\n vertices: z.array(ScaleAiCreateImageAnnotationTask_AnnotationCoordinateSchema).describe(\"Array of coordinate objects (for polygon, line)\").nullable().optional(),\n attributes: z.record(z.string(), z.unknown()).describe(\"Custom metadata matching annotation_attributes schema\").nullable().optional(),\n}).describe(\"Individual annotation object in the response.\");\nconst ScaleAiCreateImageAnnotationTask_TaskResponseSchema: z.ZodTypeAny = z.object({\n annotations: z.array(ScaleAiCreateImageAnnotationTask_AnnotationSchema).describe(\"Array of annotation objects created by annotators\").nullable().optional(),\n}).describe(\"Task response containing the actual annotations when completed.\");\nexport const ScaleAiCreateImageAnnotationTaskOutput: z.ZodTypeAny = z.object({\n type: z.string().describe(\"Task type, will be 'imageannotation'\").nullable().optional(),\n params: ScaleAiCreateImageAnnotationTask_TaskParamsSchema.nullable().optional(),\n status: z.string().describe(\"Task status such as 'pending', 'completed', 'error', 'canceled'\").nullable().optional(),\n is_test: z.boolean().describe(\"Whether task is a test task\").nullable().optional(),\n project: z.string().describe(\"Associated project name\").nullable().optional(),\n task_id: z.string().describe(\"Unique task identifier\").nullable().optional(),\n urgency: z.string().describe(\"Task urgency level, default is 'standard'\").nullable().optional(),\n metadata: z.object({}).describe(\"Echo of provided metadata parameter\").nullable().optional(),\n response: ScaleAiCreateImageAnnotationTask_TaskResponseSchema.nullable().optional(),\n created_at: z.string().describe(\"Task creation timestamp in ISO 8601 format\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp in ISO 8601 format\").nullable().optional(),\n instruction: z.string().describe(\"Task instruction text\").nullable().optional(),\n callback_url: z.string().describe(\"Callback URL for task completion notification\").nullable().optional(),\n work_started: z.boolean().describe(\"Whether annotation work has commenced\").nullable().optional(),\n}).describe(\"Response model for a created image annotation task.\");\n\nexport const scaleAiCreateImageAnnotationTask = action(\"SCALE_AI_CREATE_IMAGE_ANNOTATION_TASK\", {\n slug: \"scale_ai-create-image-annotation-task\",\n name: \"Create Image Annotation Task\",\n description: \"Tool to create an image annotation task where annotators label images with vector geometric shapes (box, polygon, line, point, cuboid, ellipse). Use when you need to annotate objects in images with bounding boxes, polygons, or other geometric annotations.\",\n input: ScaleAiCreateImageAnnotationTaskInput,\n output: ScaleAiCreateImageAnnotationTaskOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"create-image-annotation-task.mjs","names":[],"sources":["../../src/actions/create-image-annotation-task.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const ScaleAiCreateImageAnnotationTaskInput = z.object({\n tags: z.array(z.string()).describe(\"Up to 5 arbitrary string labels for task organization and filtering\").optional(),\n batch: z.string().describe(\"Name of the batch to associate this task with. Required for Scale Rapid projects. If batch is specified, project need not be specified as task will automatically be associated with the batch's project\").optional(),\n layer: z.record(z.string(), z.unknown()).describe(\"Read-only pre-drawn annotations\").optional(),\n links: z.record(z.string(), z.unknown()).describe(\"Defines connections between annotations\").optional(),\n padding: z.number().int().describe(\"Image padding in pixels applied to all sides\").optional(),\n project: z.string().describe(\"Name of the project to associate this task with\").optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Custom key-value pairs for arbitrary data (max 10KB)\").optional(),\n paddingX: z.number().int().describe(\"Horizontal image padding in pixels. Overrides padding parameter\").optional(),\n paddingY: z.number().int().describe(\"Vertical image padding in pixels. Overrides padding parameter\").optional(),\n priority: z.union([z.literal(10), z.literal(20), z.literal(30)]).describe(\"Task priority level: 10 (low), 20 (medium), or 30 (high)\").optional(),\n unique_id: z.string().describe(\"Arbitrary identifier that must be unique across account. Prevents duplicate task creation\").optional(),\n attachment: z.string().describe(\"URL to the image to be annotated\"),\n geometries: z.object({\n box: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.record(z.string(), z.unknown()).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n line: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.record(z.string(), z.unknown()).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n point: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.record(z.string(), z.unknown()).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n cuboid: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.record(z.string(), z.unknown()).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n ellipse: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.record(z.string(), z.unknown()).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n polygon: z.object({\n min_width: z.number().int().describe(\"Minimum width in pixels for the geometry (applicable to box, cuboid)\").optional(),\n can_rotate: z.boolean().describe(\"Whether the geometry can be rotated (applicable to box)\").optional(),\n min_height: z.number().int().describe(\"Minimum height in pixels for the geometry (applicable to box, cuboid)\").optional(),\n max_vertices: z.number().int().describe(\"Maximum number of vertices (applicable to polygon, line)\").optional(),\n min_vertices: z.number().int().describe(\"Minimum number of vertices (applicable to polygon, line)\").optional(),\n camera_height: z.number().describe(\"Height of camera from ground (applicable to cuboid)\").optional(),\n integer_pixels: z.boolean().describe(\"Whether coordinates must be integers (applicable to box)\").optional(),\n camera_intrinsics: z.record(z.string(), z.unknown()).describe(\"Camera intrinsic parameters with fx, fy, cx, cy, skew, scalefactor (applicable to cuboid)\").optional(),\n objects_to_annotate: z.array(z.string()).describe(\"List of object labels that annotators can select for this geometry type\").optional(),\n camera_rotation_quaternion: z.record(z.string(), z.unknown()).describe(\"Camera rotation as quaternion with w, x, y, z (applicable to cuboid)\").optional(),\n}).describe(\"Options for a specific geometry type.\").optional(),\n}).describe(\"Specifies annotation shapes and their configurations. At least one geometry type must be provided (box, polygon, line, point, cuboid, or ellipse)\"),\n hypothesis: z.record(z.string(), z.unknown()).describe(\"Pre-labels from model predictions for refinement. Contains annotations array matching response schema\").optional(),\n instruction: z.string().describe(\"Markdown-enabled instructions for annotators explaining how to do the task. Omit for Scale Rapid unless overriding project defaults\").optional(),\n callback_url: z.string().describe(\"Full URL (http/https) or email address for completion notification\").optional(),\n image_metadata: z.object({\n location: z.object({\n lat: z.number().describe(\"Latitude coordinate\"),\n long: z.number().describe(\"Longitude coordinate\"),\n}).describe(\"Geographic location metadata for the image.\").optional(),\n date_time: z.string().describe(\"Date and time when image was captured\").optional(),\n resolution: z.object({\n resolution_unit: z.string().describe(\"Unit of resolution (e.g., 'dpi', 'ppi')\"),\n resolution_ratio: z.number().describe(\"Resolution ratio value\"),\n}).describe(\"Resolution metadata for the image.\").optional(),\n}).describe(\"Metadata about the image being annotated.\").optional(),\n base_annotations: z.union([z.array(z.record(z.string(), z.unknown())), z.record(z.string(), z.unknown()), z.boolean()]).optional(),\n context_attachments: z.array(z.object({\n attachment: z.string().describe(\"URL to the context attachment image to show as reference\"),\n}).passthrough().describe(\"Reference attachment displayed to annotators but not labeled.\")).describe(\"Reference images displayed to annotators but not labeled. Cannot include the task's primary attachment\").optional(),\n annotation_attributes: z.record(z.string(), z.unknown()).describe(\"Captures additional metadata per annotation\").optional(),\n can_add_base_annotations: z.boolean().describe(\"Permits adding new annotations beyond base_annotations\").optional(),\n clear_unique_id_on_error: z.boolean().describe(\"Unsets unique_id if task errors after submission\").optional(),\n can_edit_base_annotations: z.boolean().describe(\"Allows modification of base_annotations position/attributes\").optional(),\n can_delete_base_annotations: z.boolean().describe(\"Allows removal of base_annotations\").optional(),\n can_edit_base_annotation_labels: z.boolean().describe(\"Permits label changes to base_annotations\").optional(),\n}).describe(\"Request model for creating an image annotation task.\");\nconst ScaleAiCreateImageAnnotationTask_TaskParamsGeometriesSchema = z.object({\n box: z.record(z.string(), z.unknown()).describe(\"Box geometry configuration\").nullable().optional(),\n line: z.record(z.string(), z.unknown()).describe(\"Line geometry configuration\").nullable().optional(),\n point: z.record(z.string(), z.unknown()).describe(\"Point geometry configuration\").nullable().optional(),\n cuboid: z.record(z.string(), z.unknown()).describe(\"Cuboid geometry configuration\").nullable().optional(),\n ellipse: z.record(z.string(), z.unknown()).describe(\"Ellipse geometry configuration\").nullable().optional(),\n polygon: z.record(z.string(), z.unknown()).describe(\"Polygon geometry configuration\").nullable().optional(),\n}).passthrough().describe(\"Task parameters for geometries configuration.\");\nconst ScaleAiCreateImageAnnotationTask_TaskParamsSchema = z.object({\n tags: z.array(z.string()).describe(\"Task tags\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Task metadata\").nullable().optional(),\n attachment: z.string().describe(\"URL to the image being annotated\").nullable().optional(),\n geometries: ScaleAiCreateImageAnnotationTask_TaskParamsGeometriesSchema.nullable().optional(),\n instruction: z.string().describe(\"Task instructions\").nullable().optional(),\n attachment_type: z.string().describe(\"Type of attachment\").nullable().optional(),\n annotation_attributes: z.record(z.string(), z.unknown()).describe(\"Additional annotation attributes\").nullable().optional(),\n}).passthrough().describe(\"Task parameters containing the submitted request parameters.\");\nconst ScaleAiCreateImageAnnotationTask_AnnotationCoordinateSchema = z.object({\n x: z.number().describe(\"X coordinate in pixels\").nullable(),\n y: z.number().describe(\"Y coordinate in pixels\").nullable(),\n}).passthrough().describe(\"Coordinate for annotation vertices.\");\nconst ScaleAiCreateImageAnnotationTask_AnnotationSchema = z.object({\n x: z.number().describe(\"X coordinate in pixels (for point)\").nullable().optional(),\n y: z.number().describe(\"Y coordinate in pixels (for point)\").nullable().optional(),\n top: z.number().int().describe(\"Top position in pixels (for box)\").nullable().optional(),\n left: z.number().int().describe(\"Left position in pixels (for box)\").nullable().optional(),\n type: z.string().describe(\"Geometry type: box, polygon, line, ellipse, cuboid, or point\").nullable().optional(),\n uuid: z.string().describe(\"Unique identifier for the annotation\").nullable().optional(),\n angle: z.number().describe(\"Rotation angle (for ellipse)\").nullable().optional(),\n label: z.string().describe(\"Selected label from objects_to_annotate\").nullable().optional(),\n width: z.number().int().describe(\"Width in pixels (for box)\").nullable().optional(),\n height: z.number().int().describe(\"Height in pixels (for box)\").nullable().optional(),\n center_x: z.number().describe(\"Center X coordinate (for ellipse)\").nullable().optional(),\n center_y: z.number().describe(\"Center Y coordinate (for ellipse)\").nullable().optional(),\n radius_x: z.number().describe(\"X radius (for ellipse)\").nullable().optional(),\n radius_y: z.number().describe(\"Y radius (for ellipse)\").nullable().optional(),\n vertices: z.array(ScaleAiCreateImageAnnotationTask_AnnotationCoordinateSchema).describe(\"Array of coordinate objects (for polygon, line)\").nullable().optional(),\n attributes: z.record(z.string(), z.unknown()).describe(\"Custom metadata matching annotation_attributes schema\").nullable().optional(),\n}).passthrough().describe(\"Individual annotation object in the response.\");\nconst ScaleAiCreateImageAnnotationTask_TaskResponseSchema = z.object({\n annotations: z.array(ScaleAiCreateImageAnnotationTask_AnnotationSchema).describe(\"Array of annotation objects created by annotators\").nullable().optional(),\n}).passthrough().describe(\"Task response containing the actual annotations when completed.\");\nexport const ScaleAiCreateImageAnnotationTaskOutput = z.object({\n type: z.string().describe(\"Task type, will be 'imageannotation'\").nullable().optional(),\n params: ScaleAiCreateImageAnnotationTask_TaskParamsSchema.nullable().optional(),\n status: z.string().describe(\"Task status such as 'pending', 'completed', 'error', 'canceled'\").nullable().optional(),\n is_test: z.boolean().describe(\"Whether task is a test task\").nullable().optional(),\n project: z.string().describe(\"Associated project name\").nullable().optional(),\n task_id: z.string().describe(\"Unique task identifier\").nullable().optional(),\n urgency: z.string().describe(\"Task urgency level, default is 'standard'\").nullable().optional(),\n metadata: z.record(z.string(), z.unknown()).describe(\"Echo of provided metadata parameter\").nullable().optional(),\n response: ScaleAiCreateImageAnnotationTask_TaskResponseSchema.nullable().optional(),\n created_at: z.string().describe(\"Task creation timestamp in ISO 8601 format\").nullable().optional(),\n updated_at: z.string().describe(\"Last update timestamp in ISO 8601 format\").nullable().optional(),\n instruction: z.string().describe(\"Task instruction text\").nullable().optional(),\n callback_url: z.string().describe(\"Callback URL for task completion notification\").nullable().optional(),\n work_started: z.boolean().describe(\"Whether annotation work has commenced\").nullable().optional(),\n}).passthrough().describe(\"Response model for a created image annotation task.\");\n\nexport const scaleAiCreateImageAnnotationTask = action(\"SCALE_AI_CREATE_IMAGE_ANNOTATION_TASK\", {\n slug: \"scale_ai-create-image-annotation-task\",\n name: \"Create Image Annotation Task\",\n description: \"Tool to create an image annotation task where annotators label images with vector geometric shapes (box, polygon, line, point, cuboid, ellipse). Use when you need to annotate objects in images with bounding boxes, polygons, or other geometric annotations.\",\n input: ScaleAiCreateImageAnnotationTaskInput,\n output: ScaleAiCreateImageAnnotationTaskOutput,\n});\n"],"mappings":"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"}
@@ -28,7 +28,7 @@ const ScaleAiCreateLidarAnnotationTask_TaskParamsSchema = zod.z.object({
28
28
  instruction: zod.z.string().describe("Task instructions.").nullable().optional(),
29
29
  callback_url: zod.z.string().describe("Callback URL.").nullable().optional(),
30
30
  attachment_type: zod.z.string().describe("Attachment file format.").nullable().optional()
31
- }).describe("Task parameters from the response.");
31
+ }).passthrough().describe("Task parameters from the response.");
32
32
  const ScaleAiCreateLidarAnnotationTaskOutput = zod.z.object({
33
33
  type: zod.z.string().describe("Task type, returns 'lidarannotation'.").nullable().optional(),
34
34
  params: ScaleAiCreateLidarAnnotationTask_TaskParamsSchema.nullable().optional(),
@@ -38,7 +38,7 @@ const ScaleAiCreateLidarAnnotationTaskOutput = zod.z.object({
38
38
  created_at: zod.z.string().describe("Timestamp of task creation.").nullable().optional(),
39
39
  instruction: zod.z.string().describe("Task instructions provided.").nullable().optional(),
40
40
  callback_url: zod.z.string().describe("Configured callback endpoint.").nullable().optional()
41
- }).describe("Response model for created lidar annotation task.");
41
+ }).passthrough().describe("Response model for created lidar annotation task.");
42
42
  const scaleAiCreateLidarAnnotationTask = require_action.action("SCALE_AI_CREATE_LIDAR_ANNOTATION_TASK", {
43
43
  slug: "scale_ai-create-lidar-annotation-task",
44
44
  name: "Create Lidar Annotation Task",